.bitnami-corner-image-div {
  display: none;
}
/*-------------------------------------------VAR--*/
/*--------------------------------------------GLOBAL----------*/
.imgtestt {
  position: absolute;
  width: 415px;
  top: 200px;
  left: 234px;
  z-index: 99999999999999991611392;
}
body {
  font-size: 13px;
  font-family: "Montserrat", sans-serif;
  color: #000;
}
h1 {
  font-size: 48px;
}
h2 {
  font-size: 42px;
}
h3 {
  font-size: 36px;
}
h4 {
  font-size: 26px;
}
h5 {
  font-size: 18px;
  font-weight: 400;
  margin: 10px 0px 0px 0px;
}
ul {
  margin: 0px 0px 0px 0px;
}
a {
  text-decoration: none;
}
.inner {
  padding: 60px;
}
.page {
  margin-bottom: 0px;
}
/*----------------------------------MIXINS*/
/*----------------------------------------------------NAVIGATION*/
.responsive-menu-button, #responsive-menu-button {
  z-index: 99999999999999991433150857216 !important;
}
.main-navigation {
  display: flex;
  padding: 10px 0;
  justify-content: center;
}
.main-navigation ul {
  float: none;
  display: block;
  justify-content: center;
}
.main-navigation ul li {
  padding: 19px 12px;
  font-size: 12px;
}
.main-navigation ul li a {
  color: #fff;
}
.main-navigation ul li a::before {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  transition: 0.5s transform ease;
  transform: scale3d(0, 1, 1);
  transform-origin: 0 50%;
}
.main-navigation ul li a:hover::before {
  transform: scale3d(1, 1, 1);
}
.main-navigation ul li a::before {
  background: #fff;
  transform-origin: 100% 50%;
}
.main-navigation ul .current-menu-item {
  font-weight: bold;
  border-bottom: 4px solid #ffa96e;
}
.main-navigation .sub-menu li {
  background-color: #4398f8;
  border-right: 1px solid #fff;
  text-align: center;
}
.main-navigation .sub-menu li a {
  padding: 0 15px;
}
/*--------------------------------------------------------------------------------------------HEADER*/
.home .entry-title {
  display: none !important;
}
.site-header {
  background: linear-gradient(122deg, #4398f8 14%, #a9abae 74%);
  max-height: 70px;
  z-index: 999999 !important;
  padding: 0 40px;
}
.site-header .col {
  margin: 0px;
}
.site-header .site-branding {
  max-height: 100px;
  z-index: 99999 !important;
}
.site-header .ctas {
  padding: 27px 0px;
  text-align: right;
  font-size: 15px;
}
.site-header .ctas a {
  padding-right: 15px;
  color: #fff;
  margin-left: 5px;
  -webkit-transition: all 800ms ease-in-out;
  -moz-transition: all 800ms ease-in-out;
  -ms-transition: all 800ms ease-in-out;
  -o-transition: all 800ms ease-in-out;
  transition: all 800ms ease-in-out;
}
.site-header .ctas a:hover {
  color: #ffa96e;
}
.site-header .ctas [data-title] {
  position: relative;
  cursor: hand;
  z-index: 9999;
}
.site-header .ctas [data-title]:hover::after {
  z-index: 99999999;
  content: "";
  position: absolute;
  bottom: -10px;
  left: 10px;
  display: inline-block;
  color: #fff;
  border: 8px solid transparent;
  border-bottom: 8px solid #78b0dd;
}
.site-header .ctas [data-title]:hover::before {
  z-index: 99999999;
  content: attr(data-title);
  position: absolute;
  bottom: -34px;
  display: inline-block;
  padding: 3px 6px;
  border-radius: 2px;
  background: #78b0dd;
  color: #fff;
  font-size: 12px;
  font-family: sans-serif;
  white-space: nowrap;
}
.site-header .span_2_of_6 {
  width: 20%;
}
.site-header .span_3_of_6 {
  width: 70%;
}
.site-header .span_1_of_6 {
  width: 10%;
}
.site-header .col {
  margin: 0px;
}
.salerep {
  position: absolute;
  right: 30%;
  width: 22%;
  top: 1px;
}
.banner {
  position: relative;
  font-family: "Montserrat", sans-serif !important;
  z-index: -1 !important;
}
.banner .mobile_phone {
  position: absolute;
  width: 460px;
  top: 24px;
  left: 202px;
}
.banner #Layer_7 {
  -webkit-animation: pina 1s infinite;
  animation: pina 1s infinite;
}
.banner #Layer_8 {
  -webkit-animation: pinb 2s infinite;
  animation: pinb 2s infinite;
}
.banner #Layer_9 {
  -webkit-animation: pinc 3s infinite;
  animation: pinc 3s infinite;
}
.banner #Layer_10 {
  -webkit-animation: pinc 4s infinite;
  animation: pind 4s infinite;
}
.banner #Layer_36 {
  -webkit-animation: cloud1 5s infinite;
  animation: cloud1 5s infinite;
}
.banner #Layer_38 {
  -webkit-animation: cloud2 7s infinite;
  animation: cloud2 7s infinite;
}
.banner #Layer_39 {
  -webkit-animation: cloud4 9s infinite;
  animation: cloud4 9s infinite;
}
.banner #Layer_37 {
  -webkit-animation: cloud5 7s infinite;
  animation: cloud5 7s infinite;
}
@keyframes pina {
  0% {
    transform: scale(1);
  }
  50% {
    transform: translate(-11%, -25%) scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes pinb {
  0% {
    transform: scale(1);
  }
  50% {
    transform: translate(-17.5%, -30%) scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes pinc {
  0% {
    transform: scale(1);
  }
  50% {
    transform: translate(-19%, -25%) scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes pind {
  0% {
    transform: scale(1);
  }
  50% {
    transform: translate(-16.5%, -35%) scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes cloud1 {
  0% {
    transform: translate(0%, 0%);
  }
  50% {
    transform: translate(-3%, 0%);
  }
  100% {
    transform: translate(0%, 0%);
  }
}
@keyframes cloud2 {
  0% {
    transform: translate(0%, 0%);
  }
  50% {
    transform: translate(-7%, 0%);
  }
  100% {
    transform: translate(0%, 0%);
  }
}
@keyframes cloud4 {
  0% {
    transform: translate(0%, 0%);
  }
  50% {
    transform: translate(4%, 0%);
  }
  100% {
    transform: translate(0%, 0%);
  }
}
@keyframes cloud5 {
  0% {
    transform: translate(0%, 0%);
  }
  50% {
    transform: translate(2%, 0%);
  }
  100% {
    transform: translate(0%, 0%);
  }
}
/*--------------------------------------------------------HOME--*/
.content-area-home:before {
  content: " ";
  background: url(https://www.rapidtrade.com/wp-content/uploads/2020/04/bg-stripe-1.png);
  width: 100%;
  height: 751px;
  background-size: 325px;
  overflow: visible;
  position: absolute;
  background-repeat: no-repeat;
  background-position: 110% -88px;
  right: 0;
  float: right;
  margin-right: 0px;
}
.content-area-home:after {
  content: " ";
  background: url(https://www.rapidtrade.com/wp-content/uploads/2020/04/bg-stripe-3.png);
  width: 48%;
  height: 600px;
  overflow: visible;
  position: absolute;
  background-repeat: no-repeat;
  top: 704px;
  left: -42px;
  float: left;
  margin-right: 0px;
  background-size: 46%;
  z-index: -1;
}
.products {
  padding: 60px;
  overflow: visible !important;
}
.products .blocks .block {
  padding: 20px;
  min-height: 200px;
  position: relative;
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  -webkit-transition: all 800ms ease-in-out;
  -moz-transition: all 800ms ease-in-out;
  -ms-transition: all 800ms ease-in-out;
  -o-transition: all 800ms ease-in-out;
  transition: all 800ms ease-in-out;
}
.products .blocks .block:hover {
  background-color: #4398f8;
  background-image: linear-gradient(to right, rgba(191, 104, 197, 0) 0%, rgba(191, 104, 197, 0) 0%, rgba(191, 104, 197, 0.7) 70%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transition: background-size 1s, background-color 1s;
}
.products .blocks .targets {
  background-color: #4398f8;
  background-image: url(https://www.rapidtrade.com/wp-content/uploads/2020/04/target-bg.png);
}
.products .blocks .orders {
  background-color: #78b0dd;
  background-image: url(https://www.rapidtrade.com/wp-content/uploads/2020/04/order-bg.png);
  background-position: -50% 10%;
  background-repeat: no-repeat;
}
.products .blocks .delivery {
  background-color: #9bc4e6;
  background-image: url(https://www.rapidtrade.com/wp-content/uploads/2020/04/delivery-bg.png);
  background-size: 120%;
  background-position: -120% 70%;
  background-repeat: no-repeat;
}
.products .blocks .sales {
  background-color: #9bc4e6;
  background-image: url(https://www.rapidtrade.com/wp-content/uploads/2021/04/coin.png);
  background-size: 120%;
  background-position: -120% 70%;
  background-repeat: no-repeat;
}
.products .blocks h4 {
  font-size: 26px;
  color: #fff;
  position: absolute;
  bottom: 0;
  font-weight: 900;
}
.products .blocks h5 {
  font-size: 15px;
  color: #fff;
  position: absolute;
  bottom: 12PX;
  font-weight: 600;
  color: #FFF;
  margin-bottom: 0px;
  margin-top: 0px;
}
.products h3 {
  font-weight: 900;
  color: #4398f8;
  position: relative;
  margin-bottom: 0px;
  margin-top: 0px;
}
.products h3:before {
  content: "Our Products";
  position: absolute;
  opacity: 0.1;
  font-size: 85px;
  bottom: -19px;
}
.page-id-1835 .entry-title {
  position: absolute;
  top: 148px;
  left: 200px;
  width: 539px;
  padding: 40px;
  font-weight: 800;
  color: #4398f8;
}
.page-id-23 .caption_indus {
  position: relative;
  right: 30px;
  width: 60%;
  float: left;
  margin-top: -69px;
  line-height: 17px;
}
.page-id-23 .entry-title {
  top: 155px;
}
.entry-title {
  position: absolute;
  top: 213px;
  left: 200px;
  width: 539px;
  padding: 40px;
  font-weight: 800;
  color: #4398f8;
}
.ipad_mobile {
  display: none;
}
/*--------------BOTTOM BANNER*/
.bottom-banner {
  background: linear-gradient(122deg, #78b0e2 14%, #b0b3b6 77%);
  color: #fff;
  padding: 10px 80px;
  position: relative;
  z-index: -111;
}
.bottom-banner h3 {
  margin: 30px 110px;
  width: 61%;
  font-size: 43px;
  line-height: 45px;
  letter-spacing: 1px;
  margin-left: 125px;
  font-weight: 900;
}
.bottom-banner h3 span {
  display: block;
  text-align: right;
  font-weight: 900;
}
.bottom-banner img {
  vertical-align: bottom;
  position: absolute;
  bottom: 0;
  right: 80px;
  max-height: 250px;
}
/*------------------------------------------------INDUSTRIES BLOCKS --*/
.industries-block {
  padding: 60px;
  position: relative;
}
.industries-block svg {
  height: 150px;
  position: absolute;
  z-index: 9999;
  top: -10px;
  right: 35%;
}
.industries-block .st33 {
  animation: crescendo 2.5s alternate infinite ease-in;
}
.industries-block .block {
  padding: 20px;
  min-height: 200px;
  position: relative;
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
}
.industries-block h3 {
  margin-bottom: 0px;
  color: #fff;
  position: absolute;
  bottom: 35px;
  font-weight: 900;
}
.industries-block h4 {
  margin-bottom: 0px;
  color: #fff;
  position: absolute;
  bottom: 14px;
  font-weight: 600;
  font-size: 17px;
}
.industries-block .industries {
  margin: 0px 15px;
  background-color: #ffa96e;
  background-image: url(https://www.rapidtrade.com/wp-content/uploads/2020/04/industries.png);
  background-repeat: no-repeat;
  background-position: right;
  -webkit-transition: all 800ms ease-in-out;
  -moz-transition: all 800ms ease-in-out;
  -ms-transition: all 800ms ease-in-out;
  -o-transition: all 800ms ease-in-out;
  transition: all 800ms ease-in-out;
}
.industries-block .industries:hover {
  background-color: #ff8b3b;
}
.industries-block .team {
  margin: 0px 15px;
  background-color: #fbcbaa;
  background-image: url(https://www.rapidtrade.com/wp-content/uploads/2020/04/team-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  -webkit-transition: all 800ms ease-in-out;
  -moz-transition: all 800ms ease-in-out;
  -ms-transition: all 800ms ease-in-out;
  -o-transition: all 800ms ease-in-out;
  transition: all 800ms ease-in-out;
}
.industries-block .team:hover {
  background-color: #f9ad79;
}
.industries-block a {
  display: block;
}
/*------------------------------------------------------------SINGLE*/
.singleban {
  height: 280px;
}
.singleban .indus img {
  position: absolute;
  right: 21%;
  width: 25%;
  top: 4px;
}
.singleban .downloads img {
  position: absolute;
  right: 27%;
  width: 27%;
  top: -22px;
}
.singleban .pricing img {
  position: absolute;
  right: 27%;
  width: 24%;
  top: -23px;
}
.singleban .about img {
  position: absolute;
  right: 27%;
  width: 24%;
  top: 0px;
}
.singleban .contact img {
  position: absolute;
  right: 26%;
  width: 27%;
  top: -20px;
}
.singleban .case img {
  position: absolute;
  right: 22%;
  width: 28%;
  top: -20px;
}
.single_page_padding {
  width: 80%;
  margin: auto;
}
.single_page_padding h4 {
  margin-bottom: 0px;
}
.page-id-276:after, .page-id-272:after, .page-id-274:after, .page-id-17 .content-area:after {
  content: " ";
  background: url(https://www.rapidtrade.com/wp-content/uploads/2020/04/bg-stripe-3.png);
  width: 47%;
  height: 561px;
  overflow: visible;
  position: absolute;
  background-repeat: no-repeat;
  top: 397px;
  left: -124px;
  float: left;
  margin-right: 0px;
  background-size: 44%;
  z-index: -11 !important;
}
.page-id-17 .content-area:before {
  content: " ";
  background: url(https://www.rapidtrade.com/wp-content/uploads/2020/04/bg-stripe-1.png);
  width: 100%;
  height: 1044px;
  background-size: 325px;
  overflow: visible;
  position: absolute;
  background-repeat: no-repeat;
  background-position: 110% 588px;
  right: 0;
  float: right;
  margin-right: 0px;
}
.page-id-15:before, .page-id-19 .content-area:before {
  content: " ";
  background: url(https://www.rapidtrade.com/wp-content/uploads/2020/04/bg-stripe-1.png);
  width: 100%;
  height: 1044px;
  background-size: 5px;
  overflow: visible;
  position: absolute;
  background-repeat: no-repeat;
  background-position: 110% 588px;
  right: 0;
  float: right;
  margin-right: 0px;
}
.page-id-15:after, .page-id-19 .content-area:after {
  content: " ";
  background: url(https://www.rapidtrade.com/wp-content/uploads/2020/04/bg-stripe-3.png);
  width: 57%;
  height: 561px;
  overflow: visible;
  position: absolute;
  background-repeat: no-repeat;
  top: 397px;
  left: -87px;
  float: left;
  margin-right: 0px;
  background-size: 44%;
}
.bgblue {
  background: linear-gradient(90deg, #cfe3f9 0%, #d8e5f4 69%, #e3e8ee 100%);
}
.bgblue ::-webkit-input-placeholder {
  /* Edge */
  color: #000 !important;
  font-family: "Montserrat", sans-serif;
  font-size: 12px !important;
}
.bgblue :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000 !important;
  font-family: "Montserrat", sans-serif;
  font-size: 12px !important;
}
.bgblue ::placeholder {
  color: #000 !important;
  font-family: "Montserrat", sans-serif;
  font-size: 12px !important;
}
.rapidorders {
  margin-top: -60px !important;
  margin-bottom: -50px !important;
}
.pageblock_wrapper_industries {
  margin: 250px auto 60px auto;
  padding: 30px 0px;
}
.pageblock_wrapper_industries .section {
  width: 90%;
  margin: auto;
  position: relative;
}
.pageblock_wrapper_industries .span_1_of_4 {
  margin: auto;
  padding: 0px 30px;
  text-align: center;
}
.pageblock_wrapper_industries p {
  text-align: left;
  margin-bottom: 0px;
}
.pageblock_wrapper_industries h2 {
  text-align: center;
  font-size: 28px;
  font-weight: 800;
  line-height: 5px;
  color: grey;
}
.pageblock_wrapper_industries h2 span {
  color: #4398f8;
  text-align: right;
  font-weight: 900;
}
.pageblock_wrapper_industries .fas {
  font-size: 70px;
  text-align: center !important;
  color: #4398f8;
  opacity: 0.3;
}
.pageblock_wrapper {
  margin: 30px auto 60px auto;
  padding: 30px 0px;
}
.pageblock_wrapper a {
  -webkit-transition: all 800ms ease-in-out;
  -moz-transition: all 800ms ease-in-out;
  -ms-transition: all 800ms ease-in-out;
  -o-transition: all 800ms ease-in-out;
  transition: all 800ms ease-in-out;
  color: #000;
}
.pageblock_wrapper a:hover {
  color: #bf68c5;
}
.pageblock_wrapper .section {
  width: 70%;
  margin: auto;
  position: relative;
}
.pageblock_wrapper p {
  margin-bottom: 0px;
}
.pageblock_wrapper ul {
  margin-left: -1.5em;
  margin-top: 0px;
}
.pageblock_wrapper h2 {
  font-size: 28px;
  font-weight: 800;
  line-height: 5px;
  color: grey;
}
.pageblock_wrapper h2 span {
  color: #4398f8;
  text-align: right;
  font-weight: 900;
}
.pageblock_wrapper h3 {
  line-height: 5px;
  color: #000;
  font-size: 20px;
}
.pageblock_wrapper .laptop img {
  width: 544px;
  margin-top: -14px;
  margin-left: -67px;
}
.pageblock_wrapper .ipad img {
  width: 490px;
  left: -90px;
  max-height: unset;
}
.pageblock_wrapper .truck img {
  width: 500px;
  margin-top: 20px;
  margin-left: 0px;
}
.pageblock_wrapper img {
  vertical-align: bottom;
  position: absolute;
  max-height: 350px;
}
.deliveryvideo {
  z-index: 999999 !important;
}
/*----------NEW RAPID PAGE--------*/
.area_one {
  padding: 0px 130px 50px 130px;
  background-color: #fff;
}
.area_two {
  padding: 50px 130px 70px 130px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4398f8+1,d068cd+100 */
  background: #4398f8;
  /* Old browsers */
  background: -moz-linear-gradient(left, #4398f8 1%, #d068cd 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #4398f8 1%, #d068cd 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #4398f8 1%, #d068cd 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4398f8", endColorstr="#d068cd",GradientType=1);
  /* IE6-9 */
}
.area_three {
  padding: 30px 130px 50px 130px;
  background-color: #fff;
}
.area_four {
  padding: 50px 130px 70px 130px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4398f8+1,d068cd+100 */
  background: #4398f8;
  /* Old browsers */
  background: -moz-linear-gradient(left, #4398f8 1%, #d068cd 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #4398f8 1%, #d068cd 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #4398f8 1%, #d068cd 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4398f8", endColorstr="#d068cd",GradientType=1);
  /* IE6-9 */
}
.area_five {
  padding: 30px 130px 50px 130px;
  background-color: #fff;
}
.area_six {
  padding: 50px 130px 70px 130px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4398f8+1,d068cd+100 */
  background: #4398f8;
  /* Old browsers */
  background: -moz-linear-gradient(left, #4398f8 1%, #d068cd 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #4398f8 1%, #d068cd 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #4398f8 1%, #d068cd 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4398f8", endColorstr="#d068cd",GradientType=1);
  /* IE6-9 */
}
.area_seven {
  padding: 30px 130px 50px 130px;
  background-color: #fff;
}
.image_left {
  padding: 50px 0px 0px 0px;
}
.image_right {
  padding: 50px 0px 0px 0px;
}
.wide_right {
  padding: 0px 0px 0px 30px;
}
.wide_left {
  padding: 0px 30px 0px 0px;
}
/*----------PRODUCTS SUB--------*/
.delimg {
  width: 100%;
  background: linear-gradient(122deg, #4398f8 14%, #a9abae 74%);
  height: 70px;
  margin-top: 80px;
  position: relative;
  z-index: -111111;
}
.delimg img {
  position: absolute;
  width: 32%;
  bottom: 0;
  z-index: -111;
  right: 50px;
}
/*-----------CASE STUDIES-----*/
.casestudies .laptop img {
  left: 40px;
}
.casestudies .ipad img {
  left: -42px;
}
.casestudies .section {
  width: 80%;
}
.casestudies .section h2 {
  line-height: 30px;
}
/*---------PRICING -----*/
.pricing_table {
  font-size: 13px;
}
.pricing_table p {
  padding: 0px 20px;
  font-size: 12px;
}
.pricing_table .section {
  margin: auto;
  width: 90%;
}
.pricing_table .enquire {
  background: #ffa96e;
  width: 110%;
  color: #fff;
  left: -5%;
  padding: 5px;
  position: relative;
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
  -webkit-transition: all 800ms ease-in-out;
  -moz-transition: all 800ms ease-in-out;
  -ms-transition: all 800ms ease-in-out;
  -o-transition: all 800ms ease-in-out;
  transition: all 800ms ease-in-out;
}
.pricing_table .enquire a {
  color: #fff;
  display: block;
}
.pricing_table .enquire:hover {
  cursor: pointer;
  background-color: #bf68c5;
}
.pricing_table .enquire:hover a {
  color: #fff;
  cursor: pointer;
  display: block;
}
.pricing_table .enquire a {
  color: #fff;
  cursor: pointer;
  display: block;
}
.pricing_table .span_1_of_2 {
  width: 35%;
  margin: auto 7%;
  background: linear-gradient(90deg, #cfe3f9 0%, #d8e5f4 69%, #e3e8ee 100%);
  border-radius: 20px;
  position: relative;
  -webkit-box-shadow: 10px 10px 5px -7px #757575;
  -moz-box-shadow: 10px 10px 5px -7px #757575;
  box-shadow: 9px 8px 6px -7px #757575;
}
.pricing_table .price_block {
  padding: 0px 20px;
  font-size: 13px;
}
.pricing_table .price_block .price {
  font-size: 25px;
  color: #78b0dd;
  display: inline-block;
  font-weight: 700;
}
.pricing_table .price_block .subprice {
  vertical-align: middle;
  font-size: 12px;
  padding-left: 10px;
}
.pricing_table h2 {
  color: #4398f8;
  font-size: 30px;
  line-height: 32px;
  font-weight: 900;
  padding: 0px 20px;
}
.pricing_table h2 span {
  color: grey;
}
.pricing_table h3 {
  background: #ffa96e;
  width: 110%;
  color: #fff;
  left: -5%;
  padding: 5px;
  position: relative;
  font-size: 20px;
  text-align: center;
}
.pricing_table h4 {
  padding: 0px 20px;
  font-size: 12px;
  margin-bottom: -5px;
}
.btn {
  background: #4398f8;
  width: fit-content;
  padding: 8px 40px;
  color: #fff;
  text-transform: uppercase;
  margin: 30px 0px;
  -webkit-transition: all 800ms ease-in-out;
  -moz-transition: all 800ms ease-in-out;
  -ms-transition: all 800ms ease-in-out;
  -o-transition: all 800ms ease-in-out;
  transition: all 800ms ease-in-out;
  z-index: 9999;
  position: relative;
}
.btn a {
  color: #fff;
  display: block;
}
.btn:hover {
  cursor: pointer;
  background-color: #bf68c5;
}
.btn:hover a {
  color: #fff;
  cursor: pointer;
  display: block;
}
/*------------DOWNLOADS ----------*/
.downloads .sectioned_downloads {
  background: #f2f2f2;
  width: 70%;
  border-radius: 10px;
  border: 2px solid #bf68c5;
  padding: 30px;
  margin: 20px 0px;
}
.downloads .sectioned_downloads h2 {
  margin-top: 0px;
}
.downloads .sectioned_downloads .btn {
  margin-bottom: 0px;
}
.downloads .inner_dl {
  width: 80%;
  margin: auto;
}
.downloads .inner_dl .section {
  width: 50%;
  margin-right: auto;
  margin: unset;
}
.downloads img {
  position: relative;
  text-align: left;
}
.downloads h2 {
  line-height: 27px;
  text-align: left;
}
.downloads .downloadsimg {
  text-align: center;
}
.downloads .downloadsimg img {
  width: 55%;
  margin: auto;
  position: relative;
  text-align: center;
}
/*-------------CONTACT US PAGE------*/
.map {
  position: relative;
  margin-top: -60px;
}
.phntitle {
  margin-bottom: 0px;
}
.phneleft {
  margin-top: 0px;
  width: 100px;
  float: left;
}
.phneright {
  margin-top: 0px;
  left: 0;
}
/*------------------------------------------------------ABOVE FOOTER--*/
.above-footer {
  background: linear-gradient(122deg, #4398f8 14%, #a9abae 74%);
  color: #fff;
}
.above-footer p {
  line-height: 17px;
}
.above-footer a {
  -webkit-transition: all 800ms ease-in-out;
  -moz-transition: all 800ms ease-in-out;
  -ms-transition: all 800ms ease-in-out;
  -o-transition: all 800ms ease-in-out;
  transition: all 800ms ease-in-out;
  color: #fff;
}
.above-footer a:hover {
  color: #bf68c5;
  font-weight: bold;
}
.above-footer h4 {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
}
.above-footer .inner {
  padding: 20px 60px;
}
/*------Legal Footer----*/
.legal_footer {
  background: #000;
  padding-top: 20px;
}
.legal_footer .section {
  width: 90%;
  margin: auto;
  text-align: center;
}
.legal_footer .col {
  border-right: 1px solid #78b0dd;
}
.legal_footer .last {
  border-right: none;
}
.legal_footer h3 {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}
.legal_footer a {
  color: #fff;
}
.legal_footer a:hover {
  color: #4398f8;
}
/*-------------------------------------------------------FOOTER--*/
.site-footer {
  font-size: 11px;
  background-color: #000;
  color: #fff;
  padding: 20px 0px 20px 0px;
}
.site-footer a {
  color: #fff;
}
.site-footer a:hover {
  color: #4398f8;
}
/*------------------------------------------------------------KEYFRAMES*/
@keyframes crescendo {
  0% {
    transform: scale(1);
    transform-origin: bottom right 60px;
  }
  100% {
    transform: scale(1.1);
    transform-origin: bottom right 60px;
  }
}
@keyframes scales {
  0% {
    -webkit-transform: translate(0px, 1px) scale(1);
  }
  100% {
    -webkit-transform: translate(29px, 15px) scale(3.5);
  }
}
/*---------------------------------------------------FORMS*/
.gform_wrapper ul li.gfield {
  margin-top: 1px !important;
  padding-top: 0;
}
.gform_wrapper .gform_footer {
  padding: 5px 0 10px !important;
}
#gform_submit_button_1 {
  background-color: #4398f8;
  border: none;
  font-size: 13px;
  border-radius: 0px;
  text-transform: uppercase;
  color: #fff !important;
  letter-spacing: 1px;
  -webkit-transition: all 800ms ease-in-out;
  -moz-transition: all 800ms ease-in-out;
  -ms-transition: all 800ms ease-in-out;
  -o-transition: all 800ms ease-in-out;
  transition: all 800ms ease-in-out;
}
#gform_submit_button_1:hover {
  cursor: pointer;
  background-color: #bf68c5;
}
.gform_wrapper li.hidden_label input, .gform_wrapper textarea {
  padding-left: 5px;
  background-color: transparent;
  border-radius: 0px !important;
  margin-top: 0px !important;
  font-family: "Montserrat", sans-serif;
}
.gform_wrapper .gform_footer {
  margin: 0px !important;
}
::-webkit-input-placeholder {
  /* Edge */
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 12px !important;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 12px !important;
}
::placeholder {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 12px !important;
}
/*------------------------------------------------STICKY*/
.message_sticky {
  background: #f3f3f3;
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
  color: #fff;
  position: fixed;
  z-index: 99999 !important;
  top: 10%;
  right: -600px;
  width: 350px;
  padding: 20px 20px 50px 20px;
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.4);
  transition: all 1s ease;
  overflow: hidden;
  text-align: center;
  box-sizing: border-box;
}
.message_sticky #gform_submit_button_1 {
  background-color: #4398f8;
  color: #fff;
  border-radius: 0px;
  text-transform: uppercase;
  margin-top: 0px !important;
}
.message_sticky #gform_wrapper_1 {
  margin-top: 0px;
}
.message_sticky #gform_wrapper_1 ::-webkit-input-placeholder {
  /* Edge */
  color: #000 !important;
  font-family: "Montserrat", sans-serif;
}
.message_sticky #gform_wrapper_1 :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000 !important;
  font-family: "Montserrat", sans-serif;
}
.message_sticky #gform_wrapper_1 ::placeholder {
  color: #000 !important;
  font-family: "Montserrat", sans-serif;
}
.message_sticky h3 {
  color: #78b0dd;
  text-transform: uppercase;
  margin-bottom: 0px;
}
#toggle_sticky {
  position: fixed;
  appearance: none;
  cursor: pointer;
  right: -100%;
  display: none;
  z-index: 999999 !important;
}
#toggle_sticky + label {
  -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.4);
  position: fixed;
  cursor: pointer;
  padding: 5px 10px;
  top: 40%;
  right: -40px;
  background: #4398f8;
  border-bottom: 0px;
  font-weight: bold;
  padding: 10px;
  color: #fff;
  border-radius: 10px 10px 0px 0px;
  line-height: 20px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  margin: 0px 0px;
  transition: all 500ms ease;
  z-index: 999999 !important;
  -moz-transform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
#toggle_sticky + label:after {
  content: "CONTACT US";
}
.container-sticky {
  transition: margin 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
  padding: 10px;
  display: none;
}
#toggle_sticky:checked ~ .message_sticky {
  top: 10%;
  right: 80px;
}
#toggle_sticky:checked + label {
  background: #0971e6;
  right: 0px;
}
#toggle_sticky:checked + label:after {
  content: "Close";
}
.message_sticky .gform_body ul {
  margin: 0 !important;
  margin-block-start: 0 !important;
  padding-inline-start: 0 !important;
}
/*-----------------------------------------------------------MOBILE*/
@media (max-width: 350px) {
  .site-header .site-branding {
    width: 70%;
    margin-right: 10px;
  }
}
@media (max-width: 375px) {
  .entry-title {
    top: 325px !important;
  }
}
@media (max-width: 600px) {
  .mobmenul-container i {
    color: #fff !important;
    z-index: 10000000000000000 !important;
  }
  .front-page {
    margin-top: 40px;
  }
  .aos-mobile {
    display: none !important;
  }
  .banner #Layer_2 {
    transform: translate(-74rem, -11rem) !important;
  }
  .st45 {
    transform: scale(1.5) !important;
  }
  .site-content {
    min-height: 85vh;
  }
  .show-nav-left .mobmenu-panel.show-panel, .show-nav-right .mobmenu-panel.show-panel {
    z-index: 999999999999 !important;
  }
  .content-area-home:before {
    display: none;
  }
  .singleban .about img {
    position: absolute;
    right: 20%;
    width: 60%;
    top: 16px;
  }
  .salerep {
    position: absolute;
    right: 21%;
    width: 52%;
    top: 30px;
  }
  .singleban .downloads img {
    position: absolute;
    right: 17%;
    width: 68%;
    top: 14px;
  }
  .page-id-23 .entry-title {
    top: 330px;
  }
  .singleban .pricing img {
    position: absolute;
    right: 18%;
    width: 63%;
    top: 20px;
  }
  .singleban .indus img {
    position: absolute;
    right: 23%;
    width: 55%;
    top: 25px;
  }
  .pageblock_wrapper .laptop img {
    width: 500px;
    margin-top: -8px;
    margin-left: 0px;
  }
  .singleban .contact img {
    position: absolute;
    right: 21%;
    width: 60%;
    top: 21px;
  }
  .pageblock_wrapper .ipad img {
    display: none;
  }
  .ipad_mobile {
    display: block;
    margin-top: -5px;
    position: relative !important;
  }
  .ipad-space {
    margin-top: 60px;
  }
  .content-area-home:after {
    display: none;
  }
  .pricing_table .section {
    width: 97%;
  }
  .single_page_padding {
    width: 85%;
    margin: auto;
    padding-bottom: 20px;
  }
  .home .products {
    margin-top: 7rem;
  }
  .products {
    padding: 20px 30px;
  }
  .pricing_table {
    margin-top: 2rem;
    margin-bottom: 20px !important;
  }
  .pricing_table .span_1_of_2 {
    width: 100%;
    margin: unset;
    margin-bottom: 30px;
  }
  #toggle_sticky:checked ~ .message_sticky {
    top: 10%;
    right: 5px;
  }
  .main-navigation {
    display: none;
  }
  .page-id-23 .caption_indus {
    position: relative;
    right: unset;
    width: 90%;
    float: unset;
    margin-top: 0px;
    line-height: 17px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .products h3 {
    font-weight: 900;
    color: #4398f8;
    position: relative;
    margin-bottom: 19px;
    margin-top: 0px;
    line-height: 40px;
  }
  .bottom-banner {
    padding: 10px 0 10px 55px;
    margin-bottom: 30px;
  }
  .bottom-banner h3 span {
    text-align: left;
  }
  .bottom-banner h3 {
    margin: 30px 0px;
    width: 100%;
    font-size: 25px;
    line-height: 27px;
    letter-spacing: 1px;
    margin-left: 0;
    font-weight: 900;
    z-index: 9999;
  }
  .bottom-banner p {
    margin-bottom: 140px;
    width: 95% !important;
  }
  .industries-block {
    padding: 50px 20px;
    position: relative;
  }
  .industries-block .industries {
    margin-bottom: 30px;
    background-position: center;
  }
  .industries-block .team {
    background-position: center;
  }
  .entry-title {
    line-height: 47px;
    top: 350px;
    left: unset;
    width: 100%;
    padding: 0px 10px;
    font-size: 32px;
    text-align: center;
  }
  .page-id-274 .delimg {
    margin-top: 150px;
  }
  .page-id-274 .delimg img {
    width: 78%;
  }
  .delimg {
    margin-top: 120px;
  }
  .delimg img {
    position: absolute;
    width: 82%;
    bottom: 0;
    z-index: -111;
    right: 50px;
  }
  .products .blocks h5 {
    font-size: 18px;
  }
  .above-footer .inner {
    padding: 20px 30px;
  }
  .above-footer iframe {
    width: 100%;
  }
  .industries-block .svgs {
    margin-bottom: 40px;
  }
  .section.group {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
  }
  .section.group .col {
    flex: 0 1 auto;
  }
  .legal_footer .col {
    border-right: 0px solid #78b0dd;
    border-bottom: 1px solid #78b0dd;
  }
  .legal_footer .last {
    border-bottom: 0px;
  }
  .industries-block h4 {
    margin-bottom: 0px;
    color: #fff;
    position: absolute;
    bottom: 10px;
    font-weight: 600;
    font-size: 17px;
    line-height: 20px;
  }
  .industries-block h3 {
    margin-bottom: 0px;
    color: #fff;
    position: absolute;
    bottom: 53px;
    font-weight: 900;
    font-size: 26px;
  }
  .bottom-banner img {
    vertical-align: bottom;
    position: absolute;
    bottom: 0;
    max-height: 150px;
    left: -50px;
    z-index: -99999999;
  }
  .imgtestt {
    position: absolute;
    width: 58% !important;
    margin: auto;
    top: 210px !important;
    left: 100px !important;
    z-index: -999999;
  }
  .site-header .span_2_of_6 {
    width: 100%;
  }
  .products h3:before {
    content: "Our Products";
    position: absolute;
    opacity: 0.1;
    font-size: 50px;
    bottom: -19px;
  }
  .site-header .site-branding {
    z-index: auto !important;
  }
  .message, #toggle:checked ~ .message {
    right: 20px;
    width: 90%;
  }
  .message {
    bottom: -630px;
  }
  #toggle + label {
    width: 58%;
  }
  .downloads .sectioned_downloads {
    width: 100% !important;
  }
  .gform_wrapper input {
    color: #000 !important;
  }
  .show-nav-left .mobmenu-panel.show-panel, .show-nav-right .mobmenu-panel.show-panel {
    z-index: 9999999999 !important;
    background: rgba(67, 152, 248, 0.86) !important;
  }
  #mobmenuleft .mob-expand-submenu, #mobmenuleft > .widgettitle, #mobmenuleft li a, #mobmenuleft li a:visited, #mobmenuleft .mobmenu-content h2, #mobmenuleft .mobmenu-content h3, .mobmenu-left-panel .mobmenu-display-name {
    color: white !important;
    border-bottom: 1px solid white !important;
    line-height: 35px !important;
  }
  .mobmenu-left-panel .mob-cancel-button {
    color: white;
    margin-top: 1rem;
    margin-right: 1rem;
  }
  .mobmenul-container i {
    color: white;
  }
  .mobmenu .headertext {
    display: none;
  }
  .site-header .ctas {
    position: absolute;
    top: 20px;
    right: 0px;
    padding: 0px;
    text-align: left;
    font-size: 19px;
    margin-left: -1rem;
    display: block;
    margin-top: 0;
    margin-bottom: 0;
  }
  .site-header .ctas a {
    color: white;
    padding-right: 8px;
    margin-right: 0;
  }
  .pageblock_wrapper .truck img {
    width: 92%;
    margin-top: 0px;
    margin-left: 0px;
    position: relative;
  }
  .downloads img {
    position: relative;
    text-align: left;
    width: 15rem;
    max-width: inherit;
  }
  .page-id-407 .single_page_padding {
    width: 85%;
    margin: 2rem auto;
  }
  .message_sticky {
    width: 300px;
    padding: 0 20px;
  }
  .page-id-3 .single_page_padding {
    margin: 2rem auto;
  }
  .area_one {
    padding: 0px 30px 50px 30px;
    background-color: #fff;
  }
  .area_two {
    padding: 30px 30px 50px 30px;
  }
  .area_three {
    padding: 30px 30px 50px 30px;
    background-color: #fff;
  }
  .area_four {
    padding: 30px 30px 50px 30px;
  }
  .area_five {
    padding: 30px 30px 50px 30px;
    background-color: #fff;
  }
  .area_six {
    padding: 30px 30px 50px 30px;
  }
  .area_seven {
    padding: 30px 30px 50px 30px;
    background-color: #fff;
  }
  .wide_right {
    padding: 0px 0px 0px 0px;
  }
  .wide_left {
    padding: 0px 0px 0px 0px;
  }
  .page-id-1835 .entry-title {
    line-height: 38px;
    top: 350px;
    left: unset;
    width: 100%;
    padding: 0px 10px;
    font-size: 32px;
    text-align: center;
  }
  .page-id-23 .pageblock_wrapper_industries {
    margin: 5px auto 60px auto;
    padding: 30px 0px;
  }
}
/*-----------------------------------------------------------IPAD*/
@media (max-width: 768px) and (min-width: 600px) {
  .page-id-19 .single_page_padding {
    width: 91%;
  }
  .pageblock_wrapper .laptop img {
    width: 375px;
    margin-top: 113px;
    margin-left: -6px;
  }
  .page-id-276:after, .page-id-272:after, .page-id-274:after, .page-id-17 .content-area:after {
    display: none;
  }
  .products h3 {
    margin-bottom: 30px;
  }
  .bottom-banner h3 {
    margin-left: 0;
    font-size: 32px;
  }
  .bottom-banner img {
    right: 0;
    max-height: 233px;
  }
  .industries-block {
    padding: 60px 38px;
  }
  .site-content {
    min-height: 85vh;
  }
  .site-header .site-branding {
    max-height: 100px;
    z-index: 99999 !important;
    margin-left: 3rem;
    margin-right: -9rem;
  }
  .main-navigation {
    display: none;
  }
  .site-header .ctas {
    position: absolute;
    right: 0;
  }
  .show-nav-left .mobmenu-panel.show-panel, .show-nav-right .mobmenu-panel.show-panel {
    z-index: 9999999999 !important;
    background: rgba(67, 152, 248, 0.86) !important;
  }
  #mobmenuleft .mob-expand-submenu, #mobmenuleft > .widgettitle, #mobmenuleft li a, #mobmenuleft li a:visited, #mobmenuleft .mobmenu-content h2, #mobmenuleft .mobmenu-content h3, .mobmenu-left-panel .mobmenu-display-name {
    color: white !important;
    border-bottom: 1px solid white !important;
    line-height: 35px !important;
  }
  .mobmenu-left-panel .mob-cancel-button {
    color: white;
    margin-top: 1rem;
    margin-right: 1rem;
  }
  .page-id-274 .delimg {
    margin-top: 130px;
  }
  .mobmenul-container i {
    color: white;
  }
  .mobmenu .headertext {
    display: none;
  }
  .singleban .contact img {
    position: absolute;
    right: 50%;
    top: 0px;
    width: 30%;
    transform: translateX(50%);
  }
  .singleban .downloads img {
    right: 50%;
    transform: translateX(50%);
    width: 35%;
    top: -11px;
  }
  .singleban .about img {
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    width: 31%;
    top: 0px;
  }
  .salerep {
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    width: 28%;
    top: 1px;
  }
  .singleban .indus img {
    right: 50%;
    width: 28%;
    transform: translateX(50%);
  }
  .singleban .pricing img {
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    width: 31%;
    top: 8px;
  }
  .pageblock_wrapper .truck img {
    margin-top: 20px;
  }
  .pageblock_wrapper .ipad img {
    left: -40px;
  }
  .page-id-23 .caption_indus {
    width: 89%;
    margin-top: -40px;
  }
  .imgtestt {
    position: absolute;
    width: 293px;
    top: 141px;
    left: 33%;
    z-index: -1;
    transform: translateX(-50%);
  }
  .content-area-home:before {
    display: none;
  }
  .bottom-banner h3 {
    margin-left: 0;
  }
  .industries-block h3 {
    bottom: 64px;
    font-size: 30px;
  }
  .industries-block h4 {
    line-height: 20px;
  }
  .products .blocks h4 {
    font-size: 23px;
  }
  .page-id-23 .entry-title {
    top: 190px;
  }
  .pageblock_wrapper_industries .span_1_of_4 {
    width: 100%;
  }
  .pricing_table .span_1_of_2 {
    width: 44%;
    margin: auto 3%;
  }
  .page-id-407 .single_page_padding {
    width: 85%;
    margin: 2rem auto;
  }
  .pricing_table {
    font-size: 13px;
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .area_one {
    padding: 0px 30px 50px 30px;
    background-color: #fff;
  }
  .area_two {
    padding: 30px 30px 50px 30px;
  }
  .area_three {
    padding: 30px 30px 50px 30px;
    background-color: #fff;
  }
  .area_four {
    padding: 30px 30px 50px 30px;
  }
  .area_five {
    padding: 30px 30px 50px 30px;
    background-color: #fff;
  }
  .area_six {
    padding: 30px 30px 50px 30px;
  }
  .area_seven {
    padding: 30px 30px 50px 30px;
    background-color: #fff;
  }
  .products .blocks h4 {
    font-size: 18px;
  }
  .products .blocks h5 {
    font-size: 13px;
  }
}
/*-----------------------------------------------------------IPAD PRO*/
@media (max-width: 1024px) and (min-width: 769px) {
  . .site-content {
    min-height: 85vh;
  }
  .site-header .site-branding {
    max-height: 100px;
    z-index: 99999 !important;
    margin-left: 3rem;
    margin-right: -9rem;
  }
  .entry-title {
    top: 245px;
  }
  .main-navigation {
    display: none;
  }
  .site-header .ctas {
    position: absolute;
    right: 0;
  }
  .show-nav-left .mobmenu-panel.show-panel, .show-nav-right .mobmenu-panel.show-panel {
    z-index: 9999999999 !important;
    background: rgba(67, 152, 248, 0.86) !important;
  }
  #mobmenuleft .mob-expand-submenu, #mobmenuleft > .widgettitle, #mobmenuleft li a, #mobmenuleft li a:visited, #mobmenuleft .mobmenu-content h2, #mobmenuleft .mobmenu-content h3, .mobmenu-left-panel .mobmenu-display-name {
    color: white !important;
    border-bottom: 1px solid white !important;
    line-height: 35px !important;
  }
  .mobmenu-left-panel .mob-cancel-button {
    color: white;
    margin-top: 1rem;
    margin-right: 1rem;
  }
  .mobmenul-container i {
    color: white;
  }
  .mobmenu .headertext {
    display: none;
  }
  .singleban .contact img {
    position: absolute;
    right: 50%;
    top: -20px;
    width: 28%;
    transform: translateX(50%);
  }
  .singleban .downloads img {
    right: 50%;
    transform: translateX(50%);
    width: 29%;
    top: -11px;
  }
  .singleban .about img {
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    width: 26%;
    top: 0px;
  }
  .salerep {
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    width: 25%;
    top: 1px;
  }
  .singleban .indus img {
    right: 50%;
    width: 28%;
    transform: translateX(50%);
    top: -33px;
  }
  .singleban .pricing img {
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    width: 31%;
    top: -14px;
  }
  .pricing_table {
    font-size: 13px;
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .pageblock_wrapper .truck img {
    margin-top: 20px;
  }
  .pageblock_wrapper .ipad img {
    left: -40px;
  }
  .pageblock_wrapper .laptop img {
    width: 300px;
    margin-top: 38px;
    margin-left: 0;
  }
  .page-id-23 .caption_indus {
    width: 89%;
    margin-top: 0px;
  }
  .page-id-23 .entry-title {
    top: 220px;
  }
  .imgtestt {
    position: absolute;
    width: 355px;
    top: 136px;
    left: 35%;
    z-index: -1;
    transform: translateX(-50%);
  }
  .content-area-home:before {
    display: none;
  }
  .bottom-banner h3 {
    margin-left: 0;
    font-size: 32px;
  }
  .bottom-banner img {
    right: 0;
    max-height: 233px;
  }
  .industries-block {
    padding: 60px 38px;
  }
  .pageblock_wrapper_industries {
    margin: 60px auto 60px auto;
  }
  .industries-block h3 {
    bottom: 64px;
    font-size: 30px;
  }
  .industries-block h4 {
    line-height: 20px;
  }
  .products .blocks h4 {
    font-size: 23px;
  }
  .page-id-23 .entry-title {
    top: 220px;
  }
  .pageblock_wrapper_industries .span_1_of_4 {
    width: 100%;
  }
  .pricing_table .span_1_of_2 {
    width: 44%;
    margin: auto 3%;
  }
  .page-id-276:after, .page-id-272:after, .page-id-274:after, .page-id-17 .content-area:after {
    display: none;
  }
  .page-id-274 .delimg {
    margin-top: 130px;
  }
  .page-id-407 .single_page_padding {
    width: 85%;
    margin: 2rem auto 9rem;
  }
}
/*---------SMALLER LAPTOP-------*/
@media (min-width: 1025px) and (max-width: 1200px) {
  .imgtestt {
    position: absolute;
    width: 332px;
    top: 200px;
    left: 226px;
    z-index: 24E;
  }
}
/*-----------------------------------------------------------LARGE SCREENS*/
@media (min-width: 1500px) {
  .site-content {
    min-height: 85vh;
  }
  .page-id-407 .single_page_padding {
    width: 70%;
    margin: 4rem auto;
  }
  .entry-title {
    left: 400px;
  }
  .bottom-banner h3 {
    width: 31%;
    margin-left: 250px;
  }
  .imgtestt {
    position: absolute;
    top: 200px;
    left: 400px;
  }
  .singleban .contact img {
    width: 18%;
  }
  .singleban .about img {
    width: 16%;
  }
  .pageblock_wrapper .truck img {
    width: 430px;
  }
  .pageblock_wrapper .ipad img {
    left: 0;
  }
  .salerep {
    width: 16%;
  }
  .page-id-23 .caption_indus {
    width: 48%;
    left: 150px;
  }
  .singleban .indus img {
    position: absolute;
    right: 21%;
    width: 17%;
    top: -10px;
  }
  .pricing_table {
    font-size: 13px;
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .singleban .pricing img {
    position: absolute;
    right: 27%;
    width: 19%;
    top: -23px;
  }
  .singleban .downloads img {
    width: 20%;
  }
  .page-id-15:after, .page-id-19 .content-area:after {
    width: 46%;
    top: 250px;
  }
}
/* Banner Shimmy */
.plane_4 {
  animation: move 3s linear infinite;
}
.plane_3 {
  animation: move2 3s linear infinite;
}
.plane_5 {
  animation: move3 4s linear infinite;
}
.plane_2 {
  animation: move4 4s linear infinite;
  animation-delay: 0.6s;
}
.plane_1 {
  animation: move5 6s linear infinite;
  animation-delay: 0.6s;
}
.plane_f {
  animation: move6 3s linear infinite;
  animation-delay: 0.6s;
}
@keyframes move {
  0% {
    transform: translate(200px, 200px);
  }
  50% {
    transform: translate(0px, 0px);
  }
  100% {
    transform: translate(200px, 200px);
  }
}
@keyframes move2 {
  0% {
    transform: translate(200px, -200px);
  }
  50% {
    transform: translate(0px, 0px);
  }
  100% {
    transform: translate(200px, -200px);
  }
}
@keyframes move3 {
  0% {
    transform: translate(200px, 200px);
  }
  50% {
    transform: translate(0px, 0px);
  }
  100% {
    transform: translate(200px, 200px);
  }
}
@keyframes move4 {
  0% {
    transform: translate(200px, -200px);
  }
  50% {
    transform: translate(0px, 0px);
  }
  100% {
    transform: translate(200px, -200px);
  }
}
@keyframes move5 {
  0% {
    transform: translate(100px, -200px);
  }
  50% {
    transform: translate(0px, 0px);
  }
  100% {
    transform: translate(100px, -200px);
  }
}
@keyframes move6 {
  0% {
    transform: translate(200px, -200px);
  }
  50% {
    transform: translate(0px, 0px);
  }
  100% {
    transform: translate(200px, -200px);
  }
}
.Layer_59 {
  animation: linephone 5s linear infinite;
  animation-delay: 0.1s;
}
.Layer_58 {
  animation: linephone 5s linear infinite;
  animation-delay: 0.3s;
}
.Layer_57 {
  animation: linephone 5s linear infinite;
  animation-delay: 0.6s;
}
.Layer_32 {
  animation: linephone 5s linear infinite;
  animation-delay: 0.9s;
}
.Layer_31 {
  animation: linephone 5s linear infinite;
  animation-delay: 0.12s;
}
.Layer_30 {
  animation: linephone 5s linear infinite;
  animation-delay: 0.18s;
}
.line3 {
  animation: linephone 5s linear infinite;
  animation-delay: 0.6s;
}
.line2 {
  animation: linephone 5s linear infinite;
  animation-delay: 0.9s;
}
.line1 {
  animation: linephone 5s linear infinite;
  animation-delay: 0.12s;
}
.lines_4 {
  animation: linephone 5s linear infinite;
  animation-delay: 0.18s;
}
.lines_5 {
  animation: linephone 5s linear infinite;
  animation-delay: 0.6s;
}
.lines_6 {
  animation: linephone 5s linear infinite;
  animation-delay: 0.9s;
}
.line_7 {
  animation: linephone 5s linear infinite;
  animation-delay: 0.12s;
}
.line_8 {
  animation: linephone 5s linear infinite;
  animation-delay: 0.18s;
}
.line_9 {
  animation: linephone 5s linear infinite;
  animation-delay: 0.6s;
}
.line_10 {
  animation: linephone 5s linear infinite;
  animation-delay: 0.9s;
}
.line_11 {
  animation: linephone 5s linear infinite;
  animation-delay: 0.12s;
}
.line_12 {
  animation: linephone 5s linear infinite;
  animation-delay: 0.18s;
}
@keyframes linephone {
  10% {
    transform: translateX(-400px);
  }
  16% {
    transform: translateX(0px);
  }
}
.Layer_43, .Layer_48, .Layer_46, .Layer_55, .Layer_54, .Layer_53, .Layer_52, .Layer_51, .Layer_50 {
  display: none;
}
.banner .mobile_phone {
  position: absolute;
  width: 460px;
  top: 60px;
  left: 20vw;
}
/* Banner Shimmy */
