body { padding-top: 0px; background-color: #FFF; font-family: 'Raleway', sans-serif; }
/*font-family: 'Arvo', serif;
font-family: 'Nunito Sans', sans-serif;*/
#right-menu {
  background-color: #141720;
  padding-top: 18px;
  padding-bottom: 18px;
  border-radius: 50px;
  width: 220px;
  align-items: center;
  justify-content: center;
}
/*#right-menu .btn { background-color: transparent; color: #FFF; font-weight: 700; text-align: center; width: 180px; height: 40px; }
#right-menu .btn:hover { opacity: 0.8;}*/
nav.navbar { height: 100px; background-color: #ff3600; transition: background .3s; border-top: 10px solid #141720;  }
nav.navbar.scrolled { background-color: #ff3600; box-shadow: 0px 0px 8px rgb(0 0 0 / 50%); }
.navbar-brand img { width: 65px; height:auto }
.navbar-nav .nav-link { color: #FFF; font-weight: 600; font-size: 17px; }
.navbar-nav .nav-link:hover { opacity: 0.8; color: #3894a3; }
.navbar-expand-md .navbar-nav .nav-link { padding-left: 30px; padding-right: 30px; }
.navbar-nav .active>.nav-link {
    color: #3894a3;
}

ul#center-menu {
  background-color: #141720;
  padding-top: 18px;
  padding-bottom: 18px;
  border-radius: 50px;
  width: auto; /*calc(100% - 330px);*/
  align-items: center;
  justify-content: center;
}
.navbar-light .navbar-nav .nav-link {
  color: #FFF;
  font-family: 'Montserrat',serif;
  font-size: 14px;
  min-width: 130px;
  text-align: center;
}
.navbar-light .navbar-nav .nav-link:hover {
  color: #FFF;
  opacity: 0.7;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {  color: #FFF;
  opacity: 0.7;
}
.navbar-brand-container {
  background-color: #FFF;
  width: 190px;
  text-align: center;
  border-radius: 50px;
  position: relative;
  z-index: 1;
}
.navbar-brand {
  margin-right:0;
}
.container-white {
  position: absolute;
  background-color: #FFF;
  z-index: 0;
  width: 130px; /*calc(50% - 426px);*/
  height: 90px;
  top: 0;
  left: 0;
}
section.brand-obj {
	background-color: #c7dad4;
}
.brand-left {
  height: 100%;
    background-color: #000;
    width: 70%;
    color: #FFF;
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px;
    padding-right: 25px;
    min-height: 100px;
}
.brand-title {
    font-weight: 600;
    margin-bottom: 0;
}
.brand-payoff {
    font-weight: 300;
}
section.header-top {
	background-color: #FFF;
  margin-bottom: 150px;
  margin-left: 130px;
  border-bottom-left-radius: 48px;
  position:relative;
}
.header-top-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 1;
  border-bottom-left-radius: 48px;
}
.header-top-image-overlay {
  background-image: linear-gradient(360deg, rgba(255,255,255,0.3) 0, transparent);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.header-top-bg {
  position: absolute;
  top: 10px;
  left: 0;
  background-color: #ff3600;
  border-bottom-left-radius: 48px;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.header-top-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 100%;
    /*min-height: calc(90vh - 100px);
    padding-top: 20px;*/
    padding-top: 180px;
    padding-bottom: 130px;
    padding-left: 60px;
}

.header-top h1 { font-weight:700; color: #ff3600; font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; }
.header-top h1 span { color:#FFF }
.header-top-subtitle { font-size: 28px; font-weight: 600; max-width: 420px; font-family: 'Nunito Sans', serif; }

section.services { padding-top: 80px; padding-bottom: 80px; position: relative; }
section.services h2 { text-align: center; font-weight: 700; font-family: 'Montserrat', sans-serif; font-size: 36px; }
ul.services-list {
    padding: 0;
    margin: 0;
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-family: 'Montserrat', sans-serif;
}
.services-list li {
    width: 33.3%;
    margin-bottom: 50px;
    list-style: none;
    padding: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-style: italic;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.services-list h1 {
    font-weight: 700;
    font-size: 32px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color: #6b6668;
}
.services-text {
    font-weight: 700;
    font-style: italic;
    line-height: 24px;
    color: #6b6668;
    font-size: 16px;
}
section.services h3 { text-align: center; margin-top: 40px; }
section.block-obj { padding-top: 0px; padding-bottom: 30px; background-color: #E9E9E9; border-top-right-radius: 24px; }

.block-obj-link {
  position: relative;
}
.block-obj-link-bg {
  position: absolute;
  z-index: 0;
  width: calc(100% - 30px);
  height: calc(100% + 3px);
  background-color: #ff3600;
  top: -6px;
  left: 1px;
  border-radius: 10px;
}

.service-image {
  border-radius: 12px;
  background-color: #FFF;
  box-shadow: 2px 4px 10px rgb(0 0 0 / 10%);
  width: 120px;
  height: 120px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.service-image img {
  height: 80px;
  width: auto;
}
.service-text {
  width: calc(100% - 140px);
}


.block-obj-container {
    padding-top: 50px;
    max-width: 570px;
}
.block-obj-title {
    color: #FF3600;
    font-weight: 700;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 50px;
    border-left: 4px solid #FF3600;
    margin-bottom: 20px;
    margin-top: -140px;
}
.block-obj-content {
  color: #6b6668;
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
  margin-bottom: 30px;
  margin-top: 70px;
}
.block-obj-link a {
  background-color: #fff;
  color: #ff3600;
  font-weight: 600;
  text-align: left;
  width: calc(100% - 30px);
  border-radius: 10px;
  padding: 12px;
  display: block;
  font-size: 16px;
  line-height: 21px;
  position: relative;
}
.block-obj-link a:hover { color: #e94316; text-decoration: none; }
.block-obj-link a span { text-decoration: underline; display: block; word-break: break-word; }
.obj-image-container {
  position: relative;
  left: -50px;
}
.obj-image-bg {
  width: 100%;
  height: 380px;
  top: 10px;
  left: 0;
  background-color: #ff3600;
  border-bottom-right-radius: 48px;
  position: absolute;
}
.obj-image {
  margin-top: -90px;
  height: 380px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  border-bottom-right-radius: 48px;
}
.call-to-action-container {
    width: 100%;
}
.call-to-action-title {
  color: #FF3600;
  font-weight: 700;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 50px;
  border-left: 4px solid #FF3600;
  margin-bottom: 30px;
}
.call-to-action-container-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 100px;
}
.call-to-action-container-logo {
  width: 240px;
}
.call-to-action-container-logo img {
  width: 100%;
  height: auto;
  opacity: 0.7;
}
.call-to-action-container {
  width: calc(100% - 240px);
}
.call-to-action-description {
    color: #6b6668;
    font-weight: 700;
    font-size: 16px;
    font-style: italic;
    max-width: 500px;
    width: 100%;
    margin-bottom: 20px;
}
.call-to-action-button-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 8px;
  border: 2px solid #000;
  width: fit-content;
  padding-right: 50px;
}
.call-to-action-note {
  font-weight: 700;
  font-size: 13px;
}
.call-to-action-button a {
  background-color: #000;
    color: #FFF;
    font-weight: 700;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    display: inline-block;
    font-size: 12px;
    margin-right: 20px;
}
.call-to-action-button a:hover { opacity: 0.8; color: #FFF; }

section.shippers h2 {
  text-align: center;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  font-size: 36px;
  color: #ff3600;
}
.shippers-title-container {
  background-color: #E9E9E9;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  padding-bottom: 30px;
}
.services-half-space {
  width: 100%;
  height: 50%;
  background-color: #FFF;
  position: absolute;
  top: 0;
}
.services-half-circle {
  width: 100%;
  height: 50%;
  background-color: #FFF;
  border-radius: 0 0 50% 50%;
  position: absolute;
  bottom: 0;
}
section#corrieri {
  background-color: #FFF;
}
.shippers-title-container-bg {
  background-color: #ff3600;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  padding-bottom: 50px;
}
section.services {
    background-color: #E9E9E9;
}
section.call-to-action {
  background-color: #ff3600;
}
.call-to-action-bg { background-color: #FFF; padding-top: 70px; border-bottom-left-radius: 24px; border-bottom-right-radius: 24px; }

footer {
    background-color: #ff3600;
    color: #707070;
    padding-top: 100px;
    padding-bottom: 100px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.footer-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-family: 'Arvo', serif;
}
.footer-col { flex: 25%; color: #FFF; }
.footer-col.italic { font-style: italic;}
.footer-col h5 { font-weight: 400; font-size: 16px; }
.footer-col ul { list-style: none; margin: 0; padding: 0; margin-top: 30px; font-size: 14px; }
.footer-col a { color: #FFF; }
.footer-col a:hover { text-decoration: underline; }
.footer-col.footer-logo img { width: 100%; height: auto; max-width: 180px; }

.btn-primary {
  background-color: #3894a3;
  border-color: #3894a3;
}
.btn-primary:hover {
    color: #fff;
    background-color: #141720;
    border-color: #111625;
}
.modal-header {
  background-color: #ff3600;
  color: #FFF;
}
.modal-content {
    background-color: #FFF;
    color: #6b6668;
}
.modal-title {
  font-weight: 700;
}
.navbar-light .navbar-toggler {
  outline: 0;
  border: 0;
}

.login-box {
  padding: 16px;
  font-size: 14px;
}
.login-logo {
  margin: 0 auto;
  max-width: 100px;
  margin-bottom: 20px;
  width: 100%;
  height: auto;
}
p.login-box-msg {
  font-weight: 600;
  font-size: 18px;
}
form .form-group label {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 0px;
}
form .checkbox label { font-size: 14px; }
form { margin-bottom: 20px; }
.modal-body a { color: #ff3600; }
.modal-body a:hover { color: #111625; }
button.btn {
  text-transform: uppercase;
  background-color: #141720;
  color: #FFF;
  font-weight: 700;
  text-align: center;
  min-width: 120px;
  height: 40px;
  border-radius: 50px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #141720;
  border-color: #111625;
}

p.help-block.help-block-error {
  color: #F00;
  font-size: 12px;
  margin-top: 2px;
}
.custom-form-container {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
}
main.top-margin { padding-top: 100px; }

section.content-header {
  background-color: #000;
  background-color: transparent;
  text-align: center;
  padding: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 30px;
}
.content-header .breadcrumb { display: none; }
.box.box-custom h3 {
  font-weight: 700;
  font-size: 18px;
}
.box.box-custom h1 {
  color:#94c2c9;
  font-weight: 700;
}
.box.box-custom p {
  font-size: 14px;
  font-weight: 600;
}
.padding20 {
  background-color: #f1f1ef;
  padding: 40px;
  border-radius: 12px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin-bottom: 50px;
}
.login-msg {
  font-size: 16px; font-weight: bold;
}
.cookiealert {
  font-size: 13px;
  display: flex;
  flex-direction: row;
  text-align: left !important;
  background-image: none !important;
}
.cookiealert a {
  color: #FFF;
}
.cookiealert button {
  border-radius: 7px;
  background-color: #ff3600;
  color: #FFF;
  padding: 4px;
  text-align: center;
  min-width: 100px;
  outline: 0;
  border: 0;
  float: right;
  font-weight: 600;
}

.partners-slider {
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 30px;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 30px !important;
  border-bottom: 0.5px solid rgba(255,255,255,0.7);
}
.partners-slider:after {
  content: '';
  border-bottom: solid 0.5px rgba(255,255,255,0.7);
  width: 100%;
  position: absolute;
  bottom: -3.5px;
  left: 0;
}
.partners-logo {
  padding: 0px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
.partners-logo img {
  height: 40px;
  display: inline-block;
  /* object-fit: cover; */
}
.partners-slider .slick-dots {
  bottom: -50px;
  left: 0;
}
.slick-dots li:only-child {
  display: none;
}
.partners-slider .slick-dots li button:before {
  font-family: slick;
  font-size: 18px;
}

@media (max-width:1200px) {

}
@media (max-width:1024px) {
  .navbar-light .navbar-nav .nav-link {
    min-width: 105px;
  }
}
@media (max-width:992px) {
  nav.navbar.fixed-top { padding-top: 5px; display: block; border-top: 5px solid #141720; box-shadow: 0px 0px 8px rgb(0 0 0 / 50%); }
  #right-menu { width: 160px; }
  #right-menu .btn { width: 130px; }
  .block-obj-link a {
    font-size: 16px;
    line-height: 19px;
  }
  .container-white {
    width: 115px;
    height: 84px;
  }
  section.header-top {
    margin-left: 115px;
  }
  ul#center-menu {
    background-color: transparent;margin-top: 0px; width: 100%;
  }
  ul#center-menu li {
    width: 100%;
  }
  .obj-image { margin-bottom: 30px; }
  .obj-image img { max-width: 400px; margin:0 auto }
  nav.navbar { height: auto; }
  #navbars { text-align: center; }
  #right-menu {
    margin: 0 auto;
  }
  .footer-logo { }
  .footer-col {
    flex: 33.3%;
  }
  .footer-col.footer-logo {
    flex: 100%;
    text-align: center;
  }
  .services-list li {
    width: 50%;
  }
  #right-menu {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .call-to-action-container-logo {
    width: 190px;
  }
  .call-to-action-button-container {
    flex-direction: column;
    align-items: start;
  }
  .call-to-action-note {
    margin-top: 10px;
    padding-left: 20px;
  }
  .block-obj-title {
    margin-top: -40px;
  }
  .block-obj-content {
    margin-top: 25px;
  }
  .block-obj-container {
    /*max-width: 100%;*/
  }
  .header-top-subtitle {
    color: rgba(255,255,255,0.9);
  }
}
@media (max-width:767px) {
  .services-list li {
    width: 100%;
    min-height: 0;
  }
  .services-list li:nth-child(odd) {
    margin-right:0;
  }
  .services-list li:nth-child(even) {
    margin-left:0;
  }
  .footer-col {
    flex: 50%;
    margin-bottom: 30px;
  }
  .footer-col ul {
    margin-top: 10px;
  }
  .footer-col ul li {
    margin-bottom: 5px;
  }
  .call-to-action-container {
    background-size: cover;
  }
  .call-to-action-content {
    flex-direction: column;
  }
  .call-to-action-description { margin-bottom: 30px; }
  .call-to-action-container { padding: 30px; }
  .cookiealert { display: block; }
  .cookiealert button { margin-top: 5px; }
  section.services h2 {
    font-size: 32px;
  }
  .call-to-action-container-box {
    flex-direction: column-reverse;
  }
  .call-to-action-container {
    width: 100%;
  }
}
@media (max-width:478px) {
  .brand-left {
    width: 90%;
  }
  .footer-col {
    flex: 100%;
    text-align: center;
  }
  .block-obj-link a {

  }
  .footer-col.footer-logo img {
    width: 100%;
    height: auto;
    max-width: 120px;
  }
  section.custom-form-container button[type="submit"] {
    margin-left: 20px;
  }
  .padding20 {
    padding: 20px;
  }
  .navbar-brand-container {
    width: 160px;
  }
  .service-text {
    width: calc(100% - 140px); font-size: 14px;
  }
  .services-list h1 {
    font-size: 28px;
  }

  .call-to-action-button-container {
    padding-right: 10px;
  }
  .block-obj-link a {
    font-size: 14px;
  }
  .header-top-content {
    padding-left: 20px;
  }
  .obj-image, .obj-image-bg {
    height: 230px;
  }
  section.header-top {
    margin-left: 50px;
  }
  .container-white {
    width: 50px;
  }
  .navbar-brand-container {
    width: 120px;
    margin-left: -35px;
  }
  section.services {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .header-top-subtitle {
    font-size: 22px;
  }

}
@media (max-width:400px) {

}
