/* General Mobile CSS - Start */
.home {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 20px;
  background-image: url("../../images/test.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 63px;
}

.home .wrapper {
  width: 100%;
  padding: 10px;
  margin: 0 auto;
}

.home .wrapper h1 {
  width: 220px;
  font-size: 28px;
  font-weight: 600;
  color: #ffffff;
  text-align: left;
  text-transform: uppercase;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  position: relative;
  margin: 30px 0;
}

.home .wrapper h1:before {
  width: 58px;
  height: 3px;
  position: absolute;
  top: -5px;
  left: 0;
  content: "";
  z-index: 2;
  background: #0068dc;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}

.home .wrapper .objectives {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.home .wrapper .objectives .vision {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
}

.home .wrapper .objectives .vision:after {
  font-family: "Font Awesome 5 Free";
  font-size: 215px;
  color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: -46px;
  right: -74px;
  content: "\f06e";
}

.home .wrapper .objectives .vision i {
  display: none;
}

.home .wrapper .objectives .vision .vision_c {
  width: 100%;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 2px;
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
}

.home .wrapper .objectives .vision .vision_c h2 {
  font-size: 18px;
  font-weight: 600;
  color: #0068dc;
  text-align: left;
  text-transform: uppercase;
  line-height: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 10px;
}

.home .wrapper .objectives .vision .vision_c p {
  font-size: 13px;
  font-weight: 400;
  color: #565656;
  text-align: justify;
  line-height: 1.4;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.home .wrapper .objectives .mission {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  margin-bottom: 25px;
}

.home .wrapper .objectives .mission:after {
  font-family: "Font Awesome 5 Free";
  font-size: 170px;
  font-weight: 900;
  color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: -25px;
  right: 0;
  content: "\f57d";
}

.home .wrapper .objectives .mission i {
  display: none;
}

.home .wrapper .objectives .mission .mission_c {
  width: 100%;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 2px;
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
}

.home .wrapper .objectives .mission .mission_c h2 {
  font-size: 18px;
  font-weight: 600;
  color: #0068dc;
  text-align: left;
  text-transform: uppercase;
  line-height: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 10px;
}

.home .wrapper .objectives .mission .mission_c p {
  font-size: 13px;
  font-weight: 400;
  color: #565656;
  text-align: justify;
  line-height: 1.4;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.home .wrapper .objectives .values {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

.home .wrapper .objectives .values:after {
  font-family: "Font Awesome 5 Free";
  font-size: 170px;
  font-weight: 900;
  color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: -25px;
  right: -49px;
  content: "\f24e";
}

.home .wrapper .objectives .values i {
  display: none;
}

.home .wrapper .objectives .values .values_c {
  width: 100%;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 2px;
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
}

.home .wrapper .objectives .values .values_c h2 {
  font-size: 18px;
  font-weight: 600;
  color: #0068dc;
  text-align: left;
  text-transform: uppercase;
  line-height: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 10px;
}

.home .wrapper .objectives .values .values_c p {
  font-size: 13px;
  font-weight: 400;
  color: #565656;
  text-align: justify;
  line-height: 1.4;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.services {
  width: 100%;
  background: #ffffff;
}

.services .wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 10px 10px 30px 10px;
  margin: 0 auto;
}

.services .wrapper h2 {
  font-size: 18px;
  font-weight: 600;
  color: #0068dc;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  margin: 20px auto 30px auto;
}

.services .wrapper .services_c {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto 20px auto;
}

.services .wrapper .services_c:last-child {
  margin: 0 auto;
}

.services .wrapper .services_c h2 {
  font-size: 16px;
  font-weight: 600;
  color: #565656;
  text-align: left;
  text-transform: none;
  margin: 0 0 10px 0;
}

.services .wrapper .services_c p {
  font-size: 13px;
  font-weight: 400;
  color: #565656;
  text-align: justify;
}

.fleet {
  width: 100%;
  background: #f1f1f1;
}

.fleet .wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 10px 10px 20px 10px;
  margin: 0 auto;
}

.fleet .wrapper h2 {
  font-size: 18px;
  font-weight: 600;
  color: #0068dc;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  margin: 20px auto 30px auto;
}

.fleet .wrapper .fleet_c {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

.fleet .wrapper .fleet_c:last-child {
  margin-bottom: 0;
}

.fleet .wrapper .fleet_c .fleet_c_boxone {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto 10px auto 0;
}

.fleet .wrapper .fleet_c .fleet_c_boxone i {
  font-size: 36px;
  color: #0068dc;
  text-align: center;
}

.fleet .wrapper .fleet_c .fleet_c_boxtwo {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: auto 0;
}

.fleet .wrapper .fleet_c .fleet_c_boxtwo h2 {
  font-size: 16px;
  font-weight: 600;
  color: #565656;
  text-align: left;
  text-transform: none;
  margin: 0 0 10px 0;
}

.fleet .wrapper .fleet_c .fleet_c_boxtwo p {
  font-size: 13px;
  font-weight: 400;
  color: #565656;
  text-align: justify;
}

.vehicles {
  width: 100%;
  position: relative;
  background: #ffffff;
}

.vehicles:before {
  width: 100%;
  height: 20px;
  position: absolute;
  top: -1px;
  left: 0;
  content: "";
  z-index: 1;
  background: #f2f2f2;
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 0 100%);
  clip-path: polygon(100% 0, 0 0, 0 100%, 0 100%);
}

.vehicles .wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 40px 10px 20px 10px;
  margin: 0 auto;
}

.vehicles .wrapper h2 {
  font-size: 18px;
  font-weight: 600;
  color: #0068dc;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  margin: 0 auto 15px auto;
}

.vehicles .wrapper p {
  font-size: 13px;
  font-weight: 400;
  color: #565656;
  text-align: justify;
  margin: 0 auto 30px auto;
}

.vehicles .wrapper .gallery {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.vehicles .wrapper .gallery li {
  width: 100%;
  list-style: none;
  padding: 10px;
  background: rgba(0, 0, 0, 0.05);
  margin-bottom: 15px;
}

.vehicles .wrapper .gallery li:last-child {
  margin-bottom: 0;
}

.vehicles .wrapper .gallery li .image_container {
  width: 100%;
}

.vehicles .wrapper .gallery li .image_container img {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.vehicles .wrapper .gallery li .image_container .overlay {
  display: none;
}

.vehicles .wrapper .gallery li .information {
  width: 100%;
  display: none;
}

.vehicles .wrapper .gallery li .information .information_c {
  width: 100%;
  padding-top: 10px;
  opacity: 0;
}

.vehicles .wrapper .gallery li .information .information_c h2 {
  font-size: 18px;
  font-weight: 600;
  color: #0068dc;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  margin: 0 auto 15px auto;
}

.vehicles .wrapper .gallery li .information .information_c h3 {
  font-size: 16px;
  font-weight: 600;
  color: #565656;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  margin: 20px 0 15px 0;
}

.vehicles .wrapper .gallery li .information .information_c p {
  font-size: 13px;
  font-weight: 400;
  color: #565656;
  text-align: left;
  margin-bottom: 10px;
}

.vehicles .wrapper .gallery li .information .information_c .warning {
  font-weight: 400;
  color: #c90000;
}

.vehicles .wrapper .gallery li .information .information_c .divisor {
  width: 100%;
  height: 1px;
  background: rgba(150, 150, 150, 0.5);
  margin: 10px auto;
}

.modal {
  display: none;
}

.business {
  width: 100%;
  position: relative;
  background: #f1f1f1;
}

.business:before {
  width: 100%;
  height: 20px;
  position: absolute;
  top: -1px;
  left: 0;
  content: "";
  z-index: 1;
  background: #ffffff;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 0, 0 0);
  clip-path: polygon(100% 0, 100% 100%, 0 0, 0 0);
}

.business .wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 40px 10px 0px 10px;
  margin: 0 auto;
}

.business .wrapper h2 {
  font-size: 18px;
  font-weight: 600;
  color: #0068dc;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  margin: 0 auto 15px auto;
}

.business .wrapper .business_c {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto 15px auto;
}

.business .wrapper .business_c p {
  font-size: 13px;
  font-weight: 400;
  color: #565656;
  text-align: justify;
  margin: 0 auto;
}

.business .wrapper .business_c p strong {
  font-weight: 600;
}

.business .wrapper .business_c i {
  display: none;
}

.contact {
  width: 100%;
  position: relative;
  background: #ffffff;
}

.contact:before {
  width: 100%;
  height: 20px;
  position: absolute;
  top: -1px;
  left: 0;
  content: "";
  z-index: 1;
  background: #f1f1f1;
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 0 100%);
  clip-path: polygon(100% 0, 0 0, 0 100%, 0 100%);
}

.contact .wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 40px 10px 30px 10px;
  margin: 0 auto;
}

.contact .wrapper h2 {
  font-size: 18px;
  font-weight: 600;
  color: #0068dc;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  margin: 0 auto 15px auto;
}

.contact .wrapper p {
  font-size: 13px;
  font-weight: 400;
  color: #565656;
  text-align: justify;
  margin: 0 auto 30px auto;
}

.contact .wrapper .contact_c {
  width: 100%;
}

.contact .wrapper .contact_c form {
  width: 100%;
  margin: 0;
  padding: 0;
}

.contact .wrapper .contact_c form .form {
  width: 100%;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.contact .wrapper .contact_c form .form.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact .wrapper .contact_c form .form .form_c {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 10px;
}

.contact .wrapper .contact_c form .form .form_c.error .input_c input, .contact .wrapper .contact_c form .form .form_c.error .input_c textarea {
  border: 1px solid #c90000;
}

.contact .wrapper .contact_c form .form .form_c.error .input_c span {
  color: #c90000;
}

.contact .wrapper .contact_c form .form .form_c .input_c {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  margin-bottom: 10px;
}

.contact .wrapper .contact_c form .form .form_c .input_c input {
  cursor: pointer;
  outline: none;
  width: 100%;
  padding: 20px 10px 5px 10px;
  font-size: 13px;
  font-weight: 400;
  color: #495259;
  text-align: left;
  background: #f1f1f1;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
}

.contact .wrapper .contact_c form .form .form_c .input_c textarea {
  cursor: pointer;
  outline: none;
  width: 100%;
  padding: 20px 10px 5px 10px;
  font-size: 13px;
  font-weight: 400;
  color: #495259;
  text-align: left;
  background: #f1f1f1;
  border: 1px solid #dcdcdc;
  border-radius: 4px;
}

.contact .wrapper .contact_c form .form .form_c .input_c span {
  position: absolute;
  top: 5px;
  left: 11px;
  font-size: 11px;
  font-weight: 600;
  color: #495259;
  text-align: left;
  text-transform: uppercase;
}

.contact .wrapper .contact_c form .form .form_c .error {
  width: 100%;
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background: #ff0000;
  padding: 5px;
  border-radius: 4px;
}

.contact .wrapper .contact_c form .form .form_c .error.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact .wrapper .contact_c form .form .form_c .error i {
  min-width: 25px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  margin: auto 5px auto 0;
}

.contact .wrapper .contact_c form .form .form_c .error p {
  font-size: 13px;
  font-weight: 400;
  color: #ffffff;
  text-align: left;
  margin: auto 0;
}

.contact .wrapper .contact_c form .form .g-recaptcha {
  margin-bottom: 20px;
}

.contact .wrapper .contact_c form .form .recaptcha_error {
  width: 100%;
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background: #ff0000;
  padding: 5px;
  border-radius: 4px;
  margin-bottom: 10px;
}

.contact .wrapper .contact_c form .form .recaptcha_error.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact .wrapper .contact_c form .form .recaptcha_error i {
  min-width: 25px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  margin: auto 5px auto 0;
}

.contact .wrapper .contact_c form .form .recaptcha_error p {
  font-size: 13px;
  font-weight: 400;
  color: #ffffff;
  text-align: left;
  margin: auto 0;
}

.contact .wrapper .contact_c form .form .send_button {
  cursor: pointer;
  outline: none;
  width: 100%;
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #495259;
  text-align: center;
  text-transform: uppercase;
  background: #ffffff;
  padding: 10px;
  border: 2px solid #495259;
  border-radius: 4px;
}

.contact .wrapper .contact_c form .form .send_button.disabled {
  opacity: 0.5;
  color: #565656;
  border: 2px solid #565656;
}

.contact .wrapper .contact_c form .success {
  width: 100%;
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background: #08b695;
  padding: 5px;
  border-radius: 4px;
}

.contact .wrapper .contact_c form .success.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact .wrapper .contact_c form .success i {
  min-width: 25px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  margin: auto 5px auto 0;
}

.contact .wrapper .contact_c form .success p {
  font-size: 13px;
  font-weight: 400;
  color: #ffffff;
  text-align: left;
  margin: auto 0;
}

.contact .wrapper_two {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #f1f1f1;
  margin: 0 auto;
}

.contact .wrapper_two .contact_info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 30px 10px 0 10px;
}

.contact .wrapper_two .contact_info h3, .contact .wrapper_two .contact_info h4 {
  font-size: 18px;
  font-weight: 600;
  color: #0068dc;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
  margin: 0 auto 15px auto;
}

.contact .wrapper_two .contact_info .contact_info_c {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 auto 20px auto;
}

.contact .wrapper_two .contact_info .contact_info_c:nth-child(2) .contact_info_c_boxone {
  width: 64px;
  min-width: 64px;
}

.contact .wrapper_two .contact_info .contact_info_c:nth-child(5) {
  margin: 0 auto 40px auto;
}

.contact .wrapper_two .contact_info .contact_info_c .contact_info_c_boxone {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 5px 0 0;
}

.contact .wrapper_two .contact_info .contact_info_c .contact_info_c_boxone i {
  display: none;
}

.contact .wrapper_two .contact_info .contact_info_c .contact_info_c_boxone p {
  font-size: 13px;
  font-weight: 600;
  color: #565656;
  text-align: left;
  margin: 0;
}

.contact .wrapper_two .contact_info .contact_info_c .contact_info_c_boxtwo {
  width: auto;
  margin: auto 0;
}

.contact .wrapper_two .contact_info .contact_info_c .contact_info_c_boxtwo p {
  font-size: 13px;
  font-weight: 400;
  color: #565656;
  text-align: left;
  margin: auto 0;
}

.contact .wrapper_two .map {
  width: 100%;
  height: 250px;
  margin: 0 auto;
}

/* General Mobile CSS - End */
/* General Tablet CSS - Start */
@media (min-width: 768px) and (max-width: 1023px) {
  .home .wrapper {
    padding: 20px;
    margin: 0 auto;
  }
  .home .wrapper h1 {
    width: 270px;
    font-size: 32px;
    margin: 60px 0;
  }
  .home .wrapper h1:before {
    width: 68px;
  }
  .home .wrapper .objectives {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .home .wrapper .objectives .vision {
    width: 30%;
    margin: 0;
  }
  .home .wrapper .objectives .vision:after {
    display: none;
  }
  .home .wrapper .objectives .vision:hover i:after {
    -webkit-animation: spinner 4s linear infinite;
    animation: spinner 4s linear infinite;
  }
  .home .wrapper .objectives .vision i {
    width: 80px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 48px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
    position: relative;
    margin: 0 auto 15px auto;
  }
  .home .wrapper .objectives .vision i:after {
    width: 76px;
    height: 76px;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    border: 2px groove #ffffff;
    border-color: #ffffff rgba(255, 255, 255, 0.1);
    border-radius: 500px;
  }
  .home .wrapper .objectives .vision .vision_c h2 {
    font-size: 22px;
  }
  .home .wrapper .objectives .vision .vision_c p {
    font-size: 16px;
  }
  .home .wrapper .objectives .mission {
    width: 30%;
    margin: 0;
  }
  .home .wrapper .objectives .mission:after {
    display: none;
  }
  .home .wrapper .objectives .mission:hover i:after {
    -webkit-animation: spinner 4s linear infinite;
    animation: spinner 4s linear infinite;
  }
  .home .wrapper .objectives .mission i {
    width: 80px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 48px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
    position: relative;
    margin: 0 auto 15px auto;
  }
  .home .wrapper .objectives .mission i:after {
    width: 76px;
    height: 76px;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    border: 2px groove #ffffff;
    border-color: #ffffff rgba(255, 255, 255, 0.1);
    border-radius: 500px;
  }
  .home .wrapper .objectives .mission .mission_c h2 {
    font-size: 22px;
  }
  .home .wrapper .objectives .mission .mission_c p {
    font-size: 16px;
  }
  .home .wrapper .objectives .values {
    width: 30%;
  }
  .home .wrapper .objectives .values:after {
    display: none;
  }
  .home .wrapper .objectives .values:hover i:after {
    -webkit-animation: spinner 4s linear infinite;
    animation: spinner 4s linear infinite;
  }
  .home .wrapper .objectives .values i {
    width: 80px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 48px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
    position: relative;
    margin: 0 auto 15px auto;
  }
  .home .wrapper .objectives .values i:after {
    width: 76px;
    height: 76px;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    border: 2px groove #ffffff;
    border-color: #ffffff rgba(255, 255, 255, 0.1);
    border-radius: 500px;
  }
  .home .wrapper .objectives .values .values_c h2 {
    font-size: 22px;
  }
  .home .wrapper .objectives .values .values_c p {
    font-size: 16px;
  }
  .services .wrapper {
    padding: 20px 20px 40px 20px;
  }
  .services .wrapper h2 {
    font-size: 22px;
    margin: 20px auto 50px auto;
  }
  .services .wrapper .services_c {
    width: 500px;
    margin: 0 auto 30px auto;
  }
  .services .wrapper .services_c h2 {
    font-size: 18px;
  }
  .services .wrapper .services_c p {
    font-size: 16px;
  }
  .fleet .wrapper {
    padding: 20px 20px 10px 20px;
  }
  .fleet .wrapper h2 {
    font-size: 22px;
    margin: 20px auto 50px auto;
  }
  .fleet .wrapper .fleet_c {
    width: 500px;
    margin: 0 auto 30px auto;
  }
  .fleet .wrapper .fleet_c .fleet_c_boxone {
    width: 12%;
  }
  .fleet .wrapper .fleet_c .fleet_c_boxone i {
    font-size: 48px;
  }
  .fleet .wrapper .fleet_c .fleet_c_boxtwo h2 {
    font-size: 18px;
  }
  .fleet .wrapper .fleet_c .fleet_c_boxtwo p {
    font-size: 16px;
    text-align: left;
  }
  .vehicles:before {
    height: 50px;
  }
  .vehicles .wrapper {
    padding: 70px 20px 10px 20px;
  }
  .vehicles .wrapper h2 {
    font-size: 22px;
    margin: 0 auto 50px auto;
  }
  .vehicles .wrapper p {
    width: 500px;
    font-size: 16px;
    text-align: center;
    margin: 0 auto 30px auto;
  }
  .vehicles .wrapper .gallery {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .vehicles .wrapper .gallery li {
    width: 49%;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .modal {
    display: none;
  }
  .business:before {
    height: 50px;
  }
  .business .wrapper {
    padding: 70px 20px 10px 20px;
  }
  .business .wrapper h2 {
    font-size: 22px;
    margin: 0 auto 50px auto;
  }
  .business .wrapper .business_c {
    width: 500px;
    margin: 0 auto 30px auto;
  }
  .business .wrapper .business_c:nth-child(3) p {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .business .wrapper .business_c:nth-child(3) i {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: auto 10px auto 0;
  }
  .business .wrapper .business_c p {
    width: 80%;
    font-size: 16px;
    text-align: justify;
    margin: auto 0;
  }
  .business .wrapper .business_c i {
    width: 20%;
    display: block;
    font-size: 48px;
    color: #0068dc;
    text-align: center;
    margin: auto 0 auto 10px;
  }
  .contact:before {
    height: 50px;
  }
  .contact .wrapper {
    padding: 70px 20px 30px 20px;
  }
  .contact .wrapper h2 {
    font-size: 22px;
    margin: 0 auto 50px auto;
  }
  .contact .wrapper p {
    width: 500px;
    font-size: 16px;
    text-align: center;
    margin: 0 auto 30px auto;
  }
  .contact .wrapper .contact_c {
    width: 500px;
    margin: 0 auto;
  }
  .contact .wrapper .contact_c .form .g-recaptcha {
    margin: 0 auto 20px auto;
  }
  .contact .wrapper .contact_c .success i {
    font-size: 18px !important;
  }
  .contact .wrapper .contact_c .success p {
    font-size: 15px !important;
  }
  .contact .wrapper_two .contact_info {
    padding: 30px 20px 0 20px;
    margin: 0;
  }
  .contact .wrapper_two .contact_info h3, .contact .wrapper_two .contact_info h4 {
    font-size: 22px;
    margin: 0 auto 30px auto;
  }
  .contact .wrapper_two .contact_info .contact_info_c {
    width: 500px;
    min-width: 500px;
    margin: 0 auto 20px auto;
  }
  .contact .wrapper_two .contact_info .contact_info_c:nth-child(2) .contact_info_c_boxone {
    width: auto;
    min-width: auto;
  }
  .contact .wrapper_two .contact_info .contact_info_c .contact_info_c_boxone {
    width: auto;
  }
  .contact .wrapper_two .contact_info .contact_info_c .contact_info_c_boxone i {
    display: block;
    font-size: 18px;
    color: #565656;
    text-align: left;
    margin: auto 5px auto 0;
  }
  .contact .wrapper_two .contact_info .contact_info_c .contact_info_c_boxone p {
    font-size: 16px;
  }
  .contact .wrapper_two .contact_info .contact_info_c .contact_info_c_boxtwo p {
    font-size: 16px;
  }
  .contact .wrapper_two .map {
    width: 100%;
    height: 300px;
    margin: 0;
  }
}

/* General Tablet CSS - End */
/* General Desktop CSS - Start */
@media (min-width: 1024px) {
  .home {
    margin-top: 83px;
  }
  .home .wrapper {
    width: 1024px;
    padding: 10px;
    margin: 0 auto;
  }
  .home .wrapper h1 {
    width: 400px;
    font-size: 48px;
    margin: 120px 0;
  }
  .home .wrapper h1:before {
    width: 104px;
  }
  .home .wrapper .objectives {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .home .wrapper .objectives .vision {
    width: 30%;
    margin: 0;
  }
  .home .wrapper .objectives .vision:after {
    display: none;
  }
  .home .wrapper .objectives .vision:hover i:after {
    -webkit-animation: spinner 4s linear infinite;
    animation: spinner 4s linear infinite;
  }
  .home .wrapper .objectives .vision i {
    width: 80px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 48px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
    position: relative;
    margin: 0 auto 15px auto;
  }
  .home .wrapper .objectives .vision i:after {
    width: 76px;
    height: 76px;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    border: 2px groove #ffffff;
    border-color: #ffffff rgba(255, 255, 255, 0.1);
    border-radius: 500px;
  }
  .home .wrapper .objectives .vision .vision_c h2 {
    font-size: 28px;
  }
  .home .wrapper .objectives .vision .vision_c p {
    font-size: 18px;
  }
  .home .wrapper .objectives .mission {
    width: 30%;
    margin: 0;
  }
  .home .wrapper .objectives .mission:after {
    display: none;
  }
  .home .wrapper .objectives .mission:hover i:after {
    -webkit-animation: spinner 4s linear infinite;
    animation: spinner 4s linear infinite;
  }
  .home .wrapper .objectives .mission i {
    width: 80px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 48px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
    position: relative;
    margin: 0 auto 15px auto;
  }
  .home .wrapper .objectives .mission i:after {
    width: 76px;
    height: 76px;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    border: 2px groove #ffffff;
    border-color: #ffffff rgba(255, 255, 255, 0.1);
    border-radius: 500px;
  }
  .home .wrapper .objectives .mission .mission_c h2 {
    font-size: 28px;
  }
  .home .wrapper .objectives .mission .mission_c p {
    font-size: 18px;
  }
  .home .wrapper .objectives .values {
    width: 30%;
  }
  .home .wrapper .objectives .values:after {
    display: none;
  }
  .home .wrapper .objectives .values:hover i:after {
    -webkit-animation: spinner 4s linear infinite;
    animation: spinner 4s linear infinite;
  }
  .home .wrapper .objectives .values i {
    width: 80px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 48px;
    color: #ffffff;
    text-align: center;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
    position: relative;
    margin: 0 auto 15px auto;
  }
  .home .wrapper .objectives .values i:after {
    width: 76px;
    height: 76px;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    border: 2px groove #ffffff;
    border-color: #ffffff rgba(255, 255, 255, 0.1);
    border-radius: 500px;
  }
  .home .wrapper .objectives .values .values_c h2 {
    font-size: 28px;
  }
  .home .wrapper .objectives .values .values_c p {
    font-size: 18px;
  }
  .services .wrapper {
    width: 1024px;
    padding: 30px 20px 40px 20px;
  }
  .services .wrapper h2 {
    font-size: 28px;
    margin: 20px auto 50px auto;
  }
  .services .wrapper .services_c {
    width: 100%;
    margin: 0 auto 30px auto;
  }
  .services .wrapper .services_c h2 {
    font-size: 24px;
  }
  .services .wrapper .services_c p {
    font-size: 18px;
  }
  .fleet .wrapper {
    width: 1024px;
    padding: 30px 20px 10px 20px;
  }
  .fleet .wrapper h2 {
    font-size: 28px;
    margin: 20px auto 50px auto;
  }
  .fleet .wrapper .fleet_c {
    margin-bottom: 60px;
  }
  .fleet .wrapper .fleet_c .fleet_c_boxone i {
    font-size: 72px;
  }
  .fleet .wrapper .fleet_c .fleet_c_boxtwo h2 {
    font-size: 24px;
  }
  .fleet .wrapper .fleet_c .fleet_c_boxtwo p {
    font-size: 18px;
    text-align: left;
  }
  .vehicles:before {
    height: 100px;
  }
  .vehicles .wrapper {
    width: 1024px;
    padding: 120px 20px 10px 20px;
  }
  .vehicles .wrapper h2 {
    font-size: 28px;
    margin: 0 auto 30px auto;
  }
  .vehicles .wrapper p {
    width: auto;
    font-size: 18px;
    text-align: center;
    margin: 0 auto 30px auto;
  }
  .vehicles .wrapper .gallery {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .vehicles .wrapper .gallery li {
    cursor: pointer;
    width: 240px;
    height: auto;
    padding: 0;
    margin: 0 0 10px 0;
    background: none;
    border-radius: 4px;
  }
  .vehicles .wrapper .gallery li:hover .image_container .overlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .vehicles .wrapper .gallery li .image_container {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
  }
  .vehicles .wrapper .gallery li .image_container img {
    width: 100%;
    height: 100%;
    border-radius: 4px;
  }
  .vehicles .wrapper .gallery li .overlay {
    width: 100%;
    height: 100%;
    padding: 20px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.75);
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 4px;
  }
  .vehicles .wrapper .gallery li .overlay h2 {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 20px;
  }
  .vehicles .wrapper .gallery li .overlay .more {
    width: auto;
    padding: 5px 10px;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 2px solid #ffffff;
    border-radius: 4px;
    margin: 0 auto;
  }
  .vehicles .wrapper .gallery li .overlay .more:hover, .vehicles .wrapper .gallery li .overlay .more:active {
    background: #ffffff;
  }
  .vehicles .wrapper .gallery li .overlay .more:hover p, .vehicles .wrapper .gallery li .overlay .more:active p {
    color: #0068dc;
  }
  .vehicles .wrapper .gallery li .overlay .more p {
    font-size: 13px;
    font-weight: 600;
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    margin: auto;
  }
  .business:before {
    height: 100px;
  }
  .business .wrapper {
    width: 1024px;
    padding: 120px 20px 10px 20px;
  }
  .business .wrapper h2 {
    font-size: 28px;
    margin: 0 auto 30px auto;
  }
  .business .wrapper .business_c {
    margin: 0 auto 60px auto;
  }
  .business .wrapper .business_c:nth-child(3) p {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .business .wrapper .business_c:nth-child(3) i {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: auto 10px auto 0;
  }
  .business .wrapper .business_c p {
    width: 80%;
    font-size: 18px;
    text-align: left;
    margin: auto 0;
  }
  .business .wrapper .business_c i {
    width: 20%;
    display: block;
    font-size: 72px;
    color: #0068dc;
    text-align: center;
    margin: auto 0 auto 10px;
  }
  .contact:before {
    height: 100px;
  }
  .contact .wrapper {
    width: 1024px;
    padding: 120px 20px 30px 20px;
  }
  .contact .wrapper h2 {
    font-size: 28px;
    margin: 0 auto 30px auto;
  }
  .contact .wrapper p {
    width: 500px;
    font-size: 18px;
    text-align: center;
    margin: 0 auto 30px auto;
  }
  .contact .wrapper .contact_c {
    width: 500px;
    margin: 0 auto;
  }
  .contact .wrapper .contact_c .form .g-recaptcha {
    margin: 0 auto 20px auto !important;
  }
  .contact .wrapper .contact_c .success i {
    font-size: 20px !important;
  }
  .contact .wrapper .contact_c .success p {
    font-size: 18px !important;
  }
  .contact .wrapper_two {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .contact .wrapper_two .contact_info {
    width: 600px;
    padding: 30px;
    margin: 0;
  }
  .contact .wrapper_two .contact_info h3, .contact .wrapper_two .contact_info h4 {
    font-size: 28px;
    margin: 0 auto 30px auto;
  }
  .contact .wrapper_two .contact_info .contact_info_c:nth-child(2) .contact_info_c_boxone {
    width: auto;
    min-width: auto;
  }
  .contact .wrapper_two .contact_info .contact_info_c .contact_info_c_boxone i {
    display: block;
    font-size: 20px;
    color: #565656;
    margin: auto 5px auto 0;
  }
  .contact .wrapper_two .contact_info .contact_info_c .contact_info_c_boxone p {
    width: auto;
    font-size: 18px;
    text-align: left;
    margin: auto 0;
  }
  .contact .wrapper_two .contact_info .contact_info_c .contact_info_c_boxtwo p {
    width: auto;
    font-size: 18px;
    text-align: left;
    margin: auto 0;
  }
  .contact .wrapper_two .map {
    width: 50%;
    height: auto;
    margin: 0;
  }
}

/* General Desktop CSS - End */
