.section_gap {
  padding: 80px 0px 80px 0px;
}
.home_banner .swiper-pagination-bullet-active {
  width: 25px;
  border-radius: 5px;
  transition: all ease-in-out 0.3s;
}
/* Header */
#header_contents {
  z-index: 999;
}
.header.style_three .header_mid.custom_mid_menu,
.default_sickty_heaad.style_three .header_mid.custom_mid_menu {
  padding: 0px 0px;
  border-top: 0px;
}

#header_contents .header.style_three .navbar_outer,
#header_contents .default_sickty_heaad.style_three .navbar_outer {
  background: linear-gradient(
    270deg,
    rgba(3, 160, 153, 1) 0%,
    rgba(0, 109, 177, 1) 100%
  );
}
.header.style_three .header_mid.custom_mid_menu .mid_content .text h4,
.default_sickty_heaad.style_three
  .header_mid.custom_mid_menu
  .mid_content
  .text
  h4 {
  color: #282828;
}

#header_contents
  .header.style_three
  .navbar_outer
  .header_content_collapse
  .header_menu_box
  .navigation_menu
  .navbar_nav
  li
  ul.dropdown-menu
  li::before {
  font-size: 16px;
  display: flex;
  content: "\f178";
  font-family: "FontAwesome";
  position: absolute;
  left: -10px;
  top: 16px;
  transform: translate(-50%, -50%);
  /* border: 1px solid #db2516; */
  color: #db2516;
  opacity: 0;
  /* background-color: #ffffff; */
  z-index: 1;
  align-items: center;
  justify-content: center;
  transition: all ease-in-out 0.3s;
}
#header_contents
  .header.style_three
  .navbar_outer
  .header_content_collapse
  .header_menu_box
  .navigation_menu
  .navbar_nav
  li
  ul.dropdown-menu
  li:hover {
  padding: 5px;
  background: 0px;
  padding-left: 25px;
  color: #db2516;
}
#header_contents
  .header.style_three
  .navbar_outer
  .header_content_collapse
  .header_menu_box
  .navigation_menu
  .navbar_nav
  li
  ul.dropdown-menu
  li:hover::before {
  opacity: 1;
  left: 11px;
}

.get_quote_btn {
  border: 1px solid #db2516;
  background-color: #db2516;
  padding: 10px 15px;
  border-radius: 8px;
  margin-left: 10px;
  transition: all ease-in-out 0.3s;
}
.get_quote_btn:hover {
  color: #fff;
  border-color: #ffffff;
  background-color: transparent;
}
/* Clients */
.client-brand-section {
  padding: 60px 0px 150px 0px;
}

.client_logo_carousel.type_one.stockits .swiper-slide .image,
.client_logo_carousel.type_one.stockits .owl-item .image {
  margin: 0px;
  padding: 10px 15px;
}
.client_logo_carousel.type_one.stockits .swiper-slide .image img,
.client_logo_carousel.type_one.stockits .owl-item .image img {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.home_banner {
  padding: 0px 16px;
}
.home_banner .swiper-container.banner_carousel {
  border-radius: 40px;
}
.banner_carousel img {
  width: 100%;
  border-radius: 40px;
  height: 100%;
}

.header_area .header.style_three .navbar_outer .header_content_collapse,
.header_area
  .default_sickty_heaad.style_three
  .navbar_outer
  .header_content_collapse {
  justify-content: center;
  margin-left: -50px;
}

.header_area .header .header_content_collapse .navigation_menu .navbar_nav li,
.header_area
  .default_sickty_heaad
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li {
  margin-right: 45px;
}
.header_area
  .header
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li.dropdown,
.header_area
  .default_sickty_heaad
  .header_content_collapse
  .navigation_menu
  .navbar_nav
  li.dropdown {
  margin-right: 45px;
}

.fixed-header .navbar_outer.get_sticky_header {
  left: 50%;
  /* transition: all ease-in-out 0.3s; */
  transform: translate(-50%, 5px);
}

/* swiper */
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 20px);
  left: auto;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 20px);
  right: auto;
}

/* btn */

button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}

button.learn-more {
  width: 12rem;
  height: auto;
}

button.learn-more .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3rem;
  height: 3rem;
  background: transparent;
  border: 2px solid #db2516;
  border-radius: 1.625rem;
}

button.learn-more .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}

button.learn-more .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}

button.learn-more .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.29rem;
  right: 2px;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #db2516;
  border-right: 0.125rem solid #db2516;
  transform: rotate(45deg);
}

button.learn-more .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem 0;
  margin: 0 0 0 1.85rem;
  color: #db2516;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;
}

button:hover .circle {
  width: 100%;
}

button:hover .circle .icon.arrow {
  background: #db2516;
  transform: translate(1rem, 0);
}

button:hover .button-text {
  color: #db2516;
}

/* From Uiverse.io by catraco */
.used_btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
  border: none;
  background-color: transparent;
}

.used_btn div {
  letter-spacing: 2px;
  font-weight: bold;
  background: #006db1;
  border-radius: 2rem;
  color: white;
  padding: 1rem 1.5rem;
}

.used_btn::before {
  content: "";
  z-index: -1;
  background-color: #006db1;
  border: 2px solid white;
  border-radius: 2rem;
  width: 110%;
  height: 100%;
  position: absolute;
  transform: rotate(10deg);
  transition: 0.5s;
  opacity: 0.2;
}

.used_btn:hover {
  cursor: pointer;
  filter: brightness(1.2);
  transform: scale(1.1);
}

.used_btn:hover::before {
  transform: rotate(0deg);
  opacity: 1;
}

.used_btn svg {
  transform: translateX(-200%);
  transition: 0.5s;
  width: 0;
  opacity: 0;
}

.used_btn:hover svg {
  width: 25px;
  transform: translateX(0%);
  opacity: 1;
}

.used_btn:active {
  filter: brightness(1.4);
}

/* product */
.product_sec {
  background: linear-gradient(
    270deg,
    rgba(3, 160, 153, 0.4) 0%,
    rgba(0, 109, 177, 0.4) 100%
  );
}
.brand_card {
  position: relative;
  margin-bottom: 30px;
  border-radius: 200px 200px 10px 10px;
  z-index: 1;
  /* overflow: hidden; */
}
.brand_card::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-radius: 200px 200px 10px 10px;
  background: linear-gradient(
    270deg,
    rgba(3, 160, 153, 1) 0%,
    rgba(0, 109, 177, 1) 100%
  );
  z-index: -1;
  transition: all ease-in-out 0.3s;
}
/* .brand_card::after {
  content: "";
  position: absolute;
  background: rgb(231, 231, 231);
  background: linear-gradient(
    90deg,
    rgba(231, 231, 231, 1) 43.8761%,
    rgba(226, 226, 226, 1) 46.0551%,
    rgba(230, 230, 230, 1) 65.0118%,
    rgba(204, 204, 204, 1) 100%
  );
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 33%;
  border-radius: 0px 0px 8px 8px;
} */
.brand_icon {
  content: "";
  position: absolute;
  top: 0px;
  right: 50px;
  opacity: 0;
  background-color: red;
  color: #ffffff;
  width: 50px;
  height: 50px;
  text-align: center;
  align-content: center;
  border-radius: 50%;
  transition: all ease-in-out 0.3s;
}

.brand_card:hover .brand_icon {
  top: 60px;
  right: 0px;
  opacity: 1;
}

/* .brand_card:hover .image_box img {
  transform: scale(1.1);
} */

.brand_card:hover {
  margin-bottom: -5px;
}
.brand_card:hover::before {
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  /* top: -2px;
  left: -2px; */
}
.image_box {
  overflow: hidden;
  border-radius: 200px 200px 10px 10px;
  position: relative;
}

.image_box img {
  transition: all ease-in-out 0.3s;
  /* height: 350px; */
}
.brand_card .content_inner {
  /* position: relative; */
  position: absolute;
  height: 32%;
  bottom: 20px;
  left: 0px;
  text-align: center;
  padding: 0px 15px 10px;
  z-index: 2;
  border-radius: 0px 0px 10px 10px;
}
.brand_card .content_inner h2 {
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 26px;
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.brand_card .content_inner a,
.brand_card .content_inner a:hover {
  position: relative;
  background: linear-gradient(
    270deg,
    rgba(3, 160, 153, 1) 0%,
    rgba(0, 109, 177, 1) 100%
  );
  padding: 5px 20px;
  font-size: 14px;
  color: #ffffff;
  border-radius: 40px;
}

.brand_card .content_inner p {
  margin: 15px 0px;
}

.brand_card .content_inner a::after {
  content: "";
  position: absolute;
  width: 0px;
  height: 2px;
  background: linear-gradient(
    270deg,
    rgba(3, 160, 153, 1) 0%,
    rgba(0, 109, 177, 1) 100%
  );
  top: 13px;
  z-index: -1;
  left: -122px;
  transition: all ease-in-out 0.3s;
}
.brand_card .content_inner a::before {
  content: "";
  position: absolute;
  width: 0px;
  height: 2px;
  background: linear-gradient(
    270deg,
    rgba(3, 160, 153, 1) 0%,
    rgba(0, 109, 177, 1) 100%
  );
  top: 13px;
  z-index: -1;
  right: -122px;
  transition: all ease-in-out 0.3s;
}

.brand_card:hover .content_inner a::after,
.brand_card:hover .content_inner a::before {
  width: 122px;
}
/* .brand_card {
  position: relative;
  margin-bottom: 20px;
}

.brand_card .brand_content {
  position: relative;
  padding: 0px 20px 20px 20px;
  box-shadow: var(--box-shadow);
  background: #fff;
  border-radius: 10px;
  text-align: center;
  margin-top: 20px;
}
.brand_card .brand_content .image_box {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  top: -20px;
}
.brand_card .brand_content .content_inner {
  position: relative;
  padding: 5px 15px;
}
.brand_card .brand_content .image_box::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  bottom: -100%;
  left: 0;
  background: var(--primary-color-two);
  opacity: 0;
  transition: 0.5s ease-in-out;
  -ms-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
}
.brand_card .brand_content .image_box .brand_card_logo {
  position: absolute;
  display: block;
  bottom: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 10px;
  background: #fff;
  font-size: 25px;
  color: var(--primary-color-one);
  transition: 0.5s ease-in-out !important;
  -moz-transition: 0.5s ease-in-out !important;
  -o-transition: 0.5s ease-in-out !important;
  -ms-transition: 0.5s ease-in-out !important;
}
.brand_card .brand_content .content_inner h2 a {
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #000000;
  margin-bottom: 8px;
}
.brand_card .brand_content .content_inner p {
  text-transform: uppercase;
  margin-bottom: 0px;
  font-size: 12px;
  font-weight: 500;
  color: var(--primary-color-one);
  line-height: 22px;
  position: relative;
} */

/* prefooter */
.prefooter_sec {
  background-image: url("../images/form_bg.png");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 80px 0px;
}
.prefooter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 60px;
  background-color: #151414;
}
.prefooter_content h4 {
  margin-bottom: 10px;
  color: #ffffff;
}
.prefooter_content p {
  color: #f5f5f5;
}

/* footer */
.footer_brand_img {
  width: 100px;
}

.footer-logo-text p {
  padding: 8px 0px 10px 42px;
  /* border-left: 1px solid #ffffff; */
  margin: 0;
  text-align: left;
  color: #fff;
  position: relative;
}
.footer-logo-text p::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  left: -2%;
  top: 0px;
  background-color: #ffffff;
}
.footer_brand_logo {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background-color: #f5f5f5;
  border-radius: 50px;
  margin-bottom: 15px;
  /* padding: 5px 0px; */
}
.footer-widget.head_office {
  padding: 40px 20px 40px 20px;
  /* background-color: #f5f5f5; */
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
.footer-widget {
  /* padding: 40px 0px; */
  padding: 10px 0px;
}
.footer-widget.head_office .footer-text p {
  margin-bottom: 20px;
  font-size: 16px;
  color: #ffffff;
  text-align: justify;
  line-height: 22px;
  font-weight: 500;
}

.footer-text p,
.footer-text a,
.footer-text a:hover {
  margin-bottom: 25px;
  font-size: 16px;
  color: #f5f5f5;
  font-weight: 400;
}

.footer-widget.footer_brand ul li:nth-of-type(even) {
  padding-left: 20px;
}
.whatsapp-se i {
  display: inline-block;
  background: linear-gradient(
    270deg,
    rgba(3, 160, 153, 1) 0%,
    rgba(0, 109, 177, 1) 100%
  );
  color: white;
  text-align: center;
  font-size: 25px;
  width: 46px;
  height: 46px;
  line-height: 46px;
  z-index: 2;
  border-radius: 50%;
  position: relative;
  transition: all ease 0.8s;
}
.tools .prgoress_indicator {
  right: 26px;
  bottom: 20px;
  height: 46px;
  width: 46px;
}
.tools .prgoress_indicator::after {
  color: #f5f5f5;
}
.tools .prgoress_indicator svg.progress-circle path {
  stroke: #f5f5f5;
  fill: #db2516;
}
.tools .prgoress_indicator.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) !important;
}
.tools .whatsapp-se {
  position: fixed;
  bottom: 20px;
  right: 26px;
  opacity: 0;
}

.tools .whatsapp-se.active {
  opacity: 1;
}

.tools.active .whatsapp-se.active {
  bottom: 75px;
}

/* animated btn prefooter */
.button-animation,
.button-animation:hover {
  position: relative;
  display: inline-block;
  padding: 15px 22px;
  text-transform: uppercase;
  overflow: hidden;
  letter-spacing: 4px;
  transition: all ease-in-out 0.3s;
  background-color: var(--primary-color-one);
  color: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 0px 0px var(--primary-color-one),
    0 0 0px var(--primary-color-one), 0 0 2px var(--primary-color-one),
    0 0 3px var(--primary-color-one);
}
.button-animation:hover {
  box-shadow: 0px 0px 0px var(--primary-color-one),
    0 0 0px var(--primary-color-one), 0 0 5px var(--primary-color-one),
    0 0 8px var(--primary-color-one);
}
/* .button-animation span {
  position: absolute;
  display: block;
}
.button-animation span:nth-child(1) {
  top: 0;
  left: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--primary-color-one));
  animation: btn-anim1 1s linear infinite;
}
@keyframes btn-anim1 {
  0% {
    left: -100%;
  }
  50%,
  100% {
    left: 100%;
  }
}
.button-animation span:nth-child(2) {
  top: -100%;
  right: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, transparent, var(--primary-color-one));
  animation: btn-anim2 1s linear infinite;
  animation-delay: 0.25s;
}
@keyframes btn-anim2 {
  0% {
    top: -100%;
  }
  50%,
  100% {
    top: 100%;
  }
}
.button-animation span:nth-child(3) {
  bottom: 0;
  right: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(270deg, transparent, var(--primary-color-one));
  animation: btn-anim3 1s linear infinite;
  animation-delay: 0.5s;
}
@keyframes btn-anim3 {
  0% {
    right: -100%;
  }
  50%,
  100% {
    right: 100%;
  }
}
.button-animation span:nth-child(4) {
  bottom: -100%;
  left: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(360deg, transparent, var(--primary-color-one));
  animation: btn-anim4 1s linear infinite;
  animation-delay: 0.75s;
}
@keyframes btn-anim4 {
  0% {
    bottom: -100%;
  }
  50%,
  100% {
    bottom: 100%;
  }
}
.button-animation {
  background-color: var(--primary-color-one);
  color: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 0px 0px var(--primary-color-one),
    0 0 0px var(--primary-color-one), 0 0 5px var(--primary-color-one),
    0 0 20px var(--primary-color-one);
} */
.client-heading {
  text-align: center;
}
.client-heading h6 {
  color: #db2516;
  font-size: 24px;
  margin-bottom: 10px;
  position: relative;
}
.client-heading h6:before {
  bottom: -20px;
}
.client-heading h2 {
  font-size: 34px;
  line-height: 50px;
  margin-bottom: 70px;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}
.client-slider {
  /* height: 100px; */
  margin: auto;
  overflow: hidden;
  position: relative;
  width: auto;
}
.client-slider .slide-track {
  animation: scroll 60s linear infinite;
  display: flex;
  width: calc(284px * 21);
  margin-left: -40px;
}
.client-slider .slide-track.two {
  margin-left: -200px;
}
.client-slider .client-logo {
  /* height: 100px; */
  width: 284px;
  margin: 14px 16px;
  /* border-style: solid;
  border-width: 1px;
  border-color: #eff0f6; */
  border-radius: 16px;

  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px,
    rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
.client-slider .client-logo img {
  padding: 0px 35px;
}

/* Application */
#application_bg {
  transition: all ease-in-out 0.3s;
}
.application_sec {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.application_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
.application {
  padding: 80px 16px 100px 16px;
  position: relative;
}
.application_title h3,
.application_title p {
  color: #ffffff;
  text-align: center;
}
.application_title h3 {
  margin-bottom: 15px;
}
.application_title p {
  margin-bottom: 0px;
}
.application_images {
  padding-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.application_card {
  width: 120px;
  text-align: center;
  transition: all ease-in-out 0.3s;
}
.application_icon svg {
  width: 56px;
  height: 56px;
}
.application_card:hover .application_icon,
.application_card.active .application_icon {
  background-color: #ffffff;
  cursor: grab;
}
.application_card:hover .application_icon svg,
.application_card.active .application_icon svg {
  fill: var(--primary-color-one);
}
.application_icon {
  padding: 30px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  transition: all ease-in-out 0.3s;
}
.application_card h6 {
  color: #f5f5f5;
  margin-top: 15px;
  line-height: 20px;
}

/* About Section */
.about-section .image_boxes.style_four .about_image img {
  border-radius: 50%;
}
.theme_btn_all .theme-btn.five {
  min-width: 150px;
  height: 45px;
  padding: 0px 10px;
  line-height: 45px !important;
}
.about_left {
  padding-right: 30px;
}
.about_right {
  padding-left: 30px;
}
.about_img_one img,
.about_img_two img {
  border-radius: 50px;
  width: 100%;
}

.about_img_one {
  margin-bottom: 60px;
}
.about_img_two {
  margin-top: 30px;
}

.about_year .about_experience h2 {
  font-size: 90px;
}
.about_year .about_experience h6 {
  font-size: 28px;
  line-height: 34px;
}
.about_year {
  display: flex;
  /* flex-wrap: wrap; */
}
.about_experience {
  width: 45%;
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
}
.about_list li img {
  width: 20px;
  margin-top: 3px;
}

/* .about_year {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 200px;
  height: 200px;
  background-color: var(--primary-color-one);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  justify-content: center;
}
.about_year h2,
.about_year h6 {
  color: #ffffff;
  text-align: center;
}
.about_year h2 {
  font-size: 50px;
} */
.about_list {
  padding-left: 30px;
}
.about_list li {
  list-style: none;
  /* margin-top: 12px; */
  font-weight: 500;
  display: flex;
  gap: 6px;
  align-items: start;
  margin-bottom: 18px;
  /* font-weight: 600;
  letter-spacing: 1px; */
}

.about_vision_list li,
.about_mission_list li {
  position: relative;
  list-style: none;
}
.about_vision_list,
.about_mission_list {
  padding-left: 26px;
}
.about_vision_list li:before,
.about_mission_list li:before {
  width: 20px;
  font-size: 12px;
  padding-left: 1px;
  padding-top: 1px;
  display: flex;
  height: 20px;
  border-radius: 50%;
  content: "\f0e7";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  left: -18px;
  top: 12px;
  font-weight: 600;
  transform: translate(-50%, -50%);
  border: 1px solid #db2516;
  color: #db2516;
  background-color: #ffffff;
  z-index: 1;
  align-items: center;
  justify-content: center;
}

/* contact */
.contact_sec {
  position: relative;
}
.iframe_index {
  margin-bottom: -7px;
}
.contactf_index {
  position: absolute;
  content: "";
  top: -50px;
  right: 6%;
  height: 136%;
  /* height: 580px; */
  width: 34%;
  background-color: #ffffff;
  z-index: 3;
  padding: 20px;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.06) 0px -4px 5px 0px;
}
.contactf_index h6 {
  font-size: 36px;
  margin-bottom: 26px;
}

.contactf_index form {
  padding: 0px;
}

.contactf_index form textarea {
  resize: unset;
}
.contactf_index form input,
.contactf_index form textarea {
  padding: 10px 15px;
  border-radius: 4px;
}
.contactf_index form input:focus,
.contactf_index form textarea:focus {
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}
.contactf_index form input::placeholder,
.contactf_index form textarea::placeholder {
  color: #171717;
  font-size: 14px;
}
.contactf_index .submit_btn {
  background: linear-gradient(
    270deg,
    rgba(3, 160, 153, 1) 0%,
    rgba(0, 109, 177, 1) 100%
  );
  padding: 5px 20px;
  font-size: 16px;
  border-radius: 40px;
  text-transform: capitalize;
  min-height: 40px;
  line-height: 40px;
}
.contact-section .contact_form_box_all.type_one .contact_form_box_inner {
  background: #ffffff;
  box-shadow: 5px 8px 30px 0 rgba(31, 35, 37, 0.08);
  border-radius: 10px;
}
.contact-section .contact_box_content.style_one .contact_box_inner {
  padding: 15px 0px;
}
.contact-section .contact_detail {
  height: 100%;
  /* display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; */
}

/* .contact_detail .title_all_box.style_one .title_sections .before_title,
.contact_detail .title_all_box.style_two .title_sections .before_title {
  color: #282828;
  text-decoration: unset;
} */
.contact_detail .title_all_box.style_one .title_sections .before_title,
.contact_detail .title_all_box.style_two .title_sections .before_title,
.contact_detail .contact_box_content.style_one .contact_box_inner .contnet h3,
.contact_detail .contact_box_content.style_one .contact_box_inner .contnet a,
.contact_detail .contact_box_content.style_one .contact_box_inner .contnet p {
  color: #ffffff;
  text-decoration: unset;
}

.contact_detail
  .contact_box_content.style_one
  .contact_box_inner.icon_yes
  .icon_bx {
  background-color: #ffffff;
  left: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact_detail
  .contact_box_content.style_one
  .contact_box_inner.icon_yes
  .icon_bx
  span {
  color: #db2516;
  font-size: 22px;
  font-weight: 600;
}
.contact_detail
  .contact_box_content.style_one
  .contact_box_inner.icon_yes
  .icon_bx
  i {
  color: #db2516;
  font-size: 22px;
}

.page_header_default.style_one {
  min-height: 250px;
  padding: 60px 0 60px;
}
.apbtn .frm_submit_btn {
  border-radius: 50px;
}

/* Certificate */
.container.certificate {
  max-width: 1300px;
}
.certificate_row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 55px;
  margin-bottom: 60px;
}
.certificate_card {
  width: 260px;
}
.certificate_image {
  position: relative;
  align-content: center;
  text-align: center;
  box-shadow: #9a6f5c 0px 0px 0px 3px, #9a6f5c 0px 0px 0px 3px,
    #936841 0px 0px 0px 5px, #ae816a 0px 0px 0px 9px, #936841 0px 0px 0px 10px,
    #764b36 0px 0px 1px 14px;
  padding: 10px 15px;
}
.certificate_image img {
  object-fit: contain;
  height: 175px;
}
.certificate_card h6 {
  margin-top: 25px;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.certificate_card h5 {
  font-size: 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  display: inline-block;
  margin: auto;
}
/* .awarda-cards::after {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background-color: #000;
  top: -20px;
  left: 50%;
  border-radius: 50%;
}
.awarda-cards::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  background-color: transparent;
  border: 1px solid #282828;
  top: -14px;
  z-index: -1;
  left: calc(50% - 24px);
  transform: rotate(45deg);
  border-radius: 8px;
} */

.lt_sidebar {
  position: sticky;
  top: 74px;
}

.lt_sidebar.horizontal {
  position: unset;
}

.energy_cables_sec.lt_switch .lt_sidebar .nav-link {
  background: transparent;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 50px;
  min-height: 60px;
}
.energy_cables_sec.lt_switch .lt_sidebar .nav-link.active {
  background: linear-gradient(
    270deg,
    rgba(3, 160, 153, 1) 0%,
    rgba(0, 109, 177, 1) 100%
  );
}
.energy_cables_sec.lt_switch .lt_sidebar .nav-link h2 {
  font-size: 15px;
  color: #000000;
  font-weight: 500;
}
.energy_cables_sec.lt_switch .lt_sidebar .nav-link.active h2 {
  color: #ffffff;
  font-weight: 700;
}
.lt_sidebar.horizontal .nav {
  gap: 20px;
}
.lt_sidebar.horizontal .nav-link {
  min-width: 180px;
  margin-bottom: 0;
}
.lt_sidebar.horizontal.fit_width {
  margin-bottom: 30px;
}
.lt_sidebar.horizontal.fit_width .nav-link {
  min-width: calc(25% - 20px);
}
.sub_cat {
  padding: 10px;
}
.brandp_card {
  border-radius: 10px;
  overflow: hidden;
}
.brandp_card:hover {
  cursor: pointer;
}
.brandp_card:hover .redirect_icon {
  top: -40px;
  opacity: 1;
}
.brandp_card:hover .brandp_image::after {
  top: 0px;
}
.brandp_card:hover .redirect_icon .arrow_right {
  opacity: 1;
}
.brandp_image {
  position: relative;
  overflow: hidden;
}
.brandp_image::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: -336px;
  left: 0px;
  background: linear-gradient(
    360deg,
    rgba(3, 160, 153, 0.4) 0%,
    rgba(0, 109, 177, 0.4) 100%
  );
  border-radius: 10px 10px 0px 0px;
  transition: all ease-in-out 0.5s;
}

.brandp_image img {
  border-radius: 10px 10px 0px 0px;
}
.brandp_heading {
  background-color: #006dae;
  position: relative;
  padding: 10px 0px;
  border-radius: 0px 0px 10px 10px;
}
.redirect_icon {
  width: 100px;
  background-color: #006dae;
  top: 0px;
  border-radius: 50%;
  height: 100px;
  padding-top: 20px;
  position: absolute;
  content: "";
  left: 50%;
  text-align: center;
  transition: all ease-in-out 0.3s;
  transform: translate(-50%, 0px);
}
.redirect_icon .arrow_right {
  width: 20px;
  opacity: 0;
  transition: all ease-in-out 0.5s;
}
.redirect_icon .arrow_path {
  fill: #ffffff;
}
.brandp_heading h3 {
  position: relative;
  text-align: center;
  font-weight: 500;
  color: #f5f5f5;
  font-size: 14px;
}

.main_tab_esbee,
.main_tab_polycab {
  padding: 15px 25px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.main_tab_newtek {
  padding: 30px 25px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.ec-ul.column_two {
  column-count: 2;
}
.braco_card {
  margin-bottom: 30px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-radius: 10px;
  padding-bottom: 30px;
}
.braco_img {
  padding: 40px;
}
.braco_card .btn_group {
  justify-content: center;
}
.braco_title h5 {
  font-size: 16px;
  text-align: center;
  line-height: 24px;
  min-height: 70px;
  padding: 0px 10px;
  align-content: center;
}

/* newtek */
.newtek {
  box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em,
    rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 10px;
}
.newtek-prod-title {
  font-size: 20px;
  padding-bottom: 6px;
  font-weight: 600;
  color: #006db1;
  border-bottom: 2px solid #4a4e56;
}
.newtek-card {
  text-align: center;
}
.newtek-card .btn_group {
  justify-content: center;
}
.newtek-card .btn_group .enquire_btn {
  padding: 8px 15px;
}
.inner_content h4 {
  font-size: 18px;
  margin-bottom: 4px;
  color: #0171b0;
  font-weight: 700;
}
.inner_content .ec-ul li a {
  color: #000000d4;
  text-decoration: none;
  font-weight: 450;
  font-size: 16px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: baseline;
  gap: 4px;
}
.inner_content .ec-ul li a:hover {
  color: #c1272d;
}

/* Scroller */

::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background-color: #ffffff;
}
::-webkit-scrollbar-thumb {
  background: linear-gradient(
    360deg,
    rgba(3, 160, 153, 1) 0%,
    rgba(0, 109, 177, 1) 100%
  );
  border-radius: 50px;
}

@media (min-width: 1500px) {
  .header_area .header .header_content_collapse .navigation_menu .navbar_nav li,
  .header_area
    .default_sickty_heaad
    .header_content_collapse
    .navigation_menu
    .navbar_nav
    li {
    margin-right: 80px;
  }
  .header_area
    .header
    .header_content_collapse
    .navigation_menu
    .navbar_nav
    li.dropdown,
  .header_area
    .default_sickty_heaad
    .header_content_collapse
    .navigation_menu
    .navbar_nav
    li.dropdown {
    margin-right: 80px;
  }
  .header.style_three .navbar_outer {
    width: 1500px;
  }
}
@media (max-width: 580px) {
  .section_gap,
  .client-brand-section {
    padding: 40px 0px 40px 0px;
  }
  .about_left,
  .about_right,
  .about_list {
    padding: 0;
  }
  .about_img_one {
    margin-bottom: 30px;
  }
  .about_year .about_experience h6 {
    line-height: 60px;
  }
  .about_experience {
    width: 100%;
  }
  .application_images {
    gap: 20px;
  }
  .contactf_index {
    position: unset;
    width: 100%;
  }
  .footer-logo img {
    width: 100%;
  }
  .footer-logo {
    margin-bottom: 15px;
  }
  .footer-logo-text p {
    border: unset;
    padding: 0;
    text-align: center;
    margin-bottom: 15px;
  }
  .footer-logo-text p::after {
    content: unset;
  }
  .footer-text {
    margin-bottom: 15px;
  }
}

/* stage css */

/* .brand_pcard_image {
  position: relative;
  text-align: center;
}
.brand_pcard:hover .brand_pcard_image img {
  transform: translateY(-10px);
}
.brand_pcard h3 {
  text-align: center;
  margin-top: 30px;
  font-size: 22px;
}
.tank {
  position: absolute;
  bottom: 25px;
  left: 0px;
  width: 100%;
}
.brand_pcard_image img {
  position: relative;
  width: 90%;
  transition: all ease-in-out 0.3s;
}
.tank .middle {
  width: 100%;
  height: 25px;
  background-color: #444;
  position: absolute;
}

.tank .top {
  width: 100%;
  height: 60px;
  background-color: #666;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: -30px;
}

.tank .bottom {
  width: 100%;
  height: 55px;
  background-color: #444;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: -3px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75);
} */
