/*--------------------------------------------------------------
# Root
--------------------------------------------------------------*/
:root {
  --primary-color: #1076c4;
  --secondary-color: #000;
  --text-color: #444444;
  --bg-color: #1e1e31;
  --white-color: #fff;
  --error-color: rgb(230, 87, 87);
  --small-heading: #002e67;
  --border-color: #ccc;
  --default-font: "Poppins", sans-serif;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/


.section-head {
  margin-bottom: 60px;
}

.section-head h4 {
  position: relative;
  padding: 0;
  color: #1076c4;
  line-height: 1;
  letter-spacing: 0.3px;
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  text-transform: none;
  margin-bottom: 30px;
}

.section-head h4:before {
  content: '';
  width: 60px;
  height: 3px;
  background: #1076c4;
  position: absolute;
  left: 0px;
  bottom: -10px;
  right: 0;
  margin: 0 auto;
}

.section-head h4 span {
  font-weight: 700;
  padding-bottom: 5px;
  color: #2f2f2f
}

p.service_text {
  color: #cccccc !important;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}

.section-head p,
p.awesome_line {
  color: #818181;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
}

.extra-text {
  font-size: 34px;
  font-weight: 700;
  color: #2f2f2f;
  margin-bottom: 25px;
  position: relative;
  text-transform: none;
}

.extra-text::before {
  content: '';
  width: 60px;
  height: 3px;
  background: #1076c4;
  position: absolute;
  left: 0px;
  bottom: -10px;
  right: 0;
  margin: 0 auto;
}

.extra-text span {
  font-weight: 700;
  color: #1076c4;
}

.item {
  background: #fff;
  text-align: center;
  padding: 30px 25px;
  -webkit-box-shadow: 0 0px 25px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0px 25px rgba(0, 0, 0, 0.07);
  border-radius: 20px;
  border: 5px solid rgba(0, 0, 0, 0.07);
  margin-bottom: 30px;
  -webkit-transition: all .5s ease 0;
  transition: all .5s ease 0;
  transition: all 0.5s ease 0s;
}

.item:hover {
  background: #1076c4;
  box-shadow: 0 8px 20px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: all .5s ease 0;
  transition: all .5s ease 0;
  transition: all 0.5s ease 0s;
}

.item:hover .item,
.item:hover span.icon {
  background: #fff;
  border-radius: 10px;
  -webkit-transition: all .5s ease 0;
  transition: all .5s ease 0;
  transition: all 0.5s ease 0s;
}

.item:hover h6,
.item:hover p {
  color: #fff;
  -webkit-transition: all .5s ease 0;
  transition: all .5s ease 0;
  transition: all 0.5s ease 0s;
}

.item .icon {
  font-size: 40px;
  margin-bottom: 25px;
  color: #1076c4;
  width: 90px;
  height: 90px;
  line-height: 96px;
  border-radius: 50px;
}

.item .feature_box_col_one {
  background: rgba(247, 198, 5, 0.20);
  color: #1076c4
}

.item .feature_box_col_two {
  background: rgba(255, 77, 28, 0.15);
  color: #1076c4
}

.item .feature_box_col_three {
  background: rgba(0, 147, 38, 0.15);
  color: #1076c4
}

.item .feature_box_col_four {
  background: rgba(0, 108, 255, 0.15);
  color: #1076c4
}

.item .feature_box_col_five {
  background: rgba(146, 39, 255, 0.15);
  color: #1076c4
}

.item .feature_box_col_six {
  background: rgba(23, 39, 246, 0.15);
  color: #1076c4
}

.item p {
  font-size: 15px;
  line-height: 26px;
}

.item h6 {
  margin-bottom: 20px;
  color: #2f2f2f;
}

.mission p {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 28px;
  font-weight: 500;
}

.mission i {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #1076c4;
  border-radius: 50%;
  color: #fff;
  font-size: 25px;
}

.mission .small-text {
  margin-left: 10px;
  font-size: 13px;
  color: #666;
}

.skills {
  padding-top: 0px;
}

.skills .prog-item {
  margin-bottom: 25px;
}

.skills .prog-item:last-child {
  margin-bottom: 0;
}

.skills .prog-item p {
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 10px;
}

.skills .prog-item .skills-progress {
  width: 100%;
  height: 10px;
  background: #e0e0e0;
  border-radius: 20px;
  position: relative;
}

.skills .prog-item .skills-progress span {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #1076c4;
  width: 10%;
  border-radius: 10px;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.skills .prog-item .skills-progress span:after {
  content: attr(data-value);
  position: absolute;
  top: -5px;
  right: 0;
  font-size: 10px;
  font-weight: 600;
  color: #fff;
  background: rgba(0, 0, 0, 0.9);
  padding: 3px 7px;
  border-radius: 30px;
}

body {
  top: 0px !important;
  font-family: var(--default-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6em;
  color: var(--text-color);
  background-color: var(--white-color);
}


figure {
  display: block;
  margin: 0;
}

img {
  max-width: 100%;
}

a:focus {
  text-decoration: none;
  outline: 0;
}

a {
  color: var(--primary-color);
  text-decoration: none;
}

a:hover {
  color: var(--primary-color);
  text-decoration: none;
  outline: 0;
}

h1 {
  margin: 0;
  font-size: 35px;
  font-weight: 600;
  color: var(--secondary-color);
}

h2 {
  font-size: 28px;
  font-weight: 500;
  color: var(--secondary-color)
}

h3 {
  font-size: 26px;
  font-weight: 500;
  color: var(--secondary-color)
}

h4 {
  font-size: 23px;
  font-weight: 500;
  color: var(--secondary-color)
}

h5,
h6 {
  font-size: 20px;
  font-weight: 500;
}

p {
  font-size: 16px;
  font-weight: 400;
  color: var(--text-color);
  margin: 0;
}

.read-more {
  background: var(--primary-color);
  padding: 8px 20px;
  border-radius: 4px;
  color: var(--white-color);
  border: 1px solid var(--primary-color);
  display: inline-block;
  transition: 0.4s all;
}

.read-more:hover {
  background: var(--white-color);
  color: var(--primary-color);
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: var(--white-color);
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid var(--primary-color);
  border-top-color: white;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

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

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

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: var(--primary-color);
  /* width: 40px;
  height: 40px; */
  width: 50px;
  height: 50px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: var(--white-color);
  line-height: 0;
}

.back-to-top:hover {
  background: #f06f54;
  color: var(--white-color);
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# TOP Header
--------------------------------------------------------------*/

.topbar {
  /* background-color: var(--primary-color); */
  padding: 15px 0;
}

.topbar-contact-info {
  text-align: left;
}

.contact-img img {
  position: absolute;
  bottom: 0;
}

.contact-img {
  background-image: linear-gradient(250deg, #4e95ed 0%, #03228f 100%);
  border-radius: 5px;
  padding: 20px 20px 0px;
  height: 100%;
  position: relative;
}

.download-brochure .btn-get-started {
  margin-top: 0;
  border: 1px solid var(--primary-color);
}

.download-brochure .btn-get-started:hover {
  background: var(--white-color);
  color: var(--primary-color);
}

.download-brochure {
  position: fixed;
  bottom: 130px;
  z-index: 3;
  margin: 0;
  padding: 10px 8px;
  list-style: none;
  border-radius: 50px;
  left: -100px;
  transform: rotate(90deg);
}

.topbar-contact-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.topbar-contact-info ul li {
  position: relative;
  display: inline-block;
  color: var(--primary-color);
  margin-right: 4px;
}

.topbar-contact-info ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}

.topbar-contact-info ul li a {
  color: var(--primary-color);
}

.topbar-social-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: end;
}

.topbar-contact-info.topbar-social-links ul {
  text-align: start;
}

.topbar-social-links ul li {
  display: inline-block;
  margin-right: 12px;
  transition: all 0.3s ease-in-out;
}

.topbar-social-links ul li a {
  color: var(--primary-color);
  transition: all 0.3s ease-in-out;
}

.topbar-social-links ul li a:hover {
  color: var(--bg-color);
}

.topbar-social-links ul li:last-child {
  margin-right: 0;
}

.topbar-social-links ul li a i {
  font-size: 22px;
  color: inherit;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #f8f8f8;
  z-index: 997;
  padding: 15px 0;
}

#header.header-scrolled {
  padding: 12px 0;
  box-shadow: 0px 2px 15px var(--border-color);
}

#header .logo {
  font-size: 26px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

#header .logo a {
  color: #0b2341;
}

#header .logo img {
  max-height: 57px;
}
/* .banner img {
  height: 90vh;
  object-fit: fill;
  width: 100%;
} */
.banner img {
  height: auto;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .banner img {
  height: auto;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.mobile-toggle {
  display: none;
}

.navbar {
  padding: 0;
  margin-right: 10px;
  margin-left: 10px;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 10px 10px 15px;
  font-size: 16px;
  color: var(--secondary-color);
  font-weight: 500;
  white-space: nowrap;
  transition: 0.3s;
}

ul li ul li.dropdown a {
  font-size: 16px;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active:focus,
.navbar li:hover>a {
  color: var(--primary-color);
}

.navbar .active {
  color: var(--primary-color);
}

.getstarted.nav-link i {
  font-size: 25px;
  margin-left: 0;
}

.navbar .getstarted a,
.navbar .getstarted a:focus {
  background: var(--primary-color);
  padding: 8px 20px;
  margin-left: 20px;
  border-radius: 4px;
  color: var(--white-color);
  border: 1px solid var(--primary-color);
}

.getstarted.nav-link:focus i {
  font-size: 25px;
}

.navbar .getstarted a:hover,
.navbar .getstarted a:focus:hover {
  color: var(--primary-color);
  background: var(--white-color);
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: var(--white-color);
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 10px;
  text-transform: none;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: var(--primary-color);
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #0b2341;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: var(--white-color);
}

@media (max-width: 1199px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }

  .call-action a {
    float: left !important;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(4, 12, 21, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: var(--white-color);
  /* overflow-y: auto; */
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #0b2341;
}

.navbar-mobile a.getstarted {
  color: var(--white-color) !important;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: var(--primary-color);
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: var(--white-color);
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: var(--primary-color);
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
/*   width: 100%;
  height: 90vh;
  background-color: rgba(4, 12, 21, 0.8); */
  overflow: hidden;
  position: relative;
	padding: 0;
}

#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
#hero .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-item {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

#heroCarousel .carousel-item img {
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
  object-fit: fill;
}

/* #hero .carousel-item::before {
  content: "";
  background-color: rgba(4, 12, 21, 0.5);
} */

#hero .carousel-container {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 82px;
  text-align: center;
  left: 50px;
  right: 50px;
}

#hero h1 {
  color: var(--white-color);
  margin: 0;
}

#hero h6 {
  color: var(--white-color);
  text-transform: uppercase;
  letter-spacing: 2px;
}

#hero p {
  animation-delay: 0.4s;
  color: var(--white-color);
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.product {
  background-image: url(../img/product-bg.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
}

.product .elementor-background-overlay {
  background-color: #1e1e31;
  opacity: 0.88;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.bg-1 {
  background-image: url(../img/bg-1.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
}

.bg-1 .elementor-background-overlay {
  background-color: #1e1e31;
  opacity: 0.88;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.bg-2 {
  background-image: url(../img/bg-2.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
}

.bg-2 .elementor-background-overlay {
  background-color: #1e1e31;
  opacity: 0.88;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

@media (min-width: 1200px) {
  #hero p {
    width: 50%;
  }
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 30px;
  line-height: 0;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}

#hero .carousel-indicators li {
  cursor: pointer;
  background: var(--white-color);
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: 0.6;
  transition: 0.3s;
}

#hero .carousel-indicators li.active {
  opacity: 1;
  background: var(--primary-color);
}

.btn-get-started {
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 14px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  color: var(--white-color);
  animation-delay: 0.8s;
  background: var(--primary-color);
  margin-top: 25px;
  transition: 0.5s all;
  border: 1px solid var(--primary-color);
}

.btn-get-started:hover {
  background: var(--white-color);
  color: var(--primary-color);
}

@media (max-width: 992px) {
  #hero {
    height: 90vh;
  }

  #hero .carousel-container {
    text-align: center;
    top: 74px;
  }

  #hero h1 {
    font-size: 35px;
    text-align: center;
  }

  #hero p {
    font-size: 14px;
  }

  #hero .carousel-container {
    left: 20px;
    right: 20px;
  }

  .box {
    width: 60% !important;
  }

  .why {
    padding: 0px;
  }

  #why-us {
    padding-top: 0px;
  }

  #why-us img {
    margin-top: 15px;
  }

  .form-img img {
    width: 100% !important;
    margin-top: 30px;
  }

  .form-img {
    margin-left: 0px !important;
  }
}

#hero video {
  object-fit: cover;
  width: 100%;
  min-height: 90vh;
}

#hero .elementor-background-overlay {
  background-color: #28283a;
  opacity: 0.64;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 30px;
  }
}

@media (min-width: 1024px) {

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}

@media (max-height: 500px) {
  #hero {
    height: 100vh;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
}

.section-title {
  padding-bottom: 20px;
}

.main-heading {
  text-align: center;
}

.main-heading .section-title h2::after {
  margin: 15px auto auto auto;
}

.section-title h2 {
  font-family: var(--default-font);
  font-size: 28px;
  font-weight: 500;
  padding: 0;
  margin: 0 0 5px 0;
  color: var(--secondary-color);
}

.section-title h2::after {
  content: "";
  width: 120px;
  height: 3px;
  display: block;
  background: var(--primary-color);
  margin-top: 15px;
}

.section-title p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  color: #0f2f57;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.infra-details img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}

.infra-details video,
.infra-details iframe {
  width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 4px;
}

.infra-details.about p {
  padding-right: 0;
}

.factory-setup.about .content ul {
  padding-left: 20px;
}

.factory-setup.about .content ul li {
  list-style: disc;
  padding-left: 0;
}

ul li::marker {
  color: var(--primary-color);
}

.abt-txt p {
  text-align: justify;
}

.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

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

.about .content ul li {
  padding-left: 28px;
  position: relative;
}

#about ul li+li {
  margin-top: 10px;
}

.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: var(--primary-color);
  line-height: 1;
}

.about p {
  line-height: 1.85714285714286;
  margin-bottom: 1em;
  /* padding-right: 50px; */
}

/* .bg-abt {
  background: url(../img/sport-infra.webp) no-repeat scroll 0% 0%;
  min-height: 420px;
  width: 100%;
  background-size: cover;
  position: relative;
} */

.our-journey-img img {
  object-fit: cover;
}

.bg-abt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}

.box {
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: var(--primary-color);
  color: var(--white-color);
  text-align: left;
  width: 35%;
  padding: 30px 12px;
  border-radius: 10px;

  font-size: 27px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 33px;
}

.box i {
  font-size: 40px;
  margin-bottom: 20px;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .content .btn-learn-more {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 5px;
  transition: 0.3s;
  line-height: 1;
  color: var(--primary-color);
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid var(--primary-color);
}

.about .content .btn-learn-more:hover {
  background: var(--primary-color);
  color: var(--white-color);
  text-decoration: none;
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us {
  padding: 50px 0px 10px;

  background-color: transparent;
  background-image: linear-gradient(90deg, #f5f5f5 57%, var(--primary-color) 57%);
}

.con-set {
  padding-right: 9%;
  background: #f5f5f5;
  padding-left: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.why-us .elementor-icon-list-icon {
  display: flex;
  position: relative;
  top: var(--icon-vertical-offset, initial);
}

.why-us ul {
  margin: 0px;
  padding: 0px;
}

.why-us ul li {
  list-style: none;
  padding-bottom: calc(22px / 2);
  display: flex;
  font-size: inherit;
  border-bottom: 1px solid #ccc;
}

.why-us ul li:last-child {
  border: none;
}

.why-us ul li i {
  color: var(--primary-color);
  font-size: 20px;
}

.why-us ul li span {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  align-self: center;
  padding-left: 10px;
}

.why-us img {
  border-style: solid;
  border-width: 14px 14px 14px 14px;
  border-color: var(--white-color)fff;
  border-radius: 14px 14px 14px 14px;
  box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.5);
}

.why-us .content {
  padding: 60px 100px 0 100px;
}

.why-us .content h3 {
  font-weight: 400;
  font-size: 34px;
  color: #123a6d;
}

.why-us .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.why-us .content p {
  font-size: 15px;
  color: #848484;
}

.why-us .video-box {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 400px;
  position: relative;
}

.about-in .accordion-list {
  padding: 30px 0 0;
}

.about-in .accordion-list ul {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}

.about-in .accordion-list li+li {
  margin-top: 15px;
}

.about-in .accordion-list li {
  background: var(--white-color);
  border: 1px solid #ccc;
  border-radius: 4px;
  text-align: start;
}

.about-in .accordion-list a {
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding-right: 30px;
  outline: none;
  background: #f5f5f5;
  padding: 15px;
  color: var(--primary-color);
  cursor: pointer;
  border-radius: 4px;
}

.about-in.accordion-list span {
  color: var(--primary-color);
  font-weight: 600;
  font-size: 18px;
  padding-right: 10px;
}

.about-in .accordion-list i {
  font-size: 24px;
  position: absolute;
  right: 8px;
  top: 15px;
}

.about-in .accordion-list p {
  margin-bottom: 0;
  padding: 10px;
}

.about-in .accordion-list .icon-show {
  display: none;
}

.about-in .accordion-list a.collapsed {
  color: var(--primary-color);
}

.about-in .accordion-list a.collapsed .icon-show {
  display: inline-block;
}

.about-in .accordion-list a.collapsed .icon-close {
  display: none;
}

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

.why-us .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(var(--primary-color) 50%, rgba(237, 80, 46, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.why-us .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid var(--white-color);
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.why-us .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(237, 80, 46, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.why-us .play-btn:hover::after {
  border-left: 15px solid var(--primary-color);
  transform: scale(20);
}

.why-us .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid var(--white-color);
  z-index: 200;
  animation: none;
  border-radius: 0;
}

@media (max-width: 1024px) {

  .why-us .content,
  .why-us .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .why-us .content {
    padding-top: 30px;
  }

  .why-us .accordion-list {
    padding-bottom: 30px;
  }

  #header {
    padding: 25px 0;
  }

  #google_translate_element {
    display: none;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  padding: 80px 0;
  background: #0b2341;
}

.cta h3 {
  color: var(--white-color);
  font-size: 28px;
  font-weight: 700;
}

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

.cta .cta-btn {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 35px;
  border-radius: 4px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid var(--primary-color);
  color: var(--white-color);
}

.cta .cta-btn:hover {
  background: var(--primary-color);
  border: 2px solid var(--primary-color);
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-item {
  margin: 20px 0;
  padding: 20px 0;
  border-bottom: 1px solid #e9f1fb;
}

.faq .faq-item i {
  color: #669ee5;
  font-size: 20px;
  float: left;
  line-height: 0;
  padding: 13px 0 0 0;
  margin: 0;
}

.faq .faq-item h4 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  margin: 0 0 10px 28px;
}

.faq .faq-item p {
  font-size: 15px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #0b2341;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
  background: var(--white-color);
}

.contact .info-box i {
  font-size: 32px;
  color: var(--primary-color);
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #fbdad2;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  padding: 30px;
}

.contact .php-email-form .error-message {
  display: none;
  color: var(--white-color);
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: var(--white-color);
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: var(--white-color);
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: var(--primary-color);
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
  background: var(--primary-color);
  border: 0;
  padding: 10px 30px;
  border-radius: 4px;
  color: var(--white-color);
  transition: 0.4s;
}

.contact .php-email-form button[type="submit"]:hover {
  background: var(--primary-color);
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

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

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 150px 0;
  /*   min-height: 300px; */
  text-align: center;
  background-image: url(../../../../uploads/2024/09/enhance-performance-and-safety-with-a-high-quality-running-track.jpg);
  /* background-position: inherit; */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
  height: 100%;
  display: flex;
  align-items: center;
  width: 100%;
}

/* .breadcrumbs .container {
    height: 280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    vertical-align: middle;
    justify-content: center;
}
@media only screen and (max-width: 1800px) {
  .breadcrumbs .container {
    height: 200px;
}
} */
.breadcrumbs:after {
  background-color: #000;
  opacity: 0.4;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  content: "";
  z-index: -1;
}

.breadcrumbs h1 {
  font-size: 2.6666666666667rem;
  font-weight: 400;
  color: var(--white-color);
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 10px 0 10px 0;
  margin: 0;
  font-size: 15px;
  justify-content: center;
}

.breadcrumbs ol li {
  color: var(--white-color);
}

.breadcrumbs ol li a {
  color: var(--white-color);
  text-decoration: underline;
}

.clr-option {
  display: inline-flex;
}

.breadcrumbs ol li a:hover {
  color: var(--white-color);
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 8px;
  color: var(--white-color);
  content: "\00bb";
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background-color: #1e1e31;
  background-image: url(../img/footer-bg.webp);
  background-position: center center;
  background-size: cover;
  padding: 0 0 30px 0;
  color: var(--white-color);
  font-size: 14px;
}

.footer-top {
  padding: 60px 0 30px 0;
}

.footer-description {
  margin-bottom: 15px;
}

.footer-logo img {
  max-width: 225px;
  height: auto;
  object-fit: contain;
}

.footer-logo {
  margin-bottom: 15px;
}

.footer-description p {
  color: var(--white-color);
  font-size: 15px;
}

.footer-top .footer-info {
  margin-bottom: 15px;
  background: #05101e;
  border-top: 4px solid var(--primary-color);
  text-align: center;
  padding: 30px 20px;
}

.footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

.footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
}

.footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  color: var(--white-color);
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  background: #0a1e38;
}

.footer-top .social-links a:hover {
  color: var(--white-color);
  background: var(--primary-color);
  text-decoration: none;
}

.footer-top h4 {
  font-size: 18px;
  font-weight: 500;
  color: var(--white-color);
  position: relative;
  padding-bottom: 12px;
}

.footer-top h4::after {
  content: "";
  width: 90px;
  height: 3px;
  display: block;
  background: var(--primary-color);
  margin-top: 15px;
}

.elementor-social-icons-wrapper i {
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  color: var(--white-color);
  margin-right: 12px;
  font-size: 24px;
  border-radius: 5px;
  display: inline-block;
}

.elementor-social-icons-wrapper i:hover {
  background: var(--primary-color);
}

/* .elementor-social-icon-facebook i {
  background-color: #3b5998;
}

.elementor-social-icon-linkedin i {
  background-color: #0077b5;
} */

/* .elementor-social-icon-instagram i {
  background: linear-gradient(45deg,
      #f09433 0%,
      #e6683c 25%,
      #dc2743 50%,
      #cc2366 75%,
      #bc1888 100%);
}

.elementor-social-icon-twitter i {
  background-color: #1da1f2;
}

.elementor-social-icon-youtube i {
  background-color: #cd201f;
} */

.elementor-social-icon-whatsapp i {
  background-color: #25d366;
}

.elementor-social-icon-skype i {
  background-color: #00aff0;
}

.footer-links {
  margin-bottom: 30px;
}

.footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-top .footer-links ul i {
  padding-right: 2px;
  color: var(--primary-color);
  font-size: 15px;
  line-height: 1;
  margin-right: 3px;
}

ul#contact-details i {
  color: var(--white-color) !important;
  background: var(--primary-color);
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px !important;
  font-size: 25px !important;
  border-radius: 50px;
  float: left;
  display: block;
  padding-right: 0px;
  margin-bottom: 15px;
  margin-right: 10px;
}

ul#contact-details .icon {
  flex: 0 0 auto;
  display: inline-flex;
}

ul#contact-details a {
  font-weight: normal !important;
}

.footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
  word-break: break-word;
}

.footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

.footer-top .footer-links ul a {
  color: var(--white-color);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  font-size: 15px;
  font-weight: 400;
}

.elementor-icon-box-description {
  color: var(--white-color);
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
}

.elementor-icon-box-description:hover,
.elementor-icon-box-description a:hover {
  color: var(--primary-color);
}

.footer-top .footer-links ul a:hover {
  color: var(--primary-color);
}

.footer-top .footer-newsletter form {
  margin-top: 30px;
  background: var(--white-color);
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
}

.fixed-icons.social-fixed-icons {
  bottom: 210px;
}

.fixed-icons {
  position: fixed;
  bottom: 70px;
  right: 10px;
  z-index: 3;
  margin: 0;
  padding: 10px 8px;
  list-style: none;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 50px;
}

.fixed-icons li {
  margin: 0;
  padding: 0;
  list-style: none
}

.fixed-icons li+li {
  margin-top: 5px
}

.fixed-icons .link.wp {
  background-color: #4dc247;
  margin-bottom: 5px;
}

.fixed-icons .link {
  background-color: #1076c4;
  border-radius: 100%;
  margin: 0 auto;
  font-size: 20px;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  line-height: 32px;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  opacity: 1;
}

.fixed-icons .link:hover {
  opacity: 0.7;
}

.fixed-icons .link-one {
  background: #833ab4;
  background: linear-gradient(to right,
      #833ab4, #fd1d1d, #fcb045);
}

.fixed-icons .link-two {
  background: #00c6ff;
  background: linear-gradient(to right,
      #0072ff, #0072ff);
}

.fixed-icons .link-four {
  background: #1DA1F2;
  background: linear-gradient(to right,
      #1DA1F2, #009ffc);
}

.fixed-icons .link-five {
  background: #e52d27;
  background: linear-gradient(to right,
      #e52d27, #b31217);
}

.footer-top .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

.footer-top .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px 2px 20px;
  background: var(--primary-color);
  color: var(--white-color);
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
}

.footer-top .footer-newsletter form input[type="submit"]:hover {
  background: var(--primary-color);
}

.copyright {
  border-top: 1px solid #868686;
  text-align: center;
  padding-top: 30px;
}

.copyright p {
  color: #fff;
  font-size: 14px;
}

.credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: var(--white-color);
}

#contact .elementor-icon-box-description {
  color: #222;
}

#contact .elementor-icon-box-description a {
  color: #222 !important;
}

#contact h4 {
  color: #222 !important;
}

@media (max-width: 575px) {
  .breadcrumbs {
    padding: 40px 0;
  }

  #footer .footer-top .footer-info {
    margin: -20px 0 30px 0;
  }
}

*:focus {
  outline: none;
}

.goog-logo-link {
  display: none !important;
}

.goog-te-gadget {
  color: transparent !important;
}

.goog-te-gadget .goog-te-combo {
  float: right;
  padding: 12px 10px;
  border: 1px solid #999 !important;
}

.goog-te-gadget .goog-te-combo:focus {
  border: 1px solid #999 !important;
}

.goog-te-gadget span a {
  display: none;
}

/*--------------------------------------------------------------
# Recent Photos
--------------------------------------------------------------*/
.recent-photos {
  overflow: hidden;
}

.recent-photos .section-title h2 {
  text-align: center;
  color: var(--white-color);
}

.recent-photos .section-title h2::after {
  background: var(--white-color);
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
}

.recent-photos .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.recent-photos-slider .swiper-slide a img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.our-project-slide .swiper-slide a img {
  width: 100%;
  /* height: 350px; */
  height: auto;
  object-fit: cover;
}

.recent-photos .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: var(--white-color);
  opacity: 1;
  border: 1px solid var(--primary-color);
}

.recent-photos .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--primary-color);
}

.recent-photos .owl-nav,
.recent-photos .owl-dots {
  margin-top: 25px;
  text-align: center;
}

.recent-photos .owl-item {
  border-left: 2px solid var(--white-color);
  border-right: 2px solid var(--white-color);
}

.recent-photos .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #95d3ff !important;
}

.recent-photos .owl-dot.active {
  background-color: var(--primary-color) !important;
}

.recent-photos .gallery-carousel .owl-stage-outer {
  overflow: visible;
}

.recent-photos .gallery-carousel .center {
  border: 6px solid var(--primary-color);
  margin: -10px;
  box-sizing: content-box;
  padding: 4px;
  background: var(--white-color);
  z-index: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 12%;
  color: var(--white-color);
  top: 50%;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 12%;
  color: var(--white-color);
  top: 50%;
}

.carousel_btn_span {
  margin-top: 20px !important;
  display: block !important;
}

.our-project-slide .content-section {
  display: inline-block;
  min-height: 114px;
  width: 100%;
}

.content-section p {
  text-align: center;
  color: var(--white-color);
  font-size: 14px;
  margin-top: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.carousel_btn_span a {
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.9px;
  text-transform: capitalize;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


.page-template-desmotop-c300-polyurethan .bg-light .row {
  flex-direction: row-reverse;
}

.page-template-desmotop-2k-polyurethane .bg-light .row {
  flex-direction: row-reverse;
}

/*--------------------------------------------------------------
# gallery
--------------------------------------------------------------*/
.gallery-c {
  padding-top: 60px;
}

.gallery .gallery-item {
  overflow: hidden;
  width: 100%;
  border: 1px solid #54595f;
  text-align: center;
  margin-bottom: 20px;
}

.gallery .gallery-item img {
  transition: all ease-in-out 0.4s;
  width: 100%;
}

.gallery .gallery-item:hover img {
  transform: scale(1.1);
}

.gallery-item a {
  position: relative;
  display: block;
}

.gallery-item a:hover::after,
.gallery-item a:hover::before {
  opacity: 1;
  visibility: visible;
}

#gallery {
  background: #f1f1f1;
}

#call-action {
  padding: 30px 0px;
}

.call-action h3 {
  font-size: 34px;
  color: var(--secondary-color);
  font-weight: 400;
}

.call-action h4 {
  color: var(--primary-color);
  font-weight: 700;
  font-size: 30px;
  padding-top: 5px;
}

.product-box {
  border-style: solid;
  background-color: #e1e1e1;
  border-width: 2px 2px 2px 2px;
  border-color: #e1e1e1;
  margin-bottom: 30px;
}

.product-box h3 {
  color: #333333;
  margin-bottom: 0px;
  font-family: "Roboto", Sans-serif;
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  padding: 15px 0px;
}

.product-box h3 i {
  float: right;
  padding-right: 10px;
  padding-top: 2px;
  font-size: 25px;
}

.product-box a {
  color: #333333;
  display: block;
}

.product-box:hover h3 {
  color: var(--primary-color);
  text-decoration: underline;
}

.form-box {
  border-style: solid;
  border-width: 6px 6px 6px 6px;
  border-color: var(--primary-color);
  padding: 5% 6% 5% 5%;
}

.form-box h2 {
  margin-bottom: 20px;
  font-size: 2rem;
  color: var(--primary-color);
}

.form-box p {
  font-weight: 700;
  margin-bottom: 1em;
}

.form-img {
  margin-left: -9%;
}

.form-img img {
  width: 80%;
}

.contact-form input[type="email"],
.contact-form input[type="number"],
.contact-form input[type="password"],
.contact-form input[type="reset"],
.contact-form input[type="search"],
.contact-form input[type="tel"],
.contact-form input[type="text"],
.contact-form input[type="url"],
.contact-form textarea {
  border: 1px solid var(--border-color);
  border-radius: 4px;
  font-size: 15px;
  color: var(--text-color);
  background: var(--white-color);
  padding: 10px;
}

.form-group .btn-get-started {
  margin-top: 0;
}

.form-control:focus {
  box-shadow: unset;
  border-color: #eaeaea !important;
  background: var(--white-color) !important;
}

.form-control {
  margin-bottom: 20px;
}

.contact-form button {
  background: var(--primary-color);
  color: var(--white-color);
  border: none;
  padding: 10px 20px;
  margin-top: 10px;
}

.form-select {
  display: block;
  width: 100%;
  padding: 10px;
  -moz-padding-start: calc(0.75rem - 3px);
  line-height: 1.5;
  color: #666;
  background-color: #fafafa;
  background-size: 16px 12px;
  border-style: solid;
  border-color: #eaeaea;
  border-radius: 2px;
  font-size: 15px;
  color: #666;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

iframe.VIpgJd-ZVi9od-ORHb-OEVmcd {
  display: none;
  visibility: hidden;
}

.menu-set {
  flex-wrap: wrap;
}

/* .product-in .section-title h2 {
  color: var(--secondary-color);
  font-weight: bold;
} */

.product-in .section-title h2::first-letter {
  text-transform: capitalize;
}

.product-in p {
  margin: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  text-transform: unset;
  color: var(--text-color);
}

ul#myTab {
  border-bottom: 0px;
  margin-top: 50px;
}

ul#myTab li button {
  font-family: "Roboto", Sans-serif;
  font-size: 18px;
  font-weight: 700;
  border-radius: 0px;
  margin-bottom: 0px;
  line-height: 28px;
  color: var(--white-color) !important;
  background: var(--primary-color);
  border-right: 1px solid var(--white-color);
  padding: 21px 25px;
}

ul#myTab li button.active {
  background: var(--secondary-color);
  border-left-color: var(--secondary-color);
  border-top-color: var(--secondary-color);
  border-bottom: 1px solid var(--secondary-color)
}

.tab-content {
  border: 1px solid var(--secondary-color);
  padding: 20px;
  color: #000000;
  font-family: "Roboto", Sans-serif;
  background: #fbfbfb;
}

.tab-content ul li {
  line-height: 30px;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.5em;
  width: 100%;
}

table,
td,
th {
  border: 1px solid var(--border-color);
}

.main-new-table tr:first-child {
  background: var(--primary-color);
  color: var(--white-color);
  font-weight: 700;
}

.main-new-table tr td .btn-get-started {
  margin-top: 0;
}

td,
th {
  padding: 8px;
  border-width: 0 1px 1px 0;
  border-bottom: 0;
}

td:last-child {
  border-right: 0;
}

.main-new-table tr:nth-child(even) {
  background: #ededed;
}

.download-main-pdf {
  background: var(--white-color);
  padding: 12px;
  margin: 30px 0px 10px;
  border: 2px solid var(--primary-color);
  color: var(--primary-color) !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  display: inline-block;
  border-radius: 4px;
  color: var(--secondary-color) !important;
}

/* .download-main-pdf img{
  width: 75px;
  height: 75px;
  object-fit: cover;
} */

.product-slider img {
  /* border: 1px solid var(--border-color); */
  margin-bottom: 45px;
  height: 400px;
  object-fit: contain;
}

@media (max-width: 767px) {
  .nav-tabs {
    min-width: 100%;
    display: inline-grid;
  }

  .nav-tabs>li button {
    width: 100%;
    border-bottom: 1px solid var(--white-color) !important;
  }
}

.product-details {
  padding: 0px 40px;
}

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

.tab-content h4 {
  padding-left: 12px;
  color: var(--secondary-color);
  margin-bottom: 20px;
  font-size: 1.6666666666667rem;
}

.cm-innerpage {
  position: relative;
  padding: 70px 0;
  min-height: 400px;
}

.blog-page .gap {
  margin-bottom: 30px;
}

.blog-page .blog-card {
  position: relative;
  height: 100%;
}

.blog-page .blog-card .thumbnail-container {
  padding-bottom: 66.66%;
}

.blog-page .blog-card .content {
  padding: 20px;
}

.blog-page .blog-card .content p {
  font-size: 16px;
}

.blog-page .blog-card .title {
  font-size: 22px;
  margin: 0 0 15px 0;
  padding: 0;
  color: #353535;
}

.blog-page .blog-card .title a {
  color: #353535;
}

.blog-page .blog-card .more-btn {
  margin-top: 20px;
}

body .thumbnail-container,
body .thumbnail_container {
  padding-bottom: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
  border-radius: 0;
}

body .thumbnail {
  margin: 0;
  display: block;
  padding: 0;
  border: none;
  height: 100%;
  width: 100%;
  position: absolute;
  background: 0 0;
}

body .thumbnail a,
body .thumbnail img {
  display: block;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  position: absolute;
}

.cm-btn {
  position: relative;
  background: var(--primary-color);
  color: var(--white-color);
  padding: 15px 25px;
  text-align: center;
  margin: 0;
  border: 0 solid transparent;
  cursor: pointer;
  display: inline-block;
  white-space: nowrap;
  min-width: 150px;
  height: auto;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  text-transform: inherit;
  letter-spacing: 0;
  -webkit-border-radius: 0px;
  border-radius: 15px;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-transform: uppercase;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  overflow: hidden;
  z-index: 1;
}

.cm-btn:before {
  background-color: transparent;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  z-index: -1;
  content: "";
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.cm-btn:hover:before {
  background-color: #303055;
  bottom: 0;
  top: auto;
  width: 100%;
  opacity: 1;
}

.cm-btn:hover {
  color: var(--white-color)fff;
}

/* ****** why choose ******** */

.why-choose-main-bx {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.why-choose-bx {
  border: 1px solid #ccc;
  padding: 15px;
  border-radius: 4px;
  height: 100%;
  width: 100%;
  transition: 0.5s all;
  /* background: red; */
  /* background: linear-gradient(to right, #e52d27, #b31217); */
}

.why-choose-bx .icon i {
  font-size: 40px;
  color: #fff;
}

.why-choose-bx .icon {
  text-align: center;
  margin-bottom: 10px;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto auto 10px auto;
  /* background-color: var(--white-color); */
  background: #FF0000;
  border-radius: 50%;
}

.why-choose-bx {
  text-align: center;
}

.why-choose-bx .why-choose-description h4,
.why-choose-bx .why-choose-description p {
  color: var(--secondary-color);
}

.why-choose-bx:hover .why-choose-description h4,
.why-choose-bx:hover .why-choose-description p {
  color: var(--secondary-color);
}

.why-choose-bx:hover {
  background: var(--primary-color);
}

/* .why-choose-bx:hover .icon {
  background-color: var(--white-color);
  border-radius: 50%;
} */

/* Manufacturing-Product Section */

.product-bx {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  margin-top: 25px;
}

.product-inner-bx {
  border: 1px solid var(--border-color);
  border-radius: 4px;
}

.product-inner-bx:hover .product-img img {
  transform: scale(1.08);
}

.product-img {
  overflow: hidden;
  transition: 0.5s ease;
}

.product-img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  transition: 0.5s all;
}

.product-description {
  padding: 30px 20px;
}

.product-description h5 {
  color: var(--secondary-color);
}

.product-description p {
  margin-bottom: 10px;
}

/* ******* brand ********* */
.brand-wrapper {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 25px;
}

.brand-wrapper .brand-logo {
  width: 100%;
  border: 1px solid var(--border-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  padding: 10px;
  transition: all ease-in-out 0.4s;
}

.brand-wrapper .brand-logo img {
  width: 100%;
  height: 100px;
  object-fit: contain;
  transition: 0.5s all
}

.brand-bx:hover .brand-logo img {
  transform: scale(1.1);
}

/*  */
.our-catalogues-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.our-catalogues-wrapper-new {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 25px;
}

.our-catalogues-inner-bx .btn-get-started {
  display: flex;
  align-items: center;
  justify-content: center;
}

.our-catalogues-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.our-catalogues-img p {
  text-align: center;
  padding: 10px;
}

.our-catalogues-bx {
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* counter */

#counter {
  text-align: center;
  padding: 40px 0px;
  width: 100%;
  position: relative;
}

.counter-bx {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

#counter .counter-bx .icon i {
  font-size: 30px;
}

#counter .counter-bx .icon {
  margin-bottom: 10px;
}

#counter .counter-bx .item {
  background: var(--white-color);
  width: 100%;
  padding: 35px 40px;
  text-align: center;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 38px -8px rgba(0, 0, 0, 0.34);
  -moz-box-shadow: 0px 0px 38px -8px rgba(0, 0, 0, 0.34);
  box-shadow: 0px 0px 38px -8px rgba(0, 0, 0, 0.34);
}

#counter .item .count {
  color: var(--primary-color);
  margin-bottom: 5px;
  font-size: 40px;
}

#counter .item h3 {
  text-transform: capitalize;
}

.table-btn {
  display: flex;
  gap: 10px;
}

/* responsive */

@media only screen and (max-width: 1600px) {
  .product-bx {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (max-width: 1399px) {
  #header .logo img {
    max-height: 52px;
  }

  .navbar a {
    padding: 10px;
    font-size: 15px;
  }

  .navbar .getstarted,
  .navbar .getstarted:focus {
    padding: 8px 10px;
    margin-left: 0px;
  }

  .navbar-mobile .getstarted,
  .navbar-mobile .getstarted:focus {
    margin: 0px;
  }

  .navbar .getstarted a,
  .navbar .getstarted a:focus {
    margin-left: 0px;
  }

  .product-bx {
    grid-template-columns: repeat(3, 1fr);
  }

  .recent-photos-slider .swiper-slide a img {
    height: 200px;
  }

  .our-catalogues-img img {
    height: auto;
  }

  .our-project-slide .swiper-slide a img {
    height: 320px;
  }

  .footer-logo img {
    max-width: 220px;
  }
}

@media only screen and (max-width: 1199px) {
  .topbar {
    display: none;
  }

  .mobile-toggle {
    display: flex;
    gap: 20px;
  }

  .mobile-toggle a {
    padding: 0;
  }

  .mobile-toggle a i,
  .mobile-toggle a:focus i {
    font-size: 20px;
  }

  .our-project-slide .swiper-slide a img {
    height: 280px;
  }

  .brand-wrapper {
    gap: 20px;
  }

  .our-catalogues-wrapper {
    gap: 20px;
  }

  .our-catalogues-img img {
    height: 250px;
  }

  .footer-logo img {
    max-width: 180px;
  }

  .product-description {
    padding: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .breadcrumbs {
    padding: 70px 0;
  }

  h1 {
    font-size: 30px;
  }

  .contact-main-bx {
    margin: 20px 0 0;
  }

  .location iframe {
    height: 350px;
  }

  .address-bx {
    grid-template-columns: repeat(2, 1fr) !important;
    height: 100%;
  }

  .contact-row {
    grid-template-columns: repeat(1, 2fr) !important;
  }

  .factory-setup-slide img {
    width: 100%;
  }

  .infra-details video,
  .infra-details iframe {
    height: 280px;
  }

  #hero .carousel,
  #hero .carousel-inner,
  #hero .carousel-item,
  #hero .carousel-item::before {
    position: unset;
  }

  #hero {
    height: auto;
    padding: 0;
  }

  #heroCarousel .carousel-item img {
    height: auto;
    object-fit: contain;
  }

  .product-bx {
    grid-template-columns: repeat(2, 1fr);
    padding: 20px;
  }

  .counter-bx {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  #counter .counter-bx .item {
    padding: 30px;
  }

  .why-choose-main-bx {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .brand-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }

  .our-catalogues-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }

  .our-catalogues-img img {
    height: 220px;
  }

  .footer-description {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 25px;
  }

  .location iframe {
    height: 370px;
  }

  .infra-details video,
  .infra-details iframe {
    height: 250px;
  }

  .product-img img {
    height: 280px;
  }

  .product-description {
    padding: 15px;
  }

  .why-choose-bx .icon {
    width: 80px;
    height: 80px;
  }

  .our-catalogues-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .about p {
    padding-right: 0;
  }
}

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

  .breadcrumbs {
    padding: 40px 0;
  }

  h1 {
    font-size: 22px;
  }

  .address-bx {
    grid-template-columns: repeat(1, 1fr) !important;

  }

  .video-bx {
    grid-template-columns: repeat(1, 1fr) !important;
    gap: 20px !important;
  }

  .infra-details video,
  .infra-details iframe {
    height: auto
  }

  .counter-bx {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }

  #counter .counter-bx .item {
    padding: 20px;
  }

  .why-choose-main-bx {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }

  .why-choose-main-bx {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }

  .product-bx {
    grid-template-columns: repeat(1, 1fr);
    padding: 15px;
  }

  .brand-wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }

  .our-catalogues-wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }

  .product-img img {
    height: auto;
  }

  .our-project-slide .swiper-slide a img {
    height: auto;
  }

  .our-project-slide .swiper-slide a img {
    height: auto;
  }

  .our-catalogues-img img {
    height: auto;
  }

  .recent-photos-slider .swiper-slide a img {
    height: auto;
  }
}

.video-bx {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

/*************** Contact us**************** */

.contact-row {
  display: grid;
  grid-template-columns: repeat(2, 2fr);
  gap: 25px;
  margin-top: 20px;
  align-items: center;
}

.touch-blk {
  background: var(--primary-color);
  height: 100%;
  border-radius: 4px;
  padding: 20px 30px;
}

.contact-main-bx {
  padding-left: 0;
  margin: 25px 0 0;
}

.contact-inner-bx {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  transition: 0.5s all;
}

.contact-detail {
  word-break: break-all;
}

.contact-inner-bx:last-child {
  margin-bottom: 0;
}

.contact-inner-bx .contact-icon i {
  font-size: 22px;
  color: var(--white-color);
}

.contact-inner-bx .contact-detail a {
  font-size: 18px;
  color: var(--white-color);
}

.contact-inner-bx:hover .contact-icon i,
.contact-inner-bx:hover .contact-detail a {
  color: var(--text-color);
}

.address-bx {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.address-bx .padd {
  border: 1px solid #ccc;
  padding: 20px;
  height: 100%;
  border-radius: 4px;
}


.address-bx .padd i {
  font-size: 40px;
  color: var(--primary-color);
  margin-bottom: 10px;
  transition: 0.5s all;
}

.address-bx .padd h3 {
  color: var(--primary-color);
}

.address-bx .padd:hover {
  background: var(--primary-color);
}

.address-bx .padd:hover i,
.address-bx .padd:hover h4,
.address-bx .padd:hover p {
  color: var(--white-color);
}

.location iframe {
  width: 100%;
  height: 450px;
  border-radius: 5px;
}

@media only screen and (max-width: 575px) {
  .location iframe {
    height: auto;
  }
}

/* spray-coat-running-track-system */
.spary-coat-img img {
  width: 100%;
  height: 400px;
  object-fit: contain;
}

.acrytop-img {
  padding-bottom: 30px;
}

.clr-option img {
  width: 18px;
  height: 18px;
  object-fit: cover;
  margin: 5px;
}

.spray-coat-description h4,
.spray-coat-description h5,
.spray-coat-description h6 {
  font-size: 20px;
  font-weight: 500;
  color: var(--secondary-color);
  margin-top: 15px;
  margin-bottom: 0;
}

.spray-coat-description h4:first-child,
.spray-coat-description h5:first-child,
.spray-coat-description h6:first-child {
  margin-top: 0;
}

.spray-coat-description p,
.spray-coat-description ul {
  margin-top: 15px;
  margin-bottom: 0;
}

.sports-flooring-system-img img {
  width: 100%;
  height: 400px;
  object-fit: contain;
}

.seamless-safety-surfacing {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  /* grid-auto-rows: minmax(100px, auto); */
}

.seamless-safety-surfacing .seamless-safety-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.seamless-safety-surfacing .flooring-bx img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.seamless-safety-surfacing .flooring-bx .flooring-bx-description {
  margin-top: 15px;
}

.seamless-safety-surfacing .color-option img {
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-top: 10px;
}

.seamless-safety-surfacing .color-option.product-details {
  padding: 0;
}


@media only screen and (max-width: 1399px) {
  .seamless-safety-surfacing {
    gap: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .spary-coat-img img {
    height: auto;
  }

  .seamless-safety-surfacing {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 767px) {
  .breadcrumbs h1 {
    font-size: 32px;
  }

  .seamless-safety-surfacing {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media only screen and (max-width: 575px) {
  .navbar-mobile ul {
    overflow-y: auto;
  }

  .navbar-mobile .dropdown ul {
    margin: 10px;
  }

  .navbar-mobile .dropdown ul a {
    font-size: 14px;
    padding: 10px;
    text-wrap: balance;
  }

  .footer-top .footer-links ul a {
    font-size: 15px;
  }

  p {
    font-size: 15px;
  }

  .breadcrumbs h1 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .breadcrumbs ol{
    font-size: 12px;
  }
  .section-title h2 {
    font-size: 24px;
  }
}

.hockey-turf-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.clr-img img {
  width: 100%;
  height: 80px;
  object-fit: contain;
}

.running-track.product-details {
  padding: 0 10px;
}

.video-div iframe,
.video-div img {
  width: 100%;
  height: 350px;
  border-radius: 4px;
  object-fit: cover;
}

.specification-table {
  overflow-x: auto;
}

.colore-granules-img img {
  width: 100%;
  object-fit: cover;
  border-radius: 4px;
  height: auto;
  margin-bottom: 20px;
  border: 1px solid var(--border-color);
}

.colore-granules-img img:last-child {
  margin-bottom: 0;
}

.top-floor-clr-range {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 25px;
}

.clr-range-img {
  width: 100%;
  height: 100%;
  border: 1px solid var(--border-color);
  padding: 10px;
  border-radius: 4px;
  background: var(--white-color);
}

.clr-range-img img {
  width: 100%;
  height: 170px;
  object-fit: contain;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (max-width: 1199px) {
  .top-floor-clr-range {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media only screen and (max-width: 991px) {
  .top-floor-clr-range {
    grid-template-columns: repeat(3, 1fr);

  }
}

@media only screen and (max-width: 767px) {
  ul.fixed-icons.social-fixed-icons {
    display: none;
  }

  .top-floor-clr-range {
    grid-template-columns: repeat(2, 1fr);
  }

  .video-bx {
    grid-template-columns: repeat(1, 1fr);
  }

  .fixed-icons {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 3;
    margin: 0;
    padding: 10px 8px;
    list-style: none;
    background: rgb(255 255 255 / 91%);
    border-radius: 0;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
  }
}

@media only screen and (max-width: 575px) {
  .spary-coat-img img {
    height: auto;
  }

  .top-floor-clr-range {
    grid-template-columns: repeat(1, 1fr);
  }
}

.project-slide-bx {
  height: 100%;
  width: 100%;
  border: 1px solid var(--border-color);
  padding: 15px;
  border-radius: 4px;
}

.gallery-content {
  text-align: center;
}

.gallery-img {
  margin-bottom: 10px;
}

.gallery-content h4 {
  font-size: 18px;
  font-weight: 500;
}