/* all variables  */

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


:root {
    --btnBg1: #58aa47;
    --btnBg2: #283180;
    --navMenuBg: #fff;
    --color1: #283180;
    --color2: #58aa47;
    --menuHoverColor: #58aa47;
    --menuActiveColor: #283180;
    --subMenuColor: #283180;
}


body {
    overflow-x: hidden;
}

li {
    list-style-type: none;
}


.container-90 {
    width: 90%;
    margin: auto;
}

.container-95 {
    width: 95%;
    margin: auto;
}

.container-100 {
    width: 100%;
    margin: auto;
}

.shadow-5 {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.p-btn {
    background-color: #58aa47;
    color: #fff;
    font-size: 15px;
    padding: 7px 25px 9px 25px;
    border-radius: 20px;
}
.p-btn:hover{
    color: #fff;
}
.section-heading h1 {
    color: #283180;
    text-align: center;
    font-size: 35px;
    font-weight:700;
}

.section-heading h1 span {
    color: #58aa47;
}



/* ============================= Banner css =============  */
/*.owl-carousel .owl-item img {
    height: 600px !important;
}*/
.sliderpanle .item{
	position: relative;
}
.sliderpanle .item:after{
	background: url(../images/banner-overlay.png);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    content: '';
    background-color: rgba(0, 0, 0, 0.4); 
    color: white; 
    background-size: cover;
}
.slidetext{
	width: 600px;
}
.sliderpanle .slidecontent{
	position: absolute;
	left: 0;
	width: 100%;
	top: 26%;
	z-index: 99;
}
.slidetext h2{
	font-size: 50px;
	color: #58aa47;
	font-family: var(--slide-font);
	line-height: 1.1;
	margin-bottom: 30px;
	font-weight: 700;
}
.slidetext p{
	color: #fff;
    font-size: 17px;
    line-height: 30px;
    font-weight: 400;
}
.sliderpanle .owl-item.active h2{

}

/************************/
.sliderpanle .item {
  position: relative;
}
.sliderpanle .item img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}
.sliderpanle .item .cover {
  padding: 75px 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgb(47 47 47 / 32%);
  display: flex;
  align-items: center;
  z-index: 9;
}
.sliderpanle .item .cover .header-content {
  position: relative;
  padding: 56px;
  overflow: hidden;
}
.sliderpanle .item .cover .header-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border: 9px solid #fff;
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}
.sliderpanle .item .cover .header-content h2 {
  font-weight: 300;
  font-size: 35px;
  color: #fff;
}
.sliderpanle .item .cover .header-content h1 {
  font-size: 56px;
  font-weight: 600;
  margin: 5px 0 20px;
  word-spacing: 3px;
  color: #fff;
}
.sliderpanle .item .cover .header-content h4 {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  color: #fff;
}
.sliderpanle .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.sliderpanle .owl-item.active p{
	-webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
.sliderpanle .owl-item.active .line {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}
.sliderpanle .owl-nav .owl-prev {
  position: absolute;
  left: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
.sliderpanle .owl-nav .owl-prev span {
  font-size: 1.6875rem;
  color: #fff;
}
.sliderpanle .owl-nav .owl-prev:focus {
  outline: 0;
}
.sliderpanle .owl-nav .owl-prev:hover {
  background: #000 !important;
}
.sliderpanle .owl-nav .owl-next {
  position: absolute;
  right: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
.sliderpanle .owl-nav .owl-next span {
  font-size: 1.6875rem;
  color: #fff;
}
.sliderpanle .owl-nav .owl-next:focus {
  outline: 0;
}
.sliderpanle .owl-nav .owl-next:hover {
  background: #000 !important;
}
.sliderpanle:hover .owl-prev {
  left: 0px;
  opacity: 1;
}
.sliderpanle:hover .owl-next {
  right: 0px;
  opacity: 1;
}
.bannerpnl{
	padding: 120px 0;
}
.bannerpnl{
	position: relative;
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
}
.bannerpnl:after{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2866266e;
  content: '';
}
.requestCall{
    background: #283180; color: #fff; border: 2px solid #283180; border-radius: 20px;font-size: 17px; padding: 7px 20px 7px 20px !important;
}
.bannerpnl .container{
	position: relative;
	z-index: 9;
}
.bannerpnl h5{
	color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 3px;
  font-weight: 600;
}
.bannerpnl h2{
  font-family: var(--secondary-font);
  font-size: 44px;
  font-weight: 400;
  color: #fff;
  letter-spacing: 1px;
}










/* about section css ---------------------  */
.about-section {
    position: relative;
    overflow: hidden;
    margin: 40px 0;
}

.about-section .col-md-6 {
    padding: 0;
}

.about-img {
    position: absolute;
    top: 10%;
    left: 35%;
    right: 35%;
    max-width: 470px;
    height: 515px;
    z-index: 9;
    width: 100%;
}

.about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-section-left {
    padding: 50px 0 50px 55px;
}

.about-section-left-content {
    width: 62%;
}

.about-section-left-content span {
    display: block;
}

.about-section-left-content h1 {
    text-align: start;
}

.about-section-left-content p {
    text-align: justify;
    padding: 15px 0;
}

.about-section-left-content a {}

.about-section-right {
    background: #283180;
    display: flex;
    justify-content: end;
    padding: 45px 40px 45px 0;
    
}

.about-section-right-content {
    width: 62%;
}

.asrc-item {
    display: flex;
    gap: 10px;
    padding: 10px;
}

.asrc-item i {
    font-size: 30px;
    padding-top: 7px;
    color: #fff;
}

.asrc-item p {
    color: #fff;
    text-align: justify;
    padding-right: 30px;
}

.asrc-item h3 {
    color: #fff;
}

.asrc-item a {
    color: #fff;
}




/* stats section =============== */
.stats-section {
    background-color: #fafafa;
    padding: 50px 0;
}

.stats-container {
    display: flex;
    justify-content: space-between;
    margin: 80px 120px 0 120px;
}

.stats-item {
    text-align: center;
}

.stats-item i {
    font-size: 50px;
    color: #7a7a7a;
}

.stats-item p {
    color: #727272;
    font-weight: 400;
}

.stats-item h4 {
        font-size: 17px;
    padding: 25px 0 10px;
    margin: 0;
    color: #283180;
    font-weight: 600;
}


/* our product section .-------------  */
.product-section {
    margin-bottom: 50px;
}

.product-section-bg {
    background-color: #58aa47;
    height: 340px;
    background-image: url(../assetes/arrowpng.png);
    /* background-repeat: no-repeat; */
   
}

.product-section-bg h1 {
    color: #fff;
    text-align: center;
    padding-top: 30px;
    font-size: 35px;
    font-weight: 700;
}

.product-swiper {}

.swiper {
    width: 90%;
    height: 100%;
    margin-top: -197px;
    padding: 0 25px !important;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 22px !important;
    font-weight: 600;
    color: #000 !important;
}

.swiper-button-next {
    right: -5px !important;
}

.swiper-button-prev {
    left: -7px !important;
}


.product-item {
    border: 1px solid #d4d4d4;
    padding-bottom: 10px;
}

.product-img {
    height: 280px;
    overflow: hidden;
    position: relative;
}

.product-title h4 {
    font-size: 16px;
    padding: 22px 10px;
    text-align: center;
}

.product-img img {
    max-width: 100%;
    max-height: 100%;
    /* object-fit: cover; */
    padding: 5px;
    transition: 1s;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto !important;
    width: auto !important;
    box-shadow: none !important;
}
.product-img img:hover{
    transform: scale(1.1);
    transition: 1s;
}
.product-btns {
    display: flex;
    justify-content: space-evenly;
}

.product-btns a:nth-child(1) {
    background-color: #283180;
    color: #fff;
    font-size: 15px;
    padding: 7px 16px 7px 16px;
    border-radius: 20px;
}

.product-btns a:nth-child(2) {
    background-color: #58aa47;
    color: #fff;
    font-size: 15px;
    padding: 7px 16px 7px 16px;
    border-radius: 20px;
}



/* quick enquery------------------  */
.quick-enquiry-section {
    margin: 75px auto;
}

.q-e-img {
    width: 100%;
    height: 450px;
}

.q-e-img img {
    width: 100%;
    height: 100%;
}


.q-e-form {}

.q-e-form h1 {
    color: #283180;
    font-size: 35px;
    font-weight: 700;
}

.q-e-form h1 span {
    color: #58aa47;
}

.q-e-form form input,
.q-e-form form textarea,
.q-e-form form select {
    border: 1px solid rgb(219, 219, 219);

}

.q-e-form form input:focus,
.q-e-form form textarea:focus,
.q-e-form form select:focus {
    outline: none;
}

.q-e-form form input {
    display: block;
    width: 47%;
    margin: 10px;
    padding: 7px;
}

.q-e-form form select {
    width: 47%;
    margin: 10px;
}

.q-e-form form textarea {
    width: 97%;
    margin: 10px;
    min-height: 75px;
}

.grp-ip {
    display: flex;
}

.q-e-btn {
    padding-left: 9px;
}




/* footer -------------------  */
footer {
    background-color: #283180;
}

.footer-container {
    padding: 55px 0 30px 0;
}

.f-contact li {
    display: flex;
    gap: 7px;
    padding-bottom: 20px;
}

.f-contact li i {
    color: #Fff;
    padding-top: 6px;
}

.f-contact li p,
.f-contact li a {
    color: #fff;
}

.footer-col h4 {
    color: #fff;
    margin-bottom: 22px;
    position: relative;
    font-size: 25px;
    font-weight: 600;
}

.footer-col h4:before {
    content: " ";
    position: absolute;
    width: 52px;
    height: 4px;
    background: #58aa47;
    bottom: -8px;
    left: 3px;
}

.footer-col ul li {
    margin: 12px 0;
}

.footer-col ul li i {
    color: #fff;
    padding-right: 6px;
}

.footer-col ul li a {
    color: #fff;
}

.f-p-view {
    margin-top: 10px;
}

.f-p-view i {
    padding: 3px 0 0 4px;
}

.copywrite {
    border-top: 1px solid #3d4abd;
    padding: 10px 0;
}

.copywrite p {
    color: #fff;
    text-align: center;
    margin: 0;
}
.footer-products {
    display: flex;
    gap: 100px;
}
.footer-col{
    width: fit-content;
    margin: auto;
}


/* page title css  */
.page-title{
    background-image: url('../assetes/factory img.JPG');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 325px;
    position: relative;
}
.page-title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); 
  z-index: 1;
}
.page-title h1 {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: relative;
    transform: translate(1px, 120px);
    z-index: 2;
}


/* breadcumbs css  */
.breadcumb {
    padding-top: 125px;
    position: relative;
    z-index: 2;
}

.breadcumb ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-top: 8px;
}

.breadcumb ul li a {
    color: #58aa47;;
    font-size: 16px;
    font-weight:500;
}

.breadcumb ul li i {
    font-size: 15px;
    color: #fff;
    padding-top: 9px;
    margin-left: 6px;
    margin-right: 6px;
}
.breadcumb ul li{
    color: #fff;
}

/* contact page css  */
.contact-page .contact-container {
    margin: 20px 0;
}

.contact-page .contact-container .col-md-6 {
    padding: 0;
}

.contact-info-container {
    padding-top: 23px;
    padding-left: 20px;
}

.contact-page .contact-info {
    background: #f9f9f9;
    padding: 10px;
    height: 99%;
}

.contact-page .contact-info h1 {
    font-size: 30px;
    width: fit-content;
    position: relative;
   font-weight: 700;
}

.contact-page .contact-info h1::before {
    content: "";
    position: absolute;
    top: 42px;
    left: 0;
    width: 90px;
    height: 3px;
    background-color: #58aa47;
}

.contact-page .contact-item {
    margin: 20px 0;
}

.contact-page .contact-icon {
    border: 1px solid #283180;
    width: 40px;
    background: #283180;
    height: 40px;
    border-radius: 50%;
}

.contact-page .contact-icon i {
    font-size: 25px;
    text-align: center;
    display: flex;
    justify-content: center;
    padding-top: 7px;
    padding-right: 2px;
    color: #fff;
}

.contact-page .contact-details span {
    display: block;
}

.contact-page .contact-details span:nth-child(1) {
    font-size: 20px;
    font-weight: 500;
    padding-top: 10px;
    padding-bottom: 8px;
}

.contact-page .contact-details span:nth-child(2) {
    font-size: 16px;
    color: #434343;
}

.contact-page .map iframe {
    width: 100%;
}

/* product page css  /////////////////*/

.productDetails-page .mySwiper{
    margin-top: 0;
    margin: 25px 0;
}
.productDetails-page .swiper {
    width: 100%;
}
.pD-page-products h3 {
    color: #283180;
    width: fit-content;
    margin: 40px auto;
    font-size: 28px;
    font-weight: 700;
    position: relative;

}
.pD-page-products h3::after{
    content: "";
    position: absolute;
    bottom: -12px;
    left: 25%;
    width: 125px;
    height: 3px;
    background-color: #58aa47;
}
.productDetails-container{
    margin: 30px auto;
}

.pD-desc {
    width: 100%;
    margin-bottom: 40px;
}
.pD-desc h3{
    width: fit-content;
    color: #283180;
    position: relative;
    margin: auto;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 32px;
    padding-top: 25px;
}
.pD-desc h3::before {
    content: "";
    position: absolute;
    bottom: 12px;
    left: -59px;
    width: 45px;
    height: 4px;
    background: #58aa47;
}
.pD-desc h3::after {
    content: "";
    position: absolute;
    bottom: 12px;
    right: -59px;
    width: 45px;
    height: 4px;
    background: #58aa47;
}
.pD-desc p{
    padding: 0 10px;
    padding: 0 10px;
    width: 80%;
    margin: auto;
    text-align: center;
}
.productDetails-content{
border: 1px solid rgb(243, 243, 243);
height: 100%;
padding: 20px;
box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.productDetails-img{
    border: 1px solid rgb(233, 233, 233);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    height: 600px;
}
.productDetails-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 4px;
}

.pD-name h4 {
    margin-bottom: 20px;
    font-size: 20px;
    color: #283180;
    font-weight: 600;
}
.pD-details {

}
.pD-details div{
    display: flex;
    border-bottom: 1px solid #d9d9d9;
    padding: 10px 0;
}
.pD-details div span:nth-child(1){
    font-size: 16px;
    font-weight: 400;
    color: #212529;
    width: 250px;
    
}
.pD-details div span:nth-child(2){
    font-size: 16px;
    font-weight: 400;
}
.pD-btns button{
  font-size: 17px;
  padding: 5px 15px;

}
.pD-btns {
    margin: 30px 0 0 0;
    display: flex;
    gap: 20px;
}
.pD-btns button i{
    font-size: 18px;
}
.pD-btns button:nth-child(1){
    background: #58aa47;
    color: #fff;
    border: 2px solid #58aa47;
    border-radius: 20px;
}
.pD-btns button:nth-child(2){
background: #283180;
color: #fff;
border: 2px solid #283180;
border-radius: 20px;

}

.pD-page-products {
    margin: 80px 0;
}


/* =========== faq page ======= . */
.faq-page{
    margin-top: 50px;
    margin-bottom: 50px;
}
.accordion{
box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.accordion-button {
    font-size: 16px !important;
    font-weight: 400 !important;
    background-color: #58aa47 !important;
    color: #fff;
    height: 45px;
}
.accordion-button:focus {
    color: #fff;
    box-shadow: none !important;
}
.accordion-button:not(.collapsed) {
    color: #fff !important;
}
.accordion-button::after{
    background-color: #fff !important;
    border-radius: 50% !important;
}

/* ===========blog page =========== */
.blogs-page{
    margin: 30px auto;
}

.blog-item{
    padding: 10px 15px 15px 15px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    margin-bottom: 25px;
}
.blog-item .blog-img{
    height: 275px;
    overflow: hidden;
}
.blog-item .blog-img img{
    width: 100%;
    height: 100%;
    transition: 1s;
}
.blog-item .blog-img img:hover{
    transform: scale(1.1);
    transition: 1s;
}
.blog-item .blog-content{
    padding: 5px;
}
.blog-item .blog-content h5{
    text-align: justify;
    font-size: 18px;
    color: #283180;
    font-weight: 600;
}
.blog-item .blog-content p{
    text-align: justify;
    margin: 0;
    margin-bottom: 15px;
    color: #626262;
    line-height: 1.3;
    padding: 5px 0;
}
.blog-item .blog-content a{
    font-weight: 600;
    background-color: #58aa47;
    color: #fff;
    font-size: 15px;
    padding: 5px 25px 7px 25px;
    border-radius: 20px;
}

/* ===========blog details page =========== */

/* ======= cms content css =========== */

.cms-content {
    margin: 20px auto;
    padding: 30px 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.cms-content img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    padding: 10px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.cms-content p,
.cms-content li {
    color: #3e3e3e;
}

.cms-content h1 {
    font-size: 32px;
    color: #283180;
}

.cms-content h2 {
    font-size: 28px;
    color: #283180;
}

.cms-content h3 {
    font-size: 25px;
    color: #283180;
}

.cms-content p {
    text-align: justify;
}

.cms-content a {}

.cms-content li span {
    display: block;
    font-size: 18px;
    font-weight: 500;
}

.cms-content li p {
    margin: 0;
}

.cms-content li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}

/*.cms-content li::before {
    content: "✅";
    position: absolute;
    left: 0;
    top: 1px;
}*/

.cms-content li::before {
    content: "\f06e";
    position: absolute;
    left: 0;
    top: 1px;
    color: #5bb149;
    font-family: "Font Awesome 6 Free";
}

.values ul li::before{
    content: "\f2b5" !important;
}



.cms-content table {
    border: 1px solid rgb(216, 216, 216);
    width: 100%;
    margin: 20px 0;
}

.cms-content table tr th {
    white-space: nowrap;
    text-align: left;
    border-bottom-width: 1px;
    background: #004383;
    border-color: #a3a7cd;
    border-top-color: #a3a7cd;
    border-bottom-color: rgb(97, 97, 255);
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    padding: 10px 8px 10px 8px;
    vertical-align: middle;
}

.cms-content table tr {
    border-bottom: 1px solid rgb(233, 233, 233);
}

.cms-content table tr td {
    padding: 10px;
}



.about-us-content {
    background-image: url('../assetes/factory img.JPG');
    background-repeat: no-repeat;
    background-size: cover;
    margin: 30px 0;
    position: relative;
    z-index: 1;
}
.about-us-content::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5); 
    z-index: -1; 
}

.about-us-content p {
    padding: 20px;
    color: #fff;
    font-size: 17px;
    text-align: justify;

}
.about-us-content h2{
    margin-bottom: 20px;
    text-align: center;
    color: #fff !important;
}








.logoouter{ max-width: 271px; width: 100%; padding: 0px 0;position: relative;}
.logoouter .logo{float: left; width: 100%;}
.logoouter .logo img{max-width: 100%; max-height: 100%;}
.topmailbx{float: left; width: 100%; padding-bottom: 20px; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-pack: end; justify-content: flex-end; -ms-flex-align: center; align-items: center;}
.topmailbx a{color: #1E1E1E; font-size: 15px; font-weight: 300; letter-spacing: 1px; text-decoration: none;}
.topmailbx a + a{margin-left: 35px;}
.topmailbx a i{display: inline-block; vertical-align: middle; margin-right: 5px;}
.topmailbx a span{display: inline-block; vertical-align: middle;}
.navigation{width: auto;}
.navigation .navigationbox{float: left;}
.navigation .sf-menu-outer{padding-left: 160px; float: left; width: 100%; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-pack: end; justify-content: flex-end; -ms-flex-align: center; align-items: center;}
.navigationouter{float: left; width: 100%; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-pack: end; justify-content: flex-end; -ms-flex-align: center; align-items: center; position: relative;}

.navigation .sf-menu{float: left; margin: 0px; padding: 0px;}
.navigation .sf-menu > li{float: none; display: inline-block; margin: 0px 10px;}
.navigation .sf-menu > li a{padding: 8px 2px; position: relative; color: #212529; text-transform: capitalize; display: block; font-size: 15px; text-decoration: none; -webkit-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; /* font-family: "Poppins", sans-serif; */ font-weight: 500;}


.navigation .sf-menu > li.active a{color: #283180; font-weight: 600;}
.navigation .sf-menu > li.active a:after{opacity: 1;content: '';width: 26px;height: 26px;border-radius: 100%;left: 0;position: absolute;z-index: -1;}
.navigation .sf-menu > li a:hover{color: #192ca0;}
/* dropdown menu css start */
 .navigation ul li ul li{width: 100%;}
 .navigation ul li ul li a{width: 100%; font-size: 13px;}
.sf-menu, .sf-menu{ margin: 0; padding: 0; list-style: none; }
.sf-menu li { position: relative; }
.sf-menu ul { position: absolute; top: 100%; left: 0px; z-index: 999; padding: 0px; margin: 0px; }
.sf-menu > li {float: left;}
.sf-menu a { display: block; position: relative; }
.sf-menu ul ul { top: 0; left: 100%; }
/* DEMO SKIN */
.sf-menu{float: left;}
.sf-menu li ul li a{background: 0 0; color: #B87331; text-align: left; padding: 12px 15px;}
.sf-menu li ul li + li{border-top: 1px solid #eaeaea;}
.sf-menu li ul li a:hover{background: #000; color: #ffffff; }
.sf-menu a{text-decoration: none; zoom: 1; }
.sf-menu a{color: #13a; }
.sf-menu li{-webkit-transition: background .2s; transition: background .2s; }
.sf-menu li:hover, .sf-menu li.sfHover {-webkit-transition: none; transition: none; }
 .navigation .sf-menu>li>a:hover{color: #B87332; background: 0 0;}
 .navigation .sf-menu>li:hover a{background: transparent; color: #283180;}
 .navigation .sf-menu>li ul li:hover a{background: none !important; color: #303030;}
 .navigation .sf-menu>li:hover ul li a{color: #000000;}
 .navigation .sf-menu>li ul li a{background: none !important; color: #ffffff; -webkit-transition: 0.4s ease-in-out; -moz-transition: 0.4s ease-in-out; -ms-transition: 0.4s ease-in-out; -o-transition: 0.4s ease-in-out; transition: 0.4s ease-in-out;}
 .navigation .sf-menu>li ul li a:hover{background: #3498db !important; color: #ffffff;}
 .navigation .sf-menu>li ul li.active a{background: #3498db !important; color: #ffffff;}
 .navigation .sf-menu>li ul li a{background: none; font-size: 14px; text-transform: capitalize;padding: 10px}

 /* Dropdown Nav */
 .navigation .sf-menu > li{position: relative;}
/* .navigation ul li.parent > a:after{right: 1px;}*/
/* .navigation ul li.parent > a:hover:after{color: #ffd1e2;}
 .navigation .sf-menu>li:hover a:after{color: #ffd1e2;}*/
 .navigation .sf-menu > li ul{background: #fff; -webkit-border-radius: 0px; border-radius: 0px;}
 .navigation .sf-menu > li ul li{list-style: none;}
 .navigation .sf-menu > li ul li a{color: #000; padding: 10px;}
 .navigation .sf-menu>li:hover ul li a{color: #000;}
 .navigation .sf-menu > li ul li + li{border-color: #ccc;}
 .navigation .sf-menu > li ul li a:hover {
    background: #283180 !important;
    color: #fff;
}

 .navigation ul li.parent > a::after {
    border: solid #212529;
      border-width: 0 2px 2px 0;
      display: inline-block;
      padding: 3px;
    content: "";
    pointer-events: none;
    position: relative;
    right: 0;
    line-height: 100%;
    font-size: 5px;
    /* left: 0; */
    margin-left: 5px;
    text-align: center;
    top: -2px;
     transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.navigation .sf-menu > li ul {
    /* overflow: hidden; */
    width: 100%;
}

.productlist{
    padding:60px 0 !important;
    box-shadow: none !important;
}
.productlist .swiper{
    margin-top: 0 !important;
    width: 100%;
}
.productlist .product-item {
    border: 1px solid #ececec;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin-bottom: 5px;
}

.pD-details .pD-price:first-child {
    background: #e6e9ff !important;
    border-bottom: 3px solid #58aa47;
}
.pD-details .pD-price:nth-of-type(2n+1) {
    background: #f2f2f2;
}
.pD-details .pD-price{
    padding: 10px 12px;
}
.prmitrhdng {
    font-weight: 600 !important;
    text-transform: capitalize !important;
    color: #000 !important;
}


.prodctcgry-sec{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    padding: 50px 0 20px;
}
.prdctgry-icon {
    width: 180px;
    height: 180px;
    flex-direction: column;
    display: flex;
    align-items: center;
    box-shadow: rgba(10, 10, 10, 0.2) 0px 2px 8px 0px;
    background: #f2f2f2;
    border-radius: 8px;
    justify-content: center;
    text-align: center;
}

.ctgryicon {
    max-width: 100px;
    margin: 0 auto 15px;
    height: 80px;
    display: flex;
    align-items: center;
}
.ctgryicon img{
    max-width: 100%;
}
.prdctgry-icon p{
    font-size: 14px;
    font-weight: 600;
    color: #283180;
}

.enqry-from input{
    width: 100%;
    height: 45px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
    margin: 10px 0;
    padding: 0 15px;
}
.enqry-from textarea{
    width: 100%;
    height: 100px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 14px;
    padding: 15px;
}

.cptchabg {
    border: none;
    background: url(../images/captcha.jpg) no-repeat;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #283180 !important;
    letter-spacing: 4px;
    background-size: cover;
    padding: 5px !important;
    width: 25% !important;
}

.cptchabg2 {
    border: none;
    background: url(../images/captcha.jpg) no-repeat;
    text-align: center;
    font-size: 20px !important;
    font-weight: 700;
    color: #283180 !important;
    letter-spacing: 4px;
    background-size: cover;
    padding: 5px !important;
}

.modal-footer .btn {
    background-color: #58aa47;
    color: #fff;
    font-size: 15px;
    padding: 7px 20px 7px 20px;
    border-radius: 20px;
    border: none !important;
}
.modal-footer .btn:hover{
    background-color: #283180;
}
.modal-title{
    font-weight: 600;
}



@media(max-width: 1399px) {

.about-img {
    position: absolute;
    max-width: 407px;
}


}



@media(max-width: 1199px) {

.about-img {
    max-width: 350px;
}
.product-btns a {
    font-size: 14px !important;
    padding: 5px 12px 7px 12px !important;
}

.footer-col ul li {
    font-size: 14px;
}
.f-contact li p, .f-contact li a {
    font-size: 14px;
}

.navigation .sf-menu-outer {
    padding-left: 0;
}
.navigation .sf-menu > li {
    margin: 0px 5px;
}


}


@media(max-width: 1024px) {

.navigation .sf-menu > li {
    margin: 0px 3px;
}
.header .bottom-header .logo {
    width: 100%;
    max-width: 150px;
}
.header .top-header-btn a {
    font-size: 14px;
}
.navigation .sf-menu > li a {
    font-size: 14px;
}

}



@media (min-width: 992px) {

.NavBar{display: none;}
.navigation .navuser{display: none;}
.sticky{position: fixed; top: 0 !important; z-index: 99; left: 0; padding: 10px 0px; width: 100%; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4); -webkit-animation: stickySlideDown .65s cubic-bezier(.23,1,.32,1) both; animation: stickySlideDown .65s cubic-bezier(.23,1,.32,1) both;background: #f4f8f9;}
.sticky .topmailbx{display: none;}
.sticky .logoouter .logo{top:-40px;}
.sticky .navigationouter{border: none; margin: 0px; padding: 0px;}
.sticky .navigationouter:after{display: none;}
/*.sticky .navigation .sf-menu > li > a:after{bottom: -14px;}*/
.sf-menu li:hover > ul, .sf-menu li.sfHover > ul{top: 100%; display: block; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)"; z-index: 9;}
.sf-menu ul {background: #fff; min-width: 240px; width: 240px; display: none; -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.08); box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.08); -webkit-border-radius: 3px; border-radius: 3px; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; margin: 0px; padding: 0px 0px; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s;}
}
@media (max-width: 991px) {
{padding: 10px 0px;}
.sticky{background: #fff; position: fixed; top: 0 !important; z-index: 99; left: 0; padding: 0px 0px; width: 100%; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);}
.headtop .logobx{float: left;}
.logoouter .logo img{max-width: 60px; -webkit-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;}

.navigation .NavBar{float: right; font-size: 26px; text-decoration: none; color: #000;}
.logoouter .logo {
    top: -32px;
}
.hedrbtn {
    font-size: 13px;
    padding: 10px 10px;
}
.topmailbx{display: none;}
.navigation .navigationbox{position: fixed; top: 0; padding: 0; height: 100%; left: 0; margin-left: -380px; background: #fff; border: none; padding-top: 0px; max-height: 100%; overflow: auto; margin-right: 0; transition: all 0.3s; width: 380px; z-index: 99999;}
.layout-expanded2 .navigation .navigationbox{margin-left: 0px;}
.layout-expanded2{overflow: hidden;}
.layoutovarlay2{position: fixed; z-index: 1000; top: 0; right: 0; height: 100% !important; left: 0; display: none; background: #181C21; opacity: .5; cursor: pointer;}
.layout-expanded2 .layoutovarlay2{display: block;}
.navigation .navuser{float: left; width: 100%; padding:20px 20px 10px 20px; text-align: center; position: relative; background: #fff; margin-bottom: 0px;}
.navigation .navuser .userimg{position: relative; background: #fff; display: inline-block; text-align: center; -webkit-border-radius: 50%; border-radius: 50%;}
.navigation .navuser .userimg img{position: relative; left: 0px; top: 0px; bottom: 0px; right: 0px; text-align: center; vertical-align: middle; margin: auto; width: auto; max-width: 150px; max-height: 100%; padding: 0px;}
.navigation .navuser h3{color: #003e32; text-align: center; margin: 10px 0px 4px 0px; font-size: 19px; padding: 0px; text-transform: capitalize;}
.navigation .navuser p{color: #fff; text-align: center; margin: 0px 0px 8px 0px; font-size: 13px; padding: 0px; font-weight: 400;}
.navigation .sf-menu{padding-top: 10px;}
.navigation .sf-menu > li{float: left; width: 100%; margin: 0px; padding: 0px;position: relative;}
.navigation .sf-menu > li + li{border-top: 1px solid #cacbd4;}
.navigation .sf-menu > li a{color: #000; float: left; width: 100%; text-align: left; padding: 14px 30px; margin: 0px;}
.navigation .sf-menu > li > a:after{display: none;}
.navigation .sf-menu > li.active a{color: #283180;}
.navigationouter{padding: 0px; border: none;}
.loginbtx{margin: 0px; padding: 0px 0px 0px 0px; }
.navigation .sf-menu > li ul li a {
    color: #000;
    padding: 10px 35px;
}

.navigation .sf-menu > li:last-child{
    display: block;
}
.navigation ul li.parent > a::after {display: none;}

.navigationouter:after{display: none;}
.navigation .sf-menu{width: 100%;}

.navigation .sf-menu > li ul li {
    overflow: hidden;
    border: none;
}




.navigation ul .slidedown {
    position: absolute;
    right: 5px;
    top: 8px;
    z-index: 10;
    font-size: 22px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #000;
    text-align: center;
    cursor: pointer;
}
.navigation ul li ul {
    display: none;
    position: static;
}
.navigation ul .slidedown::after {
    content: "+";
}
.about-img {
    max-width: 100%;
    position: static;
    height: auto;
}
.navigation .sf-menu-outer {
    padding-left: 0;
}
.header .item-center {
    width: auto !important;
}
.top-header-btn{
    margin-right: 10px;
}
.header {
    padding: 0 2px !important;
}

.about-section > .row > div{
    width: 100% !important;
}
.about-section-right-content {
    width: 100%;
}
.about-section-right {
    padding: 30px;
}
.about-section-left {
    padding: 30px;
}
.about-section-left-content {
    width: 100%;
}
.stats-container {
    justify-content: center;
    margin: 30px 0 30px 0;
    flex-wrap: wrap;
}
.stats-item {
    width: 33%;
    margin-bottom: 15px;
}

.footer-container {
    padding: 30px 15px 30px;
}
.cms-content img{
    margin-bottom: 15px;
}
.sliderpanle .item img {
    height: auto;
}

}

@media(max-width: 767px) {

    .footer-col {
        margin: 0;
    }
    .copywrite p {
    font-size: 14px;
    }
    .footer-col h4 {
        font-size: 22px;
    }
    .pD-details div span:nth-child(1) {
        font-size: 15px;
        width: 130px;
    }
    .pD-btns button {
        font-size: 15px;
    }
.page-title {
    height: 240px;
}
.page-title h1 {
    transform: translate(1px, 90px);
}
.breadcumb {
    padding-top: 96px;
}
.pD-btns button i {
    font-size: 14px;
}

}

@media(max-width: 575px) {

.header .item-center {
    width: auto;
}

.pD-desc p {
    width: 100%;
}

.slidetext h2 {
    font-size: 22px;
    margin-bottom: 8px;
}

.slidetext {
    width: 100%;
}
.slidetext p {
    font-size: 13px;
    line-height: 17px;
    font-weight: 400;
}
.sliderpanle .item img {
    width: 100%;
    min-height: 200px;
    object-fit: cover;
}
.container-90 {
    width: 100%;
}
.sliderpanle .item .cover {
    padding: 75px 0 40px;
}
.header .top-header-btn a {
    font-size: 14px !important;
    padding: 5px 10px !important;
    font-weight: 600 !important;
}
.top-header-btn a i {
    font-size: 13px !important;
    width: 20px !important;
    height: 23px !important;
    background: none !important;
    color: #fff !important;
}
.header .mobile-menu-trigger {
    margin-right: 5px;
}
.about-section {
    margin: 0 0 20px;
}
.asrc-item h3 {
    font-size: 18px;
}
.navigation .navigationbox {
    width: 300px;
}

.section-heading h1 {
    font-size: 25px;
}
.stats-item h4 {
    font-size: 14px;
    padding: 10px 0 10px;
}

.asrc-item p {
    font-size: 14px;
}

.asrc-item p {
    padding-right: 0;
}
.stats-item p {
    color: #727272;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.2;
}
.product-section-bg h1 {
    font-size: 25px;
}
.q-e-form h1 {
    font-size: 25px;
    margin-top: 15px;
}
.grp-ip {
    display: block;
}
.q-e-form form input {
    display: block;
    width: 100%;
    margin: 10px 0;
}
.mobilflx{
    display: flex !important;
    column-gap: 10px;
}
.q-e-form form textarea {
    width: 100%;
    margin: 10px 0;
    min-height: 75px;
}
.about-section-left-content p {
    font-size: 14px;
}
.contact-page{
    padding: 0 15px;
}
.contact-page .contact-details span:nth-child(2) {
    font-size: 14px;
    color: #434343;
}
.prdctgry-icon p {
    font-size: 14px;
    margin-bottom: 0;
}
.pD-details div span:nth-child(2) {
    font-size: 14px;
    font-weight: 400;
}
.pD-desc h3 {
    font-size: 25px;
}
.ctgryicon {
    height: 68px;
}
.prdctgry-icon {
    height: 140px;
}


}


.social-icon {
    display: flex;
}
.social-icon li a {
    width: 50px;
    height: 50px;
    display: block;
    background: #3945af;
    text-align: center;
    line-height: 50px;
    border-radius: 100px;
    font-size: 20px;
    margin-right: 10px;
}
.footer-col ul li a i {
    padding: 0px;
}
.social-icon li a:hover{
    background: #58aa47;
}
.floating-whatsapp {
    background: #25d366;
    position: fixed;
    right: 30px;
    bottom: 50px;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    color: #fff !important;
    font-size: 26px;
    border-radius: 100px;
    z-index: 99;
}
.sub-sub-menu {
    top: 0px !important;
}
.sub-menu li a:after {
    border-color: #4e4c4c !important;
    transform: rotate(-45deg) !important;
    display: none !important;
}
.sub-menu li a:hover:after {
    border-color: #fff !important;
}
.navigation .sf-menu > li.active a:after{
    display: none !important;
}
.sliderpanle .owl-nav .owl-prev span {
    line-height: 20px;
}
.sliderpanle .owl-nav .owl-next span{
    line-height: 20px;
}
.mySwiper .swiper-wrapper {
    display: flex;
    justify-content: center;
}