@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
:root {
  --rpd_primary-color: #000000;
  --rpd_secondary-color: #5858ba; 
  --rpd_heading-font: "Outfit", sans-serif;
  --rpd_body-font: "Rubik", sans-serif;
  --green: #00836c;
  --orange: #fbae18;
  --dark-orange: #ed9f0a;
  --violet: #5858ba;
  --grey: #767575;
  --top-grey: #909090;
  --light-grey: #f7f7f7;
  --black: #000;
  --white: #fff;
}
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  -moz-osx-font-smoothing: grayscale;
  /* Firefox */
  -webkit-font-smoothing: antialiased;
  /* WebKit  */ 
}
body {
  color: var(--black);
  font-weight: 400;
  font-style: normal;
  font-size: 18px; 
  font-family: var(--rpd_body-font);
  line-height: 1.6;
  margin: 0 auto; 
  position: relative;
}
h1, .h1 {
  font-size: 42px;
  line-height: 1.2; }

h2, .h2 {
  font-size: 34px; }

h3, .h3 {
  font-size: 28px; }

h4, .h4 {
  font-size: 24px; }

h5, .h5 {
  font-size: 22px; }

h6, .h6 {
  font-size: 16px; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: var(--black);
  clear: both;
  font-family: var(--rpd_heading-font);
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 5px;  
}

p {
  color: var(--black);
  margin-bottom: 0.5em;
}
.grey-bg {
  background-color: var(--light-grey);
}
.text-black {
  color: var(--black);
}
.text-white {
  color: var(--white);
}
.rpd-btn {  
  padding: 10px 22px;
  border: 1px solid var(--violet);
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  transition: all 0.4s ease-in-out;
  color: var(--white);
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  border-radius: 50px;
}
.rpd-btn:hover {
  border: 1px solid var(--grey);
  text-decoration: none;
}
.btn--primary {
  z-index: 1;
  color: var(--white);
  background-color: var(--violet);
}
.btn--secondary {
  z-index: 1;
  color: var(--white);
  background-color: var(--grey);
  border-color: var(--grey);
}
.btn--primary:hover {
  color: var(--white);
  background-color: var(--grey);
  border-color: var(--grey); 
}
.btn--secondary:hover { 
  color: #fff;
  background-color: var(--violet);
  border-color: var(--violet); 
}
.btn--white {
  z-index: 1;
  color: var(--black);
  border: 1px solid var(--white);
}
.btn--white:hover {
  border: 1px solid var(--violet);
  color: var(--white);
  background-color: var(--violet);
}
.pad-tb {
  padding: 50px 0;
}
.section-title {
  margin-bottom: 1rem;
}
.section-title.text-center {
  margin-bottom: 15px; 
  position: relative;
}
.section-title.text-left {
  margin-bottom: 15px;
  position: relative;
}
.section-title.text-left h2, .section-title.text-center h2 {
  padding-bottom: 15px;
  color: var(--black);
  position: relative;
  text-transform: uppercase;
}
.section-title.text-left h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 65px;
  height: 4px;
  background: var(--grey);
}
.section-title.text-center h2:after {
  content: "";
  position: relative;
  margin: 15px auto 0;
  bottom: 0;
  width: 65px;
  height: 4px;
  background: var(--grey);    
  display: block;
}
.top_bar {
  padding: 10px 0px;
  position: relative;
  background: var(--top-grey);
  z-index: 1;
}
.top_bar::after {
  position: absolute;
  right: 0;
  top: 0;
  width: 60%;
  height: 100%;
  background: var(--violet);
  content: "";
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%, 2% 51%);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 100%, 2% 51%);
  z-index: -1;
}
.top_bar ul.top-contact {
  margin-bottom: 0;
  list-style: none;
  float: left;
  position: relative;
  color: var(--white);
  z-index: 999;
  margin-left: 0;
  padding-inline-start: 0; 
  margin-right: 0px; 
}
.top_bar ul.top-contact > li {
  margin-left: 15px;
  float: left;    
  line-height: 1.4;
}
.top_bar ul.top-contact > li:first-child {
  margin-left: 0px;
}
.top_bar ul.top-contact > li a {
  color: var(--white); 
  font-size: 17px;
  position: relative;
  padding-right: 15px;
}
.top_bar ul.top-contact > li a:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  border-right: 1px solid #eee;
  width: 100%;
  height: 100%;
  margin-left: 15px;
}
.top_bar ul.top-contact > li:last-child a:after {
  display: none;
}
.top_bar ul.top-contact > li a i {
  margin-right: 8px;
}
.top_bar ul.top-contact > li a:hover, .top_bar a:hover {
  text-decoration: none;
}
.top_bar ul.top-contact > li:last-child a {
  padding-right: 0px;
}
.top_bar ul.social-links {
  float: right;
  padding-inline-start: 0;
  margin: 0;
}
.top_bar ul.social-links > li {
  margin-right: 20px;
  border-right: 1px solid #404091;/*#eee*/
  padding-right: 20px;
}
.top_bar ul.social-links > li a {
  width: auto;
  height: auto;
  line-height: inherit;
  background: none;
  color: var(--white);
  display: inline-block;
  font-size: 17px;
}
.top_bar ul.social-links > li a:hover {
  background: transparent;
}
.top_bar ul.social-links > li:last-child {
  margin-right: 0px;
  border-right: none;
  padding-right: 0px;
}
header .header-logo {
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.header-logo img {
  width: 325px;
}
header {
  background: #fff;
  -webkit-box-shadow: 3px 2px 5px 0px rgba(83, 83, 83, 0.4);
  box-shadow: 3px 2px 5px 0px rgba(83, 83, 83, 0.4); 
  z-index: 99999;
  padding: 2px 0;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
header .main-menu > li {
  position: relative;
}
header .main-menu > li > a {
  color: var(--black);
  padding: 8px 0.8vw; /*8px 1vw*/
  display: block;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
header .main-menu > li.active > a {
  color: var(--violet);
}
header .main-menu > li:hover > a {
  color: var(--violet);
  text-decoration: none;
}
header .main-menu > li > a > i {
  color: var(--violet);
}
header .main-menu > li > a:hover > i {
  color: #fff;
}
header .main-menu > li:hover > a i {
  color: #fff;
}
header .main-menu > li:last-child > a { 
  background: var(--grey);
  color: #fff;
  border-radius: 50px;
}
header .main-menu .sub-menu {
  display: none;
  position: absolute;
  left: 50%;
  top: 100%;
  width: 285px;
  overflow: hidden;
  border-top: 2px solid var(--violet);
  background: #fff;
  -webkit-box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
  box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
  z-index: 5;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
header .main-menu .sub-menu a {
  padding: 8px 10px;
  display: block;
  color: var(--black);
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
header .main-menu .sub-menu a i {
  color: var(--black);
}
header .main-menu .sub-menu a:hover {
  background: var(--violet);
  color: #fff;
  text-decoration: none;
}
header .main-menu > li:hover .sub-menu {
  display: block;
}
header .header-logo figure img {
  max-width: 200px;
}
header .demo-link {
  margin-left: 1vw;
}
header .side-menu-close {
  background: transparent;
}
header .side-menu-close span {
  background: var(--black);
  width: 28px;
}
header.header-appear {
  position: fixed;
  -webkit-animation-name: animationFade;
  -o-animation-name: animationFade;
  animation-name: animationFade;
  -webkit-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  top: 0;
  width: 100%;
}
/* side menu */
.side-menu-wrap {
  width: 300px;
  position: fixed;
  right: -100%;
  top: 0;
  background: #fff;
  height: 100%;
  -webkit-box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
  box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
  overflow-y: auto;
  z-index: 999999;/*15000*/
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.side-menu-wrap.opened {
  right: 0;
  transition: 0.8s;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
}
.side-menu-logo {
  border-bottom: 2px solid var(--grey-bg);
  padding-left: 0.5rem;
  display: none!important;
}
.side-menu-nav .main-menu > li {
  position: relative;
  border-bottom: 1px solid #ccc;
}
.side-menu-nav .main-menu > li > a > i {
  color: var(--black);
}
.side-menu-nav .main-menu .sub-menu {
  border-top: 1px solid var(--violet);
  background: #fff;
  display: none;
}
.side-menu-nav .main-menu .sub-menu li {
  border-bottom: 1px solid #ccc;
}
.side-menu-nav .main-menu .sub-menu a {
  padding: 10px 22px;
  display: block;
  color: var(--black);
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;    
  font-size: 15px;
  text-transform: uppercase;
}
.side-menu-nav .main-menu .sub-menu a i {
  color: var(--black);
}
.side-menu-nav .main-menu .sub-menu ~ i {
  font-size: 0.8em;
  position: absolute;
  padding: 21px 11px;
  right: 0;
  top: 0;
  border-left: 1px solid #ccc;
}
.side-menu-nav .main-menu .sub-menu a:hover {
  background: #f5f5f5;
}
.side-menu-nav .main-menu > li > a {
  color: #000000;
  font-size: 15px;
  text-transform: uppercase;
  padding: 15px 20px 15px 20px;
  display: block;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.side-menu-nav .main-menu > li > a:hover {
  text-decoration: none;
}
.side-menu-wrap .side-menu-close {
  position: absolute;
  right: 0;
  top: 0;
  height: 30px;
  width: 30px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.side-menu-close {
  height: 40px;
  width: 40px;
  background: var(--violet); 
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.side-menu-close span {
  height: 2px;
  width: 20px;
  background: var(--white);
  position: relative;
  opacity: 1;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.side-menu-close span:nth-child(1) {
  top: -5px;
}
.side-menu-close span:nth-child(3) {
  bottom: -5px;
}
.side-menu-close.closed span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
  -webkit-transform: translateY(7px) rotate(45deg);
  -moz-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  -o-transform: translateY(7px) rotate(45deg);
}
.side-menu-close.closed span:nth-child(2) {
  opacity: 0;
}
.side-menu-close.closed span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
  -webkit-transform: translateY(-7px) rotate(-45deg);
  -moz-transform: translateY(-7px) rotate(-45deg);
  -ms-transform: translateY(-7px) rotate(-45deg);
  -o-transform: translateY(-7px) rotate(-45deg);
}
/*  custom overlay */
.custom-overlay {
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 12500;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
.custom-overlay.show {
  visibility: visible;
  opacity: 1;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}
/**/
ul.social-links > li {
  display: inline-block;
  margin-right: 5px;
}
ul.social-links > li a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background: var(--light-blue);
  color: var(--white);
  display: inline-block;
  font-size: 19px;
  border-radius: 50%;
}
ul.social-links > li a:hover {
  background: var(--dark-blue); 
}
.breadcrumb_wrap {
  padding: 110px 0;
  background-color: #eee;
  background-size: cover!important;
  background-position: center center!important;
  position: relative;
}
.breadcrumb_title h1 {
  text-transform: uppercase;
  font-size: 40px;
  color: var(--white);
  position: relative;
  margin-bottom: 0;
}
.breadcrumb_wrap:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5); 
}
label {
  display: block;
}
.form-control {
  border: 1px solid #bbb;   
  padding: 0.5rem 0.75rem;
  color: var(--black);    
  height: 50px;
  border-radius: 0;
}
.form-control:focus {
  box-shadow: none;
  border: 1px solid var(--violet);
}
textarea.form-control {
  height: 130px;
}
.img-wrap {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.img-wrap img {
  transition: 0.2s linear;
}
.img-wrap:hover img {
  transform: scale(1.08);
}
ul.rpd-list {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
ul.rpd-list > li {
  margin-bottom: 5px;  
  position: relative;
  padding-left: 25px;
}
ul.rpd-list > li:before {
  font-family: "Font Awesome 6 Free";
  content: "\f14a";/*f560 f14a f058 f105 f054*/
  position: absolute;
  left: 0;
  font-weight: 400;
  color: var(--violet);
}
.call_toaction {
  display: none;
}
/*banner*/
.banner-section{
  position: relative;
}
.banner-carousel .slide-item {
  position: relative;
  overflow: hidden;
  min-height: 700px;
}
.banner-carousel .slide-item .image-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 6000ms linear;
  -moz-transition: all 6000ms linear;
  -ms-transition: all 6000ms linear;
  -o-transition: all 6000ms linear;
  transition: all 6000ms linear;
}
.banner-carousel .active .slide-item .image-layer {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.slider-content.style-two {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%; 
  z-index: 10;
}
.slider-main-title {
  text-align: center;
  max-width: 1400px;
  margin: 0px auto;
}
.slider-main-title h2, .slider-main-title h1 {
  font-size: 60px;
  color: #FFF;
  font-weight: 700;
  line-height: 70px;
  text-transform: uppercase;
  margin-block-start: 0;
  margin-block-end: 0;    
  margin-bottom: 0px; /*30px*/
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}
.slider-main-title h3 {
  color: #FFF;
  font-size: 32px;
  margin-block-start: 0;
  margin-block-end: 0;    
  margin-bottom: 15px; 
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}
.banner-section .container {
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.banner-carousel .slide-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.2);
  z-index: 1;
} 
.banner-section .owl-carousel .owl-nav button:hover, 
.banner-section .owl-carousel .owl-nav button:focus {
  outline: 0;
}
.banner-section .owl-carousel .owl-nav button.owl-prev {
  left: 50px;
}
.banner-section .owl-carousel .owl-nav button.owl-next {
  left: unset;
  right: 50px;
}
.banner-section .owl-carousel .owl-nav button.owl-prev span, 
.banner-section .owl-carousel .owl-nav button.owl-next span {
  font-size: 45px;
  color: #ccc;
}
.banner-section .owl-carousel .owl-nav button.owl-prev span:hover, 
.banner-section .owl-carousel .owl-nav button.owl-next span:hover {
  color: #fff;
}
.banner-section .owl-carousel .owl-nav button {
  position: absolute;
  top: 46%;
}
/**/
.about-section-wrap img {
  border-bottom: 8px solid #a8a8a8;
}
.about-content h3 {
  background: linear-gradient(to right, #666666 10%, #5858ba 60%, #49499b 80%);
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #333;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 4s linear infinite;
  display: inline-block;
  padding-bottom: 0;
  clear: both;
  margin-bottom: 0.5em;
}
.about-content p {
  margin-bottom: 1em;
}
.abt-counter-contain {
  margin: 0px 0px 0px 0px;
  padding: 30px 30px 30px 22px;
  position: absolute;
  bottom: -2%;
  left: 0;
  background-color: var(--violet);
  border-style: solid;
  border-width: 0px 0px 0px 8px;
  border-color: #a8a8a8;
  display: inline-block;
}
.abt-counter-contain .abt-counter-info {
  margin-left: 15px;
  flex: 1;
}
.abt-counter-contain .abt-counter-info h5 {
  color: #ffffff;
  font-size: 40px;
  line-height: 48px;
  display: inline-block;
}
.abt-counter-contain .abt-counter-info .abt-counter-prefix {
  font-size: 40px;
  line-height: 48px;
  color: #ffffff;
  font-weight: 500;
}
.abt-counter-contain .abt-counter-info .abt-counter-description {
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  text-transform: uppercase;    
  line-height: 22px;
}
@keyframes textclip{to{background-position:200% center}}
/**/
.services-wrap {
  background: url(../images/products-services-bg.jpg);
  padding: 70px 0 50px;
  position: relative;
  overflow-x: hidden;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}
.services-wrap::before {
  content:"";
  position: absolute;
  bottom:0px; 
  left: 0px;
  right: 0px;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgb(0 0 0 / 75%);
}
.services-wrap .section-title.text-center h2 {
  color: #fff;
}
.services-wrap .section-title.text-center h2:after {
  background: var(--grey);
}
.services-item {
  position: relative;
  z-index: 2;
  margin-top: 10px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  margin-bottom: 30px;
  border: 1px solid #616161;
  padding: 10px;
}
.services-item-wrap {
  background: #ffffff;
  padding: 10px;
}
.services-item_img {
  position: relative;
  text-align: center;
  margin-bottom: 0;
  max-height: unset;
  overflow: hidden;
}
.services-item_img img {
  transition: 0.2s linear;
}
.services-item:hover .services-item_img img {
  transform: scale(1.04);
}
.services-item_title {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  text-align: center;  
  margin: 0;
  padding: 10px 10px 0;
}
.services-item_title a {
  color: var(--black);
  cursor: default;
}
.services-item_title a:hover {
  color: var(--violet);
  text-decoration: none;
}
.services-item:hover .services-item_title a {
  color: var(--violet);
}
.services-carousel.owl-carousel .owl-nav button.owl-next, 
.services-carousel.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: -75px;/*45%*/
}
.services-carousel.owl-carousel .owl-nav button.owl-prev {
  right: 50px;
}
.services-carousel.owl-carousel .owl-nav button.owl-next {
  right: 0px;
}
.services-carousel.owl-carousel .owl-nav button.owl-next span, 
.services-carousel.owl-carousel .owl-nav button.owl-prev span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #fff;
  color: #fff;
}
.services-carousel.owl-carousel .owl-nav button.owl-next span:hover, 
.services-carousel.owl-carousel .owl-nav button.owl-prev span:hover {
  background-color: var(--white);
  color: var(--violet);
}
/**/
.whychoose-card {
  margin-bottom: 20px;
}
.whychoose-card .content {
  padding: 10px 15px;
  display: flex;
  align-items: center;
  background: #f3f3f3; 
}
.whychoose-card .content .icon {
  background: var(--violet);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  margin-top: 0;
  width: 80px;
  height: 80px;
  line-height: 80px;
}
.whychoose-card .content .icon img {
  width: 60px;
  height: 60px;
}
.whychoose-card .content .text {
  width: calc(100% - 100px);
  margin-left: 20px;
}
.whychoose-card .content h3 {
  font-family: var(--rpd_body-font);
  font-weight: 400;
  font-size: 20px;
  color: #000;
  margin-bottom: 0;
}
.whychoose-card:hover .content .icon {
  transform: rotateY(180deg);
}
/**/
.footer {
  background: url(../images/bg-footer.jpg) center / cover no-repeat;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
footer.footer:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: #222;
  opacity: 0.91;
}
.footer-top {
  padding: 50px 0 40px;
  position: relative;
}
.footer-top .col-off-40 {
  margin-left: -40px;
  margin-right: 40px; 
}
.footer-widget {
  margin-bottom: 15px;
}
.footer-widget h3 {
  color: var(--white);
  padding-bottom: 12px;
  margin-bottom: 20px;
  position: relative;
  font-weight: 500;
}
.footer-widget h3:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background: var(--top-grey);
}
.footer-widget ul {
  list-style: none;
  padding: 0;
}
.footer-widget ul.widget-links > li {
  margin-bottom: 10px;
}
.footer-widget ul.widget-links > li a {
  color: var(--white);
  position: relative;
  padding-left: 25px;
  display: block;
} 
.footer-widget ul.widget-links > li a:hover {
  color: var(--white);
  text-decoration: none;
} 
.footer-widget ul.widget-links > li a:before {
  font-family: "Font Awesome 6 Free";
  content:"\f105";/*"\f0da"*/
  position: absolute;
  left: 0;
  font-weight: 600;
}
.icn_txt {
  position: relative;
  display: block;
  margin-bottom: 6px;
}
.icn {
  position: absolute;
  left: 0;
  color: #fff;
}
.txt {
  padding-left: 30px;
  color: #fff;
}
.footer-bottom {
  border-top: 1px solid #494949; 
  padding: 15px 0;position: relative;
}
ul.social-links > li {
  display: inline-block;
  margin-right: 5px;
}
ul.social-links > li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: var(--grey);
  color: var(--white);
  display: inline-block;
  font-size: 16px;
  border-radius: 50%;
}
ul.social-links > li a:hover {
  background: var(--violet); 
}
.footer-bottom ul {
  margin-bottom: 0;
  float: right;
  margin-right: 30px;
}
.footer-widget h3.widget_title_one {
  opacity: 0;
} 
.bg-white {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.enquiry-form {
  padding: 50px 0 50px;
} 
label {
  margin-bottom: .2rem;
}   
.enquiry-form .form-group a {
  color: var(--green);
  text-decoration: underline;
}
.enquiry-form .rpd-btn {
  padding: 10px 30px;
}
.thanks-sec {
  text-align: center;
  border-top: 1px solid #e1e1e1;
  padding: 55px 0;
}
.thanks-sec h2 {
  margin-top: 20px;
  margin-bottom: 15px;
  color: #211d21;
  font-size: 48px;
}
.thanks-sec h3 {
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 20px;
  color: #000;
  font-weight: 500;
}
.contact-box-wrap {
  text-align: center;
  /* box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2); */
  background: #fff;
  padding: 20px 10px;
  /* border-radius: 5px; */
  border: 1px dashed #a8a8a8;
}
.contact-box-wrap:hover .contact-icon {
  background: var(--grey);
}
.contact-box-wrap:hover h3 {
  color: var(--black);
}
.contact-box-wrap { 
  min-height: 225px;
}
.contact-icon {
  display: inline-block;
  background: var(--violet);
  color: #fff;
  width: 65px;
  height: 65px;
  line-height: 70px;
  font-size: 30px;
  margin-bottom: 15px;
  border-radius: 0;
}
.contact-box-wrap p a {
  color: var(--black);
}
.contact-box-wrap p a:hover {
  color: var(--violet);
}
.contact-map-wrap.pad-tb {
  padding: 0px 0px 50px;
}
.contact-map-wrap iframe {
  border-radius: 5px;
}
/**/
.vmc-section-wrap {
  background: #5858ba;
}
.vmc-wrap {
  padding: 40px 30px 40px 15px;
}
.vmc-icon-box {
  display: flex;
  margin: 0px 0px 30px 0px;
  padding: 0px 0px 30px 0px;
  border-style: solid;
  border-width: 0px 0px 1px 0px;
  border-color: #FFFFFF1F;
  border-radius: 0px 0px 0px 0px;
  gap: 25px;
}
.vmc-icon-box .vmc-icon-box-icon {
  margin-right: 0;
  /* width: 80px; */
  flex: 0 0 80px;
}
.vmc-icon-box .vmc-icon-box-icon img {
  width: 80px;
}
.vmc-icon-box h3 {
  font-size: 28px;
  line-height: 36px;
  color: #ffffff;
}
.vmc-icon-box p {
  color: #fff;
}
.vmc-icon-box.vmc-icon-box-last {
  border-width: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
.vmc-icon-box ul > li {
  color: #fff;
}
.vmc-icon-box ul > li:before {
  content: "\f560";
  color: #fff;
  font-weight: 600;
}
/**/
.gallery-wrap .grid a.fancybox {
  display: block;
  position: relative;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
  background: #fff;
}
.gallery-wrap .masonry-gallery {
  margin: 0 -7.5px;
}
.gallery-wrap .masonry-gallery .grid {
  width: 25%;
  float: left;
  padding: 0 7.5px 15px;
}
.gallery-wrap .grid img {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.gallery-wrap .grid .grid-img-overlay {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(88 88 186 / 90%); 
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}
.gallery-wrap .grid .grid-img-overlay i {
  color: #fff;
  font-size: 35px;
  display: flex;
  justify-content: center;
  position: relative;
  height: 100%;
  align-items: center;
}
.gallery-wrap .grid a.fancybox:hover .grid-img-overlay {
  opacity: 1;
}
/**/
.industries-section-wrap.pad-tb {
  padding: 50px 0 20px;
}
.industries-wrap {
  background: #f3f3f3;
  padding: 10px;
  text-align: center;
  margin-bottom: 30px;
}
.industries-img {
  margin-bottom: 5px;
}
.industries-wrap h3 {
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  margin: 0;
  padding: 5px;
  background: var(--violet);
  color: #fff;
}
.industries-img {
  position: relative;    overflow: hidden;
}
.industries-img img {
  transition: 0.2s linear;
}
.industries-wrap:hover .industries-img img {
  transform: scale(1.04);
}
.industries-wrap:hover h3 {
  background: var(--grey);
}
/**/
.manufacturing-section-wrap {
  background: #f5f5f5;
}
.manufacturing-section-wrap ul.rpd-list > li {
  margin-bottom: 10px;
}
/**/
.ps-section-wrap.pad-tb {
  padding: 50px 0 30px;
}
.ps-section-wrap.ps-section-wrap-alt {
  background: #f5f5f5;
}
.ps-section-wrap .industries-wrap {
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
  background: #fff;
}
.ps-section-wrap .industries-wrap .industries-img {
  margin-bottom: 0;
}
.certifications-wrap a {
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
  background: #fff;
  padding: 10px;
  display: block;
  border: 1px solid #ddd;
}
.certifications-wrap a:hover {
  text-decoration: none;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
  border: 1px solid rgb(88, 88, 186);
}