*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  margin: 0px;
  padding: 0px;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
}


.work-carousel {
  display: block !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  padding: 0px;
  line-height: normal;

}

a {
  text-decoration: none !important;
  color: #000;
}

ul {
  margin: 0px;
  padding: 0px;
}

img {
  display: block;
}

/*.clearfix {
    overflow: auto;
  }*/

p {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  margin: 0;
  font-size: 16px;
  line-height: 31px;
  margin-bottom: 15px;
  color: #666666;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

img {
  width: auto;
  max-width: 100%;
}

.header {
  width: 100%;
  position: absolute;
  top: 0;
  padding: 35px 0;
  z-index: 99;
}



.container {
  width: 100%;
  max-width: 1750px;
  margin: 0 auto;
}

.flex-main {
  display: flex;
  flex-wrap: wrap;
}

.main-banner {
  width: 100%;
  height: 100vh;
  text-align: center;
  background-color: #000;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.main-banner span {
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
}

.main-banner h2 {
  color: #fff;
  font-size: 55px;
  line-height: 55px;
  font-weight: 500;
  margin-top: 15px;
}

.main-btn {
  min-width: 150px;
  padding: 0 15px;
  line-height: 50px;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 500;
  border-radius: 30px;
  background: rgb(255, 221, 0);
  background: linear-gradient(90deg, rgba(255, 221, 0, 1) 0%, rgba(227, 36, 37, 1) 100%);
  color: #fff;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.main-btn:hover {
  background: rgb(227, 36, 37);
  background: linear-gradient(90deg, rgba(227, 36, 37, 1) 0%, rgba(255, 221, 0, 1) 100%);
}

.main-banner .main-btn {
  margin-top: 35px;
}

.hme-about-section {
  padding: 140px 0;
  overflow: hidden;
}

.hme-about-left {
  width: 50%;
  box-sizing: border-box;
  padding-right: 5%;
}

.hme-about-right {
  width: 50%;
}

.hme-about-right img {
  width: 100%;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.main-title {
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 50px;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  text-align: left;
  line-height: 50px;
  background: rgb(255, 221, 0);
  background: linear-gradient(90deg, rgba(255, 221, 0, 1) 0%, rgba(227, 36, 37, 1) 100%);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}


.hme-about-left-content img {
  width: 100%;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  margin-top: 30px;
}


.footer {
  width: 100%;
  padding: 60px 0;
  background-color: #E7E7E7;
}

.footer-logo {
  width: 40%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.footer-logo p {
  width: 100%;
  margin-top: 90px;
}

.footer-nav {
  width: 45%;
  display: flex;
  flex-wrap: wrap;
}

.footer-nav ul {
  width: 50%;
}

.footer-nav ul li {
  width: 100%;
  list-style: none;
  margin-bottom: 10px;
}

.footer-nav ul li a {
  font-size: 18px;
  color: #6B6B6B;
  line-height: 35px;
}

.footer-nav ul li a:hover {
  color: #E63E22;
}

.footer-nav ul li.active a {
  color: #E63E22;
}

.footer-last {
  width: 15%;
}

.footer-last ul li {
  width: 100%;
  list-style: none;
  margin-bottom: 10px;
}

.footer-last ul li a {
  font-size: 18px;
  color: #6B6B6B;
  line-height: 35px;
}

.footer-last ul li a:hover {
  color: #E63E22;
}



.footer-last ul li a span {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  background-color: #000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}


.footer-last ul li a:hover span {
  background-color: #E63E22;
}

.what-we-do-section {
  padding: 50px 0 150px;
  overflow: hidden;
}

.what-we-do-img {
  width: 55%;
}

.what-we-do-img img {
  width: 100%;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.what-we-do-content {
  width: 45%;
  box-sizing: border-box;
  padding-left: 90px;
}

.border-btn {
  min-width: 120px;
  padding: 0 30px;
  line-height: 50px;
  font-size: 13px;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  font-weight: 500;
  border-radius: 30px;
  border: 1px solid #E53721;
  color: #000;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  margin-top: 10px;
}

.border-btn:hover {
  background: #E53721;
  color: #fff;
}

.hme-career-section {
  padding: 150px 0;
  background: #F3F3F3;
  overflow: hidden;
}

.hme-service-section {
  padding: 120px 0;
  background-color: #F3F3F3;
  overflow: hidden;
}

.service-inner-section {
  padding: 120px 0;
  background-color: #F3F3F3;
  overflow: hidden;
}

.hme-service-title {
  position: relative;
  width: 100%;
  padding-right: 350px;
}

.hme-service-title p {
  color: #000;
}

.hme-service-title .border-btn {
  position: absolute;
  right: 0;
  display: inline-table;
  top: 10px;
}

.service-carousel {
  margin-top: 30px;
}

.hme-ser-icon {
  margin-bottom: 15px;
  max-height: 80px;
  min-height: 80px;
  display: flex;
  align-items: center;
}

.hme-ser-icon img {
  width: auto !important;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}



.hme-service-box:hover .hme-ser-icon img {
  filter: brightness(0) invert(1);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  transform: rotate(360deg);
}

.hme-service-box {
  list-style: none;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 30px;
  padding: 30px 30px 60px;
  position: relative;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}


.hme-service-box:hover {
  background-color: #E53822;
}

.hme-service-box:hover .btn-with-arrow {
  color: #fff;
}

.hme-service-box:hover .btn-with-arrow::after {
  background-image: url(../images/btn-arrow-white.png);
}

.hme-service-box h3 {
  font-size: 30px;
  line-height: 35px;
  font-weight: 400;
  color: #E53721;
  margin-bottom: 15px;
}



.hme-service-box:hover h3,
.hme-service-box:hover p {
  color: #fff;
}

.hme-service-box p {
  line-height: 25px;
}

.btn-with-arrow {
  display: inline-block;
  padding-right: 20px;
  font-size: 14px;
  line-height: 25px;
  color: #333333;
  position: absolute;
  bottom: 25px;
}


.btn-with-arrow:hover {
  color: #E53721
}

.btn-with-arrow::after {
  content: "";
  width: 11px;
  height: 9px;
  background-image: url(../images/btn-arrow.png);
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
}

.hme-sustainability-section {
  padding: 150px 0;
  overflow: hidden;
}

.hme-sustainability-content {
  width: 45%;
  padding-right: 60px;
}

.hme-sustainability-images {
  width: 55%;
}

.hme-sustainability-images ul {
  margin-left: -1.5%;
  margin-right: -1.5%;
  display: flex;
  flex-wrap: wrap;
}

.hme-sustainability-images ul li {
  width: 30.3%;
  margin-left: 1.5%;
  margin-right: 1.5%;
  list-style: none;
  border-radius: 30px;
  overflow: hidden;
}

.globe-main-section {
  width: 100%;
  height: auto;
  padding: 0px 0 100px;
  overflow: hidden;
}

.globe-main-section .container {
  position: relative;
}

.globe-main {
  width: 100%;
  max-width: 100%;
  position: relative;
}

.globe-main-content {
  max-width: 400px;
  position: absolute;
  top: 0;
  right: 0;
}

.globe-main-content .main-title {
  margin-bottom: 15px;
}

.globe-main-content p {
  line-height: 25px;
}

.globe-title {
  width: max-content;
  padding: 10px 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: absolute;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 10px 3px rgb(192 192 192 / 29%);
  -moz-box-shadow: 0px 0px 10px 3px rgb(192 192 192 / 29%);
  box-shadow: 0px 0px 10px 3px rgb(192 192 192 / 29%);
}

.globe-title:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
  top: 100%;
  width: 0;
  height: 0;
  border-top: 10px solid #fff;
  border-right: 10px solid transparent;
  border-bottom: 0 solid transparent;
  border-left: 10px solid transparent;
}


.globe-title h5 {
  padding-left: 10px;
  font-size: 14px;
  font-weight: 500;
}

.globe-title-img {
  width: 25px;
  height: auto;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.globe-title-img img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.globe-title1 {
  top: 27%;
  left: 32%;
}

.globe-title2 {
  top: 30%;
  left: 42%;
}

.globe-title3 {
  top: 41%;
  left: 58%;
}

.globe-title4 {
  top: 43%;
  left: 71%;
}

.globe-title5 {
  top: 47%;
  left: 31%;
}

.globe-title6 {
  top: 53%;
  left: 53.5%;
}

.header .flex-main {
  align-items: center;
}

.search-main {
  margin-left: auto;
}

.header.header-normal {
  position: static;
  background-color: #fff;
  border-bottom: 1px solid #D2D2D2;
}

.main-title-with-content {
  width: 100%;
  padding: 20px 0px 0px;
  overflow: hidden;
}

.main-title-wrap {
  width: 45%;
  padding-right: 30px;
}

.main-title-wrap.low-width {
  width: 30%;
  padding-right: 30px;
}

.main-title-content {
  width: 55%;
  position: relative;
  top: -8px;
}

.main-title-content.low-width {
  width: 70%;
  position: relative;
  top: -8px;
}

.main-title-content h3 {
  font-size: 35px;
  line-height: 31px;
  font-weight: 500;
  margin-bottom: 10px;
  margin-top: 8px;
}

.main-news-wrap {
  width: 100%;
}

.main-news-wrap .container {
  padding: 80px 0 120px;
  border-top: 1px solid #DDDDDD;
  overflow: hidden;
}

.main-news-wrap ul {
  display: flex;
  flex-wrap: wrap;
  row-gap: 25px;
  margin-left: -1%;
  margin-right: -1%;
}

.main-news-wrap ul li {
  list-style: none;
  width: 23%;
  margin-left: 1%;
  margin-right: 1%;
  overflow: hidden;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  position: relative;
}

.main-news-wrap ul li img {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.main-news-wrap ul li:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.news-main-content {
  position: absolute;
  width: 100%;
  height: 100%;

  top: 0;
  left: 0;
}

.news-main-content span {
  position: absolute;
  display: block;
  top: 20px;
  left: 20px;
  line-height: 22px;
  padding: 0px 10px;
  font-size: 13px;
  color: #525252;
  background-color: #E8E8E8;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.news-content {
  width: 100%;
  position: absolute;
  bottom: 20px;
  left: 0px;
  padding: 0 20px;
}

.news-content label {
  color: #fff;
  font-size: 13px;
  line-height: 25px;
  display: block;
  margin-bottom: 15px;
}

.news-content p {
  color: #fff;
  line-height: 25px;
  margin-bottom: 5px;
}



.btn-white-arrow {
  display: inline-block;
  padding-right: 20px;
  font-size: 14px;
  line-height: 25px;
  color: #fff;
  position: relative;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}


.btn-white-arrow:hover {
  color: #E53721
}

.btn-white-arrow::after {
  content: "";
  width: 13px;
  height: 9px;
  background-image: url(../images/white-arrow.png);
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  margin: auto;
  top: 0;
  bottom: 0;
}

.btn-white-arrow:hover::after {
  background-image: url(../images/red-small-arrow.png);
}

.news-details-breadcrumb {
  width: 100%;
  padding: 30px 0;
}

.news-details-breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
}

.news-details-breadcrumb ul li {
  list-style: none;
  padding-right: 40px;
  position: relative;
}

.news-details-breadcrumb ul li span {
  color: #E53721;
}

.news-details-breadcrumb ul li::after {
  content: "";
  width: 8px;
  height: 13px;
  background-image: url(../images/arrow-right.png);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 15px;
  top: 4px;
}

.news-details-breadcrumb ul li:last-child:after {
  display: none;
}

.news-details-breadcrumb ul li a {
  color: #7B7B7B;
}

.news-details-breadcrumb ul li a:hover {
  color: #E53721;
}

.news-detail-banner img {
  width: 100%;
}

.news-detail-content {
  width: 100%;
  padding: 120px 0 160px;
  overflow: hidden;
}

.news-detail-content-inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}

.news-detail-content-inner h2 {
  font-size: 46px;
  line-height: 50px;
  font-weight: 500;
  margin-bottom: 20px;
}

.news-detail-content-inner p {
  line-height: 24px;
  margin-bottom: 25px;
}

.news-detail-content-inner img {
  width: 100%;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  margin-bottom: 25px;
}

.share-post-section {
  width: 100%;
  padding-top: 50px;
  margin-top: 60px;
  border-top: 1px solid #D2D2D2;
  text-align: center;
}

.share-post-section label {
  font-size: 17px;
  line-height: 28px;
}

.share-post-section ul {
  display: flex;
  width: 100%;
  margin-top: 20px;
  justify-content: center;
}

.share-post-section ul li {
  list-style: none;
  margin: 0 8px;
  width: 60px;
  height: 60px;
  border: 2px solid #d2d2d2;
  border-radius: 100%;
  overflow: hidden;
}

.share-post-section ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #000;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.share-post-section ul li a:hover {
  background-color: #E53721;
  color: #fff;
}

.related-news-section {
  width: 100%;
  padding: 50px 0 150px;
  overflow: hidden;
}

.related-news-main {
  width: 100%;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.related-news-main img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.related-news-main:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.related-carousel {
  margin-top: 20px;
}

.product-intro {
  padding: 40px 0 100px;
  overflow: hidden;
}

.product-indro-gallery {
  width: 50%;
}

.product-gallery-img {
  overflow: hidden;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.product-gallery .owl-dots {
  position: absolute;
  bottom: 30px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.product-gallery .owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  background-color: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  margin: 0 5px;
}

.product-intro-content {
  width: 50%;
  padding-top: 0px;
  padding-left: 90px;
}



.product-detail-nav {
  width: 100%;
  min-height: 77px;
  background-color: #fff;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
}

.product-detail-nav ul {
  display: flex;
  flex-wrap: wrap;
}

.product-detail-nav ul li {
  list-style: none;
  margin-right: 60px;
  position: relative;
}

.product-detail-nav ul li a {
  line-height: 77px;
  font-size: 19px;
}

.product-detail-nav ul li a.active {
  color: #E63E22;
}

.product-detail-nav ul li a:hover {
  color: #E63E22;
}

.product-detail-nav ul li a.active::after {
  content: "";
  width: 100%;
  height: 5px;
  background-color: #E63E22;
  position: absolute;
  bottom: -1px;
  left: 0;
}

.product-detail-discription {
  width: 100%;
  height: auto;
  padding: 60px 0;
}

.title-second {
  font-size: 35px;
  font-weight: 500;
  color: #2B2B2B;
  margin-bottom: 15px;
}

.product-detail-qualities {
  padding: 40px 0 120px;
}

.product-detail-qualities-list ul {
  margin-left: -1%;
  margin-right: -1%;
  row-gap: 30px;
  display: flex;
  flex-wrap: wrap;
}

.product-detail-qualities-list ul li {
  width: 31.3%;
  border: 1px solid #E53721;
  min-height: 140px;
  padding: 20px;
  font-size: 30px;
  line-height: 26px;
  list-style: none;
  margin-left: 1%;
  margin-right: 1%;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}


.product-detail-certificate {
  width: 100%;
  padding: 110px 0;
  background-color: #F3F3F3;
}

.certificate-img {
  width: calc(100% - 2px);
  min-height: 270px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: #fff;
  border: 1px solid #E53721;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.certificate-img:hover {
  background-color: #E53721;
}

.certificate-img img {
  width: auto !important;
}

.product-certificate h3 {
  font-size: 25px;
  line-height: 25px;
  font-weight: 500;
  text-align: center;
  color: #0F172A;
  padding-top: 15px;
}

.product-detail-specification {
  width: 100%;
  padding: 110px 0;
}

.product-specification-inner {
  width: 100%;
  background-color: #F9F9F9;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 40px;
}

.product-specification-inner h3 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 10px;
}

.product-specification-inner ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 15px 0;
  border-bottom: 1px solid #DDDDDD;
}

.product-specification-inner ul:last-child {
  border-bottom: none;
}

.product-specification-inner ul li {
  width: 60%;
  padding-right: 20px;
  line-height: 25px;
  font-size: 18px;
  list-style: none;
}

.product-specification-inner ul li:nth-child(2) {
  width: 40%;
}

.product-detail-packaging {
  width: 100%;
  padding: 110px 0;
  background-color: #F3F3F3;
}

.product-detail-packaging ul {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 40px;
  margin-left: -1.5%;
  margin-right: -1.5%;
}

.product-detail-packaging ul li {
  width: 30.3%;
  margin-left: 1.5%;
  margin-right: 1.5%;
  padding: 30px 20px;
  list-style: none;
  background-color: #fff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.product-detail-packaging ul li:hover {
  background-color: #E53721;
}

.product-detail-packaging ul li:hover h3,
.product-detail-packaging ul li:hover p {
  color: #fff;
}

.product-detail-packaging ul li h3 {
  font-size: 30px;
  line-height: 28px;
  color: #E53721;
  margin-bottom: 10px;
}

.packaging-icon {
  min-height: 50px;
  margin-bottom: 20px;
}

.packaging-icon img {
  max-height: 45px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;

}

.product-detail-packaging ul li:hover .packaging-icon img {
  filter: brightness(0) invert(1);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  transform: rotate(360deg);
}

.product-detail-contact {
  width: 100%;
  padding: 110px 0;
  overflow: hidden;
}

.get-in-touch-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.get-in-touch-container h3 {
  font-size: 50px;
  line-height: 50px;
  color: #353535;
  margin-bottom: 15px;
}

.get-in-touch-content {
  position: absolute;
  width: 35%;
  height: max-content;
  margin: auto;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 20px;
  padding-right: 100px;
}

.get-in-touch-content.half-width {
  width: 50%;
}

.get-in-touch-content .main-btn {
  margin-top: 10px;
}

.carrer-top-img {
  width: 100%;
  padding-bottom: 80px;
  overflow: hidden;
}

.carrer-top-img img {
  width: 100%;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.career-value-main {
  width: 100%;
  padding: 80px 0 60px;
  overflow: hidden;
}

.career-value-main ul {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -1.5%;
  margin-right: -1.5%;
}

.career-value-main ul li {
  width: 22%;
  margin-left: 1.5%;
  margin-right: 1.5%;
  list-style: none;
}

.career-value-img {
  width: 100%;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  overflow: hidden;
}

.career-value-img img {
  width: 100%;
}

.career-value-content {
  width: 100%;
  padding-top: 20px;
}


.career-value-content h4 {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 10px;
}

.career-opertunities-main {
  width: 100%;
  padding: 60px 0;
  display: flex;
  overflow: hidden;
}

.career-opertunities-inner {
  width: 100%;
  min-height: 500px;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  overflow: hidden;

}

.career-opertunities-content {
  width: 40%;
  padding: 30px 0;
  padding-right: 100px;
  margin-left: auto;
}

.career-opertunities-content .main-btn {
  margin-top: 30px;
}

.career-opertunities-content p {
  color: #fff;
  font-size: 30px;
  line-height: 35px;
}

.career-left-content {
  width: 55%;
  padding-right: 90px;
}

.career-right-img {
  width: 45%;
  overflow: hidden;
  display: block;
}

.career-right-img img {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.career-application-step {
  width: 100%;
  padding: 120px 0;
  margin-top: 60px;
  background-color: #F3F3F3;
  overflow: hidden;
}

.career-application-steps {
  width: 100%;
  margin-top: 15px;
}

.career-application-steps ul {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
  margin-left: -1.5%;
  margin-right: -1.5%;
}

.career-application-steps ul li {
  margin-left: 1.5%;
  margin-right: 1.5%;
  width: 30.3%;
  list-style: none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}

.career-application-steps ul li a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 30px 30px 80px;
  list-style: none;
  background-color: #fff;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.career-application-steps ul li a:hover {
  background-color: #E53721;
}

.career-application-steps ul li a:hover .step-content h3,
.career-application-steps ul li a:hover .step-content p {
  color: #fff;
}

.career-application-steps ul li .step-icon img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.career-application-steps ul li a:hover .step-icon img {
  filter: brightness(0) invert(1);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  transform: rotate(360deg);
}

.career-application-steps ul li a:hover .btn-with-arrow {
  color: #fff;
}

.career-application-steps ul li a:hover .btn-with-arrow::after {
  background-image: url(../images/btn-arrow-white.png);
}

.career-application-steps ul li a:hover .step-icon-title span {
  background-color: #EC6218;
  color: #fff;
}


.step-icon-title {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 15px;
}

.step-icon-title span {
  padding: 0px 15px;
  line-height: 23px;
  font-size: 12px;
  color: #666666;
  display: block;
  background-color: #EEEEEE;
  -webkit-order-radius: 10px;
  -moz-order-radius: 10px;
  border-radius: 10px;
}

.step-icon {
  margin-left: auto;
  max-height: 65px;
}

.step-content h3 {
  font-size: 30px;
  line-height: 32px;
  color: #E53721;
  font-weight: 400;
  margin-bottom: 20px;
}

.step-content p {
  line-height: 25px;
}

.what-we-do-content h3 {
  font-size: 30px;
  line-height: 32px;
  color: #E53721;
  font-weight: 400;
  margin-bottom: 5px;
}

.career-qualification {
  width: 100%;
  padding: 120px 0;
  overflow: hidden;
}

.hiring-departmentsection {
  width: 100%;
  padding: 110px 0;
  background-color: #F3F3F3;
  overflow: hidden;
}

.hiring-department-list {
  width: 100%;
  margin-top: 20px;
}

.hiring-department-list ul {

  margin-left: -1%;
  margin-right: -1%;
  display: flex;
  flex-wrap: wrap;

}

.hiring-icon {
  min-height: 60px;
  max-height: 60px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.hiring-icon img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hiring-department-list ul li:hover .hiring-icon img {
  -webkit-transform: rotate(360deg);
  -moz-transform: scale(1.1, 1.1);
  transform: rotate(360deg);
}

.hiring-department-list ul li {
  width: 23%;
  margin-left: 1%;
  margin-right: 1%;

  list-style: none;
  overflow: hidden;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.hiring-department-list ul li a {
  width: 100%;
  height: 100%;
  justify-content: center;
  padding: 30px;
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.hiring-department-list ul li a:hover {
  background-color: #E53822;
}

.hiring-department-list ul li a:hover h3 {
  color: #fff;
}

.hiring-department-list ul li a:hover img {
  filter: brightness(0) invert(1);
}

.hiring-department-list ul li h3 {
  width: 100%;
  text-align: center;
  font-size: 25px;
  font-weight: 400;
}

.career-internship-first {
  width: 100%;
  overflow: hidden;

}

.career-internship-first .container {
  border-top: 1px solid #dddddd;
  padding: 110px 0;
}

.career-internship-second-section {
  padding: 110px 0;
  background-color: #f3f3f3;
  overflow: hidden;
}

.career-details-main-section {
  padding: 60px 0;
  overflow: hidden;
}

.career-details-main-section-repeat {
  overflow: hidden;
  padding-bottom: 120px;
}

.career-details-main-section-repeat .career-detail-inner {
  padding: 0;
}

.career-detail-inner {
  width: 100%;
  padding: 60px 0;
  display: flex;
  flex-wrap: wrap;
}

.career-detail-inner:nth-child(2n) {
  flex-direction: row-reverse;
}

.career-detail-inner:nth-child(2n) .what-we-do-content {
  padding-left: 0;
  padding-right: 150px;
}

.career-details-main-section-repeat .career-detail-inner {
  padding: 0;
  flex-direction: row-reverse;
}

.career-details-main-section-repeat .what-we-do-page-content {
  padding: 0 85px 0 0;
}

.sustainibility-top-section {
  width: 100%;
  padding: 110px 0;
  background-color: #F3F3F3;
  overflow: hidden;
}

.sustainibility-top-section ul {
  margin-left: -1%;
  margin-right: -1%;
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
}

.sustainibility-top-section ul li {
  width: 48%;
  margin-left: 1%;
  margin-right: 1%;
  background-color: #fff;
  padding: 40px 50px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  list-style: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.sustainibility-top-section ul li:hover {
  background-color: #E53721;
}

.sustainibility-top-section ul li:hover h3,
.sustainibility-top-section ul li:hover p {
  color: #fff;
}

.sustainibility-top-section ul li h3 {
  font-size: 30px;
  line-height: 32px;
  font-weight: 400;
  color: #E53721;
  margin-bottom: 10px;
}

.sustainibility-top-section ul li p {
  font-size: 15px;
  line-height: 25px;
}

.sustainibility-top-section ul li:hover .sustainibility-icon img {
  filter: brightness(0) invert(1);
}

.sustainibility-icon {
  height: 50px;
  max-height: 50px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.sustainibility-icon img {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sustainibility-top-section ul li:hover .sustainibility-icon img {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  transform: rotate(360deg);
}

.career-focus-section {
  width: 100%;
  padding: 110px 0;
  overflow: hidden;
}

.career-focus-inner {
  margin-top: 25px;
}

.career-focus-box {
  width: 100%;
  height: 100%;
  border: 1px solid #BABABA;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  overflow: hidden;
}

.career-focus-box p {
  color: #000;
}

.career-focus-box:hover {
  background-color: #e6e6e6;
}

.career-focus-img img {
  width: 100%;
  min-height: 260px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.career-focus-content {
  padding: 30px 40px;
}

.career-focus-content h3 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 10px;
}

.career-focus .owl-stage {
  display: flex;
  flex-wrap: wrap;
}

.career-focus .owl-stage .item {
  height: 100%;
}

.contact-map-section {
  padding: 80px 0;
}

.map {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  overflow: hidden;
}

.map iframe {
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
}

.contact-content-section {
  padding: 80px 0;
  overflow: hidden;
}

.contact-form-wrap {
  width: 45%;
}

.contact-form-wrap p {
  line-height: 25px;
}

.contact-form-main {
  margin-top: 30px;
}

.contact-form-main ul {
  width: 100%;
}

.contact-form-main ul li:not(.option) {
  width: 100%;
  margin-bottom: 30px;
  list-style: none;
  display: inline-block;
}

.text-main {
  width: 100%;
  line-height: 50px;
  border: none;
  font-size: 18px;
  font-weight: 400;
  color: #000;
  border-bottom: 1px solid #d2d2d2;
}

.text-main::placeholder {
  color: #000 !important;
}

.text-main:focus {
  outline: none;
  border: none;
  border-bottom: 1px solid #d2d2d2;
}

.contact-form-main ul li label {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  width: 100%;
  margin-bottom: 10px;
  display: block;
}

.contact-form-main ul li textarea {
  width: 100%;
  height: 110px;
  resize: none;
  border-radius: 10px;
  padding: 15px;
  border: 1px solid #d2d2d2;
  font-size: 18px;
  font-weight: 400;
  color: #000;
}

.form-btn {
  width: 180px;
  text-align: center;
  font-size: 13px;
  color: #fff;
  float: right;
  text-transform: uppercase;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  line-height: 54px;
  border: none;
  margin-top: 20px;
  background: rgb(255, 221, 0);
  background: linear-gradient(90deg, rgba(255, 221, 0, 1) 0%, rgba(227, 36, 37, 1) 100%);
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.form-btn:hover {
  background: rgb(227, 36, 37);
  background: linear-gradient(90deg, rgba(227, 36, 37, 1) 0%, rgba(255, 221, 0, 1) 100%);
}

.contact-address {
  width: 40%;
  margin-left: auto;
}

.contact-address.work-with {
  width: 45%;
  margin-left: auto;
}

.contact-address-main {
  margin-top: 30px;
}



.contact-address-box {
  width: 100%;
  margin-bottom: 25px;
}

.contact-address-box label {
  font-size: 20px;
  line-height: 25px;
  font-weight: 500;
  color: #000;
  display: block;
  margin-bottom: 15px;
}

.contact-content {
  padding-left: 30px;
  position: relative;
}

.contact-content p,
.contact-content a {
  font-size: 16px;
  color: #000;
  line-height: 25px;
}

.contact-content a:hover {
  color: #e32425;
}

.contact-icon {
  position: absolute;
  left: 0;
  top: 4px;
}

.contact-address-box ul {
  display: flex;
  column-gap: 10px;
}

.contact-address-box ul li {
  width: 22px;
  height: 22px;
  background-color: #000;
  list-style: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.contact-address-box ul li:hover {
  background-color: #E53721;
}

.contact-address-box ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
}

.login-main-section {
  width: 100%;
  padding: 150px 0;
}

.login-wrap {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

.login-wrap h2 {
  font-size: 48px;
  line-height: 50px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
}

.login-wrap h5 {
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  font-weight: 400;
}

.signup-btn {
  width: 100%;
  display: flex;
  line-height: 55px;
  border: 1px solid #070707;
  text-align: center;
  font-size: 16px;
  color: #000;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  margin-top: 35px;
  padding: 0px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.signup-btn:hover {
  background-color: #000;
  color: #fff;
}

.signup-btn img {
  margin-right: 15px;
}

.login-line {
  width: 100%;
  height: 0.5px;
  background-color: #DCDCDC;
  margin: 50px 0;
  display: block;
  position: relative;
}

.login-line span {
  font-size: 18px;
  line-height: 20px;
  color: #000;
  display: block;
  background-color: #fff;
  padding: 5px 10px;
  position: absolute;
  left: calc(50% - 15px);
  top: -15px;
}

.login-form {
  width: 100%;
}

.login-form-box {
  width: 100%;
  margin-bottom: 20px;
}

.login-form-box label {
  font-size: 16px;
  line-height: 25px;
  color: #000;
  width: 100%;
  display: block;
}

.login-feild {
  width: 100%;
  display: flex;
  line-height: 55px;
  border: 1px solid #070707;
  font-size: 16px;
  color: #000;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  padding: 0px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.login-form .form-btn {
  float: none;
  margin: 0 auto;
  display: block;
  margin-top: 45px;
}

.login-form-register {
  margin-top: 40px;
  text-align: center;
}

.login-form-register p {
  color: #000;
}

.career-accordian-section {
  width: 100%;
  height: auto;
  padding: 60px 0 120px;
  overflow: hidden;
}

.gry-bg {
  background-color: #F3F3F3;
}

.career-accordian-title {
  text-align: center;
  width: 100%;
  max-width: 925px;
  margin: 0 auto;
}

.career-accordian-title h3 {
  font-size: 40px;
  line-height: 42px;
  font-weight: 500;
  color: #E53721;
  margin-bottom: 15px;
}

.accordion {
  margin: 0 auto;
  margin-top: 30px;
  width: 100%;
  max-width: 1440px;

}

.accordion .accordion__btn {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0 0 0.25rem 0;
  padding: 0 1rem;
  text-align: left;
  background-color: #fff;
  border: 1px solid #d2d2d2;
  cursor: pointer;
  position: relative;
  padding-right: 80px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.accordion .accordion__btn .accordion__icon {
  width: 44px;
  height: 44px;
  background-color: #ECECEC;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  transition: 0.3s ease-in-out;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 25px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}

.accordion .accordion__btn .accordion__icon svg {
  fill: #3E3E3E;
}


.accordion .accordion__btn.active:hover .accordion__icon,
.accordion .accordion__btn.active .accordion__icon {
  transform: rotate(-90deg);
  transition: 0.3s ease-in-out;
}

.accordion .accordion__btn .accordion__label {
  margin: 0;
  padding: 1rem 0 1rem 1rem;
  border: 0;
  background: none;
  font-size: 22px;
  text-align: left;
  line-height: 1.4;
}

.accordion .panel {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s ease-in-out;
  opacity: 0;
}

.accordion .panel.show {
  opacity: 1;
  max-height: 1000px;
}

.accordion .accordion__content {
  padding: 1rem;
}

.accordion .accordion__content h3 {
  margin: 1rem 0;
}

.current-vacancies-section {
  width: 100%;
  padding: 90px 0 120px;
  overflow: hidden;
}

.vacancies-filter-wrap {
  width: 100%;
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  z-index: 9;
}

.vacancies-filter-wrap .main-title {
  margin-bottom: 0;
}

.vacancies-filter-category {
  width: 50%;
}

.vacancies-filter-category ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 8px;
  row-gap: 10px;
}

.vacancies-filter-category ul li {
  list-style: none;
  display: inline-block;
}

.vacancies-filter-category ul li a {
  padding: 0px 25px;
  background-color: #FCE9E7;
  height: 54px;
  display: flex;
  align-items: center;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

.vacancies-filter-category ul li img {
  margin-right: 8px;
}

.vacancies-filter-search {
  width: 50%;
  margin-left: auto;
}

.vacancies-filter-search ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: right;
  column-gap: 8px;
  row-gap: 10px;
}

.vacancies-filter-search ul li {
  list-style: none;
  position: relative;
}

.vacancies-filter-search .nice-select {
  height: 54px;
  line-height: 52px;
  font-size: 13px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  border: 1px solid #E53721;
  text-transform: uppercase;
}

.vacancies-filter-search .nice-select.open .list {
  display: block;
  width: 100%;
}

.vacancies-filter-search .nice-select.open .list li {
  margin-left: 0;
  margin-right: 0;
}

.search-feild {
  width: calc(100% - 190px);
  height: 54px;
  line-height: 52px;
  font-size: 18px;
  padding: 0 20px 0 60px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  border: 1px solid #000000;
}

.search-feild:focus {
  border: 1px solid #000000;
  outline: none;
}

.search-btn {
  position: absolute;
  width: 54px;
  height: 54px;
  display: block;
  background-color: transparent;
  border: none;
  right: 0;
  top: 0;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  font-size: 0px;
  background-image: url(../images/search-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.search-icon {
  cursor: pointer;
}

.vacancies-listing {
  width: 100%;
  margin-top: 50px;
}

.vacancies-listing ul {
  display: flex;
  flex-wrap: wrap;
  row-gap: 25px;
  margin-left: -0.6%;
  margin-right: -0.6%;
}

.vacancies-listing ul li {
  width: 23.8%;
  margin-left: 0.6%;
  margin-right: 0.6%;
  border: 1px solid #cccccc;
  list-style: none;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;

}

.vacancies-listing ul li a {
  width: 100%;
  padding: 30px;
  display: block;
}

.vacancies-listing ul li h3 {
  font-weight: 500;
  color: #E53721;
  font-size: 22px;
  line-height: 25px;
  margin-bottom: 10px;
}

.vacancies-listing ul li p {
  margin-bottom: 10px;
}

.vacancy-date {
  width: 100%;
  padding-left: 25px;
  line-height: 30px;
  background-image: url(../images/vacancy-icon1.png);
  background-position: left;
  background-repeat: no-repeat;
  color: #A09F9F;
}

.vacancy-place {
  width: 100%;
  padding-left: 25px;
  line-height: 30px;
  background-image: url(../images/vacancy-icon2.png);
  background-position: left;
  background-repeat: no-repeat;
  color: #A09F9F;
}

.internship-vacancies-section {
  padding-bottom: 120px;
  overflow: hidden;
}

.internship-vacancies-section .vacancies-filter-wrap {
  margin-top: 0;
}

.who-we-are-first {
  width: 100%;
  padding: 90px 0;
  overflow: hidden;
}

.our-values-section {
  width: 100%;
  padding: 100px 0;
  background-color: #F3F3F3;
  overflow: hidden;
}

.our-values-title-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.our-value-title {
  width: 30%;
}

.our-value-title-content {
  width: 70%;
  position: relative;
  top: -8px;
}

.service-carousel .owl-stage,
.service-home-carousel .owl-stage,
.supply-chain-carousel .owl-stage,
.values-carousel .owl-stage {
  display: flex;
}

.service-carousel .owl-stage .item,
.service-home-carousel .owl-stage .item,
.supply-chain-carousel .owl-stage .item,
.values-carousel .owl-stage .item {
  height: 100%;
}

.values-carousel {
  margin-top: 70px;
}

.values-carousel .hme-service-box {
  padding: 40px 30px 30px;
}

.our-vision-section {
  width: 100%;
  padding: 110px 0;
  background-color: #F3F3F3;
  overflow: hidden;
}

.our-vision-section ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1.5%;
  margin-right: -1.5%;
  row-gap: 25px;
}

.our-vision-section ul li {
  width: 30.3%;
  margin-left: 1.5%;
  margin-right: 1.5%;
  list-style: none;
}

.our-vision-section .hme-service-box {
  padding: 40px 30px 30px;
}

.success-story-wrap {
  width: 100%;
  padding: 110px 0 30px;
  overflow: hidden;
}

.success-story-image {
  width: 45%;
}

.success-story-content {
  width: 55%;
  padding-left: 80px;
  padding-top: 0;
}

.success-story-image img {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.time-line-wrap {
  padding-top: 120px;
  padding-bottom: 100px;
  overflow: hidden;
}

.time-line-wrap .timeline__content:hover {
  background-color: #E53822;
}

.time-line-wrap .timeline__content:hover p,
.time-line-wrap .timeline__content:hover h2 {
  color: #fff;
}

.time-line-wrap .timeline__content h2 {
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  color: #E53721;
}

.time-line-wrap .timeline__content p {
  font-size: 16px;
  line-height: 25px;
  color: #666666;
}

.time-line-wrap .timeline__content {
  border: none;
  padding: 30px 25px 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
  box-shadow: -1px -1px 18px -5px rgb(152 152 152 / 64%);
  -webkit-box-shadow: -1px -1px 18px -5px rgb(152 152 152 / 64%);
  -moz-box-shadow: -1px -1px 18px -5px rgb(152 152 152 / 64%);
}

.time-line-wrap .timeline--horizontal,
.time-line-wrap .timeline__wrap {
  overflow: visible;
}

.time-line-wrap .timeline--horizontal .timeline__item .timeline__content:before,
.time-line-wrap .timeline--horizontal .timeline__item .timeline__content:after,
.time-line-wrap .timeline--horizontal .timeline__item--bottom .timeline__content:after,
.time-line-wrap .timeline--horizontal .timeline__item--bottom .timeline__content:before {
  display: none;
}

.time-line-wrap .timeline--horizontal .timeline-divider {
  background-color: #E53721;
  height: 3px;
  width: 200%;
  left: -50%;
}

.time-line-wrap .timeline__item:after {
  border: 4px solid #e53721;
  width: 30px;
  height: 30px;
}

.time-line-wrap .timeline-nav-button--prev,
.time-line-wrap .timeline-nav-button--next {
  width: 50px;
  height: 50px;
  border: 1px solid #E05B11;
}

.time-line-wrap .timeline-nav-button--prev {
  left: inherit;
  right: 60px;
  top: -80px !important;
}

.time-line-wrap .timeline-nav-button--next {
  left: inherit;
  right: 0px;
  top: -80px !important;

}


.time-line-wrap .timeline-nav-button--prev::after {
  content: "";
  width: 19px;
  height: 10px;
  position: absolute;
  background-image: url(../images/prev.png);
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}


.time-line-wrap .timeline-nav-button--next::after {
  content: "";
  width: 19px;
  height: 10px;
  position: absolute;
  background-image: url(../images/next.png);
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}


.time-line-wrap .timeline-nav-button--prev:hover {
  background: rgb(255, 221, 0);
  background: linear-gradient(90deg, rgba(255, 221, 0, 1) 0%, rgba(227, 36, 37, 1) 100%);

}

.time-line-wrap .timeline-nav-button--next:hover {
  background: rgb(255, 221, 0);
  background: linear-gradient(90deg, rgba(255, 221, 0, 1) 0%, rgba(227, 36, 37, 1) 100%);
}

.time-line-wrap .timeline-nav-button--prev:hover::after {
  background-image: url(../images/prev-white.png);
}

.time-line-wrap .timeline-nav-button--next:hover::after {
  background-image: url(../images/next-white.png);
}



.globe-contact-section {
  width: 100%;
  padding-top: 100px;
  overflow: hidden;
}

.globe-title-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.globe-title-main {
  width: 40%;
}

.globe-title-content {
  width: 60%;
  position: relative;
  top: -8px;
}

.globe-title-content .border-btn {
  float: right;
}

.globe-title-content p {
  font-size: 18px;
}

.globe-wrap {
  width: 100%;
  max-width: 1070px;
  margin: 0 auto;
  margin-top: 80px;
  position: relative;
}

.globe-round {
  width: 12px;
  height: 12px;

  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  z-index: 999;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.globe-round:hover {
  transform: scale(2, 2) !important;
}


.sonar-wave,
.sonar-wave1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  background-color: #E05B11;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
}

/*
  Animate!
  NOTE: add browser prefixes where needed.
*/
.sonar-wave {
  animation: sonarWave 2s linear infinite;
}

.sonar-wave1 {
  animation: sonarWave1 1s linear infinite;
  animation-duration: 2s;
}

@keyframes sonarWave {
  from {
    opacity: 0.4;
  }

  to {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes sonarWave1 {
  from {
    opacity: 0.4;
  }

  to {
    transform: scale(2.5);
    opacity: 0;
  }
}

.globe1 {
  top: 25%;
  left: 28%;
  display: none;
}

.globe2 {
  top: 63%;
  left: 24%;
}

.globe3 {
  top: 21%;
  left: 49%;
}

.globe4 {
  top: 49%;
  left: 63%;
}

.globe5 {
  top: 57%;
  left: 54%;
}

.globe6 {
  top: 17%;
  left: 82%;
}

.globe7 {
  top: 52%;
  left: 69%;
}

.globe8 {
  top: 62%;
  left: 78%;
}

.owl-carousel.service-home-carousel .owl-nav button.owl-prev,
.owl-carousel.service-home-carousel .owl-nav button.owl-next,
.owl-carousel.supply-chain-carousel .owl-nav button.owl-prev,
.owl-carousel.supply-chain-carousel .owl-nav button.owl-next {
  width: 50px;
  height: 50px;
  border: 1px solid #E05B11;
  position: absolute;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  font-size: 0;
}

.owl-carousel.supply-chain-carousel .owl-nav button.owl-prev,
.owl-carousel.service-home-carousel .owl-nav button.owl-prev {
  left: inherit;
  right: 60px;
  top: -80px !important;
  background-repeat: no-repeat;
  background-position: center;

}


.owl-carousel.supply-chain-carousel .owl-nav button.owl-prev::after,
.owl-carousel.service-home-carousel .owl-nav button.owl-prev::after {
  content: "";
  width: 19px;
  height: 10px;
  position: absolute;
  background-image: url(../images/prev.png);
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.owl-carousel.supply-chain-carousel .owl-nav button.owl-next,
.owl-carousel.service-home-carousel .owl-nav button.owl-next {
  left: inherit;
  right: 0px;
  top: -80px !important;
  background-repeat: no-repeat;
  background-position: center;
}

.owl-carousel.supply-chain-carousel .owl-nav button.owl-next::after,
.owl-carousel.service-home-carousel .owl-nav button.owl-next::after {
  content: "";
  width: 19px;
  height: 10px;
  position: absolute;
  background-image: url(../images/next.png);
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.service-home-carousel,
.supply-chain-carousel {
  margin-top: 40px;
}

.owl-carousel.supply-chain-carousel .owl-nav button.owl-prev:hover,
.owl-carousel.service-home-carousel .owl-nav button.owl-prev:hover {
  background: rgb(255, 221, 0);
  background: linear-gradient(90deg, rgba(255, 221, 0, 1) 0%, rgba(227, 36, 37, 1) 100%);

}

.owl-carousel.supply-chain-carousel .owl-nav button.owl-next:hover,
.owl-carousel.service-home-carousel .owl-nav button.owl-next:hover {
  background: rgb(255, 221, 0);
  background: linear-gradient(90deg, rgba(255, 221, 0, 1) 0%, rgba(227, 36, 37, 1) 100%);
}

.owl-carousel.supply-chain-carousel .owl-nav button.owl-prev:hover::after,
.owl-carousel.service-home-carousel .owl-nav button.owl-prev:hover::after {
  background-image: url(../images/prev-white.png);
}

.owl-carousel.supply-chain-carousel .owl-nav button.owl-next:hover::after,
.owl-carousel.service-home-carousel .owl-nav button.owl-next:hover::after {
  background-image: url(../images/next-white.png);
}

.news-slider-section {
  width: 100%;
  padding: 120px 0;
  background-color: #F3F3F3;
  overflow: hidden;
}

.owl-carousel.related-carousel .owl-item img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.what-we-do-page-img {
  width: 50%;
}

.what-we-do-page-img img {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  width: 100%;
}

.what-we-do-page-content {
  width: 50%;
  box-sizing: border-box;
  padding-left: 85px;
}

.career-detail-inner:nth-child(2n) .what-we-do-page-content {
  padding-left: 0px;
  padding-right: 85px;
}

.supply-chain-carousel .hme-service-box {
  padding: 40px 25px 60px;
}

.supply-chain-carousel .owl-stage {
  margin-left: -100px;
}

.owl-carousel.supply-chain-carousel .owl-stage-outer {
  overflow: visible;
}

.owl-carousel.supply-chain-carousel::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #F3F3F3;
  left: -100%;
  top: 0;
}

.owl-carousel.supply-chain-carousel .item::after {
  content: "";
  width: 22px;
  height: 17px;
  background-image: url(../images/red-arrow.png);
  position: absolute;
  right: -30px;
  top: 50%;
}

.global-presence-section {
  width: 100%;
  padding: 120px 0;
  background-color: #F3F3F3;
  overflow: hidden;
}

.global-presence-inner {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}

.global-numbers {
  width: 55%;
  height: auto;
}

.global-numbers ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1.5%;
  margin-right: -1.5%;
  row-gap: 25px;
}

.global-numbers ul li {
  width: 47%;
  margin-left: 1.5%;
  margin-right: 1.5%;
  padding: 30px;
  min-height: 210px;
  background-color: #fff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  list-style: none;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.global-numbers ul li:hover h4 {
  color: #fff;
}

.global-numbers ul li:hover .global-number h2 {
  background: #fff;
  background: -webkit-linear-gradient(to right, #fff, #fff);
  background: linear-gradient(to right, #fff, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.global-numbers ul li:hover {
  background-color: #e32425;
}

.global-numbers ul li h4 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
}

.global-number {
  position: absolute;
  bottom: 30px;
  right: 30px;
}

.global-number h2 {
  font-size: 50px;
  line-height: 45px;
  font-weight: 500;
  background: #FBC605;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #FBC605, #E53721);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #FBC605, #E53721);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.global-text {
  width: 45%;
  padding-left: 80px;
}

.what-we-product-section {
  width: 100%;
  padding: 120px 0;
  position: relative;
  z-index: 9;
  /* overflow: hidden; */

}

.main-product-image {
  width: 750px;
  height: 750px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-top: 0px;
  position: relative;
  left: -150px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;

}

.main-product-image::after {
  content: "";
  width: 100%;
  height: 100%;
  left: -80px;
  position: absolute;
  background-color: #fff;
  border: 1px solid #FBE1DC;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  z-index: -1;
}

.sonar-wave-main,
.sonar-wave-main1,
.sonar-wave-main2 {
  position: absolute;
  top: 0;
  left: -80px;
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  border: 1px solid #ff6446;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
}

/*
  Animate!
  NOTE: add browser prefixes where needed.
*/
.sonar-wave-main {
  animation: sonarWave 5s linear infinite;
  animation-duration: 3s;
}

.sonar-wave-main1 {
  animation: sonarWave1 4s linear infinite;
  animation-duration: 3s;
}

.sonar-wave-main2 {
  animation: sonarWave2 3s linear infinite;
  animation-duration: 3s;
}

@keyframes sonarWave {
  from {
    opacity: 0.4;
  }

  to {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes sonarWave1 {
  from {
    opacity: 0.4;
  }

  to {
    transform: scale(2.5);
    opacity: 0;
  }
}

@keyframes sonarWave2 {
  from {
    opacity: 0.4;
  }

  to {
    transform: scale(2.5);
    opacity: 0;
  }
}

.main-product-wrap {
  width: 100%;
  max-width: 400px;
  position: absolute;
  border: 1px solid #FFE176;
  background-color: #fff;
  padding: 10px 15px;
  min-height: 65px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  z-index: 99;
}


.main-product-wrap:hover {
  z-index: 999;
}

.main-product-title {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-image: url(../images/arrow-globe.png);
  background-repeat: no-repeat;
  background-position: right center;
}

.main-product-title p {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  color: #000;
}

.main-product-icon {
  width: 44px;
  height: 44px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-color: #FBC605;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

.main-product1 {
  right: -55%;
  top: 21%;
}

.main-product2 {
  right: -55%;
  top: 35%;
}

.main-product3 {
  right: -55%;
  top: 48.5%;
}

.main-product4 {
  right: -55%;
  top: 62%;
}

.main-product5 {
  right: -55%;
  top: 77%;
}

.main-product6 {
  right: -55%;
  top: 77%;
}

.main-product7 {
  right: -55%;
  top: 92%;
}

.main-product-details {

  height: 0;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.main-product-wrap:hover .main-product-details {
  height: auto;
  opacity: 1;
  margin-top: 20px;
}

.nav-icon {
  position: relative;
  height: 30px;
  width: 32px;
  margin-left: 25px;
  cursor: pointer;
}

.nav-icon.white span {
  background-color: #fff;
}

.nav-icon span {
  width: 32px;
  height: 2px;
  background-color: #000;
  position: absolute;
  right: 0;
  top: 1;
}

.nav-icon span:nth-child(2) {
  top: 11.5px;
  width: 22px;
  right: 0;
  left: inherit;
}

.nav-icon span:nth-child(3) {
  top: 23px;
}

.main-nav-container {
  width: 100%;
  height: 100vh;
  background: rgb(231, 64, 32);
  background: linear-gradient(149deg, rgba(231, 64, 32, 1) 31%, rgba(250, 191, 6, 1) 65%, rgba(250, 191, 6, 1) 66%);
  position: fixed;
  z-index: 999;
  top: 0;
  padding: 35px 0 60px;
  display: none;
}

body.menu-open .main-nav-container {
  display: block;
}

.main-nav-header {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.main-nav-close {
  margin-left: auto;
  cursor: pointer;
}


.main-nav-wrap {
  height: fit-content;
  margin: auto;
  top: 0;
  bottom: 0;
  position: absolute;
}


.main-nav-wrap ul li {
  margin: 20px 0;
  list-style: none;
  position: relative;
}

.main-nav-wrap ul li::after {
  content: "";
  width: 0;
  height: 1px;
  left: 0;
  background-color: #fff;
  position: absolute;
  bottom: -5px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.main-nav-wrap ul li.active::after {
  width: 50px;
}

.main-nav-wrap ul li:hover::after {
  width: 50px;
}

.main-nav-wrap ul li a {
  font-size: 35px;
  line-height: 45px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 1px;
}

.main-nav-footer {
  position: absolute;
  bottom: 60px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;

}

.main-nav-footer .container {
  padding-top: 50px;
  border-top: 1px solid #fff;
}

.nav-footer ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 40px;
}

.nav-footer ul li {
  list-style: none;
}

.nav-footer ul li a {
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.nav-footer ul li a:hover {
  color: #e74020;
}

.nav-footer-social ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 20px;
}


.nav-footer-social ul li {
  list-style: none;
}

.nav-footer-social label {
  color: #fff;
  font-size: 16px;
}

.nav-footer-social ul li a {
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
  color: #fff;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.nav-footer-social ul li a:hover {
  color: #e74020;
}

.nav-footer-social {
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  align-items: center;
}


#search-menu {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: -100%;
  left: 0;
  right: 0;
  white-space: nowrap;
  z-index: 9999;
  background: rgb(231, 64, 32);
  background: linear-gradient(149deg, rgba(231, 64, 32, 1) 31%, rgba(250, 191, 6, 1) 65%, rgba(250, 191, 6, 1) 66%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 500ms ease all;
  -moz-transition: 500ms ease all;
  transition: 500ms ease all;
}

#search-menu.toggled {
  top: 0;
  opacity: 1;
  visibility: visible;
}

#search-menu .container {
  position: relative;
  margin: 3em auto 0 auto;
  padding: 0 1em;
}

#search-menu .container input {
  width: 90%;
  padding: 0 0 0.125em 0;
  background: transparent;
  border: none;
  border-bottom: 2px solid #fff;
  font-size: 3em;
  color: #fff;
}

#search-menu .container input::placeholder {
  color: #fff;
}

#search-menu .container input:focus {
  outline: none;
}

#search-menu .container button {
  position: absolute;
  display: block;
  width: 10%;
  cursor: pointer;
  right: 0;
  top: 0;
  background: transparent;
  border: none;
  color: #fff;
  font-size: 4em;
  -webkit-transition: 500ms ease all;
  -moz-transition: 500ms ease all;
  transition: 500ms ease all;
}

#search-menu .container button:hover {
  color: #fff;
}

#search-menu .container button:focus {
  outline: none;
}

.relative {
  position: relative;
}

.footer-call {
  width: 48px;
  position: absolute;
  display: block;
  right: 30px;
  top: -82px;
}

.banner-down-arrow {
  width: 11px;
  height: 103px;
  position: absolute;
  right: 5%;
  bottom: 80px;
  animation: arrow 0.8s 1s infinite ease-out alternate;
  -webkit-animation: arrow 0.8s 1s infinite ease-out alternate;
}

@-webkit-keyframes arrow {
  0% {
    bottom: 60px;
  }

  100% {
    bottom: 30px;
  }
}


#faq__accordian-main-wrapper {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0px;
  margin-top: 30px;
}

.faq__accordion-wrapper {
  background-color: #fff;
  border: 1px solid #d2d2d2;
  margin-bottom: 5px;
  border-radius: 15px;
}

.faq__accordion-content p {
  margin: 0;
}

.faq__accordian-heading {
  padding: 1rem 80px 1rem 25px;
  display: block;
  position: relative;
  font-size: 22px;
  font-weight: 400;
  text-decoration: navajowhite;
  color: #000000;
}

.faq__accordian-heading::before {
  content: "";
  background-color: #ECECEC;
  width: 44px;
  height: 44px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  right: 20px;
  background-image: url(../images/arrow-down.png);
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  -webkit-transition: 0.3s linear all;
  -moz-transition: 0.3s linear all;
  -ms-transition: 0.3s linear all;
  -o-transition: 0.3s linear all;
  transition: 0.3s linear all;
  -webkit-transform: translateY(-50%) rotate(0deg);
  -moz-transform: translateY(-50%) rotate(0deg);
  -ms-transform: translateY(-50%) rotate(0deg);
  -o-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
}



.faq__accordian-heading.active::before {
  -webkit-transition: 0.3s linear all;
  -moz-transition: 0.3s linear all;
  -ms-transition: 0.3s linear all;
  -o-transition: 0.3s linear all;
  transition: 0.3s linear all;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.faq__accordian-heading.active::before {
  color: #ffffff;
}

.faq__accordion-content {
  display: none;
  padding: 0px 25px 25px;
}

.sitemap-section {
  width: 100%;
  padding: 100px 0;
}

.sitemap-section h3 {
  font-size: 25px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.sitemap-section ul li {
  list-style: none;
  padding-left: 15px;
  margin-bottom: 10px;
  position: relative;
}

.sitemap-section ul li::after {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #e22126;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 8px;
}

.main-banner video {
  position: absolute;
  object-fit: cover;
}

.main-banner::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}

.main-banner .relative {
  z-index: 9;
}




.service-home-carousel .owl-item {
  transition: width .35s ease-in-out;
}

.product-mobile {
  display: none;
}

.hide-content,
.close-service {
  display: none;
}

.hide-content.open,
.close-service.open {
  display: block;
}

.close-service {
  position: absolute;
  right: 25px;
  top: 20px;
  z-index: 99;
  color: #000;
  font-size: 26px;
  cursor: pointer;
}

.hme-service-box:hover .close-service {
  color: #fff;

}

.service-icon {
  margin-bottom: 15px;
  max-height: 50px;
  min-height: 50px;
  display: flex;
  align-items: center;
}

.service-icon img {
  width: auto !important;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}



.hme-service-box:hover .service-icon img {
  filter: brightness(0) invert(1);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  transform: rotate(360deg);
}

.padding-top-zero {
  padding-top: 0px !important;
}

.news-detail-title {
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #F3F3F3;
}

.news-detail-title p {
  font-size: 18px;
  color: #6B6B6B;
}

.work-with-img {
  overflow: hidden;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}


.error {
  color: red;
  font-size: 12px;
}


.footer-social-media {
  display: flex;
  flex-wrap: wrap;
  row-gap: 7px;
}

.footer-social-media li {
  width: auto !important;
  margin-bottom: 0 !important;
}

.footer-social-media li:not(:first-child) {
  margin-left: 10px;
}

.search-main-top {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
}

.search-main-top label {
  text-align: center;
  font-size: 22px;
  color: #E53721;
  font-weight: 600;
  width: 100%;
  display: block;
}

.search-main-wrap {
  width: 100%;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}

.search-main-wrap .form-btn {
  margin-left: auto;
  margin-top: 0px;
}

.search-feild {
  background-image: url(../images/search-icon.png);
  background-repeat: no-repeat;
  background-position: left 22px center;
}

#search-result-count-div ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  width: 100%;
}

#search-result-count-div ul li {
  background-color: #FCE9E7;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  list-style: none;
}

#search-result-count-div ul li:first-child {
  color: #7d7d7d;
}

#search_result_product_div {
  margin-top: 50px;
}

.ui-autocomplete {
  padding: 10px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  max-width: 680px;
}

.ui-autocomplete li {
  padding: 10px 10px;
  width: 100%;
  list-style: none;
  border-bottom: 1px solid #ededed;
}

.ui-autocomplete li:last-child {
  border-bottom: none;
}

#product_details_div img {
  margin-bottom: 15px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

#product_details_div p {
  margin-bottom: 10px;
}

.search-main-conntain {    padding-bottom: 100px;    min-height: 600px;    padding-top: 35px;}

.search-title {
  display: block;
  font-size: 52px;
  line-height: 50px;
  color: #E53721;
  margin-bottom: 15px;
}

.mobile {
  display: none;
}

.product-detail-contact.product-detail1 {
  padding-top: 0 !important;
}

.learn-more-expand.open {
  display: none;
}

.ui-helper-hidden-accessible {
  display: none !important;
}

.nice-select {
  width: 100%;
}

.nice-select .option {
  margin: 0;
}

.nice-select .list {
  width: calc(100% + 2px);
  left: -1px;
}

.learn-more-expand.open {
  display: none;
}

.globe-round::after {
  width: 12px;
  height: 12px;
  content: "";
  background: #E05B11;
  -webkit-clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
  clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
  position: absolute;
  left: 0.2px;
}

.contact-form-main ul li .nice-select:after {
  border-bottom: 2px solid #434343 !important;
  border-right: 2px solid #434343 !important;
  height: 9px !important;
  width: 9px !important;
}

.contact-form-main ul li .nice-select {
  border: none;
  border-bottom: 1px solid #d2d2d2 !important;
  border-radius: 0 !important;
  font-size: 16px;
  padding-left: 0;
  line-height: 40px;
}

.owl-item.expand .close-service {
  display: block !important;
}

.owl-item.expand .learn-more-expand {
  display: none !important;
}

.owl-item.expand .hide-content {
  display: block !important;
}

#product_details_div h2 {
  width: 100%;
  font-size: 52px;
  line-height: 50px;
  color: #E53721;
  font-weight: 500;
  display: block;
  margin-bottom: 25px;
}

#search-result-count-div {
  margin-top: 65px;
}

.no-product-class {
  font-size: 22px;
  width: auto;
  font-weight: 600;
  text-align: center;
  padding: 20px 0;
  background: #ffffff00;
  border: 1px solid #e32724;
}

.contact-form-center {
  margin: 0 auto;
  margin-top: 40px;
  width: 100%;
  max-width: 800px;
  display: block;
}

.contact-content-bottom-section {
  width: 100%;
  padding-bottom: 60px;
}.no_link{        pointer-events: none;        cursor: not-allowed;}