@font-face {
	font-family: A1;
	src: url('../fonts/ArbFONTS-GE-Snd-Book_1.ttf');
}
@font-face {
	font-family: A2;
	src: url('../fonts/BwModelicaSS02-Medium.otf');
}
@font-face {
	font-family: A3;
	src: url('../fonts/NeueHaasUnicaPro-Regular.ttf');
}

@font-face {
	font-family: I1;
	src: url('../fonts/Inter_Bold.ttf');
}
@font-face {
	font-family: I2;
	src: url('../fonts/Inter_Medium.ttf');
}
@font-face {
	font-family: I3;
	src: url('../fonts/Inter_Regular.ttf');
}
@font-face {
	font-family: I4;
	src: url('../fonts/Inter_Light.ttf');
}
@font-face {
	font-family: I5;
	src: url('../fonts/Inter_ExtraLight.ttf');
}
@font-face {
	font-family: I6;
	src: url('../fonts/Inter_Thin.ttf');
}

body {
  margin: 0 auto;
  padding: 0;
  background-color: #fff;
  /* overflow-x: hidden; */
}

/* scrol bar */
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #848688;
}
::-webkit-scrollbar-thumb {
  background: #4c4c4c;
}
::-webkit-scrollbar-thumb:hover {
  background: #20466c;
}

/* select color */
::selection {
  background: #4c4c4c;
  color: #fff;
}
::-moz-selection {
  background: #4c4c4c;
  color: #fff;
}

.noBlue {
  text-decoration: none;
  outline: 0;
  border: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.noBlue:hover {
  text-decoration: none;
  outline: 0;
  border: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.noBlue:focus {
  text-decoration: none;
  outline: 0;
  border: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/*------------------------------------------------------------- Header*/

.headerSEC {
}

headerSEC {
  position: fixed;
  width: 100%;
  z-index: 2;
  background-color: #fff;
  height: 50px;
  z-index: 6;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  }

headerSEC.smaller {
  height: 40px;
  background-color: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  }

headerSEC .container-fluid {
  padding: 0 90px 0 90px;
  margin: 0 0 0 0;
  }

headerSEC .row {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  }

headerSEC .col1 {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  height: 50px;
  align-content: center;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  }
headerSEC.smaller .col1 {
  height: 40px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  }
headerSEC .col1 img {
  height: 40px;
  width: auto;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  }
headerSEC.smaller .col1 img {
  height: 30px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  }

headerSEC .col2 {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  height: 50px;
  align-content: center;
  text-align: right;
  direction: ltr;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  }
headerSEC.smaller .col2 {
  height: 40px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  }

headerSEC .menuLink {
  position: relative;
  font-family: A1;
  color: #848688;
  font-size: 17px;
  letter-spacing: 0.3px;
  margin-left: 20px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  }
headerSEC.smaller .menuLink {
  font-size: 15px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  }
headerSEC .menuLink:hover {
  color: #5a5b5c;
  }
headerSEC .menuLink:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0.5px;
  display: block;
  margin-top: -2px;
  right: 0;
  background: #5a5b5c;
  transition: width 0.4s ease;
  -webkit-transition: width 0.4s ease;
  }

headerSEC.smaller .menuLink:after {
  margin-top: 2px;
}

headerSEC .menuLink:hover:after {
  width: 60%;
  left: 0;
  background: #5a5b5c;
}

/*-------------------------------------------- small --*/

.headerSECs {
  width: 100%;
  z-index: 10;
  position: fixed;
  background-color: #fff;
  height: 80px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.headerSECs .container-fluid {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

.headerSECs .row {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
}

.headerSECs .col0 {
  padding: 17px 0 0 0;
  margin: 0 0 0 0;
  text-align: center;
  position: absolute;
}
.headerSECs .col0 img {
  height: 50px;
  width: auto;
  margin: 0 auto;
  float: none;
}

.headerSECs .menuDiv {
  padding: 19px 25px 0 0;
  margin: 0 0 0 0;
  width: 100%;
  text-align: right;
  z-index: 2;
}
.headerSECs .menuDiv a {
}
.headerSECs .menuDiv i {
  color: #000;
  font-size: 30px;
}

.headerSECs .menuDivIN {
  padding: 45px 30px 0 0;
  margin: 0 0 0 0;
  width: 100%;
  text-align: right;
  position: absolute;
  z-index: 9;
}
.headerSECs .menuDivIN a {
}
.headerSECs .menuDivIN i {
  color: #fff;
  font-size: 50px;
}

.headerSECs .offcanvas-header {
  text-align: right;
  direction: rtl;
  float: right;
  background-color: #f8f8f8;
  }

.headerSECs .closeBu {
  margin-top: 20px;
  margin-right: 20px;
  font-size: 22px;
  border: 0px;
  background: transparent;
  }

.headerSECs .closeBu i {
  color: #4d4c4e;
  font-size: 30px;
  }

.headerSECs .offcanvas-body {
  padding: 20px 0 0 40px;
  line-height: 36px;
  background-color: #f8f8f8;
  }

.headerSECs .offcanvas-body .mainLinks {
  font-family: A2;
  color: #848688;
  font-size: 22px;
  letter-spacing: 0.2px;
  }
.headerSECs .offcanvas-body .sMenuSlink {
  font-family: A2;
  color: #848688;
  font-size: 16px;
  letter-spacing: 0.2px;
  }
.headerSECs .offcanvas-body .sLinks {
  width: 11px;
  height: auto;
  margin-left: 3px;
  margin-bottom: 1px;
  }

  /* Anchor link offset: change these values to control the top gap after clicking menu links. */
  #homePlace, #aboutPlace, #proPlace, #brandsPlace, #contactsPlace {scroll-margin-top: 40px;}
@media (max-width: 991.98px) {
  #homePlace, #aboutPlace, #proPlace, #contactsPlace { scroll-margin-top: 80px;}
  #brandsPlace {scroll-margin-top: 155px;}
  }
@media (max-width: 575.98px) {
  }
@media (min-width: 576px) and (max-width: 912.98px) {
  }
@media (min-width: 820px) and (max-width: 1180.98px) {
  }
@media (min-width: 913px) and (max-width: 1199.98px) {
  }
@media (min-width: 1200px) and (max-width: 1399.98px) {
  }

/*------------------------------------------------------------------ main Header SEC */

/*-------------------------------------------------------- big --*/
.mainHeaderSEC {
  background: url(../imgs/mainHeaderBack.webp) no-repeat top center;
  background-size: cover;
  height: 600px;
  }
.mainHeaderSEC .container-fluid {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  }
.mainHeaderSEC #mainHeader_r {
  padding: 50px 0 0 0;
  margin: 0 0 0 0;
  }
  
#mainHeader_r .col1 {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  }
#mainHeader_r .col1 img {
  height: 550px;
  width: auto;
  }

#mainHeader_r .col2 {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  }
.col2 #mainHeader_r2 {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  }
#mainHeader_r2 .col2a {
  padding: 75px 0 0 0;
  margin: 0 0 0 0;
  font-family: A2;
  font-size: 42px;
  color: #fff;
  line-height: 49px;
  }
#mainHeader_r2 .col2b {
  padding: 75px 0 0 0;
  margin: 0 0 0 0;
  font-family: A1;
  font-size: 20px;
  color: #fff;
  line-height: 25px;
  }

#mainHeader_r .col3 {
  padding: 90px 0 0 110px;
  margin: 0 0 0 0;
  }
#mainHeader_r .col3 img {
  width: 135px;
  height: auto;
  }

/*-------------------------------------------------------- small --*/
.mainHeaderSECs {
  }
.mainHeaderSECs .container-fluid {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  }
.mainHeaderSECs #mainHeader_rs {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  }
  
#mainHeader_rs .col1 {
  padding: 80px 25px 40px 25px;
  margin: 0 0 0 0;
  background: url(../imgs/mainHeaderBack.webp) no-repeat top left;
  background-size: cover;
  text-align: center;
  }
#mainHeader_rs .col1 img {
  width: 300px;
  height: auto;
  }

.mainHeaderSECs #mainHeader_rs2 {
  padding: 40px 30px 40px 30px;
  margin: 0 0 0 0;
  background: url(../imgs/mainHeaderBack.webp) no-repeat bottom right;
  background-size: cover;
  }

#mainHeader_rs2 .col2 {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  font-family: A2;
  font-size: 40px;
  color: #fff;
  line-height: 49px;
  }

#mainHeader_rs2 .col3 {
  padding: 20px 0 0 0;
  margin: 0 0 0 0;
  font-family: A1;
  font-size: 24px;
  color: #fff;
  line-height: 26px;
  letter-spacing: 0.2px;
  }

#mainHeader_rs2 .col4 {
  padding: 20px 0 0 0;
  margin: 0 0 0 0;
  }
#mainHeader_rs2 .col4 img {
  width: 140px;
  height: auto;
  }

/*------------------------------------------------------------------ about SEC */

.aboutSEC {
  background-color: #fff;
  }
.aboutSEC .container-fluid {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  }
.aboutSEC #aboutSEC_r {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  height: 550px;
  }

#aboutSEC_r .col1 {
  padding: 0 50px 0 90px;
  margin: 0 0 0 0;
  height: 100%;
  align-content: center;
  }
.col1 #aboutSEC_r1 {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  }
#aboutSEC_r1 .col1a {
  padding: 0 0 10px 0;
  margin: 0 0 0 0;
  font-family: A3;
  font-size: 20px;
  letter-spacing: 0.3px;
  color: #a7a9ac;
  }
#aboutSEC_r1 .col1b {
  padding: 0 0 50px 0;
  margin: 0 0 0 0;
  font-family: A2;
  font-size: 38px;
  letter-spacing: 0.3px;
  color: #4d4c4e;
  }
  #aboutSEC_r1 .col1c {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  font-family: A1;
  font-size: 18px;
  letter-spacing: 0.3px;
  color: #848688;
  line-height: 22px;
  }

#aboutSEC_r .col2 {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  height: 100%;
  background: url(../imgs/aboutSECimg.webp) no-repeat center center;
  background-size: cover;
  }
  
@media (max-width: 575.98px) {
  .aboutSEC #aboutSEC_r {height: auto;}
  #aboutSEC_r .col1 {padding: 25px 30px 25px 30px;}
  #aboutSEC_r1 .col1a {padding: 0 0 0 0;font-size: 18px;}
  #aboutSEC_r1 .col1b {padding: 0 0 30px 0;font-size: 36px;}
  #aboutSEC_r .col2 {height: 450px;}
  }
@media (min-width: 576px) and (max-width: 912.98px) {
  }
@media (min-width: 820px) and (max-width: 1180.98px) {
  }
@media (min-width: 913px) and (max-width: 1199.98px) {
  }
@media (min-width: 1200px) and (max-width: 1399.98px) {
  }

/*------------------------------------------------------------------ about SEC 2 */

.aboutSEC2 {
  }
.aboutSEC2 .container-fluid {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  background-color: #a7a9ac;
  }
.aboutSEC2 #aboutSEC2_r {
  padding: 36px 76px 36px 76px;
  margin: 0 0 0 0;
  }

#aboutSEC2_r .outCol {
  padding: 12px 12px 12px 12px;
  margin: 0 0 0 0;
  }

#aboutSEC2_r .inCol0 {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  height: 200px;
  }
.inCol0 #aboutSEC2_r1 {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  }
#aboutSEC2_r1 .inCol0a {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  font-family: A2;
  font-size: 35px;
  color: #fff;
  letter-spacing: 0.2px;
  line-height: 35px;
  }
#aboutSEC2_r1 .inCol0b {
  padding: 35px 0 0 0;
  margin: 0 0 0 0;
  font-family: A1;
  font-size: 19px;
  color: #fff;
  letter-spacing: 0.5px;
  line-height: 20px;
  }


#aboutSEC2_r .inCol {
  padding: 25px 35px;
  margin: 0 0 0 0;
  background-color: #f8f8f8;
  min-height: 200px;
  }
.inCol #aboutSEC2_r2 {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  }
#aboutSEC2_r2 .inCola {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  }
#aboutSEC2_r2 .inCola .IconImg1 {
  width: 52px;
  height: auto;
  }
#aboutSEC2_r2 .inCola .IconImg2 {
  width: 48px;
  height: auto;
  }
#aboutSEC2_r2 .inCola .IconImg3 {
  width: 52px;
  height: auto;
  }
#aboutSEC2_r2 .inCola .IconImg4 {
  width: 56px;
  height: auto;
  }
#aboutSEC2_r2 .inCola .IconImg5 {
  width: 52px;
  height: auto;
  }
#aboutSEC2_r2 .inColb {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  }
.inColb #aboutSEC2_r3 {
  padding: 0 0 0 6px;
  margin: 0 0 0 0;
  }
#aboutSEC2_r3 .r3Col1 {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  font-family: A2;
  font-size: 24px;
  color: #4d4c4e;
  line-height: 32px;
  }
#aboutSEC2_r3 .r3Col2 {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  height: 3px;
  }
#aboutSEC2_r3 .r3Col2 hr {
  margin-top: 12px;
  width: 60px;
  border: 0px;
  background-color: #848688;
  height: 3px;
  opacity: 1;
  }
#aboutSEC2_r3 .r3Col3 {
  padding: 26px 0 0 0;
  margin: 0 0 0 0;
  font-family: A1;
  font-size: 17px;
  color: #848688;
  letter-spacing: 0.3px;
  line-height: 19px;
  }


@media (max-width: 575.98px) {
  .aboutSEC2 #aboutSEC2_r {padding: 30px 20px 30px 20px;}
  #aboutSEC2_r .outCol {padding: 10px 10px 10px 10px;}
  #aboutSEC2_r .inCol0 {height: auto;}
  #aboutSEC2_r .inCol {padding: 20px 30px;height: 190px;}
  #aboutSEC2_r2 .inCola .IconImg1 {width: 44px;}
  #aboutSEC2_r2 .inCola .IconImg2 {width: 44px;}
  #aboutSEC2_r2 .inCola .IconImg3 {width: 48px;}
  #aboutSEC2_r2 .inCola .IconImg4 {width: 50px;}
  #aboutSEC2_r2 .inCola .IconImg5 {width: 48px;}
  #aboutSEC2_r3 .r3Col1 {font-size: 20px;line-height: 26px;}
  #aboutSEC2_r3 .r3Col2 {height: 2px;}
  #aboutSEC2_r3 .r3Col2 hr {margin-top: 8px;width: 50px;height: 2px;}
  #aboutSEC2_r3 .r3Col3 {padding: 20px 0 0 0;font-size: 17px;line-height: 19px;}
  }
@media (min-width: 576px) and (max-width: 912.98px) {
  #aboutSEC2_r .inCol {padding: 20px 30px; min-height: 260px;}
  }
@media (min-width: 820px) and (max-width: 1180.98px) {
  #aboutSEC2_r .inCol {padding: 20px 30px; min-height: 260px;}
  }
@media (min-width: 913px) and (max-width: 1349.98px) {
  #aboutSEC2_r .inCol {padding: 20px 30px; min-height: 260px;}
  }
@media (min-width: 1350px) and (max-width: 1399.98px) {
  }

/*------------------------------------------------------------------ portfolio */

.portfolioSEC {
  }
.portfolioSEC .container-fluid {
  padding: 40px 90px 180px 90px;
  margin: 0 0 0 0;
  background-color: #f8f8f8;
  }
.portfolioSEC #portfolioSEC_r {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  }
#portfolioSEC_r .col1 {
  padding: 0 0 10px 0;
  margin: 0 0 0 0;
  font-family: A3;
  font-size: 20px;
  letter-spacing: 0.3px;
  color: #a7a9ac;
  }
#portfolioSEC_r .col2 {
  padding: 0 0 40px 0;
  margin: 0 0 0 0;
  font-family: A2;
  font-size: 38px;
  letter-spacing: 0.3px;
  color: #4d4c4e;
  }
#portfolioSEC_r .col3 {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  font-family: A1;
  font-size: 18px;
  letter-spacing: 0.3px;
  color: #848688;
  line-height: 22px;
  }
#portfolioSEC_r .col4 {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  }


.col4 #portfolioSEC_r2 {
  padding: 30px 0 0 0;
  margin: 0 -10px 0 -10px;
  }
#portfolioSEC_r2 .outCol {
  padding: 10px 10px;
  margin: 0 0 0 0;
  }
#portfolioSEC_r2 .inCol {
  padding: 25px 35px;
  margin: 0 0 0 0;
  background-color: #fff;
  min-height: 200px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  }
#portfolioSEC_r2 .inCol:hover {
  background: #000000;
  background: linear-gradient(340deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 75%);
  }
#portfolioSEC_r2 .inCol1 {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  font-family: A2;
  font-size: 25px;
  line-height: 29px;
  color: #4d4c4e;
  min-height: 58px;
  }
#portfolioSEC_r2 .inCol2 {
  padding: 15px 0 15px 0;
  margin: 0 0 0 0;
  font-family: A1;
  font-size: 16px;
  letter-spacing: 0.4px;
  color: #848688;
  line-height: 18px;
  min-height: 84px;
  }
#portfolioSEC_r2 .inCol3 {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  text-align: center;
  align-content: center;
  min-height: 210px;
  }
#portfolioSEC_r2 .inCol3 .proIMG1 {
  width: 90%;
  height: auto;
  }
#portfolioSEC_r2 .inCol3 .proIMG2 {
  width: 90%;
  height: auto;
  }
#portfolioSEC_r2 .inCol3 .proIMG3 {
  width: 100%;
  height: auto;
  }
#portfolioSEC_r2 .inCol3 .proIMG4 {
  width: 90%;
  height: auto;
  }
#portfolioSEC_r2 .inCol3 .proIMG5 {
  width: 100%;
  height: auto;
  }
#portfolioSEC_r2 .inCol3 .proIMG6 {
  width: 90%;
  height: auto;
  }
#portfolioSEC_r2 .inCol3 .proIMG7 {
  width: 100%;
  height: auto;
  }
#portfolioSEC_r2 .inCol3 .proIMG8 {
  width: 85%;
  height: auto;
  }

@media (max-width: 575.98px) {
  .portfolioSEC .container-fluid {padding: 30px 30px 130px 30px;}
  #portfolioSEC_r .col1 {padding: 0 0 5px 0;}
  #portfolioSEC_r .col2 {padding: 0 0 25px 0;font-size: 32px;line-height: 35px;letter-spacing: 0.2px;}
  .col4 #portfolioSEC_r2 {padding: 20px 0 0 0;margin: 0 0 0 0;}
  #portfolioSEC_r2 .outCol {padding: 0 0 0 0;margin: 0 0 20px 0;}
  }
@media (min-width: 576px) and (max-width: 912.98px) {
  }
@media (min-width: 820px) and (max-width: 1180.98px) {
  }
@media (min-width: 913px) and (max-width: 1199.98px) {
  }
@media (min-width: 1200px) and (max-width: 1399.98px) {
  }

/*------------------------------------------------------------------ Ball bearing img */

.bBearingSEC {
  }
.bBearingSEC .container-fluid {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  background: url(../imgs/bBearingIMG.webp) no-repeat bottom center;
  background-size: cover;
  height: 600px;
  }
.bBearingSEC #bBearingSEC_r {
  padding: 0 90px 0 90px;
  margin: 0 0 0 0;
  height: 600px;
  }

/* ---------------------------- top */
#bBearingSEC_r .col1 {
  padding: 0 0 0 0;
  margin: -140px auto 0 auto;
  background-color: #a7a9ac;
  max-height: fit-content;
  }

.col1 #bBearingSEC_rTop {
  padding: 40px 80px 45px 80px;
  margin: 0 0 0 0;
  }
#bBearingSEC_rTop .TopCol1 {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  }
#bBearingSEC_rTop .TopCol1a {
  padding: 0 0 40px 0;
  margin: 0 0 0 0;
  font-family: A2;
  color: #fff;
  font-size: 36px;
  letter-spacing: 0.3px;
  line-height: 38px;
  max-width: 62%;
  }
#bBearingSEC_rTop .TopCol1b {
  padding: 0 0 10px 0;
  margin: 0 0 0 0;
  font-family: A1;
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.3px;
  line-height: 20px;
  max-width: 62%;
  }
#bBearingSEC_rTop .TopCol1c {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  background-color: #fff;
  height: 2px;
  }

#bBearingSEC_rTop .TopCol2 {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  align-content: flex-end;
  text-align: right;
  }
#bBearingSEC_rTop .TopCol2 img {
  width: 35px;
  height: auto;
  }
#bBearingSEC_rTop .TopCol2 button {
  padding: 7px 20px 7px 20px;
  margin-left: 7px;
  background-color: #4d4c4e;
  border: 1px solid #4d4c4e;
  border-radius: 0px;
  color: #fff;
  font-family: A2;
  font-size: 14px;
  letter-spacing: 0.3px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  }
#bBearingSEC_rTop .TopCol2 button:hover {
  background-color: #fff;
  border: 1px solid #fff;
  color: #4d4c4e;
  }

@media (max-width: 575.98px) {
  .bBearingSEC .container-fluid {background: url(../imgs/bBearingIMG.webp) no-repeat center center;height: 600px;}
  .bBearingSEC #bBearingSEC_r {padding: 0 30px 0 30px;height: 600px;}
  /* --------------------------------------------------------- top */
  #bBearingSEC_r .col1 {margin: -120px auto 0 auto;}
  .col1 #bBearingSEC_rTop {padding: 20px 40px 20px 40px;}
  #bBearingSEC_rTop .TopCol1a {padding: 0 0 20px 0;font-size: 29px;line-height: 32px;max-width: 100%;}
  #bBearingSEC_rTop .TopCol1b {padding: 0 0 10px 0;font-size: 16px;line-height: 17px;max-width: 100%;}
  #bBearingSEC_rTop .TopCol1c {height: 1px;}
  #bBearingSEC_rTop .TopCol2 {padding: 15px 0 0 0;text-align: left;}
  #bBearingSEC_rTop .TopCol2 img {width: 32px;}
  #bBearingSEC_rTop .TopCol2 button {padding: 5px 18px 5px 18px;}
  }
@media (min-width: 576px) and (max-width: 912.98px) {
    .bBearingSEC .container-fluid {background: url(../imgs/bBearingIMG.webp) no-repeat center center;height: 600px;}
  .bBearingSEC #bBearingSEC_r {padding: 0 30px 0 30px;height: 600px;}
  /* --------------------------------------------------------- top */
  #bBearingSEC_r .col1 {margin: -120px auto 0 auto;}
  .col1 #bBearingSEC_rTop {padding: 20px 40px 20px 40px;}
  #bBearingSEC_rTop .TopCol1a {padding: 0 0 20px 0;font-size: 29px;line-height: 32px;max-width: 100%;}
  #bBearingSEC_rTop .TopCol1b {padding: 0 0 10px 0;font-size: 16px;line-height: 17px;max-width: 100%;}
  #bBearingSEC_rTop .TopCol1c {height: 1px;}
  #bBearingSEC_rTop .TopCol2 {padding: 15px 0 0 0;text-align: left;}
  #bBearingSEC_rTop .TopCol2 img {width: 32px;}
  #bBearingSEC_rTop .TopCol2 button {padding: 5px 18px 5px 18px;}
  }
@media (min-width: 820px) and (max-width: 1180.98px) {
  }
@media (min-width: 913px) and (max-width: 1199.98px) {
  }
@media (min-width: 1200px) and (max-width: 1399.98px) {
  }

/*------------------------------------------------------------------ Brands */

.brandsSEC {
  background-color: #f8f8f8;
  position: relative;
  overflow: visible;
  padding-bottom: 30px;
  }

.brandsSEC .container-fluid {
  padding: 0 90px 0 90px;
  margin: 0 0 0 0;
  overflow: visible;
  }

.brandsSEC #brandsSEC_r {
  padding: 40px 80px 40px 80px;
  margin: 0 0 0 0;
  background-color: #fff;
  position: relative;
  z-index: 5;
  transform: translateY(-40px);
  }

/* .brandsSEC {
  background-color: #f8f8f8;
  }
.brandsSEC .container-fluid {
  padding: 0 90px 0 90px;
  margin: 0 0 0 0;
  }
.brandsSEC #brandsSEC_r {
  padding: 40px 80px 40px 80px;
  margin: 0 0 0 0;
  background-color: #fff;
  align-self: flex-end;
  } */

#brandsSEC_r .col1 {
  padding: 0 0 10px 0;
  margin: 0 0 0 0;
  font-family: A3;
  font-size: 20px;
  letter-spacing: 0.3px;
  color: #a7a9ac;
  }
#brandsSEC_r .col2 {
  padding: 0 0 40px 0;
  margin: 0 0 0 0;
  font-family: A2;
  font-size: 38px;
  letter-spacing: 0.1px;
  color: #4d4c4e;
  }
#brandsSEC_r .col3 {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  font-family: A1;
  font-size: 18px;
  letter-spacing: 0.3px;
  color: #848688;
  line-height: 22px;
  }
#brandsSEC_r .col4 {
  padding: 35px 0 0 0;
  margin: 0 0 0 0;
  }
#brandsSEC_r .col4 .container {
  padding: 0 0 0 0;
  margin: 0 auto 0 auto;
  /* max-width: 980px; */
  }
.brands-grid {
  margin: 0 -25px 0 -25px;
  }
.brand-item {
  position: relative;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px 25px 18px 25px;
  }
.brand-item img {
  display: block;
  max-width: 160px;
  max-height: 70px;
  width: auto;
  height: auto;
  object-fit: contain;
  }
.brand-item::before,
.brand-item::after {
  content: "";
  position: absolute;
  background-color: #e5e5e5;
  }
.brand-item::before {
  left: 25px;
  right: 25px;
  bottom: 0;
  height: 1px;
  }
.brand-item::after {
  right: 0;
  top: 32px;
  width: 1px;
  height: 55px;
  }

.brand-col:nth-child(2n) .brand-item::after {display: none;}
.brand-col:last-child .brand-item::after {display: none;}
.brand-col:nth-last-child(-n+1) .brand-item::before {display: none;}
@media (min-width: 768px) {
  .brand-col:nth-child(2n) .brand-item::after { display: block;}
  .brand-col:nth-child(3n) .brand-item::after {display: none;}
  .brand-col:last-child .brand-item::after { display: none;}
  .brand-col:nth-last-child(-n+3) .brand-item::before {display: none;}
  }
@media (min-width: 992px) {
  .brand-col:nth-child(3n) .brand-item::after {display: block; }
  .brand-col:nth-child(4n) .brand-item::after {display: none;}
  .brand-col:last-child .brand-item::after {display: none;}
  .brand-col:nth-last-child(-n+3) .brand-item::before { display: none; }
  }

@media (max-width: 575.98px) {
  .brandsSEC { padding-bottom: 0;}
  .brandsSEC .container-fluid {padding: 0 30px 0 30px;}
  .brandsSEC #brandsSEC_r { padding: 25px 30px 0 30px;transform: translateY(-40px);}
  #brandsSEC_r .col2 {padding: 0 0 20px 0;font-size: 36px; line-height: 36px;}
  #brandsSEC_r .col3 {line-height: 21px;}
  #brandsSEC_r .col4 {padding: 20px 0 0 0;}
  }
@media (min-width: 576px) and (max-width: 912.98px) {
  }
@media (min-width: 820px) and (max-width: 1180.98px) {
  }
@media (min-width: 913px) and (max-width: 1199.98px) {
  }
@media (min-width: 1200px) and (max-width: 1399.98px) {
  }

/*------------------------------------------------------------------ contact */

.contactSEC {
  }
.contactSEC .container-fluid {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  }
.contactSEC #contactSEC_r {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  background: url(../imgs/contactIMG.webp) no-repeat bottom center;
  background-size: cover;
  height: 600px;
  }

#contactSEC_r .col1 {
  padding: 100px 145px;
  margin: 0 0 0 0;
  height: 100%;
  align-content: center;
  }
#contactSEC_r .col1a {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  height: 100%;
  background-color: #fff;
  }

.col1a #contactSEC_r2 {
  padding: 40px;
  margin: 0 0 0 0;
  }

#contactSEC_r2 .r2col1 {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  font-family: A3;
  font-size: 20px;
  letter-spacing: 0.3px;
  color: #a7a9ac;
  }
#contactSEC_r2 .r2col2 {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  font-family: A2;
  font-size: 34px;
  color: #4d4c4e;
  }
#contactSEC_r2 .r2col3 {
  padding: 130px 0 0 0;
  margin: 0 0 0 0;
  font-family: A1;
  font-size: 18px;
  letter-spacing: 0.3px;
  color: #848688;
  line-height: 22px;
  }
#contactSEC_r2 .r2col4 {
  padding: 20px 0 0 0;
  margin: 0 0 0 0;
  }
#contactSEC_r2 .r2col4 button {
  padding: 6px 25px 4px 25px;
  background-color: transparent;
  border: 1px solid #336eb1;
  border-radius: 0px;
  color: #336eb1;
  font-family: A2;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  }
#contactSEC_r2 .r2col4 button:hover {
  background-color: #336eb1;
  color: #fff;
  }


#contactSEC_r .col2 {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  }

@media (max-width: 575.98px) {
  .contactSEC #contactSEC_r {height: 500px;}
  #contactSEC_r .col1 {padding: 30px 30px;}
  #contactSEC_r .col2 {display: none;}
  }
@media (min-width: 576px) and (max-width: 912.98px) {
  #contactSEC_r .col2 {display: none;}
  }
@media (min-width: 820px) and (max-width: 1180.98px) {
  }
@media (min-width: 913px) and (max-width: 1199.98px) {
  }
@media (min-width: 1200px) and (max-width: 1399.98px) {
  }

/*------------------------------------------------------------------ footer */

.footerSEC {
  background-color: #fff;
  }
.footerSEC .container-fluid {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  }
.footerSEC #footerSEC_r {
  padding: 50px 90px 50px 90px;
  margin: 0 0 0 0;
  }

#footerSEC_r .col1 {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  }
.col1 #footerSEC_r1 {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  }
#footerSEC_r1 .col1a {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  }
#footerSEC_r1 .col1a img {
  width: 170px;
  height: auto;
  }
#footerSEC_r1 .col1b {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  }
#footerSEC_r1 .col1b img {
  width: 100px;
  height: auto;
  margin-top: 20px;
  }

#footerSEC_r .col2 {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  }
.col2 #footerSEC_r2 {
  padding: 25px 0 0 0;
  margin: 0 0 0 0;
  }
#footerSEC_r2 .col2a {
  padding: 0 0 20px 0;
  margin: 0 0 0 0;
  font-family: A2;
  font-size: 22px;
  color: #0069b5;
  }
#footerSEC_r2 .col2b {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  line-height: 22px;
  }
#footerSEC_r2 .col2b a {
  font-family: A1;
  font-size: 18px;
  color: #848688;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  }
#footerSEC_r2 .col2b a:hover {
  color: #4d4c4e;
  }

#footerSEC_r .col3 {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  }
.col3 #footerSEC_r3 {
  padding: 25px 0 0 0;
  margin: 0 0 0 0;
  }
#footerSEC_r3 .col3a {
  padding: 0 0 20px 0;
  margin: 0 0 0 0;
  font-family: A2;
  font-size: 22px;
  color: #0069b5;
  }
#footerSEC_r3 .col3b {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  line-height: 22px;
  }
#footerSEC_r3 .col3b a {
  font-family: A1;
  font-size: 18px;
  color: #848688;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  }
#footerSEC_r3 .col3b a:hover {
  color: #4d4c4e;
  }
#footerSEC_r3 .col3c {
  padding: 25px 0 0 0;
  margin: 0 0 0 0;
  line-height: 22px;
  }
#footerSEC_r3 .col3c a {
  font-family: A1;
  font-size: 18px;
  color: #848688;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  }
#footerSEC_r3 .col3c a:hover {
  color: #4d4c4e;
  }

#footerSEC_r .col4 {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  }
.col4 #footerSEC_r4 {
  padding: 25px 0 0 0;
  margin: 0 0 0 0;
  }
#footerSEC_r4 .col4a {
  padding: 0 0 20px 0;
  margin: 0 0 0 0;
  font-family: A2;
  font-size: 22px;
  color: #0069b5;
  }
#footerSEC_r4 .col4b {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  line-height: 22px;
  }
#footerSEC_r4 .col4b a {
  font-family: A1;
  font-size: 18px;
  color: #848688;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  }
#footerSEC_r4 .col4b a:hover {
  color: #4d4c4e;
  }
#footerSEC_r4 .col4c {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  line-height: 22px;
  }
#footerSEC_r4 .col4c a {
  font-family: A1;
  font-size: 18px;
  color: #848688;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  }
#footerSEC_r4 .col4c a:hover {
  color: #4d4c4e;
  }
#footerSEC_r4 .sLinks {
  width: 12px;
  height: auto;
  margin-left: 3px;
  }

@media (max-width: 575.98px) {
  .footerSEC #footerSEC_r {padding: 40px 30px 40px 30px;}
  #footerSEC_r1 .col1a {text-align: center;}
  #footerSEC_r1 .col1a img {width: 200px;}*
  #footerSEC_r1 .col1b {text-align: center;}
  #footerSEC_r1 .col1b img {width: 100px;margin-top: 20px;}
  #footerSEC_r2 .col2a {text-align: center;}
  #footerSEC_r2 .col2b {text-align: center;}
  #footerSEC_r3 .col3a {text-align: center;}
  #footerSEC_r3 .col3b {text-align: center;}
  #footerSEC_r3 .col3c {text-align: center;}
  #footerSEC_r4 .col4a {text-align: center;}
  #footerSEC_r4 .col4b {text-align: center;}
  #footerSEC_r4 .col4c {text-align: center;}
  }
@media (min-width: 576px) and (max-width: 912.98px) {
  }
@media (min-width: 820px) and (max-width: 1180.98px) {
  }
@media (min-width: 913px) and (max-width: 1199.98px) {
  }
@media (min-width: 1200px) and (max-width: 1399.98px) {
  }

/*------------------------------------------------------ sent --*/

.sentSEC {
}
.sentSEC .container-fluid {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  height: 100vh;
}
.sentSEC #sent_r {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  height: 100vh;
}
.sentSEC .sentCol {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  align-self: center;
  text-align: center;
  color: #444444;
  font-family: A3;
  letter-spacing: 0.1px;
  font-size: 18px;
  line-height: 20px;
  }
.sentSEC .sentCol img {
  width: 220px;
  height: auto;
  margin-bottom: 60px;
  }

.sentSEC .sentCol i {
  color: #04bb65;
  font-size: 50px;
}

.sentSEC .sentCol a {
  color: #071aaf;
  font-size: 16px;
  font-family: A1;
  letter-spacing: 0.5px;
}

/* ----------------------------------------------- Modal --*/
.modal {
  --bs-modal-width: 700px;
  }
.modal-content {
  background-color: #f8f8f8;
  }

.modal-header {
  border-bottom: 0px;
  }
.modal-header h1 {
  font-family: A2;
  color: #4d4c4e;
  font-size: 26px;
  }
.modal-header button {
  float: right;
  background-color: transparent;
  border: none;
  position: absolute;
  right: 10px;
  }
.modal-header button i {
  font-family: A2;
  color: #4d4c4e;
  font-size: 21px;
  }

.modal-body .container-fluid {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  }
.modal-body #modal_r {
  padding: 0 0 0 0;
  margin: 0 0 0 0;
  }
#modal_r .formCol {
	padding: 0 10px 0 10px;
	margin: 0 0 0 0;
	}
#modal_r .cFormF {
	border-radius: 0px;
	background: transparent;
	border-bottom: 1px solid #cccccc;
	border-top: 0px solid #e3e3e3;
	border-right: 0px solid #e3e3e3;
	border-left: 0px solid #e3e3e3;
	box-shadow: 0px 0px 0px #888888;
	padding-left: 10px;
	color: #4d4c4e;
	margin-bottom: 15px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	transition: all 0.4s ease;
	}
#modal_r .cFormF:focus {
	background: #f1f1f1;
	border-bottom: 1px solid #4d4c4e;
	padding-left: 20px;
	}
#modal_r .hight {height: 38px;}

#modal_r .FormBu {
	width:100%;
	background-color: transparent;
	border: 1px solid #cccccc;
	border-radius: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	}
#modal_r .FormBu:hover {
	background-color:#4d4c4e;
	color:#fff;
	border-bottom: 1px solid #4d4c4e;
	}


  