
body
{
	overflow-x:hidden;
	font-family: 'Calibri' !important;
}
p
{
        margin-top: 0;
    margin-bottom: 1rem;
    letter-spacing: 0.3px;
    word-spacing: 2px;
    line-height: 28px;
    padding-right: 0px;
}
p, a, li, span 
{
font-size:17px;
font-family: 'Calibri' !important;
}

header {
    margin-top: -5px;
}
header li a {
    font-size: 15px;
    color: #555 !important;
    font-weight: 500;
}

header .container-fluid {
    padding: 0;
}

header li a.nav-link.active {
    background: #f00;
    color: #fff !important;
    padding-top: 8px;
    padding-bottom: 24px;
    position: relative;
    border-radius: 17px;
    border: 4px solid #fff !important;
}

.navbar-expand-lg .navbar-nav .nav-link:hover {
    border: 4px solid #fff;
}


header li.nav-item.dropdown ul.dropdown-menu {
   margin: 0 !important;
    padding: 0px;
    top: 72px;
    position: absolute;
    width: 200px;
    max-height: 282px;
    margin-top: 10px;
    border-radius: 0px;
    background: #ffffff;
    box-shadow: 0 0 20px rgb(0 0 0 / 13%);
    border: 0;
    left:-50px;
}

header li.nav-item.dropdown a.dropdown-item {
    border-bottom: 1px solid #f4f4f4;
    padding: 14px 25px;
    font-size: 15px;
    color: #6c6c6c !important;
    border-left: 4px solid #ffffff;
}

header li.nav-item.dropdown a.dropdown-item:hover {
        background: #fff;
    color: #fe0000 !important;
}

header li.nav-item.dropdown li:last-child a {
    border-bottom: 0;
}

header li.nav-item.dropdown a.dropdown-item:hover {
    border-left: 4px solid #fe0000;
    font-weight:700;
}

header li.nav-item.dropdown a.dropdown-item i {
    margin-right: 8px;
}

.dropdown-menu::before {
  content: "";
  position: absolute;
     top: -9px;
    right: 44%;
  border-width: 0 10px 10px 10px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  filter: drop-shadow(0px -3px 3px rgba(0, 0, 0, 0.1));
  z-index: 999999;
}

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .8rem;
        padding-left: .8rem;
        border: 4px solid transparent;
            border-radius: 10px;
    }
    
     /* Open dropdown on hover */
  .navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* Optional: Adjusts the margin */
  }

  /* Optional: Add a transition effect for smoother opening */
  .dropdown-menu {
    transition: all 0.3s ease;
  }
  
    
    header li a.nav-link:hover {
    background: #f00;
    color: #fff !important;
    padding-top: 8px;
    padding-bottom: 24px;
    position: relative;
    border-radius: 17px;
    border: 4px solid #fff;
}
    
.position_tops {
    position: relative;
    top: 24px;
    z-index: 9;
}
.banner_slider .carousel-caption {
   background: #c0a129c2;
    width: 253px;
    text-align: center;
    padding: 13px;
    left: 10%;
    bottom: 32%;
}

.banner_slider .carousel-caption p {
    border: 1px solid #fff;
    margin-bottom: 0;
    padding: 21px;
    font-size: 16px;
    font-weight: 700;
}
.banner_slider img {
    height: 550px;
    object-fit: cover;
}


.we-do-box {
  position: relative;
  overflow: hidden;
}

/* Overlay content */
.we-d-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  transform: translateY(85%);
  transition: transform 0.5s ease;
  padding: 0px 20px;
}



.we-do-box:hover .we-d-content {
   display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
 
}

.we-do-box:hover .we-d-content h5 
{
	
}
/* Show only the <h5> initially */
.we-d-content h5 {
    transform: translateY(0);
    transition: transform 0.5s ease;
    padding-top: 9px;
    font-size: 18px !important;
    font-weight: 400;
}
.we-d-content p,
.we-do-box:hover .we-d-content h5 {
  opacity: 0;
  transition: opacity 0.5s ease;
}

/* Hover effect to show full content */
.we-do-box:hover .we-d-content {
  transform: translateY(0);
}

.we-do-box:hover .we-d-content h5,
.we-do-box:hover .we-d-content p {
  opacity: 1;
  display: block;
  transition: opacity 0.5s ease;
}

footer.footer {
    background: #e3e4e4;
}


.bg-gray
{
	background: #e3e4e4;
}

.manufacture_box img {
    background: #fff;
    padding: 20px;
    border: 1px solid #ccccccbf;
}

.manufacture_box p {
    text-align: center;
    font-weight: 600;
}
.slide-content {
    POSITION: absolute;
    left: 10%;
    top: 35%;
    background: #eacb5091;
    padding: 26px 26px;
    width: 325px;
    font-weight: 600;
    margin-bottom: 0;
}
.manufacture {
    border-top: 0px solid transparent;
    background: linear-gradient(to right, #dd2b1c 40%, #fdc900 40%);
    background-size: 100% 4px;
    background-repeat: no-repeat;
	padding-top:4px;
}

.bg-gray
{
	background:#e3e4e4;
}

 .manufacture-btn {
            background-color: #FFC107; 
            color: white; 
            padding: 10px 20px; 
            font-weight: bold; 
			font-size:20px;
            display: inline-block;
            transform: skewX(-15deg);
            text-transform: uppercase;
        }
		
.read_more a {
background: #e3e4e4;
    color: #333 !important;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 17px;
    padding: 10px;
    font-weight: 500;
    padding-left: 25px;
    margin-top: 10px;
    display: inline-block;
    padding-right: 25px;
}
.mb-23
{
	    margin-bottom: 23px;
}

.footer__title {
    font-size: 18px;
    font-weight: 700;
	font-style:italic;
}

.footer_link1 {
    width: 33.33%;
    float: left;
}

.footer_link1 ul {
    margin: 0;
    padding: 0;
    margin-left: 20px;
}

.footer_link1 ul a {
    color: #333;
    text-decoration: none;
}

.contact-hed
{
	position: absolute;
    margin-top: -70px !important;
}

.copyrghts {
    position: relative;
    background: linear-gradient(to right, #818281 33%, #fdc900 30%);
    background-size: 100%;
    background-repeat: no-repeat;
    padding: inherit;
    font-size: 12px;
    padding-top: 9px;
    padding-bottom: 7px;
}

.copyrghts::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #818281;
    transform: skewX(-30deg);
    z-index: -1;
    width: 34%;
    z-index: 9;
}
p.footer-copyright.mb-0 {
    position: relative;
    z-index: 9;
    color: #fff;
    font-size: 12px;
}


.copyrghts a {
    color: #333 !important;
    text-decoration: none;
    font-size: 12px;
    font-style: italic;  
}
.w-150
{
	width:200px;
}
footer.footer a, footer.footer p {
    font-size: 14px;
}
.logo_width {
    position: relative;
    top: 35px;
    background: #fff;
    z-index: 9;
    padding: 5px 14px;
    border-radius: 7px;
    display: flex; 
    gap: 10px;
}
.fs-18
{
    font-size: 20px;
}

.zoom-hover img:hover {
    transform: scale(1.1);
    transition: 0.5s all;
}

.zoom-hover {
    overflow: hidden;
    transition: 0.5s all;
}

.zoom-hover img {
    transition: 0.5s all;
}


.swiper-container {
    padding: 0;
    height: 90vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
  }
  .swiper-wrapper {
    height: 90vh !important;
}
.swiper-slide {
    height: 90vh !important;
}
  .swiper-slide {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: left;
    transition: all 0.3s ease;
    background-position: fixed;
  }
  
  .swiper-item {
    width: 80%;
    height: 90vh;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    position: absolute;
  }
  
  .swiper-slide .number {
    width: auto;
    height: auto;
    position: absolute;
    right: 10px;
    bottom: -40px;
    font-size: 120px;
    -webkit-text-stroke: 1px white;
    color: transparent;
    font-weight: 600;
    font-family: "IBM Plex Sans", sans-serif;
    opacity: 0.3;
  }
  
  @media screen and (max-width: 512px) {
    .swiper-slide .number {
      display: none;
    }
  
    .swiper-item {
      width: 100%;
    }
  }
  .swiper-item:after {
    content: "";
    background-color: black;
    position: absolute;
    width: 100%;
    height: inherit;
    bottom: 0;
    z-index: 1;
    opacity: 0.1;
  }
  
  .swiper-item:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 30%;
    top: 0;
    z-index: 1;
    opacity: 0.2;
  }
  
  /* swiper arrows */
  .swiper-arrows {
    width: 400px;
    height: 80px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: 0px;
    right: 20%;
  }
  
  @media screen and (max-width: 512px) {
    .swiper-arrows {
      right: 0%;
    }
  }
  .swiper-button-prev,
  .swiper-button-next {
    width: 40px !important;
    height: 40px !important;
    background-image: none;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    bottom: 0;
    margin: 0;
    transition: all 0.3s ease;
  }
  
  .swiper-button-prev {
    right: 50px !important;
    left: auto !important;
    background-color: rgba(255, 255, 255, 0.7);
  }
  
  .swiper-button-next {
    right: 0px;
    background-color: rgba(255, 255, 255, 0.8);
  }
  
  .swiper-button-prev span,
  .swiper-button-next span {
    width: 10px;
    height: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    position: absolute;
    border: solid 2px #666666;
    border-left: 0;
    border-bottom: 0;
    transition: all 0.1s ease;
  }
  
  .swiper-button-prev span {
    transform: rotate(-135deg);
    left: 49%;
  }
  
  .swiper-button-next span {
    transform: rotate(45deg);
    right: 49%;
  }
  
  .swiper-button-prev:hover span,
  .swiper-button-next:hover span {
    width: 5px;
    height: 5px;
  }
  
  .swiper-button-prev:after,
  .swiper-button-next:after {
    width: 0px;
    height: inherit;
    content: "";
    position: absolute;
    background-color: white;
    transition: all 0.4s ease-in-out;
    z-index: -1;
    opacity: 0.8;
  }
  
  .swiper-button-prev:after {
    right: 0;
  }
  
  .swiper-button-next:after {
    left: 0;
  }
  
  .swiper-button-prev:hover:after,
  .swiper-button-next:hover:after {
    width: inherit;
  }
  
  .swiper-button-disabled {
    opacity: 1 !important;
  }
  
  .swiper-button-disabled.swiper-button-prev span,
  .swiper-button-disabled.swiper-button-next span {
    opacity: 0.2;
  }
  
  /* swiper arrows mobile */
  @media screen and (max-width: 512px) {
    .swiper-button-prev,
  .swiper-button-next {
      width: 60px;
      height: 60px;
      bottom: 0;
    }
  
    .swiper-arrows {
      height: 60px;
    }
  
    .swiper-button-prev {
      right: 60px;
    }
  
    .swiper-button-prev span {
      left: 45%;
    }
  
    .swiper-button-next span {
      right: 45%;
    }
  }
  /* swiper pagination */
  

  .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: none !important;
    left: 10px;
    right: auto;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: none !important;
    right: 10px;
    left: auto;
}
.swiper-button-prev:hover span, .swiper-button-next:hover span {
    width: 10px !important;
    height: 10px !important;
}

.swiper-button-next, .swiper-button-prev {
    margin-top: 0px !important;
}


.loader {
    border: 8px solid #f3f3f3; 
    border-top: 8px solid #3498db; 
    border-radius: 50%;
    width: 60px;
    margin: 0 auto;
    height: 60px;
    margin-top: 20%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


.swiper-pagination {
    height: 3px;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 60px !important;
    right: calc(20% - 60px);
    top: 20px;
    float: right;
    position: absolute;
    left: auto !important;
  }
  
  .banner_mainslider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 10px 0px;
  }
  
  .banner_mainslider .swiper-pagination-bullet {
    background-color: white;
    opacity: 1;
    transition: all 0.3s ease-in-out;
    width: 30px;
    height: 3px;
    border-radius: 0px;
    opacity: 0.5;
  }
  
  .banner_mainslider .swiper-pagination-bullet:hover {
    width: 50px;
  }
  
  .banner_mainslider .swiper-pagination-bullet-active,
  .banner_mainslider .swiper-pagination-bullet-active:hover {
    width: 60px;
    transition: all 0.3s ease-in-out;
    left: 0;
    background-color: white;
    opacity: 1;
  }
  
  /* text content */
  .banner_mainslider .slide-text {
    text-align: left;
    color: white;
    opacity: 1;
    z-index: 2;
    font-family: "IBM Plex Sans", sans-serif;
    width: 40%;
    max-width: 310px;
    padding: 30px;
    position: absolute;
    right: 5%;
  }
  
  .banner_mainslider .slide-text.playText {
    animation: transitionText 2s ease;
  }
  
  @keyframes transitionText {
    0% {
      right: -100%;
    }
    100% {
      right: 5%;
    }
  }
  
  .slide-text.playText p {
    font-size: 20px;
}

footer.footer a:hover {
    font-weight: 600;
}

.read_more a:hover {
    background: #f00;
    color: #fff !important;
}

.we-do-box {
  position: relative;
  overflow: hidden;
}

.we-do-box::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -100%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7); /* Adjust color and opacity */
  z-index: 1;
  transition: bottom 0.5s ease;
}

.we-do-box:hover::before {
  bottom: 0px;
}

.we-do-box:hover p
{
    background:transparent;
}

.we-d-content {
  position: absolute;
  bottom: 0px; /* Initial position 20px from the bottom */
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 2; /* Ensures content stays above the background */
  color: white; /* Text color */
  transition: all 0.5s ease; /* Smooth transition for positioning */
}

.we-do-box:hover .we-d-content {
  bottom: 50%; /* Move the text vertically to the center */
  transform: translateY(50%); /* Adjust to ensure perfect centering */
}

.we-do-box img {
  display: block;
  width: 100%;
  transition: transform 0.5s ease;
}

.we-do-box:hover img {
  transform: scale(1.1); /* Optional zoom effect on hover */
}

section.about-us p {
    margin-top: 0;
    margin-bottom: 1rem;
    letter-spacing: 0.3px;
    word-spacing: 2px;
    line-height: 28px;
    padding-right:60px;
}

.showcase_box {
    position: relative;
    /* width: 300px; */ /* Adjust width as needed */
    /* height: 200px; */ /* Adjust height as needed */
    overflow: hidden;
}

.showcase_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease; /* Optional zoom effect */
}

.showcase_box .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.showcase_box:hover .overlay {
    opacity: 1;
}

.showcase_box:hover img {
    transform: scale(1.1); /* Optional zoom effect */
}

.centered-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 32px; /* Adjust size as needed */
    text-align: center;
    z-index: 2;
    line-height: 36px;
}

   .position_tops li.nav-item {
    margin-left: 0px;
}
.slide-text.playText1
{
        background-color: #e31e24;
}
.slide-text.playText2
{
        background-color: #ff6000;
}
.slide-text.playText3 {
    background-color: #eab000;
}


/* internal pages css*/

.internal_content p {
    font-size: 21px;
    font-style: italic;
}
.internal_content {
    color: #fff;
    position: relative;
    z-index: 1;
    padding-top:120px;
    padding-right: 10px;
}
.internal_section {
        background: linear-gradient(90deg, #e31e25 50%, #fff 41%);
        overflow:hidden;
        position:relative;
}
section.internal_section::before {
   content: '';
        position: absolute;
        background: #e31e25;
        height: 30vw;
        width: 27%;
        left: 26.2%;
        transform: skew(-9deg);
        z-index: 1;
}

.internal_content {
    padding-left: 10%;
}

@media(min-width:1500px) and (max-width:1600px)
{
    .position_tops li.nav-item {
    margin-left: 10px;
}
/*section.internal_section::before {*/
/*        height: 26.5vw;*/
/*}*/
.internal_content {
    padding-left: 8%;
}
}


@media(min-width:1601px) and (max-width:1800px)
{
    .position_tops li.nav-item {
    margin-left: 10px;
}
/*section.internal_section::before {*/
/*        height: 26.55vw;*/
/*}*/
.internal_content {
    padding-left: 15%;
}
}

@media(min-width:1801px) and (max-width:2000px)
{
    .position_tops li.nav-item {
    margin-left: 10px;
}
/*section.internal_section::before {*/
/*        height: 26.65vw;*/
/*}*/
.internal_content {
    padding-left: 19%;
}
}


@media(min-width:2001px) and (max-width:2500px)
{
    .position_tops li.nav-item {
    margin-left: 10px;
}
/*section.internal_section::before {*/
/*        height: 26.8vw;*/
/*}*/
.internal_content {
    padding-left: 28%;
}
}

@media(min-width:2501px) and (max-width:2900px)
{
    .position_tops li.nav-item {
    margin-left: 10px;
}
/*section.internal_section::before {*/
/*        height: 26.7vw;*/
/*}*/
.internal_content {
    padding-left: 47%;
}
}


@media(min-width:2901px) and (max-width:4500px)
{
    .position_tops li.nav-item {
    margin-left: 10px;
}
/*section.internal_section::before {*/
/*        height: 26.8vw;*/
/*}*/
.internal_content {
    padding-left: 64%;
}
}
@media(min-width:4501px) and (max-width:9000px)
{
    .position_tops li.nav-item {
    margin-left: 10px;
}
/*section.internal_section::before {*/
/*                height: 26.95vw;*/
/*}*/
.internal_content {
    padding-left: 74%;
}
}


.padtop100
{
    padding-top:100px
}


.padtop50
{
    padding-top:50px
}

.padbtm100
{
    padding-bottom:80px
}
.padtop80
{
    padding-top:80px
}

.padtop60
{
    padding-top:60px
}

.padbtm50
{
    padding-bottom:50px
}
.padbtm30
{
    padding-bottom:30px
}
.padbtm80
{
    padding-bottom:80px
}

.padbtm70
{
    padding-bottom:70px
}


.aboutus_image img {
    border: 1px solid #ccc;
    padding: 15px;
    width: 85% !important;
    position: relative;
    background:#fff;
    z-index: 9;
}
.aboutus_image::after {
    content: '';
    position: absolute;
    height: 60%;
    width: 80%;
    right: 11%;
    border: 2px solid #cdcdcd;
    z-index: 0;
    top: -29px;
}
.aboutus_image 
{
    position:relative;
}

.ptag{
    margin-top: 0;
    margin-bottom: 1rem;
    letter-spacing: 0.3px;
    word-spacing: 2px;
    line-height: 28px;
    padding-right: 0px;
}

.light_gray_bg
{
    background: #f3f5f4;
}

.about_sec_right .aboutus_image img {
    margin-left: auto;
    display: block;
}
.marg25
{
    margin-bottom:-25px;
}

.marg30
{
    margin-bottom:-32px;
}

.about_sec_right .aboutus_image::after
{
    left:11%;
}
.button_postion
{
    position: absolute;
    top: -25px;
    z-index:9;
}

.about_listing li {
        margin-top: 0;
    margin-bottom: 15px;
    letter-spacing: 0.3px;
    word-spacing: 2px;
    line-height: 28px;
    padding-right: 0px;
}
.mb0 li {
    margin-bottom: 0;
}
.contact_heading
{
        text-align: center;
    font-size: 26px;
    font-weight: 700;
}
.contact_form_box {
    box-shadow: 0px 1px 13px -4px #ccc;
    padding: 40px;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #fff !important;
}

.tabs_box ul {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 20px;
    padding-left:60px;
    border-right: 0 !important;
}

.tabs_box li {
    width: 100%;
    margin-left: 5px;
}

.tabs_box li a {
    background: #fff !important;
}

.tabs_box li button {
    background: transparent;
    width: 100%;
    margin-bottom: 0px;
    border-radius: 0 !important;
        text-align: left;
            color: #333 !important;
                  padding-top: 20px;
    padding-bottom: 16px;
        border-bottom: 1px solid #f4f4f4 !important;
}

.tabs_box .nav-pills .nav-link.active {
    background: #f4f4f4;
}

.tabs_box li:last-child button {
    border-bottom: 0 !important;
}

.redcolor
{
    color:#e31e25; 
}

.footer-privacy.text-end {
    padding-top: 6px;
}
.manufacture a {
    text-decoration: none !important;
    color: #333 !important;
}

.aboutus_image img {
    border: 1px solid #ccc;
    padding: 15px;
    width: 85% !important;
    position: relative;
    background: #fff;
    z-index: 9;
}

.aboutus_image::after {
    content: '';
    position: absolute;
    height: 60%;
    width: 80%;
    right: 11%;
    border: 2px solid #cdcdcd;
    z-index: 0;
    top: -24px;
}
section.tabs_section {
    background: #f4f4f4;
    padding-top: 0px;
    margin-bottom: -24px;
    padding-bottom:0px;
}
.tab-content {
    padding-top: 60px;
    padding-left: 23px;
    padding-right: 70px;
    padding-bottom: 50px;
}
.tabs_section .col-md-3 {
    background: #82818147;
    padding-right:0px;
}
.cirtified_logo img {
    width: 70px;
    cursor: pointer;
}
.cirtified_logo {
       position: absolute;
    left: 25px;
    top: 100px;
    background: transparent;
}
.cirtified_logo a.navbar-brand {
    margin: 0;
    padding: 0;
}
.cirtified_logo1 img {
    width: 70px;
    cursor: pointer;
}
.cirtified_logo1 {
    position: absolute;
    left: 255px;
    top: 100px;
    background: transparent;
}
.cirtified_logo1 a.navbar-brand {
    margin: 0;
    padding: 0;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 700px !important;
        margin: 1.75rem auto;
    }
}

.modal-content button.btn-close {
    right: 5px;
    position: absolute;
    opacity: 1;
    color: #fff;
    top: 5px;
    z-index: 99;
}