* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  }
  
  body {
    height: 1000px;
    background-color: #f6f8fa;
    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: 840px;
    border: 0px solid #000;
    border-radius: 0px;
    background: none;
    position: relative;
    float: left;
  }
  
  /* .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;
    width: 100%;
    float: left;
    height: 150px;
    border: 0px 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;
  }

  header.scrolled .section_two {
    height: 80px;
    transition: all .4s ease-out;
    
  }
  
  header.scrolled .section_two h1 {
    display: block;
    font-size: 22px;
    transition: all .4s ease-out;
  }
  
  .hamb {
    display: none;
  }
  
  .logo-con {
    width: 30%;
    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: 20%;
    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%;
    background: none;
    border: 0px solid red;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
  }
  
  .section_one_b-sm {
    width: 100%;
    height: 200px;
    border: 0px solid purple;
    padding-bottom: 0px;
  }
  
  #sc-txt {
    height: inherit;
    background-image: linear-gradient(
      to top,
      rgba(0, 0, 0, 0.65) 50%,
      rgba(0, 0, 0, 0.65) 50%
    );
    border: 0px solid green;
    z-index: 2;
  
    /* mask-image: linear-gradient( rgba(0,0,0,0.2), #000);
      -webkit-mask-image: linear-gradient( rgba(0,0,0,0.2), #000); */
  }
  
  .section_one_b-sm .txts-display {
    width: 100%;
    height: 250px;
    color: #fff;
    padding: 0px 50px 50px 210px;
    padding-top: 80px;
    border: 0px solid green;
    z-index: 3;
  }
  
  .section_one_b-sm .txts-display h2 {
    font-family: "Roboto Serif", serif;
    font-style: normal;
    font-size: 50px;
    border: 0px solid red;
  }
  
  .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 .txts-display p {
    font-family: "Roboto Serif", serif;
    font-style: normal;
    font-size: 18px;
    border: 0px solid green;
    padding-left: 28px;
    opacity: 1;
  }
  
  .txt-disp {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    padding: 0px 50px 50px 208px;
    top: 80px;
    border: 0px solid blue;
    z-index: 5;
    opacity: 1;
    color: #828282;
  }
  
  .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;
  }
  
  .txt-disp .apply-btn:hover {
    color: #fff;
    background: #f26f4a;
    cursor: pointer;
  }
  
  /* SLIDER */
  
  .slider {
    width: 100%;
    height: 590px;
    position: relative;
    display: flex;
    border: 0px solid red;
    z-index: 0;
  }
  
  .section_one_b .slider .slides .sc-img {
    width: 100%;
    height: 590px;
    border: 0px solid green;
    display: grid;
    align-items: center;
    align-content: center;
    color: #fff;
    text-align: center;
  }
  
  .section_one_b .slider .slides .sc-img .txt-slide-con {
    width: 100%;
    height: 220px;
    border: 0px solid green;
    display: grid;
    align-items: center;
    align-content: center;
    color: #fff;
    text-align: center;
    /* transition: 0.5s ease;
    opacity: 1;
    animation: zoomIn 1s ease forwards; */
  }
  
  .section_one_b .slider .slides .sc-img .txt-slide-con .txt-slide {
    width: 100%;
    height: 30px;
    border: 0px solid blue;
    display: grid;
    align-items: center;
    align-content: center;
    color: #fff;
    text-align: center;
    padding: 35px;
  }
  
  .txt-slide-con .txt-slide .p {
    font-size: 3.4rem;
  }
  
  .txt-slide-con .txt-slide p {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 0;
    font-family: tahoma;
  }
  
  .txt-slide-con .txt-slide .len {
    height: 50px;
    width: 140px;
    border: 1px solid #fff;
    border-radius: 3px;
    display: grid;
    align-items: center;
    align-content: center;
    text-align: center;
    margin-left: 44%;
    cursor: pointer;
  }
  
  .section_one_b .slider .slides #ic-img1 {
    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;
    background-position: center;
  }
  
  .section_one_b .slider .slides #ic-img2 {
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.65) 50%,
        rgba(0, 0, 0, 0.65) 50%
      ),
      url(/assets/img/trck3_fd.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .section_one_b .slider .slides #ic-img3 {
    background-image: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.65) 50%,
        rgba(0, 0, 0, 0.65) 50%
      ),
      url(/assets/img/trck3b_fd.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .section_one_b .slider .slides #ic-img4 {
    background-image: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.65) 50%,
        rgba(0, 0, 0, 0.65) 50%
      ),
      url(/assets/img/trck3c_fd.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .slider .slides {
    position: absolute;
    width: 100%;
    height: inherit;
    border: 0px solid blue;
    clip-path: circle(0% at 0 50%);
    z-index: 1;
  }
  
  .slider .slides.active {
    clip-path: circle(150% at 0 50%);
    transition: 2s;
  }
  
  .slider .slides img {
    width: 100%;
    height: 550px;
  }
  
  .slider .navigation {
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    display: flex;
  }
  
  .slider .navigation .btn {
    width: 15.5px;
    height: 15.5px;
    border-radius: 50%;
    border: 1px solid #fff;
    margin: 30px;
    z-index: 2;
    cursor: pointer;
  }
  
  .slider .navigation .btn.active {
    background: #a696e9;
  }
  
  .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%;
    float: left;
    height: 280px;    
    top: 0px;
    border: 0px solid blue;    
    display: grid;
    align-items: center;
    align-content: center;
    text-align: center;
    background-image: linear-gradient(
      to top,
      rgba(0, 0, 0, 0.8) 50%,
      rgba(0, 0, 0, 0.8) 50%
    ),
    url(/assets/img/contact2.jpg);
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
    
  }

  .section_two h1{
    font-size: 50px;
    color: #fff;
    
 }
  
  /*->>>SECTION_THREE<<<-*/
  
  .section_three {
    width: 100%;
    float: left;
    height: 400px;
    margin-top: 340px;
    display: flex;
    background-color: #fff;
    border: 0px solid red;
  }
  
  .sec-three {
    height: 100%;
    width: 80%;
    margin-left: 10%;
    display: grid;
    align-items: center;
    align-content: center;
    text-align: center;
    border: 0px solid blue;

  }
  
  
  .sec-three p {
    padding: 0;
    font-size: 30px;
    font-family: tahoma;
    padding-bottom: 10px;
    color: #000;
  }
  
  .sec-three h1 {
    font-family: tahoma;
    font-size: 25px;
    padding-bottom: 20px;
    color: #f26f4a;
  }

  
  .sec-three img {
    width: 100%;
    height: 100%;
  }
  
  .sec-three .lenMore-btn {
    position: relative;
    top: 10px;
    width: 150px;
    height: 50px;
    font-family: tahoma;
    background: #f26f4a;
    transition: 0.4s all ease-in-out;
    display: grid;
    align-items: center;
    align-content: center;
    text-align: center;
    font-size: 15px;
    color: #fff;
  }
  
  .lenMore-btn:hover {
    background: #fff;
    border: 1.5px solid #f26f4a;
    cursor: pointer;
    color: #f26f4a;
  }
  
  /*->>>SECTION_THREE_DEPT<<<-*/
  
  .section_three_dept {
    width: 100%;
    float: left;
    height: 400px;
    display: flex;
    border: 0px solid red;
    background: #081831;
    margin-top: 80px;
  }
  
  .sec-three-dept {
    display: grid;
    align-items: center;
    align-content: center;
    padding: 20px;
    width: 50%;
    margin-bottom: 40px;
  }
  
  .sec-three-dept h2 {
    padding: 0;
    font-size: 35px;
    font-family: Arial, Helvetica, sans-serif;
    padding-bottom: 10px;
    color: #444;
  }
  
  .sec-three-dept .emb {
    font-family: tahoma;
    font-size: 15px;
    padding-bottom: 20px;
    color: #fff;
  }
  
  .sec-three-dept .p {
    width: 180px;
    padding-left: 30px;
    font-family: tahoma;
    font-size: 15px;
    color: #fff;
    background: #555;
    margin-left: 5px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    padding: 10px;
  }
  
  .sec-three-dept .lenMore-btn {
    position: relative;
    top: 10px;
    width: 150px;
    height: 50px;
    font-family: tahoma;
    background: #f26f4a;
    transition: 0.4s all ease-in-out;
    display: grid;
    align-items: center;
    align-content: center;
    text-align: center;
    font-size: 15px;
    color: #fff;
  }
  
  .lenMore-btn:hover {
    background: #fff;
    border: 1.5px solid #f26f4a;
    cursor: pointer;
    color: #f26f4a;
  }
  
  .show-con {
    width: 100%;
    height: 350px;
    margin-top: 50px;
    padding: 30px;
    border-radius: 4px;
    border: 0px solid red;
    transition: 0.4s all ease;
    color: #fff;
    /* box-shadow: 0 0 4px #eee; */
    background: #000;
    backdrop-filter: blur(30px);
    -moz-backdrop-filter: 30px;
  }
  
  #divOne,
  #divTwo,
  #divThree,
  #divFour {
    display: none;
  }
  
  .sec-three-dept select {
    width: 40.3%;
    height: 50px;
    margin-left: 5px;
    margin-right: 5px;
    border: none;
    border-bottom: 1px solid grey;
    padding-left: 8px;
    font-size: 18px;
    cursor: pointer;
  }
  
  .sec-three-dept .show-con h3 {
    font-size: 23px;
  }
  
  .sec-three-dept .show-con p {
    margin-left: 10px;
    border: 0px solid red;
    color: #fff;
    font-size: 18px;
    margin-top: 20px;
  }
  
  .sec-three-dept .show-con h2 {
    padding: 0;
    font-size: 25px;
    font-family: Arial, Helvetica, sans-serif;
    padding-bottom: 10px;
    color: #444;
  }
  
  
  .sec-three-dept .show-con .visit {
    width: 120px;
    height: 50px;
    margin-top: 15px;
    display: grid;
    align-items: center;
    align-content: center;
    text-align: center;
    border: 1px solid #f26f4a;
    font-style: oblique;
    border-radius: 30px;
    cursor: pointer;
  }
  .sec-three-dept .show-con .visit:hover {
    color: #a696e9;
  }
  
  .sec-three-dept .show-con .col-sm {
    width: 100%;
    height: 220px;
    display: flex;
    padding: 10px;
    border: 0px solid red;
  }
  
  .sec-three-dept .show-con .col-sm img {
    width: auto;
    height: 200px;
  }
  
  .sec-three-dept .show-con .col-sm h1 {
    color: #fff;
    margin-left: 80px;
    margin-top: 55px;
    text-align: center;
  }
  
  /*->>>SECTION_FOUR<<<-*/
  
  .section_four {
    width: 100%;
    height: auto;
    display: flex;
    float: left;
    background: #fff;
    border: 0px solid red;
    margin-top: 100px;
  }
  
  .sec-four {
    height: 500px;
    width: 100%;
    margin: 20px;
    /* position: relative;
    top: -110px;
    left: 140px; */
    /* background:hsl(0, 0%, 100%);
    box-shadow: 0 0 10px #48515E; */
    border: 0px solid #000;
    font-family: Tahoma;
  }
  
  .sec-four .fr-md {
    width: 100%;
    height: 240px;
    border: 0px solid green;
    transition: 0.3s all ease-in-out;
  }
  
  .sec-four .mns {
    width: 100%;
    height: 240px;
    border: 0px solid green;
  }
  
  .sec-four .mns h4 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 25px;
    color: #344c70;
  }
  
  .sec-four .mns p {
    padding-left: 30px;
    color: #344c70;
  }
  
  .sec-four .fr-md .browse-btn {
    width: 130px;
    height: 40px;
    border-radius: 5px;
    background: #344c70;
    color: #fff;
    text-align: center;
    display: grid;
    align-items: center;
    align-content: center;
  }
  
  .sec-four .fr-md .browse-btn:hover {
    background: #fff;
    color: #344c70;
    border: 1px solid #344c70;
    cursor: pointer;
  }
  
  .fr-md img {
    width: 100%;
    height: inherit;
  }
  
  /*->>>SECTION_FIVE<<<-*/
  
  .section_five {
    width: 100%;
    height: 580px;
    float: left;
    padding: 20px;
    border: 0px solid blue;
  }
  
  .section_five .tmt-lg {
    display: block;
    float: left;
    width: 100%;
    border: 0px 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: 0px solid green;
  }
  
  .sm-vh-ii {
    display: flex;
    height: 30%;
    border: 0px solid rgb(23, 148, 170);
  }
  
  .esm-vw-i {
    width: 30%;
    display: grid;
    align-items: center;
    align-content: center;
  }
  
  .esm-vw-ii {
    width: 70%;
  }
  
  .section_five .tmt-md {
    display: block;
    float: left;
    width: 33.3%;
    height: 350px;
    border: 0px solid red;
  }
  
  .section_five .tmt-sm {
    padding: 25px;
    font-family: tahoma;
    font-style: normal;
    font-size: 18px;
    color: #344c70;
  }
  
  .section_five .tmt-esm {
    color: #000;
  }
  
  .section_five .tmt-esm h5,
  p {
    margin-left: -30px;
  }
  
  .section_five .tmt-esm img {
    width: 70px;
    height: 70px;
  }
  
  .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: absolute;
    top: 1000px;
    overflow: hidden;
    width: calc(100% + 150px);
    height: 405px;
    right: 0px;
    padding: 80px;
    border: 0px solid red;
    background-color: #000;
  }
  
  .col-lg {
    display: block;
    width: 85%;
    height: 280px;
    margin-left: 185px;
    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 mob------*/
  
  @media screen and (max-width: 479px) {
    body {
      height: 700px;
      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: 980px;
      float: left;
      border: 0px solid #000;
      border-radius: 18px;
      background: none;
      position: relative;
      bottom: 50px;
    }
  
    header {
      position: sticky;
      height: 80px;
      width: 100%;
      border: 1px solid none;
      background-color: #fff;
      z-index: 1000;
      top: 0;
      left: -1.5px;
      transition: background-color 0.4s ease-in-out;
      border: 0px solid #fff;
      /* 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: px solid red;
      overflow: hidden;
    }
  
    .section_one_b-sm {
      width: 100%;
      border: 0px solid red;
    }
  
    .section_one_b-sm .txts-display {
      color: #fff;
      padding: 0px 50px 50px 50px;
      padding-top: 80px;
      border: 0px solid red;
    }
  
    .txt-disp {
      padding: 0px 50px 50px 45px;
      padding-top: 100px;
      border: 0px solid red;
    }
  
    .section_one_b-sm .txts-display h2 {
      width: 100%;
      font-family: "Roboto Serif", serif;
      font-style: normal;
      font-size: 35px;
      border: 0px solid red;
    }
  
    .section_one_b-sm .txts-display p {
      width: 100%;
      font-family: "Roboto Serif", serif;
      font-style: normal;
      font-size: 18.9px;
      margin-top: 8px;
      margin-left: -25px;
    }
  
    /* slider mob */
  
    .section_one_b .slider .slides .sc-img .txt-slide-con .txt-slide {
      width: 100%;
      height: 30px;
      border: 0px solid blue;
      display: grid;
      align-items: center;
      align-content: center;
      color: #fff;
      text-align: center;
      padding: 35px;
      margin-top: 25px;
      margin-bottom: 30px;
    }
  
    .txt-slide-con .txt-slide .p {
      font-size: 2.8rem;
    }
  
    .txt-slide-con .txt-slide p {
      font-size: 1.3rem;
      font-style: normal;
      font-weight: 0;
      font-family: tahoma;
    }
  
    .txt-slide-con .txt-slide .len {
      height: 50px;
      width: 140px;
      border: 1px solid #fff;
      border-radius: 3px;
      display: grid;
      align-items: center;
      align-content: center;
      text-align: center;
      margin-left: 23%;
      cursor: pointer;
    }
  
    .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: 1;
    }
  
    .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;
      float: left;
      top: 0px;
    }
  
    /* >----SECTION_THREE MOBILE-----< */
  
    .section_three {
      width: 100%;
      height: 400px;
      float: left;
      margin-top: 350px;
      display: block;
      float: left;
      border: 0px solid blue;
    }
  
    .sec-three {
      float: left;
      width: 100%;
      height: inherit;
      margin-left: 0;
      border: 0px solid red;
      padding-top: 50px;
    }
  
    .sec-three h2 {
      padding: 0;
      font-size: 25px;
      font-family: tahoma;
      padding-bottom: 10px;
      color: #fff;
    }
  
    .sec-three h1 {
      font-family: tahoma;
      font-size: 22px;
      padding-bottom: 20px;
      color: #f26f4a;
    }
  
    .sec-three p {
      padding-left: 0px;
      font-family: tahoma;
      font-size: 20px;
      color: #000;
    }
  
    .sec-three .pad {
      position: relative;
    }
  
    .sec-three img {
      width: 100%;
      height: 300px;
      border: 0px solid red;
    }
  
    .section_three_dept {
      width: 100%;
      height: 1100px;
      float: left;    
      display: block;
      border: 0px solid red;
      background: #081831;
      margin-top: 80px;
    }
    
    .sec-three-dept {
      width: 100%;
      display: grid;
      align-items: center;
      align-content: center;
      padding: 20px;    
      margin-bottom: 40px;
      border: 0px solid red;
    }
  
    .show-con {
      width: 100%;
      height: 658px;
      display: grid;
      align-items: center;
      align-content: center;
      
    }
  
    .sec-three-dept select {
      width: 75.3%;
      height: 50px;
      margin-left: 5px;
      margin-right: 5px;
      border: none;
      border-bottom: 1px solid grey;
      padding-left: 8px;
      font-size: 18px;
      cursor: pointer;
    }
  
    .sec-three-dept .show-con h3 {
      font-size: 23px;
    }
    
    .sec-three-dept .show-con p {
      margin-left: 10px;
      border: 0px solid red;
      color: #fff;
      font-size: 15px;
      margin-top: 20px;
    }
  
    .sec-three-dept .show-con .col-sm {
      width: 100%;
      height: 220px;
      display: block;
      padding: 10px;
      border: 0px solid red;
    }
    
    .sec-three-dept .show-con .col-sm img {
      width: auto;
      height: 200px;
      margin-left: 40px;
    }
    
    .sec-three-dept .show-con .col-sm h1 {
      margin-left: 0;
      font-size: 23px;
      border: 0px solid red;
      color: #fff;
    }
  
    
  
    /* >----SECTION_FOuR MOBILE-----< */
  
    .section_four {
      position: relative;
      float: left;
      top: 0px;
      width: 100%;
      height: 2120px;
      display: block;
      background: #fff;
      border: 0px solid red;
      padding-top: 0px;
    }
  
    .section_four .sec-four {
      position: relative;
      top: 0px;
      height: 500px;
      width: 90%;
      float: left;
      padding-top: 10px;
      border: 0px solid #000;
      font-family: Tahoma;
    }
  
    /* >----SECTION_FIVE MOBILE-----< */
  
    .section_five {
      position: relative;
      float: left;
      height: 1300px;
      top: 0px;
      border: 0px solid black;
    }
  
    .section_five .tmt-lg {
      position: relative;
      top: 0px;
      display: block;
      float: left;
      width: 100%;
      border: 0px solid red;
    }
  
    .section_five .tmt-md {
      display: block;
      float: left;
      width: 100%;
      height: 390px;
      border: 0px solid red;
    }
  
    .section_five .tmt-lg h1 {
      font-size: 35px;
      border: 0px solid red;
      text-align: center;
    }
  
    .section_five .tmt-esm h5,
    p {
      margin-left: 1.5px;
      margin-top: 5px;
    }
  
    /* >----FOOTER MOBILE-----< */
  
    .footer {
      position: absolute;
      top: 1080px;
      overflow: hidden;
      width: calc(100% + 150px);
      height: 1100px;
      right: 0px;
      padding: 80px;
      border: 0px solid red;
      background-color: #000;
    }
  
    .col-lg {
      width: 80%;
      height: 980px;
      margin-left: 130px;
      border: 0px solid blue;
    }
  
    .col-md {
      position: relative;
      top: 0px;
      display: block;
      float: left;
      width: 100%;
      height: 280px;
      border: 0px solid green;
    }
  
    .col-md .m2-i-bm {
      margin-bottom: 30px;
    }
  
    .social-med a {
      width: 20px;
      height: 20px;
    }
  }
  
  /*-------media-query Small screen (Portrait tablet or large phone) tabloid------*/
  
  @media screen and (min-width: 480px) and (max-width: 767px) {
    body {
      height: 800px;
      background-color: #f6f8fa;
      display: block;
      justify-content: space-between;
      align-items: center;
      padding: 70px 5% 0;
      margin-top: -40px;
      border: 0px solid red;
    }
  
    .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 .slider {
      display: none;
    }
  
    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: auto;
      float: left;
      border: 0px solid #000;
      border-radius: 18px;
      background: none;
      position: relative;
      bottom: 0px;
      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 .txts-display {
      color: #fff;
      padding: 0px 50px 50px 80px;
      padding-top: 80px;
      border: 0px solid red;
    }
  
    .txt-disp {
      width: 150px;
      height: 50px;
      padding: 0px 50px 50px 75px;
      padding-top: 80px;
    }
  
    .slider {
      margin: 0;
      padding: 0;
    }
  
    /* slider tabloid */
  
    .section_one_b .slider .slides .sc-img .txt-slide-con .txt-slide {
      width: 100%;
      height: 30px;
      border: 0px solid blue;
      display: grid;
      align-items: center;
      align-content: center;
      color: #fff;
      text-align: center;
      padding: 35px;
      margin-top: 20px;
      margin-bottom: 25px;
    }
  
    .txt-slide-con .txt-slide .p {
      font-size: 2.8rem;
    }
  
    .txt-slide-con .txt-slide p {
      font-size: 1.3rem;
      font-style: normal;
      font-weight: 0;
      font-family: tahoma;
    }
  
    .txt-slide-con .txt-slide .len {
      height: 50px;
      width: 140px;
      border: 1px solid #fff;
      border-radius: 3px;
      display: grid;
      align-items: center;
      align-content: center;
      text-align: center;
      margin-left: 28.9%;
      cursor: pointer;
    }
  
    .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;
      float: left;
      top: 0px;
    }
  
    /* >----SECTION_THREE TAB-----< */
  
    .section_three {
      width: 100%;
      height: 400px;
      float: left;
      display: grid;
      align-items: center;
      align-content: center;
      margin-top: 350px;
      margin-bottom: 10px;
      border: 0px solid red;
    }
  
    .sec-three {
      width: 100%;
      height: inherit;  
      border: 0px solid blue;    
      margin-left: 0;
      
    }
  
    .sec-three h2 {
      padding: 0;
      font-size: 25px;
      font-family: tahoma;
      padding-bottom: 10px;
      color: #fff;
    }
  
    .sec-three h1 {
      font-family: tahoma;
      font-size: 22px;
      padding-bottom: 20px;
      color: #f26f4a;
    }
  
    .sec-three p {
      padding-left: 0px;
      font-family: tahoma;
      font-size: 15px;
      color: #000;
    }
  
    .sec-three img {
      width: 100%;
      height: 100%;
    }
  
    .sec-three .lenMore-btn {
      position: relative;
      top: 10px;
      width: 120px;
      height: 40px;
      font-family: tahoma;
      background: #f26f4a;
      transition: 0.4s all ease-in-out;
      display: grid;
      align-items: center;
      align-content: center;
      text-align: center;
      font-size: 15px;
      color: #fff;
    }
  
    .section_three_dept {
      width: 100%;
      height: 900px;
      float: left;    
      display: block;
      border: 0px solid red;
      background: #081831;
      margin-top: 80px;
    }
    
    .sec-three-dept {
      width: 100%;
      display: grid;
      align-items: center;
      align-content: center;
      padding: 20px;    
      margin-bottom: 40px;
      border: 0px solid red;
    }
  
    .sec-three-dept select {
      width: 59.3%;
      height: 50px;
      margin-left: 5px;
      margin-right: 5px;
      border: none;
      border-bottom: 1px solid grey;
      padding-left: 8px;
      font-size: 18px;
      cursor: pointer;
    }
  
    .show-con {
      width: 100%;
      height: 450px;
      display: grid;
      align-items: center;
      align-content: center;
      
    }
  
    .sec-three-dept .show-con h3 {
      font-size: 23px;
    }
    
    .sec-three-dept .show-con p {
      margin-left: 10px;
      border: 0px solid red;
      color: #fff;
      font-size: 15px;
      margin-top: 20px;
    }
  
    .sec-three-dept .show-con .col-sm img {
      width: auto;
      height: 200px;
    }
    
    .sec-three-dept .show-con .col-sm h1 {
      font-size: 24px;
      margin-left: 10px;
      margin-top: 80px;
      color: #fff;
      border: 0px solid red;
    }
  
    /* >----SECTION_FOuR TAB-----< */
  
    .section_four {
      width: 100%;
      float: left;
      height: 2120px;
      display: block;
      background: #fff;
      border: 0px solid red;
    }
  
    .sec-four {
      height: 500px;
      width: 80%;
      float: left;
      margin: 20px;
      border: 0px solid #000;
      font-family: Tahoma;
      padding-left: 50px;
    }
  
    /* >----SECTION_FIVE TAB-----< */
  
    .section_five {
      width: 100%;
      height: 1100px;
      position: relative;
      float: left;
      top: 10px;
      border: 0px solid red;
      z-index: 5;
    }
  
    .section_five .tmt-md {
      display: block;
      float: left;
      width: 100%;
      height: 300px;
      border: 0px solid red;
    }
  
    .section_five .tmt-esm h5 {
      margin-left: -30px;
    }
  
    .section_five .tmt-esm p {
      margin-left: -30px;
    }
  
    /* >----FOOTER TAB-----< */
  
    .footer {
      position: absolute;
      top: 1050px;
      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;
    }
  }
  
  /*-------media-query Medium screen (Tablet or small laptop) ipad------*/
  
  @media screen and (min-width: 768px) and (max-width: 1199px) {
    body {
      height: 900px;
      background-color: #f6f8fa;
      display: block;
      justify-content: space-between;
      align-items: center;
      padding: 70px 5% 0;
      margin-top: -40px;
      border: 0px solid red;
    }
  
    .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 .slider {
      display: none;
    }
  
    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: 980px;
      float: left;
      border-radius: 18px;
      background: none;
      position: relative;
      border: 0px solid blue;
    }
  
    header {
      position: sticky;      
      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 .txts-display {
      color: #fff;
      padding: 0px 50px 50px 80px;
      padding-top: 80px;
      border: 0px solid red;
    }
  
    .txt-disp {
      width: 150px;
      height: 50px;
      padding: 0px 50px 50px 75px;
      padding-top: 80px;
    }
  
    .slider {
      margin: 0;
      padding: 0;
    }
  
    .txt-slide-con .txt-slide .len {
      height: 50px;
      width: 140px;
      border: 1px solid #fff;
      border-radius: 3px;
      display: grid;
      align-items: center;
      align-content: center;
      text-align: center;
      margin-left: 40%;
      cursor: pointer;
    }
  
    .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 {
      width: 100%;
      float: left;
      top: 0;
      border: 0px solid red;
    }
  
    /* >----SECTION_THREE TAB-----< */
  
    .section_three {
      width: 100%;
      margin-top:300px;
      float: left;
      border: 0px solid red;
    }
  
    .sec-three h2 {
      padding: 0;
      font-size: 25px;
      font-family: tahoma;
      padding-bottom: 10px;
      color: #fff;
    }
  
    .sec-three h1 {
      font-family: tahoma;
      font-size: 22px;
      padding-bottom: 20px;
      color: #f26f4a;
    }
  
    .sec-three p {
      padding-left: 30px;
      font-family: tahoma;
      font-size: 20px;
      color: #000;
    }
  
    .sec-three img {
      width: 100%;
      height: 100%;
    }
  
    .sec-three .lenMore-btn {
      position: relative;
      top: 10px;
      width: 120px;
      height: 40px;
      font-family: tahoma;
      background: #f26f4a;
      transition: 0.4s all ease-in-out;
      display: grid;
      align-items: center;
      align-content: center;
      text-align: center;
      font-size: 15px;
      color: #fff;
    }
  
    .section_three_dept {
      width: 100%;
      float: left;
      height: 500px;
      display: flex;
      border: 0px solid red;
      background: #081831;
      margin-top: 80px;
    }
    
    .sec-three-dept {
      display: grid;
      align-items: center;
      align-content: center;
      padding: 20px;
      width: 50%;
      margin-bottom: 40px;
    }
  
    .sec-three-dept select {
      width: 75.3%;
      height: 50px;
      margin-left: 5px;
      margin-right: 5px;
      border: none;
      border-bottom: 1px solid grey;
      padding-left: 8px;
      font-size: 18px;
      cursor: pointer;
    }
  
    .show-con {
      width: 100%;
      height: 450px;
      display: grid;
      align-items: center;
      align-content: center;
      
    }
  
    .sec-three-dept .show-con h3 {
      font-size: 23px;
    }
    
    .sec-three-dept .show-con p {
      margin-left: 10px;
      border: 0px solid red;
      color: #fff;
      font-size: 15px;
      margin-top: 20px;
    }
  
    .sec-three-dept .show-con .col-sm img {
      width: auto;
      height: 200px;
    }
    
    .sec-three-dept .show-con .col-sm h1 {
      font-size: 24px;
      margin-left: 10px;
      margin-top: 70px;
      color: #fff;
      border: 0px solid red;
    }
  
    /* >----SECTION_FOuR TAB-----< */
  
    .section_four {
      width: 100%;
      height: 1020px;
      display: block;
      float: left;
      background: #fff;
      border: 0px solid red;
    }
  
    .sec-four {
      height: 500px;
      width: 43.5%;
      float: left;
      margin: 20px;
      border: 0px solid #000;
      font-family: Tahoma;
    }
  
    /* >----SECTION_FIVE TAB-----< */
  
    .section_five {
      width: 100%;
      float: left;
      height: 1100px;
      position: relative;
      top: 10px;
      border: 0px solid greenyellow;
      z-index: 5;
    }
  
    .section_five .tmt-md {
      display: block;
      float: left;
      width: 100%;
      height: 300px;
      border: 0px solid red;
    }
  
    .section_five .tmt-esm h5,
    .tmt-esm p {
      margin-left: -100px;
    }
  
    /* >----FOOTER TAB-----< */
  
    .footer {
      position: absolute;
      top: 900px;
      overflow: hidden;
      width: calc(100% + 150px);
      height: 550px;
      right: 0px;
      padding: 80px;
      border: 0px solid red;
      background-color: #000;
    }
  
    .col-lg {
      width: 85%;
      height: 450px;
      margin-left: 210px;
      border: 0px solid blue;
    }
  
    .col-md {
      display: block;
      float: left;
      width: 50%;
      height: 280px;
      margin-top: 0px;
      border: 0px solid green;
    }
  }
  