@font-face {
  font-family: "ibmplexsans";
  font-weight: 400;
  src: url("https://epropelled.com/wp-content/themes/epropelled-child/fonts/ibmplexsans-regular-webfont.woff2") format("woff2");
}
@font-face {
  font-family: "ibmplexsans";
  font-weight: 500;
  src: url("https://epropelled.com/wp-content/themes/epropelled-child/fonts/ibmplexsans-medium-webfont.woff2") format("woff2");
}
@font-face {
  font-family: "ibmplexsans";
  font-weight: 600;
  src: url("https://epropelled.com/wp-content/themes/epropelled-child/fonts/ibmplexsans-semibold-webfont.woff2") format("woff2");
}
@font-face {
  font-family: "Open Sans";
  font-weight: 400;
  src: url("https://epropelled.com/wp-content/themes/epropelled-child/fonts/OpenSans-Regular.woff2") format("woff2");
}

:root {
  --main-font: "ibmplexsans", sans-serif;
  --alt-font: "Open Sans", sans-serif;
  --main-color: #2a2a2a;
  --main-red: #eb2027;
  --alt-color: #323232;
  --alt-color-2: #8c8c8c;
  --light-color: rgba(42, 42, 42, 0.65);
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.main-btn,
.alt-btn,
.alt-btn-2,
small,
span,
p {
  font-family: var(--alt-font);
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
	letter-spacing: 0.6px;
  font-weight: 400;
}
a {
  text-decoration: none;
}

img {
  	max-width: 100%;
	pointer-events: none;
	user-drag: none;
}
video {
	pointer-events: none;
	user-drag: none;
}
h1, h2, h3, p, span, ul, li {
	 -webkit-user-drag: none; 
    user-drag: none;        
}

body {
  position: relative;
  overflow-x: hidden;
  min-height: 100vh;
  font-size: 17px;
  font-family: var(--main-font);
  font-weight: 400;
  color: var(--main-color);

}
.splitted {
  font-kerning: none;
}

.color-main {
  color: var(--main-color) !important;
}
.color-red {
  color: var(--main-red) !important;
}
.color-alt {
  color: var(--alt-color) !important;
}
.light-color {
  color: var(--light-color) !important;
}
.navLink {
  font-size: 14px;
  text-transform: uppercase;
	font-weight: 500;
}
.container-padding {
  padding-inline: clamp(20px, 4.5vw, 70px);
}

.font-size-clamp-75 {
  font-size: clamp(30px, 5vw, 75px);
}
.fs-clamp-2 {
  font-size: clamp(26px, 4vw, 40px);
}

.font-size-clamp-180 {
  font-size: clamp(50px, 12vw, 180px);
  line-height: clamp(60px, 12vw, 170px);
}
.font-size-clamp-130 {
  font-size: clamp(50px, 10vw, 130px);
}
.font-size-40 {
  font-size: 40px;
}
.font-size-20 {
  font-size: 16px;
}
.font-size-16 {
  font-size: 16px;
}
.font-size-12 {
  font-size: 12px;
}
.font-size-14 {
  font-size: 14px;
}

.lh-34 {
  line-height: unset;
}
.small,
small {
  font-size: 12px;
}

.w-fit {
  width: fit-content;
}

.color-black {
  color: black !important;
}
.inset-0 {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.min-vh-80 {
  min-height: 80vh;
}

.navbar-toggler {
  border: none !important;
  padding: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}
.navbar-toggler .navOpen {
  position: absolute;
  opacity: 0;
}
.navbar-toggler .navClose {
  opacity: 0;
}

.navbar-toggler[aria-expanded="false"] .navOpen {
  opacity: 1;
}
.navbar-toggler[aria-expanded="true"] .navClose {
  opacity: 1;
}

.hero-img {
  /*width: 500px;*/
	height:60vh;
	object-fit:contain;
}
.hero-pagination {
  position: absolute;
  width: fit-content;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 40%;
  right: 0;
  bottom: unset;
  left: unset;
  transform: translateY(-50%);
  font-size: 14px;
}

.hero-pagination::before,
.hero-pagination::after {
  content: "";
  position: absolute;
  height: 23px;
  width: 1px;
  background: #c5c5c5;
}

.hero-pagination::before {
  top: 0;
}
.hero-pagination::after {
  bottom: 0;
}
.swipe-section,
.hero {
  height: 100vh;
  height: 100svh;
}

.hero .circle {
  position: absolute;
  width: 80vw;
  aspect-ratio: 1/1;
  right: 0;
  top: 50%;
  translate: 50% -50%;
  background: #dcdcdc;
  border-radius: 1000vw;
}
.btndot {
    width: 10px;
    aspect-ratio: 1/1;
    background:#fff;
    position: absolute;
    left: 15px;
    border-radius: 100vw;
    transform-origin: center;
    transition: 0.3s ease-in-out;
}
.main-btn:hover .btndot {
    scale: 60;
	/*width:10px;*/
}
.main-btn{position:relative;}
.main-btn svg{z-index:9;}
.main-btn:hover .text-center{z-index:9;color:#EB2027;}
.main-btn {
	
	background-color: #EB2027;
    border: 1px solid #EB2027;
    color: #fff !important;
    text-transform: uppercase !important;
    padding: 14px 0px;
	width: 180px;
  height: auto;
	color: white;
	font-size: 14px;
	transition: 0.5s ease-in-out;
	letter-spacing:0.8px;
}
.main-btn:hover {
	background-color: #fff;
	color:#EB2027!important;
}

.navbar .main-btn {
	background-color: #fff;
    border: 1px solid #EB2027;
    color: #EB2027 !important;
}
.navbar .main-btn:hover {
	background-color: #EB2027;
    border: 1px solid #EB2027;
    color: #fff !important;
}

.main-btn path:first-child {
  transform-origin: center;
  transition: 0.3s ease-in-out;
}

.main-btn:hover {
 /* color: var(--alt-color);*/
}

.main-btn:hover path:first-child {
      /*scale: 11 11;*/
}

.alt-btn {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--alt-color-2);
  width: 160px;
  height: 45px;
  color: var(--alt-color);
  padding: 0 30px;
  z-index: 1;
  transition: 0.5s ease-in-out;
}
.alt-btn .dot {
  width: 10px;
  aspect-ratio: 1/1;
  background: var(--alt-color);
  position: absolute;
  right: 15px;
  border-radius: 100vw;
  z-index: -1;
  transform-origin: center;
  transition: 0.5s ease-in-out;
}
.alt-btn:hover .dot {
  scale: 30;
}
.alt-btn:hover {
  color: white;
}

.alt-btn-2 {
  all:unset;
  position: relative;
  overflow:hidden;
  border: 1px solid var(--main-color);
  max-width: 410px;
  height: 45px;
  background-color: transparent;
  color: var(--main-color);
  padding: 0 15px;
  z-index: 1;
  border-radius: 100px;
  display: flex;
  gap:5px;
  justify-content: space-between;
  align-items: center;
  transition: 0.3s ease-in-out;
}
.alt-btn-2:before {
  content:'';
  position:absolute;
  left:-30px;
  border-radius:100vw;
  width:25px;
  aspect-ratio:1/1;
  background:var(--main-red);
  transform-origin:left;
  z-index:-1;
  transition:.3s ease-in-out
}
.alt-btn-2:is(:hover,.active) {
  border: 1px solid var(--main-red);
  color: #fff;
}
.alt-btn-2:is(:hover,.active):before {
  scale:15;

}

.hero-product-img {
  border-radius: 10px;
  width: 200px;
  height: 115px;
  object-fit: cover;
}
.video-section .wrapper {
  min-height: 100vh;
}

.video-section h2 .word {
  position: relative;
}
.video-section h2 .word:last-child::after {
  content: "tm";
  position: absolute;
  top: -50px;
  right: -25px;
  font-size: 20px;
}

.video-section .video-mask {
  mix-blend-mode: lighten;
  background:#f7f7f7 !important;
}
/*.about-section {
  min-height: 90vh;
}*/
 .home-map-section {
  
}

.about-section-home .decorated-block .icon {
  position: absolute;
  left: -190px;
  top: 50%;
  translate: 0 -50%;
  width: 30px;
  animation: rotation 5s linear normal infinite;
  transform-origin: 65%;
}

.text-img-1 {
  width: 90px;
  height: 40px;
  border-radius: 50px;
  margin-bottom: 10px;
}
.text-img-2 {
  width: 40px;
  margin-bottom: 10px;
	margin-top:5px;
}
.strokes {
  opacity: 0;
  bottom: -20%;
}

@keyframes rotation {
  to {
    rotate: 360deg;
  }
}

.full-section h2 {
  color: white;
}

.numbers-section {
  padding: 50px 0 0px 0;
}

.numbers-section .card {
/*   height: 430px; */
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.numbers-section .pin-spacer:first-child .card {
  border: 1px solid #e0e0e0 !important;
	width:500px!important;
	    padding: 20px !important;
	transform: unset !important;
}
.numbers-section .pin-spacer:nth-child(2) .card {
  border: 1px solid #9abaae !important;
  background: #c0ebdbab;
	width:500px!important;
	    padding: 20px !important;
	transform: unset !important;
}
.numbers-section .pin-spacer:last-child .card {
  border: 1px solid #52a788 !important;
  background: #60d2a8c7;
	width:500px!important;
	    padding: 20px !important;
	transform: unset !important;
}
.numbers-section .pin-spacer {
	margin-left: auto!important;
    width: auto!important;
}

.numbers-section .logo-large {
/*   	transform-origin: 60%;
/*   	width: 100% !important; */
/* 	max-width: 400px !important;
	height: auto !important;
	transform: unset !important; */
}
.logo-slider .swiper {
  background: white;
  position: relative;
}

.footer-img {
  width: 245px;
  height: 130px;
  object-fit: cover;
}

.footer .footer-company svg {
  width: 60px;
}

.accordion-button:focus,
.accordion-button:not(.collapsed) {
  box-shadow: none !important;
  border: none;
  background: none !important;
}
.accordion-button::after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 24 24"><path fill="currentColor" d="M19 12.998h-6v6h-2v-6H5v-2h6v-6h2v6h6z"/></svg>');
}
.accordion-button:not(.collapsed)::after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 24 24"><path fill="currentColor" d="M19 12.998H5v-2h14z"/></svg>');
}

.insights-section {
/*   margin-bottom: 150px; */
  padding-top: 100px;
}

.insights-section .insight-card {
	color:#2a2a2a!important;
  position: relative;
  background: #f7f7f7;
  min-height: 150px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding: 30px;
  border-radius: 20px;
  border: 1px solid #c9c9c9;
  font-size: 25px;
  /*background-image: url("../media/card-bg.webp");*/
  background-color: #f7f7f7;
  background-size: 0;
  background-position: center;
  transition: 0.3s ease-in-out;
  margin: 10px;
}
.insights-section .insight-card:hover {
	box-shadow: 0px 0px 10px -4px;
}
.insights-section .insight-card svg {
  transition: 0.3s ease-in-out;
}

.insights-section .swiper-slide .insight-card:hover {
  background-size: 800px;
}

.insights-section .insight-card svg {
  scale: 0.3;
}
.insights-section .insight-card svg path:last-child {
  scale: 0;
}

.insights-section .insight-card:hover svg {
  scale: 1;
}
.insights-section .insight-card:hover svg path:last-child {
  scale: 1;
}

.insights-section .swiper-scrollbar {
  background: #2a2a2a;
  height: 1px !important;
  bottom: 8px;
}

.insights-section .swiper-scrollbar .swiper-scrollbar-drag {
  background: #ed1c24;
  height: 7px;
  top: 50%;
  translate: 0 -50%;
  margin-left: 10px;
  cursor: grab;
}

.hover-cta,
.hover-cta small {
  transition: 0.3s ease-in-out;
}

.hover-cta:hover small {
  color: var(--main-color) !important;
}
.logo-slider .swiper::before,
.logo-slider .swiper::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 100px;
  height: 100%;
  z-index: 2;
}
.logo-slider .swiper::after {
  left: 0;
  background: linear-gradient(to right, #fff 40%, transparent);
}

.logo-slider .swiper::before {
  right: 0;
  background: linear-gradient(to left, #fff 40%, transparent);
}

.contact-section form :is(input,select,textarea) {
height:50px;
padding-inline: 15px;
border-radius:30px;
resize:none;
color:var(--light-color)

}
.contact-section form textarea {
height:auto!important;
padding:10px 15px;
border-radius:30px;
resize:none;

}


.contact-section form input:is(input,select,textarea)::placeholder {
  color:var(--light-color)
}

.contact-section form :is(.form-control,.form-select):focus {
  border-color:  var(--main-color) !important;
  box-shadow: none !important;
}

.map-section .mapCard {
  border: none;
    background: white;
    box-shadow: 0 0 5px 5px #dddddd40;
    border-radius: 20px;
    max-width:250px;
    overflow:hidden;
    transition:.3s ease-in-out
}


.map-section .mapCard img{
    border-radius: 20px 20px 0 0 ;
}

.map-section {
  padding-top:79px
}

.map-data-block .mapButton {
	max-width: 300px;
	height: unset;
	padding: 10px 15px;
	width: auto;
}
.map-data-block .mapButton .text-uppercase {
	padding-left: 10px;
}
.card-body {
	line-height: 18px;
}

.page-template-default .entry-content {
	padding: 50px 0;
}

.teamsec2p {
	color: #fff!important;
}
.teamsec2p .adesc {
	color: #fff!important;
	font-size: 16px!important;
	line-height: 17px;
}
.teamsec2div:hover .teamsec2p {
	padding-bottom: 1px;
	background: rgb(0, 0, 0, 0.8);
}

/* contact form css */
.entry-content .wpcf7 {
	max-width: 800px;
    margin: auto;
    padding: 50px 0;
}
.entry-content .wpcf7 form p label, .entry-content .wpcf7 form p label input {
	width:100%;
	margin: 5px 0;
}
.entry-content .wpcf7 form p textarea, .entry-content .wpcf7 form p textarea input {
	width:100%;
	margin: 5px 0;
}
.widget-area {
	display:none;
}

.video-section .wrapper video {
	border-radius: 20px;
}

.home-video-section {
  height: 500px!important;
}

.home-video-section .wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.home-video-container  h2 {
	text-align: center ! Important;
	color: #000;
	font-size: 40px;
	line-height: 1.2;
	width: 100%;
}

.home-video-section .wrapper video {
  width: 100% !important;
  height: 100% !important;
  border-radius: 15px;
}
footer .bg-white{
  background-color: #f7f7f7 !important;
}

.about-section-home .main-btn {
	margin: auto;
}
.full-img-section {
	height: 500px !important;
	position:relative
}
.full-img-section img {
	width: 100% !important;
    height: 100% !important;
    border-radius: 15px;
}
.full-img-section h2 {
	text-align: center ! Important;
    color: #fff;
    font-size: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    line-height: 80px;
    width: 100%;
    max-width: 1000px;
	font-weight: 600;
}
.full-section-text {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1200px;
}
body #header {
	position:fixed!important;
	background: #f7f7f7 !important;
	border-bottom: 1px solid lightgray;
}


/* new home page */
strong {
	font-family: "Poppins", sans-serif!important;
}
h1, h2, h3, h4, h5, p, a, span, li, ul, input, button, table, select, textarea, small, label {
  font-family: "Poppins", sans-serif!important;
  font-weight: 400;
  font-style: normal;
}

.banner_section {
  	height: 500px;
	margin-top: 79px;
}
.banner_section .owl-carousel, .banner_section .owl-carousel .owl-stage-outer, .banner_section .owl-carousel .owl-stage-outer,.banner_section .owl-stage,.banner_section .owl-item, .banner_item{
  height: 100%;
/* 	width: 100% !important; */
}

.banner_section .owl-carousel .owl-item img{
	    height: 100%;
}
.owl-dots {
	position: absolute;
    bottom: 0;
    width: 100%;
	text-align:center;
}
.owl-dots .owl-dot {
	border: 2px solid #fff! Important;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    margin: 20px 10px;
}
.owl-dots .owl-dot.active {
	background-color:#ED2027;
} 

.owl-carousel {
	position: relative;
}
.banner_section .owl-carousel  .owl-nav {
	display:none;
}
@keyframes fadeInAnimation {
    0% {
		background-color:#000;
    }
    100% {
		background-color:transparent;
    }
}
@keyframes fadeInAnimation1 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.banner_item {
	background-color: #000;
	animation: fadeInAnimation ease 6s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
.banner-title {
	position: absolute;
    bottom: 0;
    margin: auto;
    color: #fff;
    max-width: 650px;
    line-height: 50px;
    font-size: 40px;
}
.banner_item video {
	animation: fadeInAnimation1 ease 6s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
.learn-more-section {
	padding: 80px 50px;
}
.prop-button {
	background-color: #fff;
    border: 1px solid #2a2a2a;
    color: #2a2a2a;
    padding: 10px 30px;
    border-radius: 30px;
	transition: 0.1s ease-in-out;
	text-transform: uppercase!important;
}
.prop-button:hover {
	background-color: #ED2027;
    border: 1px solid #ED2027;
    color: #fff;
    padding: 10px 30px;
    border-radius: 30px;
}
.prop-button:hover a {
	color: #fff;
}
.prop-button a {
	color: #2a2a2a;
}
.parallox-section {
  background-image:url('https://ik.imagekit.io/epropelled/img/ph2.png?tr=f-webp');
  min-height: 500px; 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.parallox-container h2 {
	color: #fff;
    position: absolute;
    bottom: 0;
    max-width: 900px;
    left: 50%;
    margin: auto;
    width: 100%;
    transform: translateX(-50%);
	line-height: 60px;
    font-size: 50px;
}
.sustain-section {
    padding: 80px 50px;
}
.sustain-container img {
	max-width: 300px;
}
.sustain-row .sustain-items {
	padding: 1.5rem !important;
	text-align: left;
}
.sustain-row .sustain-content-1 {
	border: 1px solid #e0e0e0 !important;
	background: #fff;
}
.sustain-row .sustain-content-2 {
	border: 1px solid #9abaae !important;
    background: #c0ebdbab;
}
.sustain-row .sustain-content-3 {
	border: 1px solid #52a788 !important;
    background: #60d2a8c7;
}
.sustain-row .sustain-items h2 {
	font-weight: 600;
    font-size: 50px;
}
.sustain-conts {
	display: flex;
}
.blog-title-item {
/* 	background-color: #EB2027; */
    color: #2a2a2a;
    padding: 40px 0;
	margin-top: 50px;
}
.blog-title-item h2 {
    display: inline-block;
}
.blog-title-line {
	height: 3px;
    max-width: 30px;
    background-color: #ED2027;
    margin: auto;
}
.logo-content {
	border-top: 1px solid lightgray;
	border-bottom: 1px solid lightgray;
}
.blog-contents {
	background-color: #f7f7f7;
    padding: 0 !important;
	text-align: left;
	margin: 5px 30px;
	height: 450px;
	filter: brightness(95%);
	position: relative;
	border-radius:20px!important;
}
.blog-contents a {
	color: unset;
}
.blog-contents h3 {
	font-size:16px;
	letter-spacing: 0.5px;
	line-height: 22px;
	height: unset;
}
.blog-container .blog-items {
	margin-top: -30px;
}   
/* .blog-section {
	padding-bottom: 80px;
} */
.blog-contents .blog-date {
	text-transform: uppercase;
    font-size: 14px;
	position: absolute;
    bottom: 5%;
    transform: translateY(-50%);
}
.blog-items .owl-nav .owl-prev {
	position: absolute;
    left: -50px;
    top: 50%;
    transform: translate(25px, -50%);
    font-size: 50px !important;
    color: darkgrey !important;
}
.press_container  .owl-nav .owl-prev {
	position: absolute;
    left: -50px;
    top: 50%;
    transform: translate(25px, -50%);
    font-size: 50px !important;
    color: darkgrey !important;
}
.blog-items .owl-nav .owl-next {
	position: absolute;
    right: -12px;
    top: 50%;
    transform: translate(12px, -50%);
    font-size: 50px !important;
    color: darkgrey !important;
}
.press_container .owl-nav .owl-next {
	position: absolute;
    right: -20px;
    top: 50%;
    transform: translate(20px, -50%);
    font-size: 50px !important;
    color: darkgrey !important;
}
.blog-contents img {
	border-bottom-left-radius: 0px !important;
	border-bottom-right-radius: 0px !important;
}
.blog-contents .blog-details {
	padding:20px 45px 20px 20px;
}
.blog-contents .blog-img {
    height: 200px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}
.header-menu {
	justify-content:right;
}
.header-menu .prop-button {
	padding: 5px 25px;
	font-size: 14px;
	background-color: #f7f7f7;
}
.header-menu .prop-button:hover {
	background-color:#ED2027;
}
.footer .footer-items {
	padding: 50px 50px !important;
	padding-bottom:0px!important;
}
.social-icons {
	padding-bottom: 30px;
    text-align: center;
    padding-top: 0px;
    max-width: 200px;
    margin: auto;
}
.footer-logo {
	text-align: center;
}
.footer-contents ul {
	list-style-type: none;
    padding: 0;
}
.footer-contents ul li a {
	color:#2a2a2a;
	font-size: 14px;
}
.footer-contents ul li a:hover {
	color:#ED2027;
}
.copyrights {
	background-color: #f7f7f7 !important;
    text-align: center;
	border-top: 1px solid lightgray;
	font-size: 12px;
	position: relative;
}
.privacy-contents a {
	color:#2a2a2a;
}
.footer-phn a {
	color: #2a2a2a;
}
.footer-form input {
/* 	width: auto!important; */
    padding: 3px 20px !important;
    font-size: 14px;
    display: block;
    border-radius: 3px ! Important;
    border: 1px solid #757374;
    height: 36px !important;
}
.footer-form input:focus-visible, .footer-form input:focus {
	outline: unset;
	    border-color: unset;
    box-shadow: unset;
}
.footer-form input::placeholder {
/* 	padding:14px; */
	font-size: 14px;
}
.footer-form .prop-button {
	display: block;
	padding: 5px 25px;
    font-size: 14px;
}
.navbar a img {
	width: 50%;
}
.learn-items-section h2 {
	max-width: 850px;
	margin: auto;
}
.social-icons i {
	color: #fff;
}
.social-icons .col-lg-4 a {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 40px; 
	height: 40px; 
	border-radius: 50%; 
	background-color: #2a2a2a;
	color: #fff; 
	font-size: 20px; 
	transition: 0.1s ease-in-out;
}
.social-icons .col-lg-4 a:hover {
	background-color: #ED2027;
}
.footer-text-contents {
	font-size:14px;
}
.footer-mobile a:hover {
	color: #ED2027;
}
.privacy-contents a:hover {
	color: #ED2027;
}
.footer-form .prop-button span {
	font-size: 14px;
}
.header-menu li:hover a.navLink  {
	color:#EB2027!important;
}
.footer-company  {
	    display: none !important;
}
.numbers-section .cards h2 {
	font-size: 100px;
}
.blog-container .owl-nav button {
	background-color: transparent;
    border: unset;
}
.custom-owl-prev img {
	width: 40px;
}
.custom-owl-next img {
	width: 40px;
}
.banner_items, .banner_items .row {
	height: 100%;
	margin:auto;
}
.banner_items .row .col-lg-6:first-child {
	height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.banner_items .row .col-lg-6 {
	height: 100%;
	padding-top: 20px;
    padding-bottom: 20px;
	display: flex;
    justify-content: center;
    flex-direction: column;
}
.banner_items .row {
	max-width: 950px;
}
.prod-banner .row .col-lg-6 img.banner-pro-img {
	max-width: 400px;
    margin: 0 auto;
	height: auto;
}
.prod-banner .prop-button {
	max-width: 160px;
    font-size: 16px;
}
.footer-menu-items {
	width: 20%;
	display: inline-block;
}
.footer-menu-items-2 {
	width: 20%;
	display: inline-block;
}
.footer-content-items {
	width: 25%;
	display: inline-block;
}
.footer-column-items {
	display:flex;
}
.blog-container .owl-carousel .owl-item {
    opacity: 0;
    transition: opacity 0.5s ease;
}

.blog-container .owl-carousel .owl-item.active {
    opacity: 1;
}
.blog-container .owl-carousel .owl-item.active {
/* 	margin-left:20px; */
}

.numbers-section .cards {
	height: 200px!important;
}
.numbers-section .cards h2 {
	font-size: 40px;
}
.numbers-section .row .col-md-5 {
	display: flex;
    justify-content: center;
    flex-direction: column;
}


.numbers-section .justify-content-evenly {
	min-height: 600px!important;
} 

.backtop-container {
	position: fixed;
    right: 2%;
    bottom: -15px;
    transform: translate(-2%, -50%);
    cursor: pointer;
    z-index: 99;
}
.backtop_content i {
	font-size: 25px;
}

.backtop_content a {
	color: unset;
}

.fa-caret-square-up:hover:before {
	color: #ED2027;
}

.backtop_content i {
	display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #2a2a2a;
    color: #fff;
    font-size: 20px;
    transition: 0.1s ease-in-out;
}
.backtop_content i:hover {
	background-color: #ED2027;
}
.logo-slider {
	display:none;
}
.home .logo-slider {
	display:block;
}
.footer {
	border-top: 1px solid lightgray;
}
.page-template-legal .blog-detail-title {
	font-size: 40px;
}

	.map-section .card.usa1 {
		transform: translate(675px, 200px)!important;
	}
	.map-section .card.uk {
		transform: translate(500px, 200px)!important;
	}
	.map-section .card.india {
		transform: translate(650px, 300px)!important;
	}
	.map-section .card.usa2 {
		transform: translate(650px, 250px)!important;
	}
.single-post .single-post-content .entry-content a {
	display: contents;
}
.blog-contents.rounded-5:hover {
    box-shadow: 0px 0px 10px -4px;
}
.single-post-content .entry-content ul {
	margin-bottom: 0;
}
.banner_section .owl-item .banner_items .loader-container {
	width: 100%!important;
    height: 100%!important;
    max-width: 100%!important;
    padding: 0!important;
}
.banner_section .owl-item .banner_items .loader-container .col-lg-6 {
	width: 100%!important;
    padding: 0!important;
}
.banner_section .owl-item .banner_items .loader-container .col-lg-6 img {
	max-width:100%;
	height: auto;
}

.mobile-first-banner {
	display:none;
}
.mobile-banner-button {
	display:none;
}
/* mobile */

@media screen and (max-width: 1200px) { 
	.map-section .card.usa1 {
		transform: translate(500px, 400px)!important;
	}
	.map-section .card.uk {
		transform: translate(600px, 200px)!important;
	}
	.map-section .card.india {
		transform: translate(350px, 300px)!important;
	}
	.map-section .card.usa2 {
		transform: translate(450px, 300px)!important;
	}
	body nav .prop-button {
		padding: 8px 11px !important;
	}
	.navbar-collapse nav li {
		width:14%;
	}
	.navbar-collapse nav li .submenu li {
		width:auto;
	}
	.navbar-collapse nav li a {
		width: 145px;
	}
	.blog-contents h3 {
		font-size: 12px;
		letter-spacing: 0.5px;
		line-height: 22px;
		height: 8vh;
	}
	.podcast-contents .insight-card .blog-img {
		height: 150px;
	}
	.podcast-details p.lh-base {
		font-size: 11px!important;
		height: 6vh!important;
	}
}

@media screen and (max-width: 1028px) { 
	nav ul li a {
    	padding: 28px 5px!important;
	}
/* 	nav ul li:last-child {
		margin: 19px 0px!important;
	} */
	.product-banner-content img {
		max-width: 150px!important;
		left: 16%!important;
	}
	
	.about-title-items img {
		max-width: 130px!important;
	}
	.location-title-items img {
		max-width: 130px!important;
	}
	.team-title-items img {
		max-width: 130px!important;
	}
	.map-section .card.usa1 {
		transform: translate(400px, 300px) !important;
	}
	.map-section .card.uk {
		transform: translate(500px, 300px) !important;
	}
	.map-section .card.india {
		transform: translate(350px, 350px) !important;
	}
	.map-section .card.usa2 {
		transform: translate(400px, 400px) !important;
	}
	.blog-contents h3 {
		font-size: 11px!important;
		height: 6vh!important;
	}
	.podcast-details p.lh-base {
		font-size: 11px!important;
		height: 6vh!important;
	}
	.podcast-contents .insight-card .blog-img {
		height: 150px;
	}
	.numbers-section .justify-content-evenly {
		min-height: 650px !important;
	}
	.navbar-collapse nav {
		width: 100%;
	}
	.navbar-collapse nav li {
		width:14%;
	}
	.navbar-collapse nav .submenu li {
		width:100%;
	}
	.navbar-collapse nav li a {
		width: 145px;
	}
	.navbar-collapse nav .submenu li a {
		padding: 15px !important;
	}
	.navbar-toggler {
		display: inline-block;
    	width: auto;
	}
	.mobile-first-banner {
		display:block;
		background-position: center;
		background-size: contain;
		height:100%;
	}
	
	.banner_section .owl-item .banner_items .loader-container .col-lg-6 img {
		display:none;
	}
	nav ul li {
		margin-right: 10px;
	}
	.insideenquirediv {
		height: auto;
	}
}
@media screen and (max-width: 993px) { 
	.navbar .col-lg-4 {
		display: inline-block;
    	width: 200px;
	}
	.navbar .col-lg-4 img {
		width: 100%;
	}
	.navbar-toggler {
		display: inline-block;
	}
	.header-menu .prop-button {
		display: block !important;
		width: 100%;
		max-width: max-content;
		margin-right: auto;
		margin-top: 10px !important;
	}
	#header .header-contents {
		padding: 25px;
	}
	.numbers-section .justify-content-evenly {
		min-height: 650px !important;
	}
	.navbar-collapse nav li {
        width: 100%;
    }
	.insideenquirediv {
		height: auto;
	}
	.navbar-collapse nav .submenu li a {
		padding: 15px !important;
	}
}

@media screen and (max-width: 786px) { 
	.footer-contents .footer-column-items {
		display: block;
	}
	.footer-contents .footer-menu-items, .footer-contents .footer-menu-items-2, .footer-contents .footer-content-items {
		width: 100%;
    	display: block;
	}
	.social-icons {
		max-width: 100%;
		margin-top: 20px;
	}
	.social-icons .col-lg-4 {
		width: auto;
    	display: block;
	}
	.footer-phn {
		margin-bottom: 20px;
	}
	.blog-items .owl-nav .owl-prev {
		left: -25%!important;
		transform: translate(25%, -50%)!important;
	}
	.press_container  .owl-nav .owl-prev {
		left: -25%!important;
		transform: translate(25%, -50%)!important;
	}
	.blog-items .owl-nav .owl-next {
        right: -20%!important;
		transform: translate(20%, -50%)!important;
    }
	.press_container  .owl-nav .owl-prev {
		left: -25%!important;
		transform: translate(25%, -50%)!important;
	}
/* 	.numbers-section {
		height: 700px;
	} */
	.numbers-section .col-md-4 {
		margin-bottom: 10px;
	}
	.numbers-section .row .col-md-5 {
		display: none;
	}
	.banner_section {
		height: 600px;
	}
	.banner_items .row .col-lg-6:first-child {
		height:auto;
		text-align: center;
	}
	.prod-banner .prop-button {
		margin: auto;
	}
	.banner_items .row .col-lg-6:nth-child(2) {
		height: 200px;
    	padding-top: 0;
		display: flex;
	}
	.navbar .col-lg-4 {
		display: inline-block;
    	width: 170px;
	}
	.navbar .col-lg-4 img {
		width: 100%;
	}
	.navbar-toggler {
		display: inline-block;
    	width: auto;
	}
	.header-menu .prop-button {
		display: block !important;
		width: 100%;
		max-width: max-content;
		margin-right: auto;
		margin-top: 10px !important;
	}
	.footer-logo {
		text-align: left;
	}
	.banner_section {
		margin-top: 55px;
	}
	.parallox-container h2 {
		font-size: 38px;
		padding: 0px 20px;
	}
	body .numbers-section .card {
		height: 100% !important;
		max-height: max-content !important;
	}
	.numbers-section .pin-spacer {
		height: 250px !important;
	}
	.prod-banner .row .col-lg-6 img.banner-pro-img {
		max-width: 180px;
		margin: auto;
		height: 200px;
		margin-top: 0;
		margin-bottom: 0;
	}
	.prod-banner .row .col-lg-6 img.loading-banner {
		display:none;
	}
	.map-contents .col-xl-4{
		margin-top: 0px;
	}
	.map-contents .map-data-block {
		width: 100%;
    	display: block !important;
	}
	.map-contents .map-data-block button {
		width: 100%;
	}
	#header .header-contents {
		padding: 17px;
	}
	.productdetail3 .cube-wrapper .cube-front .prop-button {
		position: relative!important;
		margin-top: 20px!important;
	}
	.pssec1 {
		padding: 63px 0px 0px 0px!important;
	}
	.tech-title-items img {
		max-width: 85px !important;
	}
	.indsec2 .main-btn {
		display: none !important;
	}
	    .indsec1 {
        padding: 63px 0px 30px 0px!important;
    }
	.aboutsec1 {
        padding: 63px 0px 0px 0px!important;
    }
	.about-title-items img {
        max-width: 80px !important;
    }
	.teamsec1 {
		padding: 63px 0px 50px 0px!important;
	}
	.team-title-items img {
         max-width: 80px !important;
    }
	.blog-sec1 {
		padding: 63px 0px 70px 0px!important;
	}
	.blog-title-items img {
		max-width: 100px!important;
	}
	.careersec1 {
		padding: 63px 0px 50px 0px!important;
	}
	.careers-title-items img {
		max-width: 100px!important;
	}
	.location-title-items img {
        max-width: 90px !important;
    }
	.blog-items .owl-nav .owl-next {
		right: 0px;
	}
	.blog-container .blog-items {
		margin: 0;
	}
	nav ul.submenu li a {
		padding: 10px 5px !important;
	}
	nav ul.submenu {
		    position: absolute;
	}
	nav ul li {
		display: block;
		width: 100%;
	}
	nav ul li:last-child {
		        margin: 0px !important;
	}
	.map-section .card.usa1 {
		transform: translate(70px, 240px) !important
	}
	.map-section .card.uk {
		transform: translate(70px, 240px) !important
	}
	.map-section .card.india {
		transform: translate(70px, 240px) !important
	}
	.map-section .card.usa2 {
		transform: translate(70px, 240px) !important
	}
	.map-contents {
		height: 700px;
	}
	.map-contents .location-click-items {
		padding-left: 0;
	}
	.culture-title-items img {
		position: absolute;
		max-width: 110px!important;
	}
	.culture-img-section .col-md-12 {
		padding: 0!important;
	}
	.contact-section {
        padding-bottom: 0px!important;
    }
	.product-desc .container-padding {
		padding: 0;
	}
	.learn-items-section h2 {
		padding: 0;
	}
	.learn-items-section p {
		padding: 0;
	}
	.blog-contents h3 {
		height: 12vh!important;
	}
	.blog-contents .blog-date {
		font-size: 12px;
	}
	.product-desc {
		padding: 50px 50px!important;
	}
	.podcast-details {
		padding: 20px 20px 20px 20px;
	}
	nav ul li a {
    	padding: 15px 5px !important;
		width:fit-content;
		display:block!important;
    }
	.postid-225 .productdetail2, .postid-217 .productdetail2 {
		height: auto!important;
	}
	.mobile-first-banner {
		height: 100%;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		display:block;
	}
	.banner_section .owl-item:.active .banner_items .loader-container .col-lg-6 img {
		display:none;
	}
	.blog-title-item {
		padding: 20px 0;
	}
	.tech-title-items img {
		left: 50% !important;
		transform: translateX(-50%) !important;
		top: 23%;
	}
	.tech-title-items h1 {
		padding-top: 150px!important;
	}
	
	.about-title-items img {
		left: 50% !important;
		transform: translateX(-50%) !important;
		top: 23%;
	}
	.about-title-items h1 {
		padding-top: 170px!important;
	}
	
	.team-title-items img {
		left: 50% !important;
		transform: translateX(-50%) !important;
		top: 23%;
	}
	.team-title-items h1 {
		padding-top: 170px!important;
	}
	
	.blog-title-items img {
		left: 50% !important;
		transform: translateX(-50%) !important;
		top: 23%;
	}
	.blog-title-items h1 {
		padding-top: 170px!important;
	}
	
	.careers-title-items img {
		left: 50% !important;
		transform: translateX(-50%) !important;
		top: 23%;
	}
	.careers-title-items h1 {
		padding-top: 170px!important;
	}
	
	.location-title-items img {
		left: 50% !important;
        transform: translateX(-50%) !important;
        top: 60%;
	}
	.location-title-items h1 {
		padding-top: 170px!important;
	}
	
	.culture-title-items img {
		left: 50% !important;
		transform: translateX(-50%) !important;
		top: 18%;
	}
	.culture-title-items h1 {
		padding-top: 170px!important;
	}
	
	body .product-banner-content img {
		left: 50% !important;
		transform: translateX(-50%) !important;
		top: 25%;
	}
	.product-banner-content h1 {
		padding-top: 200px!important;
	}
	.term-sustainability-systems .product-banner-content h1 {
		padding-left: 0px!important;
	}
	.term-electric-vehicles .product-banner-content h1 {
		padding-left: 0px!important;
	}
	.term-marine .product-banner-content img {
       left: 50% !important;
    }
	.desk-banner-button {
		display:none;
	}
	.mobile-banner-button {
		display:block;
	}
	.banner-title {
		bottom: 40px;
		text-align:center;
	}
	.about-section p {
		text-align: center!important;
	}
	.loader-img {
		padding:0px!important;
	}
	.loader-container {
		padding:0px;
	}
	.banner-video-items {
		margin: -1px;
	}
	.teamsec2p .adesc {
		font-size: 18px !important;
		line-height: 17px;
	}
	.blog-contents {
		margin:0px;
	}
	.navbar-collapse nav .submenu li a {
		padding: 5px !important;
	}
}
.banner_section .owl-dots .owl-dot:first-child{
	display:none;
}
.post-prod-img {
	display: flex;
    justify-content: center;
    flex-direction: column;
}
#tabs {
	padding: 40px 0;
}

/* catalog8 */
.single-3d-flip-book #header {
	display:none!important;
}
.single-3d-flip-book .footer {
	display:none!important;
}
.catalog-title {
	position:absolute;
	top:0;
	left:60px;
	z-index: -1;
}
.catalog-contact {
	position:absolute;
	top:5px;
	right:10px;
}
.catalog-contact button, .catalog-contact button:hover {
	padding: 5px 15px;
    font-size: 12px;
}
.catalog-title h3 {
	font-size: 12px;
    padding: 5px;
}
.footer-logo-catalog {
	position:absolute;
	bottom: 5px;
    right: 10px;
    max-width: 150px;
}
@media screen and (max-width: 2000px) {	
	.fb3d-default-page {
		height: 720px !important;
	}
}
@media screen and (max-width: 1400px) {	
	.fb3d-default-page {
		height: 600px !important;
	}
}
@media screen and (max-width: 1200px) {	
	.fb3d-default-page {
		height: 100vh !important;
        padding: 50px 0px;
	}
}
@media screen and (max-width: 1080px) {	
	.fb3d-default-page {
		height: 100vh !important;
        padding: 80px 0px;
	}
}
.fullscreen .toc {
	top: 0!important;
}
.single-3d-flip-book {
	background-color: #E8E8E8 !important;
}