
:root {
  /* widths for rows and containers
     */
  --header-height: 160px;
  --header-height-min: 80px;
}
body, html{
  font-size:14px;
  overflow-x: hidden;
  font-family: "Open Sans", sans-serif;
}
p, li, span, a, button{
font-family: "Roboto", sans-serif;
}
h1,h2,h3,h4,h5,h6{
font-family: "Open Sans", sans-serif;
}
/* on mobile devices below 600px
 */
@media screen and (max-width: 600px) {
  :root {
    --header-height: 100px;
    --header-height-min: 80px;
  }
}

/* Theme Colors */
:root {
  --primary-color: #FF0101;
  --light-primary-color: #E2F3F0;
  --secondary-color: #EC6C5A;
  --light-secondary-color: #FFE9E5;
  --tertiary-color: #FFEED3;
  --dark-color: #31333A;
  --light-color: #FFFFFF;
  --grey-color: #BBC7D4;
  --light-dark-color: #727272;
  --light-grey-color: #f5f5f5;
}

/* Fonts */
:root {
  --body-font: 'Inter', sans-serif;
  --heading-font: 'Inter', sans-serif;
}

body {

--bs-link-color: var(--dark-color);

--bs-link-hover-color: var(--dark-color);

--bs-link-color-rgb: 40, 40, 40;

--bs-link-hover-color-rgb: 0, 0, 0;

--bs-light-rgb: 248, 248, 248;

--bs-font-sans-serif: var(var(--body-font));

--bs-body-font-family: var(--bs-font-sans-serif);

--bs-body-font-size: 1rem;

--bs-body-font-weight: 400;

--bs-body-line-height: 1.3rem;

--bs-body-color: var(--dark-color);

--bs-primary: #4CC082;

--bs-primary-rgb: 76, 192, 130;

--bs-primary-bg-subtle: #E2F3F0;

--bs-border-color: #F7F7F7;

--bs-secondary: #EC6C5A;

--bs-secondary-rgb: 236, 108, 90;

--bs-secondary-bg-subtle: #FFE9E5;

--bs-tertiary: #f8be60;

--bs-tertiary-bg-subtle: #FFEED3;

font-size: 14px;
}

.btn {
  --bs-btn-font-family: var(--heading-font);
}

.btn-primary {
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 600;
  border-radius: 5px;
  transition: all 0.3s ease-in;
  background: #FF0000;
  color: #fff;
  border: none;
  padding: 9px 13px;
  font-family: "Open Sans", sans-serif;
}

.btn-outline-primary {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  border-radius: 60px;
  transition: all 0.3s ease-in;
  --bs-btn-color: var(--primary-color);
  --bs-btn-bg: #ffffff;
  --bs-btn-border-color: var(--primary-color);
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: var(--primary-color);
  --bs-btn-hover-border-color: var(--primary-color);
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: var(--primary-color);
  --bs-btn-active-bg: var(--primary-color);
  --bs-btn-active-border-color: var(--primary-color);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--primary-color);
  --bs-btn-disabled-bg: #d3d7dd;
  --bs-btn-disabled-border-color: var(--primary-color);
  --bs-gradient: none;
}

.btn-outline-dark {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  transition: all 0.3s ease-in;
}

.btn-dark {
  font-size: 1rem;
  text-transform: uppercase;
  font-weight: 600;
  transition: all 0.3s ease-in;
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--dark-color);
  --bs-btn-border-color: var(--dark-color);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--dark-color);
  --bs-btn-active-border-color: var(--dark-color);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--dark-color);
  --bs-btn-disabled-border-color: var(--dark-color);
}

/* body {
  letter-spacing: 0.01625rem;
} */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--heading-font);
  color: var(--bs-body-color);
  font-weight: 700;
  text-transform: capitalize;
}

a {
  text-decoration: none;
}

.breadcrumb {
  --bs-breadcrumb-item-active-color: var(--dark-color);
}

.form-control {
  border: 1px solid #e4e3e3;
}

.form-control:focus {
  border-color: #949494;
  outline: 0;
  box-shadow: none;
}

.padding-large {
  padding-top: 18rem;
  padding-bottom: 14rem;
}

.padding-medium {
  padding-top: 3rem;
  padding-bottom: 2rem;
}

.padding-medium-2 {
  padding-top: 11rem;
  padding-bottom: 8rem;
}

@media only screen and (max-width: 768px) {
  .padding-large {
    padding-top: 10rem;
    padding-bottom: 5rem;
  }

  .padding-medium {
    padding-top: 2rem;
    padding-bottom: 0rem;
  }

  .padding-medium-2 {
    padding-top: 12rem;
    padding-bottom: 6rem;
  }
}


/*----------------------------------------------*/
/* 6. SITE STRUCTURE */
/*----------------------------------------------*/
/* 6.1 Header
--------------------------------------------------------------*/
/* Preloader */
.preloader-wrapper {
  width: 100%;
  height: 100vh;
  margin: 0 auto;
  position: absolute;
  top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  z-index: 111;
  background: #fff;
}

.preloader-wrapper .preloader {
 transform: translate(-50%, -50%);
    top: 50%;
    position: absolute;
    left: 50%;
}

.preloader:before,
.preloader:after {
  content: '';
  position: absolute;
  top: 0;
}

.preloader:before,
.preloader:after,
.preloader {
  border-radius: 50%;
  width: 2em;
  height: 2em;
  animation: animation 1.2s infinite ease-in-out;
}

.preloader {
  animation-delay: -0.16s;
}

.preloader:before {
  left: -3.5em;
  animation-delay: -0.32s;
}

.preloader:after {
  left: 3.5em;
}

@keyframes animation {

  0%,
  80%,
  100% {
    box-shadow: 0 2em 0 -1em var(--primary-color);
  }

  40% {
    box-shadow: 0 2em 0 0 var(--primary-color);
  }
}


@media screen and (max-width: 991px) {

  /* offcanvas menu */
  .offcanvas-body .nav-item {
    font-weight: 700;
    border-bottom: 1px solid #d1d1d1;
    padding: 9px 0px;
  }

  /* dropdown-menu */
  .dropdown-menu {
    padding: 0;
    border: none;
    line-height: 1.4;
    font-size: 0.9em;
  }

}



/*----- Nav Section Style -------------------------*/
/* nav bar style  */
.navbar-nav .nav-link.active,
.navbar-nav .nav-link:active,
.navbar-nav .nav-link:hover {
  color: #ff0000;
  transition: all 0.3s ease-in-out;
}
.navbar-nav .nav-link.active i,
.navbar-nav .nav-link:active i,
.navbar-nav .nav-link:hover i{
  border-color: #ff0000;
  transition: all 0.3s ease-in-out;
}

.nav-link {
  color: var(--dark-color);
  font-size: 16px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}

/* dropdown style */
.dropdown-item {
  text-transform: uppercase;
  font-weight: 700;
  padding: 0.5rem 1rem;

}

.dropdown-item.active,
.dropdown-item:active {
  color: var(--body-text-color);
}

.dropdown-menu {
  --bs-dropdown-link-active-bg: var(--light-grey-color);
}


/*----- Feature Section Style -------------------------*/

.feature-item {
  box-shadow: 4px 4px 10px rgba(150, 150, 150, 0.192);
  background: var(--light-color);
  cursor: pointer;
  border: 1px solid #bdbdbd;
}

.feature-item:hover {
  background: #ff0000;
  transition: all 0.3s ease-in;
}

.feature-title {
  font-weight: 600;
  color: #000000;
  transition: all 0.3s ease-in;
  font-size: 25px;
}

.feature-info {
  transition: all 0.3s ease-in;
}

.feature-item:hover .feature-info,
.feature-item:hover .feature-title {
  color: var(--light-color);
}

@media only screen and (min-width: 1400px) {
  #features {
    position: relative;
    z-index: 99;
    margin-top: 58px;
  }

  .feature-box {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

@media only screen and (max-width: 1399px) {
  .feature-box {
    margin-top: 12px;
    position: relative;
    z-index: 9;
  }
}


/*----- catergory Section Style -------------------------*/
.category-paragraph {
  transition: all 0.3s ease-in;
  font-size: 16px;
}

.primary {
  background: var(--bs-primary-bg-subtle);
  transition: all 0.3s ease-in;
}

.svg-primary {
  color: var(--primary-color);
  transition: all 0.3s ease-in;
}

.primary:hover {
  background: var(--bs-primary);
}

.secondary {
  background: var(--bs-secondary-bg-subtle);
  transition: all 0.3s ease-in;
}

.svg-secondary {
  color: var(--secondary-color);
  transition: all 0.3s ease-in;
}

.secondary:hover {
  background: var(--bs-secondary);
}

.tertiary {
  background: var(--bs-tertiary-bg-subtle);
  transition: all 0.3s ease-in;
}

.svg-tertiary {
  color: var(--bs-tertiary);
  transition: all 0.3s ease-in;
}

.tertiary:hover {
  background: var(--bs-tertiary);
}

.gray {
  background: #e0e5eb;
  transition: all 0.3s ease-in;
}

.svg-gray {
  color: var(--bs-gray);
  transition: all 0.3s ease-in;
}

.gray:hover {
  background: var(--bs-gray);
}

.primary:hover .svg-primary,
.primary:hover .category-paragraph,
.secondary:hover .svg-secondary,
.secondary:hover .category-paragraph,
.tertiary:hover .svg-tertiary,
.tertiary:hover .category-paragraph,
.gray:hover .svg-gray,
.gray:hover .category-paragraph {
  color: var(--light-color);
}

/*----- courses Section Style -------------------------*/
h5.course-title {
  transition: all 0.3s ease-in;
}

h5.course-title:hover {
  color: #FF0101;
}


/*----- testimonial Section Style -------------------------*/
.swiper-pagination {
  position: unset;
  margin-top: 20px;
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 10px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 10px));
  opacity: 1;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--bs-primary);
  background: #ff0101;
}


/*----- teacher Section Style -------------------------*/
.team-member ul.social-links {
  top: 0;
}

.team-member ul li {
  padding: 5px;
  transform: rotatey(-90deg) perspective(100px);
  transform-origin: left;
  cursor: pointer;
  transition: .5s ease-in-out;
  background-color: var(--primary-color);
}

.team-member ul li:first-of-type {
  transition-delay: .3s;
}

.team-member ul li:nth-of-type(2) {
  transition-delay: 0.6s;
}

.team-member ul li:nth-of-type(3) {
  transition-delay: 0.9s;
}

.team-member ul li:last-of-type {
  transition-delay: 1.3s;
}

.team-member:hover ul li {
  transform: rotatey(0deg);
}


/* Zoom Effect*/
.zoom-effect {
  position: relative;
  overflow: hidden;
}

.zoom-effect img {
  max-width: 100%;
  -webkit-transition: 0.6s ease-out;
  -moz-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
  width: 100%;
}

.zoom-effect:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.zoom-effect:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 2;
  opacity: 0;
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.zoom-effect:hover:before {
  opacity: 1;
  cursor: pointer;
}


/*----- register Section Style -------------------------*/
#register {
  background: var(--tertiary-color);
}


/*----- footer Section Style -------------------------*/
a.footer-link:hover {
  color: var(--primary-color);
}

svg.social-icon {
  color: var(--light-dark-color);
  transition: all 0.3s ease-in;
}

svg.social-icon:hover {
  color: var(--primary-color);
}




/*--------------------------------------------------------------
faqs page style start
--------------------------------------------------------------*/
.accordion-button:not(.collapsed) {
  color: var(--body-text-color);
  background-color: transparent;
  box-shadow: none;
}

.accordion {
  --bs-accordion-color: var(--light-text-color);
  --bs-accordion-bg: none;
  --bs-accordion-btn-color: var(--body-text-color);
}

.accordion-button:not(.collapsed)::after {
  background-image: unset;

}

.accordion-button::after {
  background-image: unset;
}

.accordion-button:focus {
  z-index: 3;
  border-color: none;
  box-shadow: none;
}



/*--------------------------------------------------------------
Checkout page style start
--------------------------------------------------------------*/
.form-check-input {
  border: 1px solid var(--primary-color);
}

.form-check-input:checked {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}

.form-check-input:focus {
  border-color: var(--primary-color);
  box-shadow: none;
}


/*--------------------------------------------------------------
Styles page style start
--------------------------------------------------------------*/
.chocolat-wrapper {
  z-index: 9999;
}



/*--------------------------------------------------------------
Account page style start
--------------------------------------------------------------*/
.nav-tabs .nav-item.show .nav-link.account-tab,
.nav-tabs .nav-link.account-tab {
  color: var(--light-dark-color);
}

.nav-tabs .nav-item.show .nav-link.account-tab,
.nav-tabs .nav-link.account-tab.active {
  color: var(--primary-color);
}



/*--------------------------------------------------------------
Blog page style start
--------------------------------------------------------------*/

/* ------ Pagination ------*/
.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: 0;
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: 0;
  --bs-pagination-hover-color: var(--light-color);
  --bs-pagination-hover-bg: var(--bs-primary);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--light-color);
  --bs-pagination-focus-bg: var(--bs-primary);
  --bs-pagination-focus-box-shadow: none;
  --bs-pagination-active-color: var(--light-color);
  --bs-pagination-active-bg: var(--bs-primary);
  --bs-pagination-active-border-color: var(--bs-primary);
  --bs-pagination-disabled-color: var(--bs-primary-color);
  --bs-pagination-disabled-bg: var(--bs-primary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  display: flex;
  padding-left: 0;
  list-style: none;
}



/*--------------------------------------------------------------
Single Product page style start
--------------------------------------------------------------*/
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: var(--bs-body-color);
  background-color: var(--primary-color);
}

/* product-thumbnail-slider */
.product-thumbnail-slider {
  height: 660px;
}




/*--------------------------------------------------------------
  Shop page style
  --------------------------------------------------------------*/
.product-box {
  width: 25%;
}

@media screen and (max-width: 800px) {
  .product-box {
    width: 50%;
  }
}

.product-store .product-item {
  position: relative;
}

.product-item .cart-concern {
  background: var(--light-color);
  width: 80%;
  text-align: center;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 180px;
  z-index: 9;
  transition: 0.5s ease-out;
  padding: 20px 30px;
  opacity: 0;
}

.product-item:hover .cart-concern {
  bottom: 150px;
  opacity: 1;
}

.cart-concern .cart-button button {
  background: none;
  color: var(--dark-color);
  height: auto;
  padding: 0;
  margin: 0;
}

.cart-concern .cart-button button i.icon {
  font-size: 15px;
}

.product-item .wishlist-btn i.icon.icon-heart {
  font-size: 20px;
}

.product-item .item-price {
  font-size: 1.8em;
}

.inner_bnner h1{
  font-size: 50px;
}
.inner_bnner p{
  font-size: 20px;
  line-height: 30px;
}

/*--------------------------------------------------------------
  course detail page style
  --------------------------------------------------------------*/
  .nav-tabs{
    border-bottom: none;
  }
.nav-tabs .nav-item {
  transition: all 0.1s ease-in;
  border-radius: 0px;
  margin-right: 12px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: var(--bs-primary);
  background-color: transparent;
  border-color: transparent;
  border-bottom: 4px solid var(--bs-primary);
  transition: all 0.1s ease-in;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  color: var(--bs-primary);
  isolation: isolate;
  border-color: transparent;
  border-bottom: 4px solid var(--bs-primary);
  transition: all 0.1s ease-in;
}

/*---- video section style start ----*/

/* color box style */
div#cboxOverlay {
  opacity: 0.8 !important;
}

.video .video-player {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

iconify-icon.video-icon {
  font-size: 30px;
  color: var(--bs-light);
  border-radius: 6.25rem;
  background: rgba(255, 255, 255, 0.35);
  transition: all 0.4s ease-in-out;
}

iconify-icon.video-icon:hover {
  font-size: 35px;
}

/*start css*/
.procontent h5 a:hover{
   color:#FF0101; 
}
.red{
  color:#FF0101;
}
.trusted-image img{
  margin-right: 20px;
  width: 85px;
}
.px-auto{
  padding:0px 30px;
}
.herobanner{
  padding: 0px 0px 65px;
  background-size: cover;
  background-position: right;
  position: relative;
}
.procontent {
    background: #F2F2F2;
    height: 120px;
}
.procontent p{
  overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}
.proitem{
    box-shadow: -2px 3px 6px 1px #ddd;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
}
.proitem:hover {
    box-shadow: -2px 1px 20px 2px #fbcaca;
    }
.blue{
  color:#2563FF;
}
.sec_lxm{
    display: flex;
    gap: 9px;
    font-size: 15px;
    font-weight:400;
    margin: 0px 0px;
}
.filters input[type=checkbox]{
    height: 0;
    width: 0;
    visibility: hidden;
}
.filters label {
    cursor: pointer;
    text-indent: -9999px;
    width: 40px;
    height: 20px;
    background: #B3B7BA;
    display: block;
    border-radius: 100px;
    position: relative;
    vertical-align: initial;
}
.filters label:before {
    content: "\f192";
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    position: absolute;
    left: 18%;
    z-index: 999999;
    top: 20%;
}
.filters label:after {
    content: "";
    position: absolute;
    font-weight: 400;
    top: 1px;
    left: 2px;
    width: 18px;
    height: 18px;
    background: #fff;
    border-radius: 90px;
    transition: 0.3s;
}
.filters input:checked + label:after {
    left: calc(100% - 2px);
    transform: translateX(-100%);
}
.filters input:checked + label{
    background: #FF0000;
}
body .bg-light {
    background-color: #F4FBFF !important;
}
.fqright{
  border-radius:10px;
}
.fw-normal{
font-weight: normal;
}
.imasetauto{width: 150px;margin: 0 auto;}
.imasetauto img{
width: 100%;
}
.title_mains p {
    line-height: 23px;
}
.quest_a {
    font-weight: bold;
    font-size: 22px;
}
.bg-grey{
  background-color:#DADADA;
}
.fs-20{
font-size: 17px;
    line-height: 22px;
}
.py-6{
  padding: 70px 0px;
}
.redtitle h5{
  color:#fff;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight:400;
}
.redtitle {
    background: #FF0101;
    text-align: center;
    color: #fff;
    padding: 15px;
}
.circle_why{
border: 1px solid #e5e5e5;
transition: all 0.3s ease-in-out;
position: relative;
}
.circle_why:hover{
 transition: all 0.3s ease-in-out;
 transform: translateY(-5px); 
}
.circle_why:hover p{
    background: #f3f3f3;
    transition: all 0.3s ease-in-out;
}
.tikcircle{

position: absolute;

top: -30px;

left: -30px;
}
.tikcircle img{
  
width: 50px;
}
.pdn{
  padding: 0px;
}
.circle_why p{
  transition: all 0.3s ease-in-out;
padding: 20px;
}
.line-height{
  line-height:32px;
}
.line-height2{
  line-height:24px;
}
.fs-30{
  font-size:25px;
}
.bg-dark {
    background-color: rgb(0 0 0) !important;
}
.footer-menu{

  }.footer-menu h5{
  
color: #fff;
}.footer-menu ul li a{
  color: #c3c3c3;
  transition: all 0.3s ease-in-out;
}.footer-menu ul li a:hover{
letter-spacing:1px;  
}
.icons_sl{

  }.icons_sl img{
  
width: 100px;
  
margin-bottom: 8px;
}.workwith h5{
  
margin: 10px 0px;
}
.production{
   background-size: cover;
    background-position: center;
    height: 280px;
    background-repeat: no-repeat;
}
.upload-btn {
    background: #fff;
    transition: all 0.3s ease-in-out;
    padding: 10px 20px;
    font-weight: 600;
}
.upload-btn:hover {
    background: #000;
    color:#fff;
}
.manufacture_content p{
  overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
}
.manufacture_content h5{
  overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 1;
-webkit-box-orient: vertical;
}
.iconquotes{
  
width: 85px;
  
height: 85px;
  
border: 1px solid #eee;
  
padding: 11px;
  
border-radius: 100%;
  
box-shadow: 0px 0px 6px #d7d7d7;
  
margin: 0 auto;
  
margin-bottom: 16px;
  
margin-top: -40px;
  
background: #fff;
}
.testimonial-swiper{
  padding-top: 58px;
}
i.fa.fa-star, .fa.fa-star-half{
    color: #FF0101;
}
.textdep{
    line-height: 25px;
}
.features_items_img h4 a{
    color: #fff;
}
.features_items_img h4 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000000;
    font-weight: normal;
    font-size: 17px;
    text-align: center;
    padding: 13px;
    margin: 14px;
    margin-bottom: 0px;
     transition: all 0.5s ease-in-out;  
}
.features_items_img:hover h4{
    background: #FF0000;
    transition: all 0.5s ease-in-out;
}

.features_items_img {
    position: relative;
}

.signupselv{
  position: absolute;
  right: 0;
  top: 0;
      font-size: 14px;
}
body .border-top {
    border-top: 1px solid #3b3939 !important;
}
.copyright p{
  color: #c3c3c3;
}
.footer-menu p{
  color: #c3c3c3;
}
.social-links img{
  width: 25px;
}
.adresli{
  display: flex;
  gap:10px;
  align-items: flex-start;
}
.quotes{
    background: #3068E5;
    border: navajowhite;
    color: #fff;
    padding: 6px 10px;
    border-radius: 5px;
}
.footer-white-right{
  position: relative;
}
.footer-white-right:before{
  content:'';
  border: 1px dashed;
  border-color: #FF0101;
  position: absolute;
  left:0;
  right: 0;
  top:0;
  bottom:0;
  transition: all 0.5s ease-in-out;
  margin: 4px;
}
.procontent p{
  transition: all 0.6s ease;
}
.slidercontent{
  position: absolute;
  top: 10%;
  z-index: 99;
  left: 0;
  right: 0;
}
.herobanner .swiper-pagination {
    position: relative;
    margin-top: -74px !important;
    z-index: 99;
}
.btn:hover, .btn:focus {
    background-color: #000000;
    border-color: #000000;
}
.testomonial-body:hover{

}
.testimonial-swiper .swiper-slide.swiper-slide-active .card{

border-color: #FF0000;

margin-top: -15px !important;

transition: all 0.4s ease-in-out;
}
.testimonial-swiper .swiper-slide.swiper-slide-active .iconquotes{

border-color: #FF0000;

box-shadow: 0px 0px 6px #cc9393;
}
.testimonial-swiper .swiper-slide.swiper-slide-active .iconquotes img {
  filter: brightness(0) saturate(100%) invert(13%) sepia(87%)
          saturate(7484%) hue-rotate(-2deg) brightness(99%) contrast(120%);
}
.testomonial-body h5{
  font-size:15px;
}
.social-links img:hover{
   filter: brightness(0) saturate(100%) invert(13%) sepia(87%)
          saturate(7484%) hue-rotate(-2deg) brightness(99%) contrast(120%); 
}
.onlytext {
  transition: all 0.4s ease-in-out;
}
.manufactu_item_crd>a{display: block;overflow: hidden;height: 180px;}
.manufactu_item_crd:hover img{
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.manufactu_item_crd>a>img{
  transition: all 0.3s ease-in-out;
  height: 100%;
  margin: 0 auto;
  display: table;
}
.manufactu_item_crd {
    transition: all 0.3s ease-in-out;
    border-color: #eee;
    overflow: hidden;
    }
.manufactu_item_crd:hover {
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 0px 17px #cc9393 !important;
}
.fa-angle-double-right{
    font-size: 11px;
}
.fa-angle-double-right {
  display: inline-block;
  animation: arrowMove 1s infinite;
}

@keyframes arrowMove {
  0%   { transform: translateX(0);   opacity: 1; }
  50%  { transform: translateX(5px); opacity: 0.4; }
  100% { transform: translateX(0);   opacity: 1; }
}
.signupselv.btn:hover, .signupselv.btn:focus{
   transition: all 0.3s ease-in-out;
   background-color: #fff;
   color: #FF0000;
}

.featured_img {
  position: relative;
  overflow: hidden;
    transition: all 0.5s ease-in-out;
}

.featured_img img {
  display: block;
  width: 100%;
  transition: transform 0.6s ease;
}

.shadow_back {
  position: absolute;
  inset: 0;
  /* top:0; right:0; bottom:0; left:0 */
  background: rgba(0,0,0,0.6);
  opacity: 0;
  transform: scale(1.2);
  transition: all 0.5s ease-in-out;
  border-radius: 5px; /* optional modern touch */
}

.featured_img:hover img {
  transform: scale(1.1); /* zoom image */
}
.featured_img:hover{border-radius: 5px;overflow: hidden;transition: all 0.5s ease-in-out;}

.featured_img:hover .shadow_back {
  opacity: 1;
  transform: scale(1); /* overlay fade-in */
}

.shadow_back {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,1,1,0.6) 0%, rgba(0,0,0,0.6) 100%);
  opacity: 0;
  transform: translateY(20%);
  transition: all 0.6s ease;
}

.featured_img:hover .shadow_back {
  opacity: 1;
  transform: translateY(0);
}
.question_hover{
  transition: all 0.6s ease;
}
.question_hover:hover{
  background-color:#FF0101;
    transition: all 0.6s ease;
}
.question_hover:hover h4, .question_hover:hover .quest_a{
  color:#fff;
}
.fqx_cont h4 a:hover, .delcontent h4 a:hover{
  color:#FF0101;
}
a{
      transition: all 0.6s ease;
}
.fq_image, .delv_img{
  overflow: hidden;
  display: block;
}
.fq_image img, .delv_img img{
 transition: all 0.6s ease; 
}
.fq_image:hover img, .delv_img:hover img{transform: scale(1.03);
 transition: all 0.6s ease; 
}
.fqright{
  transition: all 0.6s ease;  
}
.fqright:hover{
  box-shadow: 0px 0px 17px #cc9393 !important;
   transition: all 0.6s ease; 
}
.proitem .procontent p{

  transition: all 0.6s ease;
}
.navbutton .btn-primary{
  box-shadow: 3px 3px 4px #b9b9b9;
}
.navbar-nav>li>a>i.fa-angle-down{border:1px solid #ddd;border-radius: 100%;font-size: 13px;font-weight: bolder;width: 17px;height: 17px;line-height: 1.3;text-align: center;}
.navbutton .btn-primary:hover{
   background-color:#000;
    transition: all 0.6s ease;
}
.fqright:hover h4 a, .fqright:hover p{
      color: #FF0101;
}
.delcontent:hover h4 a{
      color: #FF0101;
}
.button-group .btn-primary:hover{
  background-color: #6a6a6a !important;
}
.feature_slider .swiper-pagination-bullet.swiper-pagination-bullet-active{
        background: #ff0101;
  }
  .feature_slider .swiper-pagination-bullet{
    background: #000000;
  }
  .navbar-nav.menu-list > li:hover .sub-menu{
opacity: 1;
 visibility: visible;
 transform: translateY(0px);
  }
.sub-menu{
 position: absolute;
 left: 0;
 top: 100%;
 right: 0;
 z-index: 999;
 padding: 30px;
 opacity: 0;
 visibility: hidden;
 transform: translateY(-20px);
 transition: all 0.5s ease-in-out;
}
li.nav-item.dropdown {
    position: static;
}
.menu_min{
  padding-left: 15px;
}
.menu_min li {color: #949494;}
.menu_min li a{color: #949494;padding: 4px 0px;display: block;}
.menu_min li a:hover{
color:#fff;
}
.menutitle_red h4 img{width: 35px;margin: 0px 6px;}
.right-border{
  position: relative;
}
.right-border:after{
    content:'';
    border: 1px solid #808080;
    height: 95%;
    position: absolute;
    right: -50px;
    top: 6px;
    
}
.menutitle h4{
  border-bottom: 1px solid #808080;
  padding-bottom: 10px;
  display:table;
}
.menutitle_red h4{
  font-size: 16px;
}
.transparent_btn {
    margin-top: 35px;
    background: transparent;
    border: 1px solid #898989;
    color: #fff;
    padding: 10px 24px;
    border-radius: 5px;
    transition: all 0.4s ease-in-out;
}
.transparent_btn:hover{
  background-color:#FF0101;
}
.menu_category{
  padding-left: 0px;
}
.menu_category li {color: #949494;list-style: none;margin: 10px 0px;}
.menu_category li a{color: #949494;padding: 4px 0px;display: block;}
.menu_category li a:hover{
color:#fff;
}
.logins:hover{
 background: #000; 
}
.logins{
  margin-right: 14px;
  font-size: 15px;
  background: #ff0000;
  color: #fff;
  padding: 9px 14px;
  display: block;
  border-radius: 5px;
  font-weight: 600;
  box-shadow: 3px 3px 4px #b9b9b9;
  transition: all 0.4s ease-in-out;  
}
.menu_category img{width: 40px;margin: 0px 6px;}
.fqx_cont p {
    font-size: 12px;
}
.fq_image {
    height: 130px;
    overflow: hidden;
}
.fq_image img{
    height: 100%;
    object-fit: contain;
}
.playbtn img {
    width: 85px;
}
.inner_swipper_slider .swiper-pagination {
    margin-top: -20px;
        position: relative;
}
.inner_swipper_slider .swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  background: #fff;
}
.px-8{
  padding:0px 100px;
}
.service-page .procontent, .service_div .procontent {
      height: 85px;
}
.inner_bnner_other{
  padding:120px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
 position: relative; 
}
.overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    opacity: 0.5;
}
.bredcoms ul {
  padding: 0px;
  margin: 0px;
}
.bredcoms ul li{
  display: inline-block;
  margin: 0px 0px;
}
.bredcoms ul li a{
}
.bredcoms ul i{
  font-size: 12px;
}
.scrchbtn{font-size: 15px;background: #181818;color: #fff;padding: 9px 13px;display: block;border-radius: 0px;border: none;transition: all 0.4s ease-in-out;position: absolute;right: 0;top: 28.5px;}
.searchbar{

position: relative;

margin-bottom: 20px;

}
.searchbar input{
  
padding: 10px 12px;
  
background: #EDEDED;
  
border-radius: 0px;
}
.blog_listing{/* background: #F3F3F3; */}
.blog_listing ul li{
    margin: 2px 0px;
}
.blog_listing ul{
  
padding: 0px;
  
list-style: none;
  
margin: 0px;
}.blog_listing li a.active{
      background: #ff0000;
      color: #fff;
}.blog_listing li a{
  display: block;
  padding: 5px 7px;
  font-weight: 400;
  font-size: 12px;
  color: #000;
  border: 1px solid #eee;
  border-radius: 12px;
}.blog_listing li a:hover{
  background: #ff0000;
color: #fff;
}.pagination a:hover{
  background: #ff0000;
color: #fff;
}
.pagination a{
  margin: 0px 5px;
}
.pagination a{
   background: #eee;
   color:#000;
   width: 35px;
   h;
   height: 35px;
   display: block;
   border-radius: 100%;
   padding: 9px;
   text-align: center;
   font-weight:600;
}
.pagination a.next {
    background: #000;
    width: 35px;
    height: 35px;
    display: block;
    border-radius: 100%;
    padding: 8px;
}
.pagination a.prev {
    background: #000;
    width: 35px;
    height: 35px;
    display: block;
    border-radius: 100%;
    padding: 8px;
}
.topsets{
        position: absolute;
        background: #000000;
        color: #fff;
        padding: 0px 5px;
        border-radius: 10px;
        z-index: 9;
        font-size: 10px;
        top: 5px;
        right: 5px;
}
.viewall {
    position: absolute;
    right: 0;
    top: 67%;
    color: #ff0101;
}
.listas{
  padding-left: 16px;
}
.listas li{
  padding:4px 0px;
}
.reviewdiv{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100%;
    padding: 40px 0px 178px;
}
.custom-tabs .nav-link {
  border: none;
  color: #333;
  font-weight: 500;
  background: #f6f6f6;
  border-radius: 5px;
  padding: 10px 12px;
  font-size: 14px;
}
.custom-tabs .nav-link:hover {
  border-bottom: none;
  color: #ffffff;
  background: #ff0000;
  /* border-radius: 0px; */
}
.custom-tabs .nav-link.active {
  border-bottom: none;
  color: #ffffff;
  background: #ff0000;
  border-radius: 5px;
}
.table-red{
  background: #ff0000; 
}
.table-red th{
  color: #fff;
  vertical-align: middle;
  font-weight: 500;
}
.table_metarial td{
  padding: 10px 10px;
  font-weight: 500;
      border-color: #f1f1f1;
}
.table_metarial tr:nth-child(odd) td {
    --bs-table-accent-bg: #fbfbfb;
}

.space_item img{transition: all 0.3s ease-in-out;height: 100%;object-fit: contain;}
.space_item:hover img{
transition: all 0.3s ease-in-out;
-webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.part_items_img img{transition: all 0.3s ease-in-out;height: 100%;}
.part_items_img{
  display: block;
  overflow: hidden;
  height: 220px;
}
.part_items_img:hover img{
  transition: all 0.3s ease-in-out;
-webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.space_img {
    height: 200px;
    overflow: hidden;
}
/*.coment_cn {
    background: #fff;
    padding: 15px;
    box-shadow: -6px 4px 8.8px 0px #00000040;
}*/
.coment_cn {background: #fff;
    padding: 15px;
    box-shadow: 1px 0px 8.8px 0px #00000040;
    border-radius: 7px;

}
.whychoose_div{
    background-size: cover;
    background-repeat: no-repeat;
}
.w-70{
  width: 70%;
}
.pdn{
  padding: 0px !important;
}
.galpromade .part_items_img img{
  border-radius:35px;
}
.industry_div {
  background-size: cover;
  background-repeat: no-repeat;
}
.inner_bnner {
    background-size: cover;
    background-position: 100%;
    background-repeat: no-repeat;
        height: 85vh;
}
.onlybackgrond{
  background-size: cover;
    background-position: 100%;
    background-repeat: no-repeat; 
}
.quest_a.fs-16{
  font-size:16px;
}
ul.listing_tick{
  padding-left: 0px;
}
ul.listing_tick li {
    padding: 9px 0px;
    list-style: none;
}
ul.listing_tick li img{
     width: 27px;
     margin-right: 10px;
}
.space_item h5 a{
  color:#fff;
}
.space_item h5 a:hover{
  color: #FF0101;
}
.question{
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width:767px){
  .inner_bnner_other br{
    display: none;
  }
  .inner_bnner {
          height: 90vh;
        background-position: center;
}
  .inner_bnner h1 {
    font-size: 25px;
}
  .trusticon2 img {
    margin: 5px 0px;
    width: 88px;
    height: 34px;
}
  .trusticon2 label {
    clear: both;
    display: block;
    margin-bottom: 10px;
}
  .mobilepdnone{
    padding-top: 0px !important;
    padding-bottom: 20px !important;
  }
  .menu_category img {
    width: 28px;
}
  .sub-menu {
    padding: 18px 0px;
  }
  .icons_sl img {
    width: 70px;
  }
  .manufactu_item_crd>a {
    height: 252px;
}
  .viewall {
    bottom: 0;
    top: 42px;
}
  .trusted-image img {
    margin-right: 10px;
    width: 65px;
}
  .navbar-nav.menu-list > li:hover .sub-menu{
    display: block;
  }
  ul.sub-menu.short {
    width: 100%;
    background: #fff;
    list-style: none;
    padding: 0px 8px;
}
  .sub-menu {
    position: relative;
    left: 0;
    top: 0%;
    display: none;
  }
  li.nav-item.dropdown{
    position: relative;
}
  .inner_bnner_other {
    padding: 0px 0px;
  }
  .w-70{
  width: 100%;
}
  .metx_content h4{
    margin-top: 20px;
  }
  .px-8 {
    padding: 0px 20px;
}
  .px-auto {
    padding: 15px 10px !important;
}
  .textbanners.py-5 {
    padding-top: 0px !important;
}
  .herobanner .swiper-pagination {
    margin-top: -10px !important;
}
  .itembners.mb-5 {
    width: 49%;
    margin-bottom: 10px !important;
}
  .herobanner {
    padding: 0px 0px 20px;
  }
  .slidercontent {
    position: relative;
    top: 0%;
}
  .counter.d-flex {
    flex-wrap: wrap;
}
  .question.py-6{
    padding: 35px 0px;
}
  .fs-30 {
    font-size: 18px;
}
  .onlytext.p-5.text-center {
    padding: 20px 0px !important;
}
  .copyright p {
    text-align: center;
    margin-bottom: 12px !important;
}
  .social-links ul{
    justify-content: center !important;
  }
  .upload-btn {
    margin-top: 20px !important;
  }
  .production {
    height: 215px;
    padding: 11px 0px !important;
}
  .workwith {
    margin: 10px 0px;
  }
  
  .tikcircle {
    left: -3px;
}
  .delivry_tem{
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
        gap: 5px !important;
    }
}
@media (max-width: 991px) {
   .container {
    width:100%;  
    max-width:100%; 
 padding: 0px 20px;
    }
}
@media (max-width: 991px) and (min-width:768px) {
  .slidercontent {
    top: -3%;
    left:15px;
}
   .feature-box{
        margin-top: 150px;
    }
}
@media (min-width: 992px) and (max-width:1199px) {
  .slidercontent {
    top: -3%;
    left:15px;
}
  .feature-box{
        margin-top: 100px;
    }
  .navbar-nav>li>a{
    font-size: 12px;
  }
    .container {
    width:100%;  
    max-width:100%; 
    }
}

.trusticon img{
width:100px;
}

.tableev .table-responsive {
  max-height: 600px; 
  overflow-y: auto; 
  position: relative; 
}

/* thead sticky */
.tableev table thead {
  position: sticky;
  top: 0;   
  z-index: 5;
}
.table_metarial .table-responsive {
  max-height: 600px; 
  overflow-y: auto; 
  position: relative; 
}

/* thead sticky */
.table_metarial table thead {
  position: sticky;
  top: 0;   
  z-index: 5;
}
.accordion-button::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f067";
  font-size: 1rem;
  color: #ffffff;
  transition: transform 0.3s ease;
}

.accordion-button:not(.collapsed)::after {
  content: "\f068";  
}
.faq_sec .accordion-button{
  background-color: #ff0000;
  color: #fff;
}
.manufacture_content {
    height: 100%;
}
.scrolldiv button {
    background: #f2f2f2;
    padding: 7px 24px;
    margin: 4px 6px;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0px 0px 5px #ddd;
}
.table-responsive::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 10px;
  background-color: #fafafa;
}

.table-responsive::-webkit-scrollbar
{
  width: 5px;
  height: 5px;
  background-color: #F5F5F5;
}

.table-responsive::-webkit-scrollbar-thumb
{
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #ff0000;
}
.fs-15{
    font-size: 13px;
}
.delcontent h4, .fqx_cont h4{
  font-size:17px;
}

.table-responsive.hori::-webkit-scrollbar
{
  height: 5px;
}
.hori table tr td:first-child {
  position: sticky;
  left: 0px;
  z-index: 2;
  background-color: #fff;
}
.hori table tr th:first-child{
    position: sticky;
  left: 0px;
  z-index: 99;
   background-color: #ff0000;
   padding: 5px 7px;
}
@media (min-width:1025px){
  .inner_bnner_other{
    /*height:80vh;*/
  }
}

.history-tl-container{
  width:100%;
  margin: 0 auto;
  text-align: center;
  display: table;
  position:relative;
  line-height:1.3em;
  min-width: 100%;
}
.history-tl-container ul.tl{
    margin: 20px auto;
    padding:0;
    display:inline-block;
    width: 70%;
}
.history-tl-container ul.tl li:nth-child(even){
    list-style: none;
    margin:auto;
    margin-left: 50%;
    min-height:50px;
    /*background: rgba(255,255,0,0.1);*/
    border-left: 1px dashed #ff0000;
    padding: 0 0 30px 30px;
    position:relative;
    text-align: left;
}
.history-tl-container ul.tl li:last-child{ border-left:0;}
.history-tl-container ul.tl li:nth-child(even)::before{
    position: absolute;
    left: -17px;
    top: -5px;
    content: " ";
    border: 8px solid rgba(255, 255, 255, 0.74);
    border-radius: 500%;
    background: #ff0000;
    height: 32px;
    width: 32px;
    transition: all 500ms ease-in-out;
}
.history-tl-container ul.tl li:nth-child(odd)::before{
    position: absolute;
    right: -17px;
    top: -5px;
    content: " ";
    border: 8px solid rgba(255, 255, 255, 0.74);
    border-radius: 500%;
    background: #ff0000;
    height: 32px;
    width: 32px;
    transition: all 500ms ease-in-out;
}
.history-tl-container ul.tl li:hover::before{
    border-color: #ff0000;
    transition: all 1000ms ease-in-out;
}
ul.tl li .item-title{font-size: 20px;font-weight: 600;margin-bottom: 8px;}
ul.tl li .item-detail{
    color: rgb(0 0 0);
    font-size: 16px;
}
ul.tl li:nth-child(odd){
  margin-right: 50%;
  color: #070606;
  position: relative;
  text-align: right;
  font-size: 15px;
  border-right: 1px dashed #ff0000;
  padding: 0 30px 30px 0px;
  list-style: none;
}
@media (max-width:767px){
  .history-tl-container ul.tl {
    width: 100%;
}
}

.hori table tr th{
    position: sticky;
    left: 0px;
    z-index: 99;
    background-color: #ff0000;
    color: #fff;
     padding: 0 7px;
}
.indtech table tr:first-child th{
  background-color: #ff0000; 
  padding: 0 7px;
      color: #fff;
}
.indtech table tr td{
padding: 7px 15px;
}
/*css strat*/
.blog-area.single .item {
    margin-bottom: 0;
}
.blog-area .item {
    box-shadow: var(--box-shadow);
    background: var(--white);
    border-radius: 8px;
}
.blog-area .blog-items .item .thumb {
    position: relative;
    padding-bottom: 20px;
}
.blog-area .blog-items .item .thumb img {
    border-radius: 5px;
}
.blog-area.full-blog .blog-items .info {
    padding-top: 15px;
}
.blog-area .blog-items .info .meta {
    margin-bottom: 15px;
}
.blog-area .blog-items .info .meta ul{
padding: 0px;
}
.blog-area .blog-items .info .meta ul li {
    display: inline-block;
    margin-right: 15px;
    position: relative;
    font-weight: 500;
    color: #232323;
    font-size: 15px;
}
.blog-area .blog-items .info .meta ul li i {
    font-weight: 500;
    margin-right: 2px;
    color: var(--color-primary);
}
.blog-area .item blockquote {
    position: relative;
    z-index: 1;
    border: none;
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 85px;
    color: #232323;
    font-weight: 600;
    line-height: 37px;
    background: #fafafa;
    padding: 30px;
    padding-top: 15px;
}
.blog-area .item blockquote::before {
    position: absolute;
    left: 0;
    top: 5%;
    content: "";
    height: 90%;
    width: 3px;
    background: #ff0000;
}

.blog-area .item blockquote cite {
    display: block;
    margin-top: 15px;
    color: #999999;
    font-weight: 500;
}
.blog-area .blog-items .info ul, .blog-area .blog-items .info ol {
    margin-bottom: 25px;
    margin-top: 25px;
    padding: 0px;
}
.blog-area .blog-items .info ul li, .blog-area .blog-items .info ol li {
    margin-bottom: 15px;
    color: #232323;
    position: relative;
    z-index: 1;
    padding-left: 25px;
    display: block;
}
.blog-area .blog-items .info ul li::after, .blog-area .blog-items .info ol li::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "\f00c";
    height: 100%;
    width: 100%;
    font: normal normal normal 14px / 1 FontAwesome;
    color: #ff0000;
    font-weight: 600;
    font-size: 14px;
}

/*faq css*/

.faq-wrapper .faq-image img {
    width: 100%;
    height: 100%;
}
.faq-content.style-2 {
    margin-left: 0px;
}
.faq-content .accordion-item {
    border: 0;
    background-color: #fff;
}
.faq-content .accordion-item .accordion-header .accordion-button.collapsed {
    background-color: transparent;
    border: 1px solid #ddd;
    padding: 20px 20px;
    color: #000000;
}
.faq-content .accordion-item .accordion-header .accordion-button {
    font-weight: 600;
    color: #ffffff;
    letter-spacing: -0.2px;
    border-radius: 0;
    box-shadow: none;
    background-color: #ff0000;
    padding: 20px 20px 20px;
    text-transform: capitalize;
    font-size: 20px;
    border: 1px solid #ddd;
}
.faq-content .accordion-item .accordion-header .accordion-button::after {
    font-weight: 500;
    transition: all 0.3s ease-in-out !important;
    background-image: url(./images/chevron-right.svg);
    color: #000;
        font-size: 0;
}
.faq-content .accordion-item .accordion-collapse .accordion-body {
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 15px;
    color: #000;
    background-color: #f9f9f9;
    font-weight: 500;
}

/*conatct css*/

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

.contact-wrapper-2 .contact-left-items .contact-info-area-2 {
  padding: 40px;
  background-color: #ff0000;
}
.contact-wrapper-2 .contact-left-items .contact-info-area-2 .contact-info-items {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media (max-width: 1199px) {
  .contact-wrapper-2 .contact-left-items .contact-info-area-2 .contact-info-items {
    flex-wrap: wrap;
  }
}
.contact-wrapper-2 .contact-left-items .contact-info-area-2 .contact-info-items .icon {
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  position: relative;
}
.contact-wrapper-2 .contact-left-items .contact-info-area-2 .contact-info-items .icon::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("./images/circle-3.png");
  animation: cir36 10s linear infinite;
}
.contact-wrapper-2 .contact-left-items .contact-info-area-2 .contact-info-items .content p {
  color: #fff;
  margin-bottom: 5px;
}
.contact-wrapper-2 .contact-left-items .contact-info-area-2 .contact-info-items .content h3 {
  font-size: 20px;
  color: #fff;
  font-weight: 500;
}
.contact-wrapper-2 .contact-left-items .contact-info-area-2 .contact-info-items .content h3 a {
  color: #fff;
}
.contact-wrapper-2 .contact-left-items .contact-info-area-2 .contact-info-items.border-none {
  border: none !important;
}


.contact-wrapper-2 .contact-content {
  margin-left: 40px;
}
@media (max-width: 991px) {
  .contact-wrapper-2 .contact-content {
    margin-left: 0;
  }
}
.contact-wrapper-2 .contact-content h2 {
  margin-bottom: 10px;
}
.contact-wrapper-2 .contact-content .contact-form-items {
  margin-top: 30px;
}
.contact-wrapper-2 .contact-content .contact-form-items .form-clt span {
  color: #000;
  font-weight: 600;
  text-transform: capitalize;
  display: block;
}
.contact-wrapper-2 .contact-content .contact-form-items .form-clt input, .contact-wrapper-2 .contact-content .contact-form-items .form-clt textarea {
  border: 1px solid #ddd;
  color:#000;
  padding: 18px 20px;
  border-radius: 5px;
  display: block;
  width: 100%;
}
.contact-wrapper-2 .contact-content .contact-form-items .form-clt input::placeholder, .contact-wrapper-2 .contact-content .contact-form-items .form-clt textarea::placeholder {
  color: #ddd;
}
.contact-wrapper-2 .contact-content .contact-form-items .form-clt textarea {
  padding-bottom: 150px;
}
ul.sub-menu.short {
    width: 220px;
    background: #fff;
}
ul.sub-menu.short li {
    padding: 8px 0px;
}
@media (max-width:767px){
  .contact-wrapper-2 .contact-left-items .contact-info-area-2 .contact-info-items .content{
    margin-top: 10px;
  }
      .contact-wrapper-2 .contact-left-items .contact-info-area-2 .contact-info-items {
        display: block;
        margin-bottom: 0px !important;
    }
}

table{width:100%;}
.joinusform label{
    font-weight: 600;
    font-size: 14px;
}
.joinusform input, .joinusform select{
    border: 1px solid #ddd;
    border-radius: 0px;
    padding: 8px 15px;
}
.joinusform textarea{
    
}
.joinusform input[type="checkbox"]{padding: 8px;}
.joinusform input[type="file"]{
    padding: 9px;
}


/*Start 10 pages css*/

.widthlogo img{
    width: 130px;
    margin: 10px 0px;
}
.line{
     height: 3px;
    width: 50px;
    background-color: #FF0101;
    display: table;
}
.process-standard-area {
  overflow: hidden;
}

.process-standard-area .item .icon {
  position: relative;
  z-index: 1;
  display: inline-block;
  height: 150px;
  line-height: 150px;
  width: 150px;
  border: 2px dashed rgb(0 0 0 / 30%);
  border-radius: 50%;
}

.process-standard-area .item .icon i {
  font-size: 50px;
  text-align: center;
  margin: 0 auto;
  display: table;
  font-style: unset;
}

.process-standard-area .item h4 {
  margin: 0;
  margin-top: 30px;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
}

.process-standard-area .item .icon span {
  position: absolute;
  right: 0;
  top: 0;
  background: #ffffff;
  height: 40px;
  width: 40px;
  line-height: 40px;
  color: var(--color-primary);
  border-radius: 50%;
  font-weight: 900;
  font-size: 14px;
  text-align: center;
}

.process-standard-area .item .icon span::after {
  position: absolute;
  left: -8px;
  top: -8px;
  content: "";
  height: 56px;
  width: 56px;
  background: #ff0000;
  z-index: -1;
  border-radius: 50%;
}

.process-standard-area .single-item:nth-child(2n) .item span {
  top: auto;
  bottom: 0;
}

.process-standard-area .single-item {
  margin-top: 100px;
  text-align: center;
}

.process-standard-area .single-item:nth-child(2n) {
  margin-top: 0;
}
.form-modal input, .form-modal select, .form-modal input[type="file"]{

border-radius: 1px;

padding: 8px 10px;

border: 1px solid #ff0000;
}
.form-modal textarea{
  
border-radius: 1px;
  
padding: 8px 10px;
  
border: 1px solid #ff0000;
}
.coupen-form {
    position: relative;
}
.coupen-form input{
  
border-radius: 0px;
  
padding: 10px 20px;
}
.submitbtn{

position: absolute;

right: 0;

top: 0;

background: #ff0000;

color: #fff;

padding: 10px 20px;

border-radius: 0px;
}
.submitbtn:hover, .submitbtn:focus {
    background-color: #ececec;
    border-color: #ebebeb;
}
.copytext {
    height: 189px;
    width: 100%;
    background-size: cover;
    text-align: center;
    padding: 74px 0px;
}
.copy-digit input {
    border: none;
    font-size: 20px;
    text-align: center;
    letter-spacing: 3px;
    font-weight: bold;
    background: transparent;
}
.copy-digit input:focus{
  box-shadow: none;
  outline: none;
}
.coupendate h4 {
    color: #ff0101;
    font-size: 16px;
    text-align: center;
}
.textdate {
    background: #eee;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    padding: 35px;
    border-radius: 7px;
    position: relative;
    overflow: hidden;
}
.textdate span {
    background: #46d89e;
    height: 10px;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}
.service-card {
  width: 100%;
  background: linear-gradient(180deg, #ff3b3b 0%, #ff6a3d 100%);
  border-radius: 15px;
  padding: 15px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  color: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  margin-bottom: 20px;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.card-inner {
  color: #000;
}

.card-img {
  width: 100%;
  height: 182px;
  object-fit: contain;
  margin-bottom: 0px;
}

.card-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #fff;
}

.card-text {
  font-size: 14px;
  color: #fff;
  line-height: 1.4;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.overflow-service {
    border: 1px solid #fb9090;
    margin-bottom: 15px;
    border-radius: 15px;
    cursor: pointer;
}
.card-img.zoomed {
  transform: scale(1.8);
}

 /* Lightbox popup */
    .lightbox {
      display: none;
      position: fixed;
      inset: 0;
      background: rgba(0, 0, 0, 0.8);
      justify-content: center;
      align-items: center;
      z-index: 9999;
    }

    .lightbox.open {
      display: flex;
    }

    .lightbox img {
      max-width: 90%;
      max-height: 90%;
      border-radius: 10px;
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
    }

    .lightbox-close {
      position: absolute;
      top: 20px;
      right: 30px;
      color: #fff;
      font-size: 30px;
      cursor: pointer;
    }
.faq-section-2 .tab-content p strong{
  font-size:17px;
}
.list-as ul{
  padding: 0px;
  margin-bottom: 0px;
}
.list-as li{list-style: none;display: inline-block;margin-right: 5px;font-size: 12px;}
.list-as li i{color: #ff0000;}
.list-as li a{font-size: 12px;}
.blog_listing li{
  display: inline-block;
}
.manufactu_item_crd.shadow-none {
    box-shadow: none !important;
}
.faq-accordion .accordion-button:not(.collapsed)::after {
    content: "\f068";
    color: #000;
}
.faq-accordion .accordion-button::after{
 color: #000;
}
.faq-accordion button.accordion-button.collaps {
    background: #ffd8d8;
}
.list_sevl ul{
padding: 0px;
list-style: none;
}
.list_sevl ul li{
padding: 7px 0px;
}
.cta-inner-content-inner-page form {
    position: relative;
}
.cta-inner-content-inner-page form input {
    width: 100%;
    background: #ffffff;
    color: #000000;
    padding: 10px 20px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
}
.rts-btn.btn-primary.btn-white {
    background: #ff0000;
    color: #ffffff;
}
.author-area-blog{
    display: flex;
    align-items: center;
    padding: 0px 0;
}
.author-area-blog .thumbnail {
    overflow: hidden;
    max-width: max-content;
    width: 100%;
}
.author-area-blog .thumbnail {
    margin-right: 30px;
}
.author-area-blog .thumbnail img {
    transition: 0.3s;
    width: 100%;
}
.author-area-blog .author-details h5{
    margin-bottom: 10px;
}
.author-area-blog .author-details p {
    line-height: 26px;
}
.blog-details-area-inner-content p.disc {
    font-size: 16px;
}
.overflows.image-holder {
    height: 206px;
}
.overflows.image-holder img{
    height: 100%;
    object-fit: contain;
    align-items: center;
    display: flex;
}
.blog-item-box h2{
    font-size: 20px;
    margin: 15px 0px 10px;
}
.blog-item-box > .info > h3:first-of-type {
  font-size: 22px;
}
.blog-item-box > .info img{
  margin:10px 0px;
}
.blog-item-box h3{
 font-size: 18px;   
}
.blog-item-box h2 strong, .blog-item-box h3 strong{
    font-weight: 600;
}
.blog-item-box h3 img{
    width: 30px !important;
  height: auto;
}
.blog-item-box figure.table tr:nth-child(odd){
 background: #fbfbfb;   
}
.blog-item-box figure.table td{
    padding: 9px 7px;
    border-color: #e3e3e3;
    border: 1px solid #eee;
    border-collapse: collapse;
}
.blog-item-box figure.table tr{
    border-color: #ddd;
}
.blog-item-box figure.table{
 border-collapse: collapse;    
}
.overflo_deln.position-relative {
    height: 160px;
    overflow: hidden;
}
.overflo_deln.position-relative img{
    height:100%;
    object-fit:cover;
    width: 100%;
}
/*end*/

@media (max-width:767px){
    .namecvs {
    padding: 0px 15px;
}
    .service-page .procontent, .service_div .procontent {
    height: auto;
}
    .overflows.image-holder {
    height: auto;
}
    .tab-content.indtech {
    overflow-x: auto;
}
    .nav-tabs .nav-item {
    margin: 4px 3px;
    }
    .process-standard-area .single-item {
    margin-top: 10px;
    margin-bottom: 30px;
 }
    .blog-item-box > .info img {
    width: 100%;
}
.scrchbtn {
    top: 0.5px;
}
    .blog_listing {
    margin-bottom: 15px;
    }
    .space_img {
    height: auto;
 }
    .menutitle_red {
    margin: 10px 0px;
}
    .menutitle_red h4 img {
    width: 20px;
    }
    .acute_img {
    margin: 10px 0px;
}
}


 