* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  }
  
  body {    
    background-color: #f6f6f6;
    display: block;
    justify-content: space-between;
    align-items: center;
    padding: 70px 5% 0;
    margin-top: -40px;
    border: 0px solid red;
  
  }
  
  .c-nav-bar {
    display: none;
  }
  
  .section_one {
    width: 100%;
    height: 800px;
    border: 0px solid #000;
    border-radius: 28px;
    background: #fff;
    position: relative;
  }
  
  /* .header{
      position:fixed;
      top: 0;
      left: 0;
      width: 100%;
      padding: 20px 10%;
      background: transparent;
      display: flex;    
      z-index: 100;
      border: 1px solid red;     
  } */
  
  header {
    position: sticky;
    height: 80px;
    border: 1px solid none;
    background-color: #fff;
    z-index: 1000;
    top: 0;
    transition: background-color 0.4s ease-in-out;
    border: 0px solid blue;
  }
  
  header .logo-con #img-bw {
    display: block;
  }
  
  header .logo-con #img-rgb {
    display: none;
  }
  
  header.scrolled {
    background-color: #fff;
    opacity: 0.98;
  }
  
  header .nav-bar a {
    transition: color 0.4s ease-in-out;
  }
  
  header .c-nav-bar a {
    transition: color 0.4s ease-in-out;
  }
  
  header.scrolled .nav-bar .menu-list a {
    color: #000;
  }
  
  header.scrolled .c-nav-bar .menu-list a {
    color: #000;
  }
  
  header.scrolled .logo-con
  .txt-lg{
    background: linear-gradient(
      to right,
      #344c70,
      #344c70,
      #344c70,
      #f26f4a,
      #f26f4a
    );
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    
  }
  
  header.scrolled .hrl {
    border-left: 0px solid #fff;
  }
  
  header.scrolled .menu-list li .active-nav {
    color: #fff;
    background: #344c70;
    border: none;
  }
  
  header.scrolled .menu-list li a:hover {
    color: #fff;
    background: #344c70;
    border-bottom: 0px solid none;
    cursor: pointer;
    font-size: 15.8px;
  }
  
  header.scrolled .nav-bar ul li:hover .serv-sub-menu-a {
    background: #f7f7f7;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
  
  header.scrolled .c-nav-bar ul li:hover .serv-sub-menu-a {
    background: #f7f7f7;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
  
  header.scrolled .nav-bar ul li:hover .serv-sub-menu {
    background: #f7f7f7;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
  
  header.scrolled .c-nav-bar ul li:hover .serv-sub-menu {
    background: #f7f7f7;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
  
  header.scrolled .logo-con #img-bw {
    display: none;
  }
  
  header.scrolled .logo-con #img-rgb {
    display: block;
  }
  
  .hamb {
    display: none;
  }
  
  .logo-con {
    width: 20%;
    height: 80px;
    float: left;
    display: flex;
    padding: 5px;
    background: transparent;
    border: 0px solid red;
  }
  
  .hrl {
    height: 50px;
    border-left: 4px solid #000;
    position: relative;
    left: -35px;
    top: 20px;
  }
  
  .img-l {
    float: left;
    margin-top: -5px;
  }
  
  .txt-lg {
    font-weight: 500;
    margin-left: 20px;
    margin-top: 15px;
    font-size: 22px;
  }
  
  .txt-md {
    font-size: 10;
    margin-left: -20px;
    margin-top: 30px;
    border: 1px solid red;
  }
  
  .void-con {
    width: 40%;
    height: 80px;
    border: 0px solid peru;
    float: left;
  }
  
  .nav-bar {
    width: 50%;
    height: 80px;
    padding-top: 30px;
    float: left;
    text-align: center;
    color: #000;
    transition: all 0.5s ease;
    background: transparent;
    border: 0px solid green;
  }
  
  .c-nav-bar {
    width: 50%;
    height: 80px;
    padding-top: 30px;
    float: left;
    text-align: center;
    color: #000;
    transition: all 0.5s ease;
    background: transparent;
    border: 0px solid green;
  }
  
  .nav-bar .menu-list {
    text-align: center;
    display: inline-flex;
    margin-left: 0px;
  }
  
  .c-nav-bar .c-menu-list {
    text-align: center;
    display: inline-flex;
    margin-left: 0px;
  }
  
  .nav-bar .menu-list li {
    list-style: none;
    padding: 0px;
  }
  
  .c-nav-bar .c-menu-list li {
    list-style: none;
    padding: 0px;
  }
  
  .nav-bar .menu-list li a {
    color: #000;
    text-decoration: none;
    transition: all 0.5s ease;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 13px;
    border-radius: 19.9px;
    border: 0px solid none;
    padding: 8px;
    font-weight: 500;
  }
  
  .c-nav-bar .c-menu-list li a {
    color: #000;
    text-decoration: none;
    transition: all 0.5s ease;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 13px;
    border-radius: 19.9px;
    border: 0px solid none;
    padding: 8px;
    font-weight: 500;
  }
  
  .nav-bar .menu-list li a:hover {
    color: #fff;
    border-bottom: 0px solid none;
    cursor: pointer;
    font-size: 15.8px;
    background: #828282;
  }
  
  .c-nav-bar .c-menu-list li a:hover {
    color: #fff;
    border-bottom: 0px solid none;
    cursor: pointer;
    font-size: 15.8px;
    background: #828282;
  }
  
  .nav-bar .menu-list li .active-nav {
    color: #fff;
    background: #828282;
  }
  
  .c-nav-bar .c-menu-list li .active-nav {
    color: #fff;
    background: #828282;
  }
  
  .serv-sub-menu-a {
    display: none;
  }
  
  .serv-sub-menu {
    display: none;
  }
  
  .nav-bar ul li:hover .serv-sub-menu-a {
    width: 150px;
    display: block;
    position: absolute;
    background: #f6f6f7;
    margin-top: 8px;
    margin-left: -25px;
    z-index: 1;
    border: 0px solid red;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
  
  .c-nav-bar ul li:hover .serv-sub-menu-a {
    width: 150px;
    display: block;
    position: absolute;
    background: #f6f6f7;
    margin-top: 8px;
    margin-left: -25px;
    z-index: 1;
    border: 0px solid red;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
  
  .nav-bar ul li:hover .serv-sub-menu-a ul {
    display: block;
    margin: 10px;
  }
  
  .c-nav-bar ul li:hover .serv-sub-menu-a ul {
    display: block;
    margin: 10px;
  }
  
  .nav-bar ul li:hover .serv-sub-menu-a ul li {
    background: transparent;
    width: 380px;
    padding: 10px;
    border-radius: 0;
    text-align: left;
  }
  
  .c-nav-bar ul li:hover .serv-sub-menu-a ul li {
    background: transparent;
    width: 380px;
    padding: 10px;
    border-radius: 0;
    text-align: left;
  }
  
  .nav-bar ul li:hover .serv-sub-menu-a ul li:last-child {
    border-bottom: none;
  }
  
  .c-nav-bar ul li:hover .serv-sub-menu-a ul li:last-child {
    border-bottom: none;
  }
  
  .nav-bar ul li:hover .serv-sub-menu-a ul li a:hover {
    color: #fff;
    font-size: 13px;
    background: #828282;
  }
  
  .c-nav-bar ul li:hover .serv-sub-menu-a ul li a:hover {
    color: #fff;
    font-size: 13px;
    background: #828282;
  }
  
  .serv-sub-menu-a ul li a {
    position: relative;
    width: 120px;
    text-decoration: none;
    display: flex;
    right: 13px;
  }
  
  header.scrolled .nav-bar ul li:hover .serv-sub-menu-a ul li a:hover {
    color: #fff;
    font-size: 13px;
    background: #344c70;
  }
  
  header.scrolled .c-nav-bar ul li:hover .serv-sub-menu-a ul li a:hover {
    color: #fff;
    font-size: 13px;
    background: #344c70;
  }
  
  .nav-bar ul li:hover .serv-sub-menu {
    width: 680px;
    display: block;
    position: absolute;
    background: #f6f6f7;
    margin-top: 8px;
    margin-left: -385px;
    z-index: 1;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
  
  .c-nav-bar ul li:hover .serv-sub-menu {
    width: 680px;
    display: block;
    position: absolute;
    background: #f6f6f7;
    margin-top: 8px;
    margin-left: -385px;
    z-index: 1;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
  
  .nav-bar ul li:hover .serv-sub-menu ul {
    display: block;
    margin: 10px;
  }
  
  .c-nav-bar ul li:hover .serv-sub-menu ul {
    display: block;
    margin: 10px;
  }
  
  .troll-a,
  .troll-b {
    display: flex;
    width: 100%;
    border: 0px solid red;
  }
  
  .nav-bar ul li:hover .serv-sub-menu ul li {
    background: transparent;
    border-bottom: 0px dotted #fff;
    width: 380px;
    padding: 10px;
    text-align: left;
  }
  
  .c-nav-bar ul li:hover .serv-sub-menu ul li {
    background: transparent;
    border-bottom: 0px dotted #fff;
    width: 380px;
    padding: 10px;
    text-align: left;
  }
  
  .nav-bar ul li:hover .serv-sub-menu ul li:last-child {
    border-bottom: none;
  }
  
  .c-nav-bar ul li:hover .serv-sub-menu ul li:last-child {
    border-bottom: none;
  }
  
  .nav-bar ul li:hover .serv-sub-menu ul li a:hover {
    color: #fff;
    font-size: 13px;
    background: #828282;
  }
  
  .c-nav-bar ul li:hover .serv-sub-menu ul li a:hover {
    color: #fff;
    font-size: 13px;
    background: #828282;
  }
  
  .serv-sub-menu ul li a {
    width: 180px;
    text-decoration: none;
    display: flex;
  }
  
  header.scrolled .nav-bar ul li:hover .serv-sub-menu ul li a:hover {
    color: #fff;
    font-size: 13px;
    background: #344c70;
    cursor: pointer;
  }
  
  header.scrolled .c-nav-bar ul li:hover .serv-sub-menu ul li a:hover {
    color: #fff;
    font-size: 13px;
    background: #344c70;
    cursor: pointer;
  }
  
  .ico-sml {
    position: relative;
    top: 2px;
    padding: 5px;
    width: 30px;
    height: 30px;
    border: 0px solid red;
    background: #828282;
  }
  
  .ico-sml-bk {
    position: relative;
    top: 2px;
    padding: 5px;
    width: 30px;
    height: 30px;
    border: 0px solid red;
    background: none;
  }
    
  header.scrolled .ico-sml {
    position: relative;
    top: 2px;
    padding: 5px;
    width: 30px;
    height: 30px;
    border: 0px solid red;
    background: #344c70;
  }
  
  .bxs {
    color: #fff;
    font-size: 18px;
  }
  
  .hm-1 {
    display: flex;
    width: 500px;
  }
  
  .hm-1 p {
    margin-left: 10px;
    margin-top: 8px;
  }
  
  .section_one_b {
    width: 100%;
    border: 0px solid red;
  }
  
  .section_one_b-sm {
    width: 100%;
    border: 0px solid purple;
  }
  
  #sc-txt {
    height: 200px;
    background-image: linear-gradient(
      to top,
      rgba(0, 0, 0, 0.65) 50%,
      rgba(0, 0, 0, 0.65) 50%
    );
    border: 0px solid green;
  
    /* mask-image: linear-gradient( rgba(0,0,0,0.2), #000);
      -webkit-mask-image: linear-gradient( rgba(0,0,0,0.2), #000); */
  }
  
  #sc-img {
    height: 680px;
    background-image: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.65) 50%,
        rgba(0, 0, 0, 0.65) 50%
      ),
      url(/assets/img/banner1_fd.png);
    background-size: cover;
    background-repeat: no-repeat;
    border: 0px solid green;
  }
  
  .section_one_b-sm .txt-display {
    width: 100%;
    height: 450px;
    color: #fff;
    padding: 0px 50px 50px 210px;
    padding-top: 80px;
    border: 0px solid red;
  }
  
  .section_one_b-sm .txt-display h2 {
    font-family: "Roboto Serif", serif;
    font-style: normal;
    font-size: 50px;
  }
  
  .logo-con #img-bw{
    animation: slideRight 1s ease forwards;
    animation-delay: 1s;
    opacity: 0;
  }
  
  .txt-lg{
    animation: slideRight 1s ease forwards;
    animation-delay: 1.5s;
    opacity: 0;
  }
  
  #p1 {
    animation: slideRight 1s ease forwards;
    animation-delay: 2s;
    opacity: 0;
  }
  #p2 {
    animation: slideRight 1s ease forwards;
    animation-delay: 2.5s;
    opacity: 0;
  }
  #p3 {
      animation: slideRight 1s ease forwards;
      animation-delay: 3s;
      opacity: 0;
  }
  #p4 {
      animation: slideLeft 1s ease forwards;
      animation-delay: 3.58s;
      opacity: 0;
  }
  
  .section_one_b-sm .txt-display p {
    font-family: "Roboto Serif", serif;
    font-style: normal;
    font-size: 18px;
    border: 0px solid green;
  }
  
  .section_one_b-sm .txt-disp {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    padding: 0px 50px 50px 208px;
    top: 155px;
    border: 0px solid blue;
  }
  
  .section_one_b-sm .txt-disp .apply-btn {
    width: 140px;
    height: 50px;
    border-radius: 25px;
    background: #344c70;
    color: #fff;
    display: grid;
    align-items: center;
    align-content: center;
    text-align: center;
    animation: slideTop 1s ease forwards;
    animation-delay: 3.95s;
    opacity: 0;
  }
  
  .section_one_b-sm .txt-disp .apply-btn:hover {
    color: #fff;
    background: #f26f4a;
    cursor: pointer;
  }
  
  .map-svg {
    position: relative;
    display: none;
    top: 70px;
    float: right;
    width: 450px;
    height: 250px;
    margin: 0px 50px 90px 120px;
    padding-top: 20px;
    border: 1px solid #747373;
    border-radius: 13px;
    overflow: hidden;
    /* background: rgba(255,255,255,0.29);
          backdrop-filter: blur(2px);
          -moz-backdrop-filter: 2px;  */
  }
  
  .map-svg img {
    position: relative;
    left: 0px;
    right: 10px;
    width: 320px;
    height: 200px;
    z-index: 1;
  }
  
  .bx-mp {
    font-size: 50px;
    color: #000;
  }
  
  .bx-globe {
    position: relative;
    font-size: 200px;
    top: -268px;
    left: -30px;
    z-index: 0;
    color: #ddd9d9;
    opacity: 0.2;
  }
  
  .truck-pan {
    position: relative;
    top: -25px;
    left: 55px;
    color: #bebebe;
    z-index: 2;
  }
  
  .hs-pan {
    position: relative;
    top: -120px;
    right: 40px;
    color: #bebebe;
  }
  
  .loc-pan {
    position: relative;
    float: right;
    top: -215px;
    right: 55px;
    color: #bebebe;
  }
  
  .cover-layer {
    display: none;
    position: relative;
    bottom: 980px;
    left: 0;
    width: 100%;
    height: 125vh;
    border: 0px solid red;
    background: red;
  }
  
  /* #F6F6F6 */
  
  /*->>>SECTION_TWO<<<-*/
  
  .section_two {
    width: 100%;
    height: 280px;
    margin-top: 200px;
    border: 1px solid blue;
  }

  .section_two_mtnc{
    width: 100%;
    height: 500px;
    text-align: center;
    display: grid;
    align-items: center;
    align-content: center;
    border: 0px solid red;
    
 }
 
 .section_two_mtnc .bx{
    font-size: 85px;
    
 }
 
 .section_two_mtnc a{
    text-decoration: none;
    
 }

 .bxs-cog{
    padding-top: 18px;
 }
 
 .bxs-wrench{
    position: relative;
    bottom: 30px;
    right: 42px;
 }
 
 .section_two_mtnc h1{
    font-size: 50px;
    color: #344c70;
    
 }

.section_two_mtnc .bck-btn{
    position: relative;
    top: 10px;
    left: 44%;
    width: 150px;
    height: 50px;
    background: #f26f4a;
    transition: .4s all ease-in-out;
    display: grid;
    align-items: center;
    align-content: center;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

.bck-btn:hover{    
    background: #fff;
    border: 1.5px solid #f26f4a;
    cursor: pointer;
    color: #f26f4a;
}
  
  
  /*->>>SECTION_THREE<<<-*/
  
  .section_three{
    width: 100%;
    height: 580px;
    padding: 20px;  
    border: 1px solid blue;
    
  }
  
  .section_three .tmt-lg{
    display: block;
    float: left;
    width: 100%;  
    border: 1px solid red;
  
  }
  
  .tmt-vh-i{
    height: 100px;  
    text-align: center;
    display: grid;
    align-items: center;
    align-content: center;
  }
  
  .tmt-vh-ii{
    height: 350px;
    
  }
  
  .sm-vh-i{
    height: 70%;
    border: 1px solid green;
  }
  
  .sm-vh-ii{
    height: 30%;
    border: 2px solid rgb(23, 148, 170);
  }
  
  .esm-vw-i{
    width: 30%;  
    background: #555;
    
  }
  
  .esm-vw-ii{
    width: 70%;
    
  }
  
  .section_three .tmt-md{
    display: block;
    float: left;
    width: 33.3%;
    height: 350px;
    border: 1px solid red;
  
  }
  
  .section_three .tmt-sm{
    padding: 25px;
    font-family: tahoma;
    font-style: normal;
    font-size: 18px;
    color: #344c70;
  
  }
  
  .section_three .tmt-esm{
    color: #000;
    
  }
  
  .section_three .tmt-esm img{
    
    
  }
  
  .tmt-lg h1{
    color: #344c70;
    font-family: "Radio Canada", serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    font-size: 55px;
  
  }
  
  /*->>>FOOTER<<<-*/
  
  .footer {
    position: relative;
    width: calc(110% + 22px);
    height: 405px;
    right: 85px;
    top: 830px;
    padding: 80px;
    border: 0px solid red;
    background-color: #000;
  }

  
  .col-lg {
    display: block;
    width: 85%;
    height: 280px;
    margin-left: 95px;
    border: 0px solid blue;
  }
  
  .col-md {
    width: 24.8%;
    float: left;
    height: 280px;
    margin-top: 0px;
    border: 0px solid green;
  }
  
  .col-sm {
    width: 100%;
    height: 40px;
    margin-bottom: 8px;
    text-align: left;
    color: #fff;
    border: 0px solid red;
  }
  
  .col-md .m1 {
    font-family: "Varela Round", serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
    font-size: 22px;
  }
  
  .col-md .m1-i {
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size: 13px;
    letter-spacing: 0.1em;
  }
  
  .col-md .m2-i {
    font-size: 23px;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
  }
  
  .col-md .m2-i-bm {
    margin-bottom: 8px;
  }
  
  .col-lg .md4 {
    padding-left: 20px;
  }
  
  .social-med a {
    display: inline-flex;
    width: 30px;
    height: 30px;
    background: transparent;
    border: 2px solid #b1d8e0;
    border-radius: 50%;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    color: #b1d8e0;
    margin: 8px 15px 30px 0;
    overflow: hidden;
    transition: 0.5s ease;
    opacity: 1;
    animation: slideLeft 1s ease forwards;
    animation-delay: calc(0.2s * var(--i));
  }
  
  .social-med a:hover {
    background: #b1d8e0;
    color: #1f242d;
    box-shadow: 0 0 20px #b1d8e0;
  }
  
  /*-------media-query MOBILE------*/
  
  @media screen and (min-width: 30px) and (max-width: 520px) {
    body {
      height: 2050px;
      background-color: #fff;
      display: block;
      justify-content: space-between;
      align-items: center;
      padding: 70px 5% 0;
      margin-top: -40px;
      border: 0px solid red;
    }
    
    .section_one {
      width: 100%;
      height: 500px;
      border: 0px solid #000;
      border-radius: 18px;
      background: #fff;
      position: relative;
      bottom: 50px;
    }
  
    header {
      position: sticky;
      height: 80px;
      border: 1px solid none;
      background-color: #fff;
      z-index: 1000;
      top: 0;
      transition: background-color 0.4s ease-in-out;
      border: 0px solid blue;
      /* border-top-right-radius: 23px;
          border-top-left-radius: 23px; */
    }
  
    header.scrolled header,
    .hamb .line {
      background: #fff;
    }
  
    /* header{
          position: fixed;
          width: 90%;
          height: 100px;
          border: 1px solid none;
          background-color: #fff;
          z-index: 1500;
          top:40px;
          transition: background-color 0.4s ease-in-out;
      } */
  
    .c-nav-bar {
      display: none;
    }
    
    .nav-bar {
      display: none;
    }
  
    .img-lg {
      display: none;
    }
  
    .hamb {
      position: relative;
      display: block;
      cursor: pointer;
      float: right;
      top: 20px;
      margin: 8px;
      z-index: 1000;
      border: 0px solid red;
    }
  
    .hamb .line {
      width: 30px;
      height: 5px;
      background: #000;
      margin: 5px 0;
    }
  
    #l1 {
      width: 25px;
    }
  
    #l2 {
      width: calc(30px - 50%);
    }
  
    #l3 {
      width: calc(30px -40%);
    }
  
    .txt-lg {
      font-weight: 500;
      margin-left: 8px;
      margin-top: 12px;
      font-size: 12px;
      text-align: center;
    }
  
    .hamb .line {
      opacity: 1;
    }
  
    .hamb .cancel-btn {
      opacity: 0;
    }
  
    .hamb .cancel-btn {
      position: absolute;
      width: 40px;
      height: 40px;
      padding: 3px;
      top: -7px;
      right: 10px;
      text-align: center;
      align-items: center;
      align-content: center;
      display: grid;
      z-index: 1000;
    }
  
    header.active {
      position: absolute;
      display: block;
      top: 0px;
      right: 5px;
      width: 100%;
      height: 280vh;
      background: #fff;
      border: 0px solid red;
      transition: 0.4s all ease-in-out;
      z-index: 10000;
    }
  
    header.active .hamb .cancel-btn {
      opacity: 1;
    }
  
    header.active .hamb .line {
      opacity: 0;
    }
  
    header.active .c-nav-bar {
      display: flex;
      width: 100%;
      height: 200vh;
      padding-left: 0px;
      margin-top: -25px;
      align-items: center;
      align-content: center;
      color: #000;
      transition: all 0.5s ease;
      background: none;
      border: 0px solid green;
    }
  
    header.active .c-nav-bar .c-menu-list {
      position: fixed;
      width: 100%;
      height: inherit;
      text-align: center;
      display: block;    
      margin-top: -140px;
      border: 0px solid #747373;
      padding: 20px;
      background: #081831;
      border-radius: 8px;
      z-index: 100;
  
      /* overscroll-behavior: contain;
      overflow: hidden; */
    }
  
    header.active .c-nav-bar .c-menu-list li {
      margin-bottom: 100px;
      list-style: none;
      padding: 0px;
    }
  
    header.active .c-nav-bar .c-menu-list li a {
      width: 250px;
      height: 59px;
      color: #000;
      text-decoration: none;
      transition: all 0.5s ease;
      margin-left: 20px;       
      margin-top: 0px;    
      font-size: 13px;
      border-radius: 19.9px;
      border: 0px solid none;
      padding: 8px;
      font-weight: 500;
      color: #fff;
      background: #081831;
    }
  
    .hm-1 {
      position: relative;
      top: 50px;
      width: 800px;
      height: 80px;
      border: 0px solid green;
    } 
  
    header.active .c-nav-bar .c-menu-list li a:hover {
      color: #fff;
      border-bottom: 0px solid none;
      cursor: pointer;
      font-size: 15.8px;
      background: #828282;
    }
  
    header.active .c-nav-bar .c-menu-list li .active-nav {
      color: #fff;
      background: #828282;
    }
  
    /* about pop-up tab*/
    header.active .c-nav-bar ul li .serv-sub-menu-a {
      width: 290px;
      height: 300px;
      display: none;
      position: absolute;
      /* background: #f6f6f7; */
      margin-top: 8px;
      margin-left: 25px;
      z-index: 1;
      border: 0px solid red;
      border-radius: 15px;    
      backdrop-filter: blur(30px);
      -moz-backdrop-filter: blur(30px);
      -moz-backdrop-filter: 30px;
      background: #828282;
      /* box-shadow: 0 0 4px #fff; */
    }
  
    /* header.active .nav-bar ul li .overlay-btn{
      position: absolute;
      top: 0;
      left: 0;
      display: flex;
      align-content: center;
      align-items: center;
      width: 100%;
      height: 200vh;
      font-size: 40px; 
      border: 0px solid #fff;
      background: red;
      
    } */
    
    header.active .c-nav-bar ul li .serv-sub-menu-a .md-bck{
      font-size: 55px; 
      border: 0px solid #fff;
      z-index: 90000;
    }  
    
    header.active .c-nav-bar ul li .serv-sub-menu-a .troll-a{
      display: flex;
      position: relative;
      width: inherit;
      height: 50px;
      top: 50px;
      align-content: center;
      align-items: center;
      text-align: center;
      background: none;
    }
  
    .ico-sml{
      border-radius: 50%;
    }
  
  /* service pop-up tab*/
  
  header.active .c-nav-bar ul li .serv-sub-menu{
    width: 300px;
    height: 595px;
    display: none;
    position: absolute;
    margin-top: -155px;
    margin-left: 25px;
    z-index: 1;
    border: 0px solid red;
    border-radius: 15px;    
    backdrop-filter: blur(30px);
    -moz-backdrop-filter: blur(30px);
    -moz-backdrop-filter: 30px;
    background: #828282;
    /* box-shadow: 0 0 4px #fff; */
  }
     
    header.active .c-nav-bar ul li .serv-sub-menu .troll-a, .troll-b {
      display: block;
      position: relative;
      width: inherit;
      height: 50px;
      top: 10px;
      align-content: center;
      align-items: center;
      text-align: center;
      background: none  ;
    }
    
   
    header.active .c-nav-bar ul li .serv-sub-menu .md-bck{
      font-size: 55px; 
      border: 0px solid #fff;
    }
  
    .bx-x {
      font-size: 45px;
      color: #fff;
      position: fixed;
    }
  
  
    .section_one_b {
      width: 100%;
      border: 0px solid red;
      overflow: hidden;
    }
  
    .section_one_b-sm {
      width: 100%;
      border: 0px solid red;
    }
  
    .section_one_b-sm .txt-display {
      color: #fff;
      padding: 0px 50px 50px 50px;
      padding-top: 80px;
      border: 0px solid red;
    }
  
    .section_one_b-sm .txt-disp {
      padding: 0px 50px 50px 45px;
      padding-top: 100px;
      border: 0px solid red;
    }
  
    .section_one_b-sm .txt-display h2 {
      width: 100%;
      font-family: "Roboto Serif", serif;
      font-style: normal;
      font-size: 35px;
      border: 0px solid red;
    }
  
    .section_one_b-sm .txt-display p {
      width: 100%;
      font-family: "Roboto Serif", serif;
      font-style: normal;
      font-size: 15.9px;
      margin-top: 8px;
    }
  
    .map-svg {
      position: relative;
      display: block;
      top: 0px;
      float: left;
      width: 100%;
      height: 155px;
      margin: 30px 50px 90px 0px;
      padding-top: 0px;
      border: 1px solid #747373;
      border-radius: 13px;
      
      /* background: rgba(255,255,255,0.9);
              backdrop-filter: blur(8px);
              -moz-backdrop-filter: 8px;  */
    }
  
    .map-svg img {
      position: relative;
      left: 0px;
      right: 10px;
      width: 250px;
      height: 155px;
    }
  
    .bx-globe {
      position: relative;
      font-size: 200px;
      top: -220px;
      left: -20px;
      z-index: 0;
      opacity: 1;
      color: #ddd9d9;
    }
  
    .bx-mp {
      font-size: 50px;
      color: #000;
    }
  
    .truck-pan {
      position: relative;
      top: -25px;
      left: 55px;
      color: #555;
      z-index: 10001;
    }
  
    .hs-pan {
      position: relative;
      top: -55px;
      right: 38px;
      color: #555;
    }
  
    .loc-pan {
      position: relative;
      float: right;
      top: -150px;
      right: 40px;
      color: #555;
      z-index: 1;
    }
  
    /* .hamb .line:hover{
          width: 30px !important;
          height: 5px;
          background: red;
          margin: 5px 0;
      } */
  
  
  
  
  
  
    /* >----SECTION_TWO MOBILE-----< */
  
    .section_two {
      position: relative;
      top: 350px;
    }

    .section_two_mtnc .bck-btn{
      position: relative;
      top: 10px;
      left: 30%;
      width: 120px;
      height: 40px;
      background: #f26f4a;
      transition: .4s all ease-in-out;
      display: grid;
      align-items: center;
      align-content: center;
      text-align: center;
      font-size: 20px;
      color: #fff;
  }

  
    
    /* >----SECTION_TWO MOBILE-----< */
  
    .section_three {
      position: relative;
      top: 350px;
    }
  
    .section_three .tmt-md{
      display: block;
      float: left;
      width: 100%;
      height: 390px;
      border: 1px solid red;
    
    }
  
    /* >----FOOTER TAB-----< */
  
    .footer {
      position: relative;
      top: 150px;
      width: calc(110.5% + 3.2px);
      height: 1050px;
      right: 25px;
      padding: 80px;
      border: 0px solid red;
      background-color: #000;
      overflow: hidden;
    }
  
    .col-lg {
      width: 100%;
      height: 280px;
      margin-left: 0px;
      border: 0px solid blue;
    }
  
    .col-md {
      display: block;
      float: left;
      width: 100%;
      height: 280px;
      margin-top: 0px;
      border: 0px solid green;
    }
  
    .social-med a {
      width: 20px;
      height: 20px;
    }
  }
  
  /*-------media-query TABLET------*/
  
  @media screen and (min-width: 520px) and (max-width: 1272px) {
    .hamb .line {
      opacity: 1;
    }
  
    .hamb .cancel-btn {
      opacity: 0;
    }
  
    .hamb .cancel-btn {
      position: absolute;
      width: 40px;
      height: 40px;
      padding: 3px;
      top: -7px;
      right: 10px;
      text-align: center;
      align-items: center;
      align-content: center;
      display: grid;
      z-index: 1000;
    }
  
    header.active {
      position: absolute;
      display: block;
      top: 0px;
      right: 0px;
      width: 100%;
      height: 280vh;
      background: #fff;
      border: 0px solid red;
      transition: 0.4s all ease-in-out;
      z-index: 10000;
    }
  
    header.active .hamb .cancel-btn {
      opacity: 1;
    }
  
    header.active .hamb .line {
      opacity: 0;
    }
  
    header.active .nav-bar {
      display: flex;
      width: 100%;
      height: 200vh;
      padding-left: 0px;
      margin-top: -25px;
      align-items: center;
      align-content: center;
      color: #000;
      transition: all 0.5s ease;
      background: none;
      border: 0px solid green;
    }
  
    header.active .nav-bar .menu-list {
      position: fixed;
      width: 100%;
      height: inherit;
      text-align: center;
      display: block;    
      margin-top: -140px;
      border: 0px solid #747373;
      padding: 20px;
      background: #081831;
      border-radius: 8px;
      z-index: 100;
  
      /* overscroll-behavior: contain;
      overflow: hidden; */
    }
  
    header.active .nav-bar .menu-list li {
      margin-bottom: 100px;
      list-style: none;
      padding: 0px;
    }
  
    header.active .nav-bar .menu-list li a {
      color: #000;
      text-decoration: none;
      transition: all 0.5s ease;
      margin-left: 10px;
      margin-right: 10px;
      font-size: 13px;
      border-radius: 19.9px;
      border: 0px solid none;
      padding: 8px;
      font-weight: 500;
      color: #fff;
    }
  
    header.active .nav-bar .menu-list li a:hover {
      color: #fff;
      border-bottom: 0px solid none;
      cursor: pointer;
      font-size: 15.8px;
      background: #828282;
    }
  
    header.active .nav-bar .menu-list li .active-nav {
      color: #fff;
      background: #828282;
    }
  
    header.active .nav-bar ul li:hover .serv-sub-menu-a {
      width: 150px;
      display: none;
      position: absolute;
      background: #f6f6f7;
      margin-top: 8px;
      margin-left: -25px;
      z-index: 1;
      border: 0px solid red;
      border-bottom-left-radius: 15px;
      border-bottom-right-radius: 15px;
    }
  
    header.active .nav-bar ul li:hover .serv-sub-menu {
      width: 150px;
      display: none;
      position: absolute;
      background: #f6f6f7;
      margin-top: 8px;
      margin-left: -25px;
      z-index: 1;
      border: 0px solid red;
      border-bottom-left-radius: 15px;
      border-bottom-right-radius: 15px;
    }
  
    .bx-x {
      font-size: 50px;
      color: #fff;
      position: fixed;
    }
  
    .section_one {
      width: 100%;
      height: 500px;
      border: 0px solid #000;
      border-radius: 18px;
      background: #fff;
      position: relative;
      bottom: 50px;
      border: 0px solid blue;
    }
  
    header {
      position: sticky;
      height: 80px;
      border: 1px solid none;
      background-color: #fff;
      z-index: 1000;
      top: 0;
      transition: background-color 0.4s ease-in-out;
      border: 0px solid blue;
      /* border-top-right-radius: 23px;
          border-top-left-radius: 23px; */
    }
  
    /* header{
          position: fixed;
          width: 90%;
          height: 100px;
          border: 1px solid none;
          background-color: #fff;
          z-index: 1500;
          top: 0px;
          transition: background-color 0.4s ease-in-out;
      } */


    .nav-bar {
      display: none;
    }
  
    .img-lg {
      display: none;
    }
  
    .hamb {
      position: relative;
      display: block;
      cursor: pointer;
      float: right;
      top: 20px;
      margin: 8px;
      z-index: 1000;
      border: 0px solid red;
    }
  
    .hamb .line {
      width: 30px;
      height: 5px;
      background: #000;
      margin: 5px 0;
    }
  
    #l1 {
      width: 25px;
    }
  
    #l2 {
      width: calc(30px - 50%);
    }
  
    #l3 {
      width: calc(30px -40%);
    }
  
    .txt-lg {
      font-weight: 500;
      margin-left: 8px;
      margin-top: 12px;
      font-size: 15px;
      text-align: center;
    }
  
    .section_one_b {
      width: 100%;
      border: 0px solid red;
    }
  
    .section_one_b-sm {
      width: 100%;
      border: 0px solid red;
    }
  
    .section_one_b-sm .txt-display {
      color: #fff;
      padding: 0px 50px 50px 80px;
      padding-top: 80px;
      border: 0px solid red;
    }
  
    .section_one_b-sm .txt-disp {
      width: 150px;
      height: 50px;
      padding: 0px 50px 50px 75px;
      padding-top: 80px;
    }
  
    .map-svg {
      position: relative;
      display: none;
      top: 240px;
      float: right;
      width: 450px;
      height: 250px;
      margin: 0px 50px 90px 120px;
      padding-top: 20px;
      border: 1px solid #747373;
      border-radius: 13px;
      overflow: hidden;
      /* background: rgba(255,255,255,0.29);
              backdrop-filter: blur(2px);
              -moz-backdrop-filter: 2px;  */
    }
  
    /* .hamb .line:hover{
          width: 30px !important;
          height: 5px;
          background: red;
          margin: 5px 0;
      } */
  
  
  
  
    /* >----SECTION_TWO TAB-----< */
  
    .section_two {
      position: relative;
      top: 150px;
    }
    
    
    .section_two_mtnc {
      height: 500px;
    }

    .section_two_mtnc .bck-btn{
      position: relative;
      top: 10px;
      left: 41%;
      width: 150px;
      height: 50px;
      background: #f26f4a;
      transition: .4s all ease-in-out;
      display: grid;
      align-items: center;
      align-content: center;
      text-align: center;
      font-size: 20px;
      color: #fff;
  }
  
  
    
    /* >----SECTION_THREE TAB-----< */
  
    .section_three {
      position: relative;
      top: 150px;
    }
    
    .section_three .tmt-md{
      display: block;
      float: left;
      width: 100%;
      height: 300px;
      border: 1px solid red;
    
    }
  
    /* >----FOOTER TAB-----< */
  
    .footer {
      position: absolute;
      top: 800px;
      overflow: hidden;
      width: calc(100% + 150px);
      height: 550px;
      right: 0px;
      padding: 80px;
      border: 0px solid red;
      background-color: #000;
    }
  
    .col-lg {
      width: 85%;
      height: 280px;
      margin-left: 145px;
      border: 0px solid blue;
    }
  
    .col-md {
      display: block;
      float: left;
      width: 50%;
      height: 280px;
      margin-top: 0px;
      border: 0px solid green;
    }
  }
  