/*----------------------------------------*/
/* Template default CSS
/*----------------------------------------*/
html,
body {
  font-family: "Open Sans", sans-serif;
}

main {
  margin-top: 5rem;
}

a {
  text-decoration: none;
}

.container {
  max-width: 1200px;
}

.section-title small {
  margin-bottom: 15px;
  font-family: "Poppins";
  font-weight: 700;
  text-transform: uppercase;
}

.section-title h2 {
  font-family: "Poppins";
  margin: 10px auto 30px;
  font-weight: 700;
}

.section-title h2 small {
  font-size: 18px;
  color: #777;
  text-transform: capitalize;
}

.section-title h2 span {
  color: #273f87;
}

.form-control {
  width: 100%;
  font-size: 16px;
  color: #636363;
  height: 50px;
  border: 1px solid #999;
  border-radius: 5px;
  padding-left: 20px;
}

textarea.form-control {
  width: 100%;
  resize: none;
  font-size: 16px;
  color: #636363;
  height: 150px;
  border: 1px solid #999;
  border-radius: 5px;
  padding-left: 20px;
  padding-top: 10px;
}

label {
  margin-bottom: 0.5rem;
}

.btn-primary {
  font-weight: 700;
  padding: 0.8rem 1.5rem;
  border-radius: 50rem;
}

.btn-xs {
  padding: 0.5rem 1rem;
  font-size: 13px;
}

/*----------------------------------------*/
/* Helpers
/*----------------------------------------*/
.card-col {
  background: #fff;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 2px 12px rgb(0 0 0 / 8%);
  margin-bottom: 20px;
  min-height: 100%;
}

.card-col .card-img {
  position: relative;
  max-width: 100%;
  object-fit: cover;
}

.card-col .card-img img {
  border-radius: 4px 4px 0 0;
  min-width: 100%;
  min-height: 100%;
}

.card-col .icon {
  width: 80px;
  height: 80px;
  padding-top: 8px;
  text-align: center;
  position: absolute;
  background-color: #0d6efd;
  border-radius: 50%;
  text-align: center;
  border: 4px solid #fff;
  left: calc(50% - 32px);
  bottom: -40px;
  transition: 0.3s;
}

.card-col i {
  font-size: 36px;
  line-height: 1.5;
  color: #fff;
  transition: 0.3s;
}

.card-col h2 {
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  padding: 0;
  margin: 50px 0 12px 0;
}

.card-col h2 a {
  color: #000;
  text-decoration: none;
  font-size: 25px;
}

.card-col p {
  font-size: 16px;
  line-height: 24px;
  color: #333;
  margin-bottom: 0;
  padding: 0 50px 50px 50px;
  text-align: center;
}

.back-button {
  color: #000;
  font-family: "Poppins";
  font-weight: 700;
  text-decoration: none;
  font-size: 18px;
}

.back-button i {
  margin-bottom: 20px;
}

.back-button strong {
  margin-left: 5px;
}

/* Widgets */
.single-widget-area {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}

.single-widget-area .widget-title h6 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 25px;
  text-transform: capitalize;
}

.single-widget-area .single-latest-post {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
  border-bottom: 1px solid #ebebeb;
}

.single-widget-area .single-latest-post a {
  text-decoration: none;
  outline: 0 solid transparent;
  color: #1f1f2c;
  font-weight: 500;
  font-size: 14px;
}

.single-widget-area .single-latest-post .post-title h6 {
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
  font-size: 16px;
  line-height: 1.7;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .single-widget-area .widget-title h6 {
    margin-top: 30px;
  }
}

/*----------------------------------------*/
/* Navigation Bar
/*----------------------------------------*/

.navbar {
  background-color: #273f87;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  color: #fff;
  font-weight: 700;
  /* padding-right: 0.8rem;
  padding-left: 0.8rem; */
}

.nav-link:hover {
  color: #dad6d6 !important;
}

.toButton {
  border-radius: 50px;
  background-color: #0d6efd;
}

.navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
  padding: 0.6rem 0.6rem;
  border: none;
}

.navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropdown-header {
  color: #0d6efd;
  font-weight: 700;
}

.navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  color: #212529;
  font-weight: 400;
  padding: 0.6rem 1rem;
}

.navbar
  .navbar-collapse
  .navbar-nav
  .nav-item
  .dropdown-menu
  .dropdown-item:hover {
  color: #0d6efd;
  background-color: transparent;
}

.navbar .navbar-collapse .btn-primary {
  font-weight: 700;
  padding: 0.8rem 1.5rem;
}

.navbar-toggler-icon {
  background-image: url("../img/menu.png");
}

.navbar-toggler:focus {
  box-shadow: none;
}

@media (max-width: 991.98px) {
  .offcanvas-collapse {
    position: fixed;
    top: 88px; /* Height of navbar */
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    background-color: #1f3780;
    transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
  }
  .offcanvas-collapse.open {
    visibility: visible;
    transform: translateX(-100%);
  }
}

@media only screen and (max-width: 767px) {
  .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 0.8rem 0.8rem;
  }
}

/*----------------------------------------*/
/* Header
/*----------------------------------------*/
#header {
  background: url("../img/background.jpg") center top no-repeat fixed;
  position: relative;
  background-size: cover;
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

#header::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.92);
  z-index: 9;
}

#header .container {
  position: relative;
  z-index: 10;
}

#header .header-title {
  font-size: 3rem;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 1rem;
}

#header .header-desc {
  font-size: 1.25rem;
  font-weight: 300;
}

#header .header-button {
  gap: 0.5rem;
  display: flex;
  justify-content: flex-start;
  margin-top: 25px;
}

#header .btn-primary {
  font-weight: 700;
  padding: 0.8rem 1.5rem;
  border-radius: 50rem;
}

#header .btn-white {
  color: #6c757d;
  border-color: #6c757d;
  background-color: #fff;
  font-weight: 700;
  padding: 0.8rem 1.5rem;
  border-radius: 50rem;
}

#header .btn-secondary {
  color: #6c757d;
  border-color: #6c757d;
  background-color: #fff;
  font-weight: 700;
  padding: 0.8rem 1.5rem;
  border-radius: 50rem;
}

@media only screen and (max-width: 767px) {
  #header {
    padding-top: 0rem;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  #header .header-title {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  #header .header-desc {
    font-size: 1rem;
  }
}

/*----------------------------------------*/
/* Homepage : Services
/*----------------------------------------*/
#services {
  padding: 60px 0;
}

#services .card-col .card-img {
  height: 344px;
}

#services .card-col .card-img img {
  height: 344px;
  width: 576px;
  object-fit: cover;
}

#services .card-col p {
  padding: 0 50px 20px 50px;
}

#services .card-col .text-center {
  padding-bottom: 30px;
}

@media only screen and (max-width: 767px) {
  #services {
    padding: 30px 5px;
  }

  #services .card-col .card-img {
    height: 225px;
  }

  #services .card-col .card-img img {
    height: 225px;
  }
}

/*----------------------------------------*/
/* Our Company
/*----------------------------------------*/
#our-company {
  background: url("../img/background.jpg") center top no-repeat fixed;
  position: relative;
  background-size: cover;
  padding: 60px 0;
}

#our-company::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.92);
  z-index: 9;
}

#our-company .container {
  position: relative;
  z-index: 10;
}

#our-company #company-overview p {
  font-size: 18px;
  line-height: 1.8;
  margin: 30px 0;
}

#our-company #company-overview img {
  height: 350px;
  width: 650px;
  object-fit: cover;
}

#our-company #mission-vision {
  padding-top: 10px;
}

#our-company #mission-vision .card-col .card-img {
  max-width: 100%;
}

#our-company #mission-vision .card-col .card-img img {
  max-width: 100%;
}

#our-company #mission-vision .card-col h2 {
  margin: 50px 0 12px 0;
  font-size: 20px;
}

#our-company #mission-vision .card-col h2 a {
  font-size: 20px;
}

#our-company #mission-vision .card-col p {
  padding: 0 20px 30px 20px;
  height: 150px;
}

#our-company #executive-officers {
  padding-top: 30px;
}

#our-company #executive-officers h3 {
  margin-top: 15px;
  font-size: 25px;
}

#our-company #executive-officers img {
  width: 220px;
  height: 220px;
  object-fit: cover;
}

#our-company #management-team {
  padding-top: 30px;
}

#our-company #management-team img {
  height: 200px;
  width: 330px;
  object-fit: cover;
}

#our-company #management-team h3 {
  font-size: 25px;
}

#our-company #our-partners {
  padding-top: 50px;
}

@media only screen and (max-width: 767px) {
  #our-company {
    padding: 40px 0;
  }

  #our-company #company-overview img {
    width: 350px;
  }

  #our-company #management-team h3 {
    margin-top: 15px;
  }
}

/*----------------------------------------*/
/* Our Partners
/*----------------------------------------*/
#our-partners {
  background: url("../img/background.jpg") center top no-repeat fixed;
  position: relative;
  background-size: cover;
  padding: 60px 0;
}

#our-partners::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.92);
  z-index: 9;
}

#our-partners .container {
  position: relative;
  z-index: 10;
}

@media only screen and (max-width: 767px) {
  #our-partners {
    padding: 40px 0;
  }

  #our-partners img {
    width: 140px;
  }
}

/*----------------------------------------*/
/* Our Services : Services
/*----------------------------------------*/
#our-services {
  background: url("../img/background.jpg") center top no-repeat fixed;
  position: relative;
  background-size: cover;
  padding: 60px 0;
}

#our-services::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.92);
  z-index: 9;
}

#our-services .container {
  position: relative;
  z-index: 10;
}

#our-services .content {
  padding: 30px 0;
}

/* #our-services .content img {
  height: 220px;
} */

#our-services .content h3 {
  font-size: 25px;
}

@media only screen and (max-width: 767px) {
  #our-services {
    padding: 40px 0;
  }

  #our-services .content img {
    height: auto;
    width: 350px;
  }

  #our-services .content .mt-5 {
    margin-top: 1.5rem !important;
  }

  #our-services .content h3 {
    margin-top: 15px;
  }
}

/*----------------------------------------*/
/* Our Services : Services : Board Repair
/*----------------------------------------*/
#board-repair {
  background: url("../img/background.jpg") center top no-repeat fixed;
  position: relative;
  background-size: cover;
  padding: 60px 0;
}

#board-repair::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.92);
  z-index: 9;
}

#board-repair .container {
  position: relative;
  z-index: 10;
}

#board-repair .category {
  margin-top: 40px;
}

#board-repair .category h3 {
  font-weight: 700;
  font-size: 25px;
}

#board-repair .category img {
  width: 276px;
  height: 189px;
  object-fit: contain;
}

#board-repair .category .motherboard,
#board-repair .category .servo,
#board-repair .category .stepper,
#board-repair .category .motor {
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  #board-repair {
    padding: 40px 0;
  }
}

/*----------------------------------------*/
/* Our Services : Services : PCM Repair
/*----------------------------------------*/
#pcm {
  background: url("../img/background.jpg") center top no-repeat fixed;
  position: relative;
  background-size: cover;
  padding: 60px 0;
}

#pcm::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.92);
  z-index: 9;
}

#pcm .container {
  position: relative;
  z-index: 10;
}

#pcm .introduction h3 {
  font-size: 18px;
  font-weight: 700;
}

#pcm .category {
  margin-top: 40px;
}

#pcm .category h3 {
  font-weight: 700;
  font-size: 25px;
}

#pcm .category .auto-mold img {
  width: 300px;
  height: 330px;
  object-fit: contain;
}

#pcm .category .hydraulic .img-1 {
  width: 270px;
  height: 330px;
  object-fit: contain;
}

#pcm .category .hydraulic .img-2 {
  width: 200px;
  height: 150px;
  object-fit: contain;
}

#pcm .category .air-compressor img {
  width: 500px;
  height: 300px;
  object-fit: contain;
}

#pcm .category .hydraulic-lifter .img-1 {
  width: 250px;
  height: 300px;
  object-fit: contain;
}

#pcm .category .hydraulic-lifter .img-2 {
  width: 280px;
  height: 300px;
  object-fit: contain;
}

#pcm .category .auto-mold,
#pcm .category .hydraulic,
#pcm .category .air-compressor,
#pcm .category .hydraulic-lifter {
  margin-top: 40px;
}

@media only screen and (max-width: 767px) {
  #pcm {
    padding: 40px 0;
  }
}

/*----------------------------------------*/
/* Our Services : Trading
/*----------------------------------------*/
#trading {
  background: url("../img/background.jpg") center top no-repeat fixed;
  position: relative;
  background-size: cover;
  padding: 60px 0;
}

#trading::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.92);
  z-index: 9;
}

#trading .container {
  position: relative;
  z-index: 10;
}

#trading .content img {
  min-height: 250px;
  object-fit: contain;
}

#trading .content h3 {
  font-size: 25px;
}

#trading .content h3 a {
  color: #337ab7;
  text-decoration: none;
}

#trading .content small {
  font-size: 17px;
  color: #777;
}

#trading .content p {
  font-size: 18px;
  line-height: 1.8;
  margin-top: 25px;
}

#trading .content em {
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  #trading {
    padding: 40px 0;
  }

  /* #trading .content img {
    height: auto;
    width: 350px;
  } */

  #trading .content .mt-5 {
    margin-top: 1.5rem !important;
  }

  #trading .content h3 {
    margin-top: 15px;
  }
}

/*----------------------------------------*/
/* Our Services : Trading : Kosma
/*----------------------------------------*/
#kosma {
  background: url("../img/background.jpg") center top no-repeat fixed;
  position: relative;
  background-size: cover;
  padding: 60px 0;
}

#kosma::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.92);
  z-index: 9;
}

#kosma .container {
  position: relative;
  z-index: 10;
}

/*#kosma .kosma-header-image img {

}*/

#kosma img {
  width: 100%;
}

#kosma .org-image {
  width: 600px;
}

#kosma table {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  border-collapse: collapse;
  color: #000;
  border: 1px solid #cecece;
  border-bottom: none;
  border-left: none;
  border-right: none;
}

#kosma table tbody tr:first-child {
  border: solid #cecece;
  border-width: 1px 0 0 0;
}

#kosma table th,
#kosma table td,
#kosma table .h3,
#kosma table th {
  padding: 15px;
  font-weight: normal;
  border: solid #cecece;
  border-width: 0 0 1px 1px;
}

#kosma table th {
  font-size: 15px;
}

#kosma table td a {
  color: #171c8f;
}

#kosma table td {
  border-left: 1px solid #cecece;
}

#kosma table .h3,
#kosma table th {
  background-color: #f7f7f7;
}

#kosma table th:first-child,
#kosma table td:first-child {
  border-left: none;
}

#kosma h4 {
  color: #ab4527;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 700;
}

#kosma h5 {
  color: #1f1f2c;
  line-height: 1.3;
  font-weight: 700;
  font-size: 22px;
}

#kosma .post-title {
  border-bottom: 2px solid #ab4527;
  padding-bottom: 5px;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 700;
}

#kosma .title {
  color: #ab4527;
  text-transform: capitalize;
  border-left: 4px solid #ab4527;
  padding: 6px 10px 5px 15px;
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 700;
}

.list-principal {
  text-indent: 0px;
  font-size: 16px;
  font-weight: 600;
}

.contact-principal p {
  margin-bottom: 0px;
  margin-left: 5px;
}

@media only screen and (max-width: 767px) {
  #kosma {
    padding: 40px 0;
  }
}

/*----------------------------------------*/
/* Our Services : Trading : AMC
/*----------------------------------------*/
#amc {
  background: url("../img/background.jpg") center top no-repeat fixed;
  position: relative;
  background-size: cover;
  padding: 60px 0;
}

#amc::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.92);
  z-index: 9;
}

#amc .container {
  position: relative;
  z-index: 10;
}

#amc img {
  width: 100%;
}

#amc table {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  border-collapse: collapse;
  color: #000;
  border: 1px solid #cecece;
  border-bottom: none;
  border-left: none;
  border-right: none;
}

#amc table tbody tr:first-child {
  border: solid #cecece;
  border-width: 1px 0 0 0;
}

#amc table th,
#amc table td,
#amc table .h3,
#amc table th {
  padding: 15px;
  font-weight: normal;
  border: solid #cecece;
  border-width: 0 0 1px 1px;
}

#amc table td a {
  color: #171c8f;
}

#amc table th {
  font-size: 15px;
}

#amc table td {
  border-left: 1px solid #cecece;
}

#amc table .h3,
#amc table th {
  background-color: #f7f7f7;
}

#amc table th:first-child,
#amc table td:first-child {
  border-left: none;
}

#amc h4 {
  color: #ab4527;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 700;
}

#amc h5 {
  color: #1f1f2c;
  line-height: 1.3;
  font-weight: 700;
  font-size: 22px;
}

#amc .post-title {
  border-bottom: 2px solid #ab4527;
  padding-bottom: 5px;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 700;
}

#amc .title {
  color: #ab4527;
  text-transform: capitalize;
  border-left: 4px solid #ab4527;
  padding: 6px 10px 5px 15px;
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  #amc {
    padding: 40px 0;
  }
}

/*----------------------------------------*/
/* Our Services : Trading : ITI
/*----------------------------------------*/
#iti {
  background: url("../img/background.jpg") center top no-repeat fixed;
  position: relative;
  background-size: cover;
  padding: 60px 0;
}

#iti::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.92);
  z-index: 9;
}

#iti .container {
  position: relative;
  z-index: 10;
}

#iti img {
  width: 100%;
}

#iti h4 {
  color: #ab4527;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 700;
}

#iti h5 {
  color: #000;
  line-height: 1.3;
  font-weight: 700;
  font-size: 16px;
}

#iti p {
  margin-bottom: 0.3rem;
}

#iti td ul {
  list-style-type: none;
  padding-left: 0;
}

#iti .post-title {
  border-bottom: 2px solid #ab4527;
  padding-bottom: 5px;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 700;
}

#iti .title {
  color: #ab4527;
  text-transform: capitalize;
  border-left: 4px solid #ab4527;
  padding: 6px 10px 5px 15px;
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 700;
}

#iti .additional-products img {
  width: 100%;
  height: 200px;
}

@media only screen and (max-width: 767px) {
  #iti {
    padding: 40px 0;
  }
}

/*----------------------------------------*/
/* Our Services : Automation
/*----------------------------------------*/
#automation {
  background: url("../img/background.jpg") center top no-repeat fixed;
  position: relative;
  background-size: cover;
  padding: 60px 0;
}

#automation::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.92);
  z-index: 9;
}

#automation .container {
  position: relative;
  z-index: 10;
}

#automation img {
  height: 380px;
  width: 550px;
  object-fit: cover;
}

#automation p {
  font-size: 18px;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  #automation {
    padding: 40px 0;
  }

  #automation img {
    height: auto;
    width: 350px;
    margin-bottom: 15px;
  }
}

/*----------------------------------------*/
/* Our Services : Research and Development
/*----------------------------------------*/
#rnd {
  background: url("../img/background.jpg") center top no-repeat fixed;
  position: relative;
  background-size: cover;
  padding: 60px 0;
}

#rnd::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.92);
  z-index: 9;
}

#rnd .container {
  position: relative;
  z-index: 10;
}

#rnd .project-title h2 {
  font-size: 25px;
  margin: 30px auto 30px;
  font-weight: 700;
}

/*#rnd img {
    height: 320px;
}

#rnd h3 {
    font-size: 25px;
    margin: 25px auto 10px;
    font-weight: 700;
}*/

#rnd .box {
  padding: 20px;
  box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.1);
  background: #fff;
  transition: 0.4s;
  min-height: 100%;
}

/* #rnd .box:hover {
  transform: scale(1.01);
  transition: all 0.1s linear;
  -webkit-transform: scale(1.01);
  -moz-transform: scale(1.01);
} */

#rnd .box .icon {
  float: left;
}

#rnd .box .icon img {
  width: 60px;
}

#rnd .box .description i {
  color: #0d6efd;
  font-size: 15px;
  padding-right: 7px;
}

#rnd .box .icon i:before {
  background: #0c2e8a;
  background: linear-gradient(45deg, #50d8af 0%, #a3ebd5 100%);
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#rnd .box h4 {
  margin-left: 100px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 22px;
}

#rnd .box h4 a {
  color: #444;
}

#rnd .box p {
  font-size: 14px;
  margin-left: 100px;
  margin-bottom: 0;
  line-height: 24px;
}

@media only screen and (max-width: 767px) {
  #rnd {
    padding: 40px 0;
  }

  #rnd img {
    height: auto;
    width: 350px;
    margin-bottom: 15px;
  }

  #rnd .box {
    margin-bottom: 20px;
  }

  #rnd .box .icon {
    float: none;
    text-align: center;
    padding-bottom: 15px;
  }

  #rnd .box h4,
  #rnd .box p {
    margin-left: 0;
    text-align: center;
  }
}

/*----------------------------------------*/
/* Dicing Blades
/*----------------------------------------*/
#dicing-blades {
  background: url("../img/background.jpg") center top no-repeat fixed;
  position: relative;
  background-size: cover;
  padding: 60px 0;
}

#dicing-blades::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.92);
  z-index: 9;
}

#dicing-blades .container {
  position: relative;
  z-index: 10;
}

#dicing-blades .title {
  color: #273f87;
  text-transform: capitalize;
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 700;
}

#dicing-blades .title-black {
  color: #212529;
  font-size: 25px;
  font-weight: 700;
}

#dicing-blades .mt5 {
  margin-top: 3rem;
}

#dicing-blades .mt4 {
  margin-top: 1.5rem;
}

/*----------------------------------------*/
/* advance-adhesive
/*----------------------------------------*/

#advance-adhesive {
  background: url("../img/background.jpg") center top no-repeat fixed;
  position: relative;
  background-size: cover;
  padding: 60px 0;
}

#advance-adhesive::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.92);
  z-index: 9;
}

#advance-adhesive .container {
  position: relative;
  z-index: 10;
}

#advance-adhesive .title {
  color: #a82f29;
  text-transform: capitalize;
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 700;
}

#advance-adhesive .title-black {
  color: #212529;
  font-size: 25px;
  font-weight: 700;
}

#advance-adhesive .mt5 {
  margin-top: 3rem;
}

#advance-adhesive .mt4 {
  margin-top: 1.5rem;
}

/*----------------------------------------*/
/* conformal-coatings
/*----------------------------------------*/

#conformal-coatings {
  background: url("../img/background.jpg") center top no-repeat fixed;
  position: relative;
  background-size: cover;
  padding: 60px 0;
}

#conformal-coatings::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.92);
  z-index: 9;
}

#conformal-coatings .container {
  position: relative;
  z-index: 10;
}

#conformal-coatings .title {
  color: #a82f29;
  text-transform: capitalize;
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 700;
}

#conformal-coatings .title-black {
  color: #212529;
  font-size: 25px;
  font-weight: 700;
}

#conformal-coatings .mt5 {
  margin-top: 3rem;
}

#conformal-coatings .mt4 {
  margin-top: 1.5rem;
}

@media only screen and (max-width: 767px) {
  #dicing-blades .youtube-embed {
    width: 320px;
    height: 200px;
  }

  /*    #dicing-blades img{
        width: 100%;
    }*/

  #dicing-blades .title {
    margin-top: 20px;
  }

  #dicing-blades .title-black {
    margin-top: 20px;
  }

  #dicing-blades .image-2 {
    height: 300px;
    width: 200px;
    object-fit: cover;
  }

  #dicing-blades .image-2 {
    height: 300px;
    width: 200px;
    object-fit: cover;
  }

  #dicing-blades .mt4 {
    margin-top: 0;
  }

  #dicing-blades .mt5 {
    margin-top: 1rem;
  }
}

/*----------------------------------------*/
/* Contact
/*----------------------------------------*/
#contact {
  background: url("../img/background.jpg") center top no-repeat fixed;
  position: relative;
  background-size: cover;
  padding: 60px 0;
}

#contact::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.92);
  z-index: 9;
}

#contact .container {
  position: relative;
  z-index: 10;
}

#contact .card-info {
  padding: 30px;
  width: 100%;
  background: #fff;
  box-shadow: 0px 2px 15px rgb(0 0 0 / 10%);
}

#contact .card-info i {
  font-size: 20px;
  color: #fff;
  float: left;
  width: 44px;
  height: 44px;
  background: #0d6efd;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

#contact .card-info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #36343a;
}

#contact .card-info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #686470;
}

#contact .card-info p a {
  margin-bottom: 0;
  font-size: 14px;
  color: #686470;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  #contact {
    padding: 40px 0;
  }

  #contact .row .col-lg-6 {
    margin-top: 30px;
  }
}

/*----------------------------------------*/
/* Footer
/*----------------------------------------*/
#footer {
  background: #273f87;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}

#footer .footer-top {
  background: #1f3780;
  padding: 60px 0 50px 0;
}

#footer .footer-top img {
  margin-bottom: 10px;
}

#footer .footer-top .footer-about {
  padding-right: 50px;
}

#footer .footer-top h4 {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
}

#footer .footer-top p {
  font-size: 14px;
  line-height: 24px;
}

#footer .copyright {
  padding-top: 30px;
}

#footer ul {
  padding-left: 1rem;
}

#footer ul li {
  margin-block-end: 5px;
}

#footer ul li a {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}

#footer ul li a:hover {
  color: #e5e5e5;
}

#footer h5 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-top: 20px;
}

#footer h5 i {
  margin-right: 5px;
}

@media only screen and (max-width: 767px) {
  #footer .footer-top {
    padding: 40px 5px 30px 5px;
  }

  #footer .footer-bottom {
    padding: 0 5px;
  }
}

.btn-learn-more:hover {
  opacity: 0.5;
}

@media only screen and (max-width: 445px) {
  .certificationsToCentered {
    text-align: center;
  }
}
