
*{
  /* overflow: hidden; */
  position: relative;
  box-sizing: border-box;
}
.navbar-nav .nav-item {
  /* border-right: 2px solid black; Add black border to the right of each <li> */
}
.navbar-nav .nav-item a.nav-link::after {
    content: '';
    display: block;
    width: 2px;
    height: 50%;
    position: absolute;
    right: 0;
    top: 10px;
    background-color: #000;
} 
.navbar-nav .nav-item:last-child .nav-link::after {
    display:none;
}
.text #bloders {
  color: #000;
    font-family: "Inter", sans-serif, "Cardo";
    padding-bottom: 10px;
    font-weight: 900;

}
 .btn:focus {
  box-shadow:none;
 }
.navbar-nav .nav-item:last-child {
  border-right: none; /* Remove the border from the last <li> */
}
  h1, h4, h2, p{
    font-family: "Archivo Black", sans-serif;
  }
.nav-bar{
    padding: 0.5em 0px;
    background-color: white !important;
}
.text{
background-color:#f2f2ef;
padding: 10px 0px;
}
.text  a span{
color: #2a2a2a;
font-family: "Archivo Black",sans-serif;
font-size: 18px;
text-align: left;
}
.text  a {
    text-decoration: none;
    font-size: 19px;
    line-height: 28px;
    color: #565656;
}
.nav-bar .collapse ul li a{
  font-weight: 600 !important;
  font-style: normal;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0px;
  color: #000 !important;
  font-size: 1rem;
  font-family:"Inter", sans-serif, "Cardo";
  padding: 0.5em 0.5em;
}

.nav-bar .collapse ul li a:hover{
    color: #F47736 !important;
}

.bg_color {
  background-color: #F47737;
  position: relative;
  height: 450px;
  overflow: hidden;
}
#successMessage {
    display: none;
    color: green;
    padding: 10px;
    border: 1px solid green;
    margin-top: 10px;
}
.video_play {
  position: relative;
  margin-top: -20%; 
  justify-content: center;
  display: flex;
}

.video_play video {
  width: 100%; 
  max-width: 900px;
  margin: auto;
  justify-content: center;
  display: flex;
  z-index: 33;
}

.play_button {
  z-index: 43;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: transparent; 
  color: #fff;
  border-radius: 50%;
  border: none;
  font-size: 24px;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border: 7px solid #fff;
}

/* Mobile styles */
@media (max-width: 767px) {
   #contact_form .inline_fields{
        display:block ;
    }
  .video_play {
    margin-top:-24%;
  }
  
  .video_play video {
    width: 100%; /* Full width for mobile */
    height: auto;
    z-index:22;
  }
}

.footer-content .gap ul li a:hover{
  color: #a2a2a2;
}
.about_us h1{
  text-align: center;
  margin-bottom: 33px;
  color: #F47737;
  font-size: 40px;
}
  .about_us p{
    font-family: "Inter", sans-serif, "Cardo";
    text-align: justify;
    color: #000;
  }
 .mt_10{
  margin-top: 50px;
}
.mb_10{
  margin-bottom: 50px;
}
.b_line{
  height: 4px;  
  background-color: rgb(14, 13, 13);  
  border: none;  
}
.gallery h1{
  color: #F47737;
 justify-content: center;
  display: flex;
  margin: 39px auto;
  font-size: 40px;
}
.gallery .container-fluid.no-padding {
  padding-left: 0;
  padding-right: 0;
  overflow-x: hidden;
}
.gallery .slider .slide {
  padding-right: 5px;
  text-align: center;
}
.gallery .slider img {
  width: 100%;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}
.strong_type{
  margin: 40px 0px;
}
.strong_type h1{
  color: #F47737;
  justify-content: center;
  display: flex;
  margin-bottom: 40px;
  font-size: 40px;
}
 .strong_type .box{
  background-color: #f2f2ef;
  padding: 1.8em;
  min-height: 310px;
}
.strong_type .box h2{
  font-size: 22px;
  padding-bottom: 10px;
  text-align: center;
  text-transform:capitalize;
}
 .strong_type .box p{
  font-family:"Inter", sans-serif, "Cardo";
  font-size: 16px;
  text-align: center;

 }
 .downloads h1{
  color: #F47737;
  justify-content: center;
  display: flex;
  margin-bottom: 40px;
  margin-top: 40px;
  font-size: 40px;
}
.brd {  
  font-size: 30px;
  padding: 4px 20px;
  position: relative;
  border: none;
  background-color: white;
}
.dwld .btn {
  position: relative;
  display: inline-block; 
  padding: 10px 20px; 
  font-weight: 700;
  font-size: 20px;
}
.Contact_us_sc .sc_title{
  margin-bottom: 25px;
}
.dwld .btn{
position: relative;
width: 250px;
height: 80px;
border-color:#F47737;
border-width: 0 3px 3px;
border-style: solid;
}
.dwld .btn:before {
  content: '';
  top: 0;
  left: -1px;
  width: 20%;
  display: block;
  background-color: #F47737;
  position: absolute;
  height: 3px
}
.dwld .btn::after{
  content: '';
  top: 0;
  right: -1px;
  width: 20%;
  display: block;
  background-color:#F47737;
  position: absolute;
  height: 3px
}
.downloads {
  margin-bottom:50px;
}

 .Contact_us_sc{
  margin-top:50px;
  padding: 4%;
  background-color: #e4e3e3;
 }
 form {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.Contact_us_sc .sc_title h2{
  font-size: 3.158em;
  font-weight: 400;
  line-height: 1.17;
  text-align: left;
  }
  .inline_fields{
      display: flex;
       width:100%;
  }
  .inline_fields  .form-row {
      width:100%;
  }
  
.form-row {
  margin-bottom: 15px;
  /*display: flex;*/
  /*justify-content: space-between;*/
}
.form-row input#name{
margin-right: 20px;
}
.form-row input,
.form-rows textarea {
  width: 100%;
  padding: 8px;
  box-sizing: border-box;
  border: 2px solid #ddd;
  padding: 1.3em;
}
.error-message{
    font-size:14px;
    /*color:red;*/
}
.form-row .name-email {
  display: flex;
  justify-content: space-between;
}

.form-row .name-email input {
  width: 48%;
}

textarea {
  height: 150px;
}
button#btn{
background-color: #999999 !important;
color: #565656 !important;
margin-top: 1em;
line-height: 28px;
font-size: 18px;
padding: 1.4em 2.2em;
border: #999999;
font-family: "Archivo Black", sans-serif;
}
.form-rows textarea {
  padding: 0 1.3em;
  border: 2px solid #ddd;
}
.Contact_us_sc .email, .Contact_us_sc .email .text {
    background-color: #F47737;
}
.Contact_us_sc .email{
  padding: 4.6em 4.6em 4.6em 15.4%;
  margin-top:0.8rem !important
}
.email .sc__subtitle{
  transform: rotate(269deg);
  display: inline-block;
  position: absolute;
  right: 0.5em;
  color: #000;
  top: 6.7em;
  font-size: 20px;
  letter-spacing: 0.75px;
  font-family: "Archivo Black", sans-serif;
  z-index:2;
}
.Contact_us_sc .email{
  position: relative;
}
.email .text p{
color:#000;
font-family:"Inter", sans-serif, "Cardo";
padding-bottom: 10px;
font-weight: 700;
}
.email  h5, .email  h5 {
  font-family: "Archivo Black",sans-serif;
  font-size: 20px;
  color:#000;
}
  .email  h4 a{
  font-size:20px;
  font-family: "Archivo Black",sans-serif;
  color:#000;

}
.email p a{
  color: #000;
  font-weight: 700;
  text-decoration:underline;
  text-underline-offset: 6px;
}
footer.bg-black{
  background-color: #000;
}
.footer_log img{
  width: 250px;
}
.footer-content {
  padding:60px 0px;

}
.footer-content  h5{
  color: #F47737;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.75px;
  margin-bottom: 1em;
  font-family: "Archivo Black",sans-serif;
}
a.trachte{
  color: #F47737;
}
.footer-content  ul li a,
.footer-content  ul li p,
.footer-content  ul li h4{
color: #a2a2a2;
text-decoration: none;
background: transparent;
font-family:"Inter", sans-serif, "Cardo";
font-size: 17px;
line-height: 27px;
}
.footer-content ul li{
    color: #a2a2a2;
}
img.header_logo{
  width: 250px;
}
.footer-content ul li p{
  margin-bottom: 0px;
}
.footer-content ul li .fas{
  color: #F47737;
  padding-right: 10px;
}
.footer-content ul li {
  padding-bottom: 6px;
}
.mt_row{
  margin-top: 30px;
  
}
.Contact_us_sc .form_content form {
  display: flex;
  flex-direction: column;
}
.send{
  display: flex;
  justify-content: end;
}
.about_para{
  width: 800px;
  margin: auto;
  padding-bottom: 10px;
}
@media screen and (max-width:1000px) {
    .footer-content .gap{
       flex-direction: column;
    }
  .video_play video{
    width: 100%;
  }
  .about_para{
    width: 100%;
    margin: auto;
  }
  .bg_color{
    height: 300px;
  }
  .strong_type .box{
    margin-bottom: 10px;
  }
  .dwld {
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
  }
}

@media screen and (max-width:600px) {
    img.header_logo {
        width:180px;
    }
    .form-row {
         flex-direction: column;
    }
   .form-row input#name{
             margin-bottom: 1px;
    }
    
    .footer-content .gap{
        flex-direction: column;
    }
  .navbar-nav .nav-item {
    border-right:none;
  }
  
  .navbar-nav .nav-item:last-child {
    border-right: none; 
  }

  .navbar-nav .nav-item .nav-link::after {
    display: none;
  }
  .strong_type .box{
    margin-bottom: 10px;
  }
  .dwld {
    margin-bottom: 25px;
    display: flex;
    justify-content: center;
  }
  .mt_row{
    margin-top: 0px;
  }
  .navbar-light .navbar-nav .nav-link {
    color: #000 !important;
    font-family: "Inter", sans-serif, "Cardo" !important;
}
.video_play video{
  width: 100%;
}
.bg_color{
  height: 200px;
}
.about_para{
  width: 100%;
  margin: auto;
}
}