/*
 Theme Name: Twenty Nineteen Child
 Theme URI: https://www.element8.ae
 Author: Element8
 Author URI: https://www.element8.ae
 Template: twentynineteen
 Description: Child theme for Twenty Seventeen.
 Version: 0.2
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Tags:
 Text Domain: twentynineteen-child
 */
::-webkit-scrollbar {
  width: 7px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.0);
}

/* Track */
::-webkit-scrollbar-track {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.0);

}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
  width: 7px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #111;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('assets/fonts/HelveticaNeue.woff2') format('woff2'),
    url('assets/fonts/HelveticaNeue.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('assets/fonts/HelveticaNeue-Light.woff2') format('woff2'),
    url('assets/fonts/HelveticaNeue-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('assets/fonts/HelveticaNeue-Medium.woff2') format('woff2'),
    url('assets/fonts/HelveticaNeue-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica Neue';
  src: url('assets/fonts/HelveticaNeue-Bold.woff2') format('woff2'),
    url('assets/fonts/HelveticaNeue-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica';
  src: url('assets/fonts/Helvetica-Light.woff2') format('woff2'),
    url('assets/fonts/Helvetica-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica';
  src: url('assets/fonts/Helvetica.woff2') format('woff2'),
    url('assets/fonts/Helvetica.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Helvetica';
  src: url('assets/fonts/Helvetica-Bold.woff2') format('woff2'),
    url('assets/fonts/Helvetica-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Proxima Nova Lt';
  src: url('assets/fonts/ProximaNova-Semibold.woff2') format('woff2'),
    url('assets/fonts/ProximaNova-Semibold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Proxima Nova Rg';
  src: url('assets/fonts/ProximaNova-Regular.woff2') format('woff2'),
    url('assets/fonts/ProximaNova-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Proxima Nova Lt';
  src: url('assets/fonts/ProximaNova-Light.woff2') format('woff2'),
    url('assets/fonts/ProximaNova-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}



body {
  overflow-x: hidden;
  font-size: 16px;
  line-height: 25px;
  font-family: 'Proxima Nova Rg';
  font-weight: normal;
}

* h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Helvetica Neue';
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
}

h1,
.h1 {
  font-size: 55px;
  line-height: 65px;
  margin-bottom: 30px;
}

h2,
.h2 {
  font-size: 48px;
  line-height: 60px;
  margin-bottom: 25px;
}

h3,
.h3 {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 20px;
}

h4,
.h4 {
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 15px;
}

h5,
.h5 {
  font-size: 21px;
  line-height: normal;
  margin-bottom: 15px;
}

h6,
.h6 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 15px;
}

* {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
}

p {
  margin-bottom: 15px;
  font-family: 'Proxima Nova Rg';
  line-height: 25px;
}

ul {
  margin-bottom: 0px;
}

ul li {
  list-style: none;
}

a {
  text-decoration: none;
  font-family: 'Helvetica Neue';
  font-weight: normal;
  line-height: normal;
  transition: all 0.3s ease-in-out;
}

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

input,
textarea,
select {
  background: none;
  outline: none;
  font-size: 16px;
  color: #323c3f;
  border: 1px solid;
  font-family: 'Poppins';
}

img {
  outline: none;
  max-width: 100%;
  height: auto;
  border: 0px none;
}

input[type='submit'] {
  border-radius: 0px;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
}

:focus {
  outline: none;
}

.container {
  max-width: 1231px;
  width: 100%;
  margin: 0px auto;
  padding: 0px 15px;
}

.wrapper {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
}

/****************--Header--****************/

.header {
  background: transparent;
  width: 100%;
  position: relative;
  z-index: 11;
  padding: 30px 0px;
  -webkit-transition: all .30s ease-in-out;
  -moz-transition: all .30s ease-in-out;
  -ms-transition: all .30s ease-in-out;
  -o-transition: all .30s ease-in-out;
  transition: all .30s ease-in-out;
}

.header_inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-logo-area {
  -webkit-transition: all .30s ease-in-out;
  -moz-transition: all .30s ease-in-out;
  -ms-transition: all .30s ease-in-out;
  -o-transition: all .30s ease-in-out;
  transition: all .30s ease-in-out;
}

.header-logo-area a {
  display: block;
  max-width: 170px;
  text-align: center;
}

.menu-button {
  position: absolute;
  right: 0px;
}

.animated-icon1 {
  width: 52px;
  height: 32px;
  position: relative;
  margin: 0px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.animated-icon1 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.animated-icon1 span {
  background: #000;
}

.animated-icon1 span:nth-child(1) {
  top: 0px;
}

.animated-icon1 span:nth-child(2) {
  top: 15px;
  left: -10px;
}

.animated-icon1 span:nth-child(3) {
  top: 30px;
}

.animated-icon1.open span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.animated-icon1.open span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.menu-wrap {
  display: none;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 111;
  position: absolute;
  top: 0px;
  left: 0px;
}

.menu-logo-area {
  background: #ececec;
  width: 840px;
  height: 94vh;
  overflow-y: auto;
  border-radius: 20px;
  text-align: left;
  position: absolute;
  right: 150px;
  top: 0px;
  box-shadow: -5px 5px 30px 1px rgb(0 0 0 / 25%);
  padding: 50px 95px 100px;
}

.menu-logo-area .menu-button {
  top: 65px;
  right: 90px;
  cursor: pointer;
}

.menu-logo-area .menu-button .animated-icon1 {
  width: 43px;
}

.menu-logo-area .menu-button .animated-icon1 span {
  height: 4px;
}

.menu-active {
  overflow: hidden;
}

.left-right-menu {
  display: flex;
  margin-top: 70px;
}

.menu-area-left {
  width: 50%;
  padding-right: 60px;
  border-right: 1px solid #b1b1b1;
}

.menu-area-right {
  width: 50%;
  padding-left: 70px;
}

.main-menu-box {
  width: 100%;
  display: inline-block;
  margin-bottom: 0px;
}

.main-menu-box li {
  width: 100%;
  text-align: left;
  margin-bottom: 22px;
}

.main-menu-box li:last-child {
  margin-bottom: 0px;
}

.main-menu-box li a {
  display: block;
  font-size: 25px;
  line-height: 24px;
  font-weight: 300;
  font-family: 'Helvetica Neue';
  color: #000;
  transition: font-weight .2s ease-in-out;
}

.main-menu-box li a:hover {
  font-weight: 500;
}

.menu-area-right .main-menu-box li a {
  font-size: 22px;
}

.menu-area-right .main-menu-box li:last-child,
.menu-item-has-children .sub-menu li:last-child {
  margin-top: 40px;
}

.menu-area-right .main-menu-box li:last-child a,
.menu-item-has-children .sub-menu li:last-child a {
  color: #fff;
  text-transform: uppercase;
  background: linear-gradient(45deg, #ea2e42, #f56377 80%, #f56377);
  width: 180px;
  height: 52px;
  line-height: 52px;
  border-radius: 30px;
  font-size: 14px;
  text-align: center;
  border: 1px solid transparent;
}

.menu-area-right .main-menu-box li:last-child a:hover,
.menu-item-has-children .sub-menu li:last-child a:hover {
  border: 1px solid #f56377;
  color: #000;
  background: transparent;
}

li.menu-item-has-children {
  position: relative;
}

.mob-menu-icn {
  position: absolute;
  right: -10px;
  top: 2px;
  cursor: pointer;
  font-size: 22px;
  pointer-events: none;
}

.menu-item-has-children .sub-menu li a {
  font-size: 22px;
}

.menu-item-has-children .sub-menu {
  position: absolute;
  right: -430px;
  top: -138px;
  width: 250px;
}

li.current-menu-item>a {
  font-weight: 500;
}

/****************--footer--****************/
.footer {
  background-color: #fdfdfd;
  margin-top: 30px;
}

.footer-wrap {
  padding-top: 70px;
  padding-bottom: 85px;
}

.footer-logo {
  max-width: 229px;
  margin: 0 auto;
}

.footer-menu-wrap h6 {
  text-align: center;
  margin-bottom: 30px;
}

.footer-menu-wrap {
  padding: 65px 0px 80px;
}

.footer-menu {
  display: flex;
  justify-content: center;
}

.footer-menu li {
  margin-left: 25px;
}

.footer-menu li:first-child {
  margin-left: 0px;
}

.footer-menu li a {
  color: #000;
  display: block;
  font-size: 15px;
  line-height: 24px;
  font-family: 'Helvetica Neue';
  text-transform: uppercase;
  font-weight: 500;
}

.footer-menu li a:hover {
  color: #40aa3e;
}

.footer-social-media h6 {
  text-align: center;
}

.footer-social-media ul {
  display: flex;
  justify-content: center;
}

.footer-social-media ul li {
  margin: 0px 9px;
}

.footer-social-media ul li a {
  display: flex;
  width: 45px;
  height: 45px;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
  background: #db1520;
}

.footer-social-media ul li a:hover {
  background-color: #000;
}

.copy-right {
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, 0.30);
  padding: 19px 0px;
}

.copy-right p {
  margin-bottom: 0px;
}

/****************--Home--****************/
.custom .tp-bullet {
  width: 5px !important;
  height: 5px !important;
  background: #fff !important;
}

.custom .tp-bullet.rs-touchhover,
.custom .tp-bullet.selected {
  background: #9e9695 !important;
}

.bottom-bars {
  display: flex;
  justify-content: space-between;
  animation: drop-in 1s ease 200ms backwards;
}

.bottom-bars span {
  display: block;
  width: 33.33%;
  height: 5px;
}

.bottom-bars span:first-child {
  background: #40aa3e;
}

.bottom-bars span:last-child {
  background: #fc4236;
}

/*---------Bottom bars drop in*/
@keyframes drop-in {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translate(0px);
  }
}

.project-slider,
.client-slider,
.hm-news-slider,
.related-news-slider,
.other-project-slider {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}

.slick-initialized.slick-slider {
  visibility: visible;
  opacity: 1;
}

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

.project-slide-image {
  height: 413px;
  width: 100%;
  margin-bottom: 30px;
}

.project-slide-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-slide h5 {
  margin-bottom: 0px;
}

.project-slide p {
  font-size: 14px;
  line-height: normal;
  margin-top: 10px;
}

.project-slide a {
  text-transform: uppercase;
  font-family: 'Helvetica Neue';
  font-weight: 500;
  color: #db1520;
  font-size: 13px;
  position: relative;
}

.project-slide a:hover {
  color: #000;
}

.project-slide a:hover:after {
  background: #000;
}

.project-slide a:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: #f5d4d5;
  width: 100%;
  height: 1px;
  transition: all 0.3s ease-in-out;
}

.hm-finish-wrap .container {
  padding-left: 0px;
}

.hm-finish-wrap h3 {
  margin-bottom: 40px;
}

.hm-finish-wrap {
  padding: 120px 0px 140px;
  overflow: hidden;
}

/*-----slick arrow-----*/
.slick-arrow {
  width: 55px !important;
  height: 55px !important;
  border-radius: 50% !important;
  border: 1px solid #a0b0a9 !important;
  top: -70px !important;
}

.slick-arrow:before {
  font-family: 'FontAwesome' !important;
  font-size: 13px !important;
  color: #a0b0a9 !important;
  opacity: 1 !important;
}

.slick-prev:before {
  content: "\f060" !important;
}

.slick-next:before {
  content: "\f061" !important;
}

.slick-prev {
  left: unset !important;
  right: 415px;
}

.slick-next {
  right: 350px !important;
}

.slick-arrow:hover,
.slick-arrow:focus,
.slick-arrow:focus-visible {
  border: 1px solid #e42c2c !important;
}

.slick-arrow:hover:before,
.slick-arrow:focus:before,
.slick-arrow:focus-visible:before {
  color: #e42c2c !important;
}

/*-----end----*/
.hm-about-wrap {
  max-width: 1920px;
  margin: auto;
  overflow: hidden;
}

.hm-abt-inner {
  display: flex;
  position: relative;
}

.abt-left-image {
  width: 520px;
  height: 710px;
  position: relative;
}

.abt-left-image>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.abt-left-image a {
  display: flex;
  width: 103px;
  height: 103px;
  align-items: center;
  justify-content: center;
  background: #e42c2c;
  position: absolute;
  right: -103px;
  bottom: 0px;
}

.abt-left-image a:hover {
  background: #000;
}

.abt-center-text {
  width: 540px;
  padding-top: 120px;
  margin-left: 135px;
}

.sub-heading {
  display: block;
  margin-bottom: 10px;
  font-family: 'Helvetica Neue';
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  line-height: normal;
  color: #e42c2c;
  position: relative;
  padding-left: 90px;
}

.sub-heading:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  border: 1px solid #e42c2c;
  width: 75px;
}

.abt-right-image {
  position: absolute;
  bottom: 60px;
  right: 40px;
  width: 291px;
  height: 181px;
}

.abt-right-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hm-project-wrap {
  padding: 150px 0px 140px;
  overflow: hidden;
}

.hm-project-wrap h3 {
  margin-bottom: 50px;
}

.hm-project-wrap .project-slider .slick-arrow {
  width: 45px !important;
  height: 45px !important;
  top: -75px !important;
}

.hm-project-wrap .project-slider .slick-prev {
  right: 405px;
}

.name-country-flag {
  display: flex;
  align-items: center;
}

.name-country-flag img {
  margin-left: auto;
}

.link-btn {
  display: block;
  width: 240px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 30px;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'Proxima Nova Lt';
  font-weight: 600;
  text-transform: uppercase;
  /* background:linear-gradient(45deg, #ea2e42, #f56377 80%, #f56377); */
  background: #DA1721;
  transition: background 0.5s ease-in-out;
  cursor: pointer;
}

.link-btn:hover {
  background: linear-gradient(-45deg, #ea2e42, #ea2e42 80%, #f56377);
  color: #fff;
  background-position: 240px;
}

.project-slider {
  margin-left: -15px;
  margin-right: -15px;
}

.hm-project-wrap .project-slider {
  margin-bottom: 85px;
}

.hm-project-wrap .container {
  padding-left: 0px;
}

.client-slide {
  width: 100%;
  position: relative;
  cursor: pointer;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-right: 1px solid rgba(0, 0, 0, 15%);
  border-bottom: 1px solid rgba(0, 0, 0, 15%);
}

.client-logo {
  max-width: 85%;
}

.client-slider .slick-slide>div:last-child .client-slide {
  border-bottom: 0px;
}

.client-slider .slick-slide.slick-active:last-child .client-slide {
  border-right: 0px;
}

.hm-client-wrap .container {
  padding-left: 0px;
}

.hm-client-wrap h3 {
  margin-bottom: 80px;
}

.client-slide-contnet {
  display: none;
  position: absolute;
  width: 395px;
  padding: 35px;
  left: -1px;
  background: #fff;
  top: 118px;
  height: 182px;
  z-index: 1;
  border: 1px solid rgba(0, 0, 0, 9%);
  box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 6%);
  border-top: 0px;
}

.client-slide-contnet p {
  max-width: 285px;
  margin-bottom: 0px;
}

.client-slide:hover {
  box-shadow: 5px 0px 25px 5px rgb(0 0 0 / 6%);
  border: 1px solid rgba(0, 0, 0, 9%);
}

.client-slider .slick-slide.slick-active:last-child .client-slide:hover {
  border-right: 1px solid rgba(0, 0, 0, 9%) !important;
}

.client-slider .slick-list {
  padding-bottom: 160px;
}

.client-slide:hover .client-slide-contnet {
  display: block;
}

.client-slide-contnet:before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 154px;
  border-top: 1px solid rgba(0, 0, 0, 9%);
}

.client-slider .slick-arrow {
  width: 45px !important;
  height: 45px !important;
  top: -105px !important;
}

.client-slider .slick-prev {
  right: 55px !important;
}

.client-slider .slick-next {
  right: 0px !important;
}

.hm-lastest-news {
  padding: 140px 0px 160px;
  overflow: hidden;
}

.hm-lastest-inner {
  display: flex;
  align-items: center;
}

.hm-lastest-heading {
  width: 290px;
  min-width: 290px;
  margin-right: 100px;
  margin-top: -100px;
}

.hm-news-slider {
  width: calc(100% - 390px);
}

.hm-news-slider .slick-slide {
  margin: 0px 15px;
}

.hm-news-image {
  width: 100%;
  height: 410px;
  margin-bottom: 25px;
}

.hm-news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hm-news-slide time {
  font-size: 13px;
  font-weight: 300;
  line-height: normal;
  font-family: 'Proxima Nova Lt';
  color: #000000;
  display: block;
  margin-bottom: 12px;
}

.hm-news-slide h5 {
  font-size: 19px;
  line-height: 24px;
  font-family: 'Helvetica';
  font-weight: normal;
  text-transform: initial;
  margin-bottom: 0px;
}

.instagram-wrap {
  overflow: hidden;
}

.insta-first-row {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  column-gap: 20px;
  margin-bottom: 20px;
  margin-right: 70px;
}

.insta-first-row img:nth-of-type(1) {
  width: 107px;
  height: 146px;
  margin-top: 54px;
}

.insta-first-row img:nth-of-type(2) {
  width: 146px;
  height: 200px;
}

.insta-first-row img:nth-of-type(3) {
  width: 243px;
  height: 337px;
}

.insta-first-row img:nth-of-type(4) {
  width: 150px;
  height: 195px;
  margin-top: 142px;
}

.insta-first-row a {
  display: block;
  margin-top: 300px;
  height: 36px;
  color: #ea841a;
  font-size: 36px;
}

.insta-first-row a:hover {
  color: #000;
}

.insta-first-row h2 {
  margin-top: 145px;
  margin-bottom: 0px;
  color: #e62636;
}

.insta-second-row {
  display: flex;
  align-items: flex-start;
  column-gap: 20px;
  margin-left: 124px;
}

.insta-second-row img:nth-of-type(1) {
  width: 217px;
  height: 192px;
  margin-top: -137px;
}

.insta-second-row img:nth-of-type(2) {
  width: 243px;
  height: 332px;
  margin-top: -137px;
}

.insta-second-row img:nth-of-type(3) {
  width: 150px;
  height: 195px;
}

.insta-second-row img:nth-of-type(4) {
  width: 402px;
  height: 146px;
}

/****************--About--****************/
.banner-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 400px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.banner-inner h1 {
  color: #FFF;
  text-align: center;
  text-shadow: 6px 6px 0px rgba(0, 0, 0, 0.25);
  font-family: 'Montserrat', sans-serif;
  font-size: 100px;
  font-style: normal;
  font-weight: 300;
  line-height: 100px;
  /* 100% */
  letter-spacing: 41px;
  text-transform: uppercase;
  margin: 0;
}

.abt-content-image-wrap {
  padding-top: 105px;
  overflow: hidden;
}

.abt-content-image-inner {
  display: flex;
  align-items: center;
}

.abt-content-area {
  max-width: 525px;
}

.abt-content-area h5 {
  font-size: 20px;
  line-height: 25px;
  text-transform: initial;
  font-family: 'Proxima Nova Lt';
  font-weight: 600;
  margin-bottom: 25px;
}

.abt-content-area p {
  margin-bottom: 25px;
}

.abt-content-area p:last-child {
  margin-bottom: 0px;
}

.abt-image-area {
  margin-left: auto;
  width: 546px;
  min-width: 546px;
  height: 715px;
}

.abt-image-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.abt-vision-wrap {
  padding: 120px 0px;
}

/*-----custom tab----*/
.ritvat-tabs-wrap {
  display: flex;
  overflow: hidden;
}

.ritvar-tab-panel {
  display: flex;
  align-items: center;
}

.rit-body-content {
  width: 452px;
  margin-left: 70px;
}

.rit-body-content p {
  margin-bottom: 0px;
}

.ritvar-body-image {
  width: 172px;
  height: 548px;
  margin-right: 35px;
  position: relative;
  cursor: pointer;
  transition: width 0.35s ease-out;
  animation-fill-mode: backwards;
}

.ritvar-body-image:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  opacity: 0.80;
}

.ritvar-body-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ritvar-body-image.active {
  width: 473px;
  min-width: 473px;
  margin-right: 0px;
  cursor: unset;
  pointer-events: none;
}

.ritvar-body-image h3 {
  margin-bottom: 0px;
  letter-spacing: 0px;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  transform: rotate(-180deg) translateX(-50%);
  color: #fff;
  position: absolute;
  bottom: 45px;
  left: 50%;
  transform-origin: left;
  z-index: 1;
  transition: opacity 0.35s, transform 0.35s;
}

.rit-body-content {
  display: none;
}

.rit-body-content.ritver-body-show {
  display: block;
  animation: slide_in_show 0.4s;

}

.rit-body-content.ritver-body-show ul,
.rit-body-content.ritver-body-show ol {
  margin: 10px 0 20px 0;
}

.rit-body-content.ritver-body-show ul li,
.rit-body-content.ritver-body-show ol li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
}

.rit-body-content.ritver-body-show ul li::before,
.rit-body-content.ritver-body-show ol li::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 7px;
}

@keyframes slide_in_show {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}

.ritvar-body-image.active:before {
  content: none;
}

.ritvar-body-image.active h3 {
  opacity: 0;
  transform: rotate(-90deg) translateX(-50%);
}

.ritvar-tab-panel:nth-of-type(2) {
  order: 0;
}

.ritvar-tab-panel {
  order: 1;
}

.ritvar-tab-panel:nth-of-type(1) .ritvar-body-image {
  margin-right: 0px;
}

.ritvar-tab-panel.active:nth-of-type(2) .ritvar-body-image {
  order: 1;
}

.ritvar-tab-panel.active:nth-of-type(2) .rit-body-content {
  order: 0;
  margin-left: 0px;
  margin-right: 70px;
}

.ritvar-tab-panel.active:nth-of-type(2) {
  margin-right: 35px;
}

/*------End-----*/
.heading-content {
  text-align: center;
}

.heading-content {
  max-width: 700px;
  margin: 0 auto;
}

.split-image-wrap {
  margin-top: 50px;
}

.splitting {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 533px;
}

.splitting .cell {
  transition: transform 0.25s ease;
}

.splitting .cell:nth-child(odd) {
  transform: translateY(80%);
}

.splitting .cell:nth-child(even) {
  transform: translateY(-80%);
}

.splitting.is-visible .cell {
  transform: translateY(0);
  transition: transform 0.6s ease;
}

.splitting .cell:nth-child(1),
.splitting .cell:nth-child(10) {
  transition-delay: 0.2s;
}

.splitting .cell:nth-child(2),
.splitting .cell:nth-child(9) {
  transition-delay: 0.25s;
}

.splitting .cell:nth-child(3),
.splitting .cell:nth-child(8) {
  transition-delay: 0.3s;
}

.splitting .cell:nth-child(4),
.splitting .cell:nth-child(7) {
  transition-delay: 0.35s;
}

/*----histroy slider----*/
.history-wrap {
  padding-top: 140px;
}

.history-slide-detail {
  text-align: center;
}

.history-slide-detail span {
  display: block;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  transform: rotate(-180deg);
  text-transform: uppercase;
  font-size: 30px;
  font-family: 'Helvetica Neue';
  font-weight: bold;
  margin: 0 auto;
}

.history-slide-detail span span {
  transform: rotate(0deg);
  font-size: 18px;
  font-weight: 600;
  margin-top: 25px;
  text-align: right;
}

.history-slider .slick-track {
  position: relative;
}

.history-slider:before {
  content: "";
  position: absolute;
  top: 232px;
  left: 0px;
  width: 7px;
  height: 7px;
  background: #000;
  border-radius: 50%;
}

.history-slider:after {
  position: absolute;
  content: "";
  border-bottom: 1px solid transparent;
  border-image: linear-gradient(0.1turn, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.90), rgba(0, 0, 0, 0));
  border-image-slice: 1;
  top: 235px;
  left: 0px;
  width: 100%;
  z-index: -1;
}

/*.history-slider .slick-track:after{
  content: "";
  position: absolute;
  top:235px;
  left: 0px;
  width:100%;
  height:1px;
  background:#000;
}*/

.history-slide-detail {
  margin-top: 130px;
  width: 240px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.history-slide-detail:before {
  content: "";
  position: absolute;
  top: 102px;
  left: 45%;
  transform: translateX(-45%);
  width: 7px;
  height: 7px;
  background: #000;
  border-radius: 50%;
}

.history-slide-detail:after {
  content: "";
  position: absolute;
  top: 102px;
  left: 46%;
  transform: translateX(-46%);
  margin-left: -1px;
  width: 1px;
  height: 170px;
  border-left: 1px solid #000;
}

.history-slider .slick-center .history-slide-detail:before {
  top: 203px;
  background: url(assets/images/drag.png) no-repeat;
  width: 65px;
  height: 65px;
  z-index: 1;
  left: 50%;
  margin-left: -15px;
}

.history-slider .slick-center .history-slide-detail:after {
  top: 235px;
  height: 40px;
}

.history-slider .slick-center .history-slide-detail {
  margin-top: 0px;
}

.history-slider .slick-center .history-slide-detail span {
  font-size: 80px;
  line-height: normal;
  color: #db1520;
  letter-spacing: 5px;
}

.history-slider .slick-center .history-slide-detail span span {
  font-size: 26px;
  margin-top: 0px;
  margin-bottom: 20px;
  color: #000;
  letter-spacing: normal;
}

.history-slider .history-slide-detail p {
  margin-top: 210px;
  margin-bottom: 0px;
  padding: 0 15px;
}

.history-slider .slick-center .history-slide-detail p,
.history-slider .slick-slide.slick-first .history-slide-detail p,
.history-slider .slick-slide.slick-last .history-slide-detail p {
  margin-top: 80px;
}

.history-slider .slick-slide.slick-first .history-slide-detail:after,
.history-slider .slick-slide.slick-last .history-slide-detail:after {
  height: 40px;
}

.history-slider .slick-slide.slick-first .history-slide-detail,
.history-slider .slick-slide.slick-last .history-slide-detail {
  opacity: 0.4;
  transition: opacity 0.2s, transform 0.35s;
}

.history-slider .slick-arrow {
  top: -45px !important;
  width: 45px !important;
  height: 45px !important
}

.history-slider .slick-next {
  right: 0px !important;
}

.history-slider .slick-prev {
  right: 55px !important;
}

.history-slider {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
}

.slick-initialized.slick-slider {
  visibility: visible;
  opacity: 1;
}

/*------End-----*/

.hm-management-wrap {
  padding: 140px 0px 120px;
}

.hm-management-wrap .project-slider {
  margin-bottom: 0px;
}

.abt-intro-wrap {
  overflow: hidden;
}

.moving-heading {
  overflow: hidden;
}

.moveing-area {
  display: flex;
  width: 150%;

}

.move-start {
  animation: animate 7s ease-in-out;
  animation-iteration-count: 1.5;
}

.moving-heading h3 {
  font-size: 150px;
  line-height: normal;
  margin-bottom: 0px;
  margin-left: 250px;

}

@keyframes animate {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(100%);
  }
}

.left-right-intro-sec {
  display: flex;
  padding: 50px 0px 150px;
}

.left-intro-text {
  max-width: 530px;
}

.left-intro-text p:last-child,
.right-intro-text p:last-child {
  margin-bottom: 0px;
}

.right-intro-text {
  max-width: 530px;
  margin-left: auto;
}

.abt-supply-chain-intro {
  display: flex;
  margin-top: 35px;
}

.abt-supply-chain-intro .link-btn {
  margin-top: 35px;
}

.supply-chain-image {
  width: 530px;
  height: 600px;
}

.supply-chain-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.supply-chain-text {
  width: 545px;
  margin-left: auto;
}

.supply-chain-text ul {
  width: 100%;
  margin-bottom: 0px;
}

.supply-chain-text li {
  width: 100%;
  list-style: decimal;
  list-style-position: inside;
}

.abt-intro-content {
  padding-top: 75px;
}

/****************--Projects--****************/
.projects-nav-wrap {
  padding: 55px 0px;
}

.projects-menu {
  display: flex;
  max-width: 345px;
  justify-content: center;
  margin: auto;
}

.projects-menu li {
  width: 50%;
}

.projects-menu li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 65px;
  border: 1px solid #DFDFDF;
  position: relative;
  font-size: 15px;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
  transition: 0.25s;
  border-bottom: 2px solid #A3A3A3;
}

.projects-menu li:first-child a {
  border-right: 0px;
}

.projects-menu li:first-child a:before {
  content: "";
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  border-right: 1px solid #DFDFDF;
}

.projects-menu li:last-child a {
  border-left: 0px;
}

.projects-menu li a:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -2px;
  left: 0px;
  border-bottom: solid 2px #000;
  transform: scaleX(0);
  transition: transform 250ms ease-in-out;
}

.projects-menu li.current-menu-item a:after {
  bottom: -2px;
}

.projects-menu li a:hover:after {
  transform: scaleX(1);
}

.projects-menu li a:hover {

  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.1);
}

.projects-menu li.current-menu-item a {
  border-bottom: 2px solid #40AA3E;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.1);
}

.projects-menu li.current-menu-item:last-child a {
  border-bottom: 2px solid #FC4236;
}

/*----search dropdown----*/
.sort-search-projects {
  max-width: 1052px;
  background: #F5F5F5;
  padding: 18px 34px;
  margin: auto;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 9;
}

.sort-search-projects p {
  font-size: 14px;
  line-height: normal;
  margin-bottom: 0px;
  min-width: 50px;
  margin-right: 35px;
}

.project-serach-area {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 0px;
}

.project-serach-area>li {
  width: 32.5%;
  margin-left: 1.25%;
}

.project-serach-area>li:first-child {
  margin-left: 0px;
}

.type-box-field {
  width: 100%;
}

.type-box-field input {
  background: #fff;
  border: 1px solid #E8E8E8;
  height: 57px;
  width: 100%;
  color: #000;
  font-size: 14px;
  padding-left: 20px;
  font-family: 'Proxima Nova Rg';
}

.type-box-field input:hover {
  border-color: #D9D9D9;
}

.type-box-field input::placeholder {
  color: #000;
}

.dropdown-box-area .nice-select {
  width: 100%;
  border-radius: 0px;
  border: 1px solid #E8E8E8;
  height: 57px;
  line-height: 55px;
  font-size: 14px;
  font-family: 'Proxima Nova Rg';
  padding-left: 20px;
  padding-right: 35px;
}

.dropdown-box-area .nice-select:hover {
  border-color: #D9D9D9;
}

.dropdown-box-area .nice-select .list {
  width: 100%;
  border-radius: 0px;
}

.dropdown-box-area .nice-select .list li {
  width: 100% !important;
}

.dropdown-box-area .nice-select:after {
  border-color: #000;
  right: 20px;
}

.search-submit-btn {
  width: 100%;
}

.search-submit-btn button {
  width: 100%;
  border: 0px;
  height: 38px;
  line-height: 38px;
  cursor: pointer;
}

.search-submit-btn button:hover {
  background-position: 160px;
}

/*-----End-----*/
.no_post {
  text-align: center;
  width: 100%;
}

.projects-listing-wrap {
  padding-top: 85px;
}

.projects-listing {
  display: flex;
  flex-wrap: wrap;
  row-gap: 70px;
}

.projects-listing li {
  width: 32%;
  margin-left: 2%;
  border-bottom: 2px solid #A3A3A3;
}

.projects-listing li:nth-child(3n+1) {
  margin-left: 0px;
}

.projects-listing li h4 {
  font-size: 23px;
  line-height: normal;
  margin-bottom: 25px;
}

.project-list-image {
  width: 100%;
  height: 420px;
  overflow: hidden;
  margin-bottom: 25px;
}

.project-list-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.image-hover img {
  transform: scale(1.0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.image-hover {
  position: relative;
  background: #db1520;
  overflow: hidden;
}

.image-hover:before,
.image-hover:after {
  position: absolute;
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

.image-hover:before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  z-index: 1;
}

.image-hover:after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}

.projects-listing li:hover .image-hover::before,
.projects-listing li:hover .image-hover::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.projects-listing li:hover .project-list-image img {
  transform: scale(1.1);
}

.projects-listing li:hover {
  border-color: #db1520;
}

.pagination-ul {
  display: flex;
  margin-top: 80px;
}

.pagination-ul .page-numbers {
  width: 50px;
  height: 50px;
  border: 1px solid #DFDFDF;
  font-size: 15px;
  color: #000;
  font-weight: bold;
  transition: 0.25s;
  /* border-bottom: 2px solid #A3A3A3; */
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
}

.next.page-numbers,
.prev.page-numbers {
  font-size: 0;
}

.next.page-numbers::after,
.prev.page-numbers::after {
  content: "\f060";
  font-family: "Font Awesome 6 Free";
  font-size: 15px;
}

.next.page-numbers::after {
  transform: rotate(180deg);
}

.current.page-numbers {
  border-bottom: 2px solid #40AA3E;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.1);
}

.pagination-ul li:hover .page-numbers {
  border-bottom: 2px solid #40AA3E;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.1);
}

/****************--Clients--****************/


.info-content-area {
  max-width: 860px;
  margin: 0 auto 80px;
  text-align: center;
}

.info-content-area p {
  margin-bottom: 0px;
}

.clients-listing {
  display: flex;
  flex-wrap: wrap;
  row-gap: 50px;
}

.clients-listing li {
  width: 30.5%;
  height: 366px;
  border: 1px solid #E1E1E1;
  margin-left: 4.25%;
  display: flex;
  align-items: center;
  padding: 0px 40px;
  justify-content: center;
}

.clients-listing li:nth-child(3n+1) {
  margin-left: 0px;
}

.client-list-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}

.client-logo-box {
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  width: 260px;
}

.client-list-content {
  text-align: center;
  margin-top: 100px;
  opacity: 0;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
  transition: opacity 0.2s, transform 0.35s;
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
}

.client-list-content p {
  margin-bottom: 0px;
}

.clients-listing li:hover .client-list-content {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.clients-listing li:hover .client-logo-box {
  -webkit-transform: translate3d(0, -48%, 0) translate3d(0, -100px, 0);
  transform: translate3d(0, -48%, 0) translate3d(0, -100px, 0);

}

/****************--Our Products--****************/
.products-listing-wrap {
  padding: 80px 0px 80px;
}

.products-listing {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
}

.products-listing li {
  width: 31.65%;
  position: relative;
  margin-left: 2.5%;
}

.products-listing li:nth-child(3n+1) {
  margin-left: 0px;
}

.product-list-image {
  width: 100%;
  height: 420px;
  position: relative;
  overflow: hidden;
}

.product-list-image>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.pro_link img {
  width: auto;
}

.pro_link {
  border-radius: 50%;
  background: #DA1721;
  display: flex;
  width: 40px;
  height: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.products-listing li:hover .pro_link {
  transform: translateX(10px);
}

.products-listing li:hover img,
.products-listing-2 li:hover img {
  transform: scale(1.1);
}

.product-list-image:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 25%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) -34%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0) -20%, rgba(0, 0, 0, .9) 90%);
  /* opacity: 0.4; */
  z-index: 1;
}

.product-list-heading {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  padding: 30px;
}

.product-list-heading h5 {
  color: #FFF;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  text-transform: uppercase;
  margin: 0;
  width: calc(100% - 40px);
}

.product-list-heading span {
  color: #fff;
  font-size: 15px;
  line-height: normal;
  text-transform: uppercase;
  font-family: 'Proxima Nova Rg';
  font-weight: 500;
  border-bottom: 1px solid rgba(255, 255, 255, 0.50);
  transition: all 0.3s ease-in-out;
  position: relative;
}

.product-list-heading span:after {
  content: "";
  position: absolute;
  top: -7px;
  left: -7px;
  width: 160px;
  height: 30px;
  background: #000;
  z-index: -1;
  transition: transform 250ms ease-in-out;
  transform: scaleX(0);
}

.products-listing li:hover .product-list-heading span:after,
.products-listing-2 li:hover .product-list-heading span:after {
  transform: scaleX(1);
}

.product-list-content {
  background: #fff;
  max-width: 94%;
  min-height: 70px;
  position: absolute;
  bottom: 8px;
  left: 0px;
  padding: 20px 30px 0px;
  display: inline-block;
  float: left;
}

.product-list-content p {
  color: #000;
  line-height: 25px;
  font-family: 'Proxima Nova Rg';
  margin-bottom: 0px;
}

.distributor-wrap {
  margin-bottom: 50px;
}

.image-text-top-area {
  display: flex;
  height: 360px;
  flex-direction: column;
  justify-content: center;
  padding-left: 95px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100%;
}

.image-text-top-area:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 83%;
  height: 100%;
  background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.6;
}

.image-text-top-area h3 {
  color: #fff;
  margin-bottom: 15px;
  z-index: 1;
}

.image-text-top-area p {
  color: #fff;
  font-size: 20px;
  margin-bottom: 30px;
  z-index: 1;
  max-width: 50%;
}

.image-text-top-area a {
  z-index: 1;
}

/****************--Latest News--****************/

.latest-news-listing-wrap {
  padding-top: 80px;
}

.latest-news-listing-wrap .sort-search-projects {
  margin-bottom: 80px;
}

.sort-search-left {
  display: flex;
  align-items: center;
  width: 375px;
}

.sort-search-left .project-serach-area>li {
  width: 100%;
}

.search-box-right {
  width: 490px;
  margin-left: auto;
}

.rit-search-box {
  width: 100%;
  /* overflow: hidden; */
}

.rit-search-box .search-form {
  position: relative;
}

.rit-search-box .search-field {
  background: #fff;
  border: 0px;
  height: 65px;
  width: 100%;
  font-size: 14px;
  font-family: 'Proxima Nova Rg';
  color: #000;
  line-height: normal;
  font-style: italic;
  padding-left: 25px;
  padding-right: 50px;
  border: 1px solid #DFDFDF;
  border-bottom: 2px solid #A3A3A3;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.search-form input::placeholder {
  color: #000;
}

.rit-search-box .search-submit {
  border: 0px;
  background: transparent;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  cursor: pointer;
}

.rit-search-box .search-field:hover,
.rit-search-box .search-field:focus {
  border: 1px transparent;
  border-bottom: 2px solid #40AA3E;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
}

.latest-news-listing {
  display: flex;
  flex-wrap: wrap;
  row-gap: 60px;
}

.latest-news-listing li {
  width: 31.65%;
  margin-left: 2.5%;
}

.latest-news-listing li:nth-child(3n+1) {
  margin-left: 0px;
}

.latest-news-image {
  width: 100%;
  height: 420px;
}

.latest-news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lates-news-content {
  padding-top: 20px;
}

.lates-news-content time {
  font-size: 12px;
  font-family: 'Proxima Nova Rg';
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 10px;
  color: #000;
}

.lates-news-content time:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  width: 25px;
  height: 2px;
  background: #FC4236;
}

.lates-news-content h5 {
  font-size: 18px;
  line-height: 25px;
}

.lates-news-content p {
  font-size: 15px;
  color: #000;
  margin-bottom: 0px;
}

.latest-news-list:hover .image-hover::before,
.latest-news-list:hover .image-hover::after,
.hm-news-slide:hover .image-hover::before,
.hm-news-slide:hover .image-hover::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.latest-news-list:hover .image-hover img,
.hm-news-slide:hover .image-hover img {
  opacity: 0.7;
  transform: scale(1.1);
}

/****************--enquiry--****************/
.enquiry-wrap {
  padding-top: 70px;
}

.back-btn {
  font-size: 28px;
  color: #40AA3E;
}

.enquiry-form-wrap {
  text-align: center;
  position: relative;
}

.enquiry-form-wrap .back-btn {
  position: absolute;
  left: 0px;
  top: -4px;
}

.enquiry-form-wrap p {
  margin-bottom: 0px;
}

.enquiry-form-area {
  max-width: 825px;
  margin: 50px auto 0px;
  display: flex;
  flex-wrap: wrap;
}

.enquiry-form-area .rit-checkbox-field {
  display: flex;
  align-items: flex-start;
}

.enquiry-form-area .rit-checkbox-field>label {
  width: 40%;
}

.enquiry-form-area .rit-checkbox-field .wpcf7-list-item label {
  display: flex;
  align-items: center;
}

.enquiry-form-area .rit-checkbox-field .wpcf7-list-item-label {
  font-size: 14px;
  margin-left: 5px;
}

.enquiry-form-area .rit-checkbox-field .wpcf7-list-item {
  margin: 0 0 5px 15px;
}

/*---form fields---*/
.rit-form-field {
  position: relative;
  margin-bottom: 45px;
  width: 100%;
}

.rit-form-field input,
.rit-form-field textarea,
.rit-form-field select {
  width: 100%;
  height: 65px;
  border: 0px;
  border-bottom: 2px solid #D9D9D9;
  font-family: 'Proxima Nova Lt';
  font-size: 15px;
  color: #000;
  font-weight: 600;
  transition: all 0.3s ease;
}

.rit-form-field select {
  border: 1px solid #DFDFDF;
  border-bottom: 2px solid #A3A3A3;
  padding: 0px 25px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  background: url(assets/images/select-drop-arrow.png) no-repeat;
  background-position-x: 98%;
  background-position-y: 50%;
}

.rit-form-field select:hover,
.rit-form-field select:focus {
  border: 1px transparent;
  border-bottom: 2px solid #40AA3E;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
}

.rit-form-field input::placeholder,
.rit-form-field textarea::placeholder {
  color: #000;
}

.rit-form-field textarea {
  height: 126px;
  resize: none;
  padding-top: 15px;
}

.rit-form-field label {
  position: absolute;
  pointer-events: none;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  font-size: 15px;
  font-family: 'Proxima Nova Lt';
  font-weight: 600;
  transition: transform 0.35s
}

.rit-form-textarea label {
  top: 20px;
  transform: translateY(-20%) scale(1.0);
}

.rit-form-textarea {
  margin-bottom: 20px;
}

.rit-form-field label sup {
  position: absolute;
  top: 0px;
  right: -7px;
  font-size: 16px;
  color: #db1520;
}

.rit-form-field input:focus+label,
.rit-form-field textarea:focus+label {
  left: 0;
  opacity: 1;
  transform: translate3d(0px, -50%, 0) translate3d(-10%, -20px, 0) scale(0.8);
}

.rit-form-field input:focus,
.rit-form-field textarea:focus {
  border-color: #000;
}

.rit-form-field input:hover,
.rit-form-field textarea:hover {
  border-color: #000;
}

.enquiry-form-area .rit-form-field:nth-of-type(1),
.enquiry-form-area .rit-form-field:nth-of-type(2) {
  width: 48.5%;
}

.enquiry-form-area .rit-form-field:nth-of-type(1) {
  margin-right: 3%;
}

input[type='submit'].form-submit-btn {
  display: block;
  width: 160px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border-radius: 30px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Proxima Nova Lt';
  font-weight: 600;
  text-transform: uppercase;
  background: linear-gradient(45deg, #ea2e42, #f56377 80%, #f56377);
  transition: background 0.5s ease-in-out;
  cursor: pointer;
  margin-left: auto;
}

input[type='submit'].form-submit-btn:hover {
  background: linear-gradient(-45deg, #ea2e42, #ea2e42 80%, #f56377);
  color: #fff;
  background-position: 160px;
}

/****************--Contact us--****************/

.contact-inner {
  max-width: 1094px;
  margin: 0 auto;
}

.contact-inner h1 {
  margin: 50px 0px 40px;
}

.offices-name-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  justify-content: space-between;
}

.tab-link {
  width: 203px;
  height: 65px;
  background: #fff;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: 'Helvetica Neue';
  cursor: pointer;
  border: 1px solid #DFDFDF;
  border-bottom: 2px solid #A3A3A3;
  transition: 0.25s;
  position: relative;
}

.tab-link.active {
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.1);
  border-bottom: 2px solid #40AA3E;
}

.tab-link:hover {
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.1);
}

.tab-link:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -2px;
  left: 0px;
  border-bottom: solid 2px #40AA3E;
  transform: scaleX(0);
  transition: transform 250ms ease-in-out;
}

.tab-link:hover:after {
  transform: scaleX(1);
}

.tab-content {
  display: none;
  opacity: 0;
  transform: translateY(15px);
  animation: fadeup 0.5s ease 1 forwards;
}

.tab-content.active {
  display: block;
}

@keyframes fadeup {
  100% {
    opacity: 1;
    transform: none;
  }
}

.tabs-content-wrap {
  padding: 75px 0px 100px;
}

.office-loc-image-area {
  display: flex;
  align-items: center;
  padding-left: 50px;
}

.office-location {
  width: 480px;
}

.office-location h4 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.20);
  padding-bottom: 30px;
  margin-bottom: 0px;
}

.address-info {
  width: 100%;
  margin-bottom: 0px;
  margin-top: 35px;
  margin-bottom: 65px;
}

.address-info li {
  width: 100%;
  display: flex;
  align-items: flex-start;
  margin-bottom: 35px;
}

.address-info li:last-child {
  margin-bottom: 0px;
}

.address-info li img {
  margin-right: 15px;
  margin-top: 9px;
}

.address-info li p {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 0px;
  color: #000;
}

.address-info li p a {
  color: #000;
  font-family: 'Proxima Nova Rg';
  line-height: normal;
}

.address-info li p a:hover {
  color: #40aa3e;
}

.office-location h5 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.20);
  padding-bottom: 25px;
  margin-bottom: 30px;
  font-size: 20px;
}

.loc-socail-media {
  display: flex;
  align-items: center;
}

.loc-socail-media li {
  margin-right: 23px;
}

.loc-socail-media li a {
  width: 53px;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(0, 0, 0, 0.20);
  border-radius: 50%;
  color: #000;
}

.loc-socail-media li a:hover {
  border-color: #db1520;
  color: #db1520;
}

.office-right-image {
  width: 462px;
  height: 603px;
  margin-left: auto;
  position: relative;
  overflow: hidden;
}

.office-right-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.office-right-image:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 320px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  opacity: 0;
  transform: translate3d(0, 40px, 0);
  transition: opacity 0.2s, transform 0.35s;
}

.office-right-image:hover:after {
  opacity: 0.4;
  transform: translate3d(0, 0, 0);
}

.office-right-image.for-mobile {
  display: none;
}

.view-map {
  width: 200px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-family: 'Proxima Nova Lt';
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  background: #fff;
  color: #000;
  border-radius: 30px;
  position: absolute;
  bottom: 80px;
  left: 50%;
  z-index: 1;
  opacity: 0;
  -webkit-transform: translate3d(0, 80px, 0) translateX(-50%);
  transform: translate3d(0, 80px, 0) translateX(-50%);
}

.office-right-image:hover .view-map {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) translateX(-50%);
  transform: translate3d(0, 0, 0) translateX(-50%);
}

.view-map:hover {
  background: #000;
  color: #fff;
}

/****************--Become a Distributor--****************/
.distributor-loc-wrap {
  padding-top: 85px;
  overflow: hidden;
}

.distributor-loc-wrap .container {
  position: relative;
}

.distributor-loc-wrap .back-btn {
  position: absolute;
  top: -20px;
  left: -65px;
}

.distributor-loc-search {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.distributor-loc-search h3 {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
}

.search-loc-buttons {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
}

.search-loc-buttons .rit-search-box .nice-select {
  width: 280px;
  border-radius: 0px;
  border: 1px solid #E8E8E8;
  height: 55px;
  line-height: 55px;
  font-size: 14px;
  font-family: 'Proxima Nova Rg';
  padding-left: 20px;
  padding-right: 35px;
  font-weight: 600;
}

.search-loc-buttons .rit-search-box .nice-select.open .list {
  width: 100%;
  height: 300px;
  overflow: hidden;
  overflow-y: scroll;
}

.search-loc-buttons .loc-view-btn:nth-of-type(1),
.search-loc-buttons .loc-view-btn:nth-of-type(2),
.search-loc-buttons .loc-view-btn:nth-of-type(3),
.search-loc-buttons .loc-view-btn:nth-of-type(4) {
  width: 151px;
  margin-right: 10px;
}

.search-loc-buttons .loc-view-btn:nth-of-type(4) {
  margin-right: 0px;
}

.loc-view-btn {
  width: 164px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  text-transform: uppercase;
  border: 1px solid #DFDFDF;
  border-bottom: 2px solid #A3A3A3;
  position: relative;
  font-size: 15px;
  font-weight: bold;
  font-family: 'Helvetica Neue';
  margin-right: 22px;
}

.loc-view-btn:last-child {
  margin-right: 0px;
}

.loc-view-btn:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -2px;
  left: 0px;
  border-bottom: solid 2px #40AA3E;
  transform: scaleX(0);
  transition: transform 250ms ease-in-out;
}

.loc-view-btn:hover:after {
  transform: scaleX(1);
}

.loc-view-btn:hover {
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.1);
}

.map-section {
  height: 632px;
  margin-top: 40px;
}

.gm-style-iw.gm-style-iw-c {
  display: none !important;
}

.gm-style-iw-tc:after {
  content: none !important;
}

.distributor-form-wrap {
  padding-top: 80px;
}

.distributor-form-inner {
  max-width: 825px;
  margin: auto;
}

.distributor-form-inner p {
  text-align: center;
  margin-bottom: 0px;
}

/****************--Latest News detail--****************/
.banner-news-detail {
  flex-wrap: wrap;
  flex-direction: column;
}

.banner-news-detail span {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Proxima Nova Lt';
  margin-top: 10px;
}

.latest-news-detail-wrap {
  padding-top: 80px;
}

.latest-detail-outer-area {
  max-width: 1139px;
  margin: 0 auto;
}

.latest-detail-inner {
  margin-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
}

.latest-detail-inner .news_desc {
  width: 60%;
  padding-right: 70px;
}

.news_desc h2 {
  color: #000;
  font-size: 45px;
  font-family: 'Proxima Nova Rg';
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.latest-detail-outer-area p {
  font-size: 17px;
}

p.newsletter-msg.newsletter-success {
  color: green;
  margin-top: 20px;
}

.latest-detail-social-media {
  margin-top: 100px;
}

.news_desc span {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  display: block;
  margin-bottom: 10px;
}

.news_detail_image {
  width: 40%;
}

.latest-detail-inner p {
  color: #000;
  font-size: 17px;
  line-height: 28px;
  margin-bottom: 30px;
}

.latest-detail-inner img {
  width: 100%;
  margin: 35px 0px 0;
}

.single-post .latest-detail-inner img {
  margin: 0;
}

.latest-detail-inner p:last-child {
  margin-bottom: 0px;
}

.latest-detail-social-media p {
  margin-bottom: 25px;
  font-size: 17px;
  line-height: normal;
  text-align: center;
  color: #000;
}

.latest-detail-social-media .loc-socail-media {
  justify-content: center;
}

.latest-detail-social-media .loc-socail-media li a {
  width: 64px;
  height: 64px;
  font-size: 18px;
}

.newsletter-wrap {
  background: url(assets/images/newsletter.jpg) #101010 no-repeat;
  background-position: 97% center;
  height: 340px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 65px;
  margin-top: 110px;
}

.newsletter-wrap h3 {
  font-size: 45px;
  line-height: normal;
  margin-bottom: 50px;
  color: #fff;
  position: relative;
  max-width: 315px;
}

.newsletter-wrap h3:after {
  content: "";
  position: absolute;
  top: 25px;
  right: 0px;
  background: url(assets/images/curve-arrow.png) no-repeat;
  width: 43px;
  height: 64px;
}

.newsletter-fields {
  width: 570px;
  position: relative;
}

.newsletter-fields label {
  position: absolute;
  pointer-events: none;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  font-size: 16px;
  font-family: 'Proxima Nova Lt';
  font-weight: 300;
  transition: transform 0.35s;
  color: rgba(255, 255, 255, 0.90);
}

.newsletter-fields input[type="text"],
.newsletter-fields input[type="email"] {
  width: 100%;
  height: 55px;
  border: 0px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.15);
  font-family: 'Proxima Nova Rg';
  font-size: 16px;
  color: #fff;
  transition: all 0.3s ease;
}

.newsletter-fields input[type="email"] {
  background: url(assets/images/form_arw.png) no-repeat;
  background-position: right center;
}

.newsletter-fields input::placeholder {
  color: #fff;
}

.newsletter-fields input[type="text"]:hover+label,
.newsletter-fields input[type="email"]:hover+label,
.newsletter-fields input[type="text"]:focus+label,
.newsletter-fields input[type="email"]:focus+label {
  left: 0;
  opacity: 1;
  transform: translate3d(0px, -50%, 0) translate3d(-10%, -20px, 0) scale(0.8);
}

.newsletter-fields input[type="email"]:hover,
.newsletter-fields input[type="text"]:hover,
.newsletter-fields input[type="email"]:focus,
.newsletter-fields input[type="text"]:focus {
  border-color: #fff;
}

.submit-newsletter {
  background: url(assets/images/arrow-btn.png) no-repeat;
  width: 25px;
  height: 17px;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  border: 0px;
  cursor: pointer;
}

.submit-newsletter:hover {
  background: url(assets/images/arrow-btn-clr.png) no-repeat;
}

.newsletter-fields:hover .submit-newsletter {
  background: url(assets/images/arrow-btn-clr.png) no-repeat;
}

.related-news {
  padding-top: 110px;
}

.related-news-slider {
  margin: 0px -15px;
}

.related-news-slider .slick-slide {
  margin: 0px 15px;
}

/****************--Careers--****************/
.careers-wrap {
  padding-top: 80px;
}

.careers-wrap .sort-search-projects {
  padding: 18px 20px;
  max-width: 100%;
}

.careers-wrap .project-serach-area li:first-child {
  width: 24%;
}

.careers-wrap .project-serach-area li:last-child {
  width: 13.5%;
  margin-left: auto;
}

.careers-wrap .project-serach-area li {
  margin-left: 1%;
  width: 19.33%;
}

.careers-wrap .project-serach-area li:first-child {
  margin-left: 0px;
}

.careers-content-lisitng {
  padding-top: 80px;
}

.careers-content-lisitng>p {
  font-size: 17px;
  line-height: 28px;
  margin-bottom: 70px;
}

.careers-content-box {
  margin-bottom: 70px;
}

.careers-content-box p {
  margin-bottom: 0px;
}

.careers-content-lisitng .h3 {
  margin-bottom: 40px;
}

.careers-lisitng {
  width: 100%;
  margin-bottom: 0px;
}

.careers-lisitng li {
  width: 100%;
  margin-bottom: 30px;
}

.careers-lisitng li:last-child {
  margin-bottom: 0px;
}

.careers-list-item {
  width: 100%;
  border: 1px solid #E4E4E4;
  padding: 27px 50px 27px 27px;
  display: flex;
  align-items: center;
}

.career-item-icon {
  width: 116px;
  min-width: 116px;
  height: 116px;
  margin-right: 40px;
  border-radius: 50%;
  background: #40AA3E;
  display: flex;
  align-items: center;
  justify-content: center;
}

.career-item-icon i {
  color: #fff;
  font-size: 35px;
}

.career-item-content {
  display: flex;
  align-items: center;
  width: 100%;
}

.career-item-heading {
  margin-right: 20px;
}

.career-item-heading p {
  font-size: 17px;
  line-height: normal;
  color: #000;
}

.career-item-heading h5 {
  font-size: 25px;
  line-height: normal;
  margin-bottom: 0px;
}

.career-item-inner-content {
  margin-left: auto;
  display: flex;
  align-items: center;
}

.career-item-inner-content p {
  color: #000;
  max-width: 370px;
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 0px;
  margin-right: 130px;
}

.career-item-inner-content span {
  margin-left: auto;
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #D9D9D9;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  transition: all 0.3s ease-in-out;
}

.careers-list-item:hover .career-item-inner-content span {
  background-color: #000;
  color: #fff;
}

.life-ritver-wrap {
  padding-top: 120px;
}

.life-ritver-wrap h3 {
  margin-bottom: 40px;
  text-align: center;
}

.life-ritver-wrap .projects-listing {
  row-gap: 35px;
}

.life-ritver-wrap .project-list-image {
  height: 387px;
}

/****************--Career detail--****************/

.career-detail-heading {
  padding: 60px 0px 80px;
}

.career-detail-heading time {
  display: block;
  margin-bottom: 10px;
  color: #000;
}

.career-detail-heading h1 {
  margin-bottom: 10px;
}

.career-detail-heading ul {
  display: flex;
  align-items: center;
  margin-bottom: 0px;
}

.career-detail-heading ul li {
  font-size: 20px;
  position: relative;
  padding-right: 30px;
  margin-right: 30px;
}

.career-detail-heading ul li:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  height: 12px;
  border-right: 1px solid #000;
}

.career-detail-heading ul li:last-child {
  padding-right: 0px;
  margin-right: 0px;
}

.career-detail-heading ul li:last-child:after {
  content: none;
}

.career-points-area {
  display: flex;
  margin-bottom: 70px;
}

.career-points-area h3,
.career-form-wrap h3 {
  font-size: 32px;
  line-height: normal;
  margin-bottom: 25px;
}

.left-career-box {
  width: 53%;
  border-right: 1px solid rgba(0, 0, 0, 0.15);
  padding-right: 90px;
}

.right-career-box {
  width: 47%;
  padding-left: 90px;
}

.career-points-list {
  width: 100%;
  margin-bottom: 45px;
}

.career-points-list:last-child {
  margin-bottom: 0px;
}

.career-points-list li {
  width: 100%;
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 25px;
  position: relative;
  padding-left: 20px;
}

.career-points-list li:last-child {
  margin-bottom: 0px;
}

.career-points-list li:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0px;
  background: url(assets/images/check-point.png) no-repeat;
  width: 13px;
  height: 13px;
}

.career-points-list li strong {
  font-size: 500;
}

.career-points-list li p {
  margin-bottom: 0px;
  font-size: 15px;
  line-height: 26px;
}

.career-form-wrap h3 {
  text-align: center;
}

.rit-form-field .custom-file-input {
  opacity: 0;
}

.rit-form-field .custom-file {
  transition: all 0.3s ease;
  height: 65px;
  border: 1px solid #DFDFDF;
  border-bottom: 2px solid #A3A3A3;
}

.rit-form-field label.custom-file-label sup {
  right: unset;
  margin-left: 2px;
}

.rit-form-field .custom-file-label {
  margin: 0px;
  height: 65px;
  line-height: 65px;
  padding: 0px;
  padding-left: 25px;
  font-size: 15px;
  font-family: 'Proxima Nova Lt';
  font-weight: 600;
  color: #000;
  width: 100%;
}

.rit-form-field .custom-file-label::after {
  position: absolute;
  width: 141px;
  height: 65px;
  background: #5CB65B;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Proxima Nova Lt';
  font-weight: 600;
  text-align: center;
  line-height: 65px;
  top: 50%;
  right: 0px;
  padding: 0px;
  transform: translateY(-50%);
}

.rit-form-field .custom-file-input:focus~.custom-file-label {
  outline: none;
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0.15);
}

.rit-form-field .custom-file-input:lang(en)~.custom-file-label::after {
  content: "Browse";
}

.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
  -webkit-appearance: none;
}


.rit-form-field input:focus+label.custom-file-label {
  left: 0;
  opacity: 1;
  transform: translate3d(0px, -50%, 0) translate3d(0, 0px, 0) scale(1);
}

.rit-form-field .custom-file:hover,
.rit-form-field .custom-file:focus {
  border: 1px solid transparent;
  border-bottom: 2px solid #40AA3E;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
}

.career-form-wrap input[type='submit'].form-submit-btn {
  width: 100%;
  height: 45px;
}

.career-form-wrap input[type='submit'].form-submit-btn:hover {
  background-position: 100%;
}

/****************--Catalogues--****************/
.catalogues-listing-wrap {
  padding-top: 80px;
}

.products-listing-2 {
  display: flex;
  flex-wrap: wrap;
  row-gap: 50px;
}

.products-listing-2 li {
  position: relative;
  padding-bottom: 30px;
  width: 47.5%;
  margin-left: 5%;
}

.products-listing-2 li:nth-child(2n+1) {
  margin-left: 0px;
}

.products-listing-2 li .product-list-image {
  height: 760px;
}

.product-list-heading h4 {
  font-size: 32px;
  line-height: normal;
  color: #fff;
}

/****************--Catalogues detail--****************/
.catalogue-detail-inner {
  max-width: 1095px;
  margin: 0 auto;
}

.catalogue-detail-inner .back-btn {
  margin-bottom: 60px;
  display: inline-block;
}

.catalogue-listing {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
}

.catalogue-listing li {
  width: 23%;
  margin-left: 2.66%;
  text-align: center;
}

.catalogue-listing li:nth-child(4n+1) {
  margin-left: 0px;
}

.catalogue-listing li a {
  width: 100%;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #DFDFDF;
  border-bottom: 2px solid #A3A3A3;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #000000;
  padding: 0 10px;
}

.catalogue-listing li a:hover {
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.3);
  border: 1px solid transparent;
  border-bottom: 2px solid #5CB65B;
}

/****************--Projects detail--****************/
.project-detail-wrap {
  padding-bottom: 100px;
}

.project-detail-inner {
  max-width: 1140px;
  margin: 0 auto;
}

.project-detail-inner .back-btn {
  margin-bottom: 60px;
  display: inline-block;
}

.project-detail-inner h1 {
  margin-bottom: 10px;
}

.country-name {
  display: block;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.detail-loc-name {
  display: block;
  font-size: 20px;
}

.project-detail-area {
  padding-top: 60px;
  padding-bottom: 80px;
}

.project-detail-area p {
  font-size: 17px;
  line-height: 28px;
}

.project-detail-area p:last-child {
  margin-bottom: 0px;
}

.detail-video-area {
  width: 100%;
  height: 610px;
  margin: 70px 0px;
  position: relative;
}

.detail-video-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.detail-video-area a {
  width: 112px;
  height: 112px;
  background: #fff;
  display: flex;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 23px;
  color: #000;
}

.detail-video-area a:hover {
  color: #db1520;
}

.mfp-iframe-holder .mfp-content {
  max-width: 1120px !important;
}

.project-detail-gallery h3 {
  line-height: normal;
  margin-bottom: 50px;
}

.gallery-images {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0px;
  row-gap: 25px;
}

.gallery-images li {
  width: 32%;
  margin-left: 2%;
}

.gallery-images li:nth-child(3n+1) {
  margin-left: 0px;
}

.gallery-image {
  height: 363px;
  width: 100%;
}

.gallery-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.other-project-wrap h3 {
  max-width: 1140px;
  margin: 0px auto 30px;
  line-height: normal;
}

.other-project-slider .project-list-image {
  height: 528px;
}

.other-project-slider {
  margin: 0px -15px;
  padding-top: 20px;
  overflow: hidden;
}

.other-project-slider .slick-slide {
  border-bottom: 2px solid #A3A3A3;
  margin: 0px 15px;
}

.other-project-slider .slick-slide h5 {
  font-size: 23px;
  line-height: normal;
  margin-bottom: 30px;
}

.other-project-slider .slick-slide:hover {
  border-color: #db1520;
}

.other-project-slider .slick-slide .project-list-image {
  transform: scale(1.0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.other-project-slider .slick-slide:hover .project-list-image {
  transform: translateY(-20px);
}

.other-project-slider .slick-list {
  overflow: visible;
}

/****************--Wood finish detail--****************/
.wdf-detail-wrap {
  padding: 100px 0px;
  overflow: hidden;
}

.wdf-image-content-area {
  display: flex;
  align-items: center;
}

.wdf-left-content-box {
  width: 50%;
  max-width: 523px;
}

.wdf-left-content-box p strong {
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
}

.wdf-left-content-box p {
  margin-bottom: 25px;
  font-size: 16px;
}

.link-btn-2 {
  width: 175px;
}

.link-btn-2:hover {
  background-position: 180px;
}

.wdf-right-image-box {
  max-width: 545px;
  width: 50%;
  margin-left: auto;
  height: 607px;
}

.wdf-right-image-box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.wdf-tabs-wrap {
  padding: 120px 0px;
}

.wdf-tabs-wrap .rit-body-content p {
  margin-bottom: 30px;
}

.wdf-tabs-wrap .ritvar-body-image h3 {
  font-size: 30px;
  line-height: 35px;
}

.wdf-product-offers h3,
.wdf-coating-solutions h3,
.wdf-glue-wrap h3 {
  margin-bottom: 40px;
}

.wdf-offer-listing {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0px;
  row-gap: 30px;
}

.wdf-offer-listing li {
  width: 203px;
  margin-left: 20px;
  height: 85px;
  display: flex;
  padding: 0px 5px;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #000;
  font-size: 12px;
  line-height: 18px;
  font-weight: bold;
  font-family: 'Helvetica Neue';
  text-transform: uppercase;
  border: 1px solid #DFDFDF;
  border-bottom: 3px solid #A3A3A3;
  transition: all 0.3s ease-in-out;
  opacity: 0.8;
}

.wdf-offer-listing li a {
  color: #000;
  font-weight: bold;
}

.wdf-offer-listing li:nth-child(5n+1) {
  margin-left: 0px;
}

.wdf-offer-listing li:hover {
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.1);
  border-bottom: 3px solid #40AA3E;
  opacity: 1;
}

.wdf-coating-solutions {
  padding: 100px 0px;
}

.wdf-solution-listing {
  display: flex;
  flex-wrap: wrap;
  row-gap: 60px;
}

.solution-list-box {
  width: 47.5%;
  margin-left: 5%;
}

.solution-list-box:nth-child(2n+1) {
  margin-left: 0px;
}

.solution-list-image {
  height: 200px;
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}

.solution-list-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.solution-list-box h4 {
  font-size: 25px;
  line-height: normal;
}

.solution-list-box p {
  font-size: 17px;
  line-height: 28px;
  margin-bottom: 0px;
  max-width: 95%;
}

.wdf-glue-type {
  width: 100%;
  display: flex;
  align-items: center;
  min-height: 210px;
  margin-bottom: 30px;
  border: 1px solid #E4E4E4;
  padding: 35px 45px;
  position: relative;
}

.wdf-glue-type a {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.wdf-glue-type:last-child {
  margin-bottom: 0px;
}

.glue-type {
  display: flex;
  align-items: center;
}

.glue-type h4 {
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 0px;
  min-width: 223px;
  max-width: 223px;
}

.glue-type p {
  font-size: 17px;
  line-height: 28px;
  margin-bottom: 0px;
  padding: 0px 45px;
  color: #000;
}

.glue-type span {
  width: 50px;
  min-width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #000;
  background: #D9D9D9;
  transition: all 0.3s ease-in-out;
}

.wdf-glue-type:hover .glue-type span {
  background-color: #000;
  color: #fff;
}

/****************--Login start--****************/
.login-wrap {
  padding-top: 75px;
}

.login-wrap .container {
  position: relative;
}

.login-wrap .back-btn {
  position: absolute;
  left: 0px;
  top: -3px;
}

.login-inner-box {
  max-width: 520px;
  margin: 0 auto;
}

.login-inner-box p {
  text-align: center;
}

.login-form-box {
  width: 100%;
  padding-top: 50px;
}

.login-form-group {
  margin-bottom: 30px;
}

.login-form-group:nth-of-type(2) {
  margin-bottom: 20px;
}

.login-form-group input {
  width: 100%;
  height: 65px;
  border: 1px solid #DFDFDF;
  border-bottom: 2px solid #A3A3A3;
  padding: 0px 25px;
  color: #000;
  font-size: 15px;
  font-family: 'Proxima Nova Lt';
  font-weight: 600;
  transition: all 0.3s ease;
}

.login-form-group input:hover,
.login-form-group input:focus {
  border: 1px transparent;
  border-bottom: 2px solid #40AA3E;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.1);
}

.login-form-group input::placeholder {
  color: #000;
}

.forget-password-login {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.forget-password-login a {
  margin-left: auto;
  font-size: 13px;
  line-height: normal;
  font-family: 'Proxima Nova Rg';
  color: #000;
}

.forget-password-login a:hover,
.new-user-register p a:hover {
  color: #db1520;
}

.forget-password-login label {
  font-size: 13px;
  font-family: 'Proxima Nova Rg';
  color: #000;
  line-height: normal;
}

input[type=checkbox].remember-me {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  outline: none;
  content: none;
  border: 0px;
  margin-right: 5px;
  text-align: center;
}

input[type=checkbox].remember-me:before {
  font-family: "FontAwesome";
  content: "\f00c";
  font-size: 12px;
  color: transparent !important;
  background: #fff;
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid #D6D6D6;
}

input[type=checkbox].remember-me:checked:before {
  color: #fff !important;
  background: #40AA3E;
  border-color: #40AA3E;
}

.login-form-box .link-btn {
  width: 100%;
  border-radius: 30px;
}

.login-form-box .link-btn:hover {
  background-position: 100%;
}

.new-user-register p {
  text-align: center;
  font-size: 14px;
  line-height: normal;
  color: #000;
  font-family: 'Proxima Nova Rg';
}

.new-user-register {
  margin-top: 20px;
}

.new-user-register p a {
  color: #000;
  font-family: 'Proxima Nova Rg';
}

/****************--Login End--****************/

.page-wrap-default {
  padding: 100px 0px 0px;
}

.outer-page-other {
  padding: 100px 0px 0px;
}

/*---------New changes-----*/
.section-fullwidth {
  width: 100%;
  height: 100vh;
}

.hm-client-wrap,
.hm-lastest-news,
.instagram-wrap {
  padding: 50px 0px;
}

.home .header {
  position: fixed;
}

.home .sticky {
  background: rgba(255, 255, 255, 1);
  padding: 10px 0px;
  box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 12%);
}

.home .sticky .header-logo-area a {
  max-width: 120px;
}

.menu-active {
  overflow: hidden !important;
}

.menu-wrap {
  position: fixed;
}

#fp-nav ul li,
.fp-slidesNav ul li {
  height: 38px !important;
  width: 194px !important;
  margin: 0px !important;
  margin-bottom: 10px !important;

}

#fp-nav ul li a span {
  display: none !important;
}

/*#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 38px !important;
  width: 220px !important;
  margin: 0px !important;
  left: 0px !important;
  background: rgba(0, 0, 0, 0.8) !important;
  border-radius: 20px 0 0 20px !important;
  clip: initial;
  font-size: 0px !important;
}*/

#fp-nav ul {
  margin-right: 15px;
}

#fp-nav ul li .fp-tooltip {
  width: auto !important;
  background-color: transparent !important;
  border-radius: 20px 20px 20px 20px !important;
  height: 38px !important;
  line-height: 38px !important;
  font-size: 0px !important;
  padding-right: 35px;
  color: #000 !important;
  right: 0 !important;
  padding-left: 15px;
  opacity: 1 !important;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  opacity: 1 !important;
  font-family: 'Proxima Nova Rg' !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#fp-nav ul li .fp-tooltip::after {
  content: "";
  width: 10px;
  height: 10px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-color: #000;
  display: inline-block;
  max-width: 80px;
  margin-left: 10px;
  border: 1px solid #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}

#fp-nav ul li .active+.fp-tooltip {
  color: #000 !important;
}

#fp-nav ul li .active+.fp-tooltip::after {
  background-color: #fff;
  border-color: #fff !important;
}

#fp-nav ul li:hover .fp-tooltip {
  font-size: 14px !important;
  background-color: #fff !important;
}

#fp-nav ul li:hover .fp-tooltip {
  font-size: 14px !important;
  background-color: #000 !important;
  color: #fff !important;
  font-size: 14px !important;
}

#fp-nav ul li:hover .fp-tooltip:after {
  background-color: #fff;
  border-color: #fff;
}

#fp-nav ul li .active+.fp-tooltip {
  opacity: 1 !important;
  font-weight: 500;
  font-size: 14px !important;
  background-color: #e42c2c !important;
  color: #fff !important;
  font-size: 14px !important;
}

#fp-nav ul li:first-child {

  display: none;
}

.fp-watermark {
  display: none;
  opacity: 0;
  visibility: hidden;
}

.career-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

li.half-width {
  width: 47%;
}

li.full-width {
  width: 100%;
}

.career-form-wrap input,
.career-form-wrap textarea {
  width: 100%;
  height: 65px;
  border: 0px;
  border-bottom: 1px solid #D9D9D9;
  font-family: 'Proxima Nova Rg';
  font-size: 15px;
  color: #000;
  font-weight: 500;
  transition: all 0.3s ease;
}

.file-upload-wrapper {
  position: relative;
  width: 100%;
  height: 60px;
  margin-top: 25px;
}

.file-upload-wrapper:after {
  content: attr(data-text);
  font-size: 14px;
  position: absolute;
  font-family: 'Proxima Nova Rg';
  top: 0;
  left: 0;
  background: #fff;
  display: flex;
  align-items: center;
  width: calc(100% - 222px);
  pointer-events: none;
  z-index: 20;
  height: 62px;
  color: #000;
  font-weight: 300;
  border: 1px solid #DFDFDF;
  border-bottom: 2px solid #A3A3A3;
  padding: 0px 25px;

}

.file-upload-wrapper:hover:after {
  border: 1px transparent;
  border-bottom: 2px solid #40AA3E;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1)
}

.file-upload-wrapper:before {
  content: 'Browse';
  position: absolute;
  top: 0;
  right: 0;
  width: 141px;
  height: 65px;
  font-family: 'Proxima Nova Rg';
  background: #5CB65B;
  color: #fff;
  font-weight: 500;
  z-index: 25;
  font-size: 14px;
  padding: 0 15px;
  text-transform: uppercase;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;

}

.file-upload-wrapper:hover:before {
  background: #3d8c63;
}

.file-upload-wrapper input {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  height: 40px;
  margin: 0;
  padding: 0;
  display: block;
  cursor: pointer;
  width: 100%;
}

.file-upload-wrapper span {
  width: 100%;
  height: 100%;
  display: block;
}

.file-upload-wrapper p {
  width: 100%;
  height: 100%;
}

.career-form-wrap .form-submit {
  width: 100%;
  height: 45px;
  border-radius: 300px;
  background: linear-gradient(90deg, #EA2F42 0%, #F56377 100%);
  color: #FFF;
  text-align: center;
  font-family: 'Proxima Nova Rg';
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.28px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  margin-top: 25px;
}

.career-form-wrap li>p {
  margin-bottom: 0;
}

.career-form-wrap li {
  margin-bottom: 30px;
}

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

.wpcf7-not-valid-tip {
  text-align: left;
}

.fixed_bar {
  background-color: #DB1520;
  position: fixed;
  right: 0px;
  bottom: 75px;
  padding: 15px 10px;
  border-radius: 30px;
  z-index: 999;
}

.fixed_bar li img {
  filter: invert(102%) sepia(100%) saturate(0%) hue-rotate(74deg) brightness(122%) contrast(115%);
  width: 15px;
}

.fixed_bar li+li {
  margin-top: 5px;
}


.resp-tab-content table {
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  width: 100%;
  margin-bottom: 25px;
}

.resp-tab-content td,
.resp-tab-content th {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  padding: 5px 10px;
}

.search-list-area li {
  margin-bottom: 10px;
}

.search-page-inner {
  padding: 60px 0;
}

.search-page-inner h4,
.search-page-inner .h4 {
  font-size: 17px;
  line-height: 25px;
}

.search-page-inner p {
  color: #000;
}

.search-page-inner h1,
.search-page-inner .h1 {
  font-size: 32px;
  line-height: 35px;
}

.search-page-inner .nav-links {
  margin-top: 35px;
  display: flex;
}

.search-page-inner .nav-links .page-numbers {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  width: 43px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  display: flex;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #67c5ad;
  margin-right: 12px;
}

.search-page-inner .nav-links .page-numbers svg {
  fill: #fff;
}

.search-page-inner .nav-links .page-numbers:hover svg {
  fill: #000;
}

.search-page-inner .nav-links .page-numbers:hover,
.search-page-inner .nav-links .page-numbers.current {
  background: var(--color-primary);
  color: #000 !important;
  border-bottom: 2px solid #40AA3E;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.1);
}

.search-page-inner .nav-prev-text,
.search-page-inner .nav-next-text {
  display: none !important;
}

.search-page-inner .next.page-numbers::after,
.search-page-inner .prev.page-numbers::after {
  display: none !important;
}

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

.hm-products-video .tparrows.tp-rightarrow:before,
.hm-products-video .tparrows.tp-leftarrow:before {
  font-size: 0 !important;
}

.hm-products-video .tparrows.tp-leftarrow:before {
  background: url(assets/images/rev-left-arrow.png) no-repeat;
  background-size: contain;
}

.hm-products-video .tparrows.tp-rightarrow:before {
  background: url(assets/images/rev-right-arrow.png) no-repeat;
  background-size: contain;
}

.no-vecancies-container a {
  text-decoration: none;
  font-weight: bold;
  color: #000;
}

.no-vecancies-container {
  border: 1px solid #dfdfdf;
  padding: 20px 0;
  text-align: center;
}

.abt_mob_list {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0;
  row-gap: 15px;
  margin: 0 -3px;
}

.abt_mob_list li {
  margin: 0 3px;

}

.abt_mob_list li a {
  border: 1px solid #fc4236;
  color: #000;
  font-size: 16px;
  padding: 8px 18px;
  display: block;
  border-radius: 30px;
}

.iti {
  width: 100%;
}


.wpcf7-not-valid-tip:not(:nth-child(1)):not(:nth-child(2)) {
  display: none;
}

.toggle-password,
.toggle-password_1,
.toggle-password_2 {
  position: absolute;
  right: 15px;
  top: 18px;
}

.grid-item {
  width: 25%;
  height: auto;
}

.grid-item a {
  display: block;
  position: relative;
}

.grid-item--width2 {
  width: 400px;
}

.grid-item img {
  width: 100%;
  height: 100%;
  display: block;
}

.grid-item video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.homeInstagram {
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.grid-item a::after {
  content: "";
  display: block;
  content: "";
  background-color: rgba(0, 0, 0, .4);
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.homeInstagram h2 {
  font-size: 125px;
  line-height: 130px;
  letter-spacing: 30px;
  text-transform: uppercase;
  color: #fff;
  /* color: #da1721; */
  font-family: 'Montserrat';
  font-weight: 300;
  position: absolute;
  z-index: 9;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  margin: 0;
  transform: translateY(-50%);
  width: fit-content;
  margin: 0 auto;
}

.homeInstagram .rev_btn {
  position: absolute;
  bottom: 70px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 9;
  background-color: #da1721;
  color: rgb(255, 255, 255);
  text-decoration: none;
  white-space: normal;
  width: 240px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  letter-spacing: 0px;
  font-weight: 600;
  font-family: 'Montserrat';
  font-size: 13px;
  border-radius: 30px;
}

.homeInstagram .rev_btn:hover {
  background-color: #fff;
  color: #000;
}

.woocommerce-lost-password .woocommerce-message {
  background: #c8ffca;
  text-align: center;
}

.video_banner video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  display: block;
}

.video_banner {
  position: relative;
}

.video_banner h2 {
  font-family: 'Montserrat';
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  line-height: 145px;
  text-shadow: rgba(0, 0, 0, 0.25) 6px 6px 0px;
  letter-spacing: 30px;
  font-weight: 300;
  font-size: 124px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  transform: translateY(-50%);
}

.video_banner h2::after {
  content: "";
  display: block;
  width: 70px;
  height: 11px;
  margin: 0 auto;
  background-color: #4db04b;
}

.main_image_banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100vh;
}

.banner_btn {
  background-color: #da1721;
  font-family: 'Montserrat';
  color: #ffffff;
  text-decoration: none;
  width: 240px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  letter-spacing: 0px;
  font-weight: 600;
  font-size: 13px;
  border-radius: 25px;
  padding: 0 20px;
  position: absolute;
  bottom: 83px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

/* .cat_btn{
  width: 240px;
} */
.banner_carousel .swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100vh;
}

.banner_carousel .swiper-button-next:after,
.banner_carousel .swiper-button-prev:after {
  font-size: 0;
  width: 50px;
  height: 60px;
  background-size: contain !important;
}

.banner_carousel .swiper-button-next:after {
  background: url(assets/images/rev-right-arrow.png) no-repeat;

}

.banner_carousel .swiper-button-prev:after {
  background: url(assets/images/rev-left-arrow.png) no-repeat;
}