/*arrow-image*/
.arrow-down {
  animation: float 1.5s ease-in-out infinite;
}
@keyframes float {
  0% {
    transform: translatey(10px);
  }
  50% {
    transform: translatey(-10px);
  }
  100% {
    transform: translatey(10px);
  }
}

.arrow-right {
  animation: float-right 1.5s ease-in-out infinite;
}
@keyframes float-right {
  0% {
    transform: translateX(10px);
  }
  50% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(10px);
  }
}

.arrow-left {
  animation: float-left 1.5s ease-in-out infinite;
}
@keyframes float-left {
  0% {
    transform: translateX(10px);
  }
  50% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(10px);
  }
}

@media(max-width:991px){
.arrow-right img {
    transform: rotateZ(90deg);
    margin: 0px 0px 60px 0px;
}
.arrow-left img {
    transform: rotateZ(270deg);
    margin: 0px 0px 60px 0px;
}
.arrow-right {
    animation: float 1.5s ease-in-out infinite;
}
.arrow-left {
    animation: float 1.5s ease-in-out infinite;
}
.arrow-down img {
    margin: 0px 0px 60px 0px;
    animation: float 1.5s ease-in-out infinite;
}
}


/*process img*/
@media(min-width:992px){
.process-img  {
    margin: 0px 0px -100px -150px !important;
}}
.process-img {
  animation: rotate 1.5s ease-in-out infinite;
}
@keyframes rotate {
  0% {
    transform: rotateZ(0deg);
  }
  50% {
    transform: rotateZ(-5deg);
  }
  100% {
    transform: rotateZ(0deg);
  }
}

/*animated number*/
.sppb-animated-number {
    font-weight: 600;
    font-size: 50px !important;
}
.sppb-animated-number-title {
    font-weight: 600;
    line-height: 1.5 !IMPORTANT;
}
span.sppb-animated-number-syntax {
    font-size: 30px;
    font-weight: 600;
}

/*flipbox*/
.sppb-flipbox-panel, .threeD-item {
    height: 400px !important;
}
.threeD-flip-front .threeD-content-inner {
    font-size: 50px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.sppb-flipbox-back .threeD-content-inner {
    font-size: 17px !important;
    font-weight: 400 !important;
}

/*career-icon-001*/
.career-icon-001 img {
    width: 80px;
    height: 80px;
    transition: 0.5s;
}
.career-icon-001:hover img {
    transform: translateY(-10px);
}

/*map*/
.map-image-2 img {
    width: 80px;
}
@media(max-width:991px){
.map-image-2 img {
    width: 60px;
}}
.map-image-2 h6 {
    font-size: 11px !important;
    letter-spacing: 0.5px !important;
}

/*form*/
@media(min-width:992px){
div#ff_formdiv4 .bfQuickMode span.bfElemWrap {
    width: 30% !important;
}
div#ff_formdiv4 input {
    width: 90% !important;
}
div#ff_formdiv4 button#bfSubmitButton {
    float: right;
}}
div#ff_formdiv4 input {
    border-radius: 0px !important;
    border: none !important;
    border-bottom: 1px solid #c1c1c1 !IMPORTANT;
    background: transparent !important;
    box-shadow: none !IMPORTANT;
}
div#ff_formdiv4 span {
    width: 100% !IMPORTANT;
}
.bfRolloverBg {
    background: transparent !important;
}
.bfbs3-form-group.bfbs3-other-form-group {
    text-align: left !IMPORTANT;
}

/*modal pop up*/
.white-popup-block {
    border: 5px solid #273983;
    box-shadow: 0px 0px 10px #000;
}

/*services*/
.row-border {
    border: 5px solid #000;
    border-width: 5px;
    border-style: solid;
    border-image: linear-gradient(18deg, #08101d, #273983) 1 100;
}

/*live chat*/
div#tracking_contact_form .modal-content {
    width: 40%;
    background: #fff;
    margin: auto !IMPORTANT;
    right: 0;
    bottom: 0;
    padding: 30px !important;
    box-shadow: 0px 0px 10px #00000090 !IMPORTANT;
}
@media(max-width:991px){
div#tracking_contact_form .modal-content {
    width: 90%;
    padding: 20px 30px !important;
}
}
div#tracking_contact_form h2 {
    font-size: 24px;
    border-bottom: 1px solid #ececec;
    padding-bottom: 20px;
    margin-bottom: 20px;
    letter-spacing: 0 !important;
}
#tracking_contact_form .modal-content {
    border: none;
}
#tracking_contact_form input#tracking_name,
#tracking_contact_form input#tracking_contact_number,
#tracking_contact_form input#tracking_email {
    display: inline-block;
    width: 65%;
    margin-bottom: 15px;
}
#tracking_contact_form label {
    width: 29%;
}
@media(max-width:991px){
#tracking_contact_form input#tracking_name,
#tracking_contact_form input#tracking_contact_number,
#tracking_contact_form input#tracking_email {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}
#tracking_contact_form label {
    width: 100%;
}
}
.modal_tracking_contact_form {
    background: #000000b0 !important;
}