﻿/*Created By Venus Agency*/
@import url('https://fonts.googleapis.com/css2?family=Marck+Script&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,500;1,900&family=Poppins:ital,wght@0,100;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300&display=swap');

* {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;

}

:root {
  --first-color: #283378;
  --second-color: #000;
  --third-color: #75777a;
}

body {
  font-family: 'Poppins', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* .row {
  margin-left: 0px;
  margin-right: 0px;
  padding-left: 0px;
  padding-right: 0px;
} */
.col-md-3, .col-md-6, .col-md-4, .col-md-8, .col-md-12 {
  padding-left: 0px;
  padding-right: 0px;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif;
}
p {
  font-family: 'Poppins', sans-serif;
}
b {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}

a {
  text-decoration-line: none;
}
.ProductImg {
  height: 300px;
}
.accordion-item .list-group-horizontal>.list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion-item .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion-item {
  border: none;
}
.list-group{
  --bs-list-group-border-width: 0;  
  --bs-list-group-border-radius: 0;
}

.owl-carousel .owl-nav.disabled{
	display: none;
}
.owl-carousel .owl-dots.disabled{
	display: none;
}

@media only screen and (min-width: 1920px) {
.form-floating {
    position: relative;
    margin-top: 28px;
}
.product-result-catalog-pdf-img{
	width: 60px;
}

.event-image{
	height: 324px;
    object-fit: cover;
}
.search-mobile {
	display: none;
	}
  .header-logo {
    height: 50px;
  }
  .products-container{
	max-width: 1600px;
	margin: auto;
  }
  .owl-stage {
	  margin: auto;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex!important;
    flex-basis: auto;
    margin-left: 20%;
    }
  .product-results .owl-carousel .owl-item img {
  width:350px;
  margin: auto;
  }

.car-type-img{
  width: 80px;
}
.car-type-main{
    background-image: radial-gradient(circle, white, #f2f2f2, #e0e0e0);
    padding: 28px;
    text-align: center;
	min-width: 268px;
}

.form-select-lg {
    font-size: 16px;
    height: 62px;
}

.bitmap-text{
  min-height: 200px;
}
  .menu-line {
	  border-left: solid 1px #8b8b8b;
  }
.car-type-main{
    background-image: radial-gradient(circle, white, #f2f2f2, #e0e0e0);
    padding: 28px;
    text-align: center;
	min-width: 268px;
}
.dropdown-item:active {
    background-color: #979ea8;
}
  
#news-details{
	margin-top:80px;
	margin-bottom:80px;
}
.dropdown-item {
    background-color: #ffffff;
    padding: 16px;
}
  .wrapper{
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(-95deg, #1c375c, #1c375c);
    /* background: linear-gradient(375deg, #1cc7d0, #2ede98); */
    /* clip-path: circle(25px at calc(0% + 45px) 45px); */
    clip-path: circle(25px at calc(-100% - 45px) 45px);
    transition: all 0.3s ease-in-out;
  }
  #active:checked ~ .wrapper{
    clip-path: circle(75%);
  }
  .menu-btn{
    position: absolute;
    z-index: 2;
    right: 20px;
    left: 20px;
    top: 85px;
    height: 150px;
    width: 150px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    font-size: 40px;
    color: black;
    cursor: pointer;
    /* background: linear-gradient(375deg, #1cc7d0, #2ede98); */
    transition: all 0.3s ease-in-out;
  }

  #active:checked ~ .menu-btn{

    color: #ffffff;
  }

  #active:checked ~ .menu-btn i:before{
    content: "\f00d";
  }

  .wrapper ul{
    position: absolute;
    top: 29%;
    left: 35%;
    transform: translate(59%, -12%);
    list-style: none;
    text-align: center;
  }
  .message-box {
    margin-top: 30px;
  }
  .wrapper ul li{
    margin: 15px 0;
  }

  .wrapper ul li a{
    color: none;
    text-decoration: none;
    font-size: 30px;
    font-weight: 500;
    padding: 5px 30px;
    color: #ffffff;
    position: relative;
    line-height: 50px;
    transition: all 0.3s ease;
  }

  .wrapper ul li a:after{
    position: absolute;
    content: "";
    background: transparent;
    width: 100%;
    height: 50px;
    left: 0;
    border-radius: 50px;
    transform: scaleY(0);
    z-index: -1;
    transition: transform 0.3s ease;
  }
  .wrapper ul li a:hover:after{
    transform: scaleY(1);
  }

  .altt {
    margin-left: 100%;
    
  }
  .wrapper ul li a:hover{
    color: #7a8596;
  }
  input[type="checkbox"]{
    display: none;
  }

  .dropdown-menu.show {
    background-color: #99a0ab;
    opacity: 0.98;
    position: absolute;
    inset: 0px auto auto 0px;
    margin: 0px;
    transform: translate(0px, 62px);
  }
  .content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    text-align: center;
    width: 100%;
    color: #202020;
  }
  .content .title{
    font-size: 40px;
    font-weight: 700;
  }
  .content p{
    font-size: 35px;
    font-weight: 600;
  }

  .header-banner {
    background-image: url("../img/header-bg.webp");
    height: 769px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 24px;
  }
  .owl-video {
    z-index: -1;
	margin-top: -5%;
}
  .quick-search {
	background-color: #283378;
    color: white;
    font-size: 36px;
    font-weight: 400;
    line-height: 38px;
    padding: 24px;
  }

  .search-box {
    height: 144px;
    bottom: 168px;
    left: 0px;
    position: relative;
  }
.manset{
  position: absolute;
  right: 1%;
  top: 16%;
}
.menu-line-tr-en {
  margin-left: 20px;
  display: flex;
  flex-direction: column;
}
.menu-line-social {
  margin-left: 20px;
  display: flex;
  flex-direction: column;
}
.menu-line-tr-en a {
  margin-bottom: 200%;
}
.menu-line-social a {
  margin-bottom: 200%;
}
.products{
	margin-top: 5%;
}
  .search-area {
    background-color: white;
	border-radius: 0px 50px 0px 0px;
  }

  .search-area-child {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    text-align: justify;
    color: #000;
  }

  .search-area btn {
    background-color: #000; 
    color: blue;
  }

  .form-control {
    background-color: #e4e5ed;
    height: 63px;
    border-radius: 0px;
  }

  .search-button {
    background-color: #283378;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 3px;
    align-items: center;
    border-radius: 0px;
    padding-left: 20px;
	margin-left: 10px;
  }

  .tr-en {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-align: center;
    color: #979797;
    text-decoration-line: none;
  }

  .social {
    margin-top: 100%;
  }

  .mt-5 {
    margin-top: 3rem!important;
  }
  .header-social {
    margin-top: 110%;
    display: flex;
    flex-direction: column;
  }

  .line-h {
    height: 769px;
    border: 1px solid white;
    position: absolute;
    margin-left: 81%;
    z-index: -1;
  }

  /* bellows */

  .bellows-text {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #283378;
  }

    /* about */

    .about-techbold {
      margin-top: 5%;
    }
    .about-text {
      font-family: 'Poppins', sans-serif;
      font-size: 18px;
      line-height: 1.94;
      letter-spacing: 1px;
      text-align: right;
      color: #000;
    }

    .bold-tech-truck {
      margin-top: 4%;
      margin-left: -10%;
    }

    /* .view-button {
      margin-top: 5%;
      height: 80px;
      border: solid 1px #575756;
      text-align: center;
      font-size: 16px;
      font-weight: bold;
      text-decoration-line: none;
      justify-content: end;
    }

    .view-button-text {
      margin-top: 25px;
      color: black;
    } */

    .btn-outline-dark {
	margin-top: 5%;
    width: 22%;
    height: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
    }

    /* premium-brand */

    .premium-brand-bg {
      background-image: url("../img/your-premium-brand.webp");
      height: 860px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      width: 100.7%;
    }

    .premium-brand-title {
      font-family: 'Poppins', sans-serif;
      font-size: 78px;
      font-weight: bold;
      color: #fff;
	  line-height: 78px;
    }

    .premium-brand-text {
      font-family: 'Poppins', sans-serif;
    font-size: 19px;
    font-weight: 500;
    line-height: 4;
    letter-spacing: 0.37px;
    color: #fff;
    }
  
    .line {
      width: 712px;
      height: 5px;
      margin: 3px 27px 42px 0;
      border-radius: 6px;
      background-color: #fff;
    }

    .btn-outline-light {
      width: 23%;
      border-radius: none;
      height: 80px;
      border: solid 1px #fff;
      text-align: center;
      font-size: 16px;
      font-weight: bold;
      text-decoration-line: none;
      justify-content: end;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    /* product */

    .new-products {
      font-family: 'Poppins', sans-serif;
      font-size: 120px;
      font-weight: bold;
      line-height: 1.33;
      color: #1a1c2a;
    }

    .products-title1 {
      font-family: 'Poppins', sans-serif;
      font-size: 36px;
      font-weight: bold;
      color: #283378;
    }

    .item {
      width: 461px;
      height: 216px;
      border-radius: 13px;
      border: solid 1px #ccc;
      position:absolute;
      padding-left: 10%;
    }

    .item:hover {
      width: 461px;
      height: 216px;
      border-radius: 13px;
      border: solid 1px #ccc;
      background-color: #283378;
      -webkit-text-fill-color: white;
    }

    .product-item {
      color: #283378;
      font-size: 24px;
      font-weight: 900;
      margin-top: 10%;
      text-align: left;
    }

    .product-item-no {
      font-family: 'Poppins', sans-serif;
      font-size: 24px;
      font-weight: bold;
      line-height: 1.25;
      color: #575756;
      margin-top: -15px;
      text-align: left;
    }

    .product-item-name {
      font-family: 'Poppins', sans-serif;
      font-size: 24px;
      color: #575756;
      margin-top: -15px;
      text-align: left;
    }

    .product-image {
      margin-top: 2%;
      margin-left: 45%;
      width: 35%;
      position: relative;
    }

    .product-image2 {
      margin-top: 6%;
      margin-left: 40%;
      width: 50%;
      position: relative;
    }

    .carousel-wrap {
      width: 1000px;
      margin: auto;
      position: relative;
    }
   
       /* quality */

    .quality {
      background-size: cover;
      justify-content: start;
      margin-top: 5%;
    }

    .quality-video {
      margin-bottom: -44%;
      z-index: -1;
      top: 0;
      left: 0;
    }

    .quality-title {
      font-family: 'Poppins', sans-serif;
      font-size: 120px;
      font-weight: bold;
      line-height: 1.33;
      color: #283378;
      
    }
    
    .quality-text {
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
    line-height: 1.2;
    color: #283378;
    margin-top: 40%;
    padding-right: 198px;
    }

    .quality-in-text {
      font-family: 'Poppins', sans-serif;
      font-size: 18px;
      line-height: 1.33;
      color: #575756;
    }

    .quality-image {
      width: 733.7px;
      height: 658px;
      margin-left: -50%;
      margin-top: 5%;
      visibility: hidden;
    }

    .quality-footer {
      height: 207px;
      background-color: #283378;
	  margin-top: 9%;
    }

    .quality-text2 {
      font-family: 'Poppins', sans-serif;
      font-size: 40px;
      line-height: 1.2;
      color: #283378;
      text-align: right;
    }

    .quality-in-text2 {
      font-family: 'Poppins', sans-serif;
      font-size: 18px;
      line-height: 1.33;
      color: #575756;
      text-align: right;
    }
	
    /* metalli */

    .metalli {
      background-size: cover;
      justify-content: start;
      margin-top: 5%;
    }

    .metalli-video {
      margin-bottom: -44%;
      z-index: -1;
      top: 0;
      left: 0;
    }

    .metalli-title {
      font-family: 'Poppins', sans-serif;
      font-size: 120px;
      font-weight: bold;
      line-height: 1.33;
      color: #283378;
	  margin-top: 50%;
	  text-align: right;
    }
    
    .metalli-text {
      font-family: 'Poppins', sans-serif;
      font-size: 40px;
      line-height: 1.2;
      color: #283378;
	  margin-top: 40%;
    }

    .metalli-in-text {
      font-family: 'Poppins', sans-serif;
      font-size: 18px;
      line-height: 1.33;
      color: #575756;
    }

    .metalli-image {
      width: 733.7px;
      height: 658px;
      margin-left: -50%;
      margin-top: 5%;
      visibility: hidden;
    }

    .metalli-footer {
      height: 207px;
      background-color: #283378;
	  margin-top: 9%;
    }

    .metalli-text2 {
      font-family: 'Poppins', sans-serif;
      font-size: 40px;
      line-height: 1.2;
      color: #283378;
      text-align: right;
	padding-bottom: 100px;
    }

    .metalli-in-text2 {
      font-family: 'Poppins', sans-serif;
      font-size: 18px;
      line-height: 1.33;
      color: #575756;
      text-align: right;
    }
	
    .download-img {
      width: 65px;
      height: 61px;
      object-fit: contain;
      margin-top: 70%;
    }

    img.product-catalog {
      width: 358.5px;
      height: 300px;
      object-fit: contain;
    }

    .click-download {
	font-family: 'Poppins', sans-serif;
    font-size: 18px;
    line-height: 1.3;
    text-align: right;
    color: #fff;
    margin-top: 3%;
    }

    .product-catalog {
      margin-top: -10%;
    }

    /* story */

    .story {
      margin-top: 5%;
    }

    .story-first {
      height: 736px;
      background-color: #e4e5ed;
    }

    .story-title {
      font-family: 'Poppins', sans-serif;
      font-size: 98px;
      font-weight: bold;
      line-height: 1;
      color: #1a1c2a;
      margin-top: 20%;
    }

    .story-text {
      font-family: 'Poppins', sans-serif;
      font-size: 42px;
      font-weight: 500;
      line-height: 1.13;
      letter-spacing: 1.5px;
      color: #283378;
      margin-bottom: 10%;
      margin-right: 20%;
    }

    .bold-tech-person {
	margin-top: 7%;
	margin-left: -10%;
	width: 108%;
    }

    .quality-button {
      width: 70%;
      display: flex;
      justify-content: space-around;
      align-items: center;
    }

    /* events */


    .events-main-title {
      margin-top: 2%;
      font-family: 'Poppins', sans-serif;
      font-size: 120px;
      font-weight: bold;
      line-height: 1.33;
      color: #1a1c2a;
    }

    .event-date {
      font-family: 'Poppins', sans-serif;
      font-size: 14px;
      line-height: 2.5;
      color: #aaa;
    }

    .event-title {
      font-family: 'Poppins', sans-serif;
      font-size: 22px;
      font-weight: bold;
      line-height: 1.59;
      color: #283378;
    }

    .event-text {
      font-family: 'Poppins', sans-serif;
      font-size: 18px;
      line-height: 1.33;
      color: #8a8a8a;
    }

    .event-link {
      font-family: 'Poppins', sans-serif;
      font-size: 16px;
      font-weight: bold;
      letter-spacing: 2.29px;
      text-align: justify;
      color: #575756;
      text-decoration-line: none;
    }

    /* footer */

    .footer {
      margin-top: 5%;
    }

    .footer-right {
      height: 548px;
      background-color: #283378;
      padding: 4%;
    }

    .footer-logo {
      width: 396px;
      object-fit: contain;
      margin-top: 15%;
      justify-content: center;
    }

    .footer-text {
      font-family: 'Poppins', sans-serif;
      font-size: 18px;
      line-height: 1.94;
      letter-spacing: 1px;
      color: #575756;
      margin-top: 3%;
    }

    .follow-us {
      font-family: 'Poppins', sans-serif;
      font-size: 20px;
      font-weight: 500;
      letter-spacing: 0.75px;
      color: #575756;
      margin-top: 12%;
    }

    .follows-social-text {
      font-family: 'Poppins', sans-serif;
      font-size: 30px;
      font-weight: 600;
      letter-spacing: 0.75px;
      color: #575756;
      margin-top: -3%;
    }

    .facebook {
      height: 28px;
      width: auto;
    }

    .twitter {
      height: 28px;
      width: auto;
    }

    .instagram {
      height: 28px;
      width: auto;
    }

    .youtube {
      height: 28px;
      width: auto;
    }

    .letter {
      width: 44px;
      height: 30px;
    }

    .address-box {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: start;
    height: 100%;
    padding: 14px;
    }

    .contact-us-title {
      font-family: 'Poppins', sans-serif;
      font-size: 72px;
      font-weight: bold;
      color: #fff;
    }
	.contact-us-map a{
		color: #fff;
	}
	.letter-text a{
      color: #fff;
    }

    .contact-us-map {

    }
    .contact-us-title2 {
      font-family: 'Poppins', sans-serif;
      font-size: 20px;
      font-weight: bold;
      line-height: 1.59;
      letter-spacing: 0.55px;
      color: #fff;
      border: 1px solid #fff;
      
    }

    .contact-us-title3 {
      font-family: 'Poppins', sans-serif;
      font-size: 16px;
      font-weight: bold;
      line-height: 1.7;
      letter-spacing: 0.89px;
      color: #fff;
    }
    .form-check-input {
      margin-top: 1.25em;
      vertical-align: top;
      margin-left: 40px;
    }

    ul.breadcrumb {
      padding: 10px 16px;
      list-style: none;
      background-color: #eee;
    }
    ul.breadcrumb li {
      display: inline;
      font-size: 18px;
    }
    ul.breadcrumb li+li:before {
      padding: 8px;
      color: black;
      content: ">";
    }
    ul.breadcrumb li a {
      color: #0275d8;
      text-decoration: none;
    }
    ul.breadcrumb li a:hover {
      color: #01447e;
      text-decoration: underline;
    }
    .contact-us-text {
      font-family: 'Poppins', sans-serif;
      font-size: 16px;
      line-height: 1.7;
      letter-spacing: 0.89px;
      color: #fff;
    }

    .letter-text {
      font-family: 'Poppins', sans-serif;
      font-size: 14px;
      font-weight: bold;
      letter-spacing: 2px;
      text-align: justify;
      color: #fff;
    }

    .footer-logo-mini {
      width: 55px;
      height: 35px;
      margin-right: -260px;
      margin-top: 390px;
    }

/*=============== OTHER-PAGE ===============*/

.nav-link {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.4px;
  text-align: justify;
  color: #1a1c2a;
  margin-right: 16px;
  
}

.nav-link:hover {
  color: #283378;
}
.default-menu-header .nav-link {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.4px;
    text-align: justify;
    color: #ffffff;
    margin-right: 16px;
  
}
.default-menu-header .nav-link:hover {
  color: #283378;
}

.text-active {
  color: #283378 !important;
}

.corporate-header-banner {
  background-image: url("../img/header-bg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
}
.corporate-header-language {
  display: flex;
    justify-content: center;
    flex-direction: column;
}

/* banner */

.banner-title {
  font-size: 48px;
  font-weight: 300;
  letter-spacing: -0.62px;
  color: #fff;
}

.fa-house {
  color: white;
}

.banner-location {
  font-family: Montserrat;
  font-size: 13px;
  color: #fff;
  margin-left: 3px;
}

/* we-are-boldtech */

.we-are-title {
  font-family: 'Poppins', sans-serif;
  font-size: 78px;
  font-weight: 300;
  letter-spacing: -1px;
  color: #575756;
}

.we-are-title-bold {
  font-weight: bold;
  color: #283378;
}

.we-are-text {
  font-family: 'Poppins', sans-serif;
  font-size: 22px;
  line-height: 1.73;
  color: #575756;
}

.we-export {
  /* background-image: url("../img/your-premium-brand.webp"); */
  background-size: cover;
  height: 100%;
  width: 709px;
}

.we-export-title {
  font-family: 'Poppins', sans-serif;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: -0.62px;
  color: #fff;
  margin-top: 5%;
}

/* download */

.download {
    margin-top: 10%;
    height: 207px;
    background-color: #1a1c2a;
}

/* corporate-products */

  .corporate-products-title {
    font-family: 'Poppins', sans-serif;
    font-size: 72px;
    font-weight: bold;
    line-height: 2.22;
    color: #1a1c2a;
  }

  .corporate-products-text {
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
    font-weight: bold;
    color: #575756;
  }

  /* filter */
   
  .filter {
    background-color: #e4e5ea;
    height: 94px;
  }


  .btn-dark {
    background: #283378 !important;
  }

  .search-results {
    font-family: 'Poppins', sans-serif;
    font-size: 48px;
    font-weight: bold;
    letter-spacing: -0.62px;
    color: #283378;
  }

  .search-results-text {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: #575756;
  }

  .download-search-results {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.5px;
    color: #283378;
  }

  /* results */

  .bitmap {
    border: solid 1px #e4e5ea;
    align-content: center;
  }

  .bitmap-text {
    background-color: #575756;
    padding: 5%;
  }

  .bitmap-product-title {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-weight: 300;
    letter-spacing: -0.31px;
    text-align: right;
    color: #fff;
  }

  .bitmap-product-detail {
    font-family: 'Poppins', sans-serif;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: -0.41px;
    color: #fff;
  }

  .bitmap-text:hover {
    background-color: #283378;
  }

  .page-link {
    color: #575756 !important;
    background-color: #e4e5ea !important;
  }

  .page-link-active {
    color: rgb(255, 255, 255) !important;
    background-color: #283378 !important;
  }

  /* product-search-catalog */

  .products-results {
    font-family: 'Poppins', sans-serif;
    font-size: 48px;
    font-weight: 300;
    letter-spacing: -1px;
    color: #575756;
  }

  .owl-next, .owl-prev {
      width: 22px;
      height: 40px;
      margin-top: -20px;
      position: absolute;
      top: 50%;
      background-color: #283378;
      
  }
  .owl-prev {
    left: 10px;
  }
  .owl-next {
    right: 10px;

  }
  
  .navigation-img-wrapper {
    margin-top: 4px;
    text-align:center;
  }
  .navigator {
    display:inline-block;
    text-align : center;
    border: 1px solid #e4e5ea;
    line-height:100px;
    color:white;
    font-size:50px;
    cursor:pointer;
  }

  .navigator img {
    width: 20%;
  }

    .product-item-bitmap {
        margin-top: 2%;
        width: 50%;
        position: relative;
		margin: auto;
    }
    
    .accordion {
      display: flex;
      margin-top: 5%;
      justify-content: center;
    }

    .accordion-button {
      font-family: 'Poppins', sans-serif;
      font-size: 22px;
      font-weight: bold;
      letter-spacing: -0.41px;
      color: white;
      background-color: #283378;
    }

    .accordion-header {
      color: white important!;
    }

    .list-group-item {
      padding: 1%;
      border-bottom: solid 1px gray;
    }

    .accordion-list-title {
      font-family: 'Poppins', sans-serif;
      font-size: 16px;
      font-weight: bold;
      letter-spacing: -0.31px;
      color: #575756;
    }

    .accordion-list-text {
      font-family: 'Poppins', sans-serif;
      font-size: 16px;
      letter-spacing: -0.31px;
      color: #575756;
    }

    .products-result-download {
      font-family: 'Poppins', sans-serif;
      font-size: 32px;
      font-weight: bold;
      letter-spacing: -0.41px;
      color: #283378;
      margin-top: 5%;
      border-top: solid 1px #cccccc;
      padding-top: 20px;
    }

    .product-result-text {
      font-family: 'Poppins', sans-serif;
      font-size: 18px;
      font-weight: bold;
      letter-spacing: -0.23px;
      color: #a5a5a5;
    }

    .product-result-catalog-image {
      justify-content: center;
      width: 270.5px;
      height: 300px;
      object-fit: contain; 
      margin-top: -100px;
    }

    .product-click{
    margin-top: -60px;  
    color: white;
    }

    .product-result-catalog {
      margin-top: 20%;
      justify-content: center;
      background-color: #1a1c2a;
    }

    /* contact-us */

    .contact-boldtech {
      background-image: url("../img/contact-bg.webp")
    }

    .contact-us-title4 {
      font-family: 'Poppins', sans-serif;
      font-size: 21px;
      font-weight: 600;
      line-height: 2.11;
      color: #acacac;
    }

    .contact-us-title4-text {
      font-family: 'Poppins', sans-serif;
      font-size: 18px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.27;
      letter-spacing: normal;
      color: #575756;
    }

    .contact-us-map {

      justify-content: flex-end;
      align-items: flex-end;
    }

    .contact-us-form {
      font-family: 'Poppins', sans-serif;
      font-size: 78px;
      font-weight: 300;
      letter-spacing: -1px;
      color: #283378;
      font-weight: bold;
    }

    .contact-us-form-div {
      font-family: 'Poppins', sans-serif;
      font-size: 78px;
      font-weight: 300;
      letter-spacing: -1px;
      margin-top: 5%;
      color: #575756;
    }
    
    .protection-policy-text {
      font-family: Poppins;
      font-size: 18px;
      font-weight: 500;
      text-align: justify;
      color: #575756;
    }

}
@media only screen and (min-width: 1601px) and (max-width: 1919px) {
	
	.form-floating {
    position: relative;
    margin-top: 28px;
}
	.product-result-catalog-pdf-img{
	width: 60px;
}
	.event-image{
	height: 324px;
    object-fit: cover;
}
	.search-mobile {
	display: none;
	}
	.products-container{
	max-width: 1600px;
	margin: auto;
	}
	.owl-stage {
	  margin: auto;
	}
  .header-logo {
    height: 50px;
    margin-left: 100px;
  }
  .product-results .owl-carousel .owl-item img {
    width:350px;
	margin: auto;
    }

 .car-type-img{
  width: 80px;
}
.car-type-main{
    background-image: radial-gradient(circle, white, #f2f2f2, #e0e0e0);
    padding: 28px;
    text-align: center;
	min-width: 268px;
}
.form-select-lg {
    font-size: 16px;
    height: 62px;
}

.bitmap-text{
  min-height: 200px;
} 
  .menu-line {
	  border-left: solid 1px #8b8b8b;
  }

  .car-type-main{
    background-image: radial-gradient(circle, white, #f2f2f2, #e0e0e0);
    padding: 40px;
    text-align: center;
	min-width: 256px;
}
.dropdown-item:active {
    background-color: #979ea8;
}
#news-details{
	margin-top:80px;
	margin-bottom:80px;
}
.dropdown-item {
    background-color: #ffffff;
    padding: 16px;
}
  .wrapper{
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(-95deg, #1c375c, #1c375c);
    /* background: linear-gradient(375deg, #1cc7d0, #2ede98); */
    /* clip-path: circle(25px at calc(0% + 45px) 45px); */
    clip-path: circle(25px at calc(-100% - 45px) 45px);
    transition: all 0.3s ease-in-out;
  }
  #active:checked ~ .wrapper{
    clip-path: circle(75%);
  }
  .menu-btn{
    position: absolute;
    z-index: 2;
    right: 20px;
    left: 20px;
    top: 85px;
    height: 150px;
    width: 150px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    font-size: 40px;
    color: black;
    cursor: pointer;
    /* background: linear-gradient(375deg, #1cc7d0, #2ede98); */
    transition: all 0.3s ease-in-out;
  }

  #active:checked ~ .menu-btn{

    color: #ffffff;
  }

  #active:checked ~ .menu-btn i:before{
    content: "\f00d";
  }

  .wrapper ul{
    position: absolute;
    top: 29%;
    left: 35%;
    transform: translate(59%, -12%);
    list-style: none;
    text-align: center;
  }

  .wrapper ul li{
    margin: 15px 0;
  }

  .wrapper ul li a{
    color: none;
    text-decoration: none;
    font-size: 30px;
    font-weight: 500;
    padding: 5px 30px;
    color: #ffffff;
    position: relative;
    line-height: 50px;
    transition: all 0.3s ease;
  }

  .wrapper ul li a:after{
    position: absolute;
    content: "";
    background: transparent;
    width: 100%;
    height: 50px;
    left: 0;
    border-radius: 50px;
    transform: scaleY(0);
    z-index: -1;
    transition: transform 0.3s ease;
  }
  .wrapper ul li a:hover:after{
    transform: scaleY(1);
  }

  .altt {
    margin-left: 100%;
    
  }
  .wrapper ul li a:hover{
    color: #7a8596;
  }
  input[type="checkbox"]{
    display: none;
  }

  .dropdown-menu.show {
    background-color: #99a0ab;
    opacity: 0.98;
    position: absolute;
    inset: 0px auto auto 0px;
    margin: 0px;
    transform: translate(0px, 62px);
  }
  .content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    text-align: center;
    width: 100%;
    color: #202020;
  }
  .content .title{
    font-size: 40px;
    font-weight: 700;
  }
  .content p{
    font-size: 35px;
    font-weight: 600;
  }

  .header-banner {
    background-image: url("../img/header-bg.webp");
    height: 769px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 24px;
  }
  .owl-video {
    z-index: -1;
	margin-top: -5%;
}
  .quick-search {
    background-color: #283378;
    color: white;
    font-size: 36px;
    font-weight: 400;
  }

  .search-box {
    height: 144px;
    bottom: 168px;
    left: 0px;
    position: relative;
  }
.manset{
  position: absolute;
  right: 1%;
  top: 16%;
}
.menu-line-tr-en {
  margin-left: 20px;
  display: flex;
  flex-direction: column;
}
.menu-line-social {
  margin-left: 20px;
  display: flex;
  flex-direction: column;
}
.menu-line-tr-en a {
  margin-bottom: 200%;
}
.menu-line-social a {
  margin-bottom: 200%;
}
.products{
	margin-top: 5%;
}
.owl-manset .owl-nav {
	display: none;
}
.owl-theme .owl-nav.disabled+.owl-dots {
    display: none;
}
  .search-area {
    background-color: white;
	border-radius: 0px 50px 0px 0px;
  }

  .search-area-child {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    text-align: justify;
    color: #000;
  }

  .search-area btn {
    background-color: #000; 
    color: blue;
  }

  .form-control {
    background-color: #e4e5ed;
    height: 63px;
    border-radius: 0px;
  }

  .search-button {
    background-color: #283378;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 3px;
    align-items: center;
    border-radius: 0px;
    padding-left: 20px;
	margin-left: 10px;
  }

  .tr-en {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-align: center;
    color: #979797;
    text-decoration-line: none;
  }

  .social {
    margin-top: 100%;
  }

  .mt-5 {
    margin-top: 3rem!important;
  }
  .header-social {
    margin-top: 110%;
    display: flex;
    flex-direction: column;
  }

  .line-h {
    height: 769px;
    border: 1px solid white;
    position: absolute;
    margin-left: 81%;
    z-index: -1;
  }

  /* bellows */

  .bellows-text {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #283378;
  }

    /* about */

    .about-techbold {
      margin-top: 5%;
    }
    .about-text {
      font-family: 'Poppins', sans-serif;
      font-size: 18px;
      line-height: 1.94;
      letter-spacing: 1px;
      text-align: right;
      color: #000;
    }

    .bold-tech-truck {
      margin-top: 4%;
      margin-left: -10%;
    }

    /* .view-button {
      margin-top: 5%;
      height: 80px;
      border: solid 1px #575756;
      text-align: center;
      font-size: 16px;
      font-weight: bold;
      text-decoration-line: none;
      justify-content: end;
    }

    .view-button-text {
      margin-top: 25px;
      color: black;
    } */

    .btn-outline-dark {
      margin-top: 5%;
    width: 22%;
    height: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
    }

    /* premium-brand */

    .premium-brand-bg {
      background-image: url("../img/your-premium-brand.webp");
      height: 860px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      width: 100.7%;
    }

    .premium-brand-title {
      font-family: 'Poppins', sans-serif;
      font-size: 78px;
      font-weight: bold;
      color: #fff;
	  line-height: 94px;
    }

    .premium-brand-text {
      font-family: 'Poppins', sans-serif;
      font-size: 22px;
      font-weight: 500;
      line-height: 34px;
      letter-spacing: 0.37px;
      color: #fff;
    }
  
    .line {
      width: 712px;
      height: 5px;
      margin: 3px 27px 42px 0;
      border-radius: 6px;
      background-color: #fff;
    }

    .btn-outline-light {
      width: 23%;
      border-radius: none;
      height: 80px;
      border: solid 1px #fff;
      text-align: center;
      font-size: 16px;
      font-weight: bold;
      text-decoration-line: none;
      justify-content: end;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    /* product */

    .new-products {
      font-family: 'Poppins', sans-serif;
      font-size: 120px;
      font-weight: bold;
      line-height: 1.33;
      color: #1a1c2a;
    }

    .products-title1 {
      font-family: 'Poppins', sans-serif;
      font-size: 36px;
      font-weight: bold;
      color: #283378;
    }

    .item {
      width: 461px;
      height: 216px;
      border-radius: 13px;
      border: solid 1px #ccc;
      position:absolute;
      padding-left: 10%;
    }

    .item:hover {
      width: 461px;
      height: 216px;
      border-radius: 13px;
      border: solid 1px #ccc;
      background-color: #283378;
      -webkit-text-fill-color: white;
    }

    .product-item {
      color: #283378;
      font-size: 24px;
      font-weight: 900;
      margin-top: 10%;
      text-align: left;
    }

    .product-item-no {
      font-family: 'Poppins', sans-serif;
      font-size: 24px;
      font-weight: bold;
      line-height: 1.25;
      color: #575756;
      margin-top: -15px;
      text-align: left;
    }

    .product-item-name {
      font-family: 'Poppins', sans-serif;
      font-size: 24px;
      color: #575756;
      margin-top: -15px;
      text-align: left;
    }

    .product-image {
      margin-top: 2%;
      margin-left: 45%;
      width: 35%;
      position: relative;
    }

    .product-image2 {
      margin-top: 6%;
      margin-left: 40%;
      width: 50%;
      position: relative;
    }

    .carousel-wrap {
      width: 1000px;
      margin: auto;
      position: relative;
    }
   
    /* quality */

    .quality {
      background-size: cover;
      justify-content: start;
      margin-top: 5%;
    }

    .quality-video {
      margin-bottom: -44%;
      z-index: -1;
      top: 0;
      left: 0;
    }

    .quality-title {
      font-family: 'Poppins', sans-serif;
      font-size: 120px;
      font-weight: bold;
      line-height: 1.33;
      color: #283378;
      
    }
    
    .quality-text {
      font-family: 'Poppins', sans-serif;
      font-size: 40px;
      line-height: 1.2;
      color: #283378;
	  margin-top: 40%;
    }

    .quality-in-text {
      font-family: 'Poppins', sans-serif;
      font-size: 18px;
      line-height: 1.33;
      color: #575756;
    }

    .quality-image {
      width: 733.7px;
      height: 658px;
      margin-left: -50%;
      margin-top: 5%;
      visibility: hidden;
    }

    .quality-footer {
      height: 207px;
      background-color: #283378;
	  margin-top: 9%;
    }

    .quality-text2 {
      font-family: 'Poppins', sans-serif;
      font-size: 40px;
      line-height: 1.2;
      color: #283378;
      text-align: right;
	padding-bottom: 100px;
    }

    .quality-in-text2 {
      font-family: 'Poppins', sans-serif;
      font-size: 18px;
      line-height: 1.33;
      color: #575756;
      text-align: right;
    }



    /* metalli */

    .metalli {
      background-size: cover;
      justify-content: start;
      margin-top: 5%;
    }

    .metalli-video {
      margin-bottom: -44%;
      z-index: -1;
      top: 0;
      left: 0;
    }

    .metalli-title {
      font-family: 'Poppins', sans-serif;
      font-size: 120px;
      font-weight: bold;
      line-height: 1.33;
      color: #283378;
      margin-top: 50%;
	  text-align: right;
    }
    
    .metalli-text {
      font-family: 'Poppins', sans-serif;
      font-size: 40px;
      line-height: 1.2;
      color: #283378;
	  margin-top: 40%;
    }

    .metalli-in-text {
      font-family: 'Poppins', sans-serif;
      font-size: 18px;
      line-height: 1.33;
      color: #575756;
    }

    .metalli-image {
      width: 733.7px;
      height: 658px;
      margin-left: -50%;
      margin-top: 5%;
      visibility: hidden;
    }

    .metalli-footer {
      height: 207px;
      background-color: #283378;
	  margin-top: 9%;
    }

    .metalli-text2 {
      font-family: 'Poppins', sans-serif;
      font-size: 40px;
      line-height: 1.2;
      color: #283378;
      text-align: right;
	padding-bottom: 100px;
    }

    .metalli-in-text2 {
      font-family: 'Poppins', sans-serif;
      font-size: 18px;
      line-height: 1.33;
      color: #575756;
      text-align: right;
    }
	
    .download-img {
      width: 65px;
      height: 61px;
      object-fit: contain;
      margin-top: 70%;
    }

    img.product-catalog {
      width: 358.5px;
      height: 300px;
      object-fit: contain;
    }

    .click-download {
      font-family: 'Poppins', sans-serif;
      font-size: 16px;
      line-height: 1.9;
      text-align: right;
      color: #fff;
      margin-top: 4%;
    }

    .product-catalog {
      margin-top: -10%;
    }

    /* story */

    .story {
      margin-top: 5%;
    }

    .story-first {
      height: 736px;
      background-color: #e4e5ed;
    }

    .story-title {
      font-family: 'Poppins', sans-serif;
      font-size: 98px;
      font-weight: bold;
      line-height: 1;
      color: #1a1c2a;
      margin-top: 20%;
    }

    .story-text {
      font-family: 'Poppins', sans-serif;
      font-size: 42px;
      font-weight: 500;
      line-height: 1.13;
      letter-spacing: 1.5px;
      color: #283378;
      margin-bottom: 10%;
      margin-right: 20%;
    }

    .bold-tech-person {
      margin-top: 7%;
      margin-left: -10%;
	width: 108%;
    }

    .quality-button {
      width: 70%;
      display: flex;
      justify-content: space-around;
      align-items: center;
    }

    /* events */


    .events-main-title {
      margin-top: 2%;
      font-family: 'Poppins', sans-serif;
      font-size: 120px;
      font-weight: bold;
      line-height: 1.33;
      color: #1a1c2a;
    }

    .event-date {
      font-family: 'Poppins', sans-serif;
      font-size: 14px;
      line-height: 2.5;
      color: #aaa;
    }

    .event-title {
      font-family: 'Poppins', sans-serif;
      font-size: 22px;
      font-weight: bold;
      line-height: 1.59;
      color: #283378;
    }

    .event-text {
      font-family: 'Poppins', sans-serif;
      font-size: 18px;
      line-height: 1.33;
      color: #8a8a8a;
    }

    .event-link {
      font-family: 'Poppins', sans-serif;
      font-size: 16px;
      font-weight: bold;
      letter-spacing: 2.29px;
      text-align: justify;
      color: #575756;
      text-decoration-line: none;
    }

    /* footer */

    .footer {
      margin-top: 5%;
    }

    .footer-right {
      height: 654px;
      background-color: #283378;
      padding: 4%;
    }

    .footer-logo {
      width: 396px;
      object-fit: contain;
      margin-top: 15%;
      justify-content: center;
    }

    .footer-text {
      font-family: 'Poppins', sans-serif;
      font-size: 18px;
      line-height: 1.94;
      letter-spacing: 1px;
      color: #575756;
      margin-top: 3%;
    }

    .follow-us {
      font-family: 'Poppins', sans-serif;
      font-size: 20px;
      font-weight: 500;
      letter-spacing: 0.75px;
      color: #575756;
      margin-top: 12%;
    }

    .follows-social-text {
      font-family: 'Poppins', sans-serif;
      font-size: 30px;
      font-weight: 600;
      letter-spacing: 0.75px;
      color: #575756;
      margin-top: -3%;
    }

    .facebook {
      height: 28px;
      width: auto;
    }

    .twitter {
      height: 28px;
      width: auto;
    }

    .instagram {
      height: 28px;
      width: auto;
    }

    .youtube {
      height: 28px;
      width: auto;
    }

    .letter {
      width: 44px;
      height: 30px;
    }

    .address-box {
      display: flex;
      justify-content: space-between;
      flex-wrap: nowrap;
      flex-direction: row;
      align-items: center;
      height: 100%;
      padding: 14px;
    }

    .contact-us-title {
      font-family: 'Poppins', sans-serif;
      font-size: 72px;
      font-weight: bold;
      color: #fff;
    }
	.letter-text a{
      color: #fff;
    }

    .contact-us-map {

    }
    .contact-us-title2 {
      font-family: 'Poppins', sans-serif;
      font-size: 20px;
      font-weight: bold;
      line-height: 1.59;
      letter-spacing: 0.55px;
      color: #fff;
      border: 1px solid #fff;
      
    }

    .contact-us-title3 {
      font-family: 'Poppins', sans-serif;
      font-size: 16px;
      font-weight: bold;
      line-height: 1.7;
      letter-spacing: 0.89px;
      color: #fff;
    }
    .form-check-input {
      margin-top: 1.25em;
      vertical-align: top;
      margin-left: 40px;
    }

    ul.breadcrumb {
      padding: 10px 16px;
      list-style: none;
      background-color: #eee;
    }
    ul.breadcrumb li {
      display: inline;
      font-size: 18px;
    }
    ul.breadcrumb li+li:before {
      padding: 8px;
      color: black;
      content: ">";
    }
    ul.breadcrumb li a {
      color: #0275d8;
      text-decoration: none;
    }
    ul.breadcrumb li a:hover {
      color: #01447e;
      text-decoration: underline;
    }
    .contact-us-text {
      font-family: 'Poppins', sans-serif;
      font-size: 16px;
      line-height: 1.7;
      letter-spacing: 0.89px;
      color: #fff;
    }

    .letter-text {
      font-family: 'Poppins', sans-serif;
      font-size: 14px;
      font-weight: bold;
      letter-spacing: 2px;
      text-align: justify;
      color: #fff;
    }

    .footer-logo-mini {
      width: 55px;
      height: 35px;
      margin-right: -260px;
      margin-top: 390px;
    }

/*=============== OTHER-PAGE ===============*/

.nav-link {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2.57px;
  text-align: justify;
  color: #1a1c2a;
  margin-right: 18px;
  
}

.nav-link:hover {
  color: #283378;
}
.default-menu-header .nav-link {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2.57px;
  text-align: justify;
  color: #fff;
  margin-right: 18px;
  
}
.default-menu-header .nav-link:hover {
  color: #283378;
}

.text-active {
  color: #283378 !important;
}

.corporate-header-banner {
  background-image: url("../img/header-bg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* banner */

.banner-title {
  font-size: 48px;
  font-weight: 300;
  letter-spacing: -0.62px;
  color: #fff;
}

.fa-house {
  color: white;
}

.banner-location {
  font-family: Montserrat;
  font-size: 13px;
  color: #fff;
  margin-left: 3px;
}

/* we-are-boldtech */

.we-are-title {
  font-family: 'Poppins', sans-serif;
  font-size: 78px;
  font-weight: 300;
  letter-spacing: -1px;
  color: #575756;
}

.we-are-title-bold {
  font-weight: bold;
  color: #283378;
}

.we-are-text {
  font-family: 'Poppins', sans-serif;
  font-size: 22px;
  line-height: 1.73;
  color: #575756;
}

.we-export {
  /* background-image: url("../img/your-premium-brand.webp"); */
  background-size: cover;
  height: 100%;
  width: 709px;
}

.we-export-title {
  font-family: 'Poppins', sans-serif;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: -0.62px;
  color: #fff;
  margin-top: 5%;
}

/* download */

.download {
    margin-top: 10%;
    height: 207px;
    background-color: #1a1c2a;
}

/* corporate-products */

  .corporate-products-title {
    font-family: 'Poppins', sans-serif;
    font-size: 72px;
    font-weight: bold;
    line-height: 2.22;
    color: #1a1c2a;
  }

  .corporate-products-text {
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
    font-weight: bold;
    color: #575756;
  }

  /* filter */
   
  .filter {
    background-color: #e4e5ea;
    height: 94px;
  }


  .btn-dark {
    background: #283378 !important;
    border-radius: 10px;
  }

  .search-results {
    font-family: 'Poppins', sans-serif;
    font-size: 48px;
    font-weight: bold;
    letter-spacing: -0.62px;
    color: #283378;
  }

  .search-results-text {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: #575756;
  }

  .download-search-results {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.5px;
    color: #283378;
  }

  /* results */

  .bitmap {
    border: solid 1px #e4e5ea;
    align-content: center;
  }

  .bitmap-text {
    background-color: #575756;
    padding: 5%;
  }

  .bitmap-product-title {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-weight: 300;
    letter-spacing: -0.31px;
    text-align: right;
    color: #fff;
  }

  .bitmap-product-detail {
    font-family: 'Poppins', sans-serif;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: -0.41px;
    color: #fff;
  }

  .bitmap-text:hover {
    background-color: #283378;
  }

  .page-link {
    color: #575756 !important;
    background-color: #e4e5ea !important;
  }

  .page-link-active {
    color: rgb(255, 255, 255) !important;
    background-color: #283378 !important;
  }

  /* product-search-catalog */

  .products-results {
    font-family: 'Poppins', sans-serif;
    font-size: 48px;
    font-weight: 300;
    letter-spacing: -1px;
    color: #575756;
  }

  .owl-next, .owl-prev {
      width: 22px;
      height: 40px;
      margin-top: -20px;
      position: absolute;
      top: 50%;
      background-color: #283378;
      
  }
  .owl-prev {
    left: 10px;
  }
  .owl-next {
    right: 10px;

  }
  
  .navigation-img-wrapper {
    margin-top: 4px;
    text-align:center;
  }
  .navigator {
    display:inline-block;
    text-align : center;
    border: 1px solid #e4e5ea;
    line-height:100px;
    color:white;
    font-size:50px;
    cursor:pointer;
  }

  .navigator img {
    width: 20%;
  }

    .product-item-bitmap {
        margin-top: 2%;
        margin-left: 25%;
        width: 50%;
        position: relative;
		margin: auto;
    }
    .accordion {
      display: flex;
      margin-top: 5%;
      justify-content: center;
    }
    .accordion-button {
      font-family: 'Poppins', sans-serif;
      font-size: 22px;
      font-weight: bold;
      letter-spacing: -0.41px;
      color: white;
      background-color: #283378;
    }

    .accordion-header {
      color: white important!;
    }

    .list-group-item {
      padding: 1%;
      border-bottom: solid 1px gray;
    }

    .accordion-list-title {
      font-family: 'Poppins', sans-serif;
      font-size: 16px;
      font-weight: bold;
      letter-spacing: -0.31px;
      color: #575756;
    }

    .accordion-list-text {
      font-family: 'Poppins', sans-serif;
      font-size: 16px;
      letter-spacing: -0.31px;
      color: #575756;
    }

    .products-result-download {
      font-family: 'Poppins', sans-serif;
      font-size: 32px;
      font-weight: bold;
      letter-spacing: -0.41px;
      color: #283378;
      margin-top: 5%;
      border-top: solid 1px #cccccc;
      padding-top: 20px;
    }

    .product-result-text {
      font-family: 'Poppins', sans-serif;
      font-size: 18px;
      font-weight: bold;
      letter-spacing: -0.23px;
      color: #a5a5a5;
    }

    .product-result-catalog-image {
      justify-content: center;
      width: 270.5px;
      height: 300px;
      object-fit: contain; 
      margin-top: -100px;
    }

    .product-click{
    margin-top: -60px;  
    color: white;
    }

    .product-result-catalog {
      margin-top: 20%;
      justify-content: center;
      background-color: #1a1c2a;
    }

    /* contact-us */

    .contact-boldtech {
      background-image: url("../img/contact-bg.webp")
    }

    .contact-us-title4 {
      font-family: 'Poppins', sans-serif;
      font-size: 21px;
      font-weight: 600;
      line-height: 2.11;
      color: #acacac;
    }

    .contact-us-title4-text {
      font-family: 'Poppins', sans-serif;
      font-size: 18px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.27;
      letter-spacing: normal;
      color: #575756;
    }

    .contact-us-map {
      height: 100%;
      width: 709px;
      display: flex;
      justify-content: flex-end;
      align-items: flex-end;
    }

    .contact-us-form {
      font-family: 'Poppins', sans-serif;
      font-size: 78px;
      font-weight: 300;
      letter-spacing: -1px;
      color: #283378;
      font-weight: bold;
    }

    .contact-us-form-div {
      font-family: 'Poppins', sans-serif;
      font-size: 78px;
      font-weight: 300;
      letter-spacing: -1px;
      margin-top: 5%;
      color: #575756;
    }
    
    .protection-policy-text {
      font-family: Poppins;
      font-size: 18px;
      font-weight: 500;
      text-align: justify;
      color: #575756;
    }
}
@media only screen and (min-width: 1441px) and (max-width: 1600px) {
	
	.form-floating {
    position: relative;
    margin-top: 28px;
}
	.product-result-catalog-pdf-img{
	width: 60px;
}
	.event-image{
	height: 324px;
    object-fit: cover;
}

	.search-mobile {
	display: none;
	}

	.products-container{
	max-width: 1370px;
	margin: auto;
	}
	.owl-stage {
	  margin: auto;
	}
	
  .header-logo {
    height: 50px;
    margin-left: 100px;
  }
  .product-results .owl-carousel .owl-item img {
    width:350px;
	margin: auto;
    }
  .car-type-img{
  width: 80px;
}
.car-type-main{
    background-image: radial-gradient(circle, white, #f2f2f2, #e0e0e0);
    padding: 28px;
    text-align: center;
	min-width: 268px;
}
.form-select-lg {
    font-size: 16px;
    height: 62px;
}

.bitmap-text{
  min-height: 200px;
}
  .menu-line {
	  border-left: solid 1px #8b8b8b;
  }
.car-type-main{
    background-image: radial-gradient(circle, white, #f2f2f2, #e0e0e0);
    padding: 14px;
    text-align: center;
    min-width: 226px;
}
.dropdown-item:active {
    background-color: #979ea8;
}
  
#news-details{
	margin-top:80px;
	margin-bottom:80px;
}
.dropdown-item {
    background-color: #ffffff;
    padding: 16px;
}
  .wrapper{
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(-95deg, #1c375c, #1c375c);
    /* background: linear-gradient(375deg, #1cc7d0, #2ede98); */
    /* clip-path: circle(25px at calc(0% + 45px) 45px); */
    clip-path: circle(25px at calc(-100% - 45px) 45px);
    transition: all 0.3s ease-in-out;
  }
  #active:checked ~ .wrapper{
    clip-path: circle(75%);
  }
  .menu-btn{
    position: absolute;
    z-index: 2;
    right: 20px;
    left: 20px;
    top: 85px;
    height: 150px;
    width: 150px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    font-size: 40px;
    color: black;
    cursor: pointer;
    /* background: linear-gradient(375deg, #1cc7d0, #2ede98); */
    transition: all 0.3s ease-in-out;
  }

  #active:checked ~ .menu-btn{

    color: #ffffff;
  }

  #active:checked ~ .menu-btn i:before{
    content: "\f00d";
  }

  .wrapper ul{
    position: absolute;
    top: 29%;
    left: 35%;
    transform: translate(59%, -12%);
    list-style: none;
    text-align: center;
  }

  .wrapper ul li{
    margin: 15px 0;
  }

  .wrapper ul li a{
    color: none;
    text-decoration: none;
    font-size: 30px;
    font-weight: 500;
    padding: 5px 30px;
    color: #ffffff;
    position: relative;
    line-height: 50px;
    transition: all 0.3s ease;
  }

  .wrapper ul li a:after{
    position: absolute;
    content: "";
    background: transparent;
    width: 100%;
    height: 50px;
    left: 0;
    border-radius: 50px;
    transform: scaleY(0);
    z-index: -1;
    transition: transform 0.3s ease;
  }
  .wrapper ul li a:hover:after{
    transform: scaleY(1);
  }

  .altt {
    margin-left: 100%;
    
  }
  .wrapper ul li a:hover{
    color: #7a8596;
  }
  input[type="checkbox"]{
    display: none;
  }

  .dropdown-menu.show {
    background-color: #99a0ab;
    opacity: 0.98;
    position: absolute;
    inset: 0px auto auto 0px;
    margin: 0px;
    transform: translate(0px, 62px);
  }
  .content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    text-align: center;
    width: 100%;
    color: #202020;
  }
  .content .title{
    font-size: 40px;
    font-weight: 700;
  }
  .content p{
    font-size: 35px;
    font-weight: 600;
  }

  .header-banner {
    background-image: url("../img/header-bg.webp");
    height: 769px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 24px;
  }
  .owl-video {
    z-index: -1;
	margin-top: -5%;
}
  .quick-search {
    background-color: #283378;
    color: white;
    font-size: 30px;
    font-weight: 400;
  }

  .search-box {
    height: 144px;
    bottom: 140px;
    left: 0px;
    position: relative;
  }
.manset{
  position: absolute;
  right: 1%;
  top: 16%;
}
.menu-line-tr-en {
  margin-left: 20px;
  display: flex;
  flex-direction: column;
}
.menu-line-social {
  margin-left: 20px;
  display: flex;
  flex-direction: column;
}
.menu-line-tr-en a {
  margin-bottom: 200%;
}
.menu-line-social a {
  margin-bottom: 200%;
}
.products{
	margin-top: 5%;
}
.owl-manset .owl-nav {
	display: none;
}
.owl-theme .owl-nav.disabled+.owl-dots {
    display: none;
}
  .search-area {
    background-color: white;
	border-radius: 0px 50px 0px 0px;
  }

  .search-area-child {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    text-align: justify;
    color: #000;
  }

  .search-area btn {
    background-color: #000; 
    color: blue;
  }

  .form-control {
    background-color: #e4e5ed;
    height: 63px;
    border-radius: 0px;
	margin-right: 8px;
  }

  .search-button {
    background-color: #283378;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1px;
    align-items: center;
    border-radius: 0px;
	padding-left: 15px;
  }

  .tr-en {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-align: center;
    color: #979797;
    text-decoration-line: none;
  }

  .social {
    margin-top: 100%;
  }

  .mt-5 {
    margin-top: 3rem!important;
  }
  .header-social {
    margin-top: 110%;
    display: flex;
    flex-direction: column;
  }

  .line-h {
    height: 769px;
    border: 1px solid white;
    position: absolute;
    margin-left: 81%;
    z-index: -1;
  }

  /* bellows */

  .bellows-text {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #283378;
  }

    /* about */

    .about-techbold {
      margin-top: 5%;
    }
    .about-text {
      font-family: 'Poppins', sans-serif;
      font-size: 18px;
      line-height: 1.94;
      letter-spacing: 1px;
      text-align: right;
      color: #000;
    }
.about-techbold p{
  margin-left: 48px;
}
    .bold-tech-truck {
      margin-top: 4%;
      margin-left: -10%;
    }

    /* .view-button {
      margin-top: 5%;
      height: 80px;
      border: solid 1px #575756;
      text-align: center;
      font-size: 16px;
      font-weight: bold;
      text-decoration-line: none;
      justify-content: end;
    }

    .view-button-text {
      margin-top: 25px;
      color: black;
    } */

    .btn-outline-dark {
     margin-top: 5%;
    width: 22%;
    height: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
    }

    /* premium-brand */

    .premium-brand-bg {
      background-image: url("../img/your-premium-brand.webp");
      height: 860px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      width: 100.7%;
    }

    .premium-brand-title {
      font-family: 'Poppins', sans-serif;
      font-size: 78px;
      font-weight: bold;
      color: #fff;
	  line-height: 84px;
    }

    .premium-brand-text {
      font-family: 'Poppins', sans-serif;
      font-size: 22px;
      font-weight: 500;
      line-height: 2;
      letter-spacing: 0.37px;
      color: #fff;
    }
  
    .line {
      width: 712px;
      height: 5px;
      margin: 3px 27px 42px 0;
      border-radius: 6px;
      background-color: #fff;
    }

    .btn-outline-light {
      width: 23%;
      border-radius: none;
      height: 80px;
      border: solid 1px #fff;
      text-align: center;
      font-size: 16px;
      font-weight: bold;
      text-decoration-line: none;
      justify-content: end;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    /* product */

    .new-products {
      font-family: 'Poppins', sans-serif;
      font-size: 120px;
      font-weight: bold;
      line-height: 1.33;
      color: #1a1c2a;
    }

    .products-title1 {
      font-family: 'Poppins', sans-serif;
      font-size: 36px;
      font-weight: bold;
      color: #283378;
    }

    .item {
      width: 461px;
      height: 200px;
      border-radius: 13px;
      border: solid 1px #ccc;
      position:absolute;
      padding-left: 10%;
    }

    .item:hover {
      width: 461px;
      height: 216px;
      border-radius: 13px;
      border: solid 1px #ccc;
      background-color: #283378;
      -webkit-text-fill-color: white;
    }

    .product-item {
      color: #283378;
      font-size: 24px;
      font-weight: 900;
      margin-top: 10%;
      text-align: left;
    }

    .product-item-no {
      font-family: 'Poppins', sans-serif;
      font-size: 24px;
      font-weight: bold;
      line-height: 1.25;
      color: #575756;
      margin-top: -15px;
      text-align: left;
    }

    .product-item-name {
      font-family: 'Poppins', sans-serif;
      font-size: 24px;
      color: #575756;
      margin-top: -15px;
      text-align: left;
    }

    .product-image {
      margin-top: 2%;
      margin-left: 45%;
      width: 35%;
      position: relative;
    }

    .product-image2 {
      margin-top: 6%;
      margin-left: 40%;
      width: 50%;
      position: relative;
    }

    .carousel-wrap {
      width: 1000px;
      margin: auto;
      position: relative;
    }
   
    /* quality */

    .quality {
      background-size: cover;
      justify-content: start;
      margin-top: 5%;
    }

    .quality-video {
      margin-bottom: -44%;
      z-index: -1;
      top: 0;
      left: 0;
    }

    .quality-title {
      font-family: 'Poppins', sans-serif;
      font-size: 120px;
      font-weight: bold;
      line-height: 1.33;
      color: #283378;
      
    }
    
    .quality-text {
      font-family: 'Poppins', sans-serif;
      font-size: 40px;
      line-height: 1.2;
      color: #283378;
	  margin-top: 40%;
    }

    .quality-in-text {
      font-family: 'Poppins', sans-serif;
      font-size: 18px;
      line-height: 1.33;
      color: #575756;
    }

    .quality-image {
      width: 733.7px;
      height: 658px;
      margin-left: -50%;
      margin-top: 5%;
      visibility: hidden;
    }

    .quality-footer {
      height: 207px;
      background-color: #283378;
	  margin-top: 9%;
    }

    .quality-text2 {
      font-family: 'Poppins', sans-serif;
      font-size: 40px;
      line-height: 1.2;
      color: #283378;
      text-align: right;
    }

    .quality-in-text2 {
      font-family: 'Poppins', sans-serif;
      font-size: 18px;
      line-height: 1.33;
      color: #575756;
      text-align: right;
    }


    /* metalli */

    .metalli {
      background-size: cover;
      justify-content: start;
      margin-top: 5%;
    }

    .metalli-video {
      margin-bottom: -44%;
      z-index: -1;
      top: 0;
      left: 0;
    }

    .metalli-title {
      font-family: 'Poppins', sans-serif;
      font-size: 120px;
      font-weight: bold;
      line-height: 1.33;
      color: #283378;
      margin-top: 50%;
	  text-align: right;
    }
    
    .metalli-text {
      font-family: 'Poppins', sans-serif;
      font-size: 40px;
      line-height: 1.2;
      color: #283378;
	  margin-top: 40%;
    }

    .metalli-in-text {
      font-family: 'Poppins', sans-serif;
      font-size: 18px;
      line-height: 1.33;
      color: #575756;
    }

    .metalli-image {
      width: 733.7px;
      height: 658px;
      margin-left: -50%;
      margin-top: 5%;
      visibility: hidden;
    }

    .metalli-footer {
      height: 207px;
      background-color: #283378;
	  margin-top: 9%;
    }

    .metalli-text2 {
      font-family: 'Poppins', sans-serif;
      font-size: 40px;
      line-height: 1.2;
      color: #283378;
      text-align: right;
    }

    .metalli-in-text2 {
      font-family: 'Poppins', sans-serif;
      font-size: 18px;
      line-height: 1.33;
      color: #575756;
      text-align: right;
    }
	
    .download-img {
      width: 65px;
      height: 61px;
      object-fit: contain;
      margin-top: 70%;
    }

    img.product-catalog {
      width: 358.5px;
      height: 300px;
      object-fit: contain;
    }

    .click-download {
      font-family: 'Poppins', sans-serif;
      font-size: 16px;
      line-height: 1.2;
      text-align: right;
      color: #fff;
      margin-top: 4%;
    }

    .product-catalog {
      margin-top: -10%;
    }

    /* story */

    .story {
      margin-top: 5%;
    }

    .story-first {
      height: 736px;
      background-color: #e4e5ed;
    }

    .story-title {
      font-family: 'Poppins', sans-serif;
      font-size: 72px;
      font-weight: bold;
      line-height: 1;
      color: #1a1c2a;
      margin-top: 20%;
    }

    .story-text {
      font-family: 'Poppins', sans-serif;
      font-size: 42px;
      font-weight: 500;
      line-height: 1.13;
      letter-spacing: 1.5px;
      color: #283378;
      margin-bottom: 10%;
      margin-right: 20%;
    }

    .bold-tech-person {
      margin-top: 7%;
      margin-left: -10%;
	width: 108%;
    }

    .quality-button {
      width: 70%;
      display: flex;
      justify-content: space-around;
      align-items: center;
    }

    /* events */


    .events-main-title {
      margin-top: 2%;
      font-family: 'Poppins', sans-serif;
      font-size: 120px;
      font-weight: bold;
      line-height: 1.33;
      color: #1a1c2a;
    }

    .event-date {
      font-family: 'Poppins', sans-serif;
      font-size: 14px;
      line-height: 2.5;
      color: #aaa;
    }

    .event-title {
      font-family: 'Poppins', sans-serif;
      font-size: 22px;
      font-weight: bold;
      line-height: 1.59;
      color: #283378;
    }

    .event-text {
      font-family: 'Poppins', sans-serif;
      font-size: 18px;
      line-height: 1.33;
      color: #8a8a8a;
    }

    .event-link {
      font-family: 'Poppins', sans-serif;
      font-size: 16px;
      font-weight: bold;
      letter-spacing: 2.29px;
      text-align: justify;
      color: #575756;
      text-decoration-line: none;
    }

    /* footer */

    .footer {
      margin-top: 5%;
    }

    .footer-right {
      height: 654px;
      background-color: #283378;
      padding: 4%;
    }

    .footer-logo {
      width: 396px;
      object-fit: contain;
      margin-top: 15%;
      justify-content: center;
    }

    .footer-text {
      font-family: 'Poppins', sans-serif;
      font-size: 18px;
      line-height: 1.94;
      letter-spacing: 1px;
      color: #575756;
      margin-top: 3%;
    }

    .follow-us {
      font-family: 'Poppins', sans-serif;
      font-size: 20px;
      font-weight: 500;
      letter-spacing: 0.75px;
      color: #575756;
      margin-top: 12%;
    }

    .follows-social-text {
      font-family: 'Poppins', sans-serif;
      font-size: 30px;
      font-weight: 600;
      letter-spacing: 0.75px;
      color: #575756;
      margin-top: -3%;
    }

    .facebook {
      height: 28px;
      width: auto;
    }

    .twitter {
      height: 28px;
      width: auto;
    }

    .instagram {
      height: 28px;
      width: auto;
    }

    .youtube {
      height: 28px;
      width: auto;
    }

    .letter {
      width: 44px;
      height: 30px;
    }

    .address-box {
      display: flex;
      justify-content: space-between;
      flex-wrap: nowrap;
      flex-direction: row;
      align-items: center;
      height: 100%;
      padding: 14px;
    }

    .contact-us-title {
      font-family: 'Poppins', sans-serif;
      font-size: 72px;
      font-weight: bold;
      color: #fff;
    }
	.letter-text a{
      color: #fff;
    }

    .contact-us-map {

    }
    .contact-us-title2 {
      font-family: 'Poppins', sans-serif;
      font-size: 20px;
      font-weight: bold;
      line-height: 1.59;
      letter-spacing: 0.55px;
      color: #fff;
      border: 1px solid #fff;
      
    }

    .contact-us-title3 {
      font-family: 'Poppins', sans-serif;
      font-size: 16px;
      font-weight: bold;
      line-height: 1.7;
      letter-spacing: 0.89px;
      color: #fff;
    }
    .form-check-input {
      margin-top: 1.25em;
      vertical-align: top;
      margin-left: 40px;
    }

    ul.breadcrumb {
      padding: 10px 16px;
      list-style: none;
      background-color: #eee;
    }
    ul.breadcrumb li {
      display: inline;
      font-size: 18px;
    }
    ul.breadcrumb li+li:before {
      padding: 8px;
      color: black;
      content: ">";
    }
    ul.breadcrumb li a {
      color: #0275d8;
      text-decoration: none;
    }
    ul.breadcrumb li a:hover {
      color: #01447e;
      text-decoration: underline;
    }
    .contact-us-text {
      font-family: 'Poppins', sans-serif;
      font-size: 16px;
      line-height: 1.7;
      letter-spacing: 0.89px;
      color: #fff;
    }

    .letter-text {
      font-family: 'Poppins', sans-serif;
      font-size: 14px;
      font-weight: bold;
      letter-spacing: 2px;
      text-align: justify;
      color: #fff;
    }

    .footer-logo-mini {
      width: 55px;
      height: 35px;
      margin-right: -260px;
      margin-top: 390px;
    }

/*=============== OTHER-PAGE ===============*/

.nav-link {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2.57px;
  text-align: justify;
  color: #1a1c2a;
  margin-right: 18px;
  
}

.nav-link:hover {
  color: #283378;
}
.default-menu-header .nav-link {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2.57px;
  text-align: justify;
  color: #fff;
  margin-right: 18px;
  
}
.default-menu-header .nav-link:hover {
  color: #283378;
}

.text-active {
  color: #283378 !important;
}

.corporate-header-banner {
  background-image: url("../img/header-bg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* banner */

.banner-title {
  font-size: 48px;
  font-weight: 300;
  letter-spacing: -0.62px;
  color: #fff;
}

.fa-house {
  color: white;
}

.banner-location {
  font-family: Montserrat;
  font-size: 13px;
  color: #fff;
  margin-left: 3px;
}

/* we-are-boldtech */

.we-are-title {
  font-family: 'Poppins', sans-serif;
  font-size: 78px;
  font-weight: 300;
  letter-spacing: -1px;
  color: #575756;
}

.we-are-title-bold {
  font-weight: bold;
  color: #283378;
}

.we-are-text {
  font-family: 'Poppins', sans-serif;
  font-size: 22px;
  line-height: 1.73;
  color: #575756;
}

.we-export {
  /* background-image: url("../img/your-premium-brand.webp"); */
  background-size: cover;
  height: 100%;
  width: 709px;
}

.we-export-title {
  font-family: 'Poppins', sans-serif;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: -0.62px;
  color: #fff;
  margin-top: 5%;
}

/* download */

.download {
    margin-top: 10%;
    height: 207px;
    background-color: #1a1c2a;
}

/* corporate-products */

  .corporate-products-title {
    font-family: 'Poppins', sans-serif;
    font-size: 72px;
    font-weight: bold;
    line-height: 2.22;
    color: #1a1c2a;
  }

  .corporate-products-text {
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
    font-weight: bold;
    color: #575756;
  }

  /* filter */
   
  .filter {
    background-color: #e4e5ea;
    height: 94px;
  }


  .btn-dark {
    background: #283378 !important;
    border-radius: 10px;
  }

  .search-results {
    font-family: 'Poppins', sans-serif;
    font-size: 48px;
    font-weight: bold;
    letter-spacing: -0.62px;
    color: #283378;
  }

  .search-results-text {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: #575756;
  }

  .download-search-results {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.5px;
    color: #283378;
  }

  /* results */

  .bitmap {
    border: solid 1px #e4e5ea;
    align-content: center;
  }

  .bitmap-text {
    background-color: #575756;
    padding: 5%;
  }

  .bitmap-product-title {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-weight: 300;
    letter-spacing: -0.31px;
    text-align: right;
    color: #fff;
  }

  .bitmap-product-detail {
    font-family: 'Poppins', sans-serif;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: -0.41px;
    color: #fff;
  }

  .bitmap-text:hover {
    background-color: #283378;
  }

  .page-link {
    color: #575756 !important;
    background-color: #e4e5ea !important;
  }

  .page-link-active {
    color: rgb(255, 255, 255) !important;
    background-color: #283378 !important;
  }

  /* product-search-catalog */

  .products-results {
    font-family: 'Poppins', sans-serif;
    font-size: 48px;
    font-weight: 300;
    letter-spacing: -1px;
    color: #575756;
  }

  .owl-next, .owl-prev {
      width: 22px;
      height: 40px;
      margin-top: -20px;
      position: absolute;
      top: 50%;
      background-color: #283378;
      
  }
  .owl-prev {
    left: 10px;
  }
  .owl-next {
    right: 10px;

  }
  
  .navigation-img-wrapper {
    margin-top: 4px;
    text-align:center;
  }
  .navigator {
    display:inline-block;
    text-align : center;
    border: 1px solid #e4e5ea;
    line-height:100px;
    color:white;
    font-size:50px;
    cursor:pointer;
  }

  .navigator img {
    width: 20%;
  }

    .product-item-bitmap {
        margin-top: 2%;
        margin-left: 25%;
        width: 50%;
        position: relative;
		margin: auto;
    }
    .accordion {
      display: flex;
      margin-top: 5%;
      justify-content: center;
    }
    .accordion-button {
      font-family: 'Poppins', sans-serif;
      font-size: 22px;
      font-weight: bold;
      letter-spacing: -0.41px;
      color: white;
      background-color: #283378;
    }

    .accordion-header {
      color: white important!;
    }

    .list-group-item {
      padding: 1%;
      border-bottom: solid 1px gray;
    }

    .accordion-list-title {
      font-family: 'Poppins', sans-serif;
      font-size: 16px;
      font-weight: bold;
      letter-spacing: -0.31px;
      color: #575756;
    }

    .accordion-list-text {
      font-family: 'Poppins', sans-serif;
      font-size: 16px;
      letter-spacing: -0.31px;
      color: #575756;
    }

    .products-result-download {
      font-family: 'Poppins', sans-serif;
      font-size: 32px;
      font-weight: bold;
      letter-spacing: -0.41px;
      color: #283378;
      margin-top: 5%;
      border-top: solid 1px #cccccc;
      padding-top: 20px;
    }

    .product-result-text {
      font-family: 'Poppins', sans-serif;
      font-size: 18px;
      font-weight: bold;
      letter-spacing: -0.23px;
      color: #a5a5a5;
    }

    .product-result-catalog-image {
      justify-content: center;
      width: 270.5px;
      height: 300px;
      object-fit: contain; 
      margin-top: -100px;
    }

    .product-click{
    margin-top: -60px;  
    color: white;
    }

    .product-result-catalog {
      margin-top: 20%;
      justify-content: center;
      background-color: #1a1c2a;
    }

    /* contact-us */

    .contact-boldtech {
      background-image: url("../img/contact-bg.webp")
    }

    .contact-us-title4 {
      font-family: 'Poppins', sans-serif;
      font-size: 21px;
      font-weight: 600;
      line-height: 2.11;
      color: #acacac;
    }

    .contact-us-title4-text {
      font-family: 'Poppins', sans-serif;
      font-size: 18px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.27;
      letter-spacing: normal;
      color: #575756;
    }

    .contact-us-map {
      height: 100%;
      width: 709px;
      display: flex;
      justify-content: flex-end;
      align-items: flex-end;
    }

    .contact-us-form {
      font-family: 'Poppins', sans-serif;
      font-size: 78px;
      font-weight: 300;
      letter-spacing: -1px;
      color: #283378;
      font-weight: bold;
    }

    .contact-us-form-div {
      font-family: 'Poppins', sans-serif;
      font-size: 78px;
      font-weight: 300;
      letter-spacing: -1px;
      margin-top: 5%;
      color: #575756;
    }
    
    .protection-policy-text {
      font-family: Poppins;
      font-size: 18px;
      font-weight: 500;
      text-align: justify;
      color: #575756;
    }
}
@media only screen and (min-width: 1281px) and (max-width: 1440px) {

.form-floating {
    position: relative;
    margin-top: 28px;
}
.product-result-catalog-pdf-img{
	width: 60px;
}
.event-image{
	height: 238px;
    object-fit: cover;
}

.bellows{

}
	.products-container{
	max-width: 1240px;
	margin: auto;
	}
	.owl-stage {
	  margin: auto;
	}
	
  .header-logo {
    height: 40px;
    width: auto;
  }
  .product-results .owl-carousel .owl-item img {
    width:350px;
	margin: auto;
    }

  .car-type-img{
  width: 80px;
}
.car-type-main{
    background-image: radial-gradient(circle, white, #f2f2f2, #e0e0e0);
    padding: 28px;
    text-align: center;
	min-width: 268px;
}
.form-select-lg {
    font-size: 16px;
    height: 62px;
}

.bitmap-text{
  min-height: 200px;
}
  .menu-line {
	  border-left: solid 1px #8b8b8b;
  }
.car-type-main{
    background-image: radial-gradient(circle, white, #f2f2f2, #e0e0e0);
	padding: 20px;
    text-align: center;
    min-width: 196px;
}
.dropdown-item:active {
    background-color: #979ea8;
}
  
#news-details{
	margin-top:80px;
	margin-bottom:80px;
}
.dropdown-item {
    background-color: #ffffff;
    padding: 16px;
}
  .wrapper{
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(-95deg, #1c375c, #1c375c);
    /* background: linear-gradient(375deg, #1cc7d0, #2ede98); */
    /* clip-path: circle(25px at calc(0% + 45px) 45px); */
    clip-path: circle(25px at calc(-100% - 45px) 45px);
    transition: all 0.3s ease-in-out;
  }
  #active:checked ~ .wrapper{
    clip-path: circle(75%);
  }
  .menu-btn{
    position: absolute;
    z-index: 2;
    right: 20px;
    left: 20px;
    top: 85px;
    height: 150px;
    width: 150px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    font-size: 40px;
    color: black;
    cursor: pointer;
    /* background: linear-gradient(375deg, #1cc7d0, #2ede98); */
    transition: all 0.3s ease-in-out;
  }

  #active:checked ~ .menu-btn{

    color: #ffffff;
  }

  #active:checked ~ .menu-btn i:before{
    content: "\f00d";
  }

  .wrapper ul{
    position: absolute;
    top: 29%;
    left: 35%;
    transform: translate(59%, -12%);
    list-style: none;
    text-align: center;
  }

  .wrapper ul li{
    margin: 15px 0;
  }

  .wrapper ul li a{
    color: none;
    text-decoration: none;
    font-size: 30px;
    font-weight: 500;
    padding: 5px 30px;
    color: #ffffff;
    position: relative;
    line-height: 50px;
    transition: all 0.3s ease;
  }

  .wrapper ul li a:after{
    position: absolute;
    content: "";
    background: transparent;
    width: 100%;
    height: 50px;
    left: 0;
    border-radius: 50px;
    transform: scaleY(0);
    z-index: -1;
    transition: transform 0.3s ease;
  }
  .wrapper ul li a:hover:after{
    transform: scaleY(1);
  }

  .altt {
    margin-left: 100%;
    
  }
  .wrapper ul li a:hover{
    color: #7a8596;
  }
  input[type="checkbox"]{
    display: none;
  }

  .dropdown-menu.show {
    background-color: #99a0ab;
    opacity: 0.98;
    position: absolute;
    inset: 0px auto auto 0px;
    margin: 0px;
    transform: translate(0px, 62px);
  }
  .content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    text-align: center;
    width: 100%;
    color: #202020;
  }
  .content .title{
    font-size: 40px;
    font-weight: 700;
  }
  .content p{
    font-size: 35px;
    font-weight: 600;
  }

  .header-banner {
    background-image: url("../img/header-bg.webp");
    height: 769px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 24px;
  }
  .owl-video {
    z-index: -1;
	margin-top: -5%;
}
  .quick-search {
    background-color: #283378;
    color: white;
    font-size: 26px;
    font-weight: 400;
	line-height: 36px;
    padding-top: 18px;
  }

  .search-box {
    height: 144px;
    bottom: 130px;
    left: 0px;
    position: relative;
  }
.manset{
  position: absolute;
  right: 1%;
  top: 4%;
}
.menu-line-tr-en {
  margin-left: 20px;
  display: flex;
  flex-direction: column;
}
.menu-line-social {
  margin-left: 20px;
  display: flex;
  flex-direction: column;
}
.menu-line-tr-en a {
  margin-bottom: 150%;
}
.menu-line-social a {
  margin-bottom: 150%;
}
.products{
	margin-top: 5%;
}
.owl-manset .owl-nav {
	display: none;
}
.owl-theme .owl-nav.disabled+.owl-dots {
    display: none;
}
  .search-area {
    background-color: white;
	border-radius: 0px 50px 0px 0px;
  }

  .search-area-child {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    text-align: justify;
    color: #000;
  }

  .search-area btn {
    background-color: #000; 
    color: blue;
  }

  .form-control {
    background-color: #e4e5ed;
    height: 63px;
    border-radius: 8px;
    margin-right: 20px;
    font-size: 14px;
  }

  .search-button {
    background-color: #283378;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0px;
    align-items: center;
    border-radius: 0px;
	padding-left: 14px;
  }
  .main-text-b {
    width: 250px;
}
  .tr-en {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-align: center;
    color: #ffffff;
    text-decoration-line: none;
  }

  .social {
    margin-top: 100%;
  }

  .mt-5 {
    margin-top: 3rem!important;
  }
  .header-social {
    margin-top: 110%;
    display: flex;
    flex-direction: column;
  }

  .line-h {
    height: 769px;
    border: 1px solid white;
    position: absolute;
    margin-left: 81%;
    z-index: -1;
  }

  /* bellows */

  .bellows-text {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: #283378;
  }

    /* about */

    .about-techbold {
      margin-top: 5%;
    }
    .about-text {
      font-family: 'Poppins', sans-serif;
      font-size: 18px;
      line-height: 1.94;
      letter-spacing: 1px;
      text-align: right;
      color: #000;
    }

    .bold-tech-truck {
      margin-top: 4%;
      margin-left: -19%;
    }

    /* .view-button {
      margin-top: 5%;
      height: 80px;
      border: solid 1px #575756;
      text-align: center;
      font-size: 16px;
      font-weight: bold;
      text-decoration-line: none;
      justify-content: end;
    }

    .view-button-text {
      margin-top: 25px;
      color: black;
    } */

    .btn-outline-dark {
      margin-top: 5%;
    width: 22%;
    height: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
    }

    /* premium-brand */

    .premium-brand-bg {
      background-image: url("../img/your-premium-brand.webp");
      height: 860px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      width: 100.7%;
    }

    .premium-brand-title {
      font-family: 'Poppins', sans-serif;
      font-size: 78px;
      font-weight: bold;
      color: #fff;
	  line-height: 78px;
    }

    .premium-brand-text {
      font-family: 'Poppins', sans-serif;
      font-size: 20px;
      font-weight: 500;
      line-height: 2;
      letter-spacing: 0.37px;
      color: #fff;
    }
  
    .line {
      width: 712px;
      height: 5px;
      margin: 3px 27px 42px 0;
      border-radius: 6px;
      background-color: #fff;
    }

    .btn-outline-light {
      width: 23%;
      border-radius: none;
      height: 80px;
      border: solid 1px #fff;
      text-align: center;
      font-size: 16px;
      font-weight: bold;
      text-decoration-line: none;
      justify-content: end;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    /* product */

    .new-products {
      font-family: 'Poppins', sans-serif;
      font-size: 78px;
      font-weight: bold;
      line-height: 1.33;
      color: #1a1c2a;
    }

    .products-title1 {
      font-family: 'Poppins', sans-serif;
      font-size: 28px;
      font-weight: bold;
      color: #283378;
    }

    .item {
      width: 461px;
      height: 152px;
      border-radius: 13px;
      border: solid 1px #ccc;
      position:absolute;
      padding-left: 10%;
    }

    .item:hover {
      width: 461px;
      height: 152px;
      border-radius: 13px;
      border: solid 1px #ccc;
      background-color: #283378;
      -webkit-text-fill-color: white;
    }

    .product-item {
      color: #283378;
      font-size: 24px;
      font-weight: 900;
      margin-top: 10%;
      text-align: left;
    }

    .product-item-no {
      font-family: 'Poppins', sans-serif;
      font-size: 24px;
      font-weight: bold;
      line-height: 1.25;
      color: #575756;
      margin-top: -15px;
      text-align: left;
    }

    .product-item-name {
      font-family: 'Poppins', sans-serif;
      font-size: 24px;
      color: #575756;
      margin-top: -15px;
      text-align: left;
    }

    .product-image {
      margin-top: 2%;
      margin-left: 45%;
      width: 35%;
      position: relative;
    }

    .product-image2 {
      margin-top: 6%;
      margin-left: 40%;
      width: 50%;
      position: relative;
    }

    .carousel-wrap {
      width: 1000px;
      margin: auto;
      position: relative;
    }
   
    /* quality */

    .quality {
      background-size: cover;
      justify-content: start;
      margin-top: 5%;
      height: 53%;
    }

    .quality-video {
      margin-bottom: -44%;
      z-index: -1;
      top: 0;
      left: 0;
    }

    .quality-title {
      font-family: 'Poppins', sans-serif;
      font-size: 92px;
      font-weight: bold;
      line-height: 1.33;
      color: #283378;
      
    }
    
    .quality-text {
      font-family: 'Poppins', sans-serif;
      font-size: 26px;
      line-height: 1.2;
      color: #283378;
	  margin-top: 40%;
    }

    .quality-in-text {
      font-family: 'Poppins', sans-serif;
      font-size: 18px;
      line-height: 1.33;
      color: #575756;
    }

    .quality-image {
      width: 733.7px;
      height: 658px;
      margin-left: -50%;
      margin-top: 5%;
      visibility: hidden;
    }

    .quality-footer {
      height: 207px;
      background-color: #283378;
	  margin-top: 9%;
    }

    .quality-text2 {
      font-family: 'Poppins', sans-serif;
      font-size: 26px;
      line-height: 1.2;
      color: #283378;
      text-align: right;
    }

    .quality-in-text2 {
      font-family: 'Poppins', sans-serif;
      font-size: 18px;
      line-height: 1.33;
      color: #575756;
      text-align: right;
    }



    /* metalli */

    .metalli {
      background-size: cover;
      justify-content: start;
      margin-top: 5%;
      height: 53%;
    }

    .metalli-video {
      margin-bottom: -44%;
      z-index: -1;
      top: 0;
      left: 0;
    }

    .metalli-title {
      font-family: 'Poppins', sans-serif;
      font-size: 92px;
      font-weight: bold;
      line-height: 1.33;
      color: #283378;
	  margin-top: 50%;
	  text-align: right;
    }
    
    .metalli-text {
      font-family: 'Poppins', sans-serif;
      font-size: 26px;
      line-height: 1.2;
      color: #283378;
	  margin-top: 40%;
    }

    .metalli-in-text {
      font-family: 'Poppins', sans-serif;
      font-size: 18px;
      line-height: 1.33;
      color: #575756;
    }

    .metalli-image {
      width: 733.7px;
      height: 658px;
      margin-left: -50%;
      margin-top: 5%;
      visibility: hidden;
    }

    .metalli-footer {
      height: 207px;
      background-color: #283378;
	  margin-top: 9%;
    }

    .metalli-text2 {
      font-family: 'Poppins', sans-serif;
      font-size: 26px;
      line-height: 1.2;
      color: #283378;
      text-align: right;
    }

    .metalli-in-text2 {
      font-family: 'Poppins', sans-serif;
      font-size: 18px;
      line-height: 1.33;
      color: #575756;
      text-align: right;
    }
	
    .download-img {
      width: 65px;
      height: 61px;
      object-fit: contain;
      margin-top: 70%;
    }

    img.product-catalog {
      width: 358.5px;
      height: 300px;
      object-fit: contain;
    }

    .click-download {
      font-family: 'Poppins', sans-serif;
      font-size: 16px;
      line-height: 1.4;
      text-align: right;
      color: #fff;
      margin-top: 4%;
    }

    .product-catalog {
      margin-top: -10%;
    }

    /* story */

    .story {
      margin-top: 1%;
    }

    .story-first {
      height: 635px;
      background-color: #e4e5ed;
    }

    .story-title {
      font-family: 'Poppins', sans-serif;
      font-size: 72px;
      font-weight: bold;
      line-height: 1;
      color: #1a1c2a;
      margin-top: 20%;
    }

    .story-text {
      font-family: 'Poppins', sans-serif;
      font-size: 32px;
      font-weight: 500;
      line-height: 1.13;
      letter-spacing: 1.5px;
      color: #283378;
      margin-bottom: 10%;
      margin-right: 20%;
    }

    .bold-tech-person {
      margin-top: 7%;
      margin-left: -10%;
	width: 108%;
    }

    .quality-button {
      width: 70%;
      display: flex;
      justify-content: space-around;
      align-items: center;
    }

    /* events */


    .events-main-title {
      margin-top: 2%;
      font-family: 'Poppins', sans-serif;
      font-size: 78px;
      font-weight: bold;
      line-height: 1.33;
      color: #1a1c2a;
    }

    .event-date {
      font-family: 'Poppins', sans-serif;
      font-size: 14px;
      line-height: 2.5;
      color: #aaa;
    }

    .event-title {
      font-family: 'Poppins', sans-serif;
      font-size: 18px;
      font-weight: bold;
      line-height: 1.59;
      color: #283378;
    }

    .event-text {
      font-family: 'Poppins', sans-serif;
      font-size: 16px;
      line-height: 1.33;
      color: #8a8a8a;
    }

    .event-link {
      font-family: 'Poppins', sans-serif;
      font-size: 16px;
      font-weight: bold;
      letter-spacing: 2.29px;
      text-align: justify;
      color: #575756;
      text-decoration-line: none;
    }

    /* footer */

    .footer {
      margin-top: 5%;
    }

    .footer-right {
      background-color: #283378;
      padding: 4%;
    }

    .footer-logo {
      width: 250px;
      object-fit: contain;
      margin-top: 15%;
      justify-content: center;
    }

    .footer-text {
      font-family: 'Poppins', sans-serif;
      font-size: 16px;
      line-height: 1.4;
      letter-spacing: 1px;
      color: #575756;
      margin-top: 3%;
    }

    .follow-us {
      font-family: 'Poppins', sans-serif;
      font-size: 20px;
      font-weight: 500;
      letter-spacing: 0.75px;
      color: #575756;
      margin-top: 12%;
    }

    .follows-social-text {
      font-family: 'Poppins', sans-serif;
      font-size: 30px;
      font-weight: 600;
      letter-spacing: 0.75px;
      color: #575756;
      margin-top: -3%;
    }

    .facebook {
      height: 28px;
      width: auto;
    }

    .twitter {
      height: 28px;
      width: auto;
    }

    .instagram {
      height: 28px;
      width: auto;
    }

    .youtube {
      height: 28px;
      width: auto;
    }

    .letter {
      width: 28px;
      height: 20px;
    }

    .address-box {
      display: flex;
      justify-content: space-between;
      flex-wrap: nowrap;
      flex-direction: row;
      align-items: start;
      height: 100%;
      padding: 14px;
    }

    .contact-us-title {
      font-family: 'Poppins', sans-serif;
      font-size: 72px;
      font-weight: bold;
      color: #fff;
    }
	.letter-text a{
      color: #fff;
    }

    .contact-us-map {

    }
    .contact-us-title2 {
      font-family: 'Poppins', sans-serif;
      font-size: 18px;
      font-weight: bold;
      line-height: 1.59;
      letter-spacing: 0.55px;
      color: #fff;
      border: 1px solid #fff;
      
    }

    .contact-us-title3 {
      font-family: 'Poppins', sans-serif;
      font-size: 16px;
      font-weight: bold;
      line-height: 1.7;
      letter-spacing: 0.89px;
      color: #fff;
    }
    .form-check-input {
      margin-top: 1.25em;
      vertical-align: top;
      margin-left: 40px;
    }

    ul.breadcrumb {
      padding: 10px 16px;
      list-style: none;
      background-color: #eee;
    }
    ul.breadcrumb li {
      display: inline;
      font-size: 18px;
    }
    ul.breadcrumb li+li:before {
      padding: 8px;
      color: black;
      content: ">";
    }
    ul.breadcrumb li a {
      color: #0275d8;
      text-decoration: none;
    }
    ul.breadcrumb li a:hover {
      color: #01447e;
      text-decoration: underline;
    }
    .contact-us-text {
	font-family: 'Poppins', sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    }

    .letter-text {
      font-family: 'Poppins', sans-serif;
      font-size: 12px;
      font-weight: bold;
      /* letter-spacing: 2px; */
      text-align: justify;
      color: #fff;
    }

    .footer-logo-mini {
      width: 55px;
      height: 35px;
      margin-right: -260px;
      margin-top: 390px;
    }

/*=============== OTHER-PAGE ===============*/

.nav-link {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: justify;
    color: #1a1c2a;
    margin-right: 14px;
}

.nav-link:hover {
  color: #283378;
}
.default-menu-header .nav-link {
font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.4px;
    text-align: justify;
    color: #fff;
    margin-right: 12px;
  
}
.default-menu-header .nav-link:hover {
  color: #283378;
}

.text-active {
  color: #283378 !important;
}

.corporate-header-banner {
  background-image: url("../img/header-bg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* banner */

.banner-title {
  font-size: 48px;
  font-weight: 300;
  letter-spacing: -0.62px;
  color: #fff;
      padding-top: 48px;
}

.fa-house {
  color: white;
}

.banner-location {
  font-family: Montserrat;
  font-size: 13px;
  color: #fff;
  margin-left: 3px;
}

/* we-are-boldtech */

.we-are-title {
  font-family: 'Poppins', sans-serif;
  font-size: 44px;
  font-weight: 300;
  letter-spacing: -1px;
  color: #575756;
}

.we-are-title-bold {
  font-weight: bold;
  color: #283378;
}

.we-are-text {
  font-family: 'Poppins', sans-serif;
  font-size: 22px;
  line-height: 1.73;
  color: #575756;
}

.we-export {
  /* background-image: url("../img/your-premium-brand.webp"); */
  background-size: cover;
  height: 100%;
  width: 709px;
}

.we-export-title {
  font-family: 'Poppins', sans-serif;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: -0.62px;
  color: #fff;
  margin-top: 5%;
}

/* download */

.download {
    margin-top: 10%;
    height: 207px;
    background-color: #1a1c2a;
}

/* corporate-products */

  .corporate-products-title {
    font-family: 'Poppins', sans-serif;
    font-size: 72px;
    font-weight: bold;
    line-height: 2.22;
    color: #1a1c2a;
  }

  .corporate-products-text {
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
    font-weight: bold;
    color: #575756;
  }

  /* filter */
   
  .filter {
    background-color: #e4e5ea;
    height: 94px;
	    margin-bottom: 88px;
  }


  .btn-dark {
    background: #283378 !important;
	    font-size: 16px;
  }

  .search-results {
    font-family: 'Poppins', sans-serif;
    font-size: 48px;
    font-weight: bold;
    letter-spacing: -0.62px;
    color: #283378;
  }

  .search-results-text {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: #575756;
  }

  .download-search-results {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.5px;
    color: #283378;
  }

  /* results */

  .bitmap {
    border: solid 1px #e4e5ea;
    align-content: center;
  }

  .bitmap-text {
    background-color: #575756;
    padding: 5%;
  }

  .bitmap-product-title {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-weight: 300;
    letter-spacing: -0.31px;
    text-align: right;
    color: #fff;
  }

  .bitmap-product-detail {
    font-family: 'Poppins', sans-serif;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: -0.41px;
    color: #fff;
  }

  .bitmap-text:hover {
    background-color: #283378;
  }

  .page-link {
    color: #575756 !important;
    background-color: #e4e5ea !important;
  }

  .page-link-active {
    color: rgb(255, 255, 255) !important;
    background-color: #283378 !important;
  }

  /* product-search-catalog */

  .products-results {
    font-family: 'Poppins', sans-serif;
    font-size: 48px;
    font-weight: 300;
    letter-spacing: -1px;
    color: #575756;
  }

  .owl-next, .owl-prev {
      width: 22px;
      height: 40px;
      margin-top: -20px;
      position: absolute;
      top: 50%;
      background-color: #283378;
      
  }
  .owl-prev {
    left: 10px;
  }
  .owl-next {
    right: 10px;

  }
  
  .navigation-img-wrapper {
    margin-top: 4px;
    text-align:center;
  }
  .navigator {
    display:inline-block;
    text-align : center;
    border: 1px solid #e4e5ea;
    line-height:100px;
    color:white;
    font-size:50px;
    cursor:pointer;
  }

  .navigator img {
    width: 20%;
  }

    .product-item-bitmap {
        margin-top: 2%;
        margin-left: 25%;
        width: 50%;
        position: relative;
		margin: auto;
    }
    .accordion {
      display: flex;
      margin-top: 5%;
      justify-content: center;
    }
    .accordion-button {
      font-family: 'Poppins', sans-serif;
      font-size: 22px;
      font-weight: bold;
      letter-spacing: -0.41px;
      color: white;
      background-color: #283378;
    }

    .accordion-header {
      color: white important!;
    }

    .list-group-item {
      padding: 1%;
      border-bottom: solid 1px gray;
    }

    .accordion-list-title {
      font-family: 'Poppins', sans-serif;
      font-size: 14px;
      font-weight: bold;
      letter-spacing: -0.31px;
      color: #575756;
    }

    .accordion-list-text {
      font-family: 'Poppins', sans-serif;
      font-size: 14px;
      letter-spacing: -0.31px;
      color: #575756;
    }

    .products-result-download {
      font-family: 'Poppins', sans-serif;
      font-size: 32px;
      font-weight: bold;
      letter-spacing: -0.41px;
      color: #283378;
      margin-top: 5%;
      border-top: solid 1px #cccccc;
      padding-top: 20px;
    }

    .product-result-text {
      font-family: 'Poppins', sans-serif;
      font-size: 18px;
      font-weight: bold;
      letter-spacing: -0.23px;
      color: #a5a5a5;
    }

    .product-result-catalog-image {
      justify-content: center;
      width: 270.5px;
      height: 300px;
      object-fit: contain; 
      margin-top: -100px;
    }

    .product-click{
    margin-top: -60px;  
    color: white;
    }

    .product-result-catalog {
      margin-top: 20%;
      justify-content: center;
      background-color: #1a1c2a;
    }

    /* contact-us */

    .contact-boldtech {
      background-image: url("../img/contact-bg.webp")
    }

    .contact-us-title4 {
      font-family: 'Poppins', sans-serif;
      font-size: 21px;
      font-weight: 600;
      line-height: 2.11;
      color: #acacac;
    }

    .contact-us-title4-text {
      font-family: 'Poppins', sans-serif;
      font-size: 18px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.27;
      letter-spacing: normal;
      color: #575756;
    }

    .contact-us-map {
      width: 709px;
      display: flex;
      justify-content: flex-end;
      align-items: flex-end;
    }

    .contact-us-form {
      font-family: 'Poppins', sans-serif;
      font-size: 48px;
      font-weight: 300;
      letter-spacing: -1px;
      color: #283378;
      font-weight: bold;
    }

    .contact-us-form-div {
      font-family: 'Poppins', sans-serif;
      font-size: 48px;
      font-weight: 300;
      letter-spacing: -1px;
      margin-top: 5%;
      color: #575756;
    }
    
    .protection-policy-text {
      font-family: Poppins;
      font-size: 18px;
      font-weight: 500;
      text-align: justify;
      color: #575756;
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {

.form-floating {
    position: relative;
    margin-top: 28px;
}
.product-result-catalog-pdf-img{
	width: 60px;
}
.event-image{
	height: 324px;
    object-fit: cover;
}
	.products-container{
	max-width: 1000px;
	margin: auto;
	}
	.owl-stage {
	  margin: auto;
	}
	
  .header-logo {
    height: 50px;
    width: auto;
  }
  .product-results .owl-carousel .owl-item img {
    width:350px;
	margin: auto;
    }

  .car-type-img{
  width: 80px;
}
.car-type-main{
    background-image: radial-gradient(circle, white, #f2f2f2, #e0e0e0);
    padding: 28px;
    text-align: center;
	min-width: 268px;
}
.form-select-lg {
    font-size: 16px;
    height: 62px;
}

.bitmap-text{
  min-height: 185px;
}
  .menu-line {
	  border-left: solid 1px #8b8b8b;
  }

  .car-type-main{
    background-image: radial-gradient(circle, white, #f2f2f2, #e0e0e0);
    padding: 28px;
    text-align: center;
	min-width: 268px;
}
.dropdown-item:active {
    background-color: #979ea8;
}
#news-details{
	margin-top:80px;
	margin-bottom:80px;
}
.dropdown-item {
    background-color: #ffffff;
    padding: 16px;
}
  .wrapper{
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(-95deg, #1c375c, #1c375c);
    /* background: linear-gradient(375deg, #1cc7d0, #2ede98); */
    /* clip-path: circle(25px at calc(0% + 45px) 45px); */
    clip-path: circle(25px at calc(-100% - 45px) 45px);
    transition: all 0.3s ease-in-out;
  }
  #active:checked ~ .wrapper{
    clip-path: circle(75%);
  }
  .menu-btn{
    position: absolute;
    z-index: 2;
    right: 20px;
    left: 20px;
    top: 85px;
    height: 150px;
    width: 150px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    font-size: 40px;
    color: black;
    cursor: pointer;
    /* background: linear-gradient(375deg, #1cc7d0, #2ede98); */
    transition: all 0.3s ease-in-out;
  }

  #active:checked ~ .menu-btn{

    color: #ffffff;
  }

  #active:checked ~ .menu-btn i:before{
    content: "\f00d";
  }

  .wrapper ul{
    position: absolute;
    top: 29%;
    left: 35%;
    transform: translate(59%, -12%);
    list-style: none;
    text-align: center;
  }

  .wrapper ul li{
    margin: 15px 0;
  }

  .wrapper ul li a{
    color: none;
    text-decoration: none;
    font-size: 30px;
    font-weight: 500;
    padding: 5px 30px;
    color: #ffffff;
    position: relative;
    line-height: 50px;
    transition: all 0.3s ease;
  }

  .wrapper ul li a:after{
    position: absolute;
    content: "";
    background: transparent;
    width: 100%;
    height: 50px;
    left: 0;
    border-radius: 50px;
    transform: scaleY(0);
    z-index: -1;
    transition: transform 0.3s ease;
  }
  .wrapper ul li a:hover:after{
    transform: scaleY(1);
  }

  .altt {
    margin-left: 100%;
    
  }
  .wrapper ul li a:hover{
    color: #7a8596;
  }
  input[type="checkbox"]{
    display: none;
  }

  .dropdown-menu.show {
    background-color: #99a0ab;
    opacity: 0.98;
    position: absolute;
    inset: 0px auto auto 0px;
    margin: 0px;
    transform: translate(0px, 62px);
  }
  .content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    text-align: center;
    width: 100%;
    color: #202020;
  }
  .content .title{
    font-size: 40px;
    font-weight: 700;
  }
  .content p{
    font-size: 35px;
    font-weight: 600;
  }

  .header-banner {
    background-image: url("../img/header-bg.webp");
    height: 769px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 24px;
  }
  .owl-video {
    z-index: -1;
	margin-top: -5%;
}
  .quick-search {
    background-color: #283378;
    color: white;
    font-size: 20px;
    font-weight: 400;
  }

  .search-box {
    height: 70px;
    bottom: 68px;
    left: 0px;
    position: relative;
  }
.manset{
	position: absolute;
right: 1%;
top: 16%;
}
.menu-line-tr-en {
  margin-left: 20px;
  display: flex;
  flex-direction: column;
}
.menu-line-social {
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  
}
.menu-line-tr-en a {
  margin-bottom: 200%;
}
.menu-line-social a {
  margin-bottom: 200%;
}
.products{
	margin-top: 5%;
}
.owl-manset .owl-nav {
	display: none;
}
.owl-theme .owl-nav.disabled+.owl-dots {
    display: none;
}
  .search-area {
    background-color: white;
	border-radius: 0px 50px 0px 0px;
  }

  .search-area-child {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    text-align: justify;
    color: #000;
  }

  .search-area btn {
    background-color: #000; 
    color: blue;
  }

  .form-control {
    background-color: #e4e5ed;
    height: 63px;
    border-radius: 0px;
  }

  .search-button {
    background-color: #283378;
    font-family: 'Poppins', sans-serif;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 2px;
    align-items: center;
    border-radius: 0px;
  }
  .main-text-b {
    width: 195px;
}
  .tr-en {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-align: center;
    color: #ffffff;
    text-decoration-line: none;
  }

  .social {
    margin-top: 100%;
  }

  .mt-5 {
    margin-top: 3rem!important;
  }
  .header-social {
    margin-top: 110%;
    display: flex;
    flex-direction: column;
  }

  .line-h {
    height: 769px;
    border: 1px solid white;
    position: absolute;
    margin-left: 81%;
    z-index: -1;
  }

  /* bellows */

  .bellows-text {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #283378;
  }

    /* about */

    .about-techbold {
      margin-top: 5%;
    }
    .about-text {
      font-family: 'Poppins', sans-serif;
      font-size: 18px;
      line-height: 1.94;
      letter-spacing: 1px;
      text-align: right;
      color: #000;
    }

    .bold-tech-truck {
      margin-top: 4%;
      margin-left: -32%;
    }

    /* .view-button {
      margin-top: 5%;
      height: 80px;
      border: solid 1px #575756;
      text-align: center;
      font-size: 16px;
      font-weight: bold;
      text-decoration-line: none;
      justify-content: end;
    }

    .view-button-text {
      margin-top: 25px;
      color: black;
    } */

    .btn-outline-dark {
      margin-top: 5%;
    width: 22%;
    height: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
    }

    /* premium-brand */

    .premium-brand-bg {
      background-image: url("../img/your-premium-brand.webp");
      height: 860px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      width: 100.7%;
    }

    .premium-brand-title {
      font-family: 'Poppins', sans-serif;
      font-size: 78px;
      font-weight: bold;
      color: #fff;
    }

    .premium-brand-text {
      font-family: 'Poppins', sans-serif;
      font-size: 22px;
      font-weight: 500;
      line-height: 3.27;
      letter-spacing: 0.37px;
      color: #fff;
    }
  
    .line {
      width: 712px;
      height: 5px;
      margin: 3px 27px 42px 0;
      border-radius: 6px;
      background-color: #fff;
    }

    .btn-outline-light {
      width: 23%;
      border-radius: none;
      height: 80px;
      border: solid 1px #fff;
      text-align: center;
      font-size: 16px;
      font-weight: bold;
      text-decoration-line: none;
      justify-content: end;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    /* product */

    .new-products {
      font-family: 'Poppins', sans-serif;
      font-size: 120px;
      font-weight: bold;
      line-height: 1.33;
      color: #1a1c2a;
    }

    .products-title1 {
      font-family: 'Poppins', sans-serif;
      font-size: 36px;
      font-weight: bold;
      color: #283378;
    }

    .item {
      width: 461px;
      height: 216px;
      border-radius: 13px;
      border: solid 1px #ccc;
      position:absolute;
      padding-left: 10%;
    }

    .item:hover {
      width: 461px;
      height: 216px;
      border-radius: 13px;
      border: solid 1px #ccc;
      background-color: #283378;
      -webkit-text-fill-color: white;
    }

    .product-item {
      color: #283378;
      font-size: 24px;
      font-weight: 900;
      margin-top: 10%;
      text-align: left;
    }

    .product-item-no {
      font-family: 'Poppins', sans-serif;
      font-size: 24px;
      font-weight: bold;
      line-height: 1.25;
      color: #575756;
      margin-top: -15px;
      text-align: left;
    }

    .product-item-name {
      font-family: 'Poppins', sans-serif;
      font-size: 24px;
      color: #575756;
      margin-top: -15px;
      text-align: left;
    }

    .product-image {
      margin-top: 2%;
      margin-left: 45%;
      width: 35%;
      position: relative;
    }

    .product-image2 {
      margin-top: 6%;
      margin-left: 40%;
      width: 50%;
      position: relative;
    }

    .carousel-wrap {
      width: 1000px;
      margin: auto;
      position: relative;
    }
   
    /* quality */

    .quality {
      background-size: cover;
      justify-content: start;
      margin-top: 5%;
      height: 53%;
    }

    .quality-video {
      margin-bottom: -44%;
      z-index: -1;
      top: 0;
      left: 0;
    }

    .quality-title {
      font-family: 'Poppins', sans-serif;
      font-size: 120px;
      font-weight: bold;
      line-height: 1.33;
      color: #283378;
      
    }
    
    .quality-text {
      font-family: 'Poppins', sans-serif;
      font-size: 30px;
      line-height: 1.2;
      color: #283378;
	  margin-top: 40%;
    }

    .quality-in-text {
      font-family: 'Poppins', sans-serif;
      font-size: 18px;
      line-height: 1.33;
      color: #575756;
    }

    .quality-image {
      width: 733.7px;
      height: 658px;
      margin-left: -50%;
      margin-top: 5%;
      visibility: hidden;
    }

    .quality-footer {
      height: 207px;
      background-color: #283378;
	  margin-top: 9%;
    }

    .quality-text2 {
      font-family: 'Poppins', sans-serif;
      font-size: 30px;
      line-height: 1.2;
      color: #283378;
      text-align: right;
      padding-bottom: 200px;
    }

    .quality-in-text2 {
      font-family: 'Poppins', sans-serif;
      font-size: 18px;
      line-height: 1.33;
      color: #575756;
      text-align: right;
    }

    /* metalli */

    .metalli {
      background-size: cover;
      justify-content: start;
      margin-top: 5%;
      height: 53%;
    }

    .metalli-video {
      margin-bottom: -44%;
      z-index: -1;
      top: 0;
      left: 0;
    }

    .metalli-title {
      font-family: 'Poppins', sans-serif;
      font-size: 120px;
      font-weight: bold;
      line-height: 1.33;
      color: #283378;
      margin-top: 50%;
	  text-align: right;
    }
    
    .metalli-text {
      font-family: 'Poppins', sans-serif;
      font-size: 30px;
      line-height: 1.2;
      color: #283378;
	  margin-top: 40%;
    }

    .metalli-in-text {
      font-family: 'Poppins', sans-serif;
      font-size: 18px;
      line-height: 1.33;
      color: #575756;
    }

    .metalli-image {
      width: 733.7px;
      height: 658px;
      margin-left: -50%;
      margin-top: 5%;
      visibility: hidden;
    }

    .metalli-footer {
      height: 207px;
      background-color: #283378;
	  margin-top: 9%;
    }

    .metalli-text2 {
      font-family: 'Poppins', sans-serif;
      font-size: 30px;
      line-height: 1.2;
      color: #283378;
      text-align: right;
      padding-bottom: 200px;
    }

    .metalli-in-text2 {
      font-family: 'Poppins', sans-serif;
      font-size: 18px;
      line-height: 1.33;
      color: #575756;
      text-align: right;
    }
	
    .download-img {
      width: 65px;
      height: 61px;
      object-fit: contain;
      margin-top: 70%;
    }

    img.product-catalog {
      width: 358.5px;
      height: 300px;
      object-fit: contain;
    }

    .click-download {
      font-family: 'Poppins', sans-serif;
      font-size: 16px;
      line-height: 1.9;
      text-align: right;
      color: #fff;
      margin-top: 4%;
    }

    .product-catalog {
      margin-top: -10%;
    }

    /* story */

    .story {
      margin-top: 5%;
    }

    .story-first {
      height: 736px;
      background-color: #e4e5ed;
    }

    .story-title {
      font-family: 'Poppins', sans-serif;
      font-size: 72px;
      font-weight: bold;
      line-height: 1;
      color: #1a1c2a;
      margin-top: 20%;
    }

    .story-text {
      font-family: 'Poppins', sans-serif;
      font-size: 42px;
      font-weight: 500;
      line-height: 1.13;
      letter-spacing: 1.5px;
      color: #283378;
      margin-bottom: 10%;
      margin-right: 20%;
    }

    .bold-tech-person {
      margin-top: 7%;
      margin-left: -10%;
	width: 108%;
    }

    .quality-button {
      width: 70%;
      display: flex;
      justify-content: space-around;
      align-items: center;
    }

    /* events */


    .events-main-title {
      margin-top: 2%;
      font-family: 'Poppins', sans-serif;
      font-size: 120px;
      font-weight: bold;
      line-height: 1.33;
      color: #1a1c2a;
    }

    .event-date {
      font-family: 'Poppins', sans-serif;
      font-size: 14px;
      line-height: 2.5;
      color: #aaa;
    }

    .event-title {
      font-family: 'Poppins', sans-serif;
      font-size: 22px;
      font-weight: bold;
      line-height: 1.59;
      color: #283378;
    }

    .event-text {
      font-family: 'Poppins', sans-serif;
      font-size: 18px;
      line-height: 1.33;
      color: #8a8a8a;
    }

    .event-link {
      font-family: 'Poppins', sans-serif;
      font-size: 16px;
      font-weight: bold;
      letter-spacing: 2.29px;
      text-align: justify;
      color: #575756;
      text-decoration-line: none;
    }

    /* footer */

    .footer {
      margin-top: 5%;
    }

    .footer-right {
      height: 954px;
      background-color: #283378;
      padding: 4%;
    }

    .footer-logo {
      width: 250px;
      object-fit: contain;
      margin-top: 15%;
      justify-content: center;
    }

    .footer-text {
      font-family: 'Poppins', sans-serif;
      font-size: 18px;
      line-height: 1.94;
      letter-spacing: 1px;
      color: #575756;
      margin-top: 3%;
    }

    .follow-us {
      font-family: 'Poppins', sans-serif;
      font-size: 20px;
      font-weight: 500;
      letter-spacing: 0.75px;
      color: #575756;
      margin-top: 12%;
    }

    .follows-social-text {
      font-family: 'Poppins', sans-serif;
      font-size: 30px;
      font-weight: 600;
      letter-spacing: 0.75px;
      color: #575756;
      margin-top: -3%;
    }

    .facebook {
      height: 28px;
      width: auto;
    }

    .twitter {
      height: 28px;
      width: auto;
    }

    .instagram {
      height: 28px;
      width: auto;
    }

    .youtube {
      height: 28px;
      width: auto;
    }

    .letter {
      width: 44px;
      height: 30px;
    }

    .address-box {
      display: flex;
      justify-content: space-between;
      flex-wrap: nowrap;
      flex-direction: row;
      align-items: center;
      height: 100%;
      padding: 14px;
    }

    .contact-us-title {
      font-family: 'Poppins', sans-serif;
      font-size: 72px;
      font-weight: bold;
      color: #fff;
    }
	.letter-text a{
      color: #fff;
    }

    .contact-us-map {

    }
    .contact-us-title2 {
      font-family: 'Poppins', sans-serif;
      font-size: 18px;
      font-weight: bold;
      line-height: 1.59;
      letter-spacing: 0.55px;
      color: #fff;
      border: 1px solid #fff;
      
    }

    .contact-us-title3 {
      font-family: 'Poppins', sans-serif;
      font-size: 16px;
      font-weight: bold;
      line-height: 1.7;
      letter-spacing: 0.89px;
      color: #fff;
    }
    .form-check-input {
      margin-top: 1.25em;
      vertical-align: top;
      margin-left: 40px;
    }

    ul.breadcrumb {
      padding: 10px 16px;
      list-style: none;
      background-color: #eee;
    }
    ul.breadcrumb li {
      display: inline;
      font-size: 18px;
    }
    ul.breadcrumb li+li:before {
      padding: 8px;
      color: black;
      content: ">";
    }
    ul.breadcrumb li a {
      color: #0275d8;
      text-decoration: none;
    }
    ul.breadcrumb li a:hover {
      color: #01447e;
      text-decoration: underline;
    }
    .contact-us-text {
      font-family: 'Poppins', sans-serif;
      font-size: 16px;
      line-height: 1.7;
      letter-spacing: 0.89px;
      color: #fff;
    }

    .letter-text {
      font-family: 'Poppins', sans-serif;
      font-size: 12px;
      font-weight: bold;
      /* letter-spacing: 2px; */
      text-align: justify;
      color: #fff;
    }

    .footer-logo-mini {
      width: 55px;
      height: 35px;
      margin-right: -260px;
      margin-top: 390px;
    }

/*=============== OTHER-PAGE ===============*/

.nav-link {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2.57px;
  text-align: justify;
  color: #1a1c2a;
  margin-right: 18px;
  
}

.nav-link:hover {
  color: #283378;
}
.default-menu-header .nav-link {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2.57px;
  text-align: justify;
  color: #fff;
  margin-right: 18px;
  
}
.default-menu-header .nav-link:hover {
  color: #283378;
}

.text-active {
  color: #283378 !important;
}

.corporate-header-banner {
  background-image: url("../img/header-bg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* banner */

.banner-title {
  font-size: 48px;
  font-weight: 300;
  letter-spacing: -0.62px;
  color: #fff;
}

.fa-house {
  color: white;
}

.banner-location {
  font-family: Montserrat;
  font-size: 13px;
  color: #fff;
  margin-left: 3px;
}

/* we-are-boldtech */

.we-are-title {
  font-family: 'Poppins', sans-serif;
  font-size: 78px;
  font-weight: 300;
  letter-spacing: -1px;
  color: #575756;
}

.we-are-title-bold {
  font-weight: bold;
  color: #283378;
}

.we-are-text {
  font-family: 'Poppins', sans-serif;
  font-size: 22px;
  line-height: 1.73;
  color: #575756;
}

.we-export {
  /* background-image: url("../img/your-premium-brand.webp"); */
  background-size: cover;
  height: 100%;
  width: 709px;
}

.we-export-title {
  font-family: 'Poppins', sans-serif;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: -0.62px;
  color: #fff;
  margin-top: 5%;
}

/* download */

.download {
    margin-top: 10%;
    height: 207px;
    background-color: #1a1c2a;
}

/* corporate-products */

  .corporate-products-title {
    font-family: 'Poppins', sans-serif;
    font-size: 72px;
    font-weight: bold;
    line-height: 2.22;
    color: #1a1c2a;
  }

  .corporate-products-text {
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
    font-weight: bold;
    color: #575756;
  }

  /* filter */
   
  .filter {
    background-color: #e4e5ea;
    height: 94px;
  }


  .btn-dark {
    background: #283378 !important;
    border-radius: 10px;
  }

  .search-results {
    font-family: 'Poppins', sans-serif;
    font-size: 48px;
    font-weight: bold;
    letter-spacing: -0.62px;
    color: #283378;
  }

  .search-results-text {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: #575756;
  }

  .download-search-results {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.5px;
    color: #283378;
  }

  /* results */

  .bitmap {
    border: solid 1px #e4e5ea;
    align-content: center;
  }

  .bitmap-text {
    background-color: #575756;
    padding: 5%;
  }

  .bitmap-product-title {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-weight: 300;
    letter-spacing: -0.31px;
    text-align: right;
    color: #fff;
  }

  .bitmap-product-detail {
    font-family: 'Poppins', sans-serif;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: -0.41px;
    color: #fff;
  }

  .bitmap-text:hover {
    background-color: #283378;
  }

  .page-link {
    color: #575756 !important;
    background-color: #e4e5ea !important;
  }

  .page-link-active {
    color: rgb(255, 255, 255) !important;
    background-color: #283378 !important;
  }

  /* product-search-catalog */

  .products-results {
    font-family: 'Poppins', sans-serif;
    font-size: 48px;
    font-weight: 300;
    letter-spacing: -1px;
    color: #575756;
  }

  .owl-next, .owl-prev {
      width: 22px;
      height: 40px;
      margin-top: -20px;
      position: absolute;
      top: 50%;
      background-color: #283378;
      
  }
  .owl-prev {
    left: 10px;
  }
  .owl-next {
    right: 10px;

  }
  
  .navigation-img-wrapper {
    margin-top: 4px;
    text-align:center;
  }
  .navigator {
    display:inline-block;
    text-align : center;
    border: 1px solid #e4e5ea;
    line-height:100px;
    color:white;
    font-size:50px;
    cursor:pointer;
  }

  .navigator img {
    width: 20%;
  }

    .product-item-bitmap {
        margin-top: 2%;
        margin-left: 25%;
        width: 50%;
        position: relative;
		margin: auto;
    }
    .accordion {
      display: flex;
      margin-top: 5%;
      justify-content: center;
    }
    .accordion-button {
      font-family: 'Poppins', sans-serif;
      font-size: 22px;
      font-weight: bold;
      letter-spacing: -0.41px;
      color: white;
      background-color: #283378;
    }

    .accordion-header {
      color: white important!;
    }

    .list-group-item {
      padding: 1%;
      border-bottom: solid 1px gray;
    }

    .accordion-list-title {
      font-family: 'Poppins', sans-serif;
      font-size: 14px;
      font-weight: bold;
      letter-spacing: -0.31px;
      color: #575756;
    }

    .accordion-list-text {
      font-family: 'Poppins', sans-serif;
      font-size: 14px;
      letter-spacing: -0.31px;
      color: #575756;
    }

    .products-result-download {
      font-family: 'Poppins', sans-serif;
      font-size: 32px;
      font-weight: bold;
      letter-spacing: -0.41px;
      color: #283378;
      margin-top: 5%;
      border-top: solid 1px #cccccc;
      padding-top: 20px;
    }

    .product-result-text {
      font-family: 'Poppins', sans-serif;
      font-size: 18px;
      font-weight: bold;
      letter-spacing: -0.23px;
      color: #a5a5a5;
    }

    .product-result-catalog-image {
      justify-content: center;
      width: 270.5px;
      height: 300px;
      object-fit: contain; 
      margin-top: -100px;
    }

    .product-click{
    margin-top: -60px;  
    color: white;
    }

    .product-result-catalog {
      margin-top: 20%;
      justify-content: center;
      background-color: #1a1c2a;
    }

    /* contact-us */

    .contact-boldtech {
      background-image: url("../img/contact-bg.webp")
    }

    .contact-us-title4 {
      font-family: 'Poppins', sans-serif;
      font-size: 21px;
      font-weight: 600;
      line-height: 2.11;
      color: #acacac;
    }

    .contact-us-title4-text {
      font-family: 'Poppins', sans-serif;
      font-size: 18px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.27;
      letter-spacing: normal;
      color: #575756;
    }

    .contact-us-map {
      height: 100%;
      width: 709px;
      display: flex;
      justify-content: flex-end;
      align-items: flex-end;
    }

    .contact-us-form {
      font-family: 'Poppins', sans-serif;
      font-size: 78px;
      font-weight: 300;
      letter-spacing: -1px;
      color: #283378;
      font-weight: bold;
    }

    .contact-us-form-div {
      font-family: 'Poppins', sans-serif;
      font-size: 78px;
      font-weight: 300;
      letter-spacing: -1px;
      margin-top: 5%;
      color: #575756;
    }
    
    .protection-policy-text {
      font-family: Poppins;
      font-size: 18px;
      font-weight: 500;
      text-align: justify;
      color: #575756;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {

.form-floating {
    position: relative;
    margin-top: 28px;
}
.product-result-catalog-pdf-img{
	width: 60px;
}
.event-image{
	height: 324px;
    object-fit: cover;
}

	.products-container{
	max-width: 740px;
	margin: auto;
	}
	.owl-stage {
	  margin: auto;
	}
	
  .header-logo {
    height: 50px;
    width: auto;
  }

  .car-type-img{
  width: 80px;
}
.car-type-main{
    background-image: radial-gradient(circle, white, #f2f2f2, #e0e0e0);
    padding: 28px;
    text-align: center;
	min-width: 268px;
}
.form-select-lg {
    font-size: 16px;
    height: 62px;
}

.bitmap-text{
  min-height: 185px;
}
  .menu-line {
    border-left: solid 1px #8b8b8b;
    padding-top: 51px;
    padding-right: 50px;
  }
.car-type-main{
    background-image: radial-gradient(circle, white, #f2f2f2, #e0e0e0);
    padding: 28px;
    text-align: center;
	min-width: 268px;
}
.dropdown-item:active {
    background-color: #979ea8;
}
  
#news-details{
	margin-top:80px;
	margin-bottom:80px;
}
.dropdown-item {
    background-color: #ffffff;
    padding: 16px;
}
  .wrapper{
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(-95deg, #1c375c, #1c375c);
    /* background: linear-gradient(375deg, #1cc7d0, #2ede98); */
    /* clip-path: circle(25px at calc(0% + 45px) 45px); */
    clip-path: circle(25px at calc(-100% - 45px) 45px);
    transition: all 0.3s ease-in-out;
  }
  #active:checked ~ .wrapper{
    clip-path: circle(75%);
  }
  .menu-btn{
    position: absolute;
    z-index: 2;
    right: 20px;
    left: 20px;
    top: 85px;
    height: 150px;
    width: 150px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    font-size: 40px;
    color: black;
    cursor: pointer;
    /* background: linear-gradient(375deg, #1cc7d0, #2ede98); */
    transition: all 0.3s ease-in-out;
  }

  #active:checked ~ .menu-btn{

    color: #ffffff;
  }

  #active:checked ~ .menu-btn i:before{
    content: "\f00d";
  }

  .wrapper ul{
    position: absolute;
    top: 29%;
    left: 35%;
    transform: translate(59%, -12%);
    list-style: none;
    text-align: center;
  }

  .wrapper ul li{
    margin: 15px 0;
  }

  .wrapper ul li a{
    color: none;
    text-decoration: none;
    font-size: 30px;
    font-weight: 500;
    padding: 5px 30px;
    color: #ffffff;
    position: relative;
    line-height: 50px;
    transition: all 0.3s ease;
  }

  .wrapper ul li a:after{
    position: absolute;
    content: "";
    background: transparent;
    width: 100%;
    height: 50px;
    left: 0;
    border-radius: 50px;
    transform: scaleY(0);
    z-index: -1;
    transition: transform 0.3s ease;
  }
  .wrapper ul li a:hover:after{
    transform: scaleY(1);
  }

  .altt {
    margin-left: 100%;
    
  }
  .wrapper ul li a:hover{
    color: #7a8596;
  }
  input[type="checkbox"]{
    display: none;
  }

  .dropdown-menu.show {
    background-color: #99a0ab;
    opacity: 0.98;
    position: absolute;
    inset: 0px auto auto 0px;
    margin: 0px;
    transform: translate(0px, 62px);
  }
  .content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    text-align: center;
    width: 100%;
    color: #202020;
  }
  .content .title{
    font-size: 40px;
    font-weight: 700;
  }
  .content p{
    font-size: 35px;
    font-weight: 600;
  }

  .header-banner {
    background-image: url("../img/header-bg.webp");
    height: 769px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 24px;
  }
  .owl-video {
    z-index: -1;
	  margin-top: -5%;
}
  .quick-search {
    background-color: #283378;
    color: white;
    font-size: 24px;
    font-weight: 400;
  }

  .search-box {
    position: absolute;
    bottom: -48%;
    left: 0px;
  }
.manset{
  position: absolute;
  right: 1%;
  top: 16%;
}
.menu-line-tr-en {
  margin-left: 20px;
  display: flex;
}
.menu-line-social {
  margin-left: 20px;
  font-size: 6px;
  display: flex;
}
.products{
	margin-top: 5%;
  display: flex;
}
.owl-manset .owl-nav {
	display: none;
}
.owl-theme .owl-nav.disabled+.owl-dots {
    display: none;
}
  .search-area {
    background-color: white;
	border-radius: 0px 50px 0px 0px;
  }

  .search-area-child {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    text-align: justify;
    color: #000;
  }

  .search-area btn {
    background-color: #000; 
    color: blue;
  }

  .form-control {
    background-color: #e4e5ed;
    height: 63px;
    border-radius: 0px;
  }

  .search-button {
    background-color: #283378;
    font-family: 'Poppins', sans-serif;
    font-size: 10px;
    font-weight: bold;
    align-items: center;
    border-radius: 0px;
  }
  .main-text-b {
    width: 1px;
    visibility: hidden;
}
  .tr-en {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-align: center;
    color: #ffffff;
    text-decoration-line: none;
  }

  .social {
    margin-top: 100%;
  }

  .mt-5 {
    margin-top: 3rem!important;
  }
  .header-social {
    margin-top: 110%;
    display: flex;
    flex-direction: column;
  }

  .line-h {
    height: 769px;
    border: 1px solid white;
    position: absolute;
    margin-left: 81%;
    z-index: -1;
  }

  /* bellows */

  .bellows-text {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #283378;
  }

    /* about */

    .about-techbold {
      margin-top: 5%;
    }
    .about-text {
      font-family: 'Poppins', sans-serif;
      font-size: 18px;
      line-height: 1.94;
      letter-spacing: 1px;
      text-align: right;
      color: #000;
    }

    .bold-tech-truck {
      margin-top: 4%;
      margin-left: -19%;
      width: 94%;
    }

    /* .view-button {
      margin-top: 5%;
      height: 80px;
      border: solid 1px #575756;
      text-align: center;
      font-size: 16px;
      font-weight: bold;
      text-decoration-line: none;
      justify-content: end;
    }

    .view-button-text {
      margin-top: 25px;
      color: black;
    } */

    .btn-outline-dark {
     margin-top: 5%;
    width: 22%;
    height: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
    }

    /* premium-brand */

    .premium-brand-bg {
      background-image: url("../img/your-premium-brand.webp");
      height: 860px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      width: 100.7%;
    }

    .premium-brand-title {
      font-family: 'Poppins', sans-serif;
      font-size: 78px;
      font-weight: bold;
      color: #fff;
    }

    .premium-brand-text {
      font-family: 'Poppins', sans-serif;
      font-size: 22px;
      font-weight: 500;
      line-height: 3.27;
      letter-spacing: 0.37px;
      color: #fff;
    }
  
    .line {
      height: 5px;
      margin: 3px 27px 42px 0;
      border-radius: 6px;
      background-color: #fff;
    }

    .btn-outline-light {
      width: 23%;
      border-radius: none;
      height: 80px;
      border: solid 1px #fff;
      text-align: center;
      font-size: 16px;
      font-weight: bold;
      text-decoration-line: none;
      justify-content: end;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    /* product */

    .new-products {
      font-family: 'Poppins', sans-serif;
      font-size: 120px;
      font-weight: bold;
      line-height: 1.33;
      color: #1a1c2a;
    }

    .products-title1 {
      font-family: 'Poppins', sans-serif;
      font-size: 36px;
      font-weight: bold;
      color: #283378;
    }

    .item {
      width: 461px;
      height: 216px;
      border-radius: 13px;
      border: solid 1px #ccc;
      position:absolute;
      padding-left: 10%;
    }

    .item:hover {
      width: 461px;
      height: 216px;
      border-radius: 13px;
      border: solid 1px #ccc;
      background-color: #283378;
      -webkit-text-fill-color: white;
    }

    .product-item {
      color: #283378;
      font-size: 24px;
      font-weight: 900;
      margin-top: 10%;
      text-align: left;
    }

    .product-item-no {
      font-family: 'Poppins', sans-serif;
      font-size: 24px;
      font-weight: bold;
      line-height: 1.25;
      color: #575756;
      margin-top: -15px;
      text-align: left;
    }

    .product-item-name {
      font-family: 'Poppins', sans-serif;
      font-size: 24px;
      color: #575756;
      margin-top: -15px;
      text-align: left;
    }

    .product-image {
      margin-top: 2%;
      margin-left: 45%;
      width: 35%;
      position: relative;
    }

    .product-image2 {
      margin-top: 6%;
      margin-left: 40%;
      width: 50%;
      position: relative;
    }

    .carousel-wrap {
      width: 1000px;
      margin: auto;
      position: relative;
    }
   
    /* quality */

    .quality {
      background-size: cover;
      justify-content: start;
      margin-top: 5%;
      height: 38%;
    }

    .quality-video {
      margin-bottom: -44%;
      z-index: -1;
      top: 0;
      left: 0;
    }

    .quality-title {
      font-family: 'Poppins', sans-serif;
      font-weight: bold;
      line-height: 1.33;
      color: #283378;
      
    }
    
    .quality-text {
      font-family: 'Poppins', sans-serif;
      font-size: 30px;
      line-height: 1.2;
      color: #283378;
	  margin-top: 40%;
    }

    .quality-in-text {
      font-family: 'Poppins', sans-serif;
      font-size: 18px;
      line-height: 1.33;
      color: #575756;
      visibility: hidden;
    }

    .quality-image {
      width: 733.7px;
      height: 658px;
      margin-left: -50%;
      margin-top: 5%;
      visibility: hidden;
    }

    .quality-footer {
      height: 271px;
      background-color: #283378;
	  margin-top: 9%;
    }

    .quality-text2 {
      font-family: 'Poppins', sans-serif;
      font-size: 30px;
      line-height: 1.2;
      color: #283378;
      text-align: right;
      padding-bottom: 144%;
    }

    .quality-in-text2 {
      font-family: 'Poppins', sans-serif;
      font-size: 18px;
      line-height: 1.33;
      color: #575756;
      text-align: right;
    }


/* metalli */

    .metalli {
      background-size: cover;
      justify-content: start;
      margin-top: 5%;
      height: 38%;
    }

    .metalli-video {
      margin-bottom: -44%;
      z-index: -1;
      top: 0;
      left: 0;
    }

    .metalli-title {
      font-family: 'Poppins', sans-serif;
      font-weight: bold;
      line-height: 1.33;
      color: #283378;
      margin-top: 50%;
	  text-align: right;
    }
    
    .metalli-text {
      font-family: 'Poppins', sans-serif;
      font-size: 30px;
      line-height: 1.2;
      color: #283378;
	  margin-top: 40%;
    }

    .metalli-in-text {
      font-family: 'Poppins', sans-serif;
      font-size: 18px;
      line-height: 1.33;
      color: #575756;
      visibility: hidden;
    }

    .metalli-image {
      width: 733.7px;
      height: 658px;
      margin-left: -50%;
      margin-top: 5%;
      visibility: hidden;
    }

    .metalli-footer {
      height: 271px;
      background-color: #283378;
	  margin-top: 9%;
    }

    .metalli-text2 {
      font-family: 'Poppins', sans-serif;
      font-size: 30px;
      line-height: 1.2;
      color: #283378;
      text-align: right;
      padding-bottom: 144%;
    }

    .metalli-in-text2 {
      font-family: 'Poppins', sans-serif;
      font-size: 18px;
      line-height: 1.33;
      color: #575756;
      text-align: right;
    }
	
	
    .download-img {
      width: 65px;
      height: 61px;
      object-fit: contain;
      margin-top: 70%;
    }

    img.product-catalog {
      width: 358.5px;
      height: 300px;
      object-fit: contain;
    }

    .click-download {
      font-family: 'Poppins', sans-serif;
      font-size: 16px;
      line-height: 1.9;
      text-align: right;
      color: #fff;
      margin-top: 4%;
    }

    .product-catalog {
      margin-top: -10%;
    }

    /* story */

    .story {
      margin-top: 5%;
    }

    .story-first {
      height: 736px;
      background-color: #e4e5ed;
    }

    .story-title {
      font-family: 'Poppins', sans-serif;
      font-size: 72px;
      font-weight: bold;
      line-height: 1;
      color: #1a1c2a;
      margin-top: 20%;
    }

    .story-text {
      font-family: 'Poppins', sans-serif;
      font-size: 42px;
      font-weight: 500;
      line-height: 1.13;
      letter-spacing: 1.5px;
      color: #283378;
      margin-bottom: 10%;
      margin-right: 20%;
    }

    .bold-tech-person {
      margin-top: 7%;
      margin-left: -10%;
	width: 108%;
    }

    .quality-button {
      width: 70%;
      display: flex;
      justify-content: space-around;
      align-items: center;
    }

    /* events */


    .events-main-title {
      margin-top: 2%;
      font-family: 'Poppins', sans-serif;
      font-size: 120px;
      font-weight: bold;
      line-height: 1.33;
      color: #1a1c2a;
    }

    .event-date {
      font-family: 'Poppins', sans-serif;
      font-size: 14px;
      line-height: 2.5;
      color: #aaa;
    }

    .event-title {
      font-family: 'Poppins', sans-serif;
      font-size: 22px;
      font-weight: bold;
      line-height: 1.59;
      color: #283378;
    }

    .event-text {
      font-family: 'Poppins', sans-serif;
      font-size: 18px;
      line-height: 1.33;
      color: #8a8a8a;
    }

    .event-link {
      font-family: 'Poppins', sans-serif;
      font-size: 16px;
      font-weight: bold;
      letter-spacing: 2.29px;
      text-align: justify;
      color: #575756;
      text-decoration-line: none;
    }

    /* footer */

    .footer {
      margin-top: 5%;
    }

    .footer-right {
      height: 1054px;
      background-color: #283378;
      padding: 4%;
    }

    .footer-logo {
      width: 200px;
      object-fit: contain;
      margin-top: 15%;
      justify-content: center;
    }

    .footer-text {
      font-family: 'Poppins', sans-serif;
      font-size: 18px;
      line-height: 1.94;
      letter-spacing: 1px;
      color: #575756;
      margin-top: 3%;
    }

    .follow-us {
      font-family: 'Poppins', sans-serif;
      font-size: 20px;
      font-weight: 500;
      letter-spacing: 0.75px;
      color: #575756;
      margin-top: 12%;
    }

    .follows-social-text {
      font-family: 'Poppins', sans-serif;
      font-size: 30px;
      font-weight: 600;
      letter-spacing: 0.75px;
      color: #575756;
      margin-top: -3%;
    }

    .facebook {
      height: 28px;
      width: auto;
    }

    .twitter {
      height: 28px;
      width: auto;
    }

    .instagram {
      height: 28px;
      width: auto;
    }

    .youtube {
      height: 28px;
      width: auto;
    }

    .letter {
      width: 44px;
      height: 30px;
    }

    .address-box {
      display: flex;
      justify-content: space-between;
      flex-wrap: nowrap;
      flex-direction: column;
      align-items: center;
    }

    .contact-us-title {
      font-family: 'Poppins', sans-serif;
      font-size: 72px;
      font-weight: bold;
      color: #fff;
    }
	.letter-text a{
      color: #fff;
    }

    .contact-us-map {

    }
    .contact-us-title2 {
      font-family: 'Poppins', sans-serif;
      font-size: 16px;
      font-weight: bold;
      line-height: 1.59;
      /* letter-spacing: 0.55px; */
      color: #fff;
      border: 1px solid #fff;
      margin-left: -25px;
    }

    .contact-us-title3 {
      font-family: 'Poppins', sans-serif;
      font-size: 16px;
      font-weight: bold;
      line-height: 1.7;
      letter-spacing: 0.89px;
      color: #fff;
    }
    .form-check-input {
      margin-top: 1.25em;
      vertical-align: top;
      margin-left: 40px;
    }

    ul.breadcrumb {
      padding: 10px 16px;
      list-style: none;
      background-color: #eee;
    }
    ul.breadcrumb li {
      display: inline;
      font-size: 18px;
    }
    ul.breadcrumb li+li:before {
      padding: 8px;
      color: black;
      content: ">";
    }
    ul.breadcrumb li a {
      color: #0275d8;
      text-decoration: none;
    }
    ul.breadcrumb li a:hover {
      color: #01447e;
      text-decoration: underline;
    }
    .contact-us-text {
      font-family: 'Poppins', sans-serif;
      font-size: 16px;
      line-height: 1.7;
      letter-spacing: 0.89px;
      color: #fff;
    }

    .letter-text {
      font-family: 'Poppins', sans-serif;
      font-size: 12px;
      font-weight: bold;
      /* letter-spacing: 2px; */
      text-align: justify;
      color: #fff;
    }

    .footer-logo-mini {
      width: 55px;
      height: 35px;
      margin-right: -260px;
      margin-top: 390px;
    }

/*=============== OTHER-PAGE ===============*/

.nav-link {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2.57px;
  text-align: justify;
  color: #1a1c2a;
  margin-right: 18px;
  
}

.nav-link:hover {
  color: #283378;
}
.default-menu-header .nav-link {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2.57px;
  text-align: justify;
  color: #fff;
  margin-right: 18px;
  
}
.default-menu-header .nav-link:hover {
  color: #283378;
}

.text-active {
  color: #283378 !important;
}

.corporate-header-banner {
  background-image: url("../img/header-bg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* banner */

.banner-title {
  font-size: 48px;
  font-weight: 300;
  letter-spacing: -0.62px;
  color: #fff;
}

.fa-house {
  color: white;
}

.banner-location {
  font-family: Montserrat;
  font-size: 13px;
  color: #fff;
  margin-left: 3px;
}

/* we-are-boldtech */

.we-are-title {
  font-family: 'Poppins', sans-serif;
  font-size: 78px;
  font-weight: 300;
  letter-spacing: -1px;
  color: #575756;
}

.we-are-title-bold {
  font-weight: bold;
  color: #283378;
}

.we-are-text {
  font-family: 'Poppins', sans-serif;
  font-size: 22px;
  line-height: 1.73;
  color: #575756;
}

.we-export {
  /* background-image: url("../img/your-premium-brand.webp"); */
  background-size: cover;
  height: 100%;
  width: 709px;
}

.we-export-title {
  font-family: 'Poppins', sans-serif;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: -0.62px;
  color: #fff;
  margin-top: 5%;
}

/* download */

.download {
    margin-top: 10%;
    height: 207px;
    background-color: #1a1c2a;
}

/* corporate-products */

  .corporate-products-title {
    font-family: 'Poppins', sans-serif;
    font-size: 72px;
    font-weight: bold;
    line-height: 2.22;
    color: #1a1c2a;
  }

  .corporate-products-text {
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
    font-weight: bold;
    color: #575756;
  }

  /* filter */
   
  .filter {
    background-color: #e4e5ea;
    height: 94px;
  }


  .btn-dark {
    background: #283378 !important;
    border-radius: 10px;
  }

  .search-results {
    font-family: 'Poppins', sans-serif;
    font-size: 48px;
    font-weight: bold;
    letter-spacing: -0.62px;
    color: #283378;
  }

  .search-results-text {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: #575756;
  }

  .download-search-results {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.5px;
    color: #283378;
  }

  /* results */

  .bitmap {
    border: solid 1px #e4e5ea;
    align-content: center;
  }

  .bitmap-text {
    background-color: #575756;
    padding: 5%;
  }

  .bitmap-product-title {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-weight: 300;
    letter-spacing: -0.31px;
    text-align: right;
    color: #fff;
  }

  .bitmap-product-detail {
    font-family: 'Poppins', sans-serif;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: -0.41px;
    color: #fff;
  }

  .bitmap-text:hover {
    background-color: #283378;
  }

  .page-link {
    color: #575756 !important;
    background-color: #e4e5ea !important;
  }

  .page-link-active {
    color: rgb(255, 255, 255) !important;
    background-color: #283378 !important;
  }

  /* product-search-catalog */

  .products-results {
    font-family: 'Poppins', sans-serif;
    font-size: 48px;
    font-weight: 300;
    letter-spacing: -1px;
    color: #575756;
  }

  .owl-next, .owl-prev {
      width: 22px;
      height: 40px;
      margin-top: -20px;
      position: absolute;
      top: 50%;
      background-color: #283378;
      
  }
  .owl-prev {
    left: 10px;
  }
  .owl-next {
    right: 10px;

  }
  
  .navigation-img-wrapper {
    margin-top: 4px;
    text-align:center;
  }
  .navigator {
    display:inline-block;
    text-align : center;
    border: 1px solid #e4e5ea;
    line-height:100px;
    color:white;
    font-size:50px;
    cursor:pointer;
  }

  .navigator img {
    width: 20%;
  }

    .product-item-bitmap {
        margin-top: 2%;
        margin-left: 25%;
        width: 50%;
        position: relative;
		margin: auto;
    }
    .accordion {
      display: flex;
      margin-top: 5%;
      justify-content: center;
    }
    .accordion-button {
      font-family: 'Poppins', sans-serif;
      font-size: 18px;
      font-weight: bold;
      letter-spacing: -0.41px;
      color: white;
      background-color: #283378;
    }

    .accordion-header {
      color: white important!;
    }

    .list-group-item {
      padding: 1%;
      border-bottom: solid 1px gray;
    }

    .accordion-list-title {
      font-family: 'Poppins', sans-serif;
      font-size: 14px;
      font-weight: bold;
      letter-spacing: -0.31px;
      color: #575756;
    }

    .accordion-list-text {
      font-family: 'Poppins', sans-serif;
      font-size: 14px;
      letter-spacing: -0.31px;
      color: #575756;
    }

    .products-result-download {
      font-family: 'Poppins', sans-serif;
      font-size: 32px;
      font-weight: bold;
      letter-spacing: -0.41px;
      color: #283378;
      margin-top: 5%;
      border-top: solid 1px #cccccc;
      padding-top: 20px;
    }

    .product-result-text {
      font-family: 'Poppins', sans-serif;
      font-size: 18px;
      font-weight: bold;
      letter-spacing: -0.23px;
      color: #a5a5a5;
    }

    .product-result-catalog-image {
      justify-content: center;
      width: 270.5px;
      height: 300px;
      object-fit: contain; 
      margin-top: -100px;
    }

    .product-click{
    margin-top: -60px;  
    color: white;
    }

    .product-result-catalog {
      margin-top: 20%;
      justify-content: center;
      background-color: #1a1c2a;
    }

    /* contact-us */

    .contact-boldtech {
      background-image: url("../img/contact-bg.webp")
    }

    .contact-us-title4 {
      font-family: 'Poppins', sans-serif;
      font-size: 21px;
      font-weight: 600;
      line-height: 2.11;
      color: #acacac;
    }

    .contact-us-title4-text {
      font-family: 'Poppins', sans-serif;
      font-size: 18px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.27;
      letter-spacing: normal;
      color: #575756;
    }

    .contact-us-map {
      height: 100%;
      width: 709px;
      display: flex;
      justify-content: flex-end;
      align-items: flex-end;
    }

    .contact-us-form {
      font-family: 'Poppins', sans-serif;
      font-size: 78px;
      font-weight: 300;
      letter-spacing: -1px;
      color: #283378;
      font-weight: bold;
    }

    .contact-us-form-div {
      font-family: 'Poppins', sans-serif;
      font-size: 78px;
      font-weight: 300;
      letter-spacing: -1px;
      margin-top: 5%;
      color: #575756;
    }
    
    .protection-policy-text {
      font-family: Poppins;
      font-size: 18px;
      font-weight: 500;
      text-align: justify;
      color: #575756;
    }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {

.form-floating {
    position: relative;
    margin-top: 28px;
}
.product-result-catalog-pdf-img{
	width: 60px;
}
.event-image{
	height: 324px;
    object-fit: cover;
}

	.products-container{
	max-width: 100%;
	margin: auto;
	}
	.owl-stage {
	  margin: auto;
	}
	
  .header-logo {
    height: 50px;
    margin-left: 100px;
  }

  .car-type-img{
  width: 80px;
}
.car-type-main{
    background-image: radial-gradient(circle, white, #f2f2f2, #e0e0e0);
    padding: 28px;
    text-align: center;
	min-width: 268px;
}
.form-select-lg {
    font-size: 16px;
    height: 62px;
}

.bitmap-text{
  min-height: 185px;
}
  .menu-line {
    border-left: solid 1px #8b8b8b;
    padding-right: 50px;
  }
.car-type-main{
    background-image: radial-gradient(circle, white, #f2f2f2, #e0e0e0);
    padding: 28px;
    text-align: center;
	min-width: 268px;
}
.dropdown-item:active {
    background-color: #979ea8;
}
  
#news-details{
	margin-top:80px;
	margin-bottom:80px;
}
.dropdown-item {
    background-color: #ffffff;
    padding: 16px;
}
  .wrapper{
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(-95deg, #1c375c, #1c375c);
    /* background: linear-gradient(375deg, #1cc7d0, #2ede98); */
    /* clip-path: circle(25px at calc(0% + 45px) 45px); */
    clip-path: circle(25px at calc(-100% - 45px) 45px);
    transition: all 0.3s ease-in-out;
  }
  #active:checked ~ .wrapper{
    clip-path: circle(75%);
  }
  .menu-btn{
    position: absolute;
    z-index: 2;
    right: 20px;
    left: 20px;
    top: 85px;
    height: 150px;
    width: 150px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    font-size: 40px;
    color: black;
    cursor: pointer;
    /* background: linear-gradient(375deg, #1cc7d0, #2ede98); */
    transition: all 0.3s ease-in-out;
  }

  #active:checked ~ .menu-btn{

    color: #ffffff;
  }

  #active:checked ~ .menu-btn i:before{
    content: "\f00d";
  }

  .wrapper ul{
    position: absolute;
    top: 29%;
    left: 35%;
    transform: translate(59%, -12%);
    list-style: none;
    text-align: center;
  }

  .wrapper ul li{
    margin: 15px 0;
  }

  .wrapper ul li a{
    color: none;
    text-decoration: none;
    font-size: 30px;
    font-weight: 500;
    padding: 5px 30px;
    color: #ffffff;
    position: relative;
    line-height: 50px;
    transition: all 0.3s ease;
  }

  .wrapper ul li a:after{
    position: absolute;
    content: "";
    background: transparent;
    width: 100%;
    height: 50px;
    left: 0;
    border-radius: 50px;
    transform: scaleY(0);
    z-index: -1;
    transition: transform 0.3s ease;
  }
  .wrapper ul li a:hover:after{
    transform: scaleY(1);
  }

  .altt {
    margin-left: 100%;
    
  }
  .wrapper ul li a:hover{
    color: #7a8596;
  }
  input[type="checkbox"]{
    display: none;
  }

  .dropdown-menu.show {
    background-color: #99a0ab;
    opacity: 0.98;
    position: absolute;
    inset: 0px auto auto 0px;
    margin: 0px;
    transform: translate(0px, 62px);
  }
  .content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    text-align: center;
    width: 100%;
    color: #202020;
  }
  .content .title{
    font-size: 40px;
    font-weight: 700;
  }
  .content p{
    font-size: 35px;
    font-weight: 600;
  }

  .header-banner {
    background-image: url("../img/header-bg.webp");
    height: 769px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 24px;
  }
  .owl-video {
    z-index: -1;
	margin-top: -5%;
}
  .quick-search {
    background-color: #283378;
    color: white;
    font-size: 36px;
    font-weight: 400;
  }

  .search-box {
    height: 144px;
    position: absolute;
    top: 108%;
    left: 0px;
    width: 96.5%;
  }
.manset{
  position: absolute;
  right: 1%;
  top: 16%;
}
.menu-line-tr-en {
  margin-left: 20px;
  display: flex;
}
.menu-line-social {
  margin-left: 20px;
  font-size: 6px;
  display: flex;
}
.products{
	margin-top: 5%;
}
.owl-manset .owl-nav {
	display: none;
}
.owl-theme .owl-nav.disabled+.owl-dots {
    display: none;
}
  .search-area {
    background-color: white;
	border-radius: 0px 50px 0px 0px;
  }

  .main-text-b {
    width: 1px;
    visibility: hidden;
  }
  .search-area-child {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    text-align: justify;
    color: #000;
  }

  .search-area btn {
    background-color: #000; 
    color: blue;
  }

  .form-control {
    background-color: #e4e5ed;
    height: 63px;
    border-radius: 0px;
  }

  .search-button {
    background-color: #283378;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
    align-items: center;
    border-radius: 0px;
  }

  .tr-en {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-align: center;
    color: #ffffff;
    text-decoration-line: none;
  }

  .social {
    margin-top: 100%;
  }

  .mt-5 {
    margin-top: 3rem!important;
  }
  .header-social {
    display: flex;
    flex-direction: column;
    font-size: 10px;
  }

  .line-h {
    height: 769px;
    border: 1px solid white;
    position: absolute;
    margin-left: 81%;
    z-index: -1;
  }

  /* bellows */

  .bellows-text {
    font-family: 'Poppins', sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #283378;
  }

    /* about */

    .about-text {
      font-family: 'Poppins', sans-serif;
      font-size: 18px;
      line-height: 1.94;
      letter-spacing: 1px;
      text-align: right;
      color: #000;
    }
    .bellows .row {
      margin-top: 15%;
  }

    .bold-tech-truck {
      margin-top: 4%;
      margin-left: -6%;
      width: 95%;
    }

    /* .view-button {
      margin-top: 5%;
      height: 80px;
      border: solid 1px #575756;
      text-align: center;
      font-size: 16px;
      font-weight: bold;
      text-decoration-line: none;
      justify-content: end;
    }

    .view-button-text {
      margin-top: 25px;
      color: black;
    } */

    .btn-outline-dark {
      margin-top: 5%;
    width: 22%;
    height: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
    }

    /* premium-brand */

    .premium-brand-bg {
      background-image: url("../img/your-premium-brand.webp");
      height: 860px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      width: 100.7%;
    }

    .premium-brand-title {
      font-family: 'Poppins', sans-serif;
      font-size: 78px;
      font-weight: bold;
      color: #fff;
    }

    .premium-brand-text {
      font-family: 'Poppins', sans-serif;
      font-size: 22px;
      font-weight: 500;
      line-height: 3.27;
      letter-spacing: 0.37px;
      color: #fff;
    }
  
    .line {
      height: 5px;
      margin: 3px 27px 42px 0;
      border-radius: 6px;
      background-color: #fff;
    }

    .btn-outline-light {
      width: 23%;
      border-radius: none;
      height: 80px;
      border: solid 1px #fff;
      text-align: center;
      font-size: 16px;
      font-weight: bold;
      text-decoration-line: none;
      justify-content: end;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    /* product */

    .new-products {
      font-family: 'Poppins', sans-serif;
      font-size: 100px;
      font-weight: bold;
      line-height: 1.33;
      color: #1a1c2a;
    }

    .products-title1 {
      font-family: 'Poppins', sans-serif;
      font-size: 36px;
      font-weight: bold;
      color: #283378;
    }

    .item {
      width: 461px;
      height: 216px;
      border-radius: 13px;
      border: solid 1px #ccc;
      position:absolute;
      padding-left: 10%;
    }

    .item:hover {
      width: 461px;
      height: 216px;
      border-radius: 13px;
      border: solid 1px #ccc;
      background-color: #283378;
      -webkit-text-fill-color: white;
    }

    .product-item {
      color: #283378;
      font-size: 24px;
      font-weight: 900;
      margin-top: 10%;
      text-align: left;
    }

    .product-item-no {
      font-family: 'Poppins', sans-serif;
      font-size: 24px;
      font-weight: bold;
      line-height: 1.25;
      color: #575756;
      margin-top: -15px;
      text-align: left;
    }

    .product-item-name {
      font-family: 'Poppins', sans-serif;
      font-size: 24px;
      color: #575756;
      margin-top: -15px;
      text-align: left;
    }

    .product-image {
      margin-top: 2%;
      margin-left: 45%;
      width: 35%;
      position: relative;
    }

    .product-image2 {
      margin-top: 6%;
      margin-left: 40%;
      width: 50%;
      position: relative;
    }

    .carousel-wrap {
      width: 1000px;
      margin: auto;
      position: relative;
    }
   
    /* quality */

    .quality {
      background-size: cover;
      justify-content: start;
      margin-top: 5%;
    }

    .quality-video {
      margin-bottom: -22%;
      z-index: -1;
      top: 0;
      left: 0;
    }

    .quality-title {
      font-family: 'Poppins', sans-serif;
      font-size: 120px;
      font-weight: bold;
      line-height: 1.33;
      color: #283378;
      padding-top: 220px;
    }
    
    .quality-text {
      font-family: 'Poppins', sans-serif;
      font-size: 40px;
      line-height: 1.2;
      color: #283378;
	  margin-top: 40%;
    }

    .quality-in-text {
      font-family: 'Poppins', sans-serif;
      font-size: 18px;
      line-height: 1.33;
      color: #575756;
    }

    .quality-image {
      width: 1px;
      /* height: 658px; */
      /* margin-left: -50%; */
      /* margin-top: 5%; */
      visibility: hidden;
    }

    .quality-footer {
      height: 207px;
      background-color: #283378;
      margin-bottom: 100px;
	  margin-top: 9%;
    }

    .quality-text2 {
      font-family: 'Poppins', sans-serif;
      font-size: 40px;
      line-height: 1.2;
      color: #283378;
      text-align: right;
	padding-bottom: 100px;
    }

    .quality-in-text2 {
      font-family: 'Poppins', sans-serif;
      font-size: 18px;
      line-height: 1.33;
      color: #575756;
      text-align: right;
    }


    /* metalli */

    .metalli {
      background-size: cover;
      justify-content: start;
      margin-top: 5%;
    }

    .metalli-video {
      margin-bottom: -22%;
      z-index: -1;
      top: 0;
      left: 0;
    }

    .metalli-title {
      font-family: 'Poppins', sans-serif;
      font-size: 120px;
      font-weight: bold;
      line-height: 1.33;
      color: #283378;
      padding-top: 220px;
    }
    
    .metalli-text {
      font-family: 'Poppins', sans-serif;
      font-size: 40px;
      line-height: 1.2;
      color: #283378;
	  margin-top: 40%;
    }

    .metalli-in-text {
      font-family: 'Poppins', sans-serif;
      font-size: 18px;
      line-height: 1.33;
      color: #575756;
    }

    .quality-image {
      width: 1px;
      /* height: 658px; */
      /* margin-left: -50%; */
      /* margin-top: 5%; */
      visibility: hidden;
    }

    .metalli-footer {
      height: 207px;
      background-color: #283378;
      margin-bottom: 100px;
	  margin-top: 9%;
    }

    .metalli-text2 {
      font-family: 'Poppins', sans-serif;
      font-size: 40px;
      line-height: 1.2;
      color: #283378;
      text-align: right;
	padding-bottom: 100px;
    }

    .metalli-in-text2 {
      font-family: 'Poppins', sans-serif;
      font-size: 18px;
      line-height: 1.33;
      color: #575756;
      text-align: right;
    }
	
	
    .download-img {
      width: 1px;
      /* height: 61px; */
      /* object-fit: contain; */
      /* margin-top: 70%; */
      visibility: hidden;
    }

    img.product-catalog {
      width: 358.5px;
      height: 300px;
      object-fit: contain;
    }

    .click-download {
      font-family: 'Poppins', sans-serif;
      font-size: 16px;
      line-height: 1.9;
      text-align: right;
      color: #fff;
      margin-top: 4%;
    }

    .product-catalog {
      margin-top: -10%;
    }

    /* story */

    .story {
      margin-top: 5%;
    }

    .story-first {
      height: 736px;
      background-color: #e4e5ed;
    }

    .story-title {
      font-family: 'Poppins', sans-serif;
      font-size: 72px;
      font-weight: bold;
      line-height: 1;
      color: #1a1c2a;
      margin-top: 20%;
    }

    .story-text {
      font-family: 'Poppins', sans-serif;
      font-size: 42px;
      font-weight: 500;
      line-height: 1.13;
      letter-spacing: 1.5px;
      color: #283378;
      margin-bottom: 10%;
      margin-right: 20%;
    }

    .bold-tech-person {
      margin-top: 7%;
     margin-left: -10%;
	width: 108%;
    }

    .quality-button {
      width: 70%;
      display: flex;
      justify-content: space-around;
      align-items: center;
    }

    /* events */


    .events-main-title {
      margin-top: 2%;
      font-family: 'Poppins', sans-serif;
      font-size: 120px;
      font-weight: bold;
      line-height: 1.33;
      color: #1a1c2a;
    }

    .event-date {
      font-family: 'Poppins', sans-serif;
      font-size: 14px;
      line-height: 2.5;
      color: #aaa;
    }

    .event-title {
      font-family: 'Poppins', sans-serif;
      font-size: 22px;
      font-weight: bold;
      line-height: 1.59;
      color: #283378;
    }

    .event-text {
      font-family: 'Poppins', sans-serif;
      font-size: 18px;
      line-height: 1.33;
      color: #8a8a8a;
    }

    .event-link {
      font-family: 'Poppins', sans-serif;
      font-size: 16px;
      font-weight: bold;
      letter-spacing: 2.29px;
      text-align: justify;
      color: #575756;
      text-decoration-line: none;
    }

    /* footer */

    .footer {
      margin-top: 5%;
    }

    .footer-right {
      height: 954px;
      background-color: #283378;
      padding: 4%;
    }

    .footer-logo {
      width: 396px;
      object-fit: contain;
      margin-top: 15%;
      justify-content: center;
    }

    .footer-text {
      font-family: 'Poppins', sans-serif;
      font-size: 18px;
      line-height: 1.94;
      letter-spacing: 1px;
      color: #575756;
      margin-top: 3%;
    }

    .follow-us {
      font-family: 'Poppins', sans-serif;
      font-size: 20px;
      font-weight: 500;
      letter-spacing: 0.75px;
      color: #575756;
      margin-top: 12%;
    }

    .follows-social-text {
      font-family: 'Poppins', sans-serif;
      font-size: 30px;
      font-weight: 600;
      letter-spacing: 0.75px;
      color: #575756;
      margin-top: -3%;
    }

    .facebook {
      height: 28px;
      width: auto;
    }

    .twitter {
      height: 28px;
      width: auto;
    }

    .instagram {
      height: 28px;
      width: auto;
    }

    .youtube {
      height: 28px;
      width: auto;
    }

    .letter {
      width: 44px;
      height: 30px;
    }

    .address-box {
      display: flex;
      justify-content: space-between;
      flex-wrap: nowrap;
      flex-direction: column;
      align-items: center;
    }

    .contact-us-title {
      font-family: 'Poppins', sans-serif;
      font-size: 72px;
      font-weight: bold;
      color: #fff;
    }
	.letter-text a{
      color: #fff;
    }

    .contact-us-map {

    }
    .contact-us-title2 {
      font-family: 'Poppins', sans-serif;
      font-size: 16px;
      font-weight: bold;
      line-height: 1.59;
      letter-spacing: 0.55px;
      color: #fff;
      border: 1px solid #fff;
      
    }

    .contact-us-title3 {
      font-family: 'Poppins', sans-serif;
      font-size: 16px;
      font-weight: bold;
      line-height: 1.7;
      letter-spacing: 0.89px;
      color: #fff;
    }
    .form-check-input {
      margin-top: 1.25em;
      vertical-align: top;
      margin-left: 40px;
    }

    ul.breadcrumb {
      padding: 10px 16px;
      list-style: none;
      background-color: #eee;
    }
    ul.breadcrumb li {
      display: inline;
      font-size: 18px;
    }
    ul.breadcrumb li+li:before {
      padding: 8px;
      color: black;
      content: ">";
    }
    ul.breadcrumb li a {
      color: #0275d8;
      text-decoration: none;
    }
    ul.breadcrumb li a:hover {
      color: #01447e;
      text-decoration: underline;
    }
    .contact-us-text {
      font-family: 'Poppins', sans-serif;
      font-size: 16px;
      line-height: 1.7;
      letter-spacing: 0.89px;
      color: #fff;
    }

    .letter-text {
      font-family: 'Poppins', sans-serif;
      font-size: 14px;
      font-weight: bold;
      letter-spacing: 2px;
      text-align: justify;
      color: #fff;
    }

    .footer-logo-mini {
      width: 55px;
      height: 35px;
      margin-right: -260px;
      margin-top: 390px;
    }

/*=============== OTHER-PAGE ===============*/

.nav-link {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2.57px;
  text-align: justify;
  color: #1a1c2a;
  margin-right: 18px;
  
}

.nav-link:hover {
  color: #283378;
}
.default-menu-header .nav-link {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2.57px;
  text-align: justify;
  color: #000;
  margin-right: 18px;
}
.default-menu-header .nav-link:hover {
  color: #283378;
}

.text-active {
  color: #283378 !important;
}

.corporate-header-banner {
  background-image: url("../img/header-bg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* banner */

.banner-title {
  font-size: 48px;
  font-weight: 300;
  letter-spacing: -0.62px;
  color: #fff;
}

.fa-house {
  color: white;
}

.banner-location {
  font-family: Montserrat;
  font-size: 13px;
  color: #fff;
  margin-left: 3px;
}

/* we-are-boldtech */

.we-are-title {
  font-family: 'Poppins', sans-serif;
  font-size: 78px;
  font-weight: 300;
  letter-spacing: -1px;
  color: #575756;
}

.we-are-title-bold {
  font-weight: bold;
  color: #283378;
}

.we-are-text {
  font-family: 'Poppins', sans-serif;
  font-size: 22px;
  line-height: 1.73;
  color: #575756;
}

.we-export {
  /* background-image: url("../img/your-premium-brand.webp"); */
  background-size: cover;
  height: 100%;
  width: 709px;
}

.we-export-title {
  font-family: 'Poppins', sans-serif;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: -0.62px;
  color: #fff;
  margin-top: 5%;
}

/* download */

.download {
    margin-top: 10%;
    height: 207px;
    background-color: #1a1c2a;
}

/* corporate-products */

  .corporate-products-title {
    font-family: 'Poppins', sans-serif;
    font-size: 72px;
    font-weight: bold;
    line-height: 2.22;
    color: #1a1c2a;
  }

  .corporate-products-text {
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
    font-weight: bold;
    color: #575756;
  }

  /* filter */
   
  .filter {
    background-color: #e4e5ea;
    height: 289px;
  }


  .btn-dark {
    background: #283378 !important;
    border-radius: 10px;
  }

  .search-results {
    font-family: 'Poppins', sans-serif;
    font-size: 48px;
    font-weight: bold;
    letter-spacing: -0.62px;
    color: #283378;
  }

  .search-results-text {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: #575756;
  }

  .download-search-results {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.5px;
    color: #283378;
  }

  /* results */

  .bitmap {
    border: solid 1px #e4e5ea;
    align-content: center;
  }

  .bitmap-text {
    background-color: #575756;
    padding: 5%;
  }

  .bitmap-product-title {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-weight: 300;
    letter-spacing: -0.31px;
    text-align: right;
    color: #fff;
  }

  .bitmap-product-detail {
    font-family: 'Poppins', sans-serif;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: -0.41px;
    color: #fff;
  }

  .bitmap-text:hover {
    background-color: #283378;
  }

  .page-link {
    color: #575756 !important;
    background-color: #e4e5ea !important;
  }

  .page-link-active {
    color: rgb(255, 255, 255) !important;
    background-color: #283378 !important;
  }

  /* product-search-catalog */

  .products-results {
    font-family: 'Poppins', sans-serif;
    font-size: 48px;
    font-weight: 300;
    letter-spacing: -1px;
    color: #575756;
  }

  .owl-next, .owl-prev {
      width: 22px;
      height: 40px;
      margin-top: -20px;
      position: absolute;
      top: 50%;
      background-color: #283378;
      
  }
  .owl-prev {
    left: 10px;
  }
  .owl-next {
    right: 10px;

  }
  
  .navigation-img-wrapper {
    margin-top: 4px;
    text-align:center;
  }
  .navigator {
    display:inline-block;
    text-align : center;
    border: 1px solid #e4e5ea;
    line-height:100px;
    color:white;
    font-size:50px;
    cursor:pointer;
  }

  .navigator img {
    width: 20%;
  }

    .product-item-bitmap {
        margin-top: 2%;
        margin-left: 25%;
        width: 50%;
        position: relative;
		margin: auto;
    }
    .accordion {
      display: flex;
      margin-top: 5%;
      justify-content: center;
    }
    .accordion-button {
      font-family: 'Poppins', sans-serif;
      font-size: 18px;
      font-weight: bold;
      letter-spacing: -0.41px;
      color: white;
      background-color: #283378;
    }

    .accordion-header {
      color: white important!;
    }

    .list-group-item {
      padding: 1%;
      border-bottom: solid 1px gray;
    }

    .accordion-list-title {
      font-family: 'Poppins', sans-serif;
      font-size: 14px;
      font-weight: bold;
      letter-spacing: -0.31px;
      color: #575756;
    }

    .accordion-list-text {
      font-family: 'Poppins', sans-serif;
      font-size: 14px;
      letter-spacing: -0.31px;
      color: #575756;
    }

    .products-result-download {
      font-family: 'Poppins', sans-serif;
      font-size: 32px;
      font-weight: bold;
      letter-spacing: -0.41px;
      color: #283378;
      margin-top: 5%;
      border-top: solid 1px #cccccc;
      padding-top: 20px;
    }

    .product-result-text {
      font-family: 'Poppins', sans-serif;
      font-size: 18px;
      font-weight: bold;
      letter-spacing: -0.23px;
      color: #a5a5a5;
    }

    .product-result-catalog-image {
      justify-content: center;
      width: 270.5px;
      height: 300px;
      object-fit: contain; 
      margin-top: -100px;
    }

    .product-click{
    margin-top: -60px;  
    color: white;
    }

    .product-result-catalog {
      margin-top: 20%;
      justify-content: center;
      background-color: #1a1c2a;
    }

    /* contact-us */

    .contact-boldtech {
      background-image: url("../img/contact-bg.webp")
    }

    .contact-us-title4 {
      font-family: 'Poppins', sans-serif;
      font-size: 21px;
      font-weight: 600;
      line-height: 2.11;
      color: #acacac;
    }

    .contact-us-title4-text {
      font-family: 'Poppins', sans-serif;
      font-size: 18px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.27;
      letter-spacing: normal;
      color: #575756;
    }

    .contact-us-map {
      height: 100%;
      width: 709px;
      display: flex;
      justify-content: flex-end;
      align-items: flex-end;
    }

    .contact-us-form {
      font-family: 'Poppins', sans-serif;
      font-size: 78px;
      font-weight: 300;
      letter-spacing: -1px;
      color: #283378;
      font-weight: bold;
    }

    .contact-us-form-div {
      font-family: 'Poppins', sans-serif;
      font-size: 78px;
      font-weight: 300;
      letter-spacing: -1px;
      margin-top: 5%;
      color: #575756;
    }
    
    .protection-policy-text {
      font-family: Poppins;
      font-size: 18px;
      font-weight: 500;
      text-align: justify;
      color: #575756;
    }
}
@media only screen and (max-width: 480px) {

.form-floating {
    position: relative;
    margin-top: 28px;
}
.product-result-catalog-pdf-img{
	width: 60px;
}
.event-image{
	height: 324px;
    object-fit: cover;
}

	.products-container{
	max-width: 100%;
	margin: auto;
	}
	.owl-stage {
	  margin: auto;
	}
	
.header-logo {
    height: 34px;
  }
.navbar-toggler {
    background-color: white;
}
.form-control {
    font-size: 14px;
}

.menu-line {
  float: right;
  display: flex;
  align-items: center;
  }
.car-type-img{
  width: 80px;
  margin: auto;
}
.car-type-main{
    background-image: radial-gradient(circle, white, #f2f2f2, #e0e0e0);
    padding: 28px;
    text-align: center;
	min-width: 268px;
}
.form-select-lg {
    font-size: 16px;
    height: 62px;
}

.bitmap-text{
  min-height: 185px;
}
  .car-type-main{
    background-image: radial-gradient(circle, white, #f2f2f2, #e0e0e0);
    padding: 28px;
    text-align: center;
	min-width: 268px;
	    margin-top: 10px;
}
.dropdown-item:active {
    background-color: #979ea8;
}
#news-details{
	margin-top:80px;
	margin-bottom:80px;
}
.dropdown-item {
    background-color: #ffffff;
    padding: 16px;
}
  .wrapper{
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(-95deg, #1c375c, #1c375c);
    /* background: linear-gradient(375deg, #1cc7d0, #2ede98); */
    /* clip-path: circle(25px at calc(0% + 45px) 45px); */
    clip-path: circle(25px at calc(-100% - 45px) 45px);
    transition: all 0.3s ease-in-out;
  }
  #active:checked ~ .wrapper{
    clip-path: circle(75%);
  }
  .menu-btn{
    position: absolute;
    z-index: 2;
    right: 20px;
    left: 20px;
    top: 85px;
    height: 150px;
    width: 150px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    font-size: 40px;
    color: black;
    cursor: pointer;
    /* background: linear-gradient(375deg, #1cc7d0, #2ede98); */
    transition: all 0.3s ease-in-out;
  }

  #active:checked ~ .menu-btn{

    color: #ffffff;
  }

  #active:checked ~ .menu-btn i:before{
    content: "\f00d";
  }

  .wrapper ul{
    position: absolute;
    top: 29%;
    left: 35%;
    transform: translate(59%, -12%);
    list-style: none;
    text-align: center;
  }

  .wrapper ul li{
    margin: 15px 0;
  }

  .wrapper ul li a{
    color: none;
    text-decoration: none;
    font-size: 30px;
    font-weight: 500;
    padding: 5px 30px;
    color: #ffffff;
    position: relative;
    line-height: 50px;
    transition: all 0.3s ease;
  }

  .wrapper ul li a:after{
    position: absolute;
    content: "";
    background: transparent;
    width: 100%;
    height: 50px;
    left: 0;
    border-radius: 50px;
    transform: scaleY(0);
    z-index: -1;
    transition: transform 0.3s ease;
  }
  .wrapper ul li a:hover:after{
    transform: scaleY(1);
  }

  .altt {
    margin-left: 100%;
    
  }
  .wrapper ul li a:hover{
    color: #7a8596;
  }
  input[type="checkbox"]{
    display: none;
  }

  .dropdown-menu.show {
    background-color: #99a0ab;
    opacity: 0.98;
    position: absolute;
    inset: 0px auto auto 0px;
    margin: 0px;
    transform: translate(0px, 62px);
  }
  .content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    text-align: center;
    width: 100%;
    color: #202020;
  }
  .content .title{
    font-size: 40px;
    font-weight: 700;
  }
  .content p{
    font-size: 35px;
    font-weight: 600;
  }

  .header-banner {
    background-image: url("../img/header-bg.webp");
    height: 769px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 24px;
  }
  .owl-video {
    z-index: -1;
    margin-top: -16%;
}
  .quick-search {
    background-color: #283378;
    color: white;
    font-size: 16px;
    font-weight: 400;
    margin-left: 0px;
	width: 89.2%;
  }

  .search-box {

    width: 109%;
  }
  .manset{
    position: absolute;
    top: 19%;
    width: 105%;
  }
  .menu-line-tr-en {
    margin-left: 20px;
    display: flex;
  }
  .menu-line-social {
    margin-left: 20px;
    font-size: 6px;
    display: flex;
  }
.navbar-brand {
	padding: 0px;
	margin: 0px;
	}
	
.products{
	margin-top: 5%;
}
.owl-manset .owl-nav {
	display: none;
}
.owl-theme .owl-nav.disabled+.owl-dots {
    display: none;
}
  .search-area {
    background-color: white;
	border-radius: 0px 50px 0px 0px;
  }

  .main-text-b {
    width: 1px;
    visibility: hidden;
  }
  .search-area-child {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    text-align: justify;
    color: #000;
  }

  .search-area btn {
    background-color: #000; 
    color: blue;
  }

  .form-control {
    background-color: #e4e5ed;
    height: 63px;
    border-radius: 0px;
	font-size: 14px;
	padding-left: 28px;
  }
  
	.owl-video .video{
		height: 198px;
	}

  .search-button {
    background-color: #283378;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 2px;
    align-items: center;
    border-radius: 0px;
	padding-left: 28px;
  }

  .tr-en {
    font-family: 'Poppins', sans-serif;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-align: center;
    color: #ffffff;
    text-decoration-line: none;
  }

  .social {
    margin-top: 100%;
  }

  .mt-5 {
    margin-top: 3rem!important;
  }
  .header-social {
    display: flex;
    flex-direction: column;
    font-size: 6px;
  }

  .line-h {
    height: 769px;
    border: 1px solid white;
    position: absolute;
    margin-left: 81%;
    z-index: -1;
  }

  /* bellows */

  .bellows-text {
    font-family: 'Poppins', sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #283378;
  }

    /* about */

    .about-text {
      font-family: 'Poppins', sans-serif;
      font-size: 18px;
      line-height: 1.94;
      letter-spacing: 1px;
      text-align: right;
      color: #000;
    }

    .bold-tech-truck {
      width: 100%;
    }

    /* .view-button {
      margin-top: 5%;
      height: 80px;
      border: solid 1px #575756;
      text-align: center;
      font-size: 16px;
      font-weight: bold;
      text-decoration-line: none;
      justify-content: end;
    }

    .view-button-text {
      margin-top: 25px;
      color: black;
    } */

    .btn-outline-dark {
    margin-top: 5%;
    width: 55%;
    height: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
	margin-bottom: 5%;
    }

    /* premium-brand */

    .premium-brand-bg {
    background-image: url(../img/your-premium-brand.webp);
    height: 553px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	width: 100%;
    }

    .premium-brand-title {
	font-family: 'Poppins', sans-serif;
    font-size: 65px;
    font-weight: bold;
    color: #fff;
    padding-left: 28px;
    line-height: 58px;
    }

    .premium-brand-text {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.37px;
    color: #fff;
	padding-left: 28px;
    }
  
    .line {
      height: 5px;
      margin: 3px 27px 42px 0;
      border-radius: 6px;
      background-color: #fff;
    }

    .btn-outline-light {
    width: 85%;
    border-radius: none;
    height: 60px;
    border: solid 1px #fff;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    text-decoration-line: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    }

    /* product */

    .new-products {
      font-family: 'Poppins', sans-serif;
      font-size: 38px;
      font-weight: bold;
      line-height: 48px;
      color: #1a1c2a;
	  padding-left: 28px;
    }

    .products-title1 {
      font-family: 'Poppins', sans-serif;
      font-size: 22px;
      font-weight: bold;
      color: #283378;
	  padding-left: 28px;
    }

    .item {
      border-radius: 13px;
      border: solid 1px #ccc;
      position:absolute;
      padding-left: 10%;
    }

    .item:hover {
      border-radius: 13px;
      border: solid 1px #ccc;
      background-color: #283378;
      -webkit-text-fill-color: white;
    }

    .product-item {
      color: #283378;
      font-size: 24px;
      font-weight: 900;
      margin-top: 10%;
      text-align: left;
    }

    .product-item-no {
      font-family: 'Poppins', sans-serif;
      font-size: 20px;
      font-weight: bold;
      line-height: 1.25;
      color: #575756;
      margin-top: -15px;
      text-align: left;
    }

    .product-item-name {
      font-family: 'Poppins', sans-serif;
      font-size: 20px;
      color: #575756;
      margin-top: -15px;
      text-align: left;
    }

    .product-image {
      margin-top: 2%;
      margin-left: 45%;
      width: 35%;
      position: relative;
    }

    .product-image2 {
      margin-top: 6%;
      margin-left: 40%;
      width: 50%;
      position: relative;
    }

    .carousel-wrap {
      width: 1000px;
      margin: auto;
      position: relative;
    }
   
    /* quality */

    .quality {
      background-size: cover;
      justify-content: start;
      margin-top: 5%;
    }

    .quality-video {
      margin-bottom: -44%;
      z-index: -1;
      top: 0;
      left: 0;
    }

    .quality-title {
    font-family: 'Poppins', sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.33;
    color: #283378;
    padding-left: 26px;
    }
    
    .quality-text {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    line-height: 1.4;
    color: #283378;
    padding-left: 26px;
    padding-top: 70px;
    }

    .quality-in-text {
      font-family: 'Poppins', sans-serif;
      font-size: 16px;
      line-height: 1.33;
      color: #575756;
      padding-top: 20px;
      padding-left: 14px;
      }

    .quality-image {
      width: 1px;
      /* height: 658px; */
      /* margin-left: -50%; */
      /* margin-top: 5%; */
      visibility: hidden;
    }

    .quality-footer {
      height: 240px;
      background-color: #283378;
      margin-bottom: 100px;
      padding-right: 30px;
    }

    .about-techbold{
	  margin-top: -50px;
    font-size: 14px;
    padding-left: 28px;
    padding-right: 32px;
  }
    .quality-text2 {
	font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #283378;
    margin-right: 40px;
    padding-top: 40px;
    padding-left: 28px;
    padding-bottom: 28px;
    }

    .quality-in-text2 {
      font-family: 'Poppins', sans-serif;
      font-size: 18px;
      line-height: 1.33;
      color: #575756;
      text-align: right;
    }



/* metalli */

    .metalli {
      background-size: cover;
      justify-content: start;
      margin-top: 5%;
    }

    .metalli-video {
      margin-bottom: -44%;
      z-index: -1;
      top: 0;
      left: 0;
    }

    .metalli-title {
	font-family: 'Poppins', sans-serif;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.33;
    color: #283378;
	text-align: right;
	padding-right: 32px;
    }
	
    .metalli-text {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    line-height: 1.2;
    color: #283378;
    padding-left: 26px;
    padding-top: 46px;
    }

    .metalli-in-text {
      font-family: 'Poppins', sans-serif;
      font-size: 16px;
      line-height: 1.33;
      color: #575756;
      padding-top: 20px;
      padding-left: 14px;
      }

    .metalli-image {
      width: 1px;
      /* height: 658px; */
      /* margin-left: -50%; */
      /* margin-top: 5%; */
      visibility: hidden;
    }

    .metalli-footer {
      height: 240px;
      background-color: #283378;
      margin-bottom: 100px;
      padding-right: 30px;
    }
	
    .metalli-text2 {
	font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #283378;
    padding-left: 40px;
    padding-bottom: 28px;
    }

    .metalli-in-text2 {
      font-family: 'Poppins', sans-serif;
      font-size: 18px;
      line-height: 1.33;
      color: #575756;
      text-align: right;
    }
	
    .download-img {
      width: 1px;
      /* height: 61px; */
      /* object-fit: contain; */
      /* margin-top: 70%; */
      visibility: hidden;
    }

    img.product-catalog {
      width: 300px;
      /* height: 300px; */
      object-fit: contain;
    }

    .click-download {
      font-family: 'Poppins', sans-serif;
      font-size: 16px;
      line-height: 1.9;
      text-align: right;
      color: #fff;
      margin-top: 4%;
    }

    .product-catalog {
      margin-top: 2%;
    }
.social-display{
	    display: block;
    text-align: center;
    margin-bottom: 10%;
}
    /* story */

    .story {
      margin-top: 5%;
    }

    .story-first {
      height: 426px;
      background-color: #e4e5ed;
    }

    .story-title {
	font-family: 'Poppins', sans-serif;
    font-size: 38px;
    font-weight: bold;
    line-height: 1.33;
    color: #1a1c2a;
    margin-top: 0%;
    margin-left: 28px;
    }

    .story-text {
	font-family: 'Poppins', sans-serif;
    font-size: 28px;
    font-weight: 500;
    line-height: 1.13;
    letter-spacing: 1.5px;
    color: #283378;
    margin-bottom: 10%;
    margin-left: 28px;
    }

    .bold-tech-person {
      margin-top: 7%;
      margin-left: -10%;
	width: 108%;
    }

    .quality-button {
      width: 70%;
      display: flex;
      justify-content: space-around;
      align-items: center;
    }

    /* events */


    .events-main-title {
	margin-top: 2%;
    font-family: 'Poppins', sans-serif;
    font-size: 48px;
    font-weight: bold;
    line-height: 48px;
    color: #1a1c2a;
    }

    .event-date {
      font-family: 'Poppins', sans-serif;
      font-size: 14px;
      line-height: 2.5;
      color: #aaa;
    }

    .event-title {
      font-family: 'Poppins', sans-serif;
      font-size: 22px;
      font-weight: bold;
      line-height: 1.59;
      color: #283378;
    }

    .event-text {
      font-family: 'Poppins', sans-serif;
      font-size: 18px;
      line-height: 1.33;
      color: #8a8a8a;
    }

    .event-link {
      font-family: 'Poppins', sans-serif;
      font-size: 16px;
      font-weight: bold;
      letter-spacing: 2.29px;
      text-align: justify;
      color: #575756;
      text-decoration-line: none;
    }
    .form-container {
      padding: 20px;
    }
    .message-box {
      padding: 20px;
    }
    /* footer */

    .footer {
      margin-top: 5%;
    }

    .footer-right {
      height: 540px;
      background-color: #283378;
      padding: 4%;
      margin-right: -2.5%;
    }

    .footer-logo {
          width: 68%;
    object-fit: contain;
    margin-top: 15%;
    margin-left: 28px;
    }

    .footer-text {
      font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #575756;
    margin-top: 3%;
    margin-left: 28px;
    }

    .follow-us {
      font-family: 'Poppins', sans-serif;
      font-size: 20px;
      font-weight: 500;
      letter-spacing: 0.75px;
      color: #575756;
      margin-top: 12%;
	  margin-left: 28px;
    }

    .follows-social-text {
      font-family: 'Poppins', sans-serif;
      font-size: 30px;
      font-weight: 600;
      letter-spacing: 0.75px;
      color: #575756;
      margin-top: -3%;
	  margin-left: 28px;
    }

    .facebook {
      height: 28px;
      width: auto;
    }

    .twitter {
      height: 28px;
      width: auto;
    }

    .instagram {
      height: 28px;
      width: auto;
    }

    .youtube {
      height: 28px;
      width: auto;
    }

    .letter {
      width: 44px;
      height: 30px;
    }

    .address-box {
      display: flex;
      justify-content: space-between;
      flex-wrap: nowrap;
      flex-direction: column;
      align-items: center;
    }

    .contact-us-title {
      font-family: 'Poppins', sans-serif;
      font-size: 48px;
      font-weight: 700;
      color: #fff;
    }
	.letter-text a{
      color: #fff;
    }

    .contact-us-map {

    }
    .contact-us-title2 {
      font-family: 'Poppins', sans-serif;
      font-size: 16px;
      font-weight: bold;
      line-height: 1.59;
      letter-spacing: 0.55px;
      color: #fff;
      border: 1px solid #fff;
      
    }

    .contact-us-title3 {
      font-family: 'Poppins', sans-serif;
      font-size: 16px;
      font-weight: bold;
      line-height: 1.7;
      letter-spacing: 0.89px;
      color: #fff;
    }
    .form-check-input {
      margin-top: 1.25em;
      vertical-align: top;
      margin-left: 40px;
    }

    ul.breadcrumb {
      padding: 10px 16px;
      list-style: none;
      background-color: #eee;
    }
    ul.breadcrumb li {
      display: inline;
      font-size: 18px;
    }
    ul.breadcrumb li+li:before {
      padding: 8px;
      color: black;
      content: ">";
    }
    ul.breadcrumb li a {
      color: #0275d8;
      text-decoration: none;
    }
    ul.breadcrumb li a:hover {
      color: #01447e;
      text-decoration: underline;
    }
    .contact-us-text {
      font-family: 'Poppins', sans-serif;
      font-size: 16px;
      line-height: 1.7;
      letter-spacing: 0.89px;
      color: #fff;
    }

    .letter-text {
      font-family: 'Poppins', sans-serif;
      font-size: 14px;
      font-weight: bold;
      letter-spacing: 2px;
      text-align: justify;
      color: #fff;
    }

    .footer-logo-mini {
      width: 55px;
      height: 35px;
      margin-right: -260px;
      margin-top: 390px;
    }

/*=============== OTHER-PAGE ===============*/

.nav-link {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2.57px;
  text-align: justify;
  color: #1a1c2a;
  margin-right: 18px;
  
}

.nav-link:hover {
  color: #283378;
}
.default-menu-header .nav-link {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2.57px;
  text-align: justify;
  color: #000;
  margin-right: 18px;
}
.default-menu-header .nav-link:hover {
  color: #283378;
}

.text-active {
  color: #283378 !important;
}

.corporate-header-banner {
      background-image: url(../img/header-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 200px;
    padding-top: 1px;
}

/* banner */

.banner-title {
  font-size: 29px;
  font-weight: 300;
  letter-spacing: -0.62px;
  color: #fff;
}

.fa-house {
  color: white;
}

.banner-location {
  font-family: Montserrat;
  font-size: 13px;
  color: #fff;
  margin-left: 3px;
}

/* we-are-boldtech */

.we-are-title {
  font-family: 'Poppins', sans-serif;
  font-size: 50px;
  font-weight: 300;
  letter-spacing: -1px;
  color: #575756;
}

.we-are-title-bold {
  font-weight: bold;
  color: #283378;
}

.we-are-text {
  font-family: 'Poppins', sans-serif;
  font-size: 22px;
  line-height: 1.73;
  color: #575756;
}

.we-export {
  /* background-image: url("../img/your-premium-brand.webp"); */
  background-size: cover;
  height: 100%;
  width: 709px;
}

.we-export-title {
  font-family: 'Poppins', sans-serif;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: -0.62px;
  color: #fff;
  margin-top: 5%;
}

/* download */

.download {
    margin-top: 10%;
    height: 207px;
    background-color: #1a1c2a;
}

/* corporate-products */

  .corporate-products-title {
    font-family: 'Poppins', sans-serif;
    font-size: 72px;
    font-weight: bold;
    line-height: 2.22;
    color: #1a1c2a;
  }

  .corporate-products-text {
    font-family: 'Poppins', sans-serif;
    font-size: 36px;
    font-weight: bold;
    color: #575756;
  }

  /* filter */
   
  .filter {
    background-color: #e4e5ea;
    height: 304px;
  }

  .filter .col-md-10 {
    display: flex;
    flex-direction: column;
    /* flex-wrap: wrap; */
    align-content: center;
    /* justify-content: flex-end; */
    align-items: center;
  }


  .btn-dark {
    background: #283378 !important;
  }

  .search-results {
    font-family: 'Poppins', sans-serif;
    font-size: 48px;
    font-weight: bold;
    letter-spacing: -0.62px;
    color: #283378;
  }

  .search-results-text {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    color: #575756;
	text-align: center;
    margin-top: 24px;
  }

  .download-search-results {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.5px;
    color: #283378;
	text-align: center;
  }

  /* results */

  .bitmap {
    border: solid 1px #e4e5ea;
    align-content: center;
  }

  .bitmap-text {
    background-color: #575756;
    padding: 5%;
  }

  .bitmap-product-title {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-weight: 300;
    letter-spacing: -0.31px;
    text-align: right;
    color: #fff;
  }

  .bitmap-product-detail {
    font-family: 'Poppins', sans-serif;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: -0.41px;
    color: #fff;
  }

  .bitmap-text:hover {
    background-color: #283378;
  }

  .page-link {
    color: #575756 !important;
    background-color: #e4e5ea !important;
  }

  .page-link-active {
    color: rgb(255, 255, 255) !important;
    background-color: #283378 !important;
  }

  /* product-search-catalog */

  .products-results {
    font-family: 'Poppins', sans-serif;
    font-size: 48px;
    font-weight: 300;
    letter-spacing: -1px;
    color: #575756;
  }
.products-result-col2{
	text-align: center;
}
  .owl-next, .owl-prev {
      width: 22px;
      height: 40px;
      margin-top: -20px;
      position: absolute;
      top: 50%;
      background-color: #283378;
      
  }
  .owl-prev {
    left: 10px;
  }
  .owl-next {
    right: 10px;

  }
  
  .navigation-img-wrapper {
    margin-top: 4px;
    text-align:center;
  }
  .navigator {
    display:inline-block;
    text-align : center;
    border: 1px solid #e4e5ea;
    line-height:100px;
    color:white;
    font-size:50px;
    cursor:pointer;
  }

  .navigator img {
    width: 12%;
  }

    .product-item-bitmap {
        margin-top: 2%;
        margin-left: 25%;
        width: 50%;
        position: relative;
		margin: auto;
    }
    .accordion {
      display: flex;
      margin-top: 5%;
      justify-content: center;
    }
    .accordion-button {
      font-family: 'Poppins', sans-serif;
      font-size: 18px;
      font-weight: bold;
      letter-spacing: -0.41px;
      color: white;
      background-color: #283378;
    }

    .accordion-header {
      color: white important!;
    }

    .list-group-item {
      padding: 1%;
    }

    .accordion-list-title {
      font-family: 'Poppins', sans-serif;
      font-size: 14px;
      font-weight: bold;
      letter-spacing: -0.31px;
      color: #575756;
    }

    .accordion-list-text {
      font-family: 'Poppins', sans-serif;
      font-size: 14px;
      letter-spacing: -0.31px;
      color: #575756;
    }

    .products-result-download {
      font-family: 'Poppins', sans-serif;
      font-size: 32px;
      font-weight: bold;
      letter-spacing: -0.41px;
      color: #283378;
      margin-top: 5%;
      border-top: solid 1px #cccccc;
      padding-top: 20px;
    }

    .product-result-text {
      font-family: 'Poppins', sans-serif;
      font-size: 18px;
      font-weight: bold;
      letter-spacing: -0.23px;
      color: #a5a5a5;
    }

    .product-result-catalog-image {
      justify-content: center;
      width: 270.5px;
      height: 300px;
      object-fit: contain; 
      margin-top: -100px;
    }

    .product-click{
    margin-top: -60px;  
    color: white;
    }

    .product-result-catalog {
      margin-top: 20%;
      justify-content: center;
      background-color: #1a1c2a;
    }

    /* contact-us */

    .contact-boldtech {
      background-image: url("../img/contact-bg.webp")
    }

    .contact-us-title4 {
      font-family: 'Poppins', sans-serif;
      font-size: 15px;
      font-weight: 600;
      line-height: 2.11;
      color: #acacac;
    }

    .contact-us-title4-text {
      font-family: 'Poppins', sans-serif;
      font-size: 14px;
      font-weight: normal;
      font-stretch: normal;
      font-style: normal;
      line-height: 1.27;
      letter-spacing: normal;
      color: #575756;
    }

    .contact-us-map {
      height: 100%;
      width: 709px;
      display: flex;
      justify-content: flex-end;
      align-items: flex-end;
    }

    .contact-us-form {
      font-family: 'Poppins', sans-serif;
      font-size: 50px;
      font-weight: 300;
      letter-spacing: -1px;
      color: #283378;
      font-weight: bold;
    }

    .contact-us-form-div {
      font-family: 'Poppins', sans-serif;
      font-size: 50px;
      font-weight: 300;
      letter-spacing: -1px;
      margin-top: 5%;
      color: #575756;
    }
    
    .protection-policy-text {
      font-family: Poppins;
      font-size: 18px;
      font-weight: 500;
      text-align: justify;
      color: #575756;
    }
    /* .bold-tech-truck {
      width: 96%;
    }
    .main-text-b {
      width: 48%;
    }
    .quality-image {
      width: 1%;
      visibility: hidden;
    }
    .bold-tech-person {
      width: 94%;
    }
    .footer-logo {
      width: 64%;
      margin-top: 10%;
    }
    .letter {
      width: 1%;
      visibility: hidden;
    } */

    .navbar {
      display: flex;
      flex-direction: row-reverse;
	   }
	   .default-menu-header{
		       height: 340px;
	   }

	.mx-4 {
    margin-right: 0!important;;
    margin-left: 0!important;;
}
.p-5 {
    padding: 0!important;;
}
  }
 