::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: rgba(135, 150, 165, .1);
  }
  ::-webkit-scrollbar-thumb {
    border-radius: 8px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background: #333 linear-gradient(45deg, #333, #333);
  }
  ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    border-radius: 8px;
    background-color: rgba(135, 150, 165, .1);
  }
  .header-area.sticky .logo img, .footer-logo img {
      filter: brightness(0) invert(1);
  }
  .header-area.sticky .main-menu ul li > a {
    color: #ccc;
  }
  .header-area.sticky .main-menu ul li:hover > a {
    color: #fd914f;
  }
  .industries-icon {
    font-size: inherit !important;
  }
  .industries-icon img {
    width: 100%;
  }
  .mservices:hover img {
    filter: brightness(0) invert(1);
  }
  .grecaptcha-badge {
    display: none !important;
  }
  hr {
    background: #c3c3c3;
  }
  .footer-menu-2 li:before {
    content: "\f105";
    font-family: "Font Awesome 5 pro";
    top: auto;
    left: auto;
    color: #fd914f;
    position: absolute;
    font-size: 16px;
    margin-left: -15px;
  }
  .sidebar__contact {
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 10px;
    padding-top: 20px;
    background: #f9f9f9;
  }
  .tportfolio__img img {
    height: 380px;
    object-fit: cover;
  }
  .fact-contant {
    text-align: left;
    margin: 0;
    padding: 0;
  }
  .fact-contant h2 {
    margin: 0;
    font-size: 50px;
  }
  .fact-contant h4 {
    margin: 0;
    line-height: inherit;
  }
  .widget-btn a.tp-btn {
    font-size: 24px;
    line-height: normal;
    height: auto;
    padding: 12px 0 8px;
    color: #fff;
  }
  .application-main h3 {
    margin-bottom: 0;
  }
  .application-main .tportfolio__text {
    padding: 18px 15px 14px;
    transition: none !important;
    bottom: 0;
    opacity: 1;
    visibility: visible;
    background: rgb(255 255 255 / 85%);
    border-radius: 5px;
  }
  .text-block {
    padding: 50px;
    background: #f9f9f9;
    z-index: 9;
    position: relative;
  }
  .text-block h3 {
    font-size: 34px;
    margin-bottom: 20px;
    border-bottom: 1px solid #efefef;
    padding-bottom: 15px;
  }
  .text-block p:last-child {
    margin-bottom: 0;
  }
  .common-img img {
    width: 100%;
    outline: 1px solid rgb(249 249 249 / 30%);
    outline-offset: -8px;
  }
  .brand-area {
    background: #f9f9f9;
  }
  .contact-section {
    background: #e9e9e9;
  }
  .contact-form {
    padding: 35px;
    border: 3px solid #f2f2f2;
  }
  
  .home-header .logo img {
      filter: inherit;
  }
  @-webkit-keyframes spinnerRotate {
    from {
      -webkit-transform: rotate(0)
    }
    to {
      -webkit-transform: rotate(360deg)
    }
  }
  @-moz-keyframes spinnerRotate {
    from {
      -moz-transform: rotate(0)
    }
    to {
      -moz-transform: rotate(360deg)
    }
  }
  @-ms-keyframes spinnerRotate {
    from {
      -ms-transform: rotate(0)
    }
    to {
      -ms-transform: rotate(360deg)
    }
  }
  #form_process {
    -webkit-animation-name: spinnerRotate;
    -webkit-animation-duration: 1.1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spinnerRotate;
    -moz-animation-duration: 1.1s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spinnerRotate;
    -ms-animation-duration: 1.1s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    display: inline-block;
    margin-left: 10px;
    position: relative;
    visibility: hidden
  }
  #error_data {
    color: red;
    line-height: normal;
  }
  .alert {
    margin-bottom: 0px;
  }
  .file-wrapper {
    overflow: hidden;
    background: #f5f5f5;
    position: relative;
    border: 0px solid #ddd;
    cursor: pointer;
  }
  .file-wrapper input {
    left: 0;
    opacity: .01;
    cursor: pointer;
    position: absolute;
    -moz-opacity: .01;
    filter: alpha(opacity=1)
  }
  .file-wrapper .file-button {
    color: #fff;
    float: left;
    cursor: pointer;
    padding: 15px;
    background: #adadad;
    display: inline-block;
  }
  .file-holder {
    top: 15px;
    padding-left: 15px;
    position: absolute;
    left: auto;
  }
  .file-button i {
    margin-right: 8px;
  }
  .plan-content strong {
    font-weight: normal;
    color: black;
  }
  .slider-before-none:before {
    display: none;
  }
  .product-details-content h3 {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .product-details-content h4 {
    margin-bottom: 15px;
    color: #686777;
  }
  .product-details-content hr {
    margin: 30px 0;
  }
  .product-details-content p {
    margin-bottom: 15px;
  }
  .product-details-content .plan-content li {
    display: inline-block;
    margin-right: 0.5%;
    width: 49%;
  }
  .table-spec tr:nth-child(even) {
    background: #f2f2f2;
  }
  .table-spec td, .table-spec th {
    padding: 10px;
    border: 1px solid #ebebeb;
  }
  .table-spec th {
    background: #d5d5d5;
    padding: 15px 10px 10px;
  }
  .table-spec h5 {
    font-size: 20px;
    margin: 0;
  }
  .table-spec p {
    margin: 0;
    line-height: 23px;
  }
  .product-inquiry-title {
    font-size: 26px;
    text-align: center;
    margin-bottom: 20px;
  }
  .flag {
    column-count: 3;
    gap: 20px;
    grid-template-columns: repeat(3, 1fr);
    display: grid;
    margin-top: 50px;
  }
  .flag li {
    border: 1px solid #f4f4f4;
  }
  .flag img {
    width: 90px;
    padding: 15px;
    border-right: 1px solid #f4f4f4;
    margin-right: 15px;
    height: 65px;
    object-fit: contain;
  }
  .tpteam__text p {
    line-height: 22px;
    margin-bottom: 0px;
  }
  .current-opening-table {
    text-align: center;
  }
  .current-opening-table tr:nth-child(odd) {
    background: #f9f9f9;
  }
  .current-opening-table th {
    padding: 15px 15px 10px;
    border: 1px solid #f2f2f2;
    background: #333;
  }
  .current-opening-table td {
    padding: 15px 15px 15px;
    border: 1px solid #f2f2f2;
    text-align: center;
  }
  .current-opening-table h5 {
    font-weight: 300;
    color: #fff;
    font-size: 22px;
    margin: 0;
    line-height: normal;
    padding: 0;
  }
  .apply-now-btn {
    background: #fd914f;
    color: #fff;
    padding: 10px;
    line-height: normal;
    text-transform: uppercase;
  }
  .applying-title {
    font-size: 26px;
    margin-bottom: 20px;
    text-align: center;
  }
  .accordion-body ul {
    margin-left: 18px;
    margin-top: 15px;
  }
  .accordion-body li {
    color: #a0a2a6;
    list-style: circle;
  }
  .all-products-section {
      background: #f9f9f9;
      padding: 80px 0;
  }
  .all-products-section .tportfolio__text {
      visibility: visible;
      opacity: 1;
      bottom: 0;
      margin: 10px;
      padding: 18px 15px 14px;
      border-radius: 5px;
  }
  .all-products-section .tportfolio__img img {
      height: auto;    
  }
  .all-products-section .tportfolio-title{
      margin-bottom: 0px;
  }
  .all-products-section .portfolio-plus {
      right: 15px;    
  }
  .chairman-sub-title {
      font-size: 20px;
      color: #707070;
  }
  .pdf-icon {
      width: 35px;
  }
  .group-of-comp-area {
      background: #f9f9f9;
  }
  .group-of-comp-info {
      margin-bottom: 30px;
      min-height: 150px;
      background: #fff;
      border-radius: 15px;
  }
  .group-of-comp-info .single-contact-info {
      border: 0;
      padding: 20px;
      align-items: flex-start !important;
  }
  .group-of-comp-info .contact-info-icon i {
      height: 50px;
      width: 50px;
      background: #F5F5F5;
      line-height: 50px;
      text-align: center;
      border-radius: 50%;
      font-size: 20px;
      color: #fd914f;
  }
  .group-of-comp-info h5 {
      line-height: 21px;
      letter-spacing: 0;
      color: #686777;	
      font-size: 15px;
  }
  .group-of-comp-info .contact-info-text span {
      font-size: 15px;
      text-transform: uppercase;
      letter-spacing: 0.3px;
      color: #111;
  }
  @media (min-width: 1023px) {
    .desktop-none {
      display: none !important;
    }
    .product-sub-menu li {
      display: inline-block !important;
      width: 49.5%;
    }
    .product-sub-menu {
      min-width: 420px !important;
    }
    .product-sub-menu:after {
      content: "";
      width: 1px;
      background: #efefef;
      position: absolute;
      top: 0;
      height: 100%;
      left: 50%;
    }
  }
  @media (min-width: 1025px) {
    ul.col-footer-product li {
      width: 100%;
    }
  }
  @media (max-width: 1025px) {
    .loading-icon img {
      max-width: 250px;
    }
    .loading-icon .loading-logo {
      width: 50px;
      height: 50px;
    }
    .logo img {
      max-width: 150px;
    }
    .slider-title {
      font-size: 60px
    }
    .project-big-thumb {
      margin-bottom: 35px;
    }
    .text-block {
      padding: 30px;
    }
    .footer-menu-2 ul li {
      width: 100%;
    }
  }
  @media (min-width: 1023px) and (max-width: 1399px) {
    .header-area {
      padding-left: 15px;
      padding-right: 15px;
    }
    .logo img {
      width: 190px;
    }
    .main-menu ul li {
      padding: 20px 0px;
      margin: 0 4px;
    }
    .tp-btn {
      padding-left: 25px;
      padding-right: 25px;
    }
  }
  @media (min-width: 767px) and (max-width: 1023px) {
    .single-couter {
      border-bottom: 1px solid rgb(240 240 240 / 10%);
      padding: 30px 20px;
    }
    .flag {
      column-count: 2;
      grid-template-columns: repeat(2, 1fr);
    }
      ul.col-footer-product {
      width: 100%;
  }
  }
  @media (max-width: 1023px) {
    .header-area {
      background: #222;
      position: relative;
    }
    .page__title-content {
      margin-top: 0;
    }
    .slider-list {
      padding-top: 0;
    }
    .header-area:after {
      background: #111;
      content: "";
      position: absolute;
      right: 0;
      height: 100%;
      width: 64px;
      top: 0;
      z-index: -1;
    }
    .ml-m-100 {
      margin-left: 0;
    }
    .ab-since {
      bottom: auto;
      top: -35px;
    }
    .single-contact-info:last-child {
      margin-bottom: 30px;
    }
    .contact-info {
      margin-right: 0;
    }
  }
  @media (max-width: 767px) {
      .home-page-slider .sp-arrow {
      top: 32px;
  }
    .group-of-comp-info {
      min-height: auto;    
  }	
    .single-couter {
      border-bottom: 1px solid rgb(240 240 240 / 10%);
      border-left: 0;
      padding: 15px 10px;
    }
    .counter-wraper .col-lg-3:last-child .single-couter {
      border-right: 0px !important;
    }
    .main-services {
      padding: 70px 0;
    }
    .portfolio-area, .latest-news-area, .project-details-area, .contact-area, .faq-content, .team-area {
      padding: 60px 0;
    }
    .accordion .accordion-item:last-child {
      margin-bottom: 0px;
    }
    .footer-top {
      padding-top: 40px;
      padding-bottom: 0px;
    }
    .about-area {
      padding-bottom: 60px;
    }
    .footer-text p {
      margin-bottom: 10px;
    }
    .footer-menu-2 ul li {
      width: 50%;
      margin-bottom: 1px;
    }
    ul.col-footer-product {
      width: 50%;
    }
    ul.col-footer-product li {
      width: 100%;
    }
    .footer-text p, .footer-menu-2 a {
      font-size: 13px;
      line-height: 23px;
    }
    .footer-social {
      display: flex;
      justify-content: center;
      margin-top: 10px;
    }
    .product-details-content .plan-content li {
      width: 100%;
      margin-right: 0px;
    }
    .home-services .row .col-xl-3.col-lg-3.col-md-4.col-sm-6 {
      width: 50%;
      margin-bottom: 0px;
      padding: 5px;
    }
    .home-services .mservices {
      padding: 20px 5px;
    }
    .home-services .mservices .ms-title {
      font-size: 20px;
      font-weight: 300;
    }
    .project-big-thumb img {
      height: 320px;
      object-fit: cover;
    }
    .flag {
      column-count: 1;
      gap: 10px;
      grid-template-columns: repeat(1, 1fr);
    }
  }
  
  .page__title-content h1 {
      text-transform: uppercase;
      font-size: 56px;
      margin-bottom: 0px;
      color: #ffffff;
      font-weight: 500;
  }