/*!
Theme Name: Buckeye-Corrugated
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4g
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: buckeye-corrugated
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Buckeye-Corrugated is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

@import url("https://fonts.googleapis.com/css2?family=Fira+Sans+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&amp;family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");

body,
html {
  overflow-x: hidden;
}

body,
html {
  width: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  font-weight: 400;
  font-style: normal;
  color: #303030;
  font-size: 16px;
  line-height: 1.5;
  background-color: #fff;
}

b,
strong, .blog-page-sec .blog-right ol li:has(strong)::marker {
  font-weight: 700 !important;
}

p {
  margin: 0 0 30px 0;
}

p:last-child {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px 0;
  padding: 0;
  color: #000;
  font-family: "Fira Sans Condensed", sans-serif;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}

/*font size*/

h1 {
  font-weight: 600;
  font-size: 70px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #ffffff;
}

h2, .blog-page-sec .blog-right ol li:has(h2)::marker {
  line-height: 1.1;
  font-weight: 600;
  font-size: 48px;
  text-transform: uppercase;
  color: #242216;
}

h3, .blog-page-sec .blog-right ol li:has(h3)::marker {
  font-weight: 300;
  font-size: 32px;
  line-height: 1.2;
}

h4, .blog-page-sec .blog-right ol li:has(h4)::marker {
  font-size: 24px;
  line-height: 1.5;
  font-weight: 500;
  text-transform: uppercase;
  color: #242216;
}

h5, .blog-page-sec .blog-right ol li:has(h5)::marker {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}

h6, .blog-page-sec .blog-right ol li:has(h6)::marker {
  font-size: 18px;
  font-weight: 400;
}

/* gapping*/
.cmn-gap {
  padding: 100px 0;
}

/* button */

.btn,
input[type="submit"],
input[type="button"] {
  font-size: 18px;
  font-weight: 500;
  font-family: "Fira Sans Condensed", sans-serif;
  display: inline-block;
  color: #fff;
  background: #f26721;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  text-transform: capitalize;
  padding: 15px 30px;
  border: 1px solid transparent;
  border-radius: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  line-height: 1.2;
  position: relative;
  min-width: 184px;
  text-align: center;
  text-decoration: none !important;
}

.btn:hover,
input[type="button"]:hover {
  color: #f26721;
  border-color: #f26721;
  background-color: transparent;
  text-decoration: none !important;
}

.btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

a {
  margin: 0;
  padding: 0;
  text-decoration: none !important;
  outline: none !important;
  /* color: #000; */
  color: #f26721;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
}

a:hover {
  /* color: #F26721; */
  color: #f26721;
  text-decoration: underline !important;
}

img {
  max-width: 100%;
}

/*input type*/
input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
select {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  color: rgba(0, 0, 0, 0.5);
  height: 50px;
  padding: 0;
  outline: none !important;
  background: #fff;
  border: 1px solid rgba(36, 34, 22, 0.16);
  border-radius: 0px;
  font-size: 15px;
  font-weight: 400;
  padding: 0 20px;
}

textarea {
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0px;
  border: 1px solid rgba(36, 34, 22, 0.16);
  width: 100%;
  color: rgba(0, 0, 0, 0.5);
  height: 153px;
  outline: none !important;
  font-size: 15px;
  font-weight: 400;
  padding: 15px 20px;
  resize: none;
}

select {
  border-radius: 0px;
  border: 1px solid rgba(36, 34, 22, 0.16);
  width: 100%;
  padding: 0px 20px;
  background: url(../down-arow.html) no-repeat calc(100% - 16px) center #fff;
  background-size: 14px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  color: rgba(0, 0, 0, 0.5);
  font-size: 15px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.form-select {
  border-radius: 0px;
  border: 1px solid transparent;
  padding: 0px 20px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 15px;
}

select::-ms-expand {
  display: none;
}

input[type="submit"] {
  display: inline-block;
  border: 1px solid transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

input[type="submit"]:hover {
  color: #f26721;
  border-color: #f26721;
  background-color: transparent;
}

input:focus,
select:focus,
textarea:focus,
.form-select:focus {
  border: 1px solid #f7971c;
}

::-webkit-input-placeholder {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}

:-ms-input-placeholder {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}

::-moz-placeholder {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}

:-moz-placeholder {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}

/*end*/

/* images alignment for wordpress content pages */
.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  float: none;
  clear: both;
}

/* custom checkbox */
.form_input_check label {
  position: relative;
  margin: 0;
  padding-left: 30px;
  padding-right: 15px;
  display: inline-block;
}

.form_input_check label span {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  color: #303030;
  line-height: 15px;
}

.form_input_check label input[type="checkbox"] {
  visibility: hidden;
  display: none;
}

.form_input_check label input[type="checkbox"]+span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 15px;
  height: 15px;
  background: #f8f8f8;
  border: 1px solid #d9d9d9;
  border-radius: 1px;
}

.form_input_check label input[type="checkbox"]+span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 15px;
  height: 15px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: url(../svg/tick.svg) no-repeat center center;
  background-size: 10px;
}

.form_input_check label input[type="checkbox"]:not(:checked)+span::after {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.form_input_check input[type="checkbox"]:checked+span::before {
  border-color: #f26721;
}

.form_input_check label input[type="checkbox"]:checked+span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* custom radio */

.form_input_radio label {
  position: relative;
  margin: 0;
  padding-left: 20px;
  display: inline-block;
}

.form_input_radio label span {
  margin: 0;
  padding: 0;
  font-size: 15px;
  color: #000000;
  font-weight: 400;
  text-transform: capitalize;
  list-style: 1;
}

.form_input_radio label input[type="radio"] {
  visibility: hidden;
  display: none;
}

.form_input_radio label input[type="radio"]+span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 14px;
  height: 14px;
  border: 1px solid #b9b9b9;
  border-radius: 100%;
  background: #fff;
}

.form_input_radio label input[type="radio"]+span::after {
  content: "";
  width: 8px;
  height: 8px;
  background: #f26721;
  position: absolute;
  top: 7px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.form_input_radio label input[type="radio"]:not(:checked)+span::after {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

/* .form_input_radio input[type="radio"]:checked + span::before {
      
    } */

.form_input_radio label input[type="radio"]:checked+span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/* custom radio end */

/* back to top */

#scroll {
  position: fixed;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  width: 55px;
  height: 55px;
  background-color: #bdd653;
  display: none;
  border-radius: 100%;
  line-height: 68px;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  z-index: 9;
}

#scroll:hover {
  background: #88a725;
}

#scroll i {
  color: #fff;
  font-size: 44px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

#scroll:hover i {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  transform: translateY(-6px);
}

/* navbar*/

.navbar-brand {
  padding: 0;
  margin: 0;
  width: 170px;
  display: inline-block;
}

.navbar {
  background: none;
  margin: 0;
  padding: 0;
  min-height: inherit;
  height: inherit;
  border: none;
  border-radius: 0;
}

.navbar-nav li {
  position: relative;
  list-style: none;
}

.navbar-nav>li {
  margin: 0 20px;
  padding: 0px 0;
  position: relative;
}

.navbar-nav>li:last-child {
  margin-right: 0;
}

.navbar-nav>li:first-child {
  margin-left: 0;
}

.navbar-nav>li>a {
  position: relative;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #242216;
  font-family: "Fira Sans Condensed", sans-serif;
  padding: 4px 15px;
  text-decoration: none !important;
}

.navbar-nav>li.current-menu-parent>a,
.navbar-nav>li.current-menu-item>a,
.navbar-nav>li>a:hover,
.navbar-nav>li.menu-item-has-children:hover>a {
  color: #b91e32;
  background-color: rgba(185, 30, 50, 0.1);
}

/* navbar submenu*/

.sub-menu {
  background: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  /*border: 1px solid rgba(0, 0, 0, 0.15);*/
  border-radius: 0;
  width: 240px;
  padding: 0;
  box-shadow: 0 0 2px -1px #ccc;
}

.sub-menu>li>a {
  color: #000;
  display: block;
  width: 100%;
  padding: 12px 15px;
  /*font-size: 18px;*/
  /*font-weight: 500;*/
  line-height: 1.2;
  text-decoration: none !important;
}

.sub-menu>li {
  width: 100%;
  display: block;
}

.sub-menu>li>a:hover,
.sub-menu>li.menu-item-has-children:hover>a,
.sub-menu>li.current-menu-item>a {
  background: #f26721;
  color: #fff;
}

.navbar-nav>li:last-child>.sub-menu {
  right: 0;
  left: inherit;
  padding: 0;
}

/* 2nd level submenu */
.navbar-nav>li>.sub-menu .sub-menu {
  position: absolute;
  left: 100%;
  top: 0;
}

/* for push-menu */
.navbar-collapse .navbar-toggler {
  display: none;
}

#navoverlay {
  display: block;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  margin: 0;
  padding: 0 !important;
  z-index: 99;
  -webkit-transition: background-color 0.5s linear;
  -o-transition: background-color 0.5s linear;
  transition: background-color 0.5s linear;
}

/* for push-menu end*/

/* ======body css start====== */

.main-head {
  padding: 0px 0;
  width: 100%;
  position: relative;
}

.header-top-itm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 46px;
}

.header-top {
  background: rgb(255, 249, 242);
}

.header-top-itm a {
  font-weight: 400;
  font-size: 18px;
  color: #242216;
  margin-left: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  text-decoration: none !important;
}

.header-top-itm a span {
  color: #b91e32;
  margin-right: 5px;
}

.header-top-itm a:first-child {
  margin-left: 0;
}

.btn.hdr-btn {
  min-width: unset;
  height: 100%;
  padding: 10px 32px;
  color: #fff;
}

.header-top-itm a:hover {
  color: #b91e32;
}

.header-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 17px 0;
}

/*search-bar*/
.search-modal {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: -100%;
  z-index: 99;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  padding: 38px 15px;
  background-color: #323e4e;
}

.search-modal.open {
  display: block;
  top: 0px;
  opacity: 1;
}

.search-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 7px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  border-radius: 100px;
}

.cross-btn {
  font-size: 28px;
  display: inline-block;
  padding: 17px 20px;
  background-color: #f26721;
  border-radius: 100%;
  color: #fff;
  margin-left: 10px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.search-bar input[type="text"] {
  width: 100%;
  height: 54px;
  padding: 0 20px;
  border: 0;
  color: #000;
  border-radius: 100px;
}

.search-bar input[type="text"]::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}

.search-bar input[type="text"]::-moz-placeholder {
  color: #000;
  opacity: 1;
}

.search-bar input[type="text"]:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}

.search-bar input[type="text"]::-ms-input-placeholder {
  color: #000;
  opacity: 1;
}

.search-bar input[type="text"]::placeholder {
  color: #000;
  opacity: 1;
}

.search-bar input[type="submit"] {
  height: 54px;
  padding: 0 20px;
  border-radius: 100px;
  border: 1px solid transparent;
  margin-left: 10px;
}

.search-bar input[type="submit"]:hover {
  color: #f26721;
  border-color: #f26721;
  background-color: transparent;
}

/**/
.logo {
  width: 309px;
}

.head-call {
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.03em;
  color: #242216;
  font-family: "Fira Sans Condensed", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none !important;
}

.head-call:hover {
  text-decoration: none !important;
}

.head-call b {
  font-weight: 600 !important;
  margin-left: 5px;
}

.head-call span {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background: #f7971c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 6px solid rgb(255, 249, 242);
  margin-right: 7px;
}

.navigation {
  margin-right: 40px;
  margin-left: auto;
}

.banner {
  min-height: 820px;
  background: #b91e32;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.bnr-img {
  width: 60%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.bci {
  position: absolute;
  left: -17px;
  bottom: -70px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 23vw;
  text-transform: uppercase;
  color: #ffffff;
  mix-blend-mode: soft-light;
  line-height: 1;
}

.bnr-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.bnr-content {
  max-width: 678px;
  position: relative;
}

.bnr-content h5 {
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-style: italic;
  color: #fff;
  margin-bottom: 10px;
}

.bnr-content h5 span {
  color: #febf0e;
}

.bnr-content .parg {
  max-width: 540px;
  margin-bottom: 40px;
}

.bnr-content .parg p {
  color: #fff;
  /*text-transform: capitalize;*/
  font-weight: 500;
}

.bnr-line {
  position: absolute;
  right: 0;
  top: 10px;
  width: 87%;
  height: 100%;
}

.wlcm {
  font-family: "Roboto Condensed";
  font-weight: 700;
  font-size: 18vh;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #ffffff;
  mix-blend-mode: soft-light;
  opacity: 0.2;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
  left: -17px;
  top: -10px;
  line-height: 1;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.heading {
  text-align: center;
  margin-bottom: 46px;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

/*.heading p{
    text-transform: capitalize;
}*/
.solutions-box {
  background: #ffffff;
  -webkit-box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.05);
  padding: 21px 30px 35px 30px;
}

.solutions-box h4 a {
  font-weight: 500;
  color: #000000;
}

.solutions-box h4 a:hover {
  color: #f26721;
  text-decoration: none !important;
}

.solutions-box .solutions-icon {
  height: 88px;
  margin-bottom: 10px;
  max-width: 100px;
}

.solutions-box p {
  margin-bottom: 15px;
}

.arrow-btn {
  width: 38px;
  height: 38px;
  background: #f26721;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.arrow-btn:hover {
  background-color: #b91e32;
}

.solutions-sec {
  position: relative;
}

.solutions-sec:after {
  content: "";
  display: block;
  width: 100%;
  height: 80%;
  position: absolute;
  left: 0;
  top: 0;
  background: #fffaf4;
  z-index: -1;
}

.home-about-left .parg {
  max-width: 534px;
  margin-bottom: 30px;
}

.home-about-left .parg h6 {
  font-weight: 500;
  margin-bottom: 30px;
  font-family: "Roboto", sans-serif;
}

.about-imgbox {
  max-width: 540px;
  margin-left: auto;
  position: relative;
}

.about-imgbox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.about-img2 {
  min-width: 540px;
  border: 10px solid #ffff;
  position: absolute;
  bottom: 84px;
  right: 55%;
}

.img-ovarlay-cont {
  position: absolute;
  left: 0;
  bottom: -6px;
  background: #f7971c;
  border: 8px solid #ffffff;
  width: 140px;
  height: 140px;
  text-align: center;
  padding-top: 15px;
}

.img-ovarlay-cont h4 {
  color: #fff;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
}

.img-ovarlay-cont h2 {
  font-weight: 700;
  font-size: 72px;
  color: #fff;
  margin: 0;
  line-height: 0.7;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
}

.img-ovarlay-cont h4 span {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0em;
}

.project-slider-box {
  background: #ffffff;
  border: 1px solid rgba(36, 34, 22, 0.16);
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
}

.proj-slider-img {
  width: 100%;
  padding: 10px;
}

.proj-slider-img img {
  width: 100%;
  height: 100%;

  object-fit: contain;
}

.project-slider-box .con {
  position: relative;
  padding: 27px 30px 51px 30px;
}

.container_full_Lt {
  max-width: 100%;
  padding-left: calc((100% - 1426px + 30px) / 2);
}

.project-slider-box .con h4 {
  line-height: 1.2;
  margin-bottom: 10px;
}

.project-slider-box .con:after {
  content: "";
  display: block;
  width: 60%;
  height: 6px;
  background: #f7971c;
  position: absolute;
  left: 0;
  top: 0;
}

.project-slider-box .con .arrow-btn {
  position: absolute;
  bottom: 0;
  right: 0;
}

.project-slider-box .con p {
  margin: 0;
}

.project-slider .slick-list {
  margin: -15px -15px;
}

.project-slider {
  margin-right: -150px;
}

.project-right {
  padding-left: 100px;
}

.project-slider .slick-slide {
  padding: 15px;
}

.slick-arrow,
.slick-arrow:before {
  width: 45px;
  height: 45px;
  border-radius: 100%;
  z-index: 7;
  opacity: 1;
}

.slick-arrow:before {
  content: "";
  display: block;
  background-color: #fff;
  background: url(../svg/left-arrow.svg) center center no-repeat #fff;
  background-size: 13px;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.11);
}

.slick-arrow:hover::before {
  border-color: #f26721;
}

.project-slider .slick-prev {
  left: -20px;
  top: 43%;
}

.project-slider .slick-next {
  left: -20px;
  top: 52%;
}

.slick-next:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.project-sec {
  position: relative;
  background: #fffaf4;
  z-index: 1;
  margin-bottom: 70px;
}

.project-slider-outer {
  margin-bottom: -80px;
}

.project-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.2;
  z-index: -1;
}

.project-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.leadership-row {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.leadership-box {
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.08);
}

.leadership-img {
  width: 100%;
  height: 185px;
  position: relative;
}

.leadership-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.leadership-img-ovarlay {
  position: absolute;
  left: 0;
  top: 0;
  background: #b91e32;
  min-width: 100px;
  text-align: center;
  padding: 3px 5px;
  text-transform: capitalize;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
}

.leadership-details {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 12px 30px;
  border-bottom: 1px solid rgba(36, 34, 22, 0.1);
}

.leadership-details li:not(:last-child) {
  padding-right: 20px;
}

.leadership-details li img {
  margin-right: 5px;
  margin-top: -4px;
}

.leadership-details li {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
  color: #000000;
}

.leadership-details li span {
  color: #f26721;
}

.leadership-con {
  padding: 25px 60px 37px 30px;
  position: relative;
}

.leadership-con h5 {
  text-transform: uppercase;
  margin-bottom: 10px;
}

.leadership-con .arrow-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 49px;
  height: 49px;
}

.leadership-con p {
  margin: 0;
  font-size: 15px;
}

.btn-outer {
  text-align: center;
  margin-top: 60px;
}

.latest-proj-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 90px;
}

.latest-proj-top h2,
.latest-proj-top p {
  color: #fff;
}

.latest-proj-top .latest-proj-col:first-child {
  width: 46%;
}

.latest-proj-top .latest-proj-col:nth-child(2) {
  width: 40%;
}

.latest-proj-top .latest-proj-col:not(:last-child) {
  padding-right: 50px;
}

.latest-proj-sec {
  position: relative;
  z-index: 1;
}

.latest-proj-sec::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #b91e32;
  mix-blend-mode: normal;
  opacity: 0.85;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.latest-proj-slider a {
  display: block;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 500px;
}

.latest-proj-slider a img {
  /*width: 100%;*/
  max-height: 500px;
  object-fit: contain;
}

.latest-proj-slider .slick-slide {
  padding: 0 9px;
}

.latest-proj-slider .slick-prev {
  left: 7.5%;
}

.latest-proj-slider .slick-next {
  right: 7.5%;
}

.review-slider-box {
  background: #fffff7;
  -webkit-box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.05);
  padding: 74px 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.review-hero {
  width: 185px;
  border: 5px solid #ffffff;
  margin-right: 60px;
}

.review-info {
  width: calc(100% - 245px);
}

.review-info p {
  font-style: italic;
  font-weight: 400;
  font-size: 18px;
  /*text-transform: capitalize;*/
  color: #303030;
}

.review-hero-name h5 {
  text-transform: uppercase;
  color: #b91e32;
  margin-bottom: 5px;
  font-family: "Fira Sans", sans-serif;
}

.review-hero-name h6 {
  font-family: "Roboto", sans-serif;
}

.review-slider .slick-slide {
  padding: 25px;
}

.review-slider {
  margin: 0 -25px;
  margin-top: -215px;
}

.review-slider .slick-arrow,
.review-slider .slick-arrow::before {
  width: 54px;
  height: 54px;
  border-radius: 0;
  background: #f26721;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.review-slider .slick-arrow::before {
  background: url(../svg/left-arrow-fff.svg) center center no-repeat #f26721;
  background-color: #f26721;
}

.review-slider .slick-arrow:hover {
  opacity: 0.8;
}

.review-slider .slick-prev {
  left: -5px;
}

.review-slider .slick-next {
  right: -5px;
}

.review-sec {
  position: relative;
}

.review-sec-bg {
  width: 100%;
  height: 100%;
}

.review-sec-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.review-sec .btn-outer {
  margin-top: 35px;
}

.ftr-area1 {
  background: #15140c;
  padding: 130px 0;
}

.ftr-logo {
  max-width: 281px;
  margin-bottom: 24px;
}

.ftr-area1 p,
.ftr-area1 ul li a {
  color: #fffff7;
  text-decoration: none !important;
  /*text-transform: capitalize;*/
}

.ftr-area1-left-outer {
  max-width: 350px;
}

.social-link {
  list-style-type: none;
  padding: 20px 0 0 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.social-link li:not(:last-child) {
  margin-right: 25px;
}

.social-link li a {
  font-size: 24px;
}

.social-link li a:hover,
.ftr-right-col ul li a:hover,
.ftr-area2 p a:hover,
.ftr-right-col ul li.current-menu-item a {
  color: #f26721;
}

.ftr-right-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -15px;
}

.ftr-right-col {
  width: calc(100% / 4);
  padding: 0 15px;
}

.ftr-right-col h5 {
  position: relative;
  text-transform: capitalize;
  color: #ffffff;
  padding-bottom: 7px;
  margin-bottom: 20px;
  font-family: "Fira Sans", sans-serif;
}

.ftr-right-col h5:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #f7971c;
  width: 27px;
  height: 1px;
}

.ftr-right-col ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.ftr-right-col ul li:not(:last-child) {
  margin-bottom: 10px;
}

.footer {
  border-top: 6px solid #f7971c;
}

.ftr-area2 {
  padding: 30px 0;
  background: #0d0c07;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 247, 0.2);
}

.ftr-area2 p,
.ftr-area2 p a {
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.1em;
  text-transform: capitalize;
  color: #ffffff;
  font-family: "Fira Sans", sans-serif;
}

.search-btn span {
  margin-top: -4px;
}

/*solutions*/
.inr-banner {
  position: relative;
  background: #b91e32;
  min-height: 530px;
  padding: 160px 0 115px 0;
}

.inr-bnr-img {
  width: 46%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.inr-bnr-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/*.inr-bnr-content {
  text-align: right;
  position: relative;
}*/

.inr-bnr-content {
  text-align: right;
  position: relative;
  padding-left: 30px;
}

.inr-bnr-content h5 {
  font-family: "Roboto Condensed";
  font-style: italic;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ffffff;
  padding-left: 25px;
  display: inline-block;
  background: #b91e32;
  position: relative;
  z-index: 1;
  font-weight: 500;
}

.inr-bnr-line {
  position: absolute;
  top: 8px;
  height: calc(100% + 40px);
  width: 83%;
  right: 17%;
}

.inr-bnr-line img {
  width: 100%;
  height: 100%;
}

.solution-img-box {
  text-align: right;
  position: relative;
}

.solution-img-box img {
  width: 54%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.solution-img-box-ovarlay {
  position: absolute;
  border: 10px solid #ffffff;
  max-width: 478px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.solution-img-box-ovarlay img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.solution-loop .solution-row:nth-child(even) .solution-left {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.solution-loop .solution-row:nth-child(even) .solution-right {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.solution-loop .solution-row:nth-child(even) .solution-right .solution-img-box {
  text-align: left;
}

.solution-loop .solution-row:nth-child(even) .solution-right .solution-img-box .solution-img-box-ovarlay {
  left: unset;
  right: 0;
}

.solution-loop .solution-row:not(:last-child) {
  margin-bottom: 120px;
}

.indus-pack-bnr .inr-bnr-line {
  left: 70px;
  top: 10px;
  width: 78%;
}

/*indutrial-pack*/
.indus-pack-left h5 {
  margin-bottom: 40px;
  /*text-transform: capitalize;*/
  font-family: "Roboto", sans-serif;
}

.indus-pack-testimonial h3 {
  font-family: "Fira Sans Condensed";
  font-weight: 600;
  font-size: 32px;
  text-transform: uppercase;
  color: #242216;
}

.indus-pack-sliderbox {
  background: #fffff7;
  -webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.05);
  padding: 85px 68px 50px 68px;
  margin-top: 46px;
  text-align: center;
  position: relative;
}

.indus-pack-slider-hero {
  padding: 0 3px;
  width: 101px;
  position: absolute;
  left: 50%;
  top: -46px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.indus-pack-slider-hero:after {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 6px;
  background: #f26721;
  z-index: -1;
}

.indus-pack-sliderbox p {
  color: #303030;
  font-style: italic;
  /*text-transform: capitalize;*/
  margin-bottom: 20px;
}

.indus-pack-slider-hero-name h6 {
  text-transform: uppercase;
  color: #b91e32;
  font-weight: 500;
  margin-bottom: 5px;
  font-family: "Fira Sans", sans-serif;
}

.indus-pack-slider-hero-name p {
  font-weight: 400;
  font-style: normal;
  margin: 0;
}

.indus-pack-slider .slick-slide {
  padding: 20px;
}

.indus-pack-slider {
  margin: 0 -20px;
}

.indus-pack-slider .slick-arrow,
.indus-pack-slider .slick-arrow::before {
  width: 40px;
  height: 40px;
  top: unset;
  bottom: -20px;
}

.indus-pack-slider .slick-arrow::before {
  background-color: #f26721;
  background: url(../svg/left-arrow-fff.svg) center center no-repeat #f26721;
  background-size: 16px;
}

.indus-pack-slider .slick-arrow:hover::before {
  background-color: #b91e32;
}

.indus-pack-slider .slick-prev {
  left: calc(50% - 45px);
}

.indus-pack-slider .slick-next {
  right: calc(50% - 45px);
}

.indus-pack-right p {
  /*text-transform: capitalize;*/
  line-height: 1.7;
}

.indus-pack-right p:not(:last-child) {
  margin-bottom: 36px;
}

/*.project-left p{
    text-transform: capitalize;
}*/

.gallary-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 488px;
}

.gallary-wrapper .gallary-col {
  width: 21%;
  height: 100%;
}

.gallary-wrapper .gallary-col-mdl {
  width: 58%;
  height: 50%;
}

.gallary-mdl-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 244px;
}

.gallary-wrapper .gallary-col img,
.gallary-wrapper .gallary-col-mdl img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/*gallery*/
.glry-bnr .inr-bnr-line {
  width: 55%;
}

.gallery-loop-itm a {
  border: 1px solid #f7971c;
  padding: 2px;
}

.service_post-template-default .gallery-loop-itm a {
  border: none;
}

.gallery-loop-sec .gallery-loop-itm:nth-child(odd) {
  background: rgba(247, 151, 28, 0.06);
}

.img-w-h a img {
  width: 100%;
  height: 100%;
}

.gallary-wrapper a {
  width: 100%;
  height: 100%;
}

/*insights*/
.insights-bnr .inr-bnr-line {
  width: 69%;
}

.insights-sec .heading {
  text-align: left;
  max-width: none;
  margin-bottom: 32px;
}

.insights-sec .heading h2 {
  margin-bottom: 0;
}

.insights-col .arrow-btn {
  width: 53px;
  height: 53px;
}

.insights-col .arrow-btn img {
  width: 21px;
}

.insights-col .leadership-con {
  padding: 25px 60px 37px 30px;
}

.pagination-cmn {
  margin-top: 60px;
}

.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
  border-radius: 0;
}

.pagination {
  margin: 0;
}

.pagination .page-link {
  position: relative;
  display: block;
  color: #303030;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  text-decoration: none;
  background-color: #fff;
  border: 0;
  font-size: 20px;
  font-weight: 400;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  padding: 0;
}

.pagination .page-item:not(:last-child) .page-link {
  padding-right: 20px;
}

.pagination .page-link:hover {
  color: #f26721;
}

/*blog*/
.blog-bnr .inr-bnr-line {
  width: 75%;
}

.blog-right p {
  /*text-transform: capitalize;*/
  line-height: 1.6;
}

.blog-right p:not(:last-child) {
  margin-bottom: 36px;
}

.blog-left .leadership-details {
  margin: 0;
  padding: 0;
  border-bottom: 0;
}

.leadership-con a:hover h5 {
  color: #f26721;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-outer .btn {
  min-width: 218px;
}

/*resources*/
.resources-top-head-right {
  text-align: right;
}

.resources-top-head-right .btn {
  min-width: 218px;
}

.resources-top-head {
  margin-bottom: 67px;
}

.resources-sec1-outer {
  margin-right: -60px;
}

.res-box-slider .slick-slide {
  padding: 18px;
}

.res-box-slider .slick-list {
  margin: -18px;
}

.res-box-slider .leadership-details li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.res-box-slider .leadership-details li img {
  margin-top: 0;
}

.res-box-slider .leadership-details li span {
  margin-left: 4px;
}

.leadership-con .arrow-btn img {
  width: 19px;
}

.resources-sec {
  overflow-x: hidden;
}

.video-sec .heading {
  max-width: 573px;
}

.video-box {
  position: relative;
  height: 293px;
}

.video-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: top center;
}

.video-box .play-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.play-btn {
  padding: 7px;
  border: 1px solid #ffffff;
  width: 84px;
  height: 84px;
}

.play-btn span {
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 28px;
  color: #f26721;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.play-btn:hover {
  padding: 0;
}

.play-btn:hover span {
  background-color: #f26721;
  color: #fff;
}

.video-slider .slick-slide.slick-center {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  z-index: 5;
  position: relative;
}

.video-slider .slick-slide.slick-center .play-btn {
  -webkit-transform: scale(0.8) translate(-50%, -50%);
  -ms-transform: scale(0.8) translate(-50%, -50%);
  transform: scale(0.8) translate(-50%, -50%);
}

.video-slider .slick-slide {
  padding: 50px 50px;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.video-slider .slick-prev {
  left: 28.5%;
}

.video-slider .slick-next {
  right: 28.5%;
}

.video-sec {
  position: relative;
  z-index: 1;
}

.video-sec:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #b91e32;
  mix-blend-mode: normal;
  opacity: 0.85;
  z-index: -1;
}

.video-sec .heading h2,
.video-sec .heading p {
  color: #fff;
}

.video-sec .heading h2 {
  margin-bottom: 25px;
}

.video-sec .heading .btn {
  min-width: 218px;
}

.event-box {
  position: relative;
  background: #ffffff;
  border: 1px solid rgba(36, 34, 22, 0.16);
  -webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);
}

.event-box-img {
  width: 100%;
  position: relative;
}

.event-box-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.event-time {
  background: #febf0e;
  padding: 4px 23px;
  position: absolute;
  right: 0;
  bottom: -6px;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
  color: #000000;
}

.event-time span {
  margin-right: 4px;
}

.event-date {
  background: #b91e32;
  width: 90px;
  height: 90px;
  position: absolute;
  left: 20px;
  top: -30px;
  text-align: center;
  font-family: "Fira Sans Condensed";
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
  z-index: 1;
  padding: 10px;
  line-height: 1;
}

.event-date span {
  font-weight: 600;
  font-size: 48px;
}

.event-box .con h4 {
  margin: 0;
  line-height: 1.2;
}

.event-box .con {
  padding: 27px 60px 21px 30px;
}

.event-box .con .arrow-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 49px;
  height: 49px;
}

.event-box .con .arrow-btn img {
  width: 19px;
}

/*case-studies*/
.case-studies-col .project-slider-box h5 {
  text-transform: uppercase;
  margin-bottom: 12px;
}

.case-studies-col .project-slider-box p {
  font-size: 14px;
}

.case-studies-col .project-slider-box .con {
  padding: 27px 50px 51px 30px;
}

/*about-us*/
.about-us-mdl h5 {
  font-family: "Roboto", sans-serif;
  text-transform: capitalize;
  line-height: 1.5;
}

.about-us-mdl {
  padding-right: 38px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.about-us-mdl p {
  /*text-transform: capitalize;*/
  line-height: 1.6;
}

.map {
  margin-left: auto;
  text-align: center;
  margin-bottom: 35px;
}

.map h3 {
  font-weight: 600;
  font-size: 32px;
  text-transform: uppercase;
  color: #242216;
}

.about-us-mdl h3 {
  font-weight: 500;
  font-size: 32px;
  text-transform: capitalize;
  color: #303030;
  font-family: "Roboto", sans-serif;
}

.about-us-mdl h3 span {
  color: #f26721;
}

.map a {
  font-family: "Fira Sans Condensed";
  font-weight: 500;
  font-size: 18px;
  text-decoration: underline !important;
  color: #f26721;
  display: block;
  margin-top: 10px;
}

.map a:hover {
  color: #b91e32;
}

.about-us-right .indus-pack-sliderbox {
  padding: 85px 42px 40px 42px;
}

.about-us-right-outer {
  max-width: 430px;
  margin-left: auto;
}

.about-us2 {
  position: relative;
  z-index: 1;
}

.about-us2:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #b91e32;
  mix-blend-mode: normal;
  opacity: 0.85;
  z-index: -1;
}

.about-us2-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.about-us2-left {
  width: 38%;
}

.about-us2-left-box {
  padding: 30px 20px;
}

.about-us2-right {
  width: 62%;
  min-height: 100%;
}

.about-us2-left-box {
  text-align: center;
}

.about-us2-left-box h2 {
  color: #fff;
  margin-bottom: 30px;
}

.about-us2-left-box .btn {
  min-width: 218px;
}

.about-us2-imglist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100%;
}

.about-us2-imglist-itm {
  width: 33.33%;
}

.about-us2-imglist-itm img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.team-sec {
  background-color: rgba(247, 151, 28, 0.06);
}

.team-box {
  text-align: center;
}

.team-hero-img {
  width: 266px;
  height: 266px;
  border-radius: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  position: relative;
}

.team-hero-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 100%;
}

.team-con h4 a:hover {
  color: #b9b9b9;
}

.team-box h4 {
  font-weight: 600;
  font-size: 26px;
  text-transform: capitalize;
  color: #242216;
  margin-bottom: 5px;
}

.team-box p {
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
  color: #b91e32;
  line-height: 1.4;
}

.team-slider .slick-slide {
  padding: 0 9px;
}

.team-slider .slick-list {
  margin: 0 -9px;
}

.team-hero-img a {
  background: #f26721;
  width: 55px;
  height: 55px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  color: #fff;
  position: absolute;
  right: 16px;
  top: 8px;
}

.team-hero-img a:hover {
  background-color: #b91e32;
}

.team-con {
  max-width: 165px;
  margin: 0 auto;
}

.team-slider .slick-arrow,
.team-slider .slick-arrow:before {
  width: 54px;
  height: 54px;
  border-radius: 0;
  -webkit-border-radius: 0;
}

.team-slider .slick-arrow:before {
  border-radius: 0;
  background-color: #f26721;
  background: url(../svg/left-arrow-fff.svg) center center no-repeat #f26721;
  background-size: 16px;
}

.team-slider .slick-arrow:hover:before {
  background-color: #b91e32;
  border-color: #b91e32;
}

.team-slider .slick-prev {
  left: calc(50% - 60px);
  bottom: -25px;
  top: unset;
}

.team-slider .slick-next {
  right: calc(50% - 60px);
  bottom: -25px;
  top: unset;
}

.team-slider {
  padding-bottom: 100px;
}

.res-box-slider .leadership-box {
  -webkit-box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.08);
}

/*leadership*/
.leadership-page-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.leadership-page-left {
  width: 18%;
}

.leadership-page-right {
  width: 82%;
  padding-left: 70px;
}

.leadership-page-lt-outer {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  min-height: 412px;
  padding-right: 20px;
}

.leadership-page-lt-outer h6 {
  font-weight: 500;
  text-transform: capitalize;
  color: #242216;
}

.leadership-cate {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.leadership-cate li:not(:last-child) {
  margin-bottom: 15px;
}

.team-col .team-con {
  max-width: 200px;
}

.team-col .team-hero-img {
  width: 250px;
  height: 250px;
}

/*event*/
.events-page-col .event-box {
  margin-top: 30px;
}

/*video-page*/
.video-page-outer .play-btn {
  width: 64px;
  height: 64px;
  padding: 5px;
}

.video-page-outer .play-btn:hover {
  padding: 0;
}

.video-page-outer .play-btn span {
  font-size: 20px;
}

.video-box-con {
  text-align: center;
  margin-top: 15px;
}

.video-box-con h4 {
  margin-bottom: 5px;
}

.video-box-con a {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 500;
  font-size: 18px;
  text-decoration: underline !important;
  color: #f26721;
}

.video-box-con a:hover {
  color: #b91e32;
}

.video-page-sec .pagination-cmn {
  margin-top: 100px;
}

.video-page-sec .heading h2 {
  margin-bottom: 5px;
}

/*event-details*/
.event-details2 .heading {
  margin-bottom: 90px;
}

.event-details2 {
  background: rgba(247, 151, 28, 0.06);
}

.event-details-con {
  list-style-type: none;
  padding: 0;
  margin-bottom: 47px;
  max-width: 450px;
}

.event-details-con li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1.2;
}

.event-details-con li:not(:last-child) {
  margin-bottom: 27px;
}

.event-details-con li h5 {
  width: 115px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  text-transform: capitalize;
  color: #303030;
  margin-bottom: 0;
}

.event-details-con li span {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 20px;
  text-transform: capitalize;
  color: #303030;
  width: calc(100% - 115px);
}

.event-details-con li span a {
  color: #303030;
}

.event-details-con li span a:hover {
  color: #f26721;
}

.event-details-right h3 {
  text-transform: uppercase;
  color: #242216;
  font-weight: 600;
}

/*contact*/
.contact-left h5 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 22px;
  text-transform: capitalize;
  color: #303030;
  line-height: 1.5;
}

.contact-left h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  /*     text-transform: capitalize; */
  color: #303030;
}

.frm-box {
  background-color: rgba(247, 151, 28, 0.07);
  padding: 40px 40px 47px 40px;
  margin-top: 30px;
}

.frm-box h5 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 18px;
  text-transform: capitalize;
  color: #000000;
  margin-bottom: 10px;
}

.Headquarters-box {
  background: #f7971c;
  padding: 40px 25px 65px 25px;
}

.Headquarters-box h3 {
  font-weight: 600;
  font-size: 36px;
  text-transform: uppercase;
  color: #ffffff;
}

.Headquarters-box ul {
  list-style-type: none;
  padding: 0;
  margin-bottom: 50px;
}

.Headquarters-box ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  padding-left: 31px
}

.Headquarters-box ul li:not(:last-child) {
  margin-bottom: 15px;
}

.Headquarters-box ul li img {
  max-width: 24px;
  max-height: 24px;
  /* margin-right: 7px; */
  margin-top: 4px;
  position: absolute;
  top: 0;
  left: 0;
}

.Headquarters-box ul li span {
  font-weight: 600;
}

.Headquarters-box ul li p,
.Headquarters-box ul li a {
  font-weight: 400;
  font-size: 20px;
  text-transform: capitalize;
  color: #ffffff;
  margin: 0;
}

.Headquarters-box ul li .call,
.Headquarters-box ul li .addr {
  width: calc(100% - 31px);
}

.Headquarters-box ul li .call {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cl-no {
  margin-left: 5px;
}

.cl-no a:hover {
  color: #b91e32;
}

.underline-btn {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 500;
  font-size: 18px;
  text-decoration: underline !important;
  color: #b91e32;
}

.Headquarters-box .underline-btn {
  margin-left: 31px;
}

/*job-opening*/
.job-opening-box {
  background: #ffffff;
  border: 1px solid rgba(36, 34, 22, 0.16);
  padding: 50px 40px 75px 40px;
}

.job-opening-box h3 {
  font-weight: 500;
  font-size: 36px;
  text-transform: uppercase;
  color: #242216;
  line-height: 1.2;
  margin-bottom: 20px;
}

.job-opening-box h3 span {
  font-size: 28px;
}

.job-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 23px;
}

.job-desc-icon {
  background: #fffaf4;
  border: 2px solid rgba(247, 151, 28, 0.4);
  width: 73px;
  height: 73px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 30px;
}

.job-desc-con {
  width: calc(100% - 103px);
}

.job-desc-con h6 {
  text-transform: capitalize;
  color: #303030;
  font-weight: 500;
}

.job-desc-con h6 span {
  color: #b91e32;
}

.job-desc-con h3 {
  font-family: "Fira Sans Condensed", sans-serif;
  font-weight: 500;
  font-size: 32px;
  text-transform: uppercase;
  color: #242216;
  margin-bottom: 0;
}

.job-opening-option {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0;
}

.job-opening-option li {
  font-weight: 500;
  font-size: 18px;
  text-transform: capitalize;
  color: #303030;
}

.job-opening-option li img {
  max-width: 20px;
  max-height: 20px;
  margin-top: -4px;
  margin-right: 3px;
}

.job-opening-option li:not(:first-child) {
  margin-left: 60px;
}

.job-opening-box p {
  font-weight: 400;
  font-size: 18px;
  /*text-transform: capitalize;*/
  color: #303030;
  line-height: 1.5;
}

.job-opening-box h4 {
  text-transform: capitalize;
  color: #242216;
  margin-bottom: 8px;
}

.ul-list {
  list-style-type: none;
  padding: 0;
  margin-bottom: 30px;
}

.ul-list li {
  line-height: 1.5;
  font-weight: 500;
  padding-left: 24px;
  position: relative;
}

.ul-list li:not(:last-child) {
  margin-bottom: 5px;
}

.ul-list li:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  left: 8px;
  top: 10px;
  border-radius: 100%;
  background-color: #303030;
}

.job-opening-box p em {
  color: #b91e32;
}

.job-opening-box .btn-outer .btn {
  min-width: 146px;
}

.job-opening-box .btn-outer {
  text-align: left;
  margin-top: 45px;
}

/*job-application*/
.alpplication-heading {
  max-width: 1318px;
  margin: 0 auto;
  margin-bottom: 45px;
}

.alpplication-heading h3 {
  font-weight: 500;
  font-size: 36px;
  text-transform: uppercase;
  color: #242216;
  line-height: 1.1;
}

.alpplication-heading h3 span {
  font-size: 28px;
}

.application-outer {
  max-width: 1318px;
  margin: 0 auto;
}

.application-outer h3 {
  font-weight: 500;
  text-transform: uppercase;
  color: #b91e32;
  margin-bottom: 27px;
}

.application-box {
  background-color: rgba(247, 151, 28, 0.07);
  padding: 38px 42px;
}

.application-frm-itm .form_input_radio label:not(:last-child) {
  margin-right: 50px;
}

.application-frm-inr-itm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.application-frm-itm input[type="submit"] {
  height: 50px;
  padding: 13px 30px;
}

.application-frm-itm p {
  margin: 0;
  text-transform: capitalize;
  color: #000;
}

.application-frm-itm p b {
  font-weight: 500 !important;
}

.employ-application {
  margin-bottom: 30px;
}

.employ-application h4 {
  font-weight: 500;
  color: #000;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.employ-application p {
  font-weight: 500;
  text-transform: capitalize;
  color: #000000;
}

.employ-application p span {
  color: #f26721;
}

.sbmt-btn input[type="submit"] {
  min-width: 231px;
}

.application-frm-itm h6 {
  font-weight: 500;
}

/*careers*/
.careers-sec {
  overflow-x: hidden;
}

.careers-left-outer {
  position: relative;
  background-color: rgba(247, 151, 28, 0.06);
  padding: 74px 40px 74px 0;
  min-height: 778px;
}

.careers-left-outer:after {
  width: 5000px;
  height: 100%;
  content: "";
  display: block;
  background-color: rgba(247, 151, 28, 0.06);
  position: absolute;
  right: 100%;
  top: 0;
}

.careers-left-outer h2 {
  margin-bottom: 21px;
}

.job-search-box {
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.05);
  padding: 42px;
}

.job-search-box input[type="text"],
.job-search-box select {
  border: 1px solid #d9d9d9;
  height: 54px;
  font-size: 18px;
}

.job-search-box select {
  color: #303030;
}

.job-search-box input[type="submit"] {
  width: 100%;
}

.job-search-box input[type="text"]:focus {
  border-color: #f26721;
}

.careers-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.careers-left {
  width: 35%;
}

.careers-right {
  width: 65%;
  padding-top: 74px;
  padding-left: 36px;
}

.job-desc-box {
  background: #ffffff;
  border: 1px solid rgba(36, 34, 22, 0.16);
  padding: 30px;
}

.job-desc-box h4 {
  font-weight: 500;
  font-size: 22px;
  text-transform: uppercase;
  color: #242216;
  line-height: 1.2;
}

.job-desc-box .job-opening-option {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0;
}

.job-desc-box .job-opening-option li:not(:first-child) {
  margin-left: 30px;
}

.job-desc-box h6 {
  font-size: 17px;
  font-weight: 500;
  text-transform: uppercase;
  color: #242216;
  margin-bottom: 7px;
}

.job-desc-btn .btn.read-more-btn,
.job-desc-btn .btn.apply-now-btn {
  min-width: 146px;
  height: 50px;
  padding: 13px 20px;
  display: inline-block;
}

.job-desc-btn .btn.apply-now-btn {
  background-color: #f7971c;
}

.job-desc-btn .btn.apply-now-btn:hover {
  background-color: transparent;
  border-color: #f7971c;
  color: #f7971c;
}

.job-desc-btn .btn:not(:last-child) {
  margin-right: 12px;
}

.job-desc-box p {
  margin-bottom: 17px;
}

/*location*/
.location2-sec {
  padding-top: 80px;
}

.location-2-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -25px;
  margin-right: -25px;
}

.location2-left-details {
  width: 24%;
}

.location2-overview {
  /* width: 43%; */
  width: 76%;
}

.location2-team {
  width: 33%;
}

.location2-col {
  padding: 0 25px;
}

.location2-left-details .Headquarters-box {
  background: transparent;
  padding: 0;
}

.location2-left-details .Headquarters-box ul li p,
.location2-left-details .Headquarters-box ul li a {
  color: #303030;
}

.location2-details-btn .btn {
  min-width: 244px;
  height: 50px;
  padding: 13px 30px;
}

.location2-details-btn .btn:not(:last-child) {
  margin-bottom: 10px;
}

.btn2 {
  background-color: #f7971c;
}

.btn2:hover {
  background-color: transparent;
  color: #f7971c;
  border-color: #f7971c;
}

.location2-left-details .Headquarters-box ul {
  margin-bottom: 35px;
}

.location2-left-details .Headquarters-box ul li a:hover {
  color: #b91e32;
}

.location-overview-img {
  position: relative;
}

.location-overview-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.location-overview-ovarlay {
  font-family: "Fira Sans Condensed";
  font-weight: 600;
  font-size: 32px;
  text-transform: uppercase;
  color: #242216;
  position: absolute;
  left: 22%;
  bottom: 31%;
}

.slick-dots li,
.slick-dots li button,
.slick-dots li button::before {
  width: 13px;
  height: 12px;
  padding: 0;
}

.slick-dots li,
.slick-dots li button,
.slick-dots li button::before {
  width: 13px;
  height: 12px;
  padding: 0;
}

.slick-dots li button::before {
  font-size: 0px;
  content: "";
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 100%;
}

.slick-dots {
  position: absolute;
  bottom: 15px;
}

.slick-dots li.slick-active button::before {
  background-color: #fff;
}

.location-overview-slider {
  margin-bottom: 40px;
}

.location2-overview h3,
.location2-team-box h3 {
  font-weight: 600;
  text-transform: uppercase;
  color: #242216;
}

.location2-overview h5 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 22px;
  text-transform: capitalize;
  color: #303030;
  margin-bottom: 30px;
}

.location2-overview h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  text-transform: capitalize;
  color: #303030;
  line-height: 1.6;
  margin-bottom: 30px;
}

.location2-team-box {
  background-color: rgba(247, 151, 28, 0.06);
  text-align: center;
  padding: 20px 20px 40px 20px;
}

.location2-team-box .team-hero-img {
  width: 180px;
  height: 180px;
  border-radius: 100%;
}

.location2-team-box .team-hero-img a {
  width: 37px;
  height: 37px;
  top: 5px;
  right: 10px;
}

.location2-team-box .team-con h4 {
  font-size: 24px;
  margin-bottom: 0;
}

ul.team_division_list {
  padding: 0;
}

.location2-team-box .team-con p {
  font-size: 15px;
}

.location2-team-box .team-con {
  max-width: 185px;
}

.location-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.location-left {
  width: 30%;
}

.location-right {
  width: 70%;
}

.location-col {
  padding: 0 15px;
}

.all-location-map img {
  width: 100%;
}

.all-location-map {
  margin-bottom: 50px;
}

.all-loca-btn .btn {
  min-width: 146px;
  height: 50px;
  padding: 13px 20px;
}

.all-loca-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.all-loca-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.all-loca-content-img {
  width: 339px;
  margin-right: 50px;
}

.all-loca-content-img img {
  width: 100%;
}

.all-loca-content-desc {
  width: calc(100% - 389px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.all-loca-content-desc h4 {
  font-weight: 500;
  text-transform: capitalize;
  color: #b91e32;
  margin-bottom: 10px;
}

.loca-contact-list {
  padding: 0;
  list-style-type: none;
  max-width: 250px;
  margin: 0;
}

.loca-contact-list li p span,
.phone_ns_sttng_lft {
  font-weight: 600;
}

.phone_ns_sttng_lft {
  margin-right: 3px;
}

.loca-contact-list li:not(:last-child) {
  margin-bottom: 5px;
}

.all-loca-box-outer {
  padding-right: 50px;
}

.phone_ns_sttng {
  display: flex;
}

.phone_ns_sttng_rtt a {
  display: table;
  margin-bottom: 3px;
}

.phone_ns_sttng_rtt a:last-child {
  margin-bottom: 0;
}

.custome-file-upload {
  position: relative;
  margin-bottom: 9px;
}

.upload-btn-file {
  background: #ffffff;
  border: 1px solid #b9b9b9;
  font-weight: 500;
  font-size: 15px;
  text-transform: capitalize;
  color: #000000;
  display: inline-block;
  text-align: center;
  padding: 5px 18px;
  min-width: 136px;
}

.file-upload-output {
  font-weight: 400;
  font-size: 15px;
  text-transform: capitalize;
  color: #000000;
  display: inline;
  vertical-align: middle;
  padding-left: 19px;
}

.custome-file-upload input[type="file"] {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.application-frm-inr-itmleft {
  width: 65%;
}

.application-frm-inr-itmright {
  width: 35%;
  text-align: right;
}

.project-left h2 {
  margin-bottom: 25px;
}

.feedrs-text {
  display: flex;
  align-items: center;
  justify-content: center;
}

.feedrs-line {
  flex: 1 0 0%;
  height: 2px;
  background-color: #303030;
}

.feedrs-text h3 {
  color: #f26721;
  margin-bottom: 0;
  padding: 0 15px;
  font-weight: 500;
}

.insights-sec .job-search-box {
  padding: 15px;
}

/* =====body css end===== */

/*support 28/6/2022*/

.main-head .search-bar form {
  width: 100%;
  display: flex;
}

.main-head .search-bar .search-field {
  border: none;
  border-radius: 100px;
  background-color: #ffffff;
  width: 100%;
  padding: 0 20px;
}

.main-head .search-bar .search-field:focus {
  box-shadow: none;
  border: none;
}

.main-head .search-bar .search-field:focus-visible {
  box-shadow: none;
  border: none;
}

.main-head .search-bar form .cross-btn {
  padding: 17px 21px;
}

.srch_nw .leadership-img {
  height: 250px;
}

.srch_nw .insights-col .leadership-con {
  min-height: 240px;
}

.srch_nt .heading {
  text-align: center;
}

.contact-sec .frm-box input[type="file"]::-webkit-file-upload-button {
  background: #ffffff;
  border: 1px solid #b9b9b9;
  font-weight: 500;
  font-size: 15px;
  text-transform: capitalize;
  color: #000000;
  display: inline-block;
  text-align: center;
  padding: 5px 18px;
  min-width: 136px;
  margin-right: 20px;
}

.contact-sec .frm-box input[type="file"]::file-selector-button {
  background: #ffffff;
  border: 1px solid #b9b9b9;
  font-weight: 500;
  font-size: 15px;
  text-transform: capitalize;
  color: #000000;
  display: inline-block;
  text-align: center;
  padding: 5px 18px;
  margin-right: 20px;
  min-width: 136px;
}

.page-template-tmp-contact .contact-sec .gform_wrapper.gravity-theme .ginput_container_address span.ginput_address_city,
.page-template-tmp-contact .contact-sec .gform_wrapper.gravity-theme .ginput_container_address span.ginput_address_state,
.page-template-tmp-contact .contact-sec .gform_wrapper.gravity-theme .ginput_container_address span.ginput_address_zip {
  flex: 0 0 33.3%;
  padding-left: 0.9804%;
  padding-right: 0.9804%;
  margin-top: 15px;
}

.page-template-tmp-contact .contact-sec .gform_wrapper .ginput_container_address span.ginput_address_city label,
.page-template-tmp-contact .contact-sec .gform_wrapper .ginput_container_address span.ginput_address_state label,
.page-template-tmp-contact .contact-sec .gform_wrapper .ginput_container_address span.ginput_address_zip label {
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 18px;
  text-transform: capitalize;
  color: #000000;
  margin-bottom: 10px;
}

.page-template-tmp-contact .contact-sec .gform_wrapper.gravity-theme .ginput_container_address span.ginput_address_city {
  margin-bottom: 0 !important;
}

.page-template-tmp-contact .contact-sec .gform_wrapper.gravity-theme select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
}

.page-template-tmp-contact .gform_wrapper.gravity-theme .gfield_label {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 18px;
  text-transform: capitalize;
  color: #000000;
  margin-bottom: 10px;
}

.page-template-tmp-contact .gform_wrapper form .ginput_container_address span.ginput_address_line_1 label,
.page-template-tmp-contact .gform_wrapper form .ginput_container_address span.ginput_address_line_2 label {
  display: none;
}

.page-template-tmp-contact .gform_wrapper form .gform_fields {
  grid-row-gap: 20px;
}

.page-template-tmp-contact .gform_wrapper form .gform_footer {
  margin-bottom: 0;
  padding-bottom: 0;
}

/*support 28/6/2022*/
/*support 29/6/2022*/
.page-template-tmp-contact .gform_wrapper form .gform_footer input[type="submit"] {
  margin-bottom: 0;
}

.page-template-tmp-contact .gform_wrapper.gravity-theme input[type="color"],
.page-template-tmp-contact .gform_wrapper.gravity-theme input[type="date"],
.page-template-tmp-contact .gform_wrapper.gravity-theme input[type="datetime-local"],
.page-template-tmp-contact .gform_wrapper.gravity-theme input[type="datetime"],
.page-template-tmp-contact .gform_wrapper.gravity-theme input[type="email"],
.page-template-tmp-contact .gform_wrapper.gravity-theme input[type="month"],
.page-template-tmp-contact .gform_wrapper.gravity-theme input[type="number"],
.page-template-tmp-contact .gform_wrapper.gravity-theme input[type="password"],
.page-template-tmp-contact .gform_wrapper.gravity-theme input[type="search"],
.page-template-tmp-contact .gform_wrapper.gravity-theme input[type="tel"],
.page-template-tmp-contact .gform_wrapper.gravity-theme input[type="text"],
.page-template-tmp-contact .gform_wrapper.gravity-theme input[type="time"],
.page-template-tmp-contact .gform_wrapper.gravity-theme input[type="url"],
.page-template-tmp-contact .gform_wrapper.gravity-theme input[type="week"],
.page-template-tmp-contact .gform_wrapper.gravity-theme select,
.page-template-tmp-contact .gform_wrapper.gravity-theme textarea {
  padding: 8px 20px;
}

.page-template-tmp-contact .gform_wrapper.gravity-theme .gfield textarea.large {
  height: 153px;
  resize: auto;
}

.page-template-tmp-contact .gform_wrapper .gfield_label .gfield_required.gfield_required_asterisk {
  color: #000000;
  font-size: 18px;
}

/*support 29/6/2022*/

/* date 1/7/22 start */

.job-search-box .wpjb-search .wpjb-input.wpjb-input-type-half.wpjb-input-type-half-left,
.job-search-box .wpjb-search .wpjb-input.wpjb-input-type-half.wpjb-input-type-half-right {
  width: 100%;
  margin: 0;
  margin-bottom: 16px;
}

.job-search-box .wpjb-search .wpjb-input.wpjb-input-type-half.wpjb-input-type-half-left .wpjb-search-input-label,
.job-search-box .wpjb-search .wpjb-input.wpjb-input-type-half.wpjb-input-type-half-right .wpjb-search-input-label {
  display: none;
}

.job-search-box #wpjb-top-search input[type="text"] {
  font-size: 18px;
  padding: 0 20px;
  height: 54px;
  color: #303030;
}

.job-search-box #wpjb-top-search select {
  font-size: 18px;
  padding: 0 20px;
  height: 54px;
  color: #303030;
  background: url(../svg/select-drop-new.svg) no-repeat right 12px center;
  padding-right: 30px;
  background-size: 12px;
}

.job-search-box .wpjb-button {
  padding: 15px 30px;
  width: 100%;
  text-align: center;
  line-height: 1.2;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 0;
  z-index: 1;
  color: #fff;
  background: #f26721;
  border: 1px solid #f26721;
  font-weight: 500;
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 18px;
}

.job-search-box .wpjb-button:hover {
  background-color: transparent;
  color: #f26721;
}

.job-search-box #wpjb-top-search {
  padding: 0;
}

/* form 2 */

.wpjb-job-apply #wpjb-form-job-apply {
  display: none;
}

#wpjb-form-job-apply {
  background-color: rgba(247, 151, 28, 0.07);
  padding: 38px 42px;
  margin-top: 27px;
}

#wpjb-form-job-apply .wpjb-fieldset-apply {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

#wpjb-form-job-apply .wpjb-fieldset-apply .wpjb-element-input-text label,
#wpjb-form-job-apply .wpjb-fieldset-apply .wpjb-element-input-radio label,
#wpjb-form-job-apply .wpjb-fieldset-apply .wpjb-element-input-file label,
#wpjb-form-job-apply .wpjb-fieldset-apply .wpjb-element-input-label label {
  font-weight: 500;
  font-family: "Fira Sans Condensed", sans-serif;
  color: #000;
  font-size: 16px;
  margin-bottom: 16px;
}

#wpjb-form-job-apply .wpjb-fieldset-apply .wpjb-element-input-text,
#wpjb-form-job-apply .wpjb-fieldset-apply .wpjb-element-input-radio,
#wpjb-form-job-apply .wpjb-fieldset-apply .wpjb-element-input-file,
#wpjb-form-job-apply .wpjb-fieldset-apply .wpjb-element-input-label {
  width: 100%;
  padding: 0 15px;
  margin-bottom: 20px;
}

#wpjb-form-job-apply .wpjb-fieldset-apply .wpjb-element-name-applicant_name,
#wpjb-form-job-apply .wpjb-fieldset-apply .wpjb-element-name-field_3,
#wpjb-form-job-apply .wpjb-fieldset-apply .wpjb-element-name-field_6,
#wpjb-form-job-apply .wpjb-fieldset-apply .wpjb-element-name-email,
#wpjb-form-job-apply .wpjb-fieldset-apply .wpjb-element-name-available,
#wpjb-form-job-apply .wpjb-fieldset-apply .wpjb-element-name-field_7 {
  width: 50%;
}

#wpjb-form-job-apply .wpjb-fieldset-apply .wpjb-element-input-file:nth-child(11) {
  border-bottom: 1px solid #ccc;
  padding-bottom: 16px;
}

#wpjb-form-job-apply .wpjb-fieldset-apply .wpjb-element-input-label:nth-child(12)>label {
  font-size: 21px;
}

#wpjb-form-job-apply .wpjb-fieldset-apply .wpjb-element-input-label:nth-child(12) .wpjb-hint {
  font-weight: 500;
  color: #000;
}

#wpjb-form-job-apply .wpjb-fieldset-apply .wpjb-element-input-radio .wpjb-options-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

#wpjb-form-job-apply .wpjb-fieldset-apply .wpjb-element-input-radio .wpjb-options-list li {
  display: inline-block;
  margin-right: 50px;
}

#wpjb-form-job-apply .wpjb-fieldset-apply .wpjb-element-input-radio .wpjb-options-list li label {
  margin-bottom: 0;
  display: flex;
  align-items: center;
  font-weight: 400;
}

#wpjb-form-job-apply .wpjb-fieldset-apply .wpjb-element-input-radio .wpjb-options-list li label span {
  display: inline-block;
  margin-left: 10px;
}

#wpjb-form-job-apply .wpjb-fieldset-apply .wpjb-element-input-file .wpjb-icon-upload-cloud {
  display: none;
}

#wpjb-form-job-apply .wpjb-fieldset-apply .wpjb-element-input-file .wpjb-upload-file {
  height: 50px;
  font-size: 18px;
  font-weight: 500;
  font-family: "Fira Sans Condensed", sans-serif;
  color: #fff;
  background: #f26721;
  text-transform: capitalize;
  padding: 15px 30px;
  border: 1px solid transparent;
  border-radius: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  line-height: 1.2;
  position: relative;
  min-width: 184px;
  text-align: center;
  border: 1px solid #f26721;
  margin-left: 5px;
}

#wpjb-form-job-apply .wpjb-fieldset-apply .wpjb-element-input-file .wpjb-upload-file:hover {
  background-color: transparent;
  color: #f26721;
}

#wpjb-form-job-apply .wpjb-fieldset-apply .wpjb-element-input-file .wpjb-hint,
#wpjb-form-job-apply .wpjb-fieldset-apply .wpjb-element-input-label .wpjb-hint {
  display: inline-block;
  margin-top: 10px;
  color: #000;
}

#wpjb-form-job-apply .wpjb-fieldset-apply .wpjb-element-input-file .wpjb-upload-info {
  color: #000;
}

#wpjb-form-job-apply .wpjb-fieldset-apply .wpjb-element-name-field_8 #field_8 {
  color: #000;
  text-transform: capitalize;
}

.job-opening-sec .wpjb-job-apply .wpjb-button .wpjb-glyphs {
  margin-left: 7px;
}

.pagination-cmn {
  margin-left: auto;
  margin-right: auto;
}

.pagination-cmn .wpjb-paginate-links {
  display: flex;
  justify-content: flex-end;
}

.pagination-cmn .wpjb-paginate-links>span,
.pagination-cmn .wpjb-paginate-links>a {
  position: relative;
  display: block;
  color: #303030;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  text-decoration: none;
  background-color: #fff;
  border: 0;
  font-size: 20px;
  font-weight: 400;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  padding: 0;
  padding-right: 20px;
}

.pagination-cmn .wpjb-paginate-links>a:last-child {
  padding-right: 0;
}

.pagination-cmn .wpjb-paginate-links>a:hover {
  color: #f26721;
}

/* date 1/7/22 end */
.inr-bnr-content h5 a {
  color: #fff;
  text-decoration: none !important;
}

.inr-bnr-content h5 a:hover {
  color: #f26721;
  text-decoration: none !important;
}

/*-----08-07-2---------*/

.testimonial_wrapper .solution-img-box-ovarlay {
  width: 100%;
  position: relative;
  top: 0;
  transform: inherit;
  padding: 0 10px 10px;
}

.testimonial_wrapper .solution-loop .solution-row:not(:last-child) {
  margin-bottom: 60px;
}

.testimonial_wrapper .solution-img-box-ovarlay:after {
  width: 100%;
  height: 89%;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -8px;
  background: #f26721;
}

.testimonial_wrapper .solution-img-box-ovarlay img {
  position: relative;
  z-index: 1;
}

.testimonial_wrapper .solution-row:nth-child(odd) .solution-left {
  text-align: right;
}

.testimonial_wrapper .solution-row .solution-left h6 {
  color: #b91e32;
}

/* 03-08-2022 */

/* 19-08-2022 start */
.careers-sec .general_page {
  padding-top: 100px;
}

/* 19-08-2022 end */

/*support 22/8/2022*/
.navbar-nav>li:last-child>.sub-menu {
  left: 0;
}

/*support 22/8/2022*/
/* support 23.08.2022 */
.indus-pack-right-image img {
  width: 100% !important;
  height: 100%;
}

.indus-pack-right-content {
  margin-top: 50px;
}

.indus-pack-left-content h5 {
  margin-bottom: 10px;
}

.indus-pack-left-content h3 {
  margin-bottom: 10px;
  font-size: 20px;
}

.indus-pack-left-content ul {
  padding: 0;
  margin: 0;
}

.indus-pack-left-content ul li {
  position: relative;
  padding-left: 15px;
  list-style: none;
}

.indus-pack-left-content ul li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.postid-642 .indus-pack-right img {
  width: 90% !important;
  margin: 0px auto 40px auto;
  display: block;
}

.postid-642 .indus-pack-right-image img {
  width: 100% !important;
  height: 100%;
}

.postid-642 .indus-pack-right-content {
  max-width: 90%;
  margin: 40px auto 0;
}

.header-bottom {
  background: #fff;
}

.main-head.fixed {
  position: fixed;
  z-index: 9999;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  animation-name: topFade;
  animation-duration: 1s;
}

.main-head {
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  -ms-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
}

@keyframes topFade {
  0% {
    top: -100%;
  }

  90%,
  100% {
    top: 0;
  }
}

/* update 31/08/2022 start */

.bnr-content.home_ban {
  position: relative;
  z-index: 1;
  padding-bottom: 50px;
}

.bnr-content.home_ban .bnr-line {
  z-index: -1;
}

.bnr-content.home_ban .bnr-line img {
  width: 100%;
  height: 100%;
}

/* update 31/08/2022 end */

/*01/09/2022 d*/

.gallery_wrap {
  max-width: 300px;
}

.gallery_wrap p {
  text-align: center;
}

.gallery_wrap h2 {
  line-height: 1;
  margin-bottom: 10px;
}

/*01/09/2022 d*/

/* 15/09/2022 work start */
.project-single-post-sec {
  margin-bottom: 0px;
  padding-bottom: 165px;
}

/* 15/09/2022 work end */
.ftr-area1-left-outer a {
  color: #ffffff;
  text-decoration: none !important;
}

.ftr-area1-left-outer a:hover {
  color: #f26721;
}

.ftr-area1-left-outer p {
  margin-bottom: 7px;
}

/***********23.9.22******************/

/* support 26/9/22 start */

.terminology_wrapper .terminology_row:not(:last-child) {
  margin-bottom: 20px;
}

.terminology_wrapper .terminology_row .terminology_left {
  width: 14%;
}

.terminology_wrapper .terminology_row .terminology_right {
  width: 86%;
}

.ftr-area1-left {
  width: 25%;
}

.ftr-area1-right {
  width: 75%;
}

/* .ftr-area1-row > *{
    width: calc(100% / 5);
} */
/* support 26/9/22 end */

/** 26.09.2022**/
.indus-pack-left-content-each {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.indus-pack-left-content h4 {
  font-size: 20px;
  margin-bottom: 0;
  margin-right: 7px;
}

.indus-pack-left-content-list ul li:before {
  display: none;
}

.indus-pack-left-content-list ul li {
  padding: 0;
  margin-bottom: 5px;
}

.indus-pack-left-content-list h4 {
  margin-bottom: 12px;
}

.indus-pack-right-image img {
  margin: 0 !important;
}

.footer-first-menu {
  padding-left: 40px;
}

.general_manager .addr p span {
  display: block;
}

/*************21.10.2022**********/
.content_link {
  /*margin-top: 25px;*/
  margin-top: 30px;
}

/* support 7/11/22 */

.all-loca-content-desc h4 {
  margin-bottom: 3px;
}

.loca-contact-list li:not(:last-child) {
  margin-bottom: 2px;
}

/* end support 7/11/22 */

/* CSS Modification 11.11.22 */
.story_vid img {
  width: 100%;
}

.story_vid {
  position: relative;
}

.story_vid::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.35);
}

.play_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  width: 80px;
  height: 80px;
  background: #f26721;
  border-radius: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

.play_btn>img {
  max-width: 27px;
  max-height: 27px;
  object-fit: contain;
}

/* Single Membership Page */
.invdl_teamBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.invdl_teamLft {
  width: 180px;
}

.invdl_teamLft figure {
  width: 180px;
  height: 180px;
  border-radius: 100%;
  overflow: hidden;
}

.invdl_teamLft figure>img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.invdl_teamRght {
  width: calc(100% - 180px);
  padding-left: 30px;
}

.tem_mmbrInfo {
  text-align: center;
}

.tem_mmbrInfo h5 {
  margin-bottom: 5px;
}

.tem_mmbrInfo p {
  font-weight: 500;
  text-transform: capitalize;
  color: #b91e32;
}

/* CSS Modification 11.11.22 */

/* ============ 12/12/2022 ============ */

.page-template-tmp-culture .culture_subheading {
  margin-bottom: 25px;
}

.page-template-tmp-culture .culture_links {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: self-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.page-template-tmp-culture .culture_links>.btn:not(:last-child) {
  margin-right: 10px;
}

.single-service_post .src_details_sec {
  margin-top: 25px;
}

.single-service_post .src_details_sec>img {
  width: 45%;
  margin-right: 55px;
  max-height: 340px;
  -o-object-fit: cover;
  object-fit: cover;
}

.single-service_post .src_details_sec>ul {
  margin-top: -15px;
}

.latest-proj-slider .sr_gellary_wrap {
  display: block;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 420px;
  border: 1px solid #f7971c;
  padding: 10px;
}

.latest-proj-slider .sr_gellary_wrap>img {
  max-height: 400px;
  -o-object-fit: contain;
  object-fit: contain;
}

/* ============ 12/12/2022 END ============ */

/* 14/12/2022 dm */

.header-main .navbar-nav li:last-child .sub-menu .sub-menu {
  max-height: 250px;
  overflow-y: auto;
  left: 100%;
  right: 0;
}

/* .header-main .navbar-nav li:last-child > .sub-menu { left: auto; right: 0; } */

/* 14/12/2022 dm */

/* support 19/12/22 */

.indus-pack-right.career_detailss img {
  float: none;
  width: 100%;
  margin-right: 0;
}

.indus-pack-sec .indus-pack-left h5 {
  margin-bottom: 15px;
}

.indus-pack-sec .indus-pack-testimonial {
  margin-top: 35px;
}

.location2-sec .location-overview-img {
  height: 390px;
}

.location2-sec .location-overview-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* end support 19/12/22 */
/* CSS Modification 02.01.23 */
.cs_mainimg {
  margin-bottom: 20px;
}

.cs_mainimg>img {
  max-height: 350px;
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}

.cs_description {
  margin-bottom: 25px;
  text-align: center;
}

.casestudy_images {
  list-style: none;
  padding: 0;
  margin: 0;
}

.casestudy_images>li:not(:last-child) {
  margin-bottom: 20px;
}

.casestudy_images>li {
  text-align: center;
}

.casestudy_images>li img {
  width: 100%;
  max-width: 85%;
  max-height: 480px;
  -o-object-fit: contain;
  object-fit: contain;
}

.cs_total_descrip {
  padding: 25px;
  background: #ffffff;
  /*-webkit-box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.08);
    border: 1px solid #F7971C;*/
}

.cs_total_descrip>*:not(:last-child) {
  margin-bottom: 20px;
}

.cs_total_descrip h2 {
  font-size: 24px;
}

.cs_total_descrip ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cs_total_descrip ul>li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
  line-height: 1.2;
}

.cs_total_descrip ul>li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 8px;
  width: 5px;
  height: 5px;
  background: #000;
  border-radius: 100%;
}

.cs_total_descrip ul>li:last-child {
  margin-bottom: 0;
}

.cs_total_descrip ul+p {
  margin-top: 20px;
}

/* CSS Modification 02.01.23 */

/* CSS Modification 06.01.23 start*/

.single-case_study_post .blog-page-sec .cs_description h3 {
  font-size: 26px;
  font-weight: 600;
  text-align: left;
  padding-left: 25px;
}

.single-service_post .indus-pack-testimonial .indus-pack-slider .indus-pack-sliderbox .indus-pack-slider-hero:after,
.page-template-tmp-about .indus-pack-slider .indus-pack-sliderbox .indus-pack-slider-hero:after,
.single-solutions_post .indus-pack-testimonial .indus-pack-slider .indus-pack-sliderbox .indus-pack-slider-hero:after {
  background: transparent;
}

.single-team_post .leadership-page-row .invdl_teamBox .tem_mmbrInfo p {
  margin-bottom: 7px;
}

.single-team_post .leadership-page-row .invdl_teamBox .tem_mmbrInfo p:last-child {
  margin-bottom: 0;
}

.single-team_post .leadership-page-row .invdl_teamBox .tem_mmbrInfo h5 {
  margin-bottom: 15px;
}

/* CSS Modification 06.01.23 end */

/* update start 09/01/2023 */

.tem_mmbrInfo_new h5 {
  font-weight: 700;
  color: #000;
  margin-bottom: 5px !important;
}

.tem_mmbrInfo_new p {
  font-style: italic;
  line-height: 1.2;
  margin-bottom: 5px !important;
}

.tem_mmbrInfo_new ul.team_division_list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 15px;
}

.tem_mmbrInfo_new ul.team_division_list li {
  color: #b91e32;
  font-weight: 300;
  line-height: 1.2;
}

/* update end 09/01/2023 */

/* support 13-01-23 start */
.indus-pack-right img.alignleft1 {
  width: 100%;
  margin-bottom: 30px;
  margin-right: 0;
}

.newtesti_slider_img figure {
  width: 70px;
  height: 70px;
  margin-bottom: 22px;
  position: relative;
}

.newtesti_slider_img {
  display: flex;
  justify-content: center;
}

.newtesti_slider_text {
  max-width: 943px;
  margin: 0 auto;
  text-align: center;
}

.newtesti_slider_text p {
  margin-bottom: 23px;
}

.newtesti_slider_text h6 {
  font-weight: 500;
  color: #b91e32;
  margin-bottom: 0;
}

.testi_city {
  display: inline-block;
}

.newtesti_slider {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.newtesti_slider .slick-arrow {
  top: inherit;
  transform: inherit;
  position: static;
  order: 1;
  width: 34px;
  height: 34px;
  margin: 30px 5px 0;
}

.newtesti_slider .slick-arrow::before {
  background-color: #f26721;
  background: url(../svg/left-arrow-fff.svg) center center no-repeat #f26721;
  background-size: 12px;
  width: 100%;
  height: 100%;
  border: 0;
}

.newtesti_slider .slick-arrow:hover::before {
  background-color: #b91e32;
}

.culimg_align_left .solution-img-box {
  text-align: left;
}

.culimg_align_left .solution-img-box-ovarlay {
  left: inherit;
  right: 0;
}

/* support 13-01-23 end */

/*support 16/1/2023*/
.page-template-tmp-careers .indus-pack-slider-hero:after {
  content: none;
}

.page-template-tmp-about .about-us-left h5 {
  /* text-transform: lowercase; */
  text-transform: inherit;
  font-family: "Roboto", sans-serif;
}

.page-template-tmp-about .about-us-left h5::first-letter {
  text-transform: capitalize;
}

.page-template-tmp-story .story-section .story_vid {
  margin-bottom: 40px;
}

.single-case_study_post .inr-bnr-img {
  background-color: #ffffff;
}

.single-case_study_post .inr-bnr-img img {
  object-fit: contain;
}

.single-locations_post .location2-overview h6 {
  text-transform: inherit;
}

/*support 16/1/2023*/
nav.pagination-cmn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-numbers {
  position: relative;
  display: block;
  color: #303030;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  text-decoration: none;
  background-color: #fff;
  border: 0;
  font-size: 20px;
  font-weight: 400;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  padding: 0 10px;

  /* color: white; */
}

/* 25-01-2023 start */
.case-studies-row .proj-slider-img {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.leadership-con h5 a {
  color: #000000;
  text-decoration: none !important;
}

.leadership-con h5 a:hover {
  color: #f26721;
  text-decoration: none !important;
}

.con h4 a {
  color: #000000;
}

.con h4 a:hover {
  color: #f26721;
  text-decoration: none !important;
}

/* 25-01-2023 end */
/* 30-01-2023 start */
.general_page h1 {
  color: #242216;
}

/* 30-01-2023 end */

.general_page h2 {
  font-size: 40px;
}

.general_page h3 {
  font-size: 36px;
}

.general_page h4 {
  font-size: 32px;
}

/* support 03-02-23 start */
.location2-overview-content {
  margin-bottom: 30px;
}

/* support 03-02-23 end */

/* 14/02/2023 dm */

#wpjb-form-job-apply .wpjb-element-input-textarea {
  width: 100%;
  margin-bottom: 20px;
}

#wpjb-form-job-apply .wpjb-element-name-field_10 {
  padding: 0 15px;
}

#wpjb-form-job-apply .wpjb-element-input-textarea label,
#wpjb-form-job-apply .wpjb-legend,
#wpjb-form-job-apply .wpjb-element-input-label,
#wpjb-form-job-apply .wpjb-element-input-text label,
#wpjb-form-job-apply .wpjb-element-input-radio label {
  font-weight: 500;
  font-family: "Fira Sans Condensed", sans-serif;
  color: #000;
  font-size: 16px;
  margin-bottom: 16px;
}

#wpjb-form-job-apply .wpjb-fieldset-apply .wpjb-element-name-field_8 #field_8 {
  font-weight: 400;
}

#wpjb-form-job-apply .wpjb-legend,
#wpjb-form-job-apply .wpjb-element-input-text {
  margin-bottom: 20px;
}

#wpjb-form-job-apply .wpjb-options-list label {
  position: relative;
  margin: 0;
  padding-left: 20px;
  display: inline-block;
}

#wpjb-form-job-apply .wpjb-options-list label span {
  margin: 0;
  padding: 0;
  font-size: 15px;
  color: #000000;
  font-weight: 400;
  text-transform: capitalize;
  list-style: 1;
}

#wpjb-form-job-apply .wpjb-options-list label input[type="radio"] {
  visibility: hidden;
  display: none;
}

#wpjb-form-job-apply .wpjb-options-list label input[type="radio"]+span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 14px;
  height: 14px;
  border: 1px solid #b9b9b9;
  border-radius: 100%;
  background: #fff;
}

#wpjb-form-job-apply .wpjb-options-list label input[type="radio"]+span::after {
  content: "";
  width: 8px;
  height: 8px;
  background: #f26721;
  position: absolute;
  top: 7px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#wpjb-form-job-apply .wpjb-options-list label input[type="radio"]:not(:checked)+span::after {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

/* .form_input_radio input[type="radio"]:checked + span::before {
      
    } */

#wpjb-form-job-apply .wpjb-options-list label input[type="radio"]:checked+span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

#wpjb-form-job-apply .wpjb-element-input-file .wpjb-upload {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  color: rgba(0, 0, 0, 0.5);
  height: 52px;
  padding: 0;
  outline: none !important;
  background: #fff;
  border: 1px solid rgba(36, 34, 22, 0.16);
  border-radius: 0px;
  font-size: 15px;
  font-weight: 400;
  padding: 0 20px;
}

#wpjb-form-job-apply .wpjb-element-input-radio .wpjb-options-list {
  list-style: none;
  padding-left: 0;
}

#wpjb-form-job-apply .wpjb-element-input-radio .wpjb-options-list li {
  display: inline-block;
  margin-right: 50px;
}

.wpjb-legend {
  font-size: 0 !important;
  display: none !important;
}

/* 14/02/2023 dm */
/* CSS Modification 15.02.23 */
#wpjb-form-job-apply .gform_wrapper.gravity-theme .gform_body .ginput_container_date input {
  width: 100%;
}

#wpjb-form-job-apply .gform_wrapper.gravity-theme .gform_body .gfield_label {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 15px;
  /* text-transform: capitalize; */
  color: #000000;
  margin-bottom: 10px;
}

#wpjb-form-job-apply .gform_wrapper.gravity-theme .gform_body input[type="text"],
#wpjb-form-job-apply .gform_wrapper.gravity-theme .gform_body input[type="email"],
#wpjb-form-job-apply .gform_wrapper.gravity-theme .gform_body input[type="tel"],
#wpjb-form-job-apply .gform_wrapper.gravity-theme .gform_body textarea {
  padding: 8px 20px;
}

#wpjb-form-job-apply .gform_wrapper.gravity-theme .gform_body select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 8px 20px;
  padding-right: 40px;
  background-size: 11px;
}

#wpjb-form-job-apply .gform_wrapper.gravity-theme .gform_body textarea {
  height: 152px;
  padding-top: 18px;
}

#wpjb-form-job-apply .gform_wrapper.gravity-theme .gform_body .ginput_container_fileupload input[type="file"] {
  width: 100%;
  color: #000;
  padding: 20px 15px;
  background: transparent;
  border-radius: 6px;
  border: 1px solid #f26721 !important;
  font-size: 14px;
  border-radius: 0;
}

#wpjb-form-job-apply .gform_wrapper.gravity-theme .gform_body .ginput_container_fileupload input[type="file"]::file-selector-button {
  font-size: 18px;
  font-weight: 500;
  font-family: "Fira Sans Condensed", sans-serif;
  color: #fff;
  background: #f26721;
  margin-right: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  border: 0;
  border-radius: 0;
  height: 54px;
  padding: 0 30px;
}

#wpjb-form-job-apply .gform_wrapper.gravity-theme .gform_body .ginput_container_fileupload input[type="file"]::-webkit-file-upload-button {
  font-size: 18px;
  font-weight: 500;
  font-family: "Fira Sans Condensed", sans-serif;
  color: #fff;
  background: #f26721;
  margin-right: 20px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 0;
  border-radius: 0;
  height: 54px;
  padding: 0 30px;
}

#wpjb-form-job-apply .gform_wrapper.gravity-theme .gform_heading {
  display: none;
}

#wpjb-form-job-apply .gform_wrapper.gravity-theme .gform_body .ginput_container_radio .gfield_radio {
  margin-top: -4px;
}

#wpjb-form-job-apply .gform_wrapper.gravity-theme .gform_body .ginput_container_radio .gfield_radio>* {
  display: inline-block;
  margin-right: 4px;
  margin-top: 4px;
}

#wpjb-form-job-apply .gform_wrapper.gravity-theme .gform_body .ginput_container_radio .gfield_radio>*:last-child {
  margin-right: 0;
}

#wpjb-form-job-apply .gform_wrapper.gravity-theme .gform_body .gfield-choice-input+label {
  max-width: 100%;
}

#wpjb-form-job-apply .gform_wrapper.gravity-theme .gform_body .ginput_container_radio .gfield_radio input[type="radio"] {
  margin-right: 4px;
}

#wpjb-form-job-apply .gform_wrapper.gravity-theme .gform_body .gfield_description,
#wpjb-form-job-apply .gform_wrapper.gravity-theme .gform_body .instruction {
  padding: 4px 8px;
  font-size: 13px;
}

#wpjb-form-job-apply .gform_wrapper.gravity-theme .gform_validation_errors {
  padding-top: 10px;
  padding-bottom: 10px;
}

/* CSS Modification 15.02.23 */

/* support-17-02-2023-css-start */
.single-job .gfield_repeater_items .gfield_repeater_item {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.single-job .gfield_repeater_items .gfield_repeater_cell {
  width: 50%;
  padding: 0 10px !important;
}

.single-job .gfield_repeater_items .gfield_repeater_cell input:focus {
  border: 1px solid #f7971c !important;
}

.single-job .gfield_repeater_items .gfield_repeater_buttons {
  padding: 15px 10px 0 !important;
}

#wpjb-form-job-apply .gform_wrapper.gravity-theme .gform_body input[type="text"],
#wpjb-form-job-apply .gform_wrapper.gravity-theme .gform_body input[type="email"],
#wpjb-form-job-apply .gform_wrapper.gravity-theme .gform_body input[type="tel"],
#wpjb-form-job-apply .gform_wrapper.gravity-theme .gform_body textarea,
.gform_wrapper.gravity-theme select {
  border-radius: 4px;
}

/* support-17-02-2023-css-end */

/* 21.02.23 start */

.social-link li {
  line-height: 0;
}

.social-link li a {
  width: 27px;
  line-height: 0;
}

/* 21.02.23 end */

/* support 28-2-23 start  */
.event-details-row.sustainability_style .event-details-right.general_page {
  padding-left: 30px;
  padding-right: 30px;
}

.event-details-row.sustainability_style {
  margin-left: -30px;
  margin-right: -30px;
}

.event-details-row.sustainability_style .event-details-right.general_page img {
  width: 100%;
}

/* support 28-2-23 end */

/* 16.03.23 start */

.tem_mmbrInfo_new a {
  width: 35px;
}

.tem_mmbrInfo_new a img {
  width: 100%;
}

/* 16.03.23 end */

/* support 17/3/23 */

.video-page-sec .video-page-outer .video-box {
  height: 175px;
  width: 100%;
}

.video-page-sec .video-page-outer .video-box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top center;
}

/* end support 17/3/23 */

/*support paulomi 20/3/2023*/
.src_details_img {
  text-align: center;
}

.src_details_img img.alignleft1 {
  width: 54%;
  height: auto;
  min-height: auto;
}

/*support paulomi 20/3/2023  */

/*support pappu 22/3/2023 start*/

.indus-pack-sec .indus-pack-row .indus-pack-right .sol_upper_cont>h4:first-child {
  text-transform: initial;
}

/*support pappu 22/3/2023 end*/

/* 23/03/2023 dm */

/* .wpjb-job-apply #wpjb-form-job-apply #input_2_1036_Container,
.wpjb-job-apply #wpjb-form-job-apply #input_2_1036_Container #input_2_1036,
.wpjb-job-apply #wpjb-form-job-apply #input_2_1036_toolbar{ 
    width: 50% !important;
} */

.wpjb-job-apply #wpjb-form-job-apply .gform_wrapper.gravity-theme .gfield {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* 23/03/2023 dm */

#input_2_1038_Container {
  width: 300px !important;
}

#input_2_1038 {
  width: 100% !important;
}

#input_2_1038_toolbar {
  width: 300px !important;
}

/*#input_2_1038_toolbar{
    width:20px !important;
    
    
}*/

/* support 24-03-23 start */
.project-sec {
  background: transparent;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.project-sec::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% - 80px);
  z-index: -1;
  background: #fffaf4;
}

.project-sec .project-bg {
  height: calc(100% - 80px);
}

.project-sec .project-slider-outer {
  margin-bottom: 0;
}

/* support 24-03-23 end */

/* 30/03/2023 dm */

.job-search-box input[type="button"] {
  width: 100%;
}

/* 30/03/2023 dm */

/* 31/03/2023 dm */

#applyform_Div .application-box {
  background-color: rgba(247, 151, 28, 0.07);
  padding: 38px 42px;
  margin-top: 27px;
}

#applyform_Div .application-box .gform_required_legend {
  display: none;
}

#applyform_Div .application-box .gform_wrapper.gravity-theme .gform_body .ginput_container_date input {
  width: 100%;
}

#applyform_Div .application-box .gform_wrapper.gravity-theme .gform_body input[type="text"],
#applyform_Div .application-box .gform_wrapper.gravity-theme .gform_body input[type="email"],
#applyform_Div .application-box .gform_wrapper.gravity-theme .gform_body input[type="tel"],
#applyform_Div .application-box .gform_wrapper.gravity-theme .gform_body textarea {
  padding: 8px 20px;
  border-radius: 4px;
}

#applyform_Div .application-box .gform_wrapper.gravity-theme .gform_body .gfield_label {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #000000;
  margin-bottom: 10px;
}

#applyform_Div .application-box .gform_wrapper.gravity-theme .gfield {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#applyform_Div .application-box .gform_wrapper.gravity-theme .gform_body .ginput_container_radio .gfield_radio>* {
  display: inline-block;
  margin-right: 4px;
  margin-top: 4px;
}

#applyform_Div .application-box .gform_wrapper.gravity-theme .gform_body .gfield-choice-input+label {
  max-width: 100%;
}

/* 31/03/2023 dm */

/* support 31/3/23 */

.btn .aplly_arrow {
  position: relative;
  display: inline-block;
  margin-left: 9px;
}

.btn .aplly_arrow {
  font-family: "wpjb-glyphs";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  opacity: 0.75;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  background-image: url(../svg/new-downaro.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 28px;
  height: 18px;
  margin-left: 9px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn:hover .aplly_arrow {
  background-image: url(../svg/new-downaro2.svg);
}

#applyform_Div .application-box .gform_wrapper.gravity-theme .gform_body textarea {
  height: 152px;
}

/* support-04-04-2023-css-start */

.pagination-cmn {
  display: flex;
  align-items: center;
  justify-content: flex-start !important;
}

.pagination-cmn .wp-pagenavi {
  display: flex;
  justify-content: flex-end;
}

.pagination-cmn .wp-pagenavi span,
.pagination-cmn .wp-pagenavi a {
  position: relative;
  display: block;
  color: #303030;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  text-decoration: none;
  background-color: #fff;
  border: 0;
  font-size: 20px;
  font-weight: 400;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  padding: 0;
  padding-right: 20px;
}

.pagination-cmn .wp-pagenavi a.nextpostslink {
  position: relative;
  font-size: 0;
  width: 28px;
  display: flex;
  align-items: center;
}

.pagination-cmn .wp-pagenavi a:hover {
  color: #f26721;
}

.pagination-cmn .wp-pagenavi a.nextpostslink::before {
  font-family: "wpjb-glyphs";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  opacity: 0.75;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e85b";
  font-size: 20px !important;
}

.pagination-cmn .wp-pagenavi a.previouspostslink {
  position: relative;
  font-size: 0;
  width: 28px;
  display: flex;
  align-items: center;
}

.pagination-cmn .wp-pagenavi a.previouspostslink:hover {
  text-decoration: none !important;
}

.pagination-cmn .wp-pagenavi a.nextpostslink:hover {
  text-decoration: none !important;
}

.pagination-cmn .wp-pagenavi a.previouspostslink::before {
  font-family: "wpjb-glyphs";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  opacity: 0.75;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  content: "\e85a";
  font-size: 20px !important;
}

/* support-04-04-2023-css-end */
.wpgmp_filter_wrappers {
  display: none !important;
}

/* support start 13.4.23 */
#menu-others-menu {
  margin-top: 46px;
}

/* support start 13.4.23 */

/*support 14.3.2023*/
.location2-sec .location-overview-img img {
  object-position: top;
}

/*----17.4.2023--*/
.all-location-map .map_indicator li+li {
  margin-left: 20px;
}

.all-location-map .map_indicator ul {
  list-style: none;
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}

.all-location-map .map_indicator {
  font-size: 14px;
}

.all-location-map .map_indicator img {
  max-width: 12px;
  margin-right: 5px;
}

/*support 14.3.2023*/

/* 18.04.23 start */

.about_map_indicator ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}

.about_map_indicator img {
  max-width: 12px;
  margin-right: 5px;
}

.about_map_indicator li+li {
  margin-left: 20px;
}

/* 18.04.23 end */

/* update start 18-04-2023 RN */

.portal_link {
  padding-left: 0;
  margin: 0 -40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  flex-wrap: wrap;
}

.portal_link li {
  width: 50%;
  padding: 0 40px;
  margin-bottom: 25px;
}

.portal_link li:nth-last-child(-n + 2) {
  margin-bottom: 0;
}

.portal_link li a {
  width: 100%;
}

.portal-sec .portal-row {
  margin-bottom: 40px;
}

.portal-resource {
  text-align: center;
  margin-top: 60px;
}

.portal-resource h2 {
  margin-bottom: 30px;
}

.Portal_heading h3 {
  font-weight: 600;
  color: #242216;
}

.portal_btn {
  border-radius: 15px;
}

/* update end 18-04-2023 RN */

/* support-21-04-2023-css-start */

.inr-bnr-content {
  padding-left: 65px;
}

.single-gallery_project .inr-bnr-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.single-gallery_project .inr-bnr-img img {
  object-fit: contain;
  background: #fff;
  height: calc(100% + 10px);
}

/* support-21-04-2023-css-end */

/* support 26-04-2023 */
/* support 26-04-2023 */

.current {
  color: #f26721 !important;
}

.previouspostslink {
  display: none !important;
}

.nextpostslink {
  display: none !important;
}

/*support 27/4/2023*/
.insights-sec .leadership-img a {
  width: 100%;
  height: 100%;
}

.application-box form select {
  appearance: inherit;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
}

.page-template-tmp-home .bnr-img img {
  object-position: right;
}

.single-case_study_post .inr-bnr-img {
  padding: 0 15px;
}

.page-template-tmp-home .bnr-content.home_ban {
  padding-right: 10px;
}

/*support 27/4/2023*/

/* 27/04/2023 dm */

.proj-slider-img {
  height: 215px;
}

.slick-arrow:before {
  /* -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.22); */
  box-shadow: none !important;
  border-color: #f7971b;
}

/* 27/04/2023 dm */

.project-sec {
  padding-bottom: 70px !important;
  margin-bottom: 0px !important;
}

.project-sec .project-bg {
  height: 100% !important;
}

.project-slider .slick-prev {
  top: 50%;
  margin-top: -25px;
}

.project-slider .slick-next {
  top: 50%;
  margin-top: 25px;
}


/* 04/05/2023 dm */



/* 04/05/2023 dm */


/*support 8/5/2023*/
.wt-cli-cookie-bar .cli-wrapper {
  /* border: 2px solid #000000; */
  padding: 15px;
}

.wt-cli-cookie-bar .cli-wrapper h5 {
  text-align: left;
}

.wt-cli-cookie-bar .cli-bar-btn_container .cli_action_button {
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  font-family: "Fira Sans Condensed", sans-serif;
  display: inline-block;
  color: #fff;
  background-color: #f26721;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  text-transform: capitalize;
  padding: 15px 20px;
  border: 1px solid #f26721;
  border-radius: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  line-height: 1.2;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  margin-top: 10px;
}

.wt-cli-cookie-bar .cli-bar-message {
  margin-bottom: 10px;
}

.wt-cli-cookie-bar .cli-bar-message a {
  text-decoration: underline !important;
}

.wt-cli-cookie-bar .cli-bar-message a:hover {
  color: #b91e32;
}

.wt-cli-cookie-bar .cli-bar-btn_container .cli_settings_button {
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  font-family: "Fira Sans Condensed", sans-serif;
  display: inline-block;
  color: #b91e32;
  -webkit-box-shadow: 0;
  box-shadow: 0;
  text-transform: capitalize;
  padding: 15px 20px;
  border: 1px solid #b91e32;
  border-radius: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  line-height: 1.2;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  margin-top: 10px !important;
}

.wt-cli-cookie-bar .cli-bar-btn_container .cli_action_button:hover {
  color: #f26721 !important;
  background-color: #ffffff !important;
}

.wt-cli-cookie-bar .cli-bar-btn_container .cli_settings_button:hover {
  background-color: #fff !important;
  color: #f26721 !important;
  border: 1px solid #f26721;
}

/*support 8/5/2023*/
/* 15.05.2023 */
.r_class {
  font-size: 13px;
  position: relative;
  top: -3px;
}




/* 15.05.2023 */

/* support start 22.5.23 */
.tablepress>:not(caption)>*>* {
  border: 1px solid var(--border-color) !important;
}

.event-details-row ul li:not(:last-child) {
  margin-bottom: 10px;
}

.tablepress>:where(thead, tfoot)>*>th {
  background-color: #f26721 !important;
  color: #fff !important;
}

/* support end 22.5.23 */

/* support-24-05-2023-css-start */

/* .page-template-tmp-contact .Headquarters-box ul li:last-child {
  padding-left: 31px;
} */

.search-results .glry-bnr .inr-bnr-line {
  width: 78%;
}

.srch_nw .job-search-img {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fcfbfb;
}

.srch_nw .job-search-img img {
  max-width: 50px;
  height: auto;
}

.search-results .inr-bnr-content h1 {
  font-size: 50px;
}

/* support-24-05-2023-css-end */
/* support start 25.5.23 */
.page-template-tmp-solution .solution-img-box img,
.page-template-tmp-service .solution-img-box img {
  height: 511px;
}

.page-template-tmp-solution .solution-img-box-ovarlay img,
.page-template-tmp-service .solution-img-box-ovarlay img {
  height: 388px;
}

/* support end 25.5.23 */

/*support 1/6/2023*/
.page-template-tmp-portal .portal-sec .portal_link li:nth-last-child(-n + 2) {
  margin-bottom: 25px;
}

/*support 1/6/2023*/

/*support 8/6/2023*/
.main-head .search-bar .search-field {
  font-size: 16px;
}

/*support 8/6/2023*/

/* 08.06.23 start */


.application-box form .gfield_fileupload_progress {
  display: inline-block;
  padding-right: 10px;
}


.hcr_link span img {
  width: 20px;
}


/* support 21-06-23 start */
.job_left_section:not(:last-child) {
  margin-bottom: 50px;
}

.job_left_section a.btn {
  width: 100%;
}

.job-opening-sec .gform_wrapper.gravity-theme .ginput_container_date input {
  width: 100%;
}

.job-opening-sec .gform_wrapper.gravity-theme .gform_body .ginput_container_radio .gfield_radio>* {
  display: inline-block;
  margin-right: 4px;
  margin-top: 4px;
}

.job-opening-sec .gform_wrapper.gravity-theme .gfield {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.job-opening-sec .gform_wrapper.gravity-theme .gform_body .gfield-choice-input+label {
  max-width: 100%;
}

.job-opening-sec .gform_wrapper.gravity-theme .gform_body textarea {
  height: 152px !important;
}

.job-opening-sec .gform_wrapper.gravity-theme .gform_body .gfield_label {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #000000;
  margin-bottom: 10px;
}

.job-opening-sec .gform_required_legend {
  display: none;
}

#input_5_1038_Container {
  width: 300px !important;
}

/* support 21-06-23 end */

/* update start RN 09-08-2023 */
.header-main {
  justify-content: flex-start;
}

.header-main .navigation {
  margin-left: 100px;
}

.navbar-nav>li:last-child>.sub-menu {
  left: auto;
  right: 0;
}

/* update end RN 09-08-2023 */

/* 16.08.23 css */
/* .Headquarters-box ul li {
  position: relative;
  padding-left: 31px;
}

.Headquarters-box ul li img {
  position: absolute;
  top: 0;
  left: 0;
} */

/* 16.08.23 css */
/* CSS Modification 15.09.23 */
.navbar-nav>li:last-child>.sub-menu {
  command: workbench.trust.manage left: 0;
  right: inherit;
}

/* CSS Modification 15.09.23 */


/* support 28/9/23 */

.inr-banner.landing_banner {
  padding: 0;
  background-color: transparent;
  min-height: auto;
}

.landing_banner .inr-bnr-img {
  position: relative;
  width: 50%;
}

.landing_banner .landing_ban_img {
  background-color: #B91E32;
  display: flex;
  align-items: center;
  height: auto;
}

.landing_banner .inr-bnr-content {
  padding: 63px 55px;
  /* text-align: left; */
}

.landing_banner .landing_ban_img {
  padding: 0;
}

.landing_banner .inr-bnr-content .btn {
  /* color: #B91E32; */
  color: #fff;
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 18px;
  /* font-style: italic; */
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1;
  padding: 16px 36px;
  /* background: #FFF; */
  background: #f26721;
  /* box-shadow: 0px 34px 54px 0px #880012; */
  border: 2px solid transparent;
  position: relative;
  z-index: 2;
}

.landing_banner .inr-bnr-content .btn:hover {
  border: 2px solid #fff;
  color: #fff;
  background-color: transparent;
}

.landing_page .landing_left h2 {
  line-height: 1.4;
}

.landing_banner .inr-bnr-content h1 {
  margin-bottom: 40px;
  position: relative;
  z-index: 2;
}


.landing_page .landing_left {
  padding-right: 30px;
  font-size: 18px;
  line-height: 1.7;
}

.landing_page .landing_right {
  padding-left: 50px;
}

.landing_page .landing_left h2 span {
  color: #B91E32;
}

.landing_page .landing_left p img {
  width: 100%
}

.landng-bnr-content-img {
  position: absolute;
  right: 18px;
  max-width: 200px;
  bottom: 3px;
}

.landing_page .landing_left .landing-icon {
  margin-top: 55px;
}

.landing_page .landing_left .landing-icon .landing-icon-sec .solutions-box {
  display: block;
  height: 100%;
  width: 100%;
  padding: 21px 32px;
  background: rgba(238, 72, 46, 0.08);
  text-align: center;
}

.landing_page .landing_left .landing-icon .landing-icon-sec .solutions-box .solutions-icon {
  margin-bottom: 15px;
}

.landing_page .landing_left .landing-icon .landing-icon-sec .solutions-box h4 {
  color: #000;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
}

.landing_page .landing_left .landing-icon .landing-icon-sec .solutions-box:hover h4 {
  text-decoration: none !important;
}

.landing_page .landing_left .landing-icon .landing-icon-sec .solutions-box:hover {
  background: #FFF;
  box-shadow: 0px 34px 54px 0px rgba(185, 30, 50, 0.15);
  text-decoration: none !important;
}

.landing_page .landing_left .landing-icon .landing-icon-sec .solutions-col {
  padding: 20px 20px;
}

.landing_page .landing_left .landing-icon .landing-icon-sec .solutions-row {
  margin: -20px -20px;
}

.landing_form_wrapper {
  padding: 40px 40px;
  background: #FFF;
  box-shadow: 0px 34px 54px 0px rgba(185, 30, 50, 0.20);
}

.landing_page .indus-pack-row {
  align-items: flex-start;
}

.landing_right .landing_form_wrapper h2 {
  font-size: 38px;
  font-weight: 600;
  color: #242216;
  margin-bottom: 33px;
}

.landing_form_wrapper .gform_heading .gform_required_legend {
  color: #BEB8AE;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 27px;
}

.landing_form_wrapper .gform_heading .gform_required_legend span.gfield_required {
  color: #BEB8AE;
}

.landing_form_wrapper .gform_wrapper.gravity-theme legend.gfield_label {
  color: #242216;
  font-family: Roboto Condensed;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 10px;
}

.landing_form_wrapper .gform_wrapper.gravity-theme label.gfield_label {
  color: #242216;
  font-family: Roboto Condensed;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 10px;
}

.landing_form_wrapper .gform_wrapper.gravity-theme label.gfield_label span.gfield_required {
  color: #B91E32;
}

.landing_form_wrapper .landing_form .gform_wrapper.gravity-theme input[type=email],
.landing_form_wrapper .landing_form .gform_wrapper.gravity-theme input[type=number],
.landing_form_wrapper .landing_form .gform_wrapper.gravity-theme input[type=password],
.landing_form_wrapper .landing_form .gform_wrapper.gravity-theme input[type=tel],
.landing_form_wrapper .landing_form .gform_wrapper.gravity-theme input[type=text],
.landing_form_wrapper .landing_form .gform_wrapper.gravity-theme textarea {
  height: 55px;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: #242216;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  /*text-transform: capitalize;*/
  padding: 0 24px;
}

.landing_form_wrapper .gform_wrapper.gravity-theme .gfield textarea.large {
  height: 113px;
  padding: 17px 24px;
}

.landing_form_wrapper .landing_form .gform_wrapper.gravity-theme select {
  background-color: rgba(190, 184, 174, 0.2);
  border: none;
  color: #242216;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  text-transform: capitalize;
  padding: 0 24px;
  padding-right: 45px;
  background-image: url(../svg/select-aro.svg);
  background-repeat: no-repeat;
  background-position: center right 22px;
  background-size: 16px;
}

.landing_form_wrapper .gform_wrapper.gravity-theme .ginput_full:not(:last-of-type) {
  margin-bottom: 27px;
}

.landing_form_wrapper .gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: 0;
  grid-row-gap: 0;
}

.landing_form_wrapper .gform_wrapper.gravity-theme .gform_fields .gfield {
  margin-bottom: 27px;
}

.landing_form_wrapper .gform_wrapper.gravity-theme .ginput_container_address span.ginput_left,
.landing_form_wrapper .gform_wrapper.gravity-theme .ginput_container_address span.ginput_right {
  flex: 0 0 33.33%;
  margin-bottom: 0 !important;
}

.landing_form_wrapper .gform_wrapper.gravity-theme .ginput_container_address span.ginput_left input[type="text"],
.landing_form_wrapper .gform_wrapper.gravity-theme .ginput_container_address span.ginput_right input[type="text"] {
  background-color: rgba(190, 184, 174, 0.2);
  border: none;
}

.landing_form_wrapper .gfield_description {
  color: #242216;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
}

.landing_form_wrapper .gform_wrapper.gravity-theme .gform_footer {
  padding: 0;
}

.landing_form_wrapper .gform_footer input[type="submit"] {
  color: #FFF;
  font-family: Fira Sans Condensed;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  line-height: normal;
  display: block;
  width: 100%;
  height: 54px;
  padding-left: 25px;
  padding-right: 25px;
  background: #B91E32;
  box-shadow: 0px 34px 54px 0px rgba(185, 30, 50, 0.20);
  border: 2px solid transparent;
}

.landing_form_wrapper .gform_footer input[type="submit"]:hover {
  border: 2px solid #B91E32;
  background: transparent;
  color: #B91E32;
}

.landing_form_wrapper .gform_wrapper.gravity-theme .ginput_complex label {
  padding-top: 0;
  margin-bottom: 10px;
  color: #242216;
  font-family: Roboto Condensed;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
}

.srvc-row {
  display: flex !important;
  align-items: flex-start !important;
}

/* end support 28/9/23 */

/* support start 10-9-23 */
.page-template-tmp-general-application .inr-banner {
  min-height: 600px;
  padding: 115px 0;
  display: flex;
  align-items: center;
}

.landing_form_wrapper {
  background-color: rgba(247, 151, 28, 0.07);
  box-shadow: none;
}

.landing_form_wrapper .landing_form .gform_wrapper.gravity-theme input[type=email],
.landing_form_wrapper .landing_form .gform_wrapper.gravity-theme input[type=number],
.landing_form_wrapper .landing_form .gform_wrapper.gravity-theme input[type=password],
.landing_form_wrapper .landing_form .gform_wrapper.gravity-theme input[type=tel],
.landing_form_wrapper .landing_form .gform_wrapper.gravity-theme input[type=text],
.landing_form_wrapper .landing_form .gform_wrapper.gravity-theme textarea,
.landing_form_wrapper .gform_wrapper.gravity-theme .ginput_container_address span.ginput_left input[type="text"],
.landing_form_wrapper .gform_wrapper.gravity-theme .ginput_container_address span.ginput_right input[type="text"] {
  color: rgba(0, 0, 0, 0.5);
  height: 50px;
  background: #fff;
  border: 1px solid rgba(36, 34, 22, 0.16);
  border-radius: 0px;
  font-weight: 400;
  font-size: 15px;

}

.landing_form_wrapper .landing_form .gform_wrapper.gravity-theme select {
  background: url(../svg/plyarw11.svg) no-repeat calc(100% - 16px) center #fff;
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
}

.landing_form_wrapper .gform_wrapper.gravity-theme label.gfield_label,
.landing_form_wrapper .gform_wrapper.gravity-theme legend.gfield_label,
.landing_form_wrapper .gform_wrapper.gravity-theme .ginput_complex label {
  font-family: "Roboto", sans-serif;
  font-weight: 500 !important;
  text-transform: capitalize;
  font-size: 14px;
  color: #000000 !important;
  margin-bottom: 10px;
}


.landing_form_wrapper .gform_footer input[type="submit"] {
  font-size: 18px;
  font-weight: 500;
  font-family: "Fira Sans Condensed", sans-serif;
  display: inline-block;
  color: #fff;
  background: #f26721;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-transform: capitalize;
  padding: 15px 30px;
  border: 1px solid transparent;
  border-radius: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  line-height: 1 !important;
  position: relative;
  min-width: 184px;
  text-align: center;
  text-decoration: none !important;
  width: auto;
  font-style: normal;
}

.landing_form_wrapper .gform_footer input[type="submit"]:hover {
  color: #f26721;
  border: 1px solid #f26721;
  background-color: transparent;
}

.landing_form_wrapper input[type="file"]::-webkit-file-upload-button {
  background: #ffffff;
  border: 1px solid #b9b9b9;
  font-weight: 500;
  font-size: 15px;
  text-transform: capitalize;
  color: #000000;
  display: inline-block;
  text-align: center;
  padding: 5px 18px;
  min-width: 136px;
  margin-right: 20px;
}

.landing_form_wrapper input[type="file"]::file-selector-button {
  background: #ffffff;
  border: 1px solid #b9b9b9;
  font-weight: 500;
  font-size: 15px;
  text-transform: capitalize;
  color: #000000;
  display: inline-block;
  text-align: center;
  padding: 5px 18px;
  margin-right: 20px;
  min-width: 136px;
}

.landing_form_wrapper .gform_heading .gform_required_legend {
  font-weight: 400;
  font-style: normal;
  color: #303030;
  font-size: 15px;
  margin-bottom: 10px;
}

.landing_form_wrapper .gform_wrapper.gravity-theme .gfield_required,
.landing_form_wrapper .gform_wrapper.gravity-theme label.gfield_label span.gfield_required {
  color: #000000 !important;
}



/* support end 10-9-23 */

/*support 13/10/2023*/
.service-sec-cont .row {
  --bs-gutter-x: 2.5rem;
}

/*support 13/10/2023*/

/*.indus-pack-sec .indus-pack-left.sol_quote h5 {
    font-size: 15px;
    line-height: 1.5;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
}*/

/* support 16/9/23 */

.service-sec-cont .service-left-cont p {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  color: #000;
}

.service-sec-cont .service-left-cont p strong {
  font-weight: 500;
}

/* end support 16/9/23 */

/*support pp.c 1/11/2023 start*/
.desc_inner_wrapper .strng_hedding {
  font-size: 18px;
  width: 180px;
}

.desc_inner_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.desc_inner_wrapper p {
  width: calc(100% - 180px);
  padding-left: 8px;
}

.desc_wrapper {
  margin-bottom: 30px;
}

.desc_inner_wrapper:not(:last-child) {
  margin-bottom: 8px;
}

.job-opening-sec ul li {
  font-size: 18px;
}

/*support pp.c 1/11/2023 end*/
/*support pp.c 7/11/2023 start*/
.wsp-container {
  background-color: #ffffff;
  border: 1px solid rgba(36, 34, 22, 0.16);
  padding: 45px;
}

.wsp-container .page-item-2499,
.wsp-container .page-item-2498,
.wsp-container .page-item-2495,
.wsp-container .page-item-2490,
.wsp-container .page-item-2493,
.wsp-container .page-item-2488 {
  display: none;
}

.wsp-container ul li a {
  color: #303030;
}

.wsp-container ul li a:hover {
  color: #f26721;
  text-decoration: none !important;
}

.wsp-container ul li {
  position: relative;
  padding-left: 20px;
  font-size: 16px;
}

.wsp-container ul {
  padding-left: 0;
  margin-bottom: 0;
}

.wsp-container ul li::marker {
  content: none;
}

.wsp-container ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 8px;
  height: 8px;
  background-color: #f26721;
  border-radius: 100%;
}

.wsp-container ul li ul.children li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 8px;
  height: 8px;
  background-color: #ffffff;
  border: 1px solid #f26721;
  border-radius: 100%;
}

.wsp-container ul li:not(:last-child) {
  margin-bottom: 7px;
}

.wsp-container ul.children {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 30px;
}

.wsp-container ul.children li.page-item-364 {
  display: none
}

.wsp-container ul.children li.page-item-364,
.wsp-container ul.children li.page-item-366 {
  display: none
}

/*support pp.c 7/11/2023 end*/

/* 08.11.23 css */
.sitemap-sec-wrap ul li ul.sub-menu {
  display: block !important;
  position: relative;
  width: auto;
}

.sitemap-sec-wrap {
  position: relative;
  display: table;
  width: 100%;
}

.sitemap-sec-wrap #primaryNav {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sitemap-sec-wrap #primaryNav li li ul {
  background-color: transparent;
  border: none;
  box-shadow: none;
}

#primaryNav li a {
  padding: 10px 5px;
  font-size: 15px;
  font-weight: 500;
  font-family: "Fira Sans Condensed", sans-serif;
  color: #fff;
  display: block;
  background: rgba(185, 30, 47, 1);
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  text-transform: uppercase;
  border: 1px solid transparent;
  border-radius: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  line-height: 1.2;
  position: relative;
  text-align: center;
  text-decoration: none !important;
}

#primaryNav li a:hover {
  background: rgba(185, 30, 47, 0.8);
  color: #ffffff;
  border-color: transparent !important;
}

#primaryNav li li {
  padding: 10px 20px 0 0 !important;
}

#primaryNav li li a {
  background-color: rgba(242, 103, 33, 1);
  border-color: transparent !important;
  text-transform: capitalize;
}

#primaryNav li li a:hover {
  background-color: rgba(242, 103, 33, 0.8) !important;
  border-color: transparent !important;
}

.sitemap-sec-wrap #primaryNav li li ul {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

#primaryNav li li li a {
  margin-right: 0;
  background-color: rgba(219, 122, 93, 1);
}

.sitemap-outer-wrap {
  padding-top: 30px;
}

/* 08.11.23 css */

/* 01.12.23 css */
.leadership-img-link>a {
  display: block;
  width: 100%;
  height: 100%;
}

/* 01.12.23 css */

.blog-page-sec .blog-right ol li::marker{
  color: #000;
}
/* ========== responsive css =========== */

@media (min-width: 768px) {
  .gallary-wrapper-mbl {
    display: none;
  }
}

@media (min-width: 1024px) {
  .header-main .navbar-nav li:last-child .sub-menu .sub-menu {
    max-height: initial !important;
    overflow-y: auto;
    left: 100%;
    right: 0;
    column-count: 2;
    padding: 0 !important;
  }

  .header-main .navbar-nav li:last-child .sub-menu .sub-menu li {
    break-inside: avoid-column;
  }

  .header-main .navbar-nav li:last-child .sub-menu li#menu-item-776 .sub-menu {
    column-count: 1;
  }

  /* update start RN 09-08-2023 */
  .header-main .navbar-nav li:last-child .sub-menu .sub-menu {
    width: 280px;
  }

  .header-main .navbar-nav li:last-child .sub-menu .sub-menu {
    left: auto;
    right: 100%;
  }

  /* update end RN 09-08-2023 */
  /* CSS Modification 15.09.23 */
  .header-main .navbar-nav li:last-child .sub-menu .sub-menu {
    left: 100%;
    right: inherit;
  }

  /* CSS Modification 15.09.23 */
}

@media (min-width: 1025px) {

  /* navbar*/
  .navbar-nav .clickD {
    display: none;
  }

  .navbar-nav li.menu-item-has-children:hover>.sub-menu {
    display: block;
  }
}

/*desktop & big screen size*/

/* @media screen and (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
     max-width:1140px;
    }
} */

@media screen and (min-width: 1400px) {
  /* 02/02/2023 dm */

  .gallery_pro_bann .inr-bnr-content h1 {
    font-size: 65px;
  }

  /* 02/02/2023 dm */
}

@media screen and (min-width: 1800px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1426px;
  }

  /* support start 10-10-23 */
  .page-template-tmp-general-application .inr-bnr-img img {
    object-position: top;
  }

  /* support end 10-10-23 */
}

@media screen and (min-width: 2500px) {
  .page-template-tmp-general-application .inr-banner {
    min-height: 1000px;
  }

  .page-template-tmp-general-application .inr-bnr-img img {
    object-position: 50% 31%;
  }
}

@media screen and (min-width: 3000px) {
  .page-template-tmp-general-application .inr-banner {
    min-height: 1700px;
  }
}

@media (max-width: 1799px) {
  h1 {
    font-size: 60px;
  }

  h2, .blog-page-sec .blog-right ol li:has(h2)::marker {
    font-size: 36px;
  }

  h4, .blog-page-sec .blog-right ol li:has(h4)::marker {
    font-size: 21px;
  }

  h5, .blog-page-sec .blog-right ol li:has(h5)::marker {
    font-size: 18px;
  }

  h6, .blog-page-sec .blog-right ol li:has(h6)::marker {
    font-size: 16px;
  }

  body {
    font-size: 15px;
  }

  .logo {
    width: 270px;
  }

  .navbar-nav>li {
    margin: 0 8px;
  }

  .navbar-nav>li>a {
    font-size: 16px;
  }

  .navigation {
    margin-right: 20px;
  }

  .banner {
    min-height: 750px;
  }

  .bnr-content {
    max-width: 600px;
  }

  .solutions-box .solutions-icon {
    height: 75px;
    max-width: 85px;
  }

  .about-img2 {
    min-width: 443px;
    border: 6px solid #fff;
  }

  .home-about-left .parg {
    max-width: 420px;
    padding-right: 15px;
  }

  .container_full_Lt {
    max-width: 100%;
    padding-left: calc((100% - 1140px + 30px) / 2);
  }

  .project-right {
    padding-left: 65px;
  }

  .project-slider {
    margin-right: -140px;
  }

  /* .project-slider .slick-prev {
    top: 33%;
  }

  .project-slider .slick-next {
    top: 43%;
  } */

  .latest-proj-top .latest-proj-col:nth-child(2) {
    width: 39%;
  }

  .latest-proj-slider a {
    min-height: 350px;
  }

  .latest-proj-slider a img {
    max-height: 350px;
  }

  .review-slider-box {
    padding: 65px 65px;
  }

  .review-info p {
    font-size: 16px;
  }

  .ftr-area1-left-outer {
    max-width: 330px;
  }

  .wlcm {
    font-size: 17vh;
  }

  .review-slider {
    margin-top: -200px;
  }

  .latest-proj-top .latest-proj-col:not(:last-child) {
    padding-right: 30px;
  }

  .latest-proj-top .latest-proj-col:first-child {
    width: 42%;
  }

  .latest-proj-top .latest-proj-col:nth-child(2) {
    width: 41%;
  }

  .search-modal {
    padding: 34px 15px;
  }

  .solution-img-box-ovarlay {
    max-width: 390px;
  }

  .indus-pack-bnr .inr-bnr-line {
    left: 50px;
    top: 10px;
  }

  .indus-pack-bnr h1 {
    font-size: 58px;
  }

  .indus-pack-sliderbox {
    padding: 85px 35px 50px 35px;
  }

  .indus-pack-right p {
    line-height: 1.5;
  }

  .indus-pack-right p:not(:last-child) {
    margin-bottom: 30px;
  }

  .inr-bnr-line {
    right: 20%;
  }

  .retail-img-ht a img {
    width: auto;
    height: 100%;
  }

  .heading {
    max-width: 860px;
  }

  .gallary-wrapper {
    height: 400px;
  }

  .gallary-mdl-top {
    height: 200px;
  }

  .leadership-con {
    padding: 25px 35px 37px 30px;
  }

  .video-slider .slick-slide {
    padding: 50px 40px;
  }

  .video-slider .slick-prev {
    left: 26%;
  }

  .video-slider .slick-next {
    right: 26%;
  }

  .case-studies-col .project-slider-box .con {
    padding: 27px 25px 40px 25px;
  }

  .about-us-right-outer {
    max-width: 330px;
  }

  .map iframe {
    width: 100%;
  }

  .map h3 {
    font-size: 28px;
  }

  .about-us-right .indus-pack-sliderbox {
    padding: 85px 35px 40px 35px;
  }

  .about-us-mdl h3 {
    font-size: 28px;
  }

  .about-us2-left-box {
    padding: 25px 20px;
  }

  .form_input_check label span {
    font-size: 15px;
  }

  .form_input_check label input[type="checkbox"]+span::before,
  .form_input_check label input[type="checkbox"]+span::after {
    top: 4px;
  }

  .leadership-page-left {
    width: 22%;
  }

  .leadership-page-right {
    width: 78%;
    padding-left: 50px;
  }

  .team-box h4 {
    font-size: 24px;
  }

  .Headquarters-box ul li p,
  .Headquarters-box ul li a {
    font-size: 19px;
  }

  .Headquarters-box ul {
    margin-bottom: 30px;
  }

  .job-opening-option li:not(:first-child) {
    margin-left: 20px;
  }

  .job-opening-option li {
    font-size: 16px;
  }

  .ul-list li::after {
    top: 8px;
  }

  .team-hero-img {
    width: 209px;
    height: 209px;
  }

  .team-hero-img a {
    width: 45px;
    height: 45px;
    font-size: 17px;
  }

  .team-col .team-hero-img {
    width: 187px;
    height: 187px;
  }

  .job-search-box {
    padding: 30px;
  }

  .all-loca-box-outer {
    padding-right: 30px;
  }

  .all-loca-content-img {
    width: 270px;
    margin-right: 30px;
  }

  .all-loca-content-desc {
    width: calc(100% - 300px);
  }

  .location2-left-details {
    width: 29%;
  }

  .location2-overview {
    width: 71%;
  }

  .location2-team {
    width: 28%;
  }

  .bci {
    left: -12px;
    bottom: -50px;
  }

  .ftr-logo {
    max-width: 220px;
  }

  /* ========== 12/12/2022 ========= */

  .latest-proj-slider .sr_gellary_wrap {
    min-height: 350px;
  }

  .latest-proj-slider .sr_gellary_wrap>img {
    max-height: 320px;
  }

  /* ========== 12/12/2022 END ========= */

  /* 02/02/2023 dm */

  .gallery_pro_bann .inr-bnr-content h1 {
    font-size: 52px;
  }

  /* 02/02/2023 dm */

  /* 20.04.23 start */

  .blog-bnr .inr-bnr-line {
    width: 65%;
  }

  /* 20.04.23 end */

  /* support 26-04-2023 */

  .indus-pack-row {
    align-items: center;
  }

  .page-id-775 .indus-pack-row {
    align-items: flex-start;
  }

  .indus-pack-right-more-image {
    text-align: center;
  }

  .indus-pack-right img {
    width: 60%;
  }

  .single-solutions_post .indus-pack-row {
    align-items: flex-start;
  }

  .single-solutions_post .indus-pack-right img {
    width: auto;
  }

  /* support 26-04-2023 */

}

/* update start RN 09-08-2023 */
/* @media(max-width: 1499px){
  .sub-menu{
    width: 200px;
  }
} */
/* update end RN 09-08-2023 */

/* support 15-12-22 start */
@media (max-width: 1439px) {

  /* CSS Modification 15.09.23 */
  .header-main .navigation {
    margin-left: 80px;
  }

  /* CSS Modification 15.09.23 */

}

@media (max-width: 1399px) {
  .sub-menu {
    width: 210px;
  }

  /* support 24-03-23 start */
  .navigation {
    margin-right: 15px;
  }

  .navbar-nav>li>a {
    font-size: 15px;
    padding: 4px 8px;
  }

  /* support 24-03-23 end */

  /* 20.04.23 start */

  .blog-bnr .inr-bnr-line {
    width: 75%;
  }

  /* 20.04.23 end */
  /* CSS Modification 15.09.23 */
  .header-main .navigation {
    margin-left: 50px;
  }

  .navbar-nav>li>a {
    padding: 4px 6px;
  }

  /* CSS Modification 15.09.23 */
}

/* support 15-12-22 end */
@media (max-width: 1280px) {
  .project-left {
    padding-bottom: 30px;
  }

  .header-main .navbar-nav li:last-child .sub-menu .sub-menu {
    max-height: 180px;
  }

  /* support 15-12-22 start */
  .sub-menu {
    width: 190px;
  }

  /* support 15-12-22 end */

  /* update start  RN 18-04-2023 */
  .portal_link {
    margin: 0 -25px;
  }

  .portal_link li {
    padding: 0 25px;
  }

  /* update end  RN 18-04-2023 */
  /* CSS Modification 15.09.23 */
  .logo {
    width: 230px;
  }

  /* CSS Modification 15.09.23 */
}

@media (max-width: 1199px) {
  h1 {
    font-size: 55px;
  }

  h2, .blog-page-sec .blog-right ol li:has(h2)::marker {
    font-size: 34px;
  }

  h3, .blog-page-sec .blog-right ol li:has(h3)::marker {
    font-size: 30px;
  }

  h5, .blog-page-sec .blog-right ol li:has(h5)::marker {
    font-size: 16px;
  }

  h4, .blog-page-sec .blog-right ol li:has(h4)::marker {
    font-size: 18px;
  }

  h6, .blog-page-sec .blog-right ol li:has(h6)::marker {
    font-size: 15px;
  }

  .logo {
    width: 200px;
  }

  .navbar-nav>li>a {
    font-size: 14px;
    padding: 2px 8px;
  }

  .navigation {
    margin-right: 10px;
  }

  .head-call {
    font-size: 16px;
  }

  .header-top-itm a {
    font-size: 16px;
  }

  .search-btn span {
    margin-top: -2px;
  }

  .navbar-nav>li {
    margin: 0 2px;
  }

  .banner {
    min-height: 600px;
  }

  .bnr-content {
    max-width: 530px;
  }

  .bnr-content .parg {
    max-width: 440px;
    margin-bottom: 30px;
  }

  .img-ovarlay-cont h2 {
    font-size: 60px;
    line-height: 0.8;
  }

  .wlcm {
    font-size: 13.5vh;
  }

  .about-img2 {
    min-width: 350px;
    border: 4px solid #fff;
  }

  .img-ovarlay-cont {
    border: 6px solid #fff;
    width: 120px;
    height: 120px;
  }

  .home-about-left .parg {
    max-width: 375px;
  }

  .home-about-left h2 {
    font-size: 32px;
  }

  .container_full_Lt {
    max-width: 100%;
    padding-left: calc((100% - 960px + 30px) / 2);
  }

  .project-slider-box .con {
    padding: 25px 30px 35px 20px;
  }

  .project-right {
    padding-left: 50px;
  }

  .project-slider {
    margin-right: -70px;
  }

  /* .project-slider .slick-prev {
    top: 26%;
  }

  .project-slider .slick-next {
    top: 37%;
  } */

  .project-left {
    padding-bottom: 0px;
  }

  .project-slider-outer {
    margin-bottom: 0;
  }

  .project-sec {
    margin-bottom: 0px;
  }

  .latest-proj-top .latest-proj-col:first-child {
    width: 34%;
  }

  .latest-proj-top .latest-proj-col:nth-child(2) {
    width: 45%;
  }

  .latest-proj-top {
    margin-bottom: 50px;
  }

  .latest-proj-slider a {
    min-height: 257px;
    /*max-height: 257px;*/
    /*overflow: hidden;*/
  }

  .latest-proj-slider a img {
    max-height: 257px;
  }

  .review-slider {
    margin-top: -120px;
  }

  .review-slider-box {
    padding: 50px 50px;
  }

  .ftr-area1-left-outer {
    max-width: 270px;
  }

  .ftr-logo {
    max-width: 200px;
  }

  .ftr-area1 {
    padding: 90px 0;
  }

  .inr-bnr-content h1 {
    font-size: 48px;
  }

  .inr-banner {
    min-height: 480px;
    padding: 145px 0 115px 0px;
  }

  .solution-img-box-ovarlay {
    max-width: 310px;
  }

  .indus-pack-testimonial h3 {
    font-size: 28px;
  }

  .gallary-wrapper {
    height: 350px;
  }

  .gallary-mdl-top {
    height: 175px;
  }

  .resources-sec .leadership-details {
    padding: 10px 20px;
  }

  .resources-sec .leadership-details li {
    font-size: 13px;
  }

  .resources-sec .leadership-con {
    padding: 20px 35px 38px 20px;
  }

  .play-btn {
    padding: 6px;
    width: 70px;
    height: 70px;
  }

  .blog-right img {
    width: 50%;
  }

  .about-us-right-outer {
    max-width: 280px;
  }

  .about-us-mdl h3 {
    font-size: 24px;
  }

  .team-hero-img {
    width: 173px;
    height: 173px;
  }

  .team-box h4 {
    font-size: 22px;
  }

  .team-box p {
    font-size: 15px;
  }

  .team-col .team-hero-img {
    width: 152px;
    height: 152px;
  }

  .team-col .team-hero-img a {
    width: 40px;
    height: 40px;
    top: 0;
    right: 0;
  }

  .team-col .team-box p {
    font-size: 13px;
  }

  .team-col .team-box h4 {
    font-size: 19px;
  }

  .form_input_check label span {
    font-size: 13px;
  }

  .video-page-sec .pagination-cmn {
    margin-top: 65px;
  }

  .job-desc-con h3 {
    font-size: 28px;
  }

  .job-opening-option li {
    font-size: 14px;
  }

  .job-opening-option li img {
    max-width: 15px;
    max-height: 15px;
    margin-top: -2px;
    margin-right: 5px;
  }

  .job-opening-box p {
    font-size: 15px;
  }

  .application-frm-itm input[type="submit"] {
    height: 45px;
    padding: 10px 20px;
    min-width: 130px;
  }

  .sbmt-btn input[type="submit"] {
    min-width: 165px;
  }

  .contact-left h5 {
    font-size: 18px;
  }

  .Headquarters-box {
    padding: 30px 25px 40px 25px;
  }

  .Headquarters-box ul li p,
  .Headquarters-box ul li a {
    font-size: 16px;
  }

  .Headquarters-box ul li img {
    max-width: 20px;
    max-height: 20px;
    margin-right: 7px;
    margin-top: 2px;
  }

  .job-desc-box h4 {
    font-size: 18px;
  }

  .job-desc-box .job-opening-option li:not(:first-child) {
    margin-left: 20px;
  }

  .all-loca-content-img {
    width: 250px;
    margin-right: 20px;
  }

  .all-loca-content-desc {
    width: calc(100% - 270px);
  }

  .all-loca-btn .btn {
    min-width: 115px;
    height: 45px;
    padding: 12px 15px;
    font-size: 16px;
  }

  .location2-col {
    padding: 0 15px;
  }

  .location-2-row {
    margin-left: -15px;
    margin-right: -15px;
  }

  .location-overview-ovarlay {
    font-size: 26px;
    left: 15%;
    bottom: 29%;
  }

  .location2-overview h5 {
    font-size: 17px;
  }

  .location2-team-box .team-con h4 {
    font-size: 20px;
  }

  /*support 22/8/2022*/
  .navbar-nav>li>.sub-menu .sub-menu {
    position: static;
    left: 0;
  }

  /*support 22/8/2022*/

  /* 15/09/2022 work start */
  .project-single-post-sec {
    padding-bottom: 100px;
  }

  /* 15/09/2022 work end */

  /******26.09.2022********/
  .indus-pack-left-content h4 {
    font-size: 16px;
  }

  /* support 7/11/22 */

  .navbar-nav>li>.sub-menu .sub-menu {
    position: relative;
    padding-left: 17px;
  }

  /* .navbar-nav>li>.sub-menu .sub-menu>li>a{
    padding-left: 60px;
} */

  /* end support 7/11/22 */

  /* ========== 12/12/2022 ========= */

  .latest-proj-slider .sr_gellary_wrap {
    min-height: 270px;
  }

  .latest-proj-slider .sr_gellary_wrap>img {
    max-height: 260px;
  }

  /* ========== 12/12/2022 END ========= */

  .header-main .navbar-nav li:last-child .sub-menu .sub-menu {
    max-height: 120px;
    left: 0;
  }

  .leadership-details {
    padding: 12px 15px;
  }

  .insights-col .leadership-con {
    padding-left: 15px !important;
  }

  .leadership-details li {
    font-size: 12px;
  }

  .sustainability_style .general_page h2 {
    font-size: 32px;
  }

  /* support 17/3/23 */

  .video-page-sec .video-page-outer .video-box {
    height: 146px;
  }

  /* support 24-03-23 start */
  .project-sec::before {
    height: 100%;
  }

  .project-sec .project-bg {
    height: 100%;
  }

  /* support 24-03-23 end */
  /* update start  RN 18-04-2023 */
  .portal_link {
    margin: 0 -16px;
  }

  .portal_link li {
    padding: 0 16px;
  }

  .page-template-tmp-contact .Headquarters-box ul li:last-child {
    padding-left: 27px;
  }

  /* update end  RN 18-04-2023 */
  /*  updtae start RN 09-08-2023 */
  .header-main .navbar-nav li:last-child .sub-menu .sub-menu {
    left: auto;
    right: 100%;
    position: absolute;
  }

  /*  updtae end RN 09-08-2023 */
  /* CSS Modification 15.09.23 */
  .header-main .navbar-nav li:last-child .sub-menu .sub-menu {
    position: static !important;
    overflow-y: auto;
    max-height: 120px !important;
    padding-left: 17px !important;
    width: 100%;
  }

  .navbar-nav>li.menu-item-has-children {
    padding-right: 20px;
  }

  .navbar-nav .clickD {
    position: absolute;
    right: 0;
    top: 17px;
    width: 20px;
    height: 20px;
    display: block;
    background-size: 10px;
    cursor: pointer;
    z-index: 1;
    background-image: url("data:image/svg+xml,%3Csvg width='7' height='6' viewBox='0 0 7 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-4.76837e-07 0H7L3.5 6L-4.76837e-07 0Z' fill='black'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
  }

  .navbar-nav .clickD.toggled {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .sub-menu>li.menu-item-has-children .clickD {
    top: 8px;
    right: 5px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .sub-menu>li.menu-item-has-children .clickD.toggled {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .navbar-nav>li.menu-item-has-children {
    padding-right: 20px;
  }

  .header-main .navbar-nav li:last-child .sub-menu .sub-menu {
    column-count: unset;
    width: 100%;
  }

  .navbar-nav>li {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .navbar-nav li.menu-item-has-children:hover>.sub-menu {
    display: none;
  }

  .navbar-nav li.menu-item-has-children>.sub-menu.show,
  .navbar-nav .sub-menu.show {
    display: block;
  }

  /* CSS Modification 15.09.23 */

  /* support 28/9/23 */

  .landing_page .landing_left .landing-icon .landing-icon-sec .solutions-col {
    padding: 20px 10px;
  }

  .landing_page .landing_left .landing-icon .landing-icon-sec .solutions-row {
    margin: -20px -10px;
  }

  .landing_page .landing_left .landing-icon .landing-icon-sec .solutions-box {
    padding: 21px 21px;
  }

  .landing_form_wrapper .gform_wrapper.gravity-theme .ginput_container_address span.ginput_left label,
  .landing_form_wrapper .gform_wrapper.gravity-theme .ginput_container_address span.ginput_right label {
    font-size: 14px;
  }

  .landing_page .landing_left {
    padding-right: 20px;
  }

  .landing_page .landing_right {
    padding-left: 30px;
  }

  /*support 13/10/2023*/
  .service-sec-cont .row {
    --bs-gutter-x: 1.5rem;
  }

  /*support 13/10/2023*/

  /* support 16/9/23 */

  .service-sec-cont .service-left-cont p {
    font-size: 16px;
  }

  /* end support 16/9/23 */
  /*support pp.c 1/11/2023 start*/
  .job-opening-sec ul li {
    font-size: 15px;
  }

  .desc_inner_wrapper .strng_hedding {
    font-size: 15px;
  }

  .desc_inner_wrapper .strng_hedding {
    width: 150px;
  }

  .desc_inner_wrapper p {
    width: calc(100% - 150px);
  }

  /*support pp.c 1/11/2023 end*/
}

@media (max-width: 1024px) {

  /* navbar*/
  .navbar-nav .clickD {
    position: absolute;
    right: 0;
    top: 17px;
    width: 20px;
    height: 20px;
    /* background: url(images/sort-down.svg) center center no-repeat; */
    display: block;
    background-size: 10px;
    cursor: pointer;
    z-index: 11111111;
    /* background-color: #ccc; */
    background-image: url("data:image/svg+xml,%3Csvg width='7' height='6' viewBox='0 0 7 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-4.76837e-07 0H7L3.5 6L-4.76837e-07 0Z' fill='black'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
  }

  .navbar-nav .clickD.toggled {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .sub-menu>li.menu-item-has-children .clickD {
    top: 8px;
    right: 5px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .sub-menu>li.menu-item-has-children .clickD.toggled {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .navbar-nav>li.menu-item-has-children {
    padding-right: 20px;
  }

  .sub-menu>li.menu-item-has-children>a {
    padding-right: 20px;
  }

  .sub-menu.show {
    display: block;
  }

  .navbar-nav>li {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .navbar-nav>li.current-menu-item>a:after,
  .navbar-nav>li>a:after,
  .navbar-nav>li.menu-item-has-children>a:after {
    width: 100%;
    opacity: 0;
  }

  .navbar-nav>li.current-menu-item>a:after,
  .navbar-nav>li>a:hover:after,
  .navbar-nav>li.menu-item-has-children:hover>a:after {
    width: 100%;
    opacity: 1;
  }

  /* navbar end*/

  /*support 22/8/2022*/
  .navbar-nav>li:last-child>.sub-menu {
    left: inherit;
  }

  /*support 22/8/2022*/
  /*  updtae start RN 09-08-2023 */
  .header-main .navbar-nav li:last-child .sub-menu .sub-menu {
    left: 0;
    right: 0;
    position: relative;
  }

  /*  updtae end RN 09-08-2023 */
}

@media (max-width: 991px) {
  .gallery_wrap {
    max-width: 100%;
  }

  .gallery_wrap p {
    text-align: left;
  }

  /* navbar*/
  .navbar-toggler {
    position: relative;
    width: 33px;
    margin-left: auto;
    height: 28px;
    padding: 0;
    outline: none !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  .stick,
  .stick:after,
  .stick:before {
    width: 30px;
    height: 3px;
    background: #b91e32;
    position: absolute;
    left: 0;
    top: auto;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    border-radius: 5px;
  }

  .stick:before {
    content: "";
    top: -10px;
    left: 0;
  }

  .stick:after {
    content: "";
    top: 10px;
    left: 0;
  }

  .stick.open {
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
    background: transparent;
  }

  .stick.open:before {
    -webkit-transform: rotate(45deg) translate(42px, -28px);
    -ms-transform: rotate(45deg) translate(42px, -28px);
    transform: rotate(45deg) translate(42px, -28px);
    left: 2px;
  }

  .stick.open:after {
    -webkit-transform: rotate(-45deg) translate(42px, 28px);
    -ms-transform: rotate(-45deg) translate(42px, 28px);
    transform: rotate(-45deg) translate(42px, 28px);
    left: 2px;
  }

  .navbar-nav .clickD {
    top: 8px;
    right: 10px !important;
    -webkit-transform: rotate(0) !important;
    -ms-transform: rotate(0) !important;
    transform: rotate(0) !important;
  }

  .navbar-nav .clickD.toggled {
    -webkit-transform: rotate(180deg) !important;
    -ms-transform: rotate(180deg) !important;
    transform: rotate(180deg) !important;
  }

  .sub-menu,
  .navbar-nav>li>.sub-menu .sub-menu {
    position: relative;
    width: 100%;
    left: inherit;
    top: inherit;
    border: none;
    right: inherit;
  }

  .navbar-nav>li.menu-item-has-children {
    padding-right: 0;
  }

  .navbar-nav>li {
    margin: 0;
    padding: 0;
  }

  .navbar-nav li.menu-item-has-children>a {
    padding-right: 30px !important;
  }

  .navbar-nav>li>a {
    padding: 8px 20px;
    display: inline-block;
    width: 100%;
  }

  .sub-menu>li>a {
    padding-left: 40px;
  }

  .sub-menu .sub-menu>li>a {
    padding-left: 60px;
  }

  .sub-menu .sub-menu .sub-menu>li>a {
    padding-left: 80px;
  }

  .navbar-nav>li>a:after {
    bottom: 0;
  }

  /* navbar end*/

  /* push nav */

  .navbar-collapse {
    background: #fffaf4;
    position: fixed;
    top: 0;
    height: 100% !important;
    width: 290px;
    overflow-y: auto;
    -webkit-transition: inherit !important;
    -o-transition: inherit !important;
    transition: inherit !important;
    right: 0;
    margin: 0;
    display: block !important;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: transform 0.2s ease-in-out !important;
    -webkit-transition: -webkit-transform 0.2s ease-in-out !important;
    transition: -webkit-transform 0.2s ease-in-out !important;
    -o-transition: transform 0.2s ease-in-out !important;
    transition: transform 0.2s ease-in-out !important;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out !important;
    z-index: 100;
  }

  .navbar-collapse.show,
  .navbar-collapse.collapsing {
    display: block !important;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: transform 0.2s ease-in-out !important;
    -webkit-transition: -webkit-transform 0.2s ease-in-out !important;
    transition: -webkit-transform 0.2s ease-in-out !important;
    -o-transition: transform 0.2s ease-in-out !important;
    transition: transform 0.2s ease-in-out !important;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out !important;
  }

  .navbar-collapse .navbar-nav {
    margin: 80px 0 0 !important;
    padding: 0 0 40px 0;
  }

  .navbar-collapse .navbar-toggler {
    display: block;
    right: 20px;
    top: 20px;
    position: absolute;
  }

  #navoverlay.open {
    background-color: rgba(0, 0, 0, 0.4);
    pointer-events: all;
    -webkit-transition: background-color 0.5s linear;
    -o-transition: background-color 0.5s linear;
    transition: background-color 0.5s linear;
  }

  body.open-nav,
  html.open-nav {
    height: 100%;
    overflow: hidden !important;
  }

  /* push nav end */
  h1 {
    font-size: 45px;
  }

  h3 {
    font-size: 28px;
  }

  h4 {
    font-size: 17px;
  }

  body {
    font-size: 14px;
  }

  .banner {
    min-height: 550px;
  }

  .header-top-itm {
    height: 38px;
  }

  .header-main {
    padding: 10px 0;
  }

  .navigation {
    margin-right: 0px;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 20px;
  }

  .head-right {
    margin-left: auto;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .search-bar input[type="text"] {
    height: 40px;
  }

  .search-bar {
    padding: 4px;
  }

  .search-modal {
    padding: 25px 15px;
  }

  .search-bar input[type="submit"] {
    height: 40px;
    min-width: 140px;
  }

  .cross-btn {
    padding: 12px 15px;
  }

  .bnr-content {
    max-width: 520px;
  }

  .bnr-content .parg {
    max-width: 394px;
    margin-bottom: 25px;
  }

  .bnr-img {
    width: 55%;
  }

  .wlcm {
    font-size: 12.5vh;
  }

  .cmn-gap {
    padding: 65px 0px;
  }

  .solutions-box {
    padding: 20px 20px 20px 20px;
  }

  .home-about-left .parg {
    max-width: 100%;
  }

  .about-imgbox {
    max-width: 62%;
  }

  .about-img2 {
    min-width: 465px;
  }

  .home-about-right {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .home-about-left {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .container_full_Lt {
    max-width: 100%;
    padding-left: calc((100% - 720px + 30px) / 2);
  }

  .project-right {
    padding-left: 0;
  }

  .leadership-details {
    padding: 10px;
  }

  .leadership-details li {
    font-size: 10px;
  }

  .leadership-details li:not(:last-child) {
    padding-right: 9px;
  }

  .leadership-details li img {
    margin-right: 3px;
    margin-top: -3px;
    width: 12px;
  }

  .leadership-con {
    padding: 20px 25px 35px 20px;
  }

  .leadership-con p {
    font-size: 14px;
  }

  .leadership-con .arrow-btn {
    width: 38px;
    height: 38px;
  }

  .leadership-con .arrow-btn img {
    width: 15px;
  }

  .latest-proj-top .latest-proj-col:first-child,
  .latest-proj-top .latest-proj-col:nth-child(2) {
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
  }

  .btn,
  input[type="submit"] {
    font-size: 16px;
    padding: 12px 25px;
    min-width: 160px;
  }

  .btn-outer .btn {
    min-width: 170px;
  }

  .review-hero {
    margin-right: 30px;
  }

  .review-info {
    width: calc(100% - 215px);
  }

  .review-info p {
    font-size: 14px;
  }

  .ftr-area1-left-outer {
    max-width: 100%;
    text-align: center;
  }

  .ftr-area1 {
    padding: 65px 0;
  }

  .social-link {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .ftr-logo {
    max-width: 145px;
  }

  .ftr-area1-right {
    width: 100%;
  }

  .ftr-area1-left {
    margin-bottom: 25px;
    width: 100%;
  }

  .ftr-area2 p,
  .ftr-area2 p a {
    font-size: 14px;
  }

  .inr-bnr-content h1 {
    font-size: 45px;
  }

  .inr-banner {
    min-height: 440px;
    padding: 115px 0 100px 0px;
  }

  .solution-img-box-ovarlay {
    max-width: 240px;
  }

  .solution-loop .solution-row:not(:last-child) {
    margin-bottom: 80px;
  }

  .gallary-wrapper {
    height: 300px;
  }

  .gallary-mdl-top {
    height: 150px;
  }

  .indus-pack-sliderbox {
    padding: 80px 25px 50px 25px;
  }

  .indus-pack-testimonial h3 {
    font-size: 26px;
  }

  .resources-top-head-right .btn {
    min-width: 170px;
  }

  .resources-top-head {
    margin-bottom: 50px;
  }

  .video-slider .slick-slide {
    padding: 12px 25px;
  }

  .video-slider .slick-prev {
    left: 24%;
  }

  .video-slider .slick-next {
    right: 24%;
  }

  .play-btn {
    padding: 5px;
    width: 60px;
    height: 60px;
  }

  .play-btn span {
    font-size: 23px;
  }

  .event-date {
    width: 75px;
    height: 75px;
  }

  .event-date {
    font-size: 15px;
  }

  .event-date span {
    font-size: 42px;
  }

  .event-box .con {
    padding: 25px 48px 20px 20px;
  }

  .event-box .con .arrow-btn {
    width: 40px;
    height: 40px;
  }

  .insights-bnr .inr-bnr-line {
    width: 80%;
  }

  .insights-col .leadership-con {
    padding: 20px 38px 37px 20px;
  }

  .pagination-cmn {
    margin-top: 45px;
    justify-content: center !important;
  }

  .about-us-right-outer {
    max-width: 100%;
  }

  .about-us2-left-box h2 {
    font-size: 27px;
    margin-bottom: 20px;
  }

  .about-us2-left-box {
    padding: 20px 10px;
  }

  .team-hero-img {
    width: 161px;
    height: 161px;
  }

  .leadership-page-left {
    width: 100%;
  }

  .leadership-page-lt-outer {
    border-right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    min-height: 320px;
    margin-bottom: 30px;
  }

  .leadership-page-right {
    width: 100%;
    padding-left: 0;
  }

  .about-us-mdl {
    padding-right: 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 0;
    padding-bottom: 25px;
  }

  .video-page-outer .play-btn {
    width: 55px;
    height: 55px;
    padding: 4px;
  }

  .video-box-con a {
    font-size: 15px;
  }

  .event-details-con li span {
    font-size: 16px;
    width: calc(100% - 90px);
  }

  .event-details-con li h5 {
    width: 90px;
  }

  .glry-bnr .inr-bnr-line {
    width: 65%;
  }

  .job-opening-box h3 {
    font-size: 26px;
  }

  .job-opening-box h3 span {
    font-size: 22px;
  }

  .job-opening-option {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .alpplication-heading h3 {
    font-size: 30px;
  }

  .alpplication-heading {
    margin-bottom: 30px;
  }

  .alpplication-heading h3 span {
    font-size: 24px;
  }

  .contact-left h5 {
    font-size: 16px;
  }

  .Headquarters-box ul {
    max-width: 250px;
  }

  .careers-left {
    width: 100%;
  }

  .careers-left-outer::after {
    right: unset;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
  }

  .careers-left-outer {
    background-color: transparent;
    min-height: unset;
    padding-right: 0;
  }

  .careers-left-outer h2 br {
    display: none;
  }

  .careers-right {
    width: 100%;
    padding-top: 65px;
    padding-left: 0;
  }

  .location-left {
    width: 100%;
    margin-bottom: 30px;
  }

  .location-left h2 br {
    display: none;
  }

  .location-right {
    width: 100%;
  }

  .all-loca-box-outer {
    padding-right: 0;
  }

  .location2-left-details {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }

  .location2-details-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 260px;
    margin: 0 auto;
  }

  .location2-overview {
    width: 100%;
    text-align: center;
  }

  .location-overview-ovarlay {
    left: 29%;
    bottom: 33%;
  }

  .location2-team {
    width: 100%;
  }

  .location2-left-details .Headquarters-box ul {
    margin: 0 auto;
    text-align: left;
    margin-bottom: 30px;
  }

  /*support 28/6/2022*/
  .main-head .search-bar form .cross-btn {
    padding: 12px 15px;
  }

  .page-template-tmp-contact .gform_wrapper.gravity-theme .gfield_label {
    font-size: 16px;
  }

  .page-template-tmp-contact .contact-sec .gform_wrapper .ginput_container_address span.ginput_address_city label,
  .page-template-tmp-contact .contact-sec .gform_wrapper .ginput_container_address span.ginput_address_state label,
  .page-template-tmp-contact .contact-sec .gform_wrapper .ginput_container_address span.ginput_address_zip label {
    font-size: 16px;
  }

  /*support 28/6/2022*/
  /*support 29/6/2022*/
  .page-template-tmp-contact .gform_wrapper .gfield_label .gfield_required.gfield_required_asterisk {
    font-size: 16px;
  }

  /*support 29/6/2022*/

  /*-----08-07-22-----*/
  .testimonial_wrapper .solution-row .solution-left {
    width: 60%;
  }

  .testimonial_wrapper .solution-row .solution-right {
    width: 40%;
  }

  /*-----19-08-22-----*/
  .careers-sec .general_page {
    padding-top: 65px;
  }

  /* update 31/08/2022 start */
  .bnr-content.home_ban {
    padding-bottom: 35px;
  }

  /* update 31/08/2022 end */

  /* 15/09/2022 work start */
  .project-single-post-sec {
    padding-bottom: 65px;
  }

  /* 15/09/2022 work end */
  .footer-first-menu {
    padding-left: 20px;
  }

  /* CSS Modification 11.11.22 */
  .play_btn {
    width: 55px;
    height: 55px;
  }

  .play_btn>img {
    max-width: 20px;
    max-height: 20px;
  }

  /* CSS Modification 11.11.22 */

  /* ============ 12/12/2022 ============ */
  .single-service_post .src_details_sec>img {
    max-height: 335px;
    margin-right: 0;
    -o-object-position: left top;
    object-position: left top;
    float: none;
    width: 100%;
  }

  /* ============ 12/12/2022 END ============ */

  .header-main .navbar-nav li:last-child .sub-menu .sub-menu {
    max-height: 100%;
  }

  /* support 19/12/22 */
  .indus-pack-sec .indus-pack-left h2 br {
    display: none;
  }

  .indus-pack-sec .indus-pack-left h2 {
    font-size: 32px;
  }

  .location2-sec .location-overview-img {
    height: 300px;
  }

  /* end support 19/12/22 */
  /* CSS Modification 02.01.23 */
  .casestudy_sec .cs-row .blog-right .cs_mainimg img {
    width: 100%;
  }

  /* CSS Modification 02.01.23 */

  /* support 13-01-23 start */
  .culture_links a:not(:last-child) {
    margin-bottom: 15px;
  }

  /* support 13-01-23 end */
  /* CSS Modification 15.02.23 */
  #wpjb-form-job-apply .gform_wrapper.gravity-theme .gfield.gfield--width-half {
    -ms-grid-column-span: 12;
    grid-column: span 12;
  }

  #wpjb-form-job-apply .gform_wrapper.gravity-theme .gform_body textarea {
    height: 108px;
  }

  #wpjb-form-job-apply .gform_wrapper.gravity-theme .gform_body .ginput_container_fileupload input[type="file"] {
    width: 100%;
    color: #000;
    padding: 12px 12px;
  }

  /* CSS Modification 15.02.23 */
  .insights-col .leadership-con {
    padding-left: 10px !important;
  }

  /* end support 19/12/22 */

  /* support 28-2-23 start  */
  .event-details-row.sustainability_style .event-details-right.general_page {
    padding-left: 12px;
    padding-right: 12px;
  }

  .event-details-row.sustainability_style {
    margin-left: -12px;
    margin-right: -12px;
  }

  /* support 28-2-23 end */

  /* support 17/3/23 */

  .video-page-sec .video-page-outer .video-box {
    height: 105px;
  }

  #applyform_Div .application-box .gform_wrapper.gravity-theme .gform_body textarea {
    height: 108px;
  }

  /* support 12/4/23 */

  .job-opening-box .gform_wrapper.gravity-theme .gfield_list_header {
    display: none;
  }

  .job-opening-box .gform_wrapper.gravity-theme .gfield_list_group_item:before {
    content: attr(data-label);
    font-size: 14.992px;
  }

  .job-opening-box .gform_wrapper.gravity-theme .gfield_list_group_item:not(:last-child) {
    margin-bottom: 8px;
    width: 100%;
  }

  .job-opening-box .gform_wrapper.gravity-theme .gfield_list_group,
  .gform_wrapper.gravity-theme .gfield_list_header {
    flex-wrap: wrap;
  }

  .job-opening-box .gform_wrapper.gravity-theme .gfield_list_group {
    border: 1px solid rgba(0, 0, 0, 0.2);
    display: block;
    padding: 16px;
  }

  .job-opening-box .gform_wrapper.gravity-theme .gfield_list_icons {
    background-color: rgba(0, 0, 0, 0.1);
    line-height: 0;
    margin: 16px -16px -16px;
    padding: 12px 16px;
    text-align: left;
    width: auto;
  }

  .job-opening-box .gform_wrapper.gravity-theme .gfield_list_group_item+.gfield_list_group_item {
    margin-left: 0;
  }

  /* end support 12/4/23 */
  /* update start RN 18-04-2023 */
  .portal_resource_list {
    margin-bottom: 25px;
  }

  .portal_resource_list:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }

  /* update end RN 18-04-2023 */

  /*support 27/4/2023*/
  .project-slider .slick-prev {
    /* top: 22%; */
    left: -25px;
  }

  .project-slider .slick-next {
    /* top: 33%; */
    left: -25px;
  }

  .navbar-nav>li>.sub-menu .sub-menu {
    padding-left: 0;
  }

  /*support 27/4/2023*/
  .project-sec {
    padding-bottom: 65px !important;
  }

  /*support 8/5/2023*/
  .wt-cli-cookie-bar .cli-plugin-button {
    margin: 10px 0 0 0;
  }

  .search-results .inr-bnr-content h1 {
    font-size: 30px;
  }

  /*support 8/5/2023*/
  /* support start 25.5.23 */
  .page-template-tmp-solution .solution-img-box img,
  .page-template-tmp-service .solution-img-box img {
    height: 265px;
  }

  .page-template-tmp-solution .solution-img-box-ovarlay img,
  .page-template-tmp-service .solution-img-box-ovarlay img {
    height: 230px;
  }

  /* support end 25.5.23 */
  /* update start RN 09-08-2023 */
  .header-main {
    justify-content: space-between;
  }

  /* update end RN 09-08-2023 */
  /* CSS Modification 15.09.23 */
  .header-main .navbar-nav li:last-child .sub-menu .sub-menu {
    max-height: 100% !important;
  }

  .header-main .navbar-nav li:last-child .sub-menu .sub-menu {
    padding-left: 0 !important;
  }

  /* CSS Modification 15.09.23 */

  .landing_banner .inr-bnr-content {
    padding: 63px 25px;
  }

  .landing_page .landing_left {
    padding-right: 12px;
    margin-bottom: 35px;
    width: 100%;
  }

  .landing_page .landing_right {
    padding-left: 12px;
    width: 100%;
  }

  /* 08.11.23 css */
  .sitemap-outer-wrap {
    overflow-x: auto;
    padding-top: 20px;
  }

  .sitemap-inner-wrap {
    width: 936px;
  }

  /* 08.11.23 css */

}

@media (max-width: 767px) {
  .postid-642 .indus-pack-right img {
    width: 100% !important;
  }

  .postid-642 .indus-pack-right-content {
    max-width: 100%;
  }

  .latest-proj-slider .slick-track {
    display: flex;
  }

  .latest-proj-slider .slick-slide {
    height: auto;
  }

  .latest-proj-slider a {
    height: 100%;
  }

  /* images alignment for wordpress content pages */
  .alignright,
  .alignleft,
  .aligncenter {
    float: none;
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    clear: both;
    margin-bottom: 24px;
  }

  /*end*/
  .header-top-itm a {
    font-size: 15px;
  }

  .header-top-itm a {
    margin-left: 25px;
  }

  .cross-btn {
    margin-left: 5px !important;
  }

  .head-call span {
    width: 40px;
    height: 40px;
    border: 5px solid rgb(255, 249, 242);
  }

  .head-call {
    font-size: 14px;
  }

  .logo {
    width: 180px;
  }

  .bnr-img {
    width: 100%;
    opacity: 0.5;
  }

  .bci {
    left: unset;
    bottom: -22px;
    right: 0;
  }

  .about-img2 {
    min-width: 350px;
  }

  .img-ovarlay-cont {
    padding: 20px 0;
  }

  .container_full_Lt {
    max-width: 540px;
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
  }

  .project-right {
    padding-left: 15px;
  }

  /* .project-slider .slick-next {
    top: 45%;
  }

  .project-slider .slick-prev {
    top: 33%;
  } */

  .btn-outer {
    margin-top: 40px;
  }

  /* .latest-proj-slider a {
    min-height: 388px;
    max-height: 388px;
  } */

  .latest-proj-slider a img {
    max-height: 388px;
  }

  .latest-proj-slider .slick-prev {
    left: 10.5%;
  }

  .latest-proj-slider .slick-next {
    right: 10.5%;
  }

  .review-slider {
    margin-top: -75px;
  }

  .review-hero {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
  }

  .review-info {
    width: 100%;
    text-align: center;
  }

  .review-slider .slick-arrow,
  .review-slider .slick-arrow::before {
    width: 45px;
    height: 45px;
  }

  .review-slider .slick-prev {
    left: 10px;
  }

  .review-slider .slick-next {
    right: 10px;
  }

  .ftr-right-col {
    width: 50%;
    text-align: center;
  }

  .ftr-right-col h5::after {
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .ftr-right-col:not(:last-child) {
    margin-bottom: 30px;
  }

  .inr-bnr-img {
    width: 100%;
    opacity: 0.5;
  }

  .inr-bnr-content h5 {
    background: transparent;
  }

  .solution-right {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 25px;
  }

  .solution-left {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .solution-img-box-ovarlay {
    max-width: 70%;
  }

  .gallary-wrapper {
    display: none;
  }

  .indus-pack-right,
  .indus-pack-left {
    text-align: center;
  }

  .indus-pack-bnr .inr-bnr-line {
    left: unset;
    width: 75%;
    right: 25%;
  }

  .gallary-wrapper-mbl .slick-slide {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .resources-top-head-right {
    text-align: center;
  }

  .resources-top-head-left {
    text-align: center;
  }

  .resources-sec1-outer {
    margin-right: 0;
  }

  .video-slider .slick-slide.slick-center {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .video-slider .slick-prev {
    left: 2%;
  }

  .video-slider .slick-next {
    right: 2%;
  }

  .video-slider .slick-slide.slick-center .play-btn {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .about-us-row {
    text-align: center;
  }

  .about-us2-left {
    width: 100%;
  }

  .about-us2-right {
    width: 100%;
  }

  .team-slider .slick-arrow,
  .team-slider .slick-arrow::before {
    width: 45px;
    height: 45px;
  }

  .team-slider {
    padding-bottom: 75px;
  }

  .team-slider .slick-prev {
    left: calc(50% - 51px);
  }

  .team-slider .slick-next {
    right: calc(50% - 51px);
  }

  .glry-bnr.event-bnr .inr-bnr-line {
    right: 29%;
  }

  .inr-bnr-line,
  .bnr-line {
    display: none;
  }

  .bnr-content,
  .inr-bnr-content {
    max-width: 100%;
    text-align: center;
  }

  .bnr-content .parg {
    max-width: 100%;
  }

  .inr-bnr-content h5 {
    padding: 0;
  }

  .about-us2 {
    padding: 50px 0;
  }

  .about-us2-left-box {
    padding: 0px;
  }

  .about-us2-left {
    margin-bottom: 30px;
  }

  .video-page-sec .pagination-cmn {
    margin-top: 50px;
  }

  .event-details2 .heading {
    margin-bottom: 60px;
  }

  .job-opening-box {
    padding: 40px 30px 40px 30px;
  }

  .job-opening-box h3 br {
    display: none;
  }

  .job-opening-box p {
    font-size: 14px;
  }

  .job-opening-box .btn-outer {
    margin-top: 30px;
  }

  .alpplication-heading h3 br {
    display: none;
  }

  .application-box {
    padding: 35px 30px;
  }

  .contact-left h5 br {
    display: none;
  }

  .frm-box {
    padding: 35px 30px 40px 30px;
  }

  .Headquarters-box h3 {
    font-size: 30px;
  }

  .job-desc-box h4 br {
    display: none;
  }

  .job-desc-box .job-opening-option li:not(:first-child) {
    margin-left: 10px;
  }

  .job-opening-option li {
    font-size: 13px;
  }

  .job-desc-icon {
    width: 70px;
    height: 70px;
    margin-right: 20px;
  }

  .job-desc-con {
    width: calc(100% - 90px);
  }

  .job-desc-box h6 {
    font-size: 15px;
  }

  .job-desc-btn .btn.read-more-btn,
  .job-desc-btn .btn.apply-now-btn {
    min-width: 135px;
    height: 45px;
    padding: 12px 20px;
  }

  .all-loca-content-img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .all-loca-content-desc {
    width: 100%;
  }

  /*support 28/6/2022*/
  .srch_nw .leadership-img {
    height: 300px;
  }

  .main-head .search-modal {
    padding: 60px 15px 20px 15px;
    height: 100%;
  }

  .main-head .search-modal.open {
    height: auto;
  }

  .main-head .search-bar form .cross-btn {
    position: absolute;
    right: 0;
    top: -45px;
  }

  .srch_nw .insights-col .leadership-con {
    min-height: auto;
  }

  .page-template-tmp-contact .contact-sec .gform_wrapper.gravity-theme .ginput_container_address span.ginput_address_city,
  .page-template-tmp-contact .contact-sec .gform_wrapper.gravity-theme .ginput_container_address span.ginput_address_state,
  .page-template-tmp-contact .contact-sec .gform_wrapper.gravity-theme .ginput_container_address span.ginput_address_zip {
    flex: 0 0 100%;
    padding-left: 0;
    padding-right: 0;
  }

  /*support 28/6/2022*/

  /* date 1/7/22 start */

  #wpjb-form-job-apply {
    padding: 15px;
    margin-top: 20px;
  }

  #wpjb-form-job-apply .wpjb-fieldset-apply .wpjb-element-input-text label,
  #wpjb-form-job-apply .wpjb-fieldset-apply .wpjb-element-input-radio label,
  #wpjb-form-job-apply .wpjb-fieldset-apply .wpjb-element-input-file label,
  #wpjb-form-job-apply .wpjb-fieldset-apply .wpjb-element-input-label label {
    font-size: 14px;
    margin-bottom: 10px;
  }

  #wpjb-form-job-apply .wpjb-fieldset-apply .wpjb-element-input-text,
  #wpjb-form-job-apply .wpjb-fieldset-apply .wpjb-element-input-radio,
  #wpjb-form-job-apply .wpjb-fieldset-apply .wpjb-element-input-file,
  #wpjb-form-job-apply .wpjb-fieldset-apply .wpjb-element-input-label {
    padding: 0 8px;
    margin-bottom: 15px;
  }

  #wpjb-form-job-apply .wpjb-fieldset-apply {
    margin: 0 -8px;
  }

  #wpjb-form-job-apply .wpjb-fieldset-apply .wpjb-element-name-applicant_name,
  #wpjb-form-job-apply .wpjb-fieldset-apply .wpjb-element-name-field_3,
  #wpjb-form-job-apply .wpjb-fieldset-apply .wpjb-element-name-field_6,
  #wpjb-form-job-apply .wpjb-fieldset-apply .wpjb-element-name-email,
  #wpjb-form-job-apply .wpjb-fieldset-apply .wpjb-element-name-available,
  #wpjb-form-job-apply .wpjb-fieldset-apply .wpjb-element-name-field_7 {
    width: 100%;
  }

  .job-opening-box {
    padding: 30px 10px 30px 10px;
  }

  #wpjb-form-job-apply .wpjb-fieldset-apply .wpjb-element-input-file .wpjb-upload-file {
    height: 45px;
    font-size: 15px;
    padding: 11px 25px;
    min-width: 140px;
    margin-left: 2px;
  }

  .pagination-cmn .wpjb-paginate-links>span,
  .pagination-cmn .wpjb-paginate-links>a {
    font-size: 15px;
    padding-right: 15px;
  }

  .pagination-cmn {
    margin-top: 30px;
  }

  /* date 1/7/22 end */

  /*----08-07-22-----*/
  .testimonial_wrapper .solution-row .solution-left {
    width: 100%;
  }

  .testimonial_wrapper .solution-row .solution-right {
    width: 100%;
  }

  .testimonial_wrapper .solution-img-box-ovarlay {
    margin: 0 auto;
  }

  .testimonial_wrapper .solution-row:nth-child(odd) .solution-left,
  .testimonial_wrapper .solution-loop .solution-row:nth-child(even) .solution-left {
    text-align: center;
  }

  .indus-pack-left-content {
    text-align: left;
  }

  .indus-pack-right-wrap {
    text-align: left;
  }

  /* update 31/08/2022 start */
  .bnr-content.home_ban {
    padding-bottom: 0;
  }

  /* update 31/08/2022 end */
  .footer-first-menu {
    padding-left: 0;
  }

  /* CSS Modification 11.11.22 */
  .invdl_teamLft {
    width: 100%;
    margin-bottom: 10px;
  }

  .invdl_teamLft figure {
    width: 150px;
    height: 150px;
    margin: 0 auto 15px;
  }

  .invdl_teamRght {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }

  /* CSS Modification 11.11.22 */

  /* ============ 12/12/2022 ============ */
  .single-service_post .src_details_sec>ul {
    text-align: left;
  }

  /* ============ 12/12/2022 END ============ */

  /* CSS Modification 02.01.23 */
  .casestudy_images>li img {
    max-width: 100%;
  }

  .cs_total_descrip h2 {
    font-size: 20px;
  }

  .cs_total_descrip ul+p {
    margin-top: 15px;
  }

  /* CSS Modification 02.01.23 */

  /* CSS Modification 06.01.23 */

  .single-case_study_post .blog-page-sec .cs_description h3 {
    font-size: 22px;
  }

  /* CSS Modification 06.01.23 */

  /*support 16/1/2023*/
  .page-template-tmp-story .story-section .story_vid {
    margin-bottom: 34px;
  }

  /*support 16/1/2023*/

  /* support 03-02-23 start */
  .solution-img-box-ovarlay {
    left: unset;
    right: 0;
    top: 20px;
    width: 100px;
  }

  /* support 03-02-23 end */
  /* CSS Modification 15.02.23 */
  #wpjb-form-job-apply .gform_wrapper.gravity-theme .gform_body .ginput_container_fileupload input[type="file"]::file-selector-button,
  #wpjb-form-job-apply .gform_wrapper.gravity-theme .gform_body .ginput_container_fileupload input[type="file"]::-webkit-file-upload-button {
    font-size: 16px;
    height: 46px;
    padding: 0 20px;
    margin-right: 10px;
  }

  #wpjb-form-job-apply .gform_wrapper.gravity-theme .gform_body .gfield_label {
    font-size: 14px;
  }

  /* CSS Modification 15.02.23 */

  /* support-css-17-02-2023-start */
  .single-job .gfield_repeater_items .gfield_repeater_cell {
    width: 100%;
  }

  /* support-css-17-02-2023-end */

  /* support 17/3/23 */

  .video-page-sec .video-page-outer .video-box {
    height: auto;
  }

  /* support 31/3/23 */

  #applyform_Div .application-box {
    padding: 15px;
    margin-top: 20px;
  }

  .pagination-cmn .wp-pagenavi span,
  .pagination-cmn .wp-pagenavi a {
    font-size: 15px;
    padding-right: 15px;
  }

  .pagination-cmn .wp-pagenavi a.previouspostslink::before,
  .pagination-cmn .wp-pagenavi a.nextpostslink::before {
    font-size: 15px !important;
  }

  .location2-sec .location-overview-img {
    height: 275px;
  }

  /* update start RN 18-04-2023 */
  .portal_resource_list:nth-last-child(-n + 2) {
    margin-bottom: 25px;
  }

  .portal_resource_list:last-child {
    margin-bottom: 0;
  }

  .leadership-img {
    height: auto;
  }

  .inr-bnr-content {
    padding-left: 0;
  }

  /* update end RN 18-04-2023 */


  /*support 9/5/2023 start*/


  .wt-cli-cookie-bar .cli-bar-btn_container .cli_settings_button {
    font-size: 16px;
  }

  .wt-cli-cookie-bar .cli-bar-btn_container .cli_action_button {
    font-size: 16px;
  }


  /*support 9/5/2023 end*/
  /* support start 22.5.23 */
  /* #tablepress-1_wrapper .dataTables_scrollHeadInner {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  #tablepress-1_wrapper .dataTables_scrollHeadInner .tablepress {
    width: 1000px !important;
  } */

  /* support end 22.5.23 */
  /* support start 25.5.23 */
  .page-template-tmp-solution .solution-img-box img,
  .page-template-tmp-service .solution-img-box img {
    height: 400px;
    width: 100%;
  }

  .page-template-tmp-solution .solution-img-box-ovarlay img,
  .page-template-tmp-service .solution-img-box-ovarlay img {
    height: 140px;
  }

  .page-template-tmp-solution .solution-img-box-ovarlay,
  .page-template-tmp-service .solution-img-box-ovarlay {
    top: 36px;
    width: 35%;
    right: -1px;
  }

  .page-template-tmp-solution .solution-sec,
  .page-template-tmp-service .solution-sec {
    padding-top: 100px;
  }


  /* support end 25.5.23 */
  /*support 8/6/2023*/
  .culture_img {
    width: auto;
    max-width: 268px;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
  }

  /*support 8/6/2023*/


  /* support 29/9/23 */

  .landing_banner .landing_ban_img {
    width: 100%;
  }

  .landing_page .landing_left .landing-icon .landing-icon-sec .solutions-col {
    width: 50%;
  }

  .landing_form_wrapper .landing_form {
    text-align: left;
  }

  .landing_banner .inr-bnr-content {
    text-align: center;
  }

  .landing_page .landing_left {
    text-align: left;
  }

  /* end support 29/9/23 */

  /*support 13/10/2023*/
  .service-right-cont {
    margin-top: 30px;
  }

  /*support 13/10/2023*/
  /*support pp.c 1/11/2023 start*/
  .job-opening-sec ul li {
    font-size: 14px;
  }

  .desc_inner_wrapper .strng_hedding {
    font-size: 14px;
  }

  /*support pp.c 1/11/2023 end*/
  /*support pp.c 7/11/2023 start*/
  .wsp-container {
    padding: 30px;
  }

  .wsp-container ul li {
    font-size: 15px;
  }

  /*support pp.c 7/11/2023 end*/
}


@media (max-width: 575px) {
  .container {
    padding: 0 15px;
  }

  h2, .blog-page-sec .blog-right ol li:has(h2)::marker {
    font-size: 30px;
  }

  .header-top-itm {
    height: 34px;
  }

  .navigation {
    margin-left: 15px;
  }

  .search-modal {
    padding: 20px 15px;
  }

  .banner {
    min-height: 490px;
  }

  .bnr-line {
    top: 8px;
    width: 70%;
    height: calc(100% + 25px);
  }

  .bnr-line img {
    height: 100%;
  }

  .about-img2 {
    min-width: 300px;
  }

  .img-ovarlay-cont {
    width: 105px;
    height: 110px;
  }

  .home-about-left h2 {
    font-size: 27px;
  }

  .cmn-gap {
    padding: 50px 0px;
  }

  .project-right {
    padding-left: 30px;
  }

  .slick-arrow,
  .slick-arrow::before {
    width: 40px;
    height: 40px;
  }

  .project-slider .slick-next {
    /* top: 40%; */
    margin-top: 22px;
  }

  .project-slider .slick-prev {
    /* top: 29%; */
    margin-top: -22px;
  }

  /* .latest-proj-slider a {
    min-height: 292px;
    max-height: 292px;
  } */

  .latest-proj-slider a img {
    max-height: 292px;
  }

  .review-slider .slick-arrow,
  .review-slider .slick-arrow::before {
    width: 40px;
    height: 40px;
  }

  .review-slider .slick-prev {
    left: 20px;
  }

  .review-slider .slick-next {
    right: 20px;
  }

  .review-sec .btn-outer {
    margin-top: 25px;
  }

  .ftr-area2 p,
  .ftr-area2 p a {
    font-size: 12px;
  }

  .inr-bnr-line {
    width: 78%;
  }

  .inr-banner {
    min-height: 415px;
    padding: 100px 0 100px 0px;
  }

  .indus-pack-bnr .inr-bnr-line {
    width: 70%;
    right: 30%;
  }

  .gallary-wrapper-mbl {
    display: block;
  }

  .gallary-sec .container {
    padding: 0 30px;
  }

  .glry-bnr .inr-bnr-line {
    right: 23%;
  }

  .pagination {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .blog-bnr .inr-bnr-line {
    right: 24%;
  }

  .blog-right img {
    width: 100%;
  }

  .glry-bnr.event-bnr .inr-bnr-line {
    right: 33%;
  }

  .about-us2-left-box .btn {
    min-width: 165px;
  }

  .job-opening-option li:not(:first-child) {
    margin-left: 15px;
  }

  .job-opening-option li {
    font-size: 13px;
  }

  .alpplication-heading h3 {
    font-size: 27px;
  }

  .alpplication-heading h3 span {
    font-size: 20px;
  }

  .application-frm-inr-itmleft {
    width: 100%;
  }

  .application-frm-inr-itmright {
    width: 100%;
    text-align: left;
    margin-top: 20px;
  }

  .application-frm-inr-itm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .careers-left-outer {
    padding: 50px 0px 50px 0;
  }

  .careers-right .job-desc-con {
    width: 100%;
    margin-top: 20px;
  }

  .img-ovarlay-cont h2 {
    font-size: 45px;
  }

  .img-ovarlay-cont {
    padding: 15px 0;
  }

  .ftr-right-col {
    width: 100%;
  }

  /* 19-08-22 */
  .careers-sec .general_page {
    padding-top: 50px;
  }

  /* 15/09/2022 work start */
  .project-single-post-sec {
    padding-bottom: 50px;
  }

  /* 15/09/2022 work end */

  .location2-sec .location-overview-img {
    height: 253px;
  }

  /* support 28-2-23 start  */

  .sustainability_style .general_page h2 {
    font-size: 28px;
  }

  .sustainability_style .general_page h3 {
    font-size: 26px;
  }

  /* support 28-2-23 end  */
  /* support start 13.4.23 */
  #menu-others-menu {
    margin-top: 0;
  }

  /* support end 13.4.23 */
  /* update start  RN 18-04-2023 */
  .portal_link {
    margin: 0 -12px;
  }

  .portal_link li {
    padding: 0 12px;
  }

  /* update end  RN 18-04-2023 */
  .project-sec {
    padding-bottom: 50px !important;
  }

  /* support start 25.5.23 */
  /* .page-template-tmp-solution .solution-img-box-ovarlay,
  .page-template-tmp-service .solution-img-box-ovarlay {
    top: 17px;
    width: 35%;
  } */

  /* support end 25.5.23 */

  .header-top-itm a {
    margin-left: 18px;
  }

  /* support 29/9/23 */

  .landing_form_wrapper .gform_wrapper.gravity-theme .ginput_container_address span.ginput_left,
  .landing_form_wrapper .gform_wrapper.gravity-theme .ginput_container_address span.ginput_right {
    flex: 0 0 100%;

  }

  .landing_banner .inr-bnr-content h1 {
    margin-bottom: 25px;
  }

  .landing_page .landing_left .landing-icon .landing-icon-sec .solutions-col {
    padding: 10px 10px;
  }

  .landing_page .landing_left .landing-icon .landing-icon-sec .solutions-row {
    margin: -10px -10px;
  }

  .landing_form_wrapper {
    padding: 40px 25px;
  }

  .landing_right .landing_form_wrapper h2 {
    margin-bottom: 21px;
  }

  .landing_form_wrapper .gform_heading .gform_required_legend {
    margin-bottom: 15px;
  }

  .landing_form_wrapper .gform_wrapper.gravity-theme .gform_fields .gfield {
    margin-bottom: 15px;
  }

  .landing_form_wrapper .gform_wrapper.gravity-theme .ginput_full:not(:last-of-type) {
    margin-bottom: 15px;
  }

  .landing_form_wrapper .gform_wrapper.gravity-theme .ginput_container_address span.ginput_left,
  .landing_form_wrapper .gform_wrapper.gravity-theme .ginput_container_address span.ginput_right {
    margin-bottom: 15px !important;
  }

  .landing_form_wrapper .landing_form .gform_wrapper.gravity-theme input[type=email],
  .landing_form_wrapper .landing_form .gform_wrapper.gravity-theme input[type=number],
  .landing_form_wrapper .landing_form .gform_wrapper.gravity-theme input[type=password],
  .landing_form_wrapper .landing_form .gform_wrapper.gravity-theme input[type=tel],
  .landing_form_wrapper .landing_form .gform_wrapper.gravity-theme input[type=text],
  .landing_form_wrapper .landing_form .gform_wrapper.gravity-theme textarea {
    height: 45px;
    padding: 0 16px;
  }

  .landing_form_wrapper .gform_wrapper.gravity-theme .gfield textarea.large {
    height: 90px;
    padding: 10px 16px;
  }

  .landing_form_wrapper .landing_form .gform_wrapper.gravity-theme select {
    height: 45px;
  }


  /* end support 29/9/23 */

  /* 08.11.23 css */
  .sitemap-sec-wrap {
    display: block;
  }

  /* 08.11.23 css */

}

@media (max-width: 479px) {
  h5, .blog-page-sec .blog-right ol li:has(h5)::marker {
    font-size: 15px;
  }

  h1, .blog-page-sec .blog-right ol li:has(h1)::marker {
    font-size: 38px;
  }

  h2, .blog-page-sec .blog-right ol li:has(h2)::marker {
    font-size: 28px;
  }

  h3, .blog-page-sec .blog-right ol li:has(h5)::marker {
    font-size: 24px;
  }

  .header-top-itm a {
    font-size: 13px;
  }

  .logo {
    width: 160px;
  }

  .head-call {
    font-size: 0;
  }

  .head-call span {
    margin: 0;
  }

  .navigation {
    margin-left: 10px;
  }

  .search-bar input[type="submit"] {
    min-width: 90px;
  }

  .bnr-content .parg {
    max-width: 325px;
    margin-bottom: 20px;
  }

  .banner {
    min-height: 450px;
  }

  .bnr-content h5 {
    font-size: 14px;
  }

  .bnr-line {
    width: 55%;
  }

  .solutions-box .solutions-icon {
    height: 65px;
    max-width: 75px;
  }

  .about-img2 {
    min-width: 230px;
    right: 49%;
  }

  .about-imgbox {
    max-width: 70%;
  }

  .project-slider {
    margin-right: 0;
  }

  .project-right {
    padding-left: 30px;
    padding-right: 30px;
  }

  /* .latest-proj-slider a {
    min-height: 237px;
    max-height: 237px;
  } */

  .review-slider-box {
    padding: 30px 50px;
  }

  .review-slider {
    margin-top: -55px;
  }

  .ftr-logo {
    width: 200px;
  }

  .ftr-area1 {
    padding: 50px 0;
  }

  .inr-bnr-content h1 {
    font-size: 37px;
  }

  .solution-loop .solution-row:not(:last-child) {
    margin-bottom: 60px;
  }

  .inr-bnr-line {
    width: 74%;
    right: 26%;
  }

  .inr-banner {
    min-height: 370px;
    padding: 90px 0 90px 0px;
  }

  .indus-pack-bnr .inr-bnr-line {
    width: 60%;
    right: 40%;
    top: 7px;
  }

  .indus-pack-testimonial h3 {
    font-size: 23px;
  }

  .glry-bnr .inr-bnr-line {
    right: 32%;
  }

  .heading {
    margin-bottom: 35px;
  }

  .insights-bnr .inr-bnr-line {
    width: 71%;
  }

  .blog-bnr .inr-bnr-line {
    right: 30%;
  }

  .glry-bnr.event-bnr .inr-bnr-line {
    right: 42%;
  }

  .video-page-sec .pagination-cmn {
    margin-top: 35px;
  }

  .job-opening-box {
    padding: 35px 20px 35px 20px;
  }

  .job-opening-box h3 {
    font-size: 25px;
  }

  .job-opening-box h3 span {
    font-size: 20px;
  }

  .job-opening-option {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .job-opening-option li {
    width: 100%;
  }

  .job-opening-option li:not(:first-child) {
    margin-left: 0;
    margin-top: 10px;
  }

  .application-box {
    padding: 30px 20px;
  }

  input[type="text"],
  input[type="tel"],
  input[type="password"],
  input[type="email"],
  select {
    height: 45px;
    font-size: 14px;
    padding: 0 15px;
  }

  .contact-left h5 {
    font-size: 15px;
  }

  .frm-box {
    padding: 30px 20px 30px 20px;
  }

  textarea {
    height: 120px;
    font-size: 14px;
    padding: 15px 15px;
  }

  .form-select {
    padding: 0px 15px;
    font-size: 14px;
  }

  .job-search-box input[type="text"],
  .job-search-box select {
    height: 50px;
    font-size: 15px;
  }

  .careers-right {
    padding-top: 50px;
  }

  .job-desc-box .job-opening-option li:not(:first-child) {
    margin-left: 0;
  }

  .job-desc-btn .btn.read-more-btn,
  .job-desc-btn .btn.apply-now-btn {
    min-width: 132px;
  }

  .location-overview-ovarlay {
    left: 14%;
    bottom: 27%;
  }

  .location2-details-btn {
    max-width: 100%;
  }

  .location2-left-details {
    text-align: left;
  }

  .location2-left-details .Headquarters-box ul {
    margin-left: 0;
  }

  .location2-team-box .team-hero-img {
    width: 140px;
    height: 140px;
  }

  .location2-team-box .team-con h4 {
    font-size: 18px;
  }

  /*support 28/6/2022*/
  .srch_nw .leadership-img {
    height: 250px;
  }

  .main-head .search-bar .search-field {
    font-size: 16px;
    padding: 0 9px;
  }

  .page-template-tmp-contact .gform_wrapper.gravity-theme .gfield_label {
    font-size: 15px;
  }

  .page-template-tmp-contact .contact-sec .gform_wrapper .ginput_container_address span.ginput_address_city label,
  .page-template-tmp-contact .contact-sec .gform_wrapper .ginput_container_address span.ginput_address_state label,
  .page-template-tmp-contact .contact-sec .gform_wrapper .ginput_container_address span.ginput_address_zip label {
    font-size: 15px;
  }

  /*support 28/6/2022*/
  /*support 29/6/2022*/
  .page-template-tmp-contact .gform_wrapper.gravity-theme input[type="color"],
  .page-template-tmp-contact .gform_wrapper.gravity-theme input[type="date"],
  .page-template-tmp-contact .gform_wrapper.gravity-theme input[type="datetime-local"],
  .page-template-tmp-contact .gform_wrapper.gravity-theme input[type="datetime"],
  .page-template-tmp-contact .gform_wrapper.gravity-theme input[type="email"],
  .page-template-tmp-contact .gform_wrapper.gravity-theme input[type="month"],
  .page-template-tmp-contact .gform_wrapper.gravity-theme input[type="number"],
  .page-template-tmp-contact .gform_wrapper.gravity-theme input[type="password"],
  .page-template-tmp-contact .gform_wrapper.gravity-theme input[type="search"],
  .page-template-tmp-contact .gform_wrapper.gravity-theme input[type="tel"],
  .page-template-tmp-contact .gform_wrapper.gravity-theme input[type="text"],
  .page-template-tmp-contact .gform_wrapper.gravity-theme input[type="time"],
  .page-template-tmp-contact .gform_wrapper.gravity-theme input[type="url"],
  .page-template-tmp-contact .gform_wrapper.gravity-theme input[type="week"],
  .page-template-tmp-contact .gform_wrapper.gravity-theme select,
  .page-template-tmp-contact .gform_wrapper.gravity-theme textarea {
    padding: 8px 10px;
  }

  .page-template-tmp-contact .gform_wrapper .gfield_label .gfield_required.gfield_required_asterisk {
    font-size: 15px;
  }

  /*support 29/6/2022*/

  /* date 1/7/22 start */

  .job-search-box #wpjb-top-search input[type="text"] {
    font-size: 15px;
    padding: 0 15px;
    height: 50px;
  }

  .job-search-box #wpjb-top-search select {
    font-size: 15px;
    padding: 0 15px;
    padding-right: 30px;
  }

  .job-search-box .wpjb-button {
    padding: 12px 20px;
    font-size: 15px;
  }

  .job-opening-box {
    padding: 30px 10px 30px 10px;
  }

  /* date 1/7/22 end */

  /* ============ 12/12/2022 ============ */
  .single-service_post .src_details_sec>img {
    max-height: 300px;
  }

  .page-template-tmp-culture .culture_links>.btn {
    width: 100%;
  }

  .page-template-tmp-culture .culture_links>.btn:not(:last-child) {
    margin-right: 0;
    margin-bottom: 12px;
  }

  /* ============ 12/12/2022 END ============ */

  /* support 19/12/22 */

  .indus-pack-sec .indus-pack-left h2 {
    font-size: 25px;
  }

  .indus-pack-sec .indus-pack-testimonial {
    margin-top: 27px;
  }

  .location2-sec .location-overview-img {
    height: 186px;
  }

  /* end support 19/12/22 */
  /* CSS Modification 02.01.23 */
  .cs_total_descrip {
    padding: 25px 20px;
  }

  .cs_mainimg>img,
  .casestudy_images>li img {
    max-height: 280px;
  }

  /* CSS Modification 02.01.23 */

  /* 16.03.23 start */

  .tem_mmbrInfo_new a {
    width: 30px;
  }

  /* 16.03.23 end */
  /* update start  RN 18-04-2023 */
  .portal_link li {
    width: 100%;
    margin-bottom: 12px;
  }

  .portal_link li:nth-last-child(-n + 2) {
    margin-bottom: 12px;
  }

  .portal_link li:last-child {
    margin-bottom: 0;
  }

  .search-results .inr-bnr-content h1 {
    font-size: 25px;
  }

  /* update end  RN 18-04-2023 */
  /* supports start 25.5.23 */
  .page-template-tmp-solution .solution-img-box-ovarlay img,
  .page-template-tmp-service .solution-img-box-ovarlay img {
    height: 120px;
  }

  .page-template-tmp-solution .solution-sec,
  .page-template-tmp-service .solution-sec {
    padding-top: 80px;
  }

  /* supports end 25.5.23 */
  /*support 1/6/2023*/
  .page-template-tmp-portal .portal-sec .portal_link li:nth-last-child(-n + 2) {
    margin-bottom: 12px;
  }

  /*support 1/6/2023*/
  /*support 8/6/2023*/
  .culture_img {
    max-width: 220px;
    border: 6px solid #ffffff;
  }

  /*support 8/6/2023*/
  .header-top-itm a span {
    display: none;
  }

  .landing_banner .inr-bnr-content {
    padding: 45px 15px;
  }

  .landing_left p {
    margin: 0 0 20px 0;
  }

  .landing_page .landing_left .landing-icon {
    margin-top: 41px;
  }

  .landing_banner .inr-bnr-content h1 {
    margin-bottom: 15px;
  }

  /* support start 10-10-23 */
  .landing_form_wrapper input[type="file"]::file-selector-button {
    margin-right: 10px;
    min-width: 136px;
  }

  /* support end 10-10-23 */

  /* support 16/9/23 */

  .service-sec-cont .service-left-cont p {
    font-size: 15px;
  }

  /* end support 16/9/23 */
  /*support pp.c 1/11/2023 start*/
  .desc_inner_wrapper .strng_hedding {
    width: 120px;
  }

  .desc_inner_wrapper p {
    width: calc(100% - 120px);
  }

  /*support pp.c 1/11/2023 end*/
  /*support pp.c 7/11/2023 start*/
  .wsp-container {
    padding: 20px;
  }

  /*support pp.c 7/11/2023 end*/
}

@media (max-width: 374px) {
  h1, .blog-page-sec .blog-right ol li:has(h1)::marker {
    font-size: 32px;
  }

  h2, .blog-page-sec .blog-right ol li:has(h2)::marker {
    font-size: 25px;
  }

  .bnr-line {
    width: 50%;
  }

  .btn.hdr-btn {
    padding: 10px 15px;
    min-width: 100px;
  }

  .header-top-itm a {
    margin-left: 16px;
  }

  .logo {
    width: 150px;
  }

  .bnr-content h5 {
    font-size: 12px;
  }

  .bci {
    bottom: -11px;
  }

  .img-ovarlay-cont {
    width: 100px;
    height: 99px;
    padding: 14px 0;
  }

  .about-img2 {
    min-width: 210px;
    right: 41%;
    bottom: 60px;
  }

  .latest-proj-slider a {
    min-height: 200px;
    /*max-height: 200px;*/
  }

  .latest-proj-slider a img {
    max-height: 200px;
  }

  .review-slider-box {
    padding: 30px 40px;
  }

  .inr-bnr-content h1 {
    font-size: 31px;
  }

  .inr-bnr-line {
    width: 68%;
    right: 32%;
  }

  .indus-pack-bnr .inr-bnr-line {
    width: 50%;
    right: 50%;
  }

  .glry-bnr .inr-bnr-line {
    right: 36%;
  }

  .insights-bnr .inr-bnr-line {
    width: 65%;
    right: 35%;
  }

  .blog-bnr .inr-bnr-line {
    right: 38%;
  }

  .job-opening-box h3 {
    font-size: 22px;
  }

  .job-opening-box h3 span {
    font-size: 17px;
  }

  .job-desc-icon {
    width: 65px;
    height: 65px;
    margin-right: 15px;
  }

  .job-desc-con {
    width: calc(100% - 80px);
  }

  .upload-btn-file {
    min-width: 120px;
  }

  .alpplication-heading h3 {
    font-size: 26px;
  }

  .job-search-box {
    padding: 20px;
  }

  .job-desc-box {
    padding: 20px;
  }

  .job-desc-btn .btn.read-more-btn,
  .job-desc-btn .btn.apply-now-btn {
    min-width: 115px;
    height: 40px;
    padding: 10px 15px;
  }

  .team-col .team-hero-img {
    width: 133px;
    height: 133px;
  }

  .location2-team-box .team-con p {
    font-size: 14px;
  }

  .location2-team-box .team-hero-img {
    width: 113px;
    height: 113px;
  }

  .location2-team-box .team-hero-img a {
    width: 35px;
    height: 35px;
    top: 0px;
    right: 0px;
  }

  .img-ovarlay-cont {
    padding: 8px 0;
  }

  /* CSS Modification 15.02.23 */
  #wpjb-form-job-apply .gform_wrapper.gravity-theme .gform_body .ginput_container_fileupload input[type="file"]::file-selector-button,
  #wpjb-form-job-apply .gform_wrapper.gravity-theme .gform_body .ginput_container_fileupload input[type="file"]::-webkit-file-upload-button {
    font-size: 14px;
    height: 42px;
  }

  /* CSS Modification 15.02.23 */
  .all-location-map .map_indicator {
    font-size: 13px;
  }

  .all-location-map .map_indicator img {
    max-width: 10px;
  }

  .all-location-map .map_indicator li+li {
    margin-left: 15px;
  }

  .about_map_indicator img {
    max-width: 10px;
  }

  /* supports start 25.5.23 */
  .page-template-tmp-solution .solution-img-box-ovarlay img,
  .page-template-tmp-service .solution-img-box-ovarlay img {
    height: 100px;
  }

  .page-template-tmp-solution .solution-sec,
  .page-template-tmp-service .solution-sec {
    padding-top: 60px;
  }

  /* supports end 25.5.23 */
  /*support 8/6/2023*/
  .culture_img {
    max-width: 165px;
  }

  /*support 8/6/2023*/

  .landing_banner .inr-bnr-content {
    padding: 40px 15px;
  }


}

@media (max-width: 360px) {
  .header-top-itm .hdr-btn.btn {
    min-width: 90px;
    justify-content: center;
  }

  .header-top-itm a {
    margin-left: 12px;
  }
}

/********** 04-07-2022 **********/

.leadership-cate label {
  position: relative;
  padding-left: 0;
}

.leadership-cate input[type="radio"] {
  position: absolute;
  left: -9999px;
}

.leadership-cate span {
  font-weight: 500;
}

.leadership-cate input[type="radio"]:checked,
.leadership-cate input[type="radio"]:checked {
  position: absolute;
  left: -9999px;
}

.leadership-cate input[type="radio"]:checked+span,
.leadership-cate input[type="radio"]:not(:checked)+span {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}

.leadership-cate input[type="radio"]:checked+span:before,
.leadership-cate input[type="radio"]:not(:checked)+span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  background: #f8f8f8;
  border: 1px solid #d9d9d9;
  border-radius: 100%;
}

.leadership-cate input[type="radio"]:checked+span:after,
.leadership-cate input[type="radio"]:not(:checked)+span:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #b91e32;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.leadership-cate input[type="radio"]:not(:checked)+span:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.leadership-cate input[type="radio"]:checked+span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}