* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

:root {
  --primary: #BD1B17;
  --secondary: #26229A;
  --black: #000;
  --white: #fff;

}


@media(max-width:768px) {
  .topbar-section {
    display: none;
  }
}

.topbar-section .top-bar-mail a {
  text-decoration: none;

}
.topbar-section{
  background-color: var(--primary);
  padding-top: 5px; 
  padding-bottom: 5px;
 
}
.topbar-section a{
 
color: var(--white); 
}


/* fixed-icon-start */
.fixed-icon1{
  position: fixed;
  left: 0px;
  top: 450px;
  display: flex;
  flex-direction: column;
  z-index: 9999;
}
.fixed-icon-2{
  position: fixed;
  left: 0px;
  top: 505px;
  display: flex;
  flex-direction: column;
  z-index: 9999;
}
.fixed-icon1 .phone{
  text-decoration: none;
  padding: 10px 14px;
  width: 50px;
  font-size: 24px;
  color: #fff;
  background-color: #B6171D ;
  transition: 0.2s ease-in-out;
}
.fixed-icon-2 .whatsapp{
  text-decoration: none;
  padding: 10px 15px;
  font-size: 24px;
  width: 50px;
  color: #fff;
  background-color: #2AA81A;
  transition: 0.2s ease-in-out;
}
.fixed-icon1 .phone:hover{
  width: 58px;
}
.fixed-icon-2 .whatsapp:hover{
  width: 58px;
}

.contact-us-fixed{
  position: fixed;
  right:-40px;
  top: 505px;
  z-index: 9999;
  transform: rotate(-90deg);
}
.contact-us-fixed a{
padding: 5px 10px;
font-size: 20px;
background-color: var(--black);
text-decoration: none;
color: #fff;
}
/* fixed-icon-end */



/* navbar section start here */
/* navbar style */
.navbar {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  background-color: var(--white) !important;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.navbar .img {
  height: 80px;
  width: 150px;
}

.navbar .nav-item a {
  color: var(--black);
  font-weight: 500;
  font-size: 20px;
}

.navbar .nav-item {
  margin-right: 17px;
}

.line {
  width: 20px;
  margin-left: 9px;
  margin-top: 0px !important;
  background-color: var(--white);
  height: 5px;
}
.line {
  width: 20px;
  margin-left: 9px;
  margin-top: 0px !important;
  background-color: var(--white);
  height: 5px;
}

.navbar .nav-item:hover .line {
  width: 100%;
  transition: all 0.6s ease-in-out;
  margin-left: 9px;
  margin-top: 0px !important;
  background-color: var(--primary);
  height: 5px;
}
.navbar .dropdown:hover .line {
  width: 100%;
  transition: all 0.6s ease-in-out;
  margin-left: 9px;
  margin-top: 0px !important;
  background-color: var(--primary);
  height: 5px;
}
 
.dropdown {
  position: relative;
  display: inline-block;
  font-size: 18px;
   font-weight: 600;
   color: var(--black);
   padding: 3px;
   margin-right: 8px;

}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  padding: 12px 16px;
  
  z-index: 1;
   
}
.dropdown-content a{
  font-weight: 500;
  text-decoration: none;
  /* padding-right: 80px; */
  color: var(--secondary);

 
}
.dropdown-content p{
 
  margin-bottom: 9px;
}
.dropdown-content p:hover{
  font-weight: 500;
  background-color: var(--primary);
color: var(--white);
  text-decoration: none;
 }
.dropdown-content a:hover{
  font-weight: 500;
 color: var(--white); 
 }

.dropdown:hover .dropdown-content {
  display: block;
}
/* navbar section end here */



/* about us section  start here */


.about-section a,
a:active,
a:focus {
  color: #6f6f6f;
  text-decoration: none;
  transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: .2s;
  -ms-transition-duration: .2s;
  -moz-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
}

.about-section ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-section img {
  max-width: 100%;
  height: auto;
}

.about-section {
  padding: 60px 0;
  /* min-height: 100vh;*/
}

.about-section .sec-title {
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}

.about-section .sec-title .title {
  position: relative;
  display: block;
  font-size: 28px;
  line-height: 24px;
  color: var(--black);
  font-weight: 500;
  margin-bottom: 15px;
}

.about-section .sec-title h2 {
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 1.28em;
  color: #222222;
  font-weight: 600;
  padding-bottom: 18px;
}

.about-section .sec-title h2:before {
  position: absolute;
  content: '';
  left: 0px;
  bottom: 0px;
  width: 50px;
  height: 3px;
  background-color: #d1d2d6;
}

.about-section .text {
  position: relative;
  margin-top: 0px !important;
}
.about-section .text p{
  font-size: 18px;
  /* line-height: 26px; */
  text-align: justify;
  color: #000;
  font-weight: 500;
}

.about-section .sec-title.light h2 {
  color: #ffffff;
}

.about-section .sec-title.text-center h2:before {
  left: 50%;
  margin-left: -25px;
}

.about-section .list-style-one {
  position: relative;
}

.about-section .list-style-one li {
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: #222222;
  font-weight: 400;
  padding-left: 35px;
  margin-bottom: 12px;
}

.about-section .list-style-one li:before {
  content: "\f058";
  position: absolute;
  left: 0;
  top: 0px;
  display: block;
  font-size: 18px;
  padding: 0px;
  color: #ff2222;
  font-weight: 600;
  -moz-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1.6;
  font-family: "Font Awesome 5 Free";
}

.about-section .list-style-one li a:hover {
  color: #44bce2;
}

.about-section .btn-style-one {
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 30px;
  color: #ffffff;
  padding: 10px 30px;
  font-weight: 600;
  overflow: hidden;
  letter-spacing: 0.02em;
  background-color: var(--primary);
  border-radius: 20px;
}

.about-section .btn-style-one:hover {
  background-color: var(--secondary);
  color: #fff;
}

.about-section {
  position: relative;
  padding: 120px 0 70px;
}

.about-section .sec-title {
  margin-bottom: 20px;
}

.about-section .content-column {
  position: relative;
  margin-bottom: 50px;
}

.about-section .content-column .inner-column {
  position: relative;
  padding-left: 30px;
}

.about-section .text {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 26px;
  color: #848484;
  font-weight: 400;
}

.about-section .list-style-one {
  margin-bottom: 45px;
}

.about-section .btn-box {
  position: relative;
}

.about-section .btn-box a {
  padding: 15px 50px;
}

.about-section .image-column {
  position: relative;
}

.about-section .image-column .text-layer {
  position: absolute;
  right: -110px;
  top: 50%;
  font-size: 325px;
  line-height: 1em;
  color: #ffffff;
  margin-top: -175px;
  font-weight: 500;
}

.about-section .image-column .inner-column {
  position: relative;
  padding-left: 80px;
  padding-bottom: 0px;
}

.about-section .image-column .inner-column .author-desc {
  position: absolute;
  bottom: -20px;
  z-index: 1;
  background: var(--primary);
  padding: 10px 15px;
  left: 196px;
  width: calc(100% - 332px);
  border-radius: 50px;
}

.about-section .image-column .inner-column .author-desc h2 {
  font-size: 21px;
  letter-spacing: 1px;
  text-align: center;
  color: #fff;
  margin: 0;
}

.about-section .image-column .inner-column .author-desc span {
  font-size: 16px;
  letter-spacing: 6px;
  text-align: center;
  color: #fff;
  display: block;
  font-weight: 400;
}

.about-section .image-column .inner-column:before {
  content: '';
  position: absolute;
  width: calc(50% + 80px);
  height: calc(100% + 160px);
  top: -80px;
  left: -3px;
  background: transparent;
  z-index: 0;
  border: 44px solid var(--primary);
}

.about-section .image-column .image-1 {
  position: relative;
}

.about-section .image-column .image-2 {
  position: absolute;
  left: 0;
  bottom: 0;
}

.about-section .image-column .image-2 img,
.about-section .image-column .image-1 img {
  box-shadow: 0 30px 50px rgba(8, 13, 62, .15);
  border-radius: 46px;
}

.about-section .image-column .video-link {
  position: absolute;
  left: 70px;
  top: 170px;
}

.about-section .image-column .video-link .link {
  position: relative;
  display: block;
  font-size: 22px;
  color: #191e34;
  font-weight: 400;
  text-align: center;
  height: 100px;
  width: 100px;
  line-height: 100px;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 30px 50px rgba(8, 13, 62, .15);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.about-section .image-column .video-link .link:hover {
  background-color: #191e34;
  color: #fff;

}


@media(max-width:768px){
  .about-section .sec-title h2 {
    position: relative;
    display: block;
    font-size: 20px;
    line-height: 1.28em;
    color: #222222;
    font-weight: 600;
    padding-bottom: 18px;
  }
  .about-section .content-column .inner-column {
    position: relative;
    top: 80px;
    padding-left: 10px;
}

}
@media (max-width:550px) {
  .about-section .image-column .inner-column .author-desc {
    position: absolute;
    bottom: -48px;
    z-index: 1;
    background: var(--primary);
    padding: 10px 15px;
    left: 86px;
    width: calc(100% - 80px);
    border-radius: 50px;
  }
}
.product-enquiry-head{
  background: linear-gradient(rgba(0, 0, 0, 0.284),rgba(0, 0, 0, 0.245)),url(../image/BANNER/sub-page-banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px  10px;
 color: var(--white) ;
}
.breadcrumb{
  text-align: start;
}
.breadcrumb-item+.breadcrumb-item::before {
  float: left;
  padding-right: .5rem;
  color: var(--white);
  font-size: 18px;
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb .breadcrumb-item a{
  color: var(--white);
  font-size: 18px;
  text-decoration: none;
}
.breadcrumb .active a{
  color: var(--white);
}
.breadcrumb .active a:hover{
  color: var(--yellow);
}


.product-enquiry-head h1{
  color: var(--white);  
}
@media (max-width:430px) {
  .product-enquiry-head{
    background: linear-gradient(rgba(0, 0, 0, 0.284),rgba(0, 0, 0, 0.245)),url(../image/BANNER/sub-page-banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px  10px;
    color: var(--white);
  
  }
  
}
@media (max-width:550px) {
  .breadcrumb{
    text-align: center;
    margin-left: 10px;
  
   
  }
  .enquiry-text h1{
    margin: 10px;
  }
  .Product-craosel {
    padding: 10px 17px;
}
 
  
  
}
/* about us section  end here */


/* service section css start here */

.gtco-section {
  padding: 2em 0;
}

.gtco-section a {
  text-decoration: none;
}

.gtco-section {
  /* padding: 7em 0; */
  clear: both;
  position: relative;
}

.gtco-section .fh5co-card-item {
  display: block;
  width: 100%;
  position: relative;
  background: #fff;
  overflow: hidden;
  z-index: 9;
  bottom: 0;
  height: 450px;
  margin-bottom: 40px;

  box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.19);

  border-radius: 0px;

  transition: 0.3s;
}


.gtco-section .fh5co-card-item img {
  z-index: 8;
  opacity: 1;
display: flex;
justify-content: center;
align-items: center;
  transition: 0.3s;
}

.gtco-section .fh5co-card-item .fh5co-text {
  padding: 0px 10px 10px 20px;
  text-align: center;
}

.gtco-section .fh5co-card-item .fh5co-text h2,
.gtco-section .fh5co-card-item .fh5co-text span {
  text-decoration: none !important;

}

.gtco-section .fh5co-card-item .fh5co-text h2 {
  font-size: 24px;
  font-weight: 600;
  /* margin: 0 0 10px 0; */
  color: var(--primary);
}

.gtco-section .fh5co-card-item .fh5co-text span {
  color: #b3b3b3;
  font-size: 16px;
  font-weight: 400;
}

.gtco-section .fh5co-card-item .fh5co-text p {
  color: #000;

  transition: 0.5s;
}

.gtco-section .fh5co-card-item .fh5co-text span.btn {
  color: var(--white);
  opacity: 1;
  visibility: visible;
  bottom: 0;
  background: var(--primary);

  position: relative;
border: none !important;
  transition: 0.5s;
}



.gtco-section .fh5co-card-item:hover,
.gtco-section .fh5co-card-item:focus {
  bottom: 7px;
  text-decoration: none;


}


.gtco-section .fh5co-card-item:hover span.btn,
.gtco-section .fh5co-card-item:focus span.btn {
  opacity: 1;
  visibility: visible;
  bottom: 0px;
  /* border: 2px solid var(--dblue) !important; */
  background: var(--secondary) !important;
}

.gtco-section .fh5co-card-item:hover figure .overlay,
.gtco-section .fh5co-card-item:focus figure .overlay {
  opacity: 1;
  visibility: visible;
}

.gtco-section .fh5co-card-item:hover figure .overlay i,
.gtco-section .fh5co-card-item:focus figure .overlay i {
  margin-top: -15px;
}

.gtco-section .fh5co-card-item:hover h2,
.gtco-section .fh5co-card-item:hover span,
.gtco-section .fh5co-card-item:focus h2,
.gtco-section .fh5co-card-item:focus span {
  text-decoration: none !important;
}

.service-section .sec-title .title {
  position: relative;
  display: block;
  font-size: 28px;
  line-height: 24px;
  color: var(--black);
  font-weight: 500;
  margin-bottom: 15px;
}

.choose-us .sec-title .title {
  position: relative;
  display: block;
  font-size: 28px;
  line-height: 24px;
  color: var(--black);
  font-weight: 500;
  margin-bottom: 15px;
}

/*   what we offer end */
.why-ch-us .why-ch-us-item:hover {
  background: var(--light) !important;
  border: 1px solid transparent;
  box-shadow: 0 0 45px rgba(0, 0, 0, .1);
}

.why-ch-us .why-ch-us-item a {
  text-decoration: none;


}




/* service section css end here */




/* gallery section css start  here */
.work-gallery {
  position: relative;
  margin-bottom: 20px;
  margin-top: 20px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.work-gallery:hover .view {
  display: block;
  height: 100%;
  width: 100%;

}

.work-heading h1 {
  color: var(--black);
  font-size: 28px;
}

.high-light {
  color: var(--primary);

}

.work-gallery .view {
  transition: transform 0.3s ease;
  height: 50%;
  background-color: #000000a9;
  width: 10%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.work-gallery .view .add-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transform: translateY(40px);
}

.work-gallery .view .add-icon a i {
  color: var(--white);
  font-size: 25px;


}

.work-gallery:hover .fa {
  transform: rotate(180deg);
}

.our-work-section .work-gallery .view .add-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transform: translateY(100px);
}

@media (max-width:500px) {
  .work-gallery .view .add-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    transform: translateY(40px);
  }
}


/* gallery section css end  here */

/*** Footer Start ***/
.footer {
  /* background: var(--primary2) !important; */
  background: linear-gradient(rgba(0, 0, 0, 0.799),rgba(0, 0, 0, 0.82)), url(../img/index-img/test-bg.jpeg);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer .footer-item a {
  line-height: 35px;
  color: var(--white);
  transition: 0.5s;
  text-decoration: none;
}
.footer .footer-item a:hover {
   color: var(--primary);
 
}
.footer .footer-item a {
  line-height: 35px;
  color: var(--white);
  transition: 0.5s;
  text-decoration: none;
}
.footer .footer-item .social-icons a {
  line-height: 35px;
  color: var(--primary);
  transition: 0.5s;
  text-decoration: none;
}

.footer .text-primary{
  color: var(--white) !important;
}

.footer .footer-item p {
  line-height: 35px;
}

.footer .footer-item a:hover {
  /* letter-spacing: 1px; */
  /* color: var(--primary); */
}
.footer .footer-item .social-icons a:hover {
  letter-spacing: 1px;
  color: var(--white);
  background-color: var(--primary);
}

.footer .footer-item .footer-btn a {
  transition: 0.5s;
}

.footer .footer-item .footer-btn a:hover {
  background: var(--white);
}

.footer .footer-item .footer-btn a:hover {
  color: var(--primary);
}
/*** Footer End ***/

/*** copyright Start ***/
.copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: var(--primary);
}
.copyright a{
  text-decoration: none;
}
/*** copyright end ***/


/* contact us start here */
/* contact start */

.contact .btn i {
  font-size: 15px;
}

.contact h2{
  color: var(--primary);
}
.contact a {
  text-decoration: none;
}
.contact .btn{
  background-color: var(--primary);
  color: var(--white);
}
.contact .RefreshCaptcha:hover{
  background-color: var(--primary);
}
.contact .btn:hover{
  background-color: var(--secondary);
  color: var(--white);
}

.captcha-sec .form-floating p {
  background: var(--primary);
  color: #fff;
  padding: 10px 20px;
  margin: 0 20px;
  display: flex
;
  align-items: center;
  font-size: 20px;
  border-radius: 5px;
}
.contact-icon i{
  color: var(--primary);
}
.mobile{
  display: none;
}
.captcha-para{
  background: url(../image/logo/captcha-background.jpg);
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  
}
.captcha-para p{
  color: #000;
  font-family: cursive;
  font-style: italic;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 4px;
  margin-bottom: 0px;
}
.captcha-sec .form-floating input {
  width: 50%;
}
.captcha-sec .form-floating button {
  width: 50%;
  border: none;
  outline: none;
  background: #e2dfdf;
  font-size: 20px;
  border-radius: 5px;
}

/* contact end */

/* contact us end here */


.our-mission {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  min-height: 260px;
  max-height: 260px;
  padding: 14px;
  border-radius: 10px;
  border-top: 5px solid var(--primary);

}

.our-mission1 {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  min-height: 250px;
  padding: 20px;
  border-radius: 10px;
  background-color: var(--primary);
}

.our-mission1 h2 {
  color: var(--white);

}

.our-mission1 p {
  color: var(--white);
}


/* eniqury-section.html css start here */
.eniqury-section{
  margin-top: 40px;
}
.product-details h1{
  padding: 5px;

}
.product-details span{
  color: var(--primary);

}
.product-photos{
  border: 8px solid gainsboro;
  padding: 5px;
}
.product-details ul li{
  line-height: 1.9;
}
.enquiry-btn a{
  background-color: var(--primary);
  color: var(--white);
  padding: 8px 15px;
  text-decoration: none;
  cursor: pointer;
}

.recent-head h2{
   text-align: center;
  color: var(--black);
}
.recent-product h4{
  background-color: var(--primary);
  text-align: center;
  padding: 8px 5px;
  margin: 15px 10px;   
}
.recent-product h4 a{
  text-decoration: none;
  color: var(--white);
  text-align: center;
}
.refresh a{
  background-color: var(--primary);
  color: var(--white);
}
.modal-body button{
  background-color: var(--red);
  color: var(--white);
}

@media (max-width:1024px) {
  .recent-product{
      display: none;
  }
  .recent-head{
      display: none;
  }
  
}

@media (max-width:600px) {
  .mobile{
    display: block;
  }
  .mobile-block{
    display: none;
  }
  
}


/* eniqury-section.html css end here */

/* navbar menu start */

/* Global Header */
.header {
  --background-color: rgba(255, 255, 255, 0);
  background-color: #fff;
  padding: 15px 0;
  transition: all 0.5s;
  z-index: 997;
}

.header a{
  text-decoration: none;
}

.header .logo {
  line-height: 1;
}

.header .logo img { 
  max-height: 75px;
  margin-right: 8px;
}

.header .logo h1 {
  font-size: 30px;
  margin: 0;
  font-weight: 700; 
}

.scrolled .header {
  box-shadow: 0px 0 18px rgba(0, 0, 0, 0.1);
}


/* Global Header */
.header {
  --background-color: rgba(255, 255, 255, 0);
  background-color: #fff;
  padding: 15px 0;
  transition: all 0.5s;
  z-index: 997;
}

.header a{
  text-decoration: none;
}

.header .logo {
  line-height: 1;
}

.header .logo img { 
  max-height: 75px;
  margin-right: 8px;
}

.header .logo h1 {
  font-size: 30px;
  margin: 0;
  font-weight: 700; 
}

.scrolled .header {
  box-shadow: 0px 0 18px rgba(0, 0, 0, 0.1);
}

   /* ============ desktop view ============ */
   @media all and (min-width: 992px) {
    .dropdown-menu li {
      position: relative;
    }
    /* .supermenu{
        display: none !important;
    }

    .submenu:hover .supermenu{
        display: block !important;
    } */
    .abbbt li:hover .submenu{ display: block !important;
    }
    .dropdown-menu .submenu {
      display: none !important;
      position: absolute !important;
      left: 100%;
      top: 20px;
      transform: translateY(-25px) !important;
      
      
    }
  
    .dropdown-menu .submenu-left {
      right: 100%;
      left: auto;
    }
  
    .dropdown-menu>li:hover {
      background-color: #f1f1f1
    }
  
    .dropdown-menu>li:hover>.submenu {
      display: block;
    }
  }
  /* ============ desktop view .end// ============ */
  
  
  /* ============ small devices ============ */
  @media (max-width: 991px) {
    .dropdown-menu .dropdown-menu {
      margin-left: 0.7rem;
      margin-right: 0.7rem;
      margin-bottom: .5rem;
    }
  }

  /* products start */
  
/*** Blog Start ***/
.blog {
  overflow: hidden;
}

.blog .blog-item {
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transition: 0.5s;
}


.blog h1{
  color: #fff !important;
}
.blog .blog-item .blog-content {
  background: var(--primary);
}

.blog a{
  color: #fff;
  text-decoration: none;
}

.blog .blog-item .blog-img {
  position: relative;
  overflow: hidden;
}

.blog .blog-item .blog-img img {
  transition: 0.5s;
}

.blog .blog-item:hover .blog-img img {
  transform: scale(1.05);
}

.blog .blog-item .blog-img::after {
  content: "";
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: none;
  transition: 0.5s;
  z-index: -1;
}

.blog .blog-item .blog-img::before {
  content: "";
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: none;
  transition: 0.5s;
  z-index: -1;
}

.blog-content .blog-comment {
  background: #6C7293 !important;
}

.blog .text-primary{
  color: var(--primary) !important;
}

.blog-content p{
  white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    
}
.blog-carousel .owl-stage-outer {
  margin-right: -1px;
}


  /* products end */
  /* blog-section start */
  .blog-card{
    padding: 20px;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }
  .blog-card .blog-content p{

    font-size: 14px;

  }
  .blog-card .blog-content p i{
    color: var(--primary);
  }
  .blog-card .blog-content h2{
    font-size: 22px;
  }
  .blog-card .blog-content a{
    text-decoration: none;
    padding: 8px 16px;
    background-color: var(--primary);
    color: #fff;
    transition: 0.4s ease-in;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
   }
   .blog-card .blog-content a:hover{
     color: var(--primary);
     background-color: #fff;
   }
   .blog-links{
     display:flex ;
     justify-content: space-between;
     align-items: center;
   }
  /* blog-section end */
  /* gallery start */
  .work-gallery{
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;

  }
  .img-div{
    position: relative;
  }
  .overlay-text{
    position: absolute;
    bottom: 0%;
    text-align: center;
    width: 100%;
    padding: 10px;
    background-color: #26229ad2;
  }
  .overlay-text h4{
    font-size: 20px;
    color: #fff;
  }
  /* gallery end */