

.text_box.right.animated .ceo-btn {
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    transition-delay: 0.8s;
}

.logistics .text_box .ceo-btn {
    width: 236px;
    padding-right: 12px;
    margin-left: 0px;
    margin-top: 32px;
}
.text_box.right h2, .text_box.right p, .text_box.right .ceo-btn {
    -ms-transform: translateX(250px);
    -webkit-transform: translateX(250px);
    transform: translateX(250px);
    opacity: 0;
}
.ceo-btn {
    position: relative;
    background-color: transparent;
    width: 188px;
    height: 37px;
    border: 0;
    font-size: 14px;
    text-transform: uppercase;
    color: #d7c080;
    font-weight: bold;
    letter-spacing: 3px;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    flex-direction: row;
    line-height: 30px;
    margin-top: 18px;
    margin-left: -9px;
    transition-duration: 1s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    cursor: pointer;
    /* border: 1px solid #d7c080; */
    border: 0;
}
button {
    font-family: "Montserrat", sans-serif;
}
.open-button svg {
    position: absolute;
    top: -9px;
    left: 0px;
}

.box svg {
    position: absolute;
    top: 0;
    left: 0;
}
.box svg line.top, .box svg line.bottom {
    stroke-dasharray: 330 240;
}
.box svg line {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.box svg line {
    stroke-width: 1;
    stroke: #d7c080;
    fill: none;
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.box svg line.left, .box svg line.right {
    stroke-dasharray: 490 400;
}
.box svg line.top, .box svg line.bottom {
    stroke-dasharray: 330 240;
}
.box svg line.left, .box svg line.right {
    stroke-dasharray: 490 400;
}
.ceo-btn img {
    width: 33px;
    height: 17px;
    margin-top: 0px;
}
.ceo-btn img {
    width: 24px;
    height: 19px;
    margin-top: 4px;
}
.blue_arrow {
    display: none;
}
.box svg {
  /* position: absolute; */
  top: 0;
  left: 0;
}

.box svg line {
  stroke-width: 1;
  stroke: #d7c080;
  fill: none;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}

.box:hover svg line {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.box svg line.top,
.box svg line.bottom {
  stroke-dasharray: 330 240;
}

.box svg line.left,
.box svg line.right {
  stroke-dasharray: 490 400;
}

.box svg line {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.box:hover svg line {
  stroke-width: 3;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.box:hover svg line.top {
  -webkit-transform: translateX(-305px);
  transform: translateX(-305px);
}

.box:hover svg line.bottom {
  -webkit-transform: translateX(305px);
  transform: translateX(305px);
}

.box:hover svg line.left {
  -webkit-transform: translateY(-17px);
  transform: translateY(-17px);
}

.box:hover svg line.right {
  -webkit-transform: translateY(17px);
  transform: translateY(17px);
}

.carriers .box svg line {
  stroke: #2c3563;
}

.mining .box svg line {
  stroke: #2c3563;
}
.side_text2{
    text-transform: uppercase;
    letter-spacing: 4px;
    font-size: 60px;
    font-weight: bold;
    color: #03030373;
    position: absolute;
    overflow: hidden;
    right: 0px;
    height: 62px;
    top: 70px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -moz-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    -webkit-transform-origin: 100% 100%;
    line-height: 1.1em;
  
  }