/* font-family: 'News Cycle', sans-serif;
font-family: 'PT Sans', sans-serif; */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 50%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body {
  font-family: "Assistant", sans-serif;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  overflow-x: hidden;
}


/* Nav*/
.topnav {
  z-index:1;
  overflow: hidden;
  background-color: #333;
  position: fixed;
  width: 100%;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color:  #6c311f;
  color: white;
}

.topnav a.active {
  background-color:  #6c311f;
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}
/* COVER SECTION ////////////////////////////////////////////////////////// */
.cover-grid {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  justify-content: center;
}
.head-page {
  background-image: url(../img/cover.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 70rem;
  overflow-x: hidden;
}

#right_nav{
  float: right;
}
.logo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 40rem;
  margin-top: 8rem;
}
.cover-logo {
  width: 50rem;
  height: auto;
}
.cover-text {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-top: 60rem;
  padding-right: 14rem;
}
.cover-head1 {
  font-size: 3.6rem;
  color: #6c311f;
  font-family: "Economica", sans-serif;
  text-transform: uppercase;
  font-weight: 800;
}
.cover-head2 {
  font-size: 7rem;
  color: #6c311f;
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
}
/* COMPANY DETAILS ////////////////////////////////// */
.company-details {
  display: grid;
  grid-template-columns: 40fr 60fr;
  align-items: center;
}
.company-item1 {
  background-image: url(../img/C1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 40rem 2rem 35rem 2rem;
  text-transform: uppercase;
  color: #dfcec9;
}
.company-head1 {
  font-weight: lighter;
  font-family: "PT Sans", sans-serif;
  font-size: 5rem;
  padding-left: 3rem;
  font-weight: 300;
  letter-spacing: 1px;
}
.company-head2 {
  font-weight: 400;
  font-size: 8rem;
  font-family: "PT Sans", sans-serif;
  padding-left: 8rem;
}
.company-item2 {
  background-image: url(../img/C2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.company-list {
  list-style: none;
  color: #6c311f;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 1.2rem;
  padding: 3rem;
  padding-top: 10rem;
}
.company-link {
  font-size: 1.8rem;
  font-family: "PT Sans", sans-serif;
  font-weight: lighter;
}
.company-link-bold {
  font-size: 2.2rem;
  font-weight: 600;
  font-family: Arial, Helvetica, sans-serif;
  color: #6c311f;
}

/* TABLE SECTION //////////////////////////////////// */
.table-details {
  display: grid;
  grid-template-columns: 30fr 70fr;
}
.table-item1 {
  background-image: url(../img/T1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding: 60rem 0;
}
.table-item2 {
  background-image: url(../img/T2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding-bottom: 3rem;
}
/* TABLE HEADINGS//////////////////////////////////////// */
.t-heads {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #6c311f;
  font-family: "PT Sans", sans-serif;
  padding: 20rem 4rem 1rem 4rem;
}
.t-head1 {
  font-size: 7rem;
  text-transform: uppercase;
  font-weight: normal;
}
.t-head2 {
  font-size: 10rem;
  text-transform: uppercase;
  letter-spacing: 3px;
}
/* /////////////////////////////////////TABLE CONTENTS  */
.table-content {
  padding: 5rem 6rem;
  grid-template-columns: 1fr 1fr;
  display: grid;
  gap: 5rem;
  color: #6c311f;
  font-family: "PT Sans", sans-serif;
}
.tcontent-flex1 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 4rem;
}
.tcontent-item1 {
  display: flex;
  gap: 1.2rem;
  align-items: flex-start;
}
.tnumber {
  font-size: 10rem;
}
span {
  font-weight: bold;
}
.bold-tcontent {
  font-size: 3.6rem;
  font-weight: 600;
  font-family: Arial, Helvetica, sans-serif;
}
.normal-tcontent {
  font-size: 3.6rem;
  font-weight: normal;
}
.table-img {
  width: 100%;
  height: 100%;
}
/* ABOUT US SECTION    /////////////////////////// */
.about-grid {
  display: grid;
  grid-template-columns: 35fr 65fr;
  background-image: url(../img/A1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
}
.about-item1 {
  /*background-image: url(../img/c3.png);*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: 0;
  padding: 65rem 0;
}

.about-item2 {
  color: #6c311f;
  font-family: "Assistant", sans-serif;
  padding: 10rem 4rem;
}
.about-heads {
  display: flex;
  gap: 2rem;
  line-height: 1.8;
}
.about-head1 {
  text-transform: uppercase;
  font-size: 8rem;
  border-bottom: 8px solid #6c311f;
  font-weight: 300;
}
.about-head2 {
  font-size: 8rem;
  text-transform: uppercase;
  font-weight: 700;
}
.about-content {
  padding: 15rem 4rem;
  line-height: 1;
}
.about-para {
  font-size: 3.6rem;
  font-weight: 500;
}
.about-head3 {
  font-size: 3.6rem;
  font-weight: 600;
  padding: 3rem 0;
  text-transform: uppercase;
}
.about-lists {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.about-list {
  display: flex;
  gap: 1rem;
}
.about-icon {
  width: 3.4rem;
  height: 3.4rem;
  color: black;
}
.about-icon-1 {
  width: 3.4rem;
  height: 3.4rem;
  color: black;
}
.about-list-para {
  font-size: 3.4rem;
  font-weight: 600;
}
.about-2imgs {
  position: absolute;
  bottom: 3rem;
  left: 19rem;
  z-index: 0;
}
.about-2img {
  width: 100%;
  height: 100%;
}

/* MISSION SECTION ///////////////////////////////////////// */
.mission-section {
  background-image: url(../img/m1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100rem;
  width: 100%;
}
.mission-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  padding: 15rem 0;
  color: #fff;
  font-family: "Assistant", sans-serif;
}
.mission-item1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-self: baseline;
  gap: 2rem;
}
.mission-icon {
  width: 15rem;
  height: 15rem;
}
.mission-icon-3 {
  width: 15rem;
  height: 15rem;
}
.mission-head {
  font-size: 4rem;
  font-weight: 300;
}
.mission-para {
  font-size: 3rem;
  font-weight: 300;
  text-align: center;
}
.M-icon {
  color: #fff;
  width: 3rem;
  height: 3rem;
}
.mission-para1 {
  font-size: 3rem;
  text-align: center;
}
.mission-lists {
  align-self: center;
}

/* STAFFFF SECTION /////////////////////////////////// */
.staff-section {
  background-image: url(../img/s1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100rem;
  width: 100%;
  color: #fff;
  font-family: "Assistant", sans-serif;
}
.staff-head {
  padding: 10rem 0 5rem 0;
  text-align: center;
  font-size: 6rem;
  text-transform: uppercase;
  font-weight: 300;
}
.border {
  line-height: 1.8;
  border-bottom: 8px solid #fff;
  font-weight: 300;
}
.staff-flex1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  font-family: "Assistant", sans-serif;
}
.inner-flex1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.inner-img1 {
  width: 30rem;
}
.inner-info1 {
  align-self: center;
}
.inner-head1 {
  font-size: 3rem;
  font-weight: 300;
}
.inner-post1 {
  font-size: 3rem;
  font-weight: 300;
}
.staff-flex2 {
  font-family: "Assistant", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8rem;
  color: #6c311f;
  padding-top: 8rem;
}
.inner-flex2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-direction: column;
}
.inner-img2 {
  width: 24rem;
}
.inner-info2 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
}
.inner-head2 {
  font-size: 2.4rem;
  font-weight: 400;
}
.inner-post2 {
  font-weight: 400;
  font-size: 2.4rem;
}
/* SERVICE SECTION ////////////////////////////////// */
.service-grid {
  display: grid;
  grid-template-columns: 60fr 40fr;
  background-image: url(../img/SE1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 80rem;
  font-family: "Assistant", sans-serif;
  color: #6c311f;
}
.service-item1 {
  padding: 15rem 0 5rem 15rem;
}
.service-head{
font-size: 6rem;
font-weight: 300;
line-height: 1;
}
.border-2{
  border-bottom: 8px solid #6c311f;
}
.service-para{
  font-size: 3rem;
  font-weight: 400;
  padding: 3.5rem 0;
}
.service-lists{
  gap: 0.8rem;
  padding-left: 2rem;
}
.service-para1{
  font-size: 3rem;
}
.service-para2{
  font-size: 3rem;
  padding: 4rem 0;
}
.S-icon{
  color: #6c311f;
  width: 3rem;
  height: 3rem;
}
.service-item2 {
  background-image: url(../img/SE2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* COVER2 SETION ////////////// */
.cover2{
  background-image: url(../img/c4.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  padding: 40rem 0;
}
/* FLEEEET SECTIONNNNNNNN///////////////////////////// */
.fleet{
  background-image: url(../img/f1.png);
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  background-size: cover;
  height: 100%;
}
.fleed-head{
  font-size: 6rem;
  padding:8rem 10rem;
  font-weight: 300;
}
.fleet-flex{
display: flex;
align-items: center;
justify-content: center;
gap: 1rem;
padding-top: 30rem;
padding-bottom: 3rem;
}
.fleet-img1{
  width: 30rem;
}
.fleet-img2{
  width: 40rem;
}
.fleet-img3{
  width: 50rem;
}

/* TWO-CONTENT SECTION  ////////////////////////////////////// */
.two-content{
  display: grid;
  align-items: center;
  justify-content: center;
  grid-template-columns: 1fr 1fr;
  background-color: #fff;
  position: relative;
}
.two-content1{
color: #6c311f;
padding: 8rem 0 5rem 6rem;
}
.content1-lists{
  gap: 0;
}
.content1-para{
font-size: 2rem;
font-weight: 400;
padding: 2rem 0;
}
.content-para1{
  font-size: 2rem;
font-weight: 700;
}
.C-icon{
width: 2.4rem;
height: 2.4rem;
color: #6c311f;
}
.C2-icon{
  width: 2.4rem;
  height: 2.4rem;
  color: #fff;
}
.two-content2{
  background-color:#6c311f;
  color: #fff;  
  padding: 8rem 0 5rem 2rem;
  position: absolute;
  width: 65rem;
  right: 10rem;
}

.logo-section{
  background-color: #fff;
  }
  .logos{
    display: grid;
    grid-template-columns: repeat(5,1fr);
    justify-content: center;
    align-items: center;
    padding: 1.5rem 1rem;
    gap: 1rem;
  }

  /*Social*/
  .social-section {
    background-image: url(../img/R1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #6c311f;
    position: relative;
  }
  .social-grid {
    padding: 10rem 2rem 5rem 10rem;
    display: grid;
    grid-template-columns: 35fr 65fr;
  }
  .social-img1 {
    width: 100%;
  }
  .so-head {
    font-size: 6rem;
    text-transform: uppercase;
    padding-bottom: 4rem;
  }
  .social-item2 {
    padding: 3rem 4rem 0 8rem;
  }
  .social-para {
    font-size: 3rem;
    font-weight: 400;
    padding-bottom: 5rem;
  }
  .social-images {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    position: absolute;
    right: 12rem;
    bottom: 8rem;
  }
  .social-img2 {
    width: 50rem;
  }
  .social-img3 {
    width: 40rem;
  }
  .social-img4 {
    width: 30rem;
  }

/* OuR LOCATIONNNNN ///////////////////// */
.location {
  background-color: #000;
}
.location-head {
  font-size: 6rem;
  padding: 5rem;
  text-align: center;
}
.weight {
  font-weight: 200;
}
.location-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  justify-content: center;
  padding: 0 4rem;
  gap: 1rem;
}
.loc-img1 {
  width: 30rem;
}
.loc-img4 {
  width: 40rem;
}
.loc-item2 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 2rem;
}
.loc-inner1 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.loc-para {
  font-size: 3rem;
  color: #fff;
}
.GPS {
  align-self: flex-start;
}
.loc-img2 {
  width: 2.5rem;
}
.loc-item1 {
  justify-self: center;
}

/* Clients*/

  .container {  display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
    gap: 0px 0px;
    grid-auto-flow: row;
    grid-template-areas:
      ". . ."
      ". . ."
      ". . .";
  }
  