@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Protest+Riot&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", serif;
  font-size: 0.9rem;
  background: #EDEAE3;
  color: #444444;
}

.bg-white {
  background: #fff !important;
}

h1,
h2,
h3,
h4,
h5 {
  color: #2C2C2C;
}

:root {
  --green: #CC5500;
  --dgray: #3CB371;
}

* {
  margin: 0;
  padding: 0;
}

.btn-green {
  background: var(--green);
  color: #fff;
  padding: 7px 15px;
}

.btn-green:hover {
  background: var(--dgray);
  color: #fff;
}

header h1 {
  font-size: 25px;
  color: #2C2C2C;
  margin: 0px;
  font-weight: 700;
  margin-left: 15px;
}

.navbar {
  background: #2C2C2C;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show,
.navbar-nav .nav-link:hover {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  background: var(--dgray);
}

.navbar-expand-lg .navbar-nav .nav-link {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  padding: 10px 15px;
}


.caption {
  position: absolute;
  z-index: 99;
  left: 0;
  right: 0;
  width: 800px;
  margin: 0 auto;
  text-align: center;
  top: 40%;
}

.caption img {
  background: #fff;
  padding: 10px;
  border-radius: 15px;
  margin-bottom: 30px;
}

.caption h3 {
  color: #fff;
  font-size: 29px;
  line-height: 45px;
  font-weight: 600;
  text-transform: capitalize;
}

.caption h3 small {
  display: block;
  margin-top: 15px;
  font-weight: 300;
  text-transform: capitalize;
}


.products .card {
  position: relative;
  border-radius: 0px !important;
  margin: -1px;
  border: 0px solid !important;
  width: 100%;
}

.products .card img {
  width: 100%;
  border-radius: 0px;
  margin: -1px !important;
}

.products .card h3 {
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 5rem;
  line-height: 5.5rem;
}

.products .card p {
  color: #fff;
  font-size: 2rem;
  margin: 15px 0 30px;
}

.products .card .caption {

  position: absolute;
  text-align: center;
  top: 40%;
  width: 50%;
  z-index: 999999;
}


.products .card:hover h3 {
  color: #fff;
  opacity: 1;
}

.products .card:hover img {
  opacity: 0.5;
}

.products .card:hover {
  background: #3CB371;
}

.welcome_section h2 {

  color: #2C2C2C;
  margin-bottom: 30px;
}

.welcome_section p {
  font-size: 16px;
  line-height: 23px;
  color: #292D32;
  text-align: left;
  margin-bottom: 25px;
}

li.dropdown:hover>ul {
  display: block;
}

footer {
  background: #2C2C2C;
  color: #fff;
  padding: 15px;
}

footer a {
  text-decoration: underline;
  color: #fff;
}


footer .footerLink a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  display: inline-block;
  padding: 0px 25px;
}

footer .footerLink {
  display: block;
  text-align: center;
  width: 100%;
}

.round20 {
  border-radius: 20px;
  object-fit: cover;
  height: 430px;
}

.Inner h3 {
  font-size: 50px;
}

.Inner img {
  object-fit: cover;
  height: 250px;
}

.content .card img {
  height: 350px;
  background:#cdd2d8;
  object-fit: contain;
}

.content {
  font-size: 16px;
  text-align: start;
}

.aboutimg {
  object-fit: cover;
  width: 100%;
  height: 350px;
}

.vision {
  background: url(images/vision.jpg) no-repeat center right #000;
  padding: 50px;
  color: #fff;
}

.wow:first-child {
  visibility: hidden;
}

.productName {
  top: 150px;
}

.productName a {
  display: block;
  color: #232323;
  text-decoration: none;
  padding: 10px;
  border-bottom: 1px solid #ededed;
}

.productName a:hover {
  background: var(--green);
  color: #fff;
}

.icons a {
  text-decoration: none;
  color: #20a506;
  font-size: 18px;
}

.contactForm label,
.contactForm input {
  font-size: 16px;
  margin-bottom: 5px;
}

.contactForm h2 {
  font-size: 25px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #2C2C2C;
}

.contactForm input {
  padding: 15px;
}

form.contactForm {
  background: #f1f1f1;
  padding: 35px;
}

.left-0 {
  left: 100%;
  top: 0px;
}

li.dropdown:hover>ul {
  display: block;
  background: #3CB371;
}


li.dropdown:hover>ul>li>a {
  color: #fff;
  font-size: 14px;
}

li.dropdown:hover>ul>li>a:hover,
li.dropdown:hover>ul>li>a:focus {
  background: #232323;
}

.content h4 {
  font-size: 18px;
}

.boxGroup {
  display: flex;
  gap: 20px;
  padding: 25px 0 0 0;
}

.boxGroup .box {
  display: block;
  padding: 15px;
  border: 1px solid #ddd;
  text-align: center;
  width: 100%;
  border-radius: 5px;
  background: #fafafa;
}

.boxGroup .box h3 {
  font-weight: 500;
  font-size: 1.2rem;
}

.boxGroup .box:hover {
  background: #fff;
  box-shadow: 0px 5px 5px #00000020;
}

.boxGroup .box img {
  height: 50px;
  margin-bottom: 25px;
}

.reform {
  background: #2c2c2c;
  object-fit: fill;
  background-size: cover;
  text-align: center;
  padding: 45px;
  border-radius: 115px;
  position: relative;
}

.reform::after {
  position: absolute;
  content: "";
  background: #03210580;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 115px;
}

.reform h3 {
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 400;
  position: relative;
  z-index: 999999;
}

.bg-gray {
  background: #ebebeb;
}

.products .border {
  background: #fff;
}

.contactPerson small {
  font-weight: 400;
  font-size: 15px;
}

.scroll {
  position: relative;
  height: 300px;
  display: block;
}

.marquee-wrapper {
  width: 100%;
  position: relative;
}

.marquee-content {
  position: absolute;
  display: flex;
  white-space: nowrap;
}

.marquee-content img {
  height: 250px;
  width: 450px;
  object-fit: cover;
  border-radius: 200px !important;
}


.rightSection img {
  margin: 0 2px;
}