/**
* GLOBAL STYLE
*/

.d-mobile {
  display: none !important;
}

.d-desktop {
  display: block !important;
}

.nomargin {
  margin: 0 !important;
}

.nopadding {
  padding: 0 !important;
}

.nofloat {
  float: none !important;
}

.m-auto {
  margin: 0 auto;
}

.f-large {
  font-size: 50px;
}

.bgtosca {
  background: #00c7b1;
}

.bggrey {
  background: #fafafa;
}


.col-6,
.col-4,
.col-3 {
  padding: 0 15px;
  float: left;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.33%;
}

.col-6 {
  width: 50%;
}

.section,
.w-100 {
  position: relative;
  float: left;
  width: 100%;
}

.img-100 {
  width: 100%;
  height: auto;
  float: left;
}

.fblack {
  color: #000;
}

.fwhite {
  color: #fff;
}

.fblue {
  color: #00b5e2;
}

.fgrey {
  color: #9e9e9e;
}

.bg {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.btn-yellow {
  padding: 15px 60px;
  display: inline-table;
  background: #ffcd00;
  font-size: 26px;
  font-weight: bold;
  border-radius: 10px;
}

.btn-blue {
  position: absolute;
  color: #fff;
  font-size: 20px;
  padding: 12px 80px 12px 15px;
  border-radius: 10px;
  background: rgb(0,197,182);
  background: linear-gradient(90deg, rgba(0,197,182,1) 50%, rgba(0,182,223,1) 100%);
  border: 2px solid transparent;
  bottom: -70px;
  font-weight: bold;
  -webkit-box-shadow: 0px 0px 100px 0 rgba(0,198,179,0.73);
  -moz-box-shadow: 0px 0px 100px 0 rgba(0,198,179,0.73);
  box-shadow: 0px 0px 100px 0 rgba(0,198,179,0.73);
}


.btn-blue:before {
  background: url('../images/trajectory-w.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: '';
  height: 25px;
  width: 40px;
  position: absolute;
  right: 5px;
  bottom: 0;
  top: 0;
  margin: auto;
}

.container {
  width: 100%;
  max-width: 1920px;
  padding: 0 40px;
  position: relative;
}

.container-inner {
  padding: 0 100px;
}

.container-medium {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}

.container p {
  margin-bottom: 10px;
}

.wrap-in-125 {
  padding: 0 125px;
}

.more {
  display: inline-table;
  font-size: 18px;
  color: #00c7b1;
  padding: 15px 40px 15px 0;
  position: relative;
}

.more:before {
  background: url('../images/trajectory.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: '';
  height: 25px;
  width: 40px;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}

.more:after {
  content: '';
  height: 3px;
  background: #00c7b1;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}


/**
* HEADER STYLE
*/

header {
  background: #000;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}

.logo {
  width: 100%;
  max-width: 180px;
  height: auto;
}

.btn-in-header {
  position: absolute;
  right: 0;
  padding: 12px 28px;
  border-radius: 10px;
  background: rgb(0,197,182);
  background: linear-gradient(90deg, rgba(0,197,182,1) 50%, rgba(0,182,223,1) 100%);
  border: 2px solid transparent;
}

.btn-blue:hover,
.btn-in-header:hover {
  border: 2px solid #fff;
  opacity: 1;
}


/* General Styling for Navigation */
.global-nav {
    z-index: 500;
    padding: 15px 0;
}

.global-nav a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  z-index: 1;
}


.nav-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  position: relative;
}

/* .nav-wrapper a:hover {
  color: rgba(255,255,255,0.6);
} */


.navsection-logo,
.navsection-primary,
.navsection-mobile,
.navsection-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
    height: 50px;
}

/* Styling Logo Section */
.navsection-logo {
  width: 100%;
  max-width: 180px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
          z-index: 1;
}

.navsection-logo h1 { font-size: 0; }
.navsection-logo * {
  fill: #fff;
}

.navsection-primary {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

.navsection-primary ul li {
  display: inline-table;
  padding: 0 15px;
}

/* Styling Primary Section */
.navsection-primary a {
    font-size: 14px;
    margin: 0;
    padding: 0 8px;
    position: relative;
    float: left;
 }

.navsection-primary a.active {
  color: rgb(0,197,182);
}

.navsection-primary a:hover:after {
  width: 100%;
}

.navsection-primary a:after {
  content: "";
  display: block;
  width: 0%;
  height: 2px;
  background-color: #fff;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.navsection-primary ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    padding: 0 8px;
 }

/* Styling Mobile Section */
.navsection-mobile {
    display: none;
    position: relative;
}

/* H2 for SR */
.navsection-mobile h2 {
  font-size: 0;
}

.overlay {
  margin: 0 auto;
}

/* Keyframes */
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(70px,0px,0px);
	        transform: translate3d(70px,0px,0px)
  }
  100% {
    opacity: 1;
	-webkit-transform: translate3d(0px,0px,0px);
	        transform: translate3d(0px,0px,0px)
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
	-webkit-transform: translate3d(70px,0px,0px);
	        transform: translate3d(70px,0px,0px)
  }
  100% {
    opacity: 1;
	-webkit-transform: translate3d(0px,0px,0px);
	        transform: translate3d(0px,0px,0px)
  }
}

/* Media Q */
@media (max-width: 992px) {
  .d-mobile {
    display: block !important;
  }

  .d-desktop {
    display: none !important;
  }

  .navsection-primary {
    width: auto;
    max-width: auto;
    left: unset;
  }

  .navsection-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  }


  .mobilemenu-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    height: 30px;
    width: 50px;
    z-index: 500;
  }

  .mobilemenu-wrapper.active .bars:nth-child(1) {
    -webkit-transform: translateX(3px);
          transform: translateX(3px);
  }

  .mobilemenu-wrapper.active .bars:nth-child(2) {
     -webkit-transform: translateX(-700%);
           transform: translateX(-700%);
    opacity: 0;
  }

  .mobilemenu-wrapper.active .bars:nth-child(3) {
    -webkit-transform: translateX(3px);
          transform: translateX(3px);
  }

  .bars {
    background: #fff;
    display: block;
    border-radius: 4px;
    height: 4px;
    width: 100%;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }

  .overlay {
      background: rgba(0,0,0,0.9);
      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: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 0;
      visibility: hidden;
      -webkit-transition: visibility 0.35s, height 0.35s;
      transition: visibility 0.35s, height 0.35s;
      overflow: auto; /* Set scroll for content heavy menus */
  }

  .overlay.open {
    visibility: visible;
    height: 100%;
  }
  .overlay.open li {
    -webkit-animation: fadeInRight 0.5s ease forwards;
            animation: fadeInRight 0.5s ease forwards;
    -webkit-animation-delay: 0.35s;
            animation-delay: 0.35s;
  }

  .overlay.open li:nth-of-type(2) {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }

  .overlay.open li:nth-of-type(3) {
    -webkit-animation-delay: 0.45s;
            animation-delay: 0.45s;
  }

  .overlay.open li:nth-of-type(4) {
    -webkit-animation-delay: 0.50s;
            animation-delay: 0.50s;
  }

  .overlay.open li:nth-of-type(5) {
    -webkit-animation-delay: 0.55s;
            animation-delay: 0.55s;
  }

  .overlay div {
    font-size: 32px;
    text-align: center;
    position: relative;
    top: 70px;
    text-align: left;
    width: 100%;
  }

  .overlay ul {
    display: inline-block;
    margin: 40px 0 0;
    position: relative;
    height: 100%;
  }

  .overlay ul li {
    display: block;
    min-height: 50px;
    position: relative;
    opacity: 0;
    float: left;
    width: 100%;
  }

  .overlay ul li a {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 20px;
  }

  .overlay ul li a.btn-in-header {
    padding: 10px 20px;
    margin-left: 20px;
    margin-top: 40px;
  }

}

/**
* CONTENT STYLE
*/

#page-wrapper {
  padding-top: 80px;
  float: left;
  width: 100%;
}

.container-banner {
  width: 100%;
  height: 100%;
  position: absolute;
  max-width: 1920px;
  left: 0;
  right: 0;
  margin: auto;
}

.banner {
  width: 100%;
  height: calc(100vh - 80px);
}

.banner-inner {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  margin: auto;
  width: 100%;
  max-width: 400px;
  margin-right: 40px;
}

.banner-inner h1 {
  line-height: 1;
}

.banner-title {
  padding: 45px 0;
  background-position: right !important;
}

.icon-truxks_cars,
.icon-facilities-wrap-2 {
  position: relative;
}

.icon-facilities-wrap-2 img {
  width: 100%;
  max-width: 150px;
  float: none;
  display: inline-table;
}

.icon-truxks_cars img {
  width: 100%;
  max-width: 300px;
  float: none;
  display: inline-table;
}

.icon-facilities-wrap {
  position: relative;
  padding: 0 15%;
}

.icon-facilities-wrap:before {
  position: absolute;
  content: '';
  background: #fafafa;
  width: 150px;
  height: 150px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  border-radius: 100%;
}

.icon-facilities-wrap img {
  position: relative;
  z-index: 1;
}

.count-1-item {
  display: inline-table;
  padding: 0 50px 20px 50px;
  border-right: 2px solid #00c7b1;
}

.count-1-item:last-child {
  border: none;
}

.client {
  display: inline-table;
  padding: 20px;
}


.client img {
  width: auto;
  height: 50px;
}


.greyscale,
.greyscale .client img {
  filter: gray; /* IE5+ */
  -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
}

.greyscale .client a:hover img {
  -webkit-filter: grayscale(0);
}

.client a:hover img {
  -webkit-transform: scale(1.01);
}


.greyscale .client a {
  float: left;
}

.greyscale .client a:hover img {
  filter: unset;
}

.section-peta {
  float: left;
  width: 100%;
  padding-bottom: 30vw;
  background: url('../images/vippng.com-peta-png-3804962.jpg');
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}

.con-wrapper {
  display: table;
  width: 100%;
}

.con-1 {
  width: 170px;
  padding-right: 30px;
}

.con-1,
.con-2 {
  display: table-cell;
}

.con-item {
  padding: 20px;
  border-left: 6px solid #00c7b1;
  margin: 40px 0;
}

.icn-contact {
  position: absolute;
  width: 25px;
  height: auto;
}


.col-wrap-a-1 {
  position: relative;
  top: -70px;
  left: 0;
  display: inline-table;
  width: 100%;
}

.col-a-1 {
  width: calc(100% / 3 - 3px);
  display: inline-table;
  padding: 20px 45px;
}

.col-a-1-inner {
  background: #fff;
  text-align: center;
  padding: 20px;
  border-top: 8px solid #00c6b3;
  float: left;
  width: 100%;
}

.col-a-1-inner img {
  width: 100%;
  max-width: 80px;
  float: none;
  display: inline-table;
}

.col-b-1 {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.col-b-1-item {
  padding: 30px;
  width: 50%;
  float: left;
}

.col-b-1-inner {
  border: 2px solid #d7d7d7;
  border-radius: 10px;
  padding: 30px;
  float: left;
}

.col-b-1-inner img {
  width: 100%;
  max-width: 100px;
}


/**
* FOOTER STYLE
*/

footer {
  background: #000;
  float: left;
  width: 100%;
  padding: 40px 0;
}

footer a {
  color: #fff;
}

.col-footer1 {
  float: left;
  width: 100%;
  max-width: 400px;
  padding: 0 15px;
}

.col-footer2 {
  float: left;
  width: calc(100% - 400px);
  padding: 0 15px;
}

.col-footer2-in {
  float: left;
  width: 100%;
  max-width: 700px;
  margin-left: 40px;
}

.col-footer2 ul li {
  display: inline-table;
  width: 100%;
  padding: 8px 0;
}



/**
* RESPONSIVE STYLE
*/

@media screen and (max-width: 1080px) {


  .col-footer2-in,
  .col-footer2 {
    width: 100%;
    max-width: 100%;
  }

  .col-footer2-in {
    margin: 0;
  }

  .col-footer2 {
    margin-top: 40px;
  }

  .section-peta,
  .wrap-in-125 {
    padding: 0 40px;
  }

  .count-1-item {
    padding: 0 20px 20px 20px;
  }

  .section-peta {
    padding-bottom: 20vw;
  }

  .container-inner {
    padding: 0;
  }

  .row45 {
    margin-left: -10px;
    margin-right: -10px;
  }

  .col-a-1 {
    padding: 20px;
  }

  .container-medium .p-rl-80 {
    padding: 0 20px;
  }

  .col-a-1 {
    width: calc(100% / 2 - 3px);
  }

  .col-b-1-item {
    padding: 10px;
  }

}

@media screen and (max-width: 767px) {

  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 24px;
  }


  .fmedium-2,
  h3 {
    font-size: 18px;
  }

  p {
    font-size: 14px;
  }

  .container-banner h1 {
    font-size: 35px;
  }

  .banner-inner {
    margin-right: 20px;
    max-width: 206px;
  }

  .banner {
    height: calc(60vh - 80px);
  }

  .container {
    padding: 0 20px;
  }

  .col-4,
  .col-3 {
    width: 50%;
  }


  .col-footer1 {
    width: 100%;
    max-width: 100%;
  }

  .col-footer2 .col-4 {
    width: 100%;
    margin-bottom: 20px;
  }

  .col-footer2 .col-4:last-child {
    margin-bottom: 0;
  }

  .client {
    padding: 10px;
  }

  .client img {
    height: 30px;
  }

  .con-wrapper {
    display: block;
  }

  .con-2,
  .con-1 {
    width: 100%;
  }

  .con-2 {
    height: 100vw;
    width: 100%;
    display: block;
    background-position: center !important;
  }

  .banner-title h3 {
    font-size: 12px;
  }

  .banner-title .f-large {
    margin-top: 10px;
  }

  .fmedium-1,
  .f-large {
    font-size: 20px;
  }

  .btn-yellow {
    font-size: 16px;
  }

  .trucks_cars .col-4,
  .trucks_cars .col-3 {
    width: 50% !important;
  }

}

@media screen and (max-width: 600px) {

  .bu, .ba {
    height: auto !important;
  }


  .col-b-1-item,
  .col-6,
  .col-4, .col-3 {
    width: 100%;
    max-width: 100%;
  }

  .col-a-1 {
    width: 100%;
  }

  .thumb-contact .p-r-60  {
    padding: 0;
  }

  .icon-facilities-wrap {
    padding: 0 25%;
  }

  .count-1-item {
    width: 100%;
    max-width: 300px;
    border-right: 0;
    border-bottom: 2px solid #00c7b1;
    margin-bottom: 20px;
  }

  .section-peta {
    padding-bottom: 60px;
    background-size: 125%;
  }

}
