* {
  margin: 0px;
  padding: 0px;
}
body {
  background: #f8fafa;
}
/* font-famitly and font-size */
:root {
  --font-primary: "Platypi", serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Platypi", serif;
  font-weight: 600;
}
p,
a,
strong {
  font-family: var(--font-primary);
}
/* color- */
:root {
  --color-primary: rgb(8, 68, 117);
  --color-secondary: rgb(255, 0, 0);
  --color-default: #ff9934;
}

/* scroll bar css */
.scrollbar span {
  width: 40px;
  height: 45px;
  justify-content: center;
  align-items: center;
  display: flex;
  font-size: 17px;
  background-color: var(--color-default);
  color: var(--color-primary);
  position: fixed;
  /* display:; */
  right: 0px;
  bottom: 30px;
  text-align: center;
  line-height: 35px;
  font-weight: 600;
  z-index: 999;
  transition: 0.7s;
  cursor: pointer;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.contact_icon {
  position: fixed;
  z-index: 999;
  margin-top: 100px;
  right: 0px;
}
.contact_icon ul {
  background-color: var(--color-default);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.contact_icon ul li {
  list-style: none;
}
.contact_icon ul li:not(:last-child) {
  border-bottom: 1px solid gray; /* Apne requirement ke mutabiq yahan border define karein */
}
.contact_icon ul li > a {
  text-decoration: none;
}
@media (max-width: 767px) {
  .contact_icon ul li > a > i {
    margin-bottom: 1px !important;
  }
}
.contact_icon ul li > a > i {
  font-size: 30px;
  margin-bottom: 10px;
  width: 45px;
  height: 45px;
  display: flex;
  color: var(--color-primary);
  justify-content: center;
  align-items: center;
}
.enquiry-icon .btn-1 {
  position: fixed;
  right: 50%;
  bottom: 50%;
  right: -40px;
  text-align: center;
  z-index: 999;
  transition: 0.7s;
  cursor: pointer;
  rotate: 90deg;
  background-color: var(--color-default);
  padding: 10px;
  color: white;
  box-shadow: 2px 4px 8px white;
}
.scrollbar a i {
  color: var(--color-primary);
  position: fixed;
  right: 45px;
  bottom: 45px;
  text-align: center;
  line-height: 35px;
  z-index: 999;
  transition: 0.7s;
  cursor: pointer;
  background-color: #fff;
  padding: 0px;
  border-radius: 50%;
  font-size: 30px;
  box-shadow: 0px 10px 10px #929191;
}
.whatsapp i {
  width: 50px;
  height: 50px;
  position: fixed;
  color: var(--color-primary);
  left: 30px;
  bottom: 40px;
  text-align: center;
  font-size: 50px;
  line-height: 35px;
  z-index: 999;
  transition: 0.7s;
  cursor: pointer;
  box-shadow: 0px 10px 10px #929191;
  font-size: 30px;
  border-radius: 50%;
  background-color: #fff;
}
.enquiry-icon a {
  text-decoration: none;
  font-weight: 600;
}
.eventss
{
    background:#dc2a1c;
}
.eventss a 
{
    color:white;
}
.header {
  height: 90px;
  background-color: white;
  position: sticky;
  top: -100px; /* Hide the navbar 50 px outside of the top view */
  width: 100%; /* Full width */
  transition: top 0.7s; /* Transition effect when sliding down (and up) */
  z-index: 999;
}
.header img {
  max-height: 65px;
  margin-right: 6px;
}
.header .navbar ul button {
  border: 2px solid var(--color-primary);
  outline: none;
  background: transparent;
  font-weight: 600;
  font-family: var(--font-secondary);
  letter-spacing: 2px;
  font-size: 17px;
  color: var(--color-primary);
  padding: 5px 15px;
  margin-left: 30px;
}
.header .navbar ul button:hover {
  background-color: var(--color-primary);
  color: var(--color-default);
  transition: 0.5s;
}
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 10px 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar > ul > li {
  white-space: nowrap;
  padding: 10px 0 10px 28px;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3px;
  font-family: var(--font-secondary);
  font-weight: 600;
  font-size: 18px;
  color: var(--color-primary);
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
}

.navbar a i,
.navbar a:focus i {
  line-height: 0;
  margin-left: 5px;
  font-weight: 600;
}

.navbar > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -6px;
  left: 0;
  background-color: var(--color-primary);
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.navbar a:hover:before,
.navbar li:hover > a:before,
.navbar .active:before {
  visibility: visible;
  width: 100%;
  color: var(--color-primary);
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover > a {
  color: var(--color-secondry);
  transition: all 0.4s;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 28px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: var(--color-secondary);
  color: var(--color-primary);
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  text-transform: none;
  font-weight: 600;
  color: var(--color-primary);
  border-bottom: 1px solid var(--color-primary);
  text-decoration: none;
  text-transform: capitalize;
}

.navbar .dropdown ul a i {
  font-size: 12px;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover > a {
  color: white;
  background-color: var(--color-default);
}

.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;
}
.header .nav-btn button {
  border: none;
  outline: none;
  background-color: var(--color-default);
  padding: 10px 10px;
  color: white;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
}

.checkbtn {
  font-size: 30px;
  color: var(--color-primary);
  float: right;
  line-height: 80px;
  cursor: pointer;
  display: none;
}
#check {
  display: none;
}

@media (max-width: 768px) {
  .checkbtn {
    display: block;
  }
  .navbar ul {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 90px;
    left: -100%;
    background-color: #ffff;
    z-index: 99999;
    transition: all 0.5s;
    align-items: center;
    flex-direction: column;
    text-align: center;
  }
  .navbar ul li {
    border-top: 2px solid var(--color-primary);
    width: 100%;
  }

  .navbar ul li a {
    color: var(--color-primary);
    display: block;
  }
  #check:checked ~ ul {
    left: 0;
  }
}

button:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

a,
a:hover {
  text-decoration: none;
  display: inline-block;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

img {
  display: inline-block;
  max-width: 100%;
}

/* @media (min-width: 1200px) {
    .container {
      max-width: 1300px;
    }
  } */

#main-carousel {
  text-shadow: 1px 2px 3px #0000001f;
}

#main-carousel h5 {
  font-size: 2rem;
  font-family: inherit;
  font-weight: 600;
  -webkit-animation: leftToRight 1s ease-in-out 0.5s;
  animation: leftToRight 1s ease-in-out 0.5s;
  text-shadow:2px 2px 2px black;

}


#main-carousel h2 {
  font-size: 3.2rem;
  font-weight: 900;
  font-family: inherit;
  letter-spacing: 2px;
  -webkit-animation: topToBottom 1s linear 0.3s;
  animation: topToBottom 1s linear 0.3s;
  color:black;
  text-shadow: 1px 1px 1px white;
}

#main-carousel .carousel-caption {
  right: 15%;
  bottom: unset;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: left;
}

#main-carousel .carousel-control-next,
#main-carousel .carousel-control-prev {
  top: 50%;
  bottom: unset;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 4%;
  font-size: 3.5rem;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 5px;
  -webkit-transition: 5s all;
  transition: 5s all;
}
@media (max-width: 768px) {
    #main-carousel .carousel-control-next,
#main-carousel .carousel-control-prev {
  top: 50%;
  bottom: unset;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 4%;
  font-size:unset;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 5px;
  -webkit-transition: 5s all;
  transition: 5s all;
}
    
}

#main-carousel .carousel-control-next {
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

#main-carousel .carousel-control-prev {
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

#main-carousel .btn-info {
  background: transparent;
  text-transform: uppercase;
  border: 0;
  font-family: "helveticaregular";
  font-size: 1.8rem;
  position: relative;
  padding: 20px 0 0;
  margin: 20px 0 0;
}

#main-carousel .btn-info::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 63px;
  height: 5px;
  background-color: #fff;
}

.home__form {
  padding: 1.5rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;
  top: -50px;
  font-size: 1.6rem;
  width: 80%;
  margin: auto;
  border-radius: 10px;
}

.home__form h3 {
  font-size: 1.6rem;
  font-weight: bold;
}

.home__form p {
  font-size: 17px;
  margin-bottom: 1.5rem;
}

.home__form form {
  text-align: left;
}

.home__form form label {
  font-size: 1.4rem;
  color: rgba(0, 0, 0, 0.7);
  font-family: "helveticaregular";
}

.home__form form .input-box {
  position: relative;
}

.home__form form .input-box .fa {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-left: 1px solid #cdcdcd;
  padding: 3px 15px 3px 10px;
  color: #898989;
}

.home__form form .input-box input {
  height: 45px;
}

.home__form form .input-box textarea,
.home__form form .input-box input {
  border-color: #efefef;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  font-size: 1.6rem;
  padding: 10px;
  caret-color: #fc5546;
}

.home__form form .input-box textarea:focus + .fa,
.home__form form .input-box input:focus + .fa {
  color: #fc5546;
  border-color: #fc5546;
}

.home__form form .input-box textarea:not(:placeholder-shown),
.home__form form .input-box input:not(:placeholder-shown) {
  border-color: green;
}

.btn.btn-danger {
  width: 100%;
  height: 45px;
  background-color:var(--color-default);
  text-transform: uppercase;
  border-radius: 5px;
  border-color: transparent;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.btn.btn-danger:hover {
  background: #231833;
}

.btn-more {
  font-size: 1.6rem;
  color: #000;
  font-family: "helveticaregular";
}

.btn-more span {
  border-bottom: 1px dotted #000;
}

@-webkit-keyframes leftToRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-80px);
    transform: translateX(-80px);
  }
  80% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0.7;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes leftToRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-80px);
    transform: translateX(-80px);
  }
  80% {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    opacity: 0.7;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes topToBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0.7;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes topToBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0.7;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media(max-width:768px){
    .home__form 
    {
       display: none!important;
    }
}
/* about section css */
.aboutCompany {
  background-color: #ffffff;
}

.about h3 {
  color: var(--color-primary);
}
.about img {
  width: 100%;
  border-radius: 20px;
}
.about img:hover {
  transform: scale(1.1);
  transition: 0.5s;
}
@media (max-width: 767px) {
  .aboutCompany img {
    margin-top: 30px;
  }
  .boxe,
  .box,
  .card {
    margin-top: 30px;
  }
}
.about .about_img_1 img {
  position: relative;
  top: -200px;
  right: -100px;
  border-radius: 20px;
}
.aboutCompany img {
  border-radius: 20px;
}
.aboutCompany button {
  border: none;
  outline: none;
  padding: 10px 20px;
  background-color: var(--color-default);
  color: var(--color-primary);
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 1px;
}
.aboutCompany button:hover {
  background-color: var(--color-secondary);
  color: white;
  transition: 0.4s;
}

.chairMan {
  background-color: #f1f1f1;
}
.mission,
.vision {
  background-color: #fffafa;
  border: 3px solid var(--color-primary);
  border-left: 4px solid var(--color-secondary);
  border-radius: 15px;
}
.mission h3,
.vision h3 {
  color: var(--color-primary);
  font-family: var(--font-primary);
  font-weight: 600;
}
.mission {
  margin-bottom: 30px;
}
.coreValues .card .card-body img {
  width: 80;
  height: 80px;
}
.coreValues .card {
  text-align: center;
}

.coreValues .card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f1f1f1;
  z-index: -1;

  opacity: 0;
  transition: 0.5s;
}
.coreValues .card:hover::after {
  opacity: 1;
  transition: 0.5s;
}
.coreValues .card:hover {
  box-shadow: 2px 6px 15px gray;
  transition: 0.6s;
  transform: scale(1.05);
}

/* products section */
.products {
  background-image:
    url(https://bracketweb.com/voldorwp/wp-content/uploads/2024/05/service-2-1.png);
}
.products h2 {
  color: var(--color-default);
}
.products .boxe {
  border: 1px solid gray;
  padding: 10px 5px;
  border-radius: 15px;
  background-color:var(--color-default);
  color: white;
}
.boxe .boxe-body
{
    padding: 0;
    margin: 0;
    border: 10px;
}
.products .boxe .boxe-body img {
  width:100%;
  height:250PX;
  object-fit: cover;
  border-radius: 10px;
}
.product-banner {
  background-image: url(banner.jpeg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.collages .boxe-title {
  border-top: none;
}
.boxe-title h6 {
  font-size: 20px;
}
.boxe-title span {
  color: #6c6a6a;
}
.boxe:hover {
  box-shadow: 2px 6px 15px gray;
  transition: 0.6s;
}
.boxe-title p > a {
  text-decoration: none;
  color: rgb(69, 67, 67);
}
.productButton button {
  font-weight: bold;
  margin-top: 5px;
  width: 150px;
  height: 40px;
  background-color: var(--color-default);
  color: white;
  border: none;
  outline: none;
  box-shadow: 10px 10px rgba(65, 64, 64, 0.267);
}
.productButton button:hover {
  background-color: var(--color-secondary);
  transition: 0.6s;
  border-color: var(--color-secondary);
  color: #fff;
}

/* service section */
.service {
  background: linear-gradient(
    90deg,
    rgba(255, 224, 70, 0.571) 0%,
    rgba(239, 64, 33, 0.516) 35%,
    rgba(239, 64, 33, 0.516) 100%
  );
}
.service h3 {
  color: var(--color-primary);
}
.service button {
  border: none;
  outline: none;
  background-color: var(--color-primary);
  color: #fff;
  font-family: var(--font-secondary);
  letter-spacing: 3px;
  padding: 5px;
  box-shadow: 5px 5px #0004;
}

/* brand awarness section */
.brandawarness
{
    background: url(bg/1.jpg);
    
}
.brandheading h3 {
  color: var(--color-primary);
  font-weight: 600;
}
.card {
  background-color: white;
  display: flex;
  border-radius: 10px;
  box-shadow: 10px 10px 20px #f1f1f1;
}
.card:hover {
  box-shadow: 2px 6px 15px #f1f1f1;
  transition: 0.6s;
  transform: scale(1.05);
  background:linear-gradient(rgba(241, 222, 198, 0.636), rgba(241, 222, 198, 0.871)), url(bg/Vastav\ TMT\ BAR\ png.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color:var(--color-primary);
}
.card .card-body i {
  font-size: 50px;
  text-align: center;
  color: var(--color-default);
}
.card .card-text h5 {
  color: var(--color-primary);
  font-weight: 600;
}

/* story css */
.ourStory {
  background-image: url(bg/1.jpg);

}

.item {
  cursor: pointer;
  padding: 5px;
  font-size: 17px;
  font-weight: 600;

  margin-bottom: 5px;
}
.item-details {
  display: none;
  padding: 10px;
  color: var(--color-primary);
  font-size: 17px;
  font-weight: 600;
}
.item.active {
  color: var(--color-secondary);
  border-left: 4px solid var(--color-default);
  transition: 0.3s;
}

.item-details.active {
  display: block;
}
/* testimonial section */
.testimonial{
  text-align: center;
}
.testimonial .pic{
  width: 85px;
  height: 85px;
  border-radius: 50%;
  margin: 0 auto 40px;
  border: 4px solid var(--color-default);
  overflow: hidden;
}
.testimonial .pic img{
  width: 100%;
  height: auto;
}
.testimonial .description{
  color: #8a9aad;
  font-size: 15px;
  font-style: italic;
  line-height: 24px;
  margin-bottom: 20px;
}
.testimonial .testimonial-prof{
  margin:20px 0;
}
.testimonial .title{
  font-size: 20px;
  color:var(--color-primary);
  margin-right: 20px;
  text-transform: capitalize;
}
.testimonial .title:after{
  content: "";
  margin-left: 30px;
  border-right: 1px solid #808080;
}
.testimonial .testimonial-prof small{
  display: inline-block;
  color: #8a9aad;
  font-size: 17px;
  text-transform: capitalize;
}
.owl-theme .owl-controls .owl-buttons div{
  background: transparent;
  opacity: 1;
}
.owl-buttons{
  position: absolute;
  top: 8%;
  width: 100%;
}
.owl-prev{
  position: absolute;
  left:30%;
}
.owl-next{
  position: absolute;
  right:30%;
}
.owl-prev:after,
.owl-next:after{
  content: "\f060";
  font-family: "Font Awesome 5 Free"; font-weight: 900;
  width: 28px;
  height: 28px;
  font-size: 16px;
  color:#808080;
  transition: all 0.15s ease 0s;
}
.owl-next:after{
  content: "\f061";
}
@media only screen and (max-width: 479px){
  .owl-prev{
      left: 10%;
  }
  .owl-next{
      right: 10%;
  }
}
/* dealer section */
.dealer {
  background-color: var(--color-secondary);
}
.dealer h1 {
  color: #fff;
}
.dealer button {
  border: 2px solid rgb(8, 68, 117);
  outline: none;
  background-color: rgb(8, 68, 117);
  color: #fff;
  font-family: var(--font-secondary);
  letter-spacing: 3px;
}
.dealer button:nth-child(2) {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
}

/* footer section css */
.footer {
  background: linear-gradient(to right, rgb(175, 114, 1), orange);
}
.footer img {
  width: 30%;
}
.footer h5 {
  color: #fff;
}
.footer p {
  color: #f1f1f1;
}
.footer #links p > a {
  color: #f1f1f1;
}
.footer #links p {
  line-height: 10px;
}
.footer i {
  font-size: 30px;
  color: white;
}

/* ------------------------------------------------------------------------------------------------------------------
                                                 DISTRIBUTER PAGE
------------------------------------------------------------------------------------------------------------------ */
.distributer {
  background-image: url(dealer_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 70vh;
  justify-content: center;
  align-items: center;
  text-align: center;
  display: flex;
}
.distributer h1 {
  column-rule: black;
  font-weight: bold;
  letter-spacing: 1px;
  text-shadow: 2px 2px 4px gray;
}
.eligi {
  background-color: #f1f1f1;
}
.eligi p {
  font-family: var(--font-primary);
}
.eligi .enquiry {
  background-color: #fff;
  box-shadow: 8px 8px 8px #0004;
}
.eligi .enquiry label {
  font-family: var(--font-primary);
  font-weight: 600;
}
.enquiry h4 {
  color: var(--color-primary);
}
.enquiry .buttons button {
  border: 2px solid rgb(8, 68, 117);
  outline: none;
  background-color: rgb(8, 68, 117);
  color: #fff;
  font-family: var(--font-secondary);
  letter-spacing: 3px;
  padding: 5px;
  width: 100px;
}
.enquiry .buttons button:hover {
  color: white;
  background-color: var(--color-secondary);
  transition: 0.5s;
  border-color: var(--color-secondary);
}
.eligi-text h2 {
  color: var(--color-primary);
  font-weight: 600;
}
.eligi-text ol li {
  font-family: var(--font-primary);
  margin-top: 10px;
}

/* ------------------------------------------------------------------------------------------------------------------
                                                CONTACT PAGE
------------------------------------------------------------------------------------------------------------------  */
.contact-banner {
  background-color: var(--color-primary);
  color:white;
}
/*.contact-banner h1 {*/
/*  color: white;*/
/*  font-size: 100px;*/
/*  font-weight: 700px;*/
/*  text-shadow: 2px 2px black;*/
/*}*/
/*@media (max-width: 767px) {*/
/*  .contact-banner h1 {*/
/*    font-size: 45px;*/
/*  }*/
/*}*/

.form-bg {
  background: var(--color-default);
}
.form-horizontall {
  background-color: #fff;
  font-family: "Arimo", sans-serif;
  padding: 50px 30px 50px;
  box-shadow: 12px 12px 0 0 rgba(0, 0, 0, 0.3);
}
.form-horizontall .heading {
  color: #555;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin: 0 0 50px 0;
}
.form-horizontall .heading p {
  font-size: 16px;
}
.form-horizontall .form-group {
  margin: 0 auto 30px;
  position: relative;
}
.form-horizontall .form-group:nth-last-child(2) {
  margin-bottom: 20px;
}
.form-horizontall .form-group:last-child {
  margin: 0;
}
.form-horizontall .form-group > i {
  color: #999;
  transform: translateY(-50%);
  position: absolute;
  left: 5px;
  top: 50%;
}
.form-horizontall .form-control {
  color: var(--color-secondry);
  background-color: #fff;
  font-size: 17px;
  letter-spacing: 1px;
  height: 40px;
  padding: 5px 10px 2px 25px;
  box-shadow: 0 0 0 0 transparent;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  display: inline-block;
}
.form-controll::placeholder {
  color: rgba(0, 0, 0, 0.2);
  font-size: 16px;
}
.form-horizontall .form-control:focus {
  border-bottom: 1px solid var(--color-primary);
  box-shadow: none;
}
.form-horizontall .btn {
  color: var(--color-primary);
  background-color: #edf6f5;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  border-radius: 5px;
  width: 50%;
  height: 45px;
  padding: 7px 30px;
  margin: 0 auto 25px;
  border: none;
  display: block;
  position: relative;
  transition: all 0.3s ease;
}
.form-horizontall .btn:focus,
.form-horizontall .btn:hover {
  color: #fff;
  background-color: var(--color-default);
}
.form-horizontall .btn:before,
.form-horizontall .btn:after {
  content: "";
  background-color: var(--color-default);
  height: 50%;
  width: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  transition: all 0.3s;
}
.form-horizontall .btn:after {
  bottom: auto;
  top: 0;
  left: auto;
  right: 0;
}
.form-horizontall .btn:hover:before,
.form-horizontall .btn:hover:after {
  height: 100%;
  width: 50%;
  opacity: 0;
}
.form-horizontall .create_account {
  color: #d6bc8b;
  font-size: 16px;
  font-weight: 600;
  display: inline-block;
}
.form-horizontall .create_account:hover {
  color: #7ab6b6;
  text-decoration: none;
}
.form-horizontall .content a {
  color: #555;
  text-decoration: none;
}
.form-horizontall .content-icon a i {
  color: var(--color-primary);
  font-size: 50px;
  margin-left: 30px;
  margin-top: 20px;
}

/* Apply page css */
.apply-banner {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(https://images.pexels.com/photos/7059/man-people-space-desk.jpg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  max-height: max-content;
  position: relative;
  top: 50px;
}
.apply-banner h2 {
  color: #fff;
  font-weight: 600;
  font-family: var(--font-primary);
}
.apply label {
  font-family: var(--font-primary);
  font-weight: 600;
  color: var(--color-primary);
}
.apply input {
  text-indent: 10px;
  background-color: #f1f1f1;
}
.apply .container {
  box-shadow: -4px -4px 10px #f1f1f1, 4px 4px 10px #f1f1f1;
}
.apply .btn-1 {
  padding: 10px;
  border: none;
  outline: none;
  background-color: var(--color-default);
  box-shadow: 10px 10px 0px rgba(41, 41, 41, 0.267);
  color: #fff;
  letter-spacing: 5px;
  width: 200px;
  text-transform: uppercase;
}
.apply .btn-1:hover {
  color: #fff;
  background-color: var(--color-secondary);
  transition: 0.6s;
}

/* about us page css */

.about-banner {
  background-color: var(--color-default);
}
.about-banner h2 {
  font-size: 100px;
  color: var(--color-primary);
}
@media (max-width: 768px) {
  .about-banner h2 {
    font-size: 45px;
  }
}

/* WHY TMT PAGE */
.why-tmt {
  width: 100%;
  max-height: fit-content;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url(https://images.pexels.com/photos/46167/iron-rods-reinforcing-bars-rods-steel-bars-46167.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1);
}
.why-tmt-content .content-heading h2 {
  font-size: 50px;
  font-weight: bold;
  font-family: var(--font-primary);
  color: var(--color-primary);
}
.why-tmt-content .content-heading h5 {
  color: var(--color-secondary);
  font-weight: 600;
}
.strength {
  background-color: #f1f1f1;
}

/* BROCHURE PAGE */
.brochure {
  background-color: var(--color-primary);
}
.brochure h3 {
  color: #fff;
  font-family: var(--font-primary);
  font-weight: 600;
}
.brochure h5 {
  color: #d6d5d5;
}
.brochure ol {
  color: #f1f1f1;
  font-family: var(--font-primary);
}
.brochure .btn-1 {
  padding: 10px;
  border: none;
  outline: none;
  background-color: #fff;
  box-shadow: 10px 10px 0px rgba(41, 41, 41, 0.267);
  color: var(--color-primary);
  letter-spacing: 1px;
}

/* csr page */
.csr-banner {
  background-color: #f1f1f1;
}
.csr p {
  color: var(--b3);
}
.csr strong,
h2 {
  color: var(--color-primary);
}
.career {
  background-color: var(--color-default);
  width: 100%;
  height: 30vh;
}
.career .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-top:40px;

}
@media (max-width: 767px) {
  .career .content {
    padding-top:0px;
    padding-bottom:30px;
  }
}

.career .content h2,

.career .content button {
  padding: 10px;
  border: none;
  outline: none;
  border: 2px solid #fff;
  background-color: transparent;
  color: #fff;
  width: 200px;
  letter-spacing: 5px;
}
.management {
  background-color: #f1f1f1;
}
.manag i {
  font-size: 250px;
  color: #f1f1f1;
  border: 1px solid black;
  padding: 10px;
}
.manag h3 {
  color: var(--color-primary);
}
.manag h5 {
  color: var(--color-secondary);
}
.dealer_ship .dealer_content .dealer_box {
  background-color: orange;
  color: black;
  padding: 20px;
  position: absolute;
  left: -250px;
  width: 450px;
  height: 400px;

  box-shadow: 4px 4px 4px #f1f1f1;
  top: 130px;
}
@media (max-width: 767px) {
  .dealer_ship .dealer_content .dealer_box {
    position: unset;
    left: unset;
    top: unset;
    width: 100%;
    height: fit-content;
  }
}
.dealer_ship .dealer_content .dealer_box .dealer_ship_button {
  border: 2px solid black;
  padding: 6px 25px;
  outline: none;
  color: black;
  letter-spacing: 1px;
  font-size: 17px;
  font-weight: 600;
  background-color: transparent;
  margin-top: 30px;
}
.dealer_ship .dealer_content .dealer_box .dealer_ship_button:hover {
  background: black;
  color: white;
  transition: 0.6s;
}

.contact_us {
  background-color: var(--color-default);
}
.contact_us .container h2 {
  color: var(--color-primary);
}
.contact_us .container {
  background-color: white;
  border-radius: 10px;
}
.contact_us .container p {
  color: gray;
}
.contact_us .container p a {
  text-decoration: none;
  color: gray;
}
.dealer_network {
  background-color: var(--color-primary);
  color: white;
}
.dealer_network button:hover {
  background: white;
  color: var(--color-secondary);
  transition: 0.6s;
}
.dealer_network button {
  border: 2px solid white;
  padding: 6px 25px;
  outline: none;
  color: white;
  letter-spacing: 1px;
  font-size: 17px;
  font-weight: 600;
  background-color: transparent;
}
.profile .about_card {
  background-color: white;
  border: 2px solid #f1f1f1;
  padding: 20px;
  width: 100%;
  height: 450px;
}
.profile .about_card:hover {
  box-shadow: 20px 20px 50px #f1f1f1, -20px -20px 50px #f1f1f1;
  cursor: pointer;
  transition: 0.4s;
}
.profile .about_card .about_card-body i {
  font-size: 45px;
  margin-bottom: 20px;
  padding: 15px;
  background-color: white;
  border-radius: 50%;
}
.profile .about_card .about_card-title h4 {
  margin-top: 20px;
}



/* Add Animation */
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}



