@charset "UTF-8";
/* variables */
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700;900&display=swap");
/* font-family: 'Roboto', sans-serif; */
@font-face {
  font-family: Proxima-Nova;
  src: url(../fonts/Proxima-Nova-Alt-Light.otf) format("otf"), url(../fonts/Proxima-Nova-Alt-Light.otf) format("otf"), url(../fonts/Proxima-Nova-Alt-Light.otf) format("truetype");
  font-style: normal;
  font-weight: 300;
  font-display: fallback;
}
@font-face {
  font-family: Proxima-Nova;
  src: url(https://app.credema.eu/users/myteam42824/Media1954.otf) format("otf"), url(https://app.credema.eu/users/myteam42824/Media1954.otf) format("otf"), url(https://app.credema.eu/users/myteam42824/Media1954.otf) format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
}
@font-face {
  font-family: Proxima-Nova;
  src: url(https://app.credema.eu/users/myteam42824/Media1955.otf) format("otf"), url(https://app.credema.eu/users/myteam42824/Media1955.otf) format("otf"), url(https://app.credema.eu/users/myteam42824/Media1955.otf) format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: fallback;
}
@font-face {
  font-family: Proxima-Nova;
  src: url(../fonts/Proxima-Nova-Black.otf) format("otf"), url(../fonts/Proxima-Nova-Black.otf) format("otf"), url(../fonts/Proxima-Nova-Black.otf) format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: fallback;
}


@font-face {
  font-family: 'Proxima Nova Rg';
  src: url('../fonts/ProximaNova-Bold.woff2') format('woff2'),
  url('../fonts/ProximaNova-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/* common class */
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track-piece {
  background: #181818;
}

::-webkit-scrollbar-thumb {
  background: #13a8a8;
}

body {
  font-size: 16px;
  font-family: Proxima-Nova;
  font-weight: 400;
  color: #181818;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 15px;
}

h1, .h1 {
  font-size: 62px;
}

h2, .h2 {
  font-size: 42px;
}

h3, .h3 {
  font-size: 32px;
}

h4, .h4 {
  font-size: 28px;
}

h5, .h5 {
  font-size: 24px;
}

h6, .h6 {
  font-size: 18px;
}

button,
a {
  transition: all 0.3s ease-out;
  outline: none;
  display: inline-block;
  text-decoration: none;
}
button:hover, button:focus,
a:hover,
a:focus {
  text-decoration: none;
  color: #13a8a8;
}

img {
  max-width: 100%;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0 0 15px;
}

/* common components */
.montech-sec {
  padding: 50px 0;
}

.montech-btn {
  font-size: 14px;
  letter-spacing: 1px;
  padding: 13px 30px;
  border-radius: 0;
  border: 2px solid #13a8a8;
  background-color: #13a8a8;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  transition: all 0.3s ease-out;
}
.montech-btn:hover {
  background-color: #f4f4f4;
  color: #13a8a8;
}

.montech-title {
  font-family: 'Roboto', sans-serif;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.montech-title:before {
  content: "";
  width: 52px;
  height: 4px;
  background-color: #13a8a8;
  position: absolute;
  left: 0;
  bottom: 0;
}
.montech-title span {
  font-weight: 700;
}

.row-5 {
  margin: 0 -5px;
}
.row-5 [class*=col-] {
  padding: 0 5px;
}

.form-control:hover, .form-control:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-shadow: none;
  box-shadow: none;
  outline: none;
}

.custom-form-sec {
  font-family: "Roboto", sans-serif;
}
.custom-form-sec .input-bx {
  margin-bottom: 30px;
  position: relative;
}
.custom-form-sec .input-bx input, .custom-form-sec .input-bx textarea {
  border-width: 0;
  border-bottom: 1px solid #fff;
  background: none;
  border-radius: 0;
}
.custom-form-sec .input-bx label {
  font-weight: 300;
  position: absolute;
  top: -15px;
  left: 0;
  margin: 0;
  color: #fff;
  line-height: 16px;
  padding: 0 5px;
  pointer-events: none;
  transition: 0.5s;
  -webkit-transform: translateY(24px);
  -moz-transform: translateY(24px);
  -ms-transform: translateY(24px);
  transform: translateY(24px);
  text-transform: capitalize;
}
.custom-form-sec .input-bx input:focus + label,
.custom-form-sec .input-bx textarea:focus + label {
  top: -8px;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.custom-form-sec .input-bx.floating label {
  top: -8px;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.custom-form-sec .select-bx {
  margin-bottom: 30px;
}
.custom-form-sec .select-bx label {
  font-weight: 300;
  color: #fff;
  padding: 0 5px;
  margin-bottom: 10px;
}
.custom-form-sec .select-bx .select-dv {
  position: relative;
}
.custom-form-sec .select-bx .select-dv:after{
  content: '\f0d7';
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 15px;
  top: 10px;
  color: #181818;
}
.custom-form-sec .select-bx select {
  background-color: #f4f4f4;
  padding: 10px 15px;
  border-radius: 0;
  cursor: pointer;
}
.custom-form-sec .submit-bx {
  text-align: right;
}
.custom-form-sec .submit-bx .montech-btn {
  background-color: #f4f4f4;
  border-color: #f4f4f4;
  color: #181818;
  font-weight: 600;
  font-size: 16px;
  min-width: 150px;
}
.custom-form-sec .submit-bx .montech-btn:hover {
  border-color: #181818;
  background-color: #181818;
  color: #fff;
}
/* common components */

/* header section */
.site-header {
  background-color: #f0f7f7;
  width: 100vw;
  overflow-x: hidden;
}

.main-navigation {
  padding: 0;
}
.main-navigation .navbar-brand {
  max-width: 250px;
}
.main-navigation .montech-menu {
  font-size: 22px;
  text-transform: uppercase;
  padding: 50px 0;
  background-color: #13a8a8;
  color: #fff;
  position: relative;
}
.main-navigation .montech-menu:before {
  content: "";
  background-image: linear-gradient(to bottom right, transparent, transparent 50%, #13a8a8 50%, #13a8a8);
  position: absolute;
  height: 100%;
  width: 100px;
  left: -100px;
  top: 0;
}
.main-navigation .montech-menu:after {
  content: "";
  background-color: #13a8a8;
  position: absolute;
  height: 100%;
  width: 100vw;
  left: 100%;
  top: 0;
}
.main-navigation .montech-menu li {
  margin-left: 20px;
}
.main-navigation .montech-menu li.get-in-touch {
  margin-right: 30px;
  margin-left: 0;
}
.main-navigation .montech-menu li a {
  color: #fff;
}
.main-navigation .montech-menu li a:hover {
  color: #181818;
}
/* header section */

/* banner section*/
.montech-banner-section {
  padding: 100px 0 150px;
  background-color: #f7f7f7;
  background-image: url("https://action.montech.com/content/imgpsh_fullsize_anim.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.montech-banner-section .banner-img {
  position: absolute;
  right: 0;
  top: 100px;
  z-index: 0;
}

.banner-caption {
  font-size: 18px;
  position: relative;
  z-index: 1;
}
.banner-caption .banner-title {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  margin-bottom: 30px;
}
.banner-caption .banner-title span {
  color: #13a8a8;
  font-weight: 600;
}
.banner-caption ul li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 5px;
}
.banner-caption ul li:before {
  content: "";
  background: url("https://action.montech.com/content/right-arrow.png") no-repeat center;
  background-size: contain;
  width: 26px;
  height: 11px;
  position: absolute;
  left: 0;
  top: 7px;
}
.banner-caption .link-dv {
  margin-top: 50px;
}
/* banner section*/

/* montech-conveyors-section */
.montech-conveyors-section {
  padding: 80px 0;
  background-color: #f1eeee;
}
.conveyors-box {
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px #e3e0e0;
  padding: 50px 40px 10px;
  height: 100%;
  position: relative;
}
.conveyors-box p {
  line-height: 30px;
}
.conveyors-box ul li {
  margin-bottom: 8px;
  padding-left: 16px;
  position: relative;
}
.conveyors-box ul li:before {
  content: "";
  font-size: 10px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  width: 26px;
  height: 11px;
  position: absolute;
  left: 0;
  top: 5px;
}
.conveyors-box .demo-img {
  text-align: right;
  margin-right: -40px;
  margin-top: -5px;
}
.conveyors-box .link-dv {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-left: 40px;
  padding-bottom: 40px;
}
.conveyors-box .link-dv a {
  background-color: #e7e7e7;
  padding: 5px 15px;
  color: #181818;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  position: relative;
}
.conveyors-box .link-dv a i {
  font-size: 12px;
  color: #13a8a8;
  margin-left: 3px;
  transition: all 0.3s ease;
}
.conveyors-box .link-dv a:hover {
  background-color: #13a8a8;
  color: #fff;
}
.conveyors-box .link-dv a:hover i {
  color: #181818;
}
/* montech-conveyors-section */

/* footer section */
.site-footer {
  background: #f8f9f9 url("https://action.montech.com/content/footer-right-bg-img.png") no-repeat right center;
  background-size: 50%;
}
.site-footer .footer-title {
  text-transform: uppercase;
  margin-bottom: 30px;
  font-weight: 600;
}
.main-footer {
  background-image: linear-gradient(to right, #13a8a8 50%, transparent 50%);
}
.footer-left {
  padding: 100px 60px;
  color: #fff;
  max-width: 750px;
}
.footer-left .form-heading {
  text-align: center;
  margin-bottom: 30px;
}
.footer-left .form-heading h5 {
  font-weight: 300;
  margin-bottom: 10px;
  font-family: "Roboto", sans-serif;
}
.footer-left .form-heading h6 {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}
.footer-right {
  font-size: 18px;
  padding: 100px 90px;
}
.footer-right .footer-sub-title {
  font-size: 26px;
  font-weight: 600;
  color: #13a8a8;
  margin-bottom: 20px;
}
.footer-right .entry-txt {
  margin-bottom: 80px;
}

.footer-info-dv {
  display: flex;
  margin-bottom: 20px;
}
.footer-info-dv:last-child {
  margin-bottom: 0;
}
.footer-info-dv .icon {
  margin-right: 10px;
  flex: none;
}
.footer-info-dv .txt a {
  color: #181818;
}
.footer-info-dv .txt a:hover {
  color: #13a8a8;
}
.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 30px;
}
.social-links li a {
  color: #181818;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #e2e2e2;
  background-color: #fff;
}
/* footer section */

/* responsive media */
@media (max-width: 991px) {
  .main-navigation .navbar-brand {
    max-width: 200px;
  }
  .main-navigation .montech-menu {
    padding: 30px 0;
  }

  .banner-caption:before {
    content: "";
    background-color: rgba(247, 247, 247, 0.4);
    position: absolute;
    left: -15px;
    right: -15px;
    top: -15px;
    bottom: -15px;
    z-index: -1;
  }

  .montech-conveyors-section [class*=col] {
    margin-bottom: 40px;
  }
  .montech-conveyors-section [class*=col]:last-child {
    margin-bottom: 0;
  }
  .conveyors-box{
    padding: 30px 20px 10px;
  }
  .conveyors-box .link-dv{
    padding-left: 20px;
    padding-bottom: 30px;
  }

  .site-footer {
    background-position: right bottom;
  }

  .main-footer {
    background: none;
  }
  .main-footer .footer-main-row > [class*=col] {
    padding: 0;
  }
  .main-footer .footer-left {
    max-width: 100%;
    background-color: #13a8a8;
  }
}

@media (max-width: 575px) {
  .main-navigation .container {
    display: block;
    padding: 0;
  }
  .main-navigation .navbar-brand {
    padding: 10px;
    display: block;
    max-width: 100%;
    text-align: center;
    margin: 0;
  }
  .main-navigation .montech-menu {
    padding: 10px 0;
  }
  .main-navigation .montech-menu:before, .main-navigation .montech-menu:after {
    display: none;
  }
  .main-navigation .montech-menu .navbar-nav {
    flex-direction: row;
    justify-content: center;
  }
  .main-navigation .montech-menu .navbar-nav li.get-in-touch {
    margin-right: 15px;
  }

  .montech-banner-section,
  .montech-conveyors-section {
    padding: 70px 0;
  }

  .main-footer .footer-left,
  .main-footer .footer-right {
    padding: 70px 30px;
  }
}
