
@font-face {
font-family: "GothamPro";
src: url("/fonts/GothamPro.ttf");
}
@font-face {
font-family: "GothamPro-Black";
src: url("/fonts/GothamPro-Black.ttf");
}
@font-face {
font-family: "GothamPro-BlackItalic";
src: url("/fonts/GothamPro-BlackItalic.ttf");
}
@font-face {
font-family: "GothamPro-Bold";
src: url("/fonts/GothamPro-Bold.ttf");
}
@font-face {
font-family: "GothamPro-Light";
src: url("/fonts/GothamPro-Light.ttf");
}
@font-face {
font-family: "GothamPro-Medium";
src: url("/fonts/GothamPro-Medium.ttf");
}
@font-face {
font-family: "GothamPro-MediumItalic";
src: url("/fonts/GothamPro-MediumItalic.ttf");
}
@font-face {
font-family: "GothamProNarrow-Bold";
src: url("/fonts/GothamProNarrow-Bold.ttf");
}
@font-face {
font-family: "GothamProNarrow-Medium";
src: url("/fonts/GothamProNarrow-Medium.ttf");
}
#navbarText { 
font-family: "GothamPro";
justify-content: end;
}

body {
  
  /* background-color:#dbdbdb; */
}
.navbar-text {
  border: 1px solid #ffffff;
border-radius: 10px;
padding: 5px 10px 5px 10px;
font-size: 16px;
}
  .navbar {
      padding-left: 75px;
      padding-right: 75px;
  }
  .navbar-nav { 
    margin-right: 8em;
  }
  .banner_text {
      color: #fff;
      font-size: 40px;
      font-family: "GothamPro-Medium";
  }
  .btnstyle {
    border-radius: 10px;
border: 1px solid transparent;
background-color: #ed5705;
color: #fff;
font-size: 20px;
font-family: "GothamPro-Medium";
cursor: pointer;
padding: 10px 20px 10px 20px;
}
  .banner_textsecond {
    color: #fff;
    font-family: "GothamPro";
    font-size: 30px;
  }
  .section_first .col-lg-12 {
      text-align: center;
      background-image: url(/img/truck-driving-road-sunsetgenerative-ai.png);
      background-position: center;
/* background-attachment: fixed; */
background-repeat: no-repeat;
background-size: cover;
      height: 600px;
      background-position-y: -80px;
  }
  .banner_text {
      margin-top: 140px;
      margin-bottom: 0;
  }
  .section_second .col-lg-12 {
      text-align: center;
      color: #000000;
      
  }
  .section_third .col-lg-6 {
     display: flex;
     align-items: start;
      color: #000000;
    
      
  }
  .images {
      /* background-color: #4d4848; */
      height: 400px;
  }
 .section_cards .col-lg-12 {
      text-align: center;
      color: #000000; 
      font-size: 40px;
  }
  .contact-form{
background: #fafdff;
margin-top: 3%;
margin-bottom: 5%;
width: 70%;
border: 2px solid #eeeeee;
border-radius: 25px;
}
.contact-form .form-control{
border-radius:1rem;
}
.contact-image{
text-align: center;
}
.contact-image img{
border-radius: 6rem;
width: 11%;
margin-top: -3%;
transform: rotate(29deg);
}
.contact-form form{
padding: 14%;
}
.contact-form form .row{
margin-bottom: -7%;
}
.contact-form h3{
margin-bottom: 8%;
margin-top: -13%;
text-align: center;

}
.contact-form .btnContact {
width: 50%;
border: none;
border-radius: 1rem;
padding: 1.5%;
background: #ed5705;
font-weight: 600;
color: #fff;
cursor: pointer;
}
.btnContactSubmit
{
width: 50%;
border-radius: 1rem;
padding: 1.5%;
color: #fff;

border: none;
cursor: pointer;
}
.section_contacts .row p{
font-size: 40px;
color: #000000;
}
.site-footer
{
background-color:#353a40;
padding:45px 0 20px;
font-size:15px;
line-height:24px;
color:#737373;
}

.site-footer h6
{
color:#fff;
font-size:20px;
text-transform:uppercase;
margin-top:5px;
letter-spacing:2px;
margin-bottom: 50px;
}
.site-footer a
{
color:#737373;
}
.site-footer a:hover
{

text-decoration:none;
}
.footer-links
{
padding-left:0;
list-style:none
}
ul.footer-links{
display: flex;
justify-content: space-around;
font-family: "GothamPro";
}
.footer-links li
{
font-family: "GothamPro";
display:block
}
.footer-links a
{
color:#737373
}
.footer-links a:hover {
color: #ffffff;
}
.footer-links a:active,.footer-links a:focus,.footer-links a:hover
{

text-decoration:none;
}
.footer-links.inline li
{
display:inline-block
}
.site-footer .social-icons
{
text-align:right
}
.site-footer .social-icons a
{
width:40px;
height:40px;
line-height:40px;
margin-left:6px;
margin-right:0;
border-radius:100%;
background-color:#33353d
}
.copyright-text
{
margin:0
}
@media (max-width:991px)
{
.site-footer [class^=col-]
{
margin-bottom:30px
}
}
@media (max-width:767px)
{
.site-footer
{
padding-bottom:0
}
.site-footer .copyright-text,.site-footer .social-icons
{
text-align:center
}
}
.social-icons
{
padding-left:0;
margin-bottom:0;
list-style:none
}
.social-icons li
{
display:inline-block;
margin-bottom:4px
}
.social-icons li.title
{
margin-right:15px;
text-transform:uppercase;
color:#96a2b2;
font-weight:700;
font-size:13px
}
.social-icons a{
background-color:#eceeef;
color:#818a91;
font-size:16px;
display:inline-block;
line-height:44px;
width:44px;
height:44px;
text-align:center;
margin-right:8px;
border-radius:100%;
-webkit-transition:all .2s linear;
-o-transition:all .2s linear;
transition:all .2s linear
}
.social-icons a:active,.social-icons a:focus,.social-icons a:hover
{
color:#fff;
background-color:#29aafe
}
.social-icons.size-sm a
{
line-height:34px;
height:34px;
width:34px;
font-size:14px
}
.social-icons a.facebook:hover
{
background-color:#3b5998
}
.social-icons a.twitter:hover
{
background-color:#00aced
}
.social-icons a.linkedin:hover
{
background-color:#007bb6
}
.social-icons a.dribbble:hover
{
background-color:#ea4c89
}
@media (max-width:767px)
{
.social-icons li.title
{
display:block;
margin-right:0;
font-weight:600
}
}
.pricing6 h1,
.pricing6 h2,
.pricing6 h3,
.pricing6 h4,
.pricing6 h5,
.pricing6 h6 {
/* color: #3e4555; */
color: #000000;
}

.pricing6 .font-weight-medium {
font-weight: 500;
}

.pricing6 .bg-light {
background-color: #f4f8fa !important;
}

.pricing6 h5 {
line-height: 22px;
font-size: 18px;
}

.pricing6 .subtitle {
color: #8d97ad;
line-height: 24px;
}

.pricing6 .card.card-shadow {
-webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}

.pricing6 .price-box sup {
top: -20px;
font-size: 16px;
}

.pricing6 .price-box .display-5 {
line-height: 58px;
font-size: 3rem;
}

.pricing6 .btn-info-gradiant {
  background: #188ef4;
background: -webkit-linear-gradient(legacy-direction(to right), #188ef4 0%, #316ce8 100%);
background: -webkit-gradient(linear, left top, right top, from(#188ef4), to(#316ce8));
background: -webkit-linear-gradient(left, #188ef4 0%, #316ce8 100%);
background: -o-linear-gradient(left, #188ef4 0%, #316ce8 100%);
background: linear-gradient(to right, #188ef4 0%, #316ce8 100%);
}

.pricing6 .btn-info-gradiant:hover {
  background: #316ce8;
background: -webkit-linear-gradient(legacy-direction(to right), #316ce8 0%, #188ef4 100%);
background: -webkit-gradient(linear, left top, right top, from(#316ce8), to(#188ef4));
background: -webkit-linear-gradient(left, #316ce8 0%, #188ef4 100%);
background: -o-linear-gradient(left, #316ce8 0%, #188ef4 100%);
background: linear-gradient(to right, #316ce8 0%, #188ef4 100%);
}

.pricing6 .btn-md {
padding: 15px 45px;
font-size: 16px;
}

.pricing6 .text-info {
color: #188ef4 !important;
}

.pricing6 .badge-danger {
background-color: #ff4d7e;
}

.pricing6 .font-14 {
font-size: 14px;
}
.adaptive3stext {
display: flex;
}
.adaptive3stext  .textofs3{
justify-content: end;
flex-direction: column;
}
.adaptive3stext .postscriptum {
margin-left: 0;
}
.section_third p{
color:#7d776f;
font-size: 17px;
justify-content: center;
align-items:center;
font-family: "GothamPro";
}
.col-lg-12.pt-2.pb-2 {
justify-content: center;
text-align: center;
display: flex;
margin-top: 35px;
margin-bottom: 35px;
}
p.postscriptum {
font-size: 11px;
}
.col-lg-6.text-3s {
flex-direction: column;
display: flex;
/* justify-content: center; */
}
.thirdtextsection {
flex-direction: column;
align-items:start!important;

}
.thirdtextsection p {

}
.col-lg-12.pt-2.pb-2 p{
font-size: 32px;
}
.section_cards a{
color:#000000;
}
.section_cards a:hover {
text-decoration: none;

}
h5.card-title {
text-align: center;
}
p.card-text {
text-align: center;
}
.images img{
width: inherit;
}
div#contacts {
text-align: center;
}

.col-lg-8.d-flex.flex-column {
text-align: start;
}
.nameofaction { 
font-family: "GothamPro-Medium"!important;
color:#353a40!important;
font-size: 28px!important;
}
.nameofaction2 { 
font-family: "GothamPro-Medium"!important;
color:#353a40!important;
font-size: 28px!important;
}
.textsecondsection {
align-items: end!important;
justify-content: start!important;
text-align: end!important;
}
.section_third {
margin-top: 100px;
margin-bottom: 75px;
}
.section_third .col-lg-6 {
align-content: center!important;
}
.col-lg-6.images.mt-1 {

}
.thirdtextsection {

}
.section_cards { 
background-image:url('/img/truck-road-highwayblur.png');
background-attachment: fixed;
height:500px;
background-repeat: no-repeat;
background-size: cover;
position: relative;
display: flex;
justify-content: center;
margin-top: 200px;
}
.section_cards .container { 
position: absolute;
top: -100px;
}
.first-slide { 
padding: 5px;
}
.first-slide img { 
width: 100%;
}
.first-slideback { 
/* background-color: rgba(255, 255, 255, 0.5); */
}
.section_price {
margin-top: -145px;
}
.section_price .container { 
padding: 50px 20px 50px 20px;
border-radius: 20px;
background-color: rgba(255, 255, 255, 0.5);
position: relative;
}
.section_price h3 { 
font-family: "GothamPro-Medium";
color: #fff;
}
.section_price h6 { 
font-family: "GothamPro";
color: #fff;
}
.blockprice { 
background-color: rgba(102, 141, 130, 0.75);
display: flex;
color: #ffffff;
border-radius:15px;
padding: 25px 10px 15px 15px;
}
.blockprice2 { 
background-color: rgba(222, 144, 101, 0.75);
display: flex;
color: #ffffff;
border-radius:15px;
padding: 25px 10px 15px 15px;
}
.buttonoffer { 
cursor:pointer;
background-color: #406f61;
font-family: "GothamPro-Medium";
border-radius: 20px;
text-align: center;
}
.buttonoffer2 { 
cursor:pointer;
background-color: #dfae96;
font-family: "GothamPro-Medium";
border-radius: 20px;
text-align: center;
}
.first-line a:hover { 
text-decoration: none;
color:#fff;
}
.first-line a{
color:#fff;
}
.first-line {
text-align: center;
}
ul { 
text-align: start;
}
.first-line a {
position: absolute;
width: 100%;
left: 0;
top: 157px;
}
.blockprice .ptext2 {
margin-top: 50px;
}
.blockprice2 .ptext2 { 
margin-top: 50px;
}
.spaceevenly {
justify-content: space-evenly;
}
.contact-form h3 {
color: #353a40;
font-family: "GothamPro-Medium";
font-size: 30px;
}
.site-footer {
font-family: "GothamPro";
}
.listulli { 
font-family: "GothamPro-Medium"!important;
text-align: center;
}
ul.slick-dots { 
display: flex;
margin-top: -10px;
position: absolute;
z-index: 1;
width: 190px;
}

ul.slick-dots li {
background-color: #aaaaaa52;
color: #ffffff;
font-family: "GothamPro";
width: 50px;
height: 50px;
border-radius: 50%;
align-items: center;
text-align: center;
justify-content: center;
display: flex;
font-size: 22px;
}
li.slick-active { 
background-color: #bf7c49!important;
}
.slick-list.draggable { 
border-radius: 15px;
}
.vectortruck {
width: 50%!important;
top: 20px;
position: relative;
left: 200px;
}
.slick-list.draggable {
height: 365px!important;
}
.slick-dots { 
bottom: 0px;
}
.buttondrivebanner {
font-family: "GothamPro-Medium";
background-color: #ed5705;
font-size: 16px;
border-radius: 20px;
padding: 5px 35px 5px 35px;
color: #ffffff;
position: absolute;

margin-top: -10px;
z-index: 999;
}

.first-slide a {
width: 19%;
display: flex;
left: 82%;
position: relative;
z-index: 99999;
height: 32px;
cursor: pointer;
}
@media (min-width:319px) and (max-width:650px) {
.buttonoffer {
margin-top: 40px;
}
.blockprice2 .ptext2 {
margin-top: 25px;
}
.buttonoffer2 {
margin-top: -30px;
}
.section_cards {
background-image: none;
}
.section_third .adaptive3stext{
display: flex;
flex-direction: column-reverse;
text-align: start!important;
justify-content: start!important;
}
.text-3s {
margin-top: 10px;
}
.cardstyle {
margin-bottom: 25px;
}
.contact-form {
width: 98%;
}
.contact-form form {
padding: 5%;
}
.banner_text {
margin-top: 100px;
}
#ourservices {
padding-top: 0!important;
}
.section_third .col-lg-12 {
padding-left: 0px;
padding-right: 0px;
}
.adaptive3stext  .textofs3{

}
.section_third p {
font-size: 18px;
}
.images {
height: auto!important;
}
p.postscriptum {
margin-left: 0;
font-size: 14px;
}
.col-lg-6.images.mt-4 { 
margin-top: 0px!important;
}

.navbar {
padding-right: 20px;
padding-left: 20px;
}
.navbar-brand {
width: 210px;
margin-right:0px;
}
.navbar-brand img {
width: 80%;
}
.section_first .col-lg-12 {
background-image: url(/img/truck-driving-road-sunsetgenerative-ai2.png);
background-size: inherit;
height: 400px;
}
.banner_text {
margin-top: 50px;
}
.banner_text {
font-size: 33px;
line-height: 33px;
}
.banner_textsecond {
font-size: 20px;
}
.btnstyle {
margin-top: 35px;
}
.section_third {
margin-top: 55px!important;
margin-bottom: 75px;
}
.text-3s {
margin-bottom: 35px;
}
.textsecondsection {
justify-content: start!important;
}
.textofs3{
text-align: start!important;
align-items: start!important;
}
p.nameofaction {
margin-top: 10px;
}
.contact-form h3 {
margin-top: 0%;
}
.site-footer {
padding: 25px 0 20px;
}
.site-footer img{ 
width: 60%;
}
.site-footer h6 {
margin-bottom: 25px;
}
.site-footer [class^=col-] {
margin-bottom: 15px;
}
.site-footer .col-sm-12.col-md-6 {
justify-content: center;
display: flex;
flex-direction: column;
align-items: center;
}
.col-lg-6.images.mt-1 {
margin-top: 25px!important;
}
}



  @media (min-width:319px) and (max-width:650px) {
    .mobilesliderimg { 
display: block;
}
.mobilesliderimg1 { 
display: none!important;
}
.first-slide { 
   padding: 5px;
}
ul.slick-dots {
  top: 25px;
  left: 10px;
}
ul.slick-dots li {
  background-color: #8b8888d9;
}
.first-slide a {
left: 47%;
bottom: 150px;
width: 190px;
}
.buttondrivebanner {
    font-family: "GothamPro-Medium";
    background-color: #ed5705;
    font-size: 14px;
    border-radius: 20px;
    padding: 7px 25px 5px 25px;
    color: #ffffff;
    position: absolute;
     margin-top: 0; 
    z-index: 999;
}
.section_price .container {
    padding: 0px 20px 50px 20px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.5);
    position: relative;
}
.section_price h3 {
  color: #353a40!important;
}
.section_price h6 {
  color: #353a40!important;
}
.section_cards {
  height: 375px;
  margin-top: 150px;
}
.vectortruck {
  display: none!important;
}
  }
  @media (min-width:651px) and (max-width:4000px) {
    .mobilesliderimg { 
display: none!important;
}
.mobilesliderimg1 { 
display: block!important;
}
  }
  @media (min-width:250px) and (max-width:374px) { 
    .first-slide a {
        left: 45%!important;
        bottom: 132px!important;
        width: 190px!important;
    }
}
@media (min-width:375px) and (max-width:424px) { 
    .first-slide a {
        left: 47%!important;
        bottom: 150px!important;
        width: 190px!important;
    }
}