@font-face {
	src: url('../fonts/Cairo-Regular.ttf');
	font-family: cairo regular;
}

@font-face {
	src: url('../fonts/Cairo-Bold.ttf');
	font-family: cairo bold;
}
.mcb-h1 {
	font-size: 54px !important;
}

.mcb-h2 {
	font-size: 40px !important;
}

.mcb-h3 {
	font-size: 30px !important;
}

.mcb-h4 {
	/* font-size: 25px !important; */
	font-size: 22px !important;
}

.mcb-h5 {
	font-size: 18px !important;
}

.mcb-h6 {
	font-size: 16px !important;
}

.m-blue {
	color: #29698f;
}

.mb-blue {
	background-color: #29698f;
}

.m-dark {
	color: #646464;
}

.m-darker {
	color: #333333
}

.mb-darker {
	background-color: #333333;
}

.mb-dark {
	background-color: #646464;
}

.m-orange {
	color: #f7a034;
}

.mb-orange {
	background-color: #f7a034;
}

.mcb-bold {
	font-family: cairo bold;
}

.mcb-regular {
	font-family: cairo regualar;
}

.mcb-trans {
	-webkit-transition: all.5s ease;
	-o-transition: all.5s ease;
	transition: all.5s ease;
}

.section-bg-grey {
	background-color: #f8f8fb;
}

.section-bg-white {
	background-color: #fff;
}

.p-14 {
	font-size: 14px;
}

.mcb-ul {
	display: table;
	width: 100%;
}

.mcb-ul li {
	display: table-cell;
	width: 1%;
}

.section-padtop-15 {
	padding-top: 15px !important;
}

.section-padbottom-15 {
	padding-bottom: 15px !important;
}

.section-padtop-30 {
	padding-top: 30px !important;
}

.section-padbottom-30 {
	padding-bottom: 30px !important;
}

.section-padtop-50 {
	padding-top: 50px !important;
}

.section-padbottom-50 {
	padding-bottom: 50px !important;
}

.section-padtop-70 {
	padding-top: 70px !important;
}

.section-padbottom-70 {
	padding-bottom: 70px !important;
}

.section-margtop-50 {
	margin-top: 50px !important;
}

.section-margbottom-50 {
	margin-bottom: 50px !important;
}

.f-600 {
	font-weight: 600;
}

* a:hover {
	text-decoration: none;
}

body,
html {
	overflow-x: hidden !important;
	background: #fff;
	font-family: cairo regular !important;
}

html {
	scroll-behavior: smooth;
}

body .navbar-collapse {
	line-height: 2.5 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: cairo bold;
	color: #29698f;
}

p {
	font-family: cairo regular;
	color: #646464;
}

body ul {
	margin: 0 !important;
	padding: 0 !important;
}

body ul li {
	list-style: none;
	font-family: cairo regular;
}
body a:focus, button:focus {
    outline: none !important;
}

.mcb-container {
	width: 80%;
	margin: 0 auto;
}

.mcb-btn {
	font-family: cairo bold;
	color: #29698f !important;
	border-radius: 5px !important;
	padding: 10px 18px !important;
	font-size: 14px;
	background-color: transparent;
	border: 1px solid #f7a034;
	text-transform: uppercase !important;
}

.mcb-btn:hover {
	text-decoration: none !important;
	background-color: #29698f;
	color: #fff !important;
	border: 1px solid #29698f;
}
.mcb-btn:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0 !important;
}
.mcb-btn-orange {
    color: #fff !important;
    background-color: #f7a034 !important;
    border: 1px solid #f7a034 !important;
}
.mcb-btn-orange:hover {
    color: #fff !important;
    background-color: #29698f !important;
    border: 1px solid #f7a034 !important;
}
.mcb-btn-blue {
	color: #fff !important;
	background-color: #29698f !important;
	border: 1px solid #29698f !important;
}

.mcb-btn-blue:hover {
	color: #fff !important;
	background-color: #f7a034;
	border: 1px solid #f7a034;
}

.mcb-btn-hover {
	padding: 7px 15px !important;
}

.mcb-btn-hover:hover {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(247, 159, 52, 1) !important;
	box-shadow: 0px 0px 10px 0px rgba(247, 159, 52, 1) !important;
	-webkit-transition: all.5s ease;
	-o-transition: all.5s ease;
	transition: all.5s ease;
}

header {
	border-top: 3px solid #29698f;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(227, 227, 226, 1);
	box-shadow: 0px 0px 10px 0px rgba(227, 227, 226, 1);
	background-color: #fff;
	position: relative;
}

.topbar ul li a {
	font-family: cairo bold;
}

.topbar ul {
	border-right: 1px solid #dbdbdb;
}
header .dropdown-item.active, header .dropdown-item:active {
    background-color: inherit !important;
}
.navbar {
	padding: 0 !important;
}

ul.top-nav {
	padding-right: 40px;
	margin-right: 40px;
}

.topbar input {
	border: none;
	font-family: cairo regular;
	border-radius: 0 !important;
	text-transform: uppercase;
	color: #646464 !important;
	font-size: 14px;
	width: 65px !important;
	margin: 0 !important;
	padding: 0 !important;
}

.topbar input:focus {
	width: 200px !important;
}

.topbar input:focus a.top-search {
	display: none;
}

.topbar input[type="search"]::-webkit-search-cancel-button {
	display: none;
}

.topbar .form-control:focus {
	border-color: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.topbar i.search-icon {
	color: #29698f;
	margin-right: 20px;
}

.topbar button:hover,
.request button:hover {
	background-color: #29698f;
}

.search-result {
	display: none;
	-webkit-transition: all.5s ease !important;
	-o-transition: all.5s ease !important;
	transition: all.5s ease !important;
	position: relative;
	/* position: fixed; */
	right: 0;
	left: 0;
	z-index: 1000;
	background-color: #F8F8FB;
	top: 0;
}


/* .close-search {
	position: absolute;
	top: 0;
	right: 15%;
} */

header .dropdown:hover>.dropdown-menu {
	display: block !important;
}
/*
section.mcb-slider h1 {
    width: 50%;
}
 .menu {
	border-top: 1px solid #dbdbdb;
} */

.menu ul li a {
	text-transform: uppercase;
	font-family: cairo regular;
	font-size: 14px;
	letter-spacing: 1px;
	color: #646464 !important;
}
.headermainmenu {
    width: 100% !important;
    justify-content: space-between !important;
}
.menu ul li {
	/*padding: 0 15px;*/
}

.menu ul li.active a.current-link {
	color: #29698f !important;
	font-family: cairo bold;
}

#sidebar ul li a.current-link {
	color: #29698f !important;
	font-family: cairo bold;
}

.request {
	height: 86px;
	line-height: 86px;
	-webkit-box-shadow: 0px 0px 10px 5px rgba(215, 215, 215, 1);
	box-shadow: 0px 0px 10px 5px rgba(215, 215, 215, 1);
	position: relative;
	z-index: 100;
}

.product-link button {
	background-color: #29698f;
	font-family: cairo bold;
	font-size: 14px;
	padding: 10px 30px;
	-webkit-transition: all.5s ease;
	-o-transition: all.5s ease;
	transition: all.5s ease;
}

.product-link button:hover {
	background-color: #f7a034;
}

.bearings {
	padding: 30px 0 20px;
}

.parts {
	padding: 30px;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
	border-radius: 5px;
	border: 1px solid #fff;
	-webkit-transition: all.5s ease;
	-o-transition: all.5s ease;
	transition: all.5s ease;
	cursor: pointer;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.auto,
.bearing-img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.auto h4 {
    width: 150px;
    height: 150px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.bearing-img {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-top: 5px !important;
	-webkit-transition: ease-in .3s;
	-o-transition: ease-in .3s;
	transition: ease-in .3s;
}

.bearing-img i {
	color: #29698f;
}

.auto ul li {
	display: inline-block;
	margin-left: 5px;
}

.parts:hover {
	border: 1px solid #29698f;
}

.parts:hover .bearing-img-fill svg path {
	fill: #29698f !important;
	-webkit-transition: ease-in .3s;
	-o-transition: ease-in .3s;
	transition: ease-in .3s;
}

.parts:hover .bearing-img-fill svg path {
	fill: #29698f !important;
	/*stroke: #29698f !important;*/
	-webkit-transition: ease-in .3s;
	-o-transition: ease-in .3s;
	transition: ease-in .3s;
}

.parts:hover .bearing-img-outline svg path {
	stroke: #29698f !important;
	-webkit-transition: ease-in .3s;
	-o-transition: ease-in .3s;
	transition: ease-in .3s;
}

.parts:hover .bearing-img-outline svg circle {
	stroke: #29698f !important;
	-webkit-transition: ease-in .3s;
	-o-transition: ease-in .3s;
	transition: ease-in .3s;
}

.quality {
	padding: 30px 50px;
}

.quality-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.service-1 {
	background-image: url('../assets/img/q-1.png');
}

.service-2 {
	background-image: url('../assets/img/q-2.png');
}

.service-3 {
	background-image: url('../assets/img/q-3.png');
}

.service-1,
.service-2,
.service-3 {
	width: 100px;
	height: 100px;
	border: 1px solid #fff;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 auto;
	-webkit-transition: all.9s ease;
	-o-transition: all.9s ease;
	transition: all.9s ease;
	background-size: 40%;
	 background-origin:border-box;
}

.service-1:hover,
.service-2:hover,
.service-3:hover {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.no-bg {
	background-color: inherit !important;
}

.exp {
	padding: 50px 50px;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
	border-radius: 5px;
	border: 2px solid #fff;
	-webkit-transition: all.5s ease;
	-o-transition: all.5s ease;
	transition: all.5s ease;
	height: 540px;
	border: 1px solid #fff;
	cursor: pointer;
	transition: all.5s ease;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.exp:hover {
	border: 1px solid #f7a034;
}

.exp-content {
	margin-bottom: 40px;
}

.exp-content:last-child {
	margin-bottom: 0 !important;
}

.exp-content p {
	font-size: 14px;
	width: 85%;
}

.connect {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.connect img {
	width: 60%;
}

.connect a:hover,
.global-content button:hover,
.home-banner-text a:hover {
	border-color: #29698f !important;
}

.exp-content ul {
	padding: 0px 18px !important;
}

.exp-content ul li {
	font-size: 14px;
	list-style-type: inherit;
	color: #646464;
}


/* .connect-marg {
	margin-top: 130px;
} */

.no-border {
	border: 0;
}

.inner-content h1 {
	line-height: 30px;
}

.inner-content p {
	line-height: 15px;
}

.inner-data {
	padding: 0 15px;
	/*cursor: pointer;*/
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.inner-data img {
	height: 60px;
}

.brand-border {
	border-right: 1px solid #29698f;
}


/* .brands-ul li {
	text-align: center;
} */

.brands img {
	cursor: pointer;
	filter: gray;
	/* IE5+ */
	-webkit-filter: grayscale(1);
	/* Webkit Nightlies & Chrome Canary */
	-webkit-transition: all .2s ease-in-out;
}

.brands img:hover {
	filter: none;
	-webkit-filter: grayscale(0);
}

.brand-logo img {
	width: 100%;
}

.brands .slick-slide img {
	display: block;
	height: 34px;
	width: auto !important;
	margin: 0 auto;
}

.quote {
	background: #013352;
	background: -o-linear-gradient(top, #013352 0%, #043b5b 21%, #073d5e 23%, #053d5e 25%, #084061 28%, #0b4668 40%, #0e496c 43%, #104e73 54%, #135276 57%, #1b5f87 79%, #1a5d86 80%, #1c6088 81%, #1e628c 88%, #1e6691 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#013352), color-stop(21%, #043b5b), color-stop(23%, #073d5e), color-stop(25%, #053d5e), color-stop(28%, #084061), color-stop(40%, #0b4668), color-stop(43%, #0e496c), color-stop(54%, #104e73), color-stop(57%, #135276), color-stop(79%, #1b5f87), color-stop(80%, #1a5d86), color-stop(81%, #1c6088), color-stop(88%, #1e628c), to(#1e6691));
	background: linear-gradient(to bottom, #013352 0%, #043b5b 21%, #073d5e 23%, #053d5e 25%, #084061 28%, #0b4668 40%, #0e496c 43%, #104e73 54%, #135276 57%, #1b5f87 79%, #1a5d86 80%, #1c6088 81%, #1e628c 88%, #1e6691 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#013352', endColorstr='#1e6691', GradientType=0);
}

.quote-content p {
	font-size: 26px;
	margin: 0;
}

.quote-content a:hover {
	text-decoration: underline;
	color: #fff;
}

.quote-link button:hover {
	background-color: #29698f;
}


/* .global-content {
	padding: 50px;
	padding-left:10%;
    background-color: rgba(255, 255, 255, 1); */


/*height: 380px;*/


/*   box-sizing: border-box;
    position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 50%;
} */


/*.global-content button {*/


/*	color: #fff !important;*/


/*}*/


/*MAP-SECTION*/

.map-slider h3 {
	display: inline-block;
}

.map-slider .carousel-control-next,
.map-slider .carousel-control-prev {
	background-color: #333;
	height: 50px;
	top: 40%;
	width: 8%;
	opacity: 1;
}

.map-slider {
	position: relative
}

.map-dropdown {
	position: absolute;
	top: 20px;
	right: 20px;
}


/*MAP-SECTION-END*/

.contact-details {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 80%;
}

.contact-details ul li {
	color: #f7a034;
	font-size: 14px;
}

.numbers {
	width: 200px;
}

.numbers ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.numbers ul li span {
	text-align: left;
}

.numbers ul li span a {
	color: #F7A034;
}

.numbers ul li span a:hover {
	text-decoration: underline;
}

.numbers ul li span.social-contact {
	width: 80px;
}

.subscribe {
	color: #fff !important;
}

.subscribe-head p {
	color: #fff;
	margin: 0;
}

.subscribe-head button {
	font-family: cairo bold !important;
}

.subscribe-head button:hover {
	background-color: #fff !important;
	border-color: #F7A034 !important;
	color: #29698F !important;
}

.newsletter {
	position: relative;
}

.newsletter input {
	width: 100%;
	padding: 10px 0;
	padding-left: 15px;
	color: #fff !important;
	font-size: 14px;
	font-family: cairo regular;
	background-color: #f7a034;
	border-radius: 5px;
	border: 1px solid #fff;
}

.newsletter input:focus {
	outline: none !important;
}

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

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

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

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

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

.sub-icon {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	right: 15px;
}

.footer-border-right {
	border-right: 1px solid #c7c7c9;
}

.foot-1 h5 a {
	color: #29698F !important;
}

.foot-1 h5 {
	margin-bottom: 15px;
}

.foot-1 ul li {
	margin-bottom: 10px;
}

.foot-1 ul li a {
	color: #646464;
}

.foot-1 ul li a:hover {
	text-decoration: none;
	color: #f7a034;
}

.foot-end {
	background-color: #ebebeb;
}

.foot-logo img {
	width: 100%;
}

.corner p {
	margin-bottom: 0 !important;
	font-size: 14px;
}

.corner ul li {
	display: inline-block;
	color: #646464;
}

.corner ul li a {
	font-size: 14px;
	color: #646464;
	-webkit-transition: all.5s ease;
	-o-transition: all.5s ease;
	transition: all.5s ease;
}

.corner ul li a:hover {
	color: #f7a034;
}

.foot-links {
	text-align: right;
}

.foot-links ul li {
	display: inline-block;
}

.foot-links ul li a {
	display: inline-block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 50%;
	border: 1px solid #646464;
	color: #646464;
	-webkit-transition: all.5s ease;
	-o-transition: all.5s ease;
	transition: all.5s ease;
}

.foot-links ul li a:hover {
	background-color: #29698f;
	color: #fff;
	border: 1px solid #29698f;
}

.foot-links p {
	font-size: 14px;
	margin-top: 10px;
}

#map {
	width: 100%;
	height: 400px;
}

.dropdown-menu {
	top: 96% !important;
	padding: 0 !important;
}

.dropdown-item {
	padding: 5px 10px !important;
}


/* Slider start */

.home-slider {
	position: relative;
}

.section-bg-banner {
	background: url('https://mcb.ae/wp-content/uploads/2025/02/home-slider-bg.webp') no-repeat right top;
	background-size: 60%;
	background-position: 100% 50%;
	padding: 40px 0;
}

.home-banner-text {
	position: absolute;
	top: 50%;
	left: auto;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10;
	text-align: left;
	width: 90%;
	text-align: left;
}

.home-banner-text h1 {
	margin-bottom: 35px;
	font-size: 54px;
	line-height: 1;
}

.home-banner-text h1 span {
	font-size: 26px;
	color: #333;
	font-family: HelveticaBold;
}

.home-banner-text p {
	font-size: 16px;
	color: #333;
	font-family: Helvetica;
}

.home-slider .carousel-inner {
	height: 500px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.home-slider .carousel-item img {
	width: 60%;
}

.home-slider .carousel-control-next-icon {
	background-image: url(../images/icons/next-icon.png);
}

.home-slider .carousel-control-prev-icon {
	background-image: url(../images/icons/prev-icon.png);
}

.home-slider .carousel-control-next-icon,
.home-slider .carousel-control-prev-icon {
	/*width: 30px;
  height: 30px;*/
	display: none;
}

.home-slider .carousel-control-next,
.home-slider .carousel-control-prev {
	width: 5%;
	opacity: 0.7;
}

.home-slider .carousel-control-next {
	right: -70px;
}

.home-slider .carousel-control-prev {
	left: -70px;
}

.home-slider .carousel-indicators {
	position: absolute;
	top: 50%;
	left: -95px;
	-webkit-transform: translateY(-30%);
	-ms-transform: translateY(-30%);
	transform: translateY(-30%);
	right: auto;
	display: inline-block;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 0;
	margin: 0;
}

.home-slider .carousel-indicators li {
	background-color: #888888;
	width: 4px;
	height: 4px;
	margin-right: 0;
	margin-left: 0;
	border: 2px solid #888888;
	border-radius: 50%;
	margin-top: 10px;
}

.home-slider .carousel-indicators li.active {
	background-color: #fff;
	width: 4px;
	height: 4px;
	margin-right: 0;
	margin-left: 0;
	border: 2px solid #f7a034;
}


/*Scroller*/

.mouse {
	display: block;
	margin: 0 auto;
	width: 15px;
	height: 30px;
	border-radius: 12px;
	background-color: transparent;
	-webkit-box-shadow: 0 1px 2px #ddd;
	box-shadow: 0 1px 2px #ddd;
	border: 1px solid #333;
	position: absolute;
	position: absolute;
	bottom: 0;
	left: -100px;
}

.mouse__wheel {
	display: block;
	margin: 6px auto;
	width: 1px;
	height: 10px;
	border-radius: 0;
	background-color: #333;
	border: 1px solid transparent;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-name: scroll;
	animation-name: scroll;
	position: relative;
}

@-webkit-keyframes scroll {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(6px);
		transform: translateY(6px);
	}
}

@keyframes scroll {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(6px);
		transform: translateY(6px);
	}
}

.mouse__text {
	position: absolute;
	bottom: 40px;
	left: -1px;
	-webkit-writing-mode: tb-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: tb-rl;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	height: 150px;
	display: inline-block;
	color: #333;
	font-size: 11px;
	font-family: Helvetica;
}


/* Testimonial Start */

.clients {
	position: relative;
}

.clients .testimonial_subtitle {
	color: #0aaa7a;
	font-size: 12px;
}

.clients .testimonial_btn {
	background-color: #29698f !important;
	color: #fff !important;
	padding: .375rem 1.1rem;
	-webkit-transition: all.3s ease;
	-o-transition: all.3s ease;
	transition: all.3s ease;
}

.clients .testimonial_btn:hover {
	background-color: #f9a01b !important;
}

.clients .testimonial_btn:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: 0;
}

.clients .seprator {
	height: 2px;
	width: 56px;
	background-color: #0aaa7a;
	margin: 7px 0 10px 0;
}

.clients .controls {
	position: absolute;
	top: -45px;
	right: 10px;
}

.clients .fa-chevron-left:before,
.fa-chevron-right:before {
	content: "";
}

.client-slider .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.clients .client-review {
	padding: 30px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
	background-color: #fff;
	border-radius: 5px;
	border: 1px solid #fff;
	-webkit-transition: all.5s ease;
	-o-transition: all.5s ease;
	transition: all.5s ease;
	margin: 16px;
	min-height: auto;
	height: auto;
	position: relative;
}

.clients .client-review:hover {
	border: 1px solid #f7a034;
}

.client-profile {
	position: absolute;
	bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 60px;
}

.client-testimonial-details {
	margin-bottom: 75px;
}

.client-profile img {
	margin-right: 10px;
}

.client-info {
	margin-top: 20px;
}

.client-info h5 {
	line-height: 15px;
}

.client-carousel {
	padding: 10px;
}


/********PRESS RELEASE PAGE********/

section.online-catalog {
	background-image: url('../assets/img/press-release-slider.png');
}

section.mcb-slider {
	/* padding: 100px 0 125px; */
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: 50%;
	background-position: right;
	min-height: 300px !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 10%;
}

section.mcb-slider h1 {
	font-size: 48px !important;
}

p.panel-title,
.panel-body ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.panel {
	background-color: #fff;
	margin-bottom: 10px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(215, 215, 215, 1);
	box-shadow: 0px 0px 10px 0px rgba(215, 215, 215, 1);
	-webkit-transition: all.9s ease;
	-o-transition: all.9s ease;
	transition: all.9s ease;
}

p.panel-title {
	margin: 0 !important;
	cursor: pointer;
	padding: 8px 10px;
}

p.panel-title a {
	color: #333333;
	font-size: 14px;
}

p.panel-title i {
	color: #f8ac4d;
	font-size: 14px;
}

p.panel-title i.minus {
	display: none;
}

.more-less {
	float: right;
	color: #212121;
}

.panel-group .active {
	background-color: #29698f;
}

.panel-group .active p.panel-title a {
	color: #fff !important;
}

.panel-group .active .panel-body ul li {
	color: #fff;
	padding: 8px 10px;
}

.panel-group .active .panel-body ul li a {
	color: #fff;
	font-size: 14px;
}

.panel-body ul li a:hover {
	text-decoration: none !important;
}

.panel-group .active p.panel-title i {
	color: #fff;
}

.panel-group .active p.panel-title i.plus {
	display: none;
}

.panel-group .active p.panel-title i.minus {
	display: block
}

.panel-group .active p.panel-title a {
	font-weight: bold;
}

.search-catalog input {
	width: 100%;
	font-family: cairo regular;
	padding: 0 25px !important;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(215, 215, 215, 1);
	box-shadow: 0px 0px 10px 0px rgba(215, 215, 215, 1);
	height: calc(2.5em + .75rem + 2px);
	border: 0;
}

.search-catalog input:focus {
	outline: 0;
	border: 0;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(215, 215, 215, 1) !important;
	box-shadow: 0px 0px 10px 0px rgba(215, 215, 215, 1) !important;
}

.search-catalog {
	position: relative;
}

.catalog-icon {
	position: absolute;
	top: 15px;
	right: 20px;
}

.industrial ul {
	margin-top: 15px !important;
}

.industrial ul li {
	display: inline-block;
}

.industrial ul li a {
	display: inline-block;
	width: 25px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	border-radius: 5px;
	font-size: 12px;
	margin-bottom: 5px;
}

.industrial ul li a:hover {
	background-color: #f7a034;
}

.industrial img {
	-webkit-transition: all.3s ease;
	-o-transition: all.3s ease;
	transition: all.3s ease;
}

.img-zoom {
	position: relative;
	overflow: hidden;
	height: 200px;
}

.card-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.9);
	-webkit-transition: ease-in .2s;
	-o-transition: ease-in .2s;
	transition: ease-in .2s;
	opacity: 0;
}

.card-hover-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.img-zoom:hover .card-overlay {
	opacity: 1;
}

.img-zoom:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.catalog-card:hover h6 {
	color: #f7a034;
}

.catalog-card {
	overflow: hidden;
	border: 1px solid #fff;
	-webkit-transition: all.5s ease;
	-o-transition: all.5s ease;
	transition: all.5s ease;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	width: 100%;
}

.catalog-card:hover {
	border: 1px solid #29698f;
}

.industrial .card-body {
	/*height: 135px;*/
	height: 160px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.media-box {
	margin-top: 30px;
	padding: 30px 50px;
	border-radius: 5px;
	background-color: #29698F;
}

.media-box a:hover {
	text-decoration: underline;
}


/**********************About-Us**********************/

.about-slider {
	background-image: url('../assets/img/about-slider.png');
}

.trusted {
	border-bottom: 1px solid #a7a7a7;
}

.trusted-content p,
.founded p {
	color: #717171;
	margin-top: 20px;
}

.trusted-img {
	width: 100%;
	overflow: hidden;
	border-radius: 5px;
}

.trusted-img img {
	width: 100%;
	-webkit-transition: all.5s ease;
	-o-transition: all.5s ease;
	transition: all.5s ease;
	height: auto;
}

.trusted-img img:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.about-us ul li {
	width: 50%;
}

.content-box p {
	color: #646464 !important;
	font-weight: 600;
}

.about-data {
	border-radius: 10px;
	padding: 20px 0;
	width: 100%;
	border: 1px solid #F7A034;
	-webkit-transition: all.5s ease;
	-o-transition: all.5s ease;
	transition: all.5s ease;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}

.about-data-content p {
	-webkit-transition: all.3s ease;
	-o-transition: all.3s ease;
	transition: all.3s ease;
}

.about-data:hover {
	background-color: #fff;
}

.about-data:hover .about-data-content p {
	color: #F7A034 !important;
}

.about-data:hover .about-svg svg path {
	fill: #F7A034;
}

.about-svg svg {
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
	height: 90px;
}

.about-svg svg path {
	fill: #fff;
}

.about-back {
	background-image: url('../img/about-bg-1.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 40%;
}

.about-back-two {
	background-image: url('../img/about-bg-2.jpg');
	background-position: 50% 67%;
}

.about-overlay {
	background-color: #29698f;
	opacity: 0.9;
}

.about-back p {
	color: #fff !important;
}

.social-about {
	display: inline-block;
	padding: 40px 0;
	width: 100%;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
	border: 1px solid #f7a034;
	-webkit-transition: all.5s ease;
	-o-transition: all.5s ease;
	transition: all.5s ease;
}

.social-about:hover {
	background-color: #fff;
}

.social-about:hover h4,
.social-about:hover i {
	color: #f7a034 !important;
	border-color: #f7a034 !important;
}

.social-about i {
	width: 70px;
	height: 70px;
	line-height: 65px;
	border-radius: 50%;
	border: 4px solid #fff;
}


/**********************Blog**********************/

section.blog-slider-banner {
	background-image: url('../assets/img/blog-slider.png');
	/* padding: 88px 0 !important; */
}

.search-ul li:first-child {
	padding-right: 5px;
}

.blog-links ul li a {
	padding: 10px 15px;
	background-color: #fff;
	margin-bottom: 10px;
	-webkit-box-shadow: 0 0 5px 0 rgba(215, 215, 215, 1.0);
	box-shadow: 0 0 5px 0 rgba(215, 215, 215, 1.0);
	-webkit-transition: all.2s ease;
	-o-transition: all.2s ease;
	transition: all.2s ease;
}

.blog-links ul li a:hover,
.blog-links ul li a:active,
.blog-links ul li.active a {
	color: #fff;
	text-decoration: none;
	background-color: #29698f;
}

.blog-links ul li.active a i {
	color: #fff;
}

button.search-blog-btn {
	width: 140px !important;
	/* padding: 0 15px !important; */
	font-family: cairo regular;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	background-color: #fff;
	border: 1px solid #ced4da;
	border-radius: 5px 0 0 5px;
	margin-top: -5px;
}

.my-blogs .controls {
	top: 0;
	right: 23px;
}

.my-blogs .dropdown-toggle::after {
	margin-left: 20px;
}

.my-blogs input {
	width: 200px !important;
	margin-left: -11px;
	border-radius: 0 5px 5px 0 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.my-blogs ul li {
	display: inline-block;
}

.my-blogs ul li:nth-child(2) {
	position: relative;
}

.my-blogs ul li:nth-child(3) {
	position: absolute;
	left: 335px;
	top: 8px;
}

ul.search-ul {
	padding-left: 15px !important;
}

.blog-slider .slick-prev,
.blog-slider .slick-next {
	top: -25px !important;
}

.blog-slider .slick-next {
	right: 45px !important;
}

.blog-slider .slick-prev {
	left: unset !important;
	right: 105px !important;
}

.blog-card {
	background-color: #fff;
	padding: 0 20px 20px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
	/*margin-bottom: 50px;*/
	border: 1px solid #fff;
	-webkit-transition: all.5s ease;
	-o-transition: all.5s ease;
	transition: all.5s ease;
	cursor: pointer;
	margin-top: 50px;
}

.blog-card:hover {
	border: 1px solid #29698f;
}

.blog-card h5 {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 44px;
}

.blog-card img {
	width: 100%;
	margin-top: -20px;
	-webkit-transition: all.5s ease;
	-o-transition: all.5s ease;
	transition: all.5s ease;
	height: 150px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
	        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}

.blog-card:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.blog-read a {
	letter-spacing: 2px;
}

.blog-read a:hover {
	text-decoration: none;
	color: #29698f;
}


/********************BRAND********************/

.brand-banner {
	background-image: url('../assets/img/brands-slider.png');
}


/* .skf-head {
	border-bottom: 1px solid #959595;
	padding: 0 20px;	
}
.founded-skf {
	padding: 0 20px;
}
.skf-vertical {
	border-left: 1px solid #959595;
}
.skf-box {
	display: flex;
	flex-direction: row;
}
.skf-ul {
	display: block;
	width: 100%;
}
.skf-ul li {
	display: inline-block;
	width: 49%;
	padding-right: 10px;
}
.skf-head ul li img {
	height: 50px;
	margin-right: 5px;
}
*/


/* .solutions p {
	font-size: 12px;
	line-height: 15px;
}
.skf-img {
	text-align: center;
}
.skf-img button.btn {
	padding: 0 !important;
}
.skf-img button.btn:focus {
	box-shadow: none;
}
.skf-img ul {
	text-align: left;
}
.skf-img ul li {
	display: inline-block;
}
.skf-img img {
	width: 75%;
}
.skf-box {
	display: flex;
	flex-direction: row;
}
.skf-ul {
	display: block;
	width: 100%;
}
.skf-ul li {
	display: inline-block;
	width: 49%;
	padding-right: 10px;
}
.skf-content ul li img {
	height: 70px;
	margin-right: 5px;
}
.skf-innovative p {
	font-size: 12px;
} */


/* .hidden {
  overflow: hidden;
  display: none;
  visibility: hidden;
} */


/* .btn-gallery img {
  max-width: 300px;
  height: auto;
} */


/* .brand-videos iframe, .current-video iframe {
	width: 100%;
}
.brand-gallery img {
	width: auto;
	height: 250px;
	margin-bottom: 30px;
	object-fit: cover;
	object-position: center;
} */

.product-brand {
	/* 	padding: 20px 0; */
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
	border-radius: 5px;
	border: 1px solid #fff;
	-webkit-transition: all.5s ease;
	-o-transition: all.5s ease;
	transition: all.5s ease;
	cursor: pointer;
	/*margin: 15px 0;*/
	margin-bottom: 30px;
}

.product-brand:hover {
	border: 1px solid #f7a034;
}

.product-brand ul li a i:hover {
	color: #29698f;
}

.social-brand {
	display: block;
}

/*.social-brand {*/
/*	position: absolute;*/
/*	top: 15px;*/
/*	right: 30px;*/
/*}*/

.social-brand {
    position: absolute;
    top: 0;
    right: 15px;
    left: 15px;
    text-align: right;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 5px 5px 0 0;
}
.social-brand ul {
    padding: 5px 15px 5px 0 !important;
}
.social-brand ul li {
	display: inline-block;
	margin-left: 5px;
}

/*.product-img {*/
/*	border-bottom: 1px solid #8d8d8d;*/
/*	overflow: hidden;*/
/*	min-height: 170px;*/
/*	max-height: 170px;*/
/*	background: #fff;*/
/*	display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*}*/
.product-img {
    border-bottom: 1px solid #8d8d8d;
    overflow: hidden;
    background: #fff;
    height: 150px;
}
.brand-img {
    min-height: 280px;
	max-height: 280px;
}
/*.product-img img {*/
/*	-webkit-transition: all.5s ease;*/
/*	-o-transition: all.5s ease;*/
/*	transition: all.5s ease;*/
/*	margin-top: 10px;*/
/*	margin: 0 auto;*/
/*	object-fit: cover;*/
/*	object-position: center;*/
/*	width: 100%;*/
/*}*/

.product-img img {
    -webkit-transition: all.5s ease;
    -o-transition: all.5s ease;
    transition: all.5s ease;
    margin-top: 10px;
    margin: 0 auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    height: 100%;
}

.product-brand:hover img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.blank-thumb {
	margin-top: -10px;
}

.truck {
	padding-left: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.truck h6 {
	font-size: 14px !important;
}

.truck a:hover p {
	color: #f7a034;
}


/* .skf-part {
	width: 100%;
}
.skf-part img {
	height: 250px;
}
.skf-brand .testimonial_btn {
	background-color: #29698f !important;
    color: #fff !important;
    padding: .375rem 1.1rem;
} */


/* .skf-brand {
	margin-top: -10px;
} */

.brand-clients .controls {
	top: 0;
	right: 23px;
}

.brand-clients .slick-prev,
.brand-clients .slick-next {
	top: -50px !important;
}

.brand-clients .slick-prev {
	left: unset;
	/*right: 105px !important;*/
}


/*NEW LAYOUT CSS*/

.brand-image img {
	width: 100%;
}

.brand-feature {
	padding: 30px 25px;
	width: 100%;
	border-radius: 10px;
	height: 230px;
}

.brand-feature img {
	width: 30%;
}


/*Brand-Tab*/

.brand-tab-list {
	border: none !important;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.brand-tab {
	border: none !important;
	border-radius: 5px !important;
	-webkit-transition: all.3s ease;
	-o-transition: all.3s ease;
	transition: all.3s ease;
	border: 3px solid #29698f !important;
	color: #29698f;
	background-color: #fff !important;
	width: 31.5%;
	-webkit-box-flex: inherit !important;
	-ms-flex: inherit !important;
	flex: inherit !important;
}

.brand-tab.active {
	color: #fff !important;
	background-color: #29698f !important;
}

.brand-tab.active h5 {
	color: #fff;
}

.brand-tab-content iframe {
	width: 100%;
}

.brand-tabs {
	padding-bottom: 0 !important;
}


/* .brand-tab:hover {
	border: none !important;
} */


/*********************CONTACT-US*********************/

.contact-banner {
	background-image: url('../assets/img/contact-us-banner.png');
}


/* section.contact-banner {
	padding: 85px 0 !important;
} */

.question .contact-inputs:nth-child(1) {
	margin-right: 10px;
}

.contact-inputs input,
.message-box textarea {
	font-family: cairo regular;
	background-color: transparent;
}

.contact-inputs input:focus,
.contact-inputs textarea:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
	border: 1px solid #ced4da;
}

// workaround
.intl-tel-input {
	display: table-cell;
}

.intl-tel-input .selected-flag {
	z-index: 4;
}

.intl-tel-input .country-list {
	z-index: 5;
}

.message-box textarea {
	height: 200px;
	resize: none;
}

.contact-inputs button:hover {
	border-color: #29698f;
}

.contact-info {
	padding: 20px 30px !important;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
	border: 1px solid #fff;
	cursor: pointer;
	border-radius: 5px;
}

.contact-info:hover {
	border: 1px solid #f7a034;
}

.contact-numbers {
	/*width: 90%;*/
}

.contact-page-map .global-content {
	padding: 30px 50px;
}

.no-margin {
	margin-top: -10px !important;
}

.iti {
	display: block !important;
}

.call a p,
.call a h6 {
	-webkit-transition: all.3s ease;
	-o-transition: all.3s ease;
	transition: all.3s ease;
}

.call a:hover p,
.call a:hover h6 {
	color: #F7A034 !important;
}


/******************CORE-VALUES******************/

.core-banner {
	background-image: url('../assets/img/core-values-banner.png');
}


/* section.core-banner, section.current-opening-banner {
	padding: 85px 0 !important;
} */

.core-img {
	border-radius: 5px;
	overflow: hidden;
}

.core-img img {
	-webkit-transition: all.3s ease;
	-o-transition: all.3s ease;
	transition: all.3s ease;
}

.core-img img:hover {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.core-pic-1 {
	background-image: url('../assets/img/core-pic-1.png');
}

.core-pic-2 {
	background-image: url('../assets/img/core-pic-2.png');
}


/* .service-one-content {
	width: 430px;
} */

.service-one {
	padding: 30px 23px;
	background-color: #F7A034;
	border-radius: 5px;
	width: 100%;
}


/******************CURRENT-OPENINGS******************/

.current-opening-banner {
	background-image: url('../assets/img/current-opening-banner.jpg');
}


/* .coordinator {
	padding: 30px 40px;
	background-color: #fff;
	box-shadow: 0px 0px 5px 0 rgba(0, 0, 0, 0.25);
	border-radius: 5px;
	border: 1px solid #fff;
	margin-bottom: 30px;
}
.coordinator:hover {
	border-color: #29698f;
}
.coordinator p {
	line-height: 25px;
}
.coordinator a {
	letter-spacing: 2px;
}
.coordinator a:hover {
	color: #f7a034;
}
section.marketing {
	padding-bottom: 20px;
} */

.current-video iframe {
	width: 100%;
}

.vacancy {
	height: 100px;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 5px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}

.vacancy h4 {
	height: 100%;
	width: 25%;
	font-size: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 5px 0 0 5px;
	text-align: center;
	padding: 10px;
}

.vacancy ul li {
	/* display: inline-block;
	margin: 0 50px; */
	margin: 5px 35px;
}

.vacancy ul li p {
	margin: 0 !important;
	font-size: 13px !important;
}

.vacancy ul {
	vertical-align: center !important;
	min-width: 50% !important;
}

.vacancy a {
	/* margin: 0 50px; */
	/*margin: 0 25px;*/
	margin-right: 10px;
}


/* .vacancy a.mcb-btn {
	padding: 10px 35px !important;
} */


/********************Job-Application********************/

.jd {
	border-radius: 5px;
	background-color: #fff;
	padding: 50px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}

.jd ul.jd-info li {
	display: inline-block;
	margin-right: 20px;
}
.jd img {
    width: 100% !important;
    height: auto !important;
}


/********************INTERNSHIP-PROGRAM********************/

.intern-img img {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.intern-img img:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

p.requirement {
	position: relative;
}

p.requirement:before {
	content: url('../assets/img/requirement-circle-2.png');
	position: absolute;
	left: -20px;
	top: 2px;
	height: 100px;
}

.intership-form {
	margin-bottom: 20px;
}

.intership-form input,
.intership-form textarea {
	/*border: 1px solid #646464 !important;*/
	color: #646464 !important;
	/*border-radius: 0 !important;*/
}
.intership-form select.form-control {
	padding: 0 5px !important;
}
.intership-form .form-control:focus {
	background-color: transparent !important;
}


/********************INFRASTRUCTURE********************/

.infrastructure-banner {
	background-image: url('../assets/img/infrastructure-banner.png');
}


/* .facility-content p {
	margin: 0;
}
.extensive {
	background-color: #fff;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
	padding: 30px;
	border: 1px solid #fff;
	cursor: pointer;
	border-radius: 5px;
	height: 470px;
	box-sizing: border-box;
}
.extensive-img img {
	height: 150px;
}
.extensive:hover {
	border: 1px solid #f7a034;
}
.extensive-content {
	margin-top: 20px;
} */

.infra-image img {
	width: 100%;
}

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

.infra-circle {
	position: relative;
	z-index: 10;
	width: 100px;
	height: 100px;
	line-height: 85px;
	text-align: center;
	background-color: #29698f;
	border-radius: 50%;
	border: 5px solid #fff;
	margin-left: -15px;
}

.infra-circle svg path {
	stroke: #fff;
	fill: #fff;
}

.no-stroke svg path {
	stroke: inherit !important;
}

.infra-circle svg circle {
	stroke: #fff;
}

.infra-round {
	position: absolute;
	top: 15%;
	left: 40px;
	width: 90%;
	height: 70px;
	text-align: center;
	background-color: #29698f;
	border-radius: 35px;
}

.infra-round h5 {
	line-height: 63px;
	font-size: 20px !important;
}

.infra-no-line-height {
	line-height: 20px !important;
	padding-top: 14px;
}


/********************LEADERSHIP********************/

.leadership-banner {
	background-image: url('../assets/img/leadership-banner.png');
}


/* section.leadership-banner {
	padding: 85px 0;
} */


/* .leader-one {
	padding: 30px 40px 0;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
	border: 1px solid #fff;
	cursor: pointer;
	transition: all.5s ease;
	height: 100%;
}
.leader-one:hover {
	border: 1px solid #f7a034;
}
.leader-img {
	width: 100%;
}
.leader-img img {
	height: 150px;
}

.founder-img {
	position: relative;
	width: auto;
	height: 600px;
}
.founder-img img {
	width: auto;
	height: 100%;
	border-radius: 5px;

}
.founder-img-overlay {
  	position:absolute;
  	left:0;
  	top:0;
  	right: 0;
  	bottom: 0;
  	width:100%;
  	height:100%;
  	border-radius: 5px;
	background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,0) 21%, rgba(255,255,255,1) 40%);
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 21%,rgba(255,255,255,1) 40%);
	background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 21%,rgba(255,255,255,1) 40%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );

}

.leader-profile {
	position: absolute;
	top: 0;
	bottom: 0;
}
.founder-content {
	padding: 0 120px;
}
.leader-img {
	width: 400px;
	height: 400px;
	border-radius: 50%;
	background-color: #25688e;
	overflow: hidden;
	margin: 0 auto;
}
.leader-img img {
	width: 100%;
}
.leader-data {
	width: 75%;
	margin: 0 auto;
} */


/*NEW LAYOUT*/

.leader-profile {
	border-radius: 5px;
	background-color: #29698f;
	width: 100%;
	height: 300px;
	position: relative;
	opacity: 0.5;
}

.leader-profile-img {
	background-image: url('../assets/img/leadership-1.png');
	width: 100%;
	height: 300px;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 1 !important;
}


/* .leader-profile-img img {
	width: 100%;
} */

.leader-img img {
	width: 100%;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
	        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
}

a.leader-link h6 {
	-webkit-transition: all.3s ease;
	-o-transition: all.3s ease;
	transition: all.3s ease;
}

a.leader-link::after {
	content: "\f101";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	padding-left: 5px;
}

a.leader-link:hover h6 {
	color: #F7A034;
}

.founder-bg {
	width: 175px;
	height: 300px;
	background-image: url('../assets/img/leadership-1.png');
	background-size: cover;
	background-position: right;
	border-radius: 5px;
	position: relative;
}

.my-leader-tabs {
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important;
	height: 330px;
	overflow-x: scroll;
	overflow-y: hidden;
	/* For WebKit implementations, provide inertia scrolling */
	-webkit-overflow-scrolling: touch;
	/* We don't want internal inline elements to wrap */
	white-space: nowrap;
	/* If JS present, let's hide the default scrollbar */
}

.founder-content {
	background-color: #215371;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	padding: 10px;
	border-radius: 0 0 5px 5px;
	opacity: 0.9;
}

.leader-tab-link.active {
	background-color: inherit !important;
	border: none !important;
	position: relative;
}

.leader-tab-link.active::after {
	content: "\f078";
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	font-size: 30px;
	text-align: center;
	position: absolute;
	right: 0;
	left: 0;
	color: #646464;
}

.leader-tab-link {
	border: none !important;
	padding: 0 !important;
	text-align: left !important;
}

.leader-tab-link:hover {
	border: none !important;
	border-radius: 0 !important;
}

.my-leader-tabs {
	border-bottom: 0 !important;
}

.added-class::after {
	content: none !important;
}

.leadership-wrapper {
	margin-bottom: 50px;
	border-bottom: 1px solid #646464;
	padding-bottom: 30px;
}

.leadership-wrapper:last-child {
	margin-bottom: 0;
	border-bottom: 0;
	padding-bottom: 0;
}
/**** LEADERSHIP NEW PAGE ****/
.leader-box {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
	        box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
	border-radius: 5px;
	-webkit-transition: all.5s ease;
	-o-transition: all.5s ease;
	transition: all.5s ease;
	margin-bottom: 30px;
	height: 300px;
	position: relative;
	overflow: hidden;
}
.leader-box:hover img {
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
}
.leader-box img {
	width: 100%;
	-webkit-transition: all.5s ease;
	-o-transition: all.5s ease;
	transition: all.5s ease;
	-o-object-fit: cover;
	   object-fit: cover;
    -o-object-position: center;
       object-position: center;
    height: 100%;
    overflow: hidden;
}
.leader-detail {
	padding: 10px;
	background-color: #29698F;
	color: #fff !important;
	border-radius: 0 0 5px 5px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0.9;
}
.leader-detail h6 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 40px;
}
/**** LEADERSHIP NEW INNERPAGE ****/
.leader-inner-image {
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
	        box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.25);
}
.leader-inner-image img {
	width: 100%;
	border-radius: 5px;
}
.leader-inner-detials h5 {
	border-bottom: 1px solid #646464;
	padding-bottom: 15px;
}

/********************MILESTONE********************/

.milestones-banner {
	background-image: url('../assets/img/milestone-banner.png');
}

.milestone-data img {
	width: 80%;
}


/*  bhoechie tab */


/* div.bhoechie-tab-container{
  z-index: 10;
  background-color: #ffffff;
  padding: 0 !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  border:1px solid #ddd;
  margin-top: 20px;
  margin-left: 50px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  background-clip: padding-box;
  opacity: 0.97;
  filter: alpha(opacity=97);
} */

div.bhoechie-tab-menu {
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
}

div.bhoechie-tab-menu div.list-group {
	margin-bottom: 0;
	border-radius: 5px !important;
}

div.bhoechie-tab-menu div.list-group>a {
	margin-bottom: 0;
	padding: 30px 0;
	background-color: #f9a429;
}

div.bhoechie-tab-menu div.list-group>a .glyphicon,
div.bhoechie-tab-menu div.list-group>a .fa {
	color: #fff;
}

div.bhoechie-tab-menu div.list-group>a:first-child {
	border-top-right-radius: 0;
	-moz-border-top-right-radius: 0;
	/* border-bottom: 1px solid #fff !important; */
}

div.bhoechie-tab-menu div.list-group>a:last-child {
	border-bottom-right-radius: 0;
	-moz-border-bottom-right-radius: 0;
}

div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
div.bhoechie-tab-menu div.list-group>a.active .fa {
	background-color: #f9a429;
	background-image: #f9a429;
	color: #fff;
}

div.bhoechie-tab-menu div.list-group>a.active:after {
	content: '';
	position: absolute;
	left: 100%;
	top: 50%;
	margin-top: -13px;
	border-left: 0;
	border-bottom: 13px solid transparent;
	border-top: 13px solid transparent;
	border-left: 10px solid #f9a429;
}

div.bhoechie-tab-content {
	background-color: #f9a429;
	/* border: 1px solid #eeeeee; */
	height: 100%;
	width: 100%;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active) {
	display: none;
}

.timeline .list-group-item.active {
	/* border: none !important */
	border-bottom: 1px solid #fff !important;
	font-weight: bold;
}

.timeline .list-group {
	border-radius: 0 !important;
	background: #F9A429;
	height: 100%;
}

.timeline .list-group-item {
	/* border: none !important; */
	/* border-bottom: 1px solid #fff !important; */
}

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

.timeline a.list-group-item {
	height: 20%;
	padding: 0 !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	/* border-bottom: 1px solid #fff !important; */
}

.timeline .bhoechie-tab-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.timeline .list-group-item.active {
	border-bottom: 1px solid #fff !important;
	border-right: none !important;
	border-left: none !important;
	border-top: none;
}

.timeline .list-group-item+.list-group-item.active {
	border-top: none !important;
	margin-top: 0 !important;
}

.timeline-content {
	padding: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: auto;
}
.timeline-content p {
    color: #fff !important;
    font-size: 18px !important;
    line-height:28px !important;
    font-weight :400 !important;
}

.timeline .list-group-item {
	/* border-bottom: 1px solid #fff !important; */
}

.timeline .list-group-item:last-child {
	border: none !important;
}

.timeline .list-group,
.timeline .bhoechie-tab-content {
	min-height: 600px;
	border-radius: 5px;
}


/********************Our-Team********************/

.team-banner {
	background-image: url('../assets/img/team.png');
}


/* section.team-banner {
	padding: 70px 0;
} */

.team-members {
	padding-bottom: 20px;
}

.team-member-box {
    margin-top: 0 !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

ul.member-info {
    height: 120px;
}

.member {
	background-color: #fff;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
	/*padding: 30px 0;*/
	border: 1px solid #fff;
	cursor: pointer;
	margin-bottom: 30px;
}

.member:hover {
	border: 1px solid #29698f;
}

.member-pic {
	width: 100%;
	border-bottom: 1px solid #646464;
}

.member-pic img {
	height: 200px;
}

.member-content {
	padding: 30px 20px 0;
	/*padding: 30px 20px;*/
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 250px;
}

.member ul li a:hover {
	text-decoration: underline !important;
}

.member-2 {
	position: relative;
}

.member-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.9);
	-webkit-transition: ease-in .2s;
	-o-transition: ease-in .2s;
	transition: ease-in .2s;
	opacity: 0;
}

.member-overlay a i {
	-webkit-transition: all.2s ease;
	-o-transition: all.2s ease;
	transition: all.2s ease;
}

.member-overlay a i:hover {
	color: #29698F;
}

.member-2:hover .member-overlay {
	opacity: 1;
}


/********************The-Goal********************/

.the-goal-banner {
	background-image: url('../assets/img/the-goal.png');
}


/* section.the-goal-banner {
	padding: 55px 0;
} */

section.goal-tab .section-title {
	text-align: center;
	color: #007b5e;
	margin-bottom: 50px;
	text-transform: uppercase;
}

#tabs {
	background: #F7A034;
	color: #eee;
}

#tabs h6.section-title {
	color: #fff;
}

#tabs .nav-tabs .nav-link {
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
}

#tabs .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	color: #f3f3f3;
	background-color: transparent;
	font-size: 20px;
	font-weight: bold;
}

#tabs .nav-tabs .nav-link {
	border: 1px solid transparent;
	/* border-top-left-radius: .25rem;
    border-top-right-radius: .25rem; */
	color: #eee;
	font-size: 20px;
}

.goal-tab-link {
	width: 31.5%;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #29698f;
}

.goal-tab-link.active {
	background-color: #f7a034;
}

.goal-tabs {
	/* border: none !important; */
	border-bottom: 2px solid #F8F8FB;
}

.goal-img img {
	width: 100%;
}

.goal-tab-row {
	padding: 50px 30px;
}

a.center-tab {
	border-right: 1px solid #F8F8FB !important;
	border-left: 1px solid #F8F8FB !important;
}

.the-goal-tab-2 {
	width: 48% !important;
}

.goal-content h1, .goal-content h2, .goal-content h3, .goal-content h4, .goal-content h5, .goal-content h6, .goal-content p {
    color: #fff !important;
}


/********************Our Work Culture********************/

.culture-banner {
	background-image: url('../assets/img/culture-banner.png');
}

.culture-box {
	padding: 30px 20px;
	border: 1px solid #F9B45F;
	-webkit-transition: all.5s ease;
	-o-transition: all.5s ease;
	transition: all.5s ease;
	min-height: 320px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: space-evenly;
	-ms-flex-pack: space-evenly;
	justify-content: space-evenly;
}


/* .culture-box:hover {
	border: 1px solid #F9B45F;
} */

.culture-box:hover .culture-svg svg {
	fill: #F9B45F;
}

.culture-svg svg {
	fill: #fff;
	-webkit-transform: scale(1.5);
	-ms-transform: scale(1.5);
	transform: scale(1.5);
	margin-bottom: 15px;
	-webkit-transition: all.3s ease;
	-o-transition: all.3s ease;
	transition: all.3s ease;
}

.trusted-video iframe {
	width: 100%;
	border-radius: 5px;
}

.culture-img img {
	height: 250px;
	width: auto;
}


/********************Webinar********************/

.webinar-banner {
	background-image: url('../assets/img/webinar-banner.png');
	/* padding: 100px 0 !important;
	background-size: 55% !important; */
}

.live {
	background-color: #c3c7d3;
	border-radius: 5px;
}

.live img {
	width: 100%;
	border-radius: 0 0 5px 5px;
	height: auto;
}

.web-brand-boxes {
	/* display: flex;
	justify-content: space-between; */
	/*** THIS US COMMENT BECAUSE OF CMS ***/
}

.social-web {
	border: 1px solid #F7A034 !important;
	-webkit-transition: all.3s ease !important;
	-o-transition: all.3s ease !important;
	transition: all.3s ease !important;
	/* padding: 30px 65px !important; */
	/* width: 18% !important; */
	border-radius: 10px;
}

.web-brand-boxes ul li {
	width: 18%;
}

.web-brand-boxes .social-about {
	padding: 20px 0 !important;
}

.social-web:hover {
	/* background-color: #fff; */
	background-color: #29698F;
	border: 1px solid #29698F !important;
}

.social-web:hover i {
	color: #F7A034 !important;
	border-color: #F7A034 !important;
}

.social-web:hover h5 {
	/* color: #F7A034 !important; */
}

.social-web i {
	border-color: #fff !important;
	-webkit-transition: all.3s ease;
	-o-transition: all.3s ease;
	transition: all.3s ease;
}

.presented a {
	display: inline-block;
	width: 100%;
}


/********************Topic Webinar********************/

.webinar-form {
	background-color: #29698F;
	padding: 30px;
	border-radius: 5px;
	margin-top: 0 !important;
}


/********************Products********************/
.products-item img {
    margin-right: 10px;
}

.products-banner {
	background-image: url('../assets/img/products-banner.png');
}


/* section.products-banner {
	padding: 75px 0;
} */

.products-links ul li a {
	font-size: 12px;
}

.products-links svg {
	-webkit-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform: scale(0.5);
}

.products-links ul {
	height: 50px;
}

.products-links:hover svg {
	stroke: #fff;
}

.product-wheel {
	padding: 20px 10px;
	min-height: 120px;
}

.auto-bearings .product-brand {
	margin-bottom: 15px;
}

.svg-span {
	width: 50px;
	height: 50px;
}

.svg-span svg {
	width: 100%;
	height: 100%;
}


/*product-section*/


/*Driving Courses Nav*/

.pn-ProductNav {
	padding: 0 !important;
	z-index: 199;
	width: 100%;
}

.pn-ProductNav_Contents {
	text-align: left;
	padding: 0;
	margin-bottom: 0;
	list-style: none;
}

.pn-ProductNav_Link {
	text-decoration: none;
	color: #333;
	font-size: 14px;
	display: block;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	padding: 10px 15px;
	text-transform: capitalize;
	margin-bottom: 10px;
	background: #fff;
	-webkit-box-shadow: 0 0 10px #dedede;
	box-shadow: 0 0 10px #dedede;
	border-radius: 3px;
	border: 1px solid transparent;
	-webkit-transition: ease-in .2s;
	-o-transition: ease-in .2s;
	transition: ease-in .2s;
	font-family: cairo regular;
}

.pn-ProductNav_Link:after {
	content: '\f30b';
	font-family: 'Font Awesome 5 Free';
	position: absolute;
	right: 20px;
	color: #f8ac4d;
	font-weight: 600;
	-webkit-transition: ease-in .2s;
	-o-transition: ease-in .2s;
	transition: ease-in .2s;
	top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.pn-ProductNav_Link:hover:after {
	content: '\f30b';
	font-family: 'Font Awesome 5 Free';
	position: absolute;
	right: 20px;
	color: #fff;
	font-weight: 600;
	-webkit-transition: ease-in .2s;
	-o-transition: ease-in .2s;
	transition: ease-in .2s;
}

.pn-ProductNav_Link:hover {
	-webkit-transition: ease-in .2s;
	-o-transition: ease-in .2s;
	transition: ease-in .2s;
	text-decoration: none;
	color: #fff;
	border: 1px solid #29698f;
	background-color: #29698f;
}

.pn-ProductNav_Contents span.active .pn-ProductNav_Link {
	text-decoration: none;
	color: #fff;
	background-color: #29698f;
	border: 1px solid transparent;
}

.pn-ProductNav_Contents span.active .pn-ProductNav_Link:after {
	color: #fff;
}

.svg-ico-nav {
	margin-right: 15px;
	display: inline-block;
	width: 50px;
	text-align: center;
	overflow: hidden;
	float: left;
	height: 35px;
	position: relative;
	top: -4px;
}

.svg-ico-nav svg {
	height: 85%;
	width: auto;
	fill: #EA2732;
}

.svg-ico-nav svg path {
	fill: #fff;
	stroke: #f8ac4d;
	stroke-width: 1.5;
}

.pn-ProductNav_Link:hover .svg-ico-nav svg path,
.pn-ProductNav_Link:hover .svg-ico-nav svg circle {
	fill: #29698f;
	stroke: #fff;
}

.pn-ProductNav_Contents span.active .svg-ico-nav svg path {
	fill: #fff;
	stroke: #fff;
	stroke-width: 0;
}


/*MODAL*/

.modal-header {
	border-bottom: 0;
}

.modal-body .contact-inputs button {
	width: 100% !important;
}

.modal-body .contact-inputs textarea {
	resize: none;
}

h2.modal-title {
	font-size: 1.5rem !important;
}

.rfq-section {
	background-color: #29698F;
	padding: 30px;
	border-radius: 5px;
	margin-top: 30px;
}

.rfq-section input,
.rfq-section textarea {
	background-color: #F8F8FB;
}

.rfq-section button:hover {
	border-color: #F7A034 !important;
}

.rfq-section .contact-inputs input:focus,
.rfq-section .contact-inputs textarea:focus {
	background-color: #fff;
}

.touch-device-rfq {
	display: none
}

.behind-button a {
	pointer-events: none;
}

.g-recaptcha {
	-ms-transform: scale(0.92);
	transform: scale(0.92);
	-webkit-transform: scal(0.92);
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
}


/***PRODUCT-2***/

.product-page-tabs,
.blog-page-tabs {
	display: inherit !important;
	border-bottom: none !important;
}

ul.product-page-tabs li.active .pn-ProductNav_Link .svg-ico-nav svg path,
ul.product-page-tabs li.active .pn-ProductNav_Link .svg-ico-nav svg circle {
	fill: #29698f;
	stroke: #fff;
}

ul.product-page-tabs li.active .pn-ProductNav_Link {
	-webkit-transition: ease-in .2s;
	-o-transition: ease-in .2s;
	transition: ease-in .2s;
	text-decoration: none;
	color: #fff !important;
	border: 1px solid #29698f;
	background-color: #29698f;
}
ul.product-page-tabs li a:hover {
    color: #fff !important;
}
ul.product-page-tabs li.active .pn-ProductNav_Link:after {
	content: '\f30b';
	font-family: 'Font Awesome 5 Free';
	position: absolute;
	right: 20px;
	color: #fff;
	font-weight: 600;
	-webkit-transition: ease-in .2s;
	-o-transition: ease-in .2s;
	transition: ease-in .2s;
	/*top: 50%;*/
	/*transform: translateY(-50%);*/
}

section.for-goal {
	display: none;
}

.minus-margin-for-rfq {
	margin-top: -10px !important;
}

.carousel-row {
	margin: 0 -30px;
}

.prc-toggle {
	border: 0;
}

.prc-toggle:hover,
.prc-toggle:focus {
	border: 0;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	outline: 0 !important;
}

.searchbar-ul {
	border: 0 !important;
}

.searchbar-ul li:last-child {
	display: none;
}

.responsive-searchbar form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}


/****BLOG-INNER-PAGE****/
.blog-inner-img, .product-inner-img {
	height: 300px;
    overflow: hidden;
    width: 100%;
    border-radius: 5px;
}

.blog-inner-img img, .product-inner-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
	-o-object-position: center;
	   object-position: center;
}
.product-inner-img {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}
.brands-skf .carousel-item {
	height: 400px;
	overflow: hidden;
	width: 100%;
	margin-bottom: 30px;
}

.brands-skf .carousel-item img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.brands-skf .carousel-control-next,
.brands-skf .carousel-control-prev {
	width: 10%;
}

.services {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

h1.custom-width {
	width: 43%;
}


/***BRAND MAIN PAGE***/

.brand-single-image {
	padding: 30px 0;
	border-radius: 15px;
	background-color: #fff;
	border: 1px solid #fff;
	-webkit-transition: all.5s ease;
	-o-transition: all.5s ease;
	transition: all.5s ease;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
	        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
	margin-bottom: 30px;
	text-align: center
}

.brand-single-image:hover {
	border: 1px solid #F7A034;
}

.brand-single-image img {
	width: auto;
	height: 40px;
}


/***PRODUCT-INNER PAGE***/

.product-inner-img img {
	width: 100%;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
	        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}

.product-inner-details ul {
	padding-left: 20px !important;
	background-color: #F8F8FB !important;
}
.product-inner-details ul li {
	color: #646464 !important;
	list-style-type: inherit;
}

.product-inner-details ul li a {
	color: #29698F !important;
	font-size: 1rem;
}

.product-inner-details .brand-single-image {
	/* padding: 20px; */
	height: 100px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-bottom: 30px;
}

.product-inner-details .brand-single-image img {
	width: auto !important;
	max-width: inherit !important;
	height: 30px;
}

.product-inner-video iframe {
	width: 100%;
	border-radius: 10px;
	/* height: 200px; */
}
/****Terms and Condition ***/
.terms-and-condition img {
	width: 50%;
}
ul.dots, ul.numbering {
	margin-left: 25px !important;
}
ul.dots li {
	list-style-type: inherit;
}
/***Floating-icons***/
.floating-socials {
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	position: fixed;
	z-index: 999;
	display: block;
	display: none;
}
.floating-socials ul li:nth-child(1) a {
	color: #fff;
	font-size: 18px;
}
.floating-socials ul li:nth-child(2) a {
	color: #fff;
	font-size: 18px;
}
.floating-socials ul li:nth-child(1) {
	background-color: #0088cc;
}
.floating-socials ul li:nth-child(2) {
	background-color: #4FCE5D;
}
.floating-socials ul li {
	margin: 8px 0;
	background: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
	line-height: 42px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
	        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}
.floating-socials ul li {
	-webkit-transition: all.5s ease;
	-o-transition: all.5s ease;
	transition: all.5s ease;
}
.floating-socials ul li:hover {
	margin-left: -5px;
}

.contact-info a, .brands-skf a {
    color: #29698F !important;
}
.contact-info a:hover {
    color: #F7A034 !important;
}
/*** BRAND INNER PAGE ***/
.range-bearings ul li {
    color: #646464 !important;
}

/*** CURRENT OPENING INNER PAGE ***/
.jd {
    font-family: cairo regular !important;
}

/*** BRANDS INNER PAGE LINKS ***/
.brands-inner ul li img {
	width: auto;
	height: 20px;
}
.brands-inner .pn-ProductNav_Link:after {
	line-height: 30px !important;
	color: #F7A034 !important;
}
.brands-inner ul li a {
	border: 2px solid transparent !important;
}
.brands-inner ul.product-page-tabs li.active .pn-ProductNav_Link, .brands-inner ul li a:hover {
	border: 2px solid #F9A429 !important;
	background: none !important;
}
.brands-inner ul.product-page-tabs li a:hover {
    color : #F9A429 !important;
}
.slider-overlay {
    width: 100%;
}
section.data-small-screen {
	display: none;
}
/*** CATALOG PAGE ***/
section.mcb-catalogs ul li a span {
    display: inline-block;
    width: 85%;
}
.industrial .card-body h6 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 40px;
}
.search-catalog input {
    -webkit-transition: all.5s ease;
    -o-transition: all.5s ease;
    transition: all.5s ease;
}
.search-catalog input:focus {
    padding: 0 40px !important;
}
.img-zoom img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    height: 100%;
}
.map-dropdown .form-control {
    padding: 0 10px !important;
}
.timeline-content a {
    color: #fff !important;
    text-decoration: underline !important;
}
.timeline-content a:hover {
    color: #29698F !important;
    text-decoration: none !important;
}
.rfq-section .form-check a {
    color: #f7a034 !important;
}
.rfq-section .form-check a:hover {
    color: #fff !important;
}
.rfq-section .contact-inputs select {
    background-color: #F8F8FB !important;
}
.map-slider .carousel-item {
    height: 400px;
}
/* ## Media Query */

@media screen and (min-width: 1800px) {
	.home-banner-text {
		left: 50px;
	}
	.home-slider .carousel-item img {
		width: 43%;
	}
	.topbar a img {
		width: 100% !important;
	}
	.topbar input {
		font-size: 18px;
		width: 90px !important;
	}
	.topbar ul li a,
	.menu ul li a {
		font-size: 18px;
	}
	.mcb-btn {
		font-size: 18px !important;
	}
	.home-banner-text h1 {
		font-size: 70px;
	}
	.home-slider .carousel-indicators li,
	.home-slider .carousel-indicators li.active {
		width: 10px;
		height: 10px;
	}
	p {
		font-size: 20px;
	}
	.mcb-h1 {
		font-size: 60px !important;
	}
	.mcb-h2 {
		font-size: 46px !important;
	}
	.mcb-h3 {
		font-size: 36px !important;
	}
	.mcb-h4 {
		/* font-size: 25px !important; */
		font-size: 30px !important;
	}
	.mcb-h5 {
		font-size: 24px !important;
	}
	.mcb-h6 {
		font-size: 20px !important;
	}
	.p-14 {
		font-size: 20px !important;
	}
	.service-1,
	.service-2,
	.service-3 {
		width: 150px;
		height: 150px;
		background-size: 45%;
	}
	.inner-content p {
		line-height: 25px;
	}
	/* .clients .slick-prev {
		left: 1393px !important;
	} */
	.exp-content p,
	.exp-content ul li,
	.foot-1 ul li a,
	.corner p,
	.corner ul li a,
	.foot-links p,
	.truck h6,
	.skf-innovative p,
	p.panel-title a {
		font-size: 18px !important;
	}
	.exp-content h6 {
		font-size: 1.3rem !important;
	}
	.foot-links ul li a {
		width: 45px;
		height: 45px;
		line-height: 45px;
		font-size: 22px;
	}
	.para-18 {
		font-size: 18px !important;
	}
	.pn-ProductNav_Link,
	.skf-innovative h6 {
		font-size: 20px !important;
	}
	.industrial .card-body {
		height: 160px;
	}
	.vacancy {
		height: 125px;
	}
	.vacancy h4 {
		width: 24%;
		font-size: 26px;
	}
	.vacancy ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		/*min-width: 450px;*/
	}
	.vacancy ul li p {
		font-size: 18px !important;
	}
	.culture-img img {
		height: auto;
		width: 100%;
	}
	.service-one-content {
		width: 612px;
	}
	iframe.the-goal-youtube {
		height: 332px;
	}
	.brand-feature {
		height: 300px;
	}
	.founder-bg {
		height: 405px;
	}
	.g-recaptcha {
		-ms-transform: scale(0.99);
		transform: scale(0.99);
		-webkit-transform: scal(0.99);
		-ms-transform-origin: 0 0;
		transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
	}
	/***Brands***/
	/* .brand-clients .slick-prev {
		left: 1393px !important;
	} */
	/***BLOG***/
	/* .blog-slider .slick-prev {
	    left: 1010px !important;
	} */
	.founder-bg {
		width: 265px;
	}
	.my-leader-tabs {
		height: 435px;
	}
	/***ABOUT US ***/
	.web-brand-boxes .social-about {
		padding: 35px 0 !important;
	}
	.web-brand-boxes h5 i {
		font-size: 32px !important;
	}
	.language-li {
		width: 110px;
	}
	.product-img {
		min-height: 200px;
		max-height: 200px;
	}
	.brand-img {
		min-height: 350px;
		max-height: 350px;
	}
	.blog-card h5 {
		height: 60px;
	}
	.blog-card h5 {
		height: 60px;
	}
	/*** LEADERSHIP NEW PAGE ***/
	.leader-box {
		height: 400px;
	}
	.leader-detail h6 {
		height: 50px;
	}
	/*** CATALOG PAGE ***/
	.industrial .card-body h6 {
	    height: 50px;
	}
	.trusted-video iframe {
	    height: 500px !important;
	}
	.map-slider .carousel-control-next, .map-slider .carousel-control-prev {
	    top: 45%;
	}
	.map-slider .carousel-item-next, .carousel-item-prev, .carousel-item.active {
	    height: 500px;
	}
	#map {
	    height: 500px;
	}
	.blog-inner-img, .product-inner-img {
	    height: 480px;
	}
	/*** Thank you page ***/
    .thankyou-content {
    	/*margin-top: 200px !important;*/
    }
}

@media (min-width: 1501px) and (max-width: 1799px) {
	/***LANDING PAGE***/
	.home-slider .carousel-item img {
		width: 50%;
	}
	/* .clients .slick-prev {
		left: 1070px !important;
	} */
	/***Products***/
	.g-recaptcha {
		-ms-transform: scale(0.99);
		transform: scale(0.99);
		-webkit-transform: scale(0.99);
		-ms-transform-origin: 0 0;
		transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
	}
	/***BLOG***/
	/* .blog-slider .slick-prev {
	    left: 770px !important;
	} */
}

@media (min-width: 1381px) and (max-width: 1500px) {
	/***LANDING PAGE***/
	.home-slider .carousel-item img {
		width: 50%;
	}
	/* .clients .slick-prev {
		left: 975px !important;
	} */
	/***BLOG***/
	/* .blog-slider .slick-prev {
	    left: 770px !important;
	} */
}

@media (min-width: 1400px) and (max-width: 1440px) {
	/* .clients .slick-prev {
		left: 1010px !important;
	} */
	.service-1,
	.service-2,
	.service-3 {
		width: 120px;
		height: 120px;
	}
	/***BLOG***/
	/* .blog-slider .slick-prev {
	    left: 725px !important;
	} */
}

@media (min-width: 1200px) and (max-width: 1280px) {
	section.mcb-slider {
		background-size: 55%;
	}
	.parts {
	    padding: 20px;
	}
	/* .clients .slick-prev {
		left: 883px !important;	
	} */
	.auto-bearings .product-brand {
		margin-bottom: 20px !important;
	}
	.svg-ico-nav {
		margin-right: 0 !important;
	}
	.g-recaptcha {
		-ms-transform: scale(0.77);
		transform: scale(0.77);
		-webkit-transform: scale(0.77);
		-ms-transform-origin: 0 0;
		transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
	}
	.brand-feature {
		height: 250px !important;
	}
	.presented p,
	.member-content ul li a span {
		font-size: 13px !important;
	}
	.founder-bg {
		height: 294px !important;
	}
	.core-quality .service-one {
		padding: 30px 10px !important;
	}
	/*.vacancy a {*/
	/*	margin: 0 20px !important;*/
	/*}*/
	.media-box {
		padding: 30px 40px;
	}
	/***BLOG***/
	/* .blog-slider .slick-prev {
	    left: 628px !important;
	} */
	/*.vacancy ul {*/
	/*	min-width: 285px;*/
	/*}*/
}

@media (min-width: 1025px) and (max-width: 1279px) {
	.mcb-container {
		width: 95%;
		margin: 0 auto;
	}
	.section-bg-banner {
		padding: 0 !important;
	}
	section.mcb-slider {
		min-height: 230px !important;
		padding: 0 2.5%;
	}
	section.mcb-slider h1 {
		font-size: 40px !important;
	}
	.pn-ProductNav_Link {
		font-size: 12px !important;
	}
	.g-recaptcha {
		-ms-transform: scale(0.77);
		transform: scale(0.77);
		-webkit-transform: scal(0.77);
		-ms-transform-origin: 0 0;
		transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
	}
	.presented p {
		font-size: 12px !important;
	}
	.founder-bg {
		height: 250px !important;
	}
	.member-content {
		padding: 30px 10px 0;
	}
	/*.vacancy a {*/
	/*	margin: 0 20px;*/
	/*}*/
	.media-box {
		padding: 30px;
	}
}


/* 
  ##Device = Smart Phones (Portrait and Landscape)
*/

@media (min-width: 768px) and (max-width: 1024px) {
	.mcb-container {
		width: 90%;
		margin: 0 auto;
	}
	.home-banner-text h1 {
		margin-bottom: 15px;
		font-size: 46px;
		line-height: 1;
	}
	.home-banner-text a {
		font-size: 10px !important;
		padding: 5px 15px !important;
	}
	.home-slider .carousel-item img {
		width: 60%;
	}
	.section-bg-banner {
		background-size: 130%;
		background-position: -116% 50%;
		padding: 0 !important;
	}
	.home-slider .carousel-inner {
		height: 500px;
	}
	section.mcb-slider {
		background-size: 55% !important;
		min-height: 190px !important;
	}
	section.mcb-slider h1 {
		font-size: 32px !important;
		margin-bottom: 0 !important;
	}
	.mcb-h1 {
		font-size: 54px !important;
	}
	.mcb-h2 {
		font-size: 34px !important;
	}
	.mcb-h3 {
		font-size: 24px !important;
	}
	.mcb-h4 {
		font-size: 20px !important;
	}
	.mcb-h5 {
		font-size: 18px !important;
	}
	.mcb-h6 {
		font-size: 16px !important;
	}
	.request {
		height: 100%;
		line-height: inherit;
		padding: 20px 0;
	}
	.service-1,
	.service-2,
	.service-3 {
		width: 85px;
		height: 85px;
	}
	.res-qb .service-one {
		padding: 0 !important;
		height: inherit !important;
	}
	.p-14 {
		font-size: 12px;
	}
	.exp {
		padding: 50px 30px;
	}
	.inner-data {
		padding: 0 !important;
	}
	.connect {
		display: inline-block;
	}
	.connect button {
		margin-bottom: 20px;
	}
	.connect img {
		width: 80%;
	}
	.clients .client-review {
		padding: 30px;
	}
	/*section.home-clients .slick-prev {*/
	/*	left: 560px !important;*/
	/*}*/
	.quote-content p {
		font-size: 24px;
		margin: 0;
		padding-top: 10px;
	}
	.mcb-ul li.brand-border {
		border-right: none;
		display: inline-block;
		width: 49%;
		margin-bottom: 30px;
	}
	.mcb-ul {
		display: inherit !important;
	}
	.brands .slick-slide img {
		height: 40px !important;
	}
	.subscribe-head p {
		font-size: 28px !important;
	}
	.newsletter input {
		margin-top: 0 !important;
	}
	.sub-icon {
		position: absolute;
		/*top: 10px;*/
		/*right: 55px;*/
	}
	/***CONTACT PAGE***/
	.m-top {
		margin-top: 50px !important;
	}
	.mac-top-30 {
		margin-top: 30px !important;
	}
	section.contact-us .pr-5,
	section.contact-us .pl-5 {
		padding: 0 10px !important;
	}
	.call {
		margin-bottom: 10px;
		width: 170px;
	}
	/***PRESS-RELEASE***/
	/* .panel-group {
		display: flex;
		overflow-x: scroll;
	}
	.panel {
		padding: 10px;
		margin-right: 10px;
	} */
	p.panel-title a {
		padding-right: 10px;
	}
	.media-box {
		padding-bottom: 30px;
	}
	/***CURRENT-OPENINGS***/
	section.marketing .current-video {
		margin-bottom: 30px;
	}
	/*.vacancy a {*/
	/*	margin: 0 10px;*/
	/*}*/
	/***LEADERSHIP***/
	.my-leader-tabs {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
		height: 290px;
		overflow-x: scroll;
	}
	.founder-bg {
		width: 180px;
		height: 260px;
	}
	.last-founder-bg {
		width: 100% !important;
		height: 200px;
	}
	.last-founder-bg h5 {
		font-size: 16px !important;
	}
	.last-founder-bg h6 {
		font-size: 13px !important;
	}
	/***OUR-WORK-CULTURE***/
	.nationalities .culture-box {
		height: 265px;
	}
	.opportunities .culture-box {
		height: 300px;
	}
	/***BRANDS***/
	.brand-image {
		text-align: center;
	}
	.brand-image img {
		width: 50%;
	}
	.product-slider .slick-prev {
		left: 564px !important;
	}
	.product-slider .slick-next {
		right: 50px !important;
	}
	.product-slider .slick-prev,
	.product-slider .slick-next {
		display: block !important;
		/* top: -43px !important; */
	}
	/***WEBINAR***/
	.presented a h5 {
		padding: 0 10px !important;
		font-size: 16px !important;
	}
	.web-brand-boxes h5 {
		display: none;
	}
	.social-about i {
		line-height: 63px !important;
	}
	/***THE GOAL***/
	/***CORE-VALUES***/
	.core-values-tabs .pr-1,
	.core-values-tabs .pl-1 {
		padding: 10px !important;
	}
	.quality-bearings .service-one {
		padding: 30px 20px;
		height: 270px;
	}
	/***INFRASTRUCTURE***/
	.infra-circle {
		margin-left: -10px;
	}
	.whole-infra .section-padtop-15 {
		padding-top: 0 !important;
	}
	/***INTERNSHIP***/
	.intern-head h2 {
		font-size: 28px !important;
	}
	.internship-requirements .pl-5 {
		padding-left: 1rem!important;
	}
	/***ABOUT US***/
	.social-web {
		padding: 30px !important;
	}
	/***OUR-WORK-CULTURE***/
	section.culture-sneak .pr-1,
	section.culture-sneak .pl-1 {
		padding: 10px !important;
	}
	/***OUR TEAM***/
	.member-content {
		padding: 30px 15px 0;
	}
	/***BLOG***/
	/* .blog-slider .slick-prev {
		left: 562px !important;
	} */
	.media-box {
		padding: 30px !important;
	}
	/***MILESTONE***/
	/***BLOG-2***/
	/*.blog-links ul {*/
	/*	margin-bottom: 50px !important;*/
	/*}*/
	.presented p {
		font-size: 14px !important;
	}
	.product-top-pad-768 {
		padding-top: 30px;
	}
	/*** PRODUCT PAGE ***/
	.product-img {
	    min-height: 230px;
        max-height: 230px;
	}
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
	section.mcb-slider h1 {
		font-size: 34px !important;
		margin-bottom: 0 !important;
	}
	.mcb-ul {
		display: table !important;
		width: 100% !important;
	}
	.mcb-ul li {
		display: table-cell !important;
		width: 1% !important;
	}
	.menu ul li {
        padding: 0 10px !important;
    }
	.parts {
	    padding: 20px;
	}
	.auto h4 {
	    width: 130px;
	}
	.brand-border {
		border-right: 1px solid #29698f !important;
	}
	/*section.home-clients .slick-prev {*/
	/*	left: 794px !important;*/
	/*}*/
	.brands .slick-slide img {
		height: 25px !important;
	}
	.request p {
		font-size: 15px !important;
	}
	.inner-data {
		padding: 0 5px !important;
	}
	/***CURRENT-OPENINGS***/
	/*.vacancy a {*/
	/*	margin: 0 10px;*/
	/*}*/
	/***OUR-WORK-CULTURE***/
	.nationalities .culture-box,
	.opportunities .culture-box {
		height: inherit;
	}
	.opportunities .culture-box {
		height: 250px;
	}
	/***BRANDS***/
	.brand-image {
		text-align: center;
	}
	.brand-image img {
		width: 100%;
	}
	.product-slider .slick-prev {
		left: 794px !important;
	}
	/***CORE-VALUES***/
	.quality-bearings .service-one {
		padding: 30px 20px;
		height: 240px;
	}
	/***WEBINAR***/
	.web-brand-boxes h5 {
		display: block;
	}
	/***LEADERSHIP***/
	/***OUR TEAM***/
	/***PRODUCTS***/
	.g-recaptcha {
		-ms-transform: scale(0.75);
		transform: scale(0.75);
		-webkit-transform: scal(0.75);
		-ms-transform-origin: 0 0;
		transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
	}
	/***BLOG***/
	/***BLOG-2***/
	/*.blog-links ul {*/
	/*	margin-bottom: 0 !important;*/
	/*}*/
	.mac-top-30,
	.m-top {
		margin-top: 0 !important;
	}
	/****About Us****/
	.social-web {
		padding: 40px 0 !important;
		width: 175px;
	}
	.custom-foot-top-30 {
		margin-top: -30px !important;
	}
	.topbar input:focus {
		width: 150px !important;
	}
	/*** PRODUCT PAGE ***/
	.product-img {
	    min-height: 180px;
        max-height: 180px;
	}
}

@media (min-width: 481px) and (max-width: 767px) {
	.brand-tab-content .pr-1,
	.brand-tab-content .pl-1 {
		padding: 15px !important;
	}
	section.mcb-slider {
		background-size: 55% !important;
		min-height: 165px !important;
	}
	section.mcb-slider h1 {
		font-size: 26px !important;
		margin-bottom: 0 !important;
	}
	.mcb-container {
		width: 90%;
		margin: 0 auto;
	}
	.home-banner-text h1 {
		margin-bottom: 15px;
		font-size: 34px;
		line-height: 1;
	}
	.home-banner-text a {
		font-size: 10px !important;
		padding: 5px 15px !important;
	}
	.home-slider .carousel-item img {
		width: 60%;
	}
	.section-bg-banner {
		background-size: 130%;
		background-position: -116% 50%;
		padding: 0 !important;
	}
	.home-slider .carousel-inner {
		height: 300px;
	}
	.request p {
		font-size: 14px !important;
	}
	.mcb-h1 {
		font-size: 54px !important;
	}
	.mcb-h2 {
		font-size: 30px !important;
	}
	.mcb-h3 {
		font-size: 24px !important;
	}
	.mcb-h4 {
		font-size: 20px !important;
	}
	.mcb-h5 {
		font-size: 18px !important;
	}
	.mcb-h6 {
		font-size: 16px !important;
	}
	.p-14 {
		font-size: 12px;
	}
	.request {
		height: 100%;
		line-height: inherit;
		padding: 20px 0;
	}
	.quality-head h2 {
		margin-bottom: 20px !important;
	}
	.service-one {
		width: inherit !important;
		padding: 0 !important;
	}
	.core-quality .service-one {
		padding: 30px 10px !important;
	}
	.clients .client-review {
		padding: 30px;
	}
	section.home-clients .slick-next {
		right: 46px;
	}
	/* .clients .slick-prev {
		left: 450px !important;
	} */
	.exp {
		padding: 30px;
	}
	.inner-data {
		padding: 0 !important;
	}
	.connect {
		display: inline-block;
	}
	.connect button {
		margin-bottom: 20px;
	}
	.connect img {
		width: 80%;
	}
	.mcb-ul li.brand-border {
		border-right: none !important;
		display: inline-block !important;
		width: 48%;
		margin-bottom: 30px;
	}
	.mcb-ul {
		display: inherit !important;
	}
	.brands .slick-slide img {
		height: 40px !important;
	}
	.subscribe,
	.foot-logo,
	.foot-links,
	.corner {
		text-align: center;
	}
	.quote-content p {
		font-size: 20px;
		margin: 0;
		padding-top: 10px;
	}
	/* .footer-border-right {
		border-right: none !important;
	} */
	.footer-no-right-border {
		border-right: none !important;
	}
	.foot-border-right-481 {
		border-right: 1px solid #c7c7c9 !important;
	}
	.footer-paddingtop-0 {
		padding-top: 0 !important;
	}
	.no-paddings {
		padding: 0 !important;
	}
	.foot-logo img {
		width: 40%;
		margin-bottom: 20px;
	}
	.foot-links p {
		margin-top: 20px;
	}
	.corner {
		margin-bottom: 20px;
	}
	/***CONTACT PAGE***/
	section.contact-us .pr-5,
	section.contact-us .pl-5 {
		padding: 0 20px !important;
	}
	.res-paddingtop-50 {
		padding-top: 50px !important;
	}
	/***PRESS-RELEASE***/
	.panel-group {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		overflow-x: scroll;
	}
	.panel {
		padding: 10px;
		margin-right: 10px;
	}
	p.panel-title a {
		padding-right: 10px;
	}
	.media-box {
		margin-bottom: 30px;
	}
	/***CURRENT-OPENINGS***/
	section.marketing .current-video {
		margin-bottom: 30px;
	}
	/***ABOUT-US***/
	.about-data-content p {
		font-size: 16px !important;
	}
	.about-svg svg {
		-webkit-transform: scale(1.2);
		-ms-transform: scale(1.2);
		transform: scale(1.2);
	}
	.social-about i {
		width: 55px;
		height: 55px;
		line-height: 48px;
		font-size: 24px;
	}
	.social-about h4 {
		font-size: 16px !important;
	}
	/***LEADERSHIP***/
	.my-leader-tabs {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
		height: 330px;
		overflow-x: scroll;
	}
	.founder-bg {
		width: 210px;
	}
	.leader-img {
		margin-bottom: 20px;
	}
	.play-about {
		margin-bottom: 30px;
	}
	.last-founder-bg {
		width: 100% !important;
	}
	.founder-top-margin {
		margin-top: 30px;
	}
	/***CORE-VALUES***/
	.recog-content h2 {
		font-size: 22px !important;
	}
	.quality-bearings .service-one {
		height: 320px;
	}
	.res-inherit-height .service-one {
		height: inherit !important;
	}
	.core-values-tabs .pr-1,
	.core-values-tabs .pl-1 {
		padding: 0 5px !important;
	}
	/***OUR-WORK-CULTURE***/
	section.culture-sneak .pr-1,
	section.culture-sneak .pl-1 {
		padding: 10px !important;
	}
	.opportunities .culture-box {
		height: 300px;
	}
	.behind-margin-top {
		margin-top: 30px;
	}
	/***BRANDS***/
	.brand-image {
		text-align: center;
	}
	.brand-image img {
		width: 50%;
	}
	.product-slider .slick-prev {
		left: 448px !important;
	}
	.product-slider .slick-next {
		right: 50px !important;
	}
	.product-slider .slick-prev,
	.product-slider .slick-next {
		display: block !important;
		top: -50px !important;
	}
	/***WEBINAR***/
	.web-marg-30 {
		margin-top: 30px !important;
	}
	.presented a h5 {
		padding: 0 10px !important;
		font-size: 16px !important;
	}
	.web-brand-boxes h5 {
		font-size: 14px !important;
	}
	.web-brand-boxes .social-web {
		border: 1px solid #F7A034 !important;
		-webkit-transition: all.3s ease !important;
		-o-transition: all.3s ease !important;
		transition: all.3s ease !important;
		padding: 20px !important;
		/* width: 18% !important; */
	}
	.web-brand-boxes h5 {
		display: none;
	}
	/***THE GOAL***/
	/***INFRASTRUCTURE***/
	.infra-circle {
		margin-left: -15px;
	}
	.infra-round h5 {
		font-size: 16px !important;
	}
	.whole-infra .section-padtop-15 {
		padding-top: 0 !important;
	}
	/***INTERNSHIP***/
	.intern-head h2 {
		font-size: 28px !important;
	}
	.internship-requirements .pl-5 {
		padding-left: 1rem!important;
	}
	.intern-margintop-481 {
		margin-top: 30px;
	}
	/***JOB-APPLICATION***/
	.jd {
		padding: 30px;
	}
	/***MAP SECTION***/
	section.map-area #map,
	section.map-area .carousel-item {
		height: 350px;
	}
	/***OUR TEAM***/
	/***BLOG***/
	.responsive-media-box {
		margin-top: -35px !important;
	}
	/***MILESTONE***/
	div.bhoechie-tab-menu div.list-group>a.active {
		position: relative;
	}
	div.bhoechie-tab-menu div.list-group>a.active:before {
		content: '\f0de';
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
		position: absolute;
		left: 50%;
		bottom: -14px;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		color: #fff;
		font-size: 20px;
	}
	div.bhoechie-tab-menu div.list-group>a.active:after {
		position: absolute;
		/* bottom: -10px; */
		top: 60px;
		width: 100%;
		height: 3px;
		background: #fff;
		left: 0;
		content: '';
		opacity: 1;
		-webkit-transition: opacity .4s;
		-o-transition: opacity .4s;
		transition: opacity .4s;
		border: none !important;
	}
	div.bhoechie-tab-menu div.list-group {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		border-radius: 0 !important;
		overflow-x: scroll;
		overflow-y: hidden;
	}
	.timeline a.list-group-item {
		height: inherit !important;
		/* display: inline-block; */
	}
	.timeline .list-group,
	.timeline .bhoechie-tab-content {
		min-height: inherit !important;
	}
	.timeline .bhoechie-tab-content {
		display: inherit;
	}
	.timeline .list-group-item {
		border-bottom: none !important;
	}
	.timeline img {
		width: 100%;
	}
	div.bhoechie-tab-menu div.list-group>a .glyphicon {
		width: 150px;
		height: 50px;
		line-height: 50px;
	}
	.bhoechie-tab-menu .list-group-item {
		/* border: 1px solid #fff !important; */
	}
	.timeline .list-group {
		background: inherit !important;
	}
	.timeline .list-group-item:last-child {
		border: 1px solid #fff !important;
	}
	.timeline .list-group-item.active {
		border-bottom: none !important;
		border-right: 1px solid #fff !important;
		border-left: 1px solid #fff !important;
	}
	/* div.bhoechie-tab-menu div.list-group {
	    overflow: inherit;
	} */
	.timeline .list-group-item:last-child {
		border: none !important;
	}
	.timeline .list-group-item {
		border: none !important;
	}
	/* Hide scrollbar for Chrome, Safari and Opera */
	div.bhoechie-tab-menu div.list-group::-webkit-scrollbar {
		display: none !important;
	}
	/* Hide scrollbar for IE, Edge and Firefox */
	div.bhoechie-tab-menu div.list-group {
		-ms-overflow-style: none;
		/* IE and Edge */
		scrollbar-width: none;
		/* Firefox */
	}
	/***THE-GOAL***/
	/* .goal-content {
		margin-top: 30px;
	} */
	/***BLOG-2***/
	/*.blog-links ul {*/
	/*	margin-bottom: 50px !important;*/
	/*}*/
	/***ABOUT US PAGE SECTION***/
	.social-box-png {
		width: 50px !important;
		height: 50px !important;
		border: 2px solid #ffffff !important;
		line-height: 45px !important;
	}
	.social-box-png img {
		width: 50% !important;
	}
	/*.blog-inner-img img {*/
	/*	width: 100%;*/
	/*}*/
	.product-top-pad-480 {
		padding-top: 20px;
	}
	.presented a {
		margin-bottom: 10px;
	}
	.res-margintop-30-481 {
		margin-top: 30px;
	}
	div.bhoechie-tab-content {
	    height: inherit !important;
	}
	/*** PRODUCT PAGE ***/
	.product-img {
	    min-height: 190px;
        max-height: 190px;
	}
}

@media (min-width: 320px) and (max-width: 480px) {
	h1.custom-width {
		width: inherit;
	}
	.product-content img {
		width: 100%;
		height: auto;
	}
	a.navbar-brand img {
		width: 100px;
	}
	.responsive-search-result {
		/*position: fixed;*/
		z-index: 1000;
	}
	/*.searchbar-ul li:last-child{*/
	/*	display: inline-block;*/
	/*}*/
	.mcb-container {
		width: 90%;
		margin: 0 auto;
	}
	.home-banner-text h1 {
		margin-bottom: 15px;
		font-size: 22px;
		line-height: 1;
	}
	.home-banner-text a {
		font-size: 10px !important;
		padding: 5px 15px !important;
	}
	.home-slider .carousel-item img {
		width: 75%;
	}
	.section-bg-banner {
		background-size: 130%;
		background-position: -116% 50%;
		padding: 0 !important;
	}
	.home-slider .carousel-inner {
		height: 300px;
	}
	.mcb-h1 {
		font-size: 54px !important;
	}
	.mcb-h2 {
		font-size: 30px !important;
	}
	.mcb-h3 {
		font-size: 24px !important;
	}
	.mcb-h4 {
		font-size: 20px !important;
	}
	.mcb-h5 {
		font-size: 18px !important;
	}
	.mcb-h6 {
		font-size: 16px !important;
	}
	.res-center {
		text-align: center !important;
	}
	.res-margin-center {
		margin: 0 auto !important;
	}
	.res-margintop-10 {
		margin-top: 10px !important;
	}
	.res-marginbottom-10 {
		margin-bottom: 10px !important;
	}
	.res-margintop-20 {
		margin-top: 20px !important;
	}
	.res-marginbottom-20 {
		margin-bottom: 20px !important;
	}
	.res-margintop-30 {
		margin-top: 30px !important;
	}
	.res-marginbottom-30 {
		margin-bottom: 30px !important;
	}
	.res-margintop-50 {
		margin-top: 50px !important;
	}
	.res-marginbottom-50 {
		margin-bottom: 50px !important;
	}
	.res-paddingtop-10 {
		padding-top: 10px !important;
	}
	.res-paddingbottom-10 {
		padding-bottom: 10px !important;
	}
	.res-paddingtop-20 {
		padding-top: 20px !important;
	}
	.res-paddingbottom-20 {
		padding-bottom: 20px !important;
	}
	.res-paddingtop-30 {
		padding-top: 30px !important;
	}
	.res-paddingbottom-30 {
		padding-bottom: 30px !important;
	}
	.res-no-padding {
		padding: 0 !important;
	}
	.res-no-margin {
		margin: 0 !important;
	}
	.auto a h4 {
		font-size: 18px !important;
	}
	.auto ul li a i {
		font-size: 1em !important;
	}
	.request {
		height: 100%;
		line-height: inherit;
	}
	.mcb-btn {
		font-size: 12px !important;
		padding: 8px 15px !important;
	}
	.res-no-float {
		float: none !important;
	}
	.parts {
		min-height: 200px;
		padding: 12px;
		/*margin-bottom: 30px !important;*/
	}
	.bearing-img {
		margin-top: 15px;
	}
	.auto ul li {
		display: block;
	}
	.auto h4 {
	    width: inherit;
	}
	.parts svg {
		-webkit-transform: scale(0.6);
		-ms-transform: scale(0.6);
		transform: scale(0.6);
	}
	.quality {
		padding: 28px;
	}
	/* 
	.p-14 {
		font-size: 12px !important;
	} */
	.service-1,
	.service-2,
	.service-3 {
		width: 75px;
		height: 75px;
	}
	.exp {
		padding: 25px;
	}
	.exp button {
		font-size: 11px !important;
	}
	.clients .client-review {
		padding: 30px !important;
	}
	.mcb-ul li.brand-border {
		border-right: none !important;
		display: inline-block !important;
		width: 48%;
		margin-bottom: 30px;
	}
	.inner-data {
		padding: 0 !important;
	}
	.mcb-ul {
		display: inherit !important;
	}
	.brands .slick-slide img {
		height: 30px !important;
	}
	.quote-content p {
		font-size: 20px;
	}
	/*.sub-icon {*/
	/*	right: 35px;*/
	/*}*/
	/***MAP SECTION***/
	section.map-area #map,
	section.map-area .carousel-item {
		height: 400px;
	}
	.footer-border-right {
		border-right: none !important;
	}
	.foot-logo img {
		width: 50%;
	}
	.foot-links p {
		margin-top: 20px;
	}
	.clients .slick-prev,
	.clients .slick-next {
		/* display: none !important; */
	}
	.clients h2 {
		font-size: 26px !important;
		margin-bottom: 50px;
	}
	/***CONTACT PAGE***/
	/*section.mcb-slider {*/
	/*	background-size: 100% !important;*/
		/* padding: 100px 0 125px !important; */
	/*	min-height: 160px !important;*/
	/*	padding: 0 5%;*/
	/*	-webkit-box-align: end;*/
	/*	-ms-flex-align: end;*/
	/*	align-items: flex-end;*/
	/*}*/
	/*section.mcb-slider h1 {*/
	/*	font-size: 26px !important;*/
	/*	color: #F7A034 !important;*/
	/*	padding-bottom: 10px !important;*/
	/*}*/
	section.mcb-slider {
		background-size: 125% !important;
		/* padding: 100px 0 125px !important; */
		min-height: 160px !important;
		padding: 0 15px;
		/* -webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end; */
		background-position: 100% 80%;
		position: relative;
	}
	section.mcb-slider h1 {
		font-size: 26px !important;
		color: #fff !important;
		width: 80%;
	}
	.slider-overlay {
		background: rgba(41,105,143,0.8);
		position: absolute;
		right: 0;
		left: 0;
		height: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		padding: 0 15px;
	}
	section.contact-us .pr-5,
	section.contact-us .pl-5 {
		padding: 0 20px !important;
	}
	.res-paddingtop-50 {
		padding-top: 50px !important;
	}
	.contact-numbers {
		display: inline-block !important;
	}
	.call {
		margin-bottom: 10px;
		width: 170px;
	}
	/***PRESS-RELEASE***/
	.panel-group {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		overflow-x: scroll;
	}
	.panel {
		/* padding: 10px; */
		margin-right: 10px;
		width: 200px !important;
		display: inline-table;
	}
	p.panel-title a {
		padding-right: 10px;
	}
	.res-padright-10 {
		padding-right: 10px !important;
	}
	.res-padleft-10 {
		padding-left: 10px !important;
	}
	/* .catalog-icon {
		top: 46px;
	} */
	.industrial .card-body {
		height: 170px;
	}
	/***CURRENT-OPENINGS***/
	section.marketing {
		padding-bottom: 30px !important;
	}
	.vacancy {
		margin-bottom: 20px !important;
		height: inherit !important;
		display: block !important;
		padding-bottom: 20px;
		-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
		box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
	}
	.vacancy h4 {
		padding: 10px;
		border-radius: 5px 5px 0 0;
		display: inherit !important;
		width: 100%;
		text-align: left !important;
	}
	.vacancy ul li {
		margin: 10px !important;
	}
	.vacancy ul li p {
		padding: 5px 0;
	}
	.vacancy a {
		margin-left: 10px !important;
	}
	/***ABOUT-US***/
	.data-about .pr-1,
	.data-about .pl-1,
	.white-box .pr-1,
	.white-box .pl-1,
	.brand-tab-content .pr-1,
	.brand-tab-content .pl-1,
	.brand-feature-box .pr-2,
	.brand-feature-box .pl-2,
	.infra-about-box .pr-1,
	.infra-about-box .pl-1,
	.core-quality .pr-1,
	.core-quality .pl-1 {
		padding: 0 15px !important;
	}
	.about-data,
	.social-about {
		margin-bottom: 15px;
	}
	/***LEADERSHIP***/
	section.leadership-banner {
		background-position: center !important;
	}
	.my-leader-tabs {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
		height: 350px;
		overflow-x: scroll;
	}
	.founder-bg {
		width: 210px;
	}
	.leader-img {
		margin-bottom: 20px;
	}
	.last-founder-bg {
		width: 100% !important;
		height: 220px;
	}
	.top-margin-0-320 {
		margin-top: 0 !important;
	}
	/***CORE-VALUES***/
	.recog-content h2 {
		font-size: 22px !important;
	}
	.core-values-tabs .pr-1,
	.core-values-tabs .pl-1 {
		padding: 0 15px !important;
	}
	/***THE-GOAL***/
	.the-goal-tab-video iframe {
		height: 200px !important;
	}
	.goal-tabs {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.goal-tab-link {
		/* width: 50%; */
		width: inherit;
		padding: 10px 0 !important;
	}
	a.center-tab {
		border: none !important;
	}
	.res-last-tab {
		/* border-top: 1px solid #fff !important; */
	}
	.brand-tabs iframe {
		width: 100% !important;
	}
	.goal-img img {
		margin-bottom: 25px;
	}
	.goal-tab-row {
		padding: 30px 15px;
	}
	/***BRANDS***/
	.brand-tab {
		width: 48%;
		margin: 0 auto;
	}
	.brand-tab h5 {
		font-size: 16px !important;
	}
	/* .product-slider .slick-prev::before, .product-slider .slick-next::before {
		padding: 5px 10px !important;
	} */
	.product-slider .slick-prev {
		left: 215px !important;
	}
	.product-slider .slick-next {
		right: 35px !important;
	}
	.product-slider .slick-prev,
	.product-slider .slick-next {
		display: block !important;
		top: -50px !important;
	}
	.truck {
		padding-left: 15px;
	}
	.social-brand {
		/*position: absolute;*/
		/*top: 15px;*/
		right: 10px;
	}
	.product-padding-left-0-320 {
		padding-left: 0 !important;
	}
	.product-padding-right-0-320 {
		padding-right: 0 !important;
	}
	/***WEBINAR***/
	.live p {
		font-size: 16px !important;
	}
	.presented a {
		margin: 5px 0 !important;
	}
	.presented a h5 {
		padding: 0 10px !important;
	}
	.web-brand-boxes .social-about i {
		width: 30px;
		height: 30px;
		line-height: 28px;
		border-radius: 50%;
		border: 2px solid #fff;
		font-size: .8em !important;
	}
	.web-brand-boxes .social-about {
		margin-bottom: 0 !important;
	}
	.web-brand-boxes h5 {
		display: none;
	}
	.web-brand-boxes .social-web {
		border: 1px solid #F7A034 !important;
		-webkit-transition: all.3s ease !important;
		-o-transition: all.3s ease !important;
		transition: all.3s ease !important;
		padding: 12px !important;
		/* width: 18% !important; */
	}
	/***INFRASTRUCTURE***/
	.infra-circle {
		margin-left: -10px;
	}
	.infra-circle svg {
		-webkit-transform: scale(0.8);
		-ms-transform: scale(0.8);
		transform: scale(0.8);
	}
	.flex-col-reverse {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.infra-round h5 {
		font-size: 18px !important;
	}
	/***INTERNSHIP***/
	.internship-requirements .pl-5 {
		padding-left: 1rem!important;
		padding-top: 30px;
	}
	/***JOB-APPLICATION***/
	.jd {
		padding: 30px;
	}
	/***OUR TEAM***/
	section.team-banner {
		background-position: center;
	}
	.member {
		margin-bottom: 20px !important;
	}
	/***MILESTONE***/
	div.bhoechie-tab-content {
	    height: inherit !important;
	}
	div.bhoechie-tab-menu div.list-group>a.active {
		position: relative;
	}
	div.bhoechie-tab-menu div.list-group>a.active:before {
		content: '\f0de';
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
		position: absolute;
		left: 50%;
		bottom: -14px;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		color: #fff;
		font-size: 20px;
	}
	div.bhoechie-tab-menu div.list-group>a.active:after {
		position: absolute;
		/* bottom: -10px; */
		top: 60px;
		width: 100%;
		height: 3px;
		background: #fff;
		left: 0;
		content: '';
		opacity: 1;
		-webkit-transition: opacity .4s;
		-o-transition: opacity .4s;
		transition: opacity .4s;
		border: none !important;
	}
	div.bhoechie-tab-menu div.list-group {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		border-radius: 0 !important;
		overflow-x: scroll;
		overflow-y: hidden;
	}
	.timeline a.list-group-item {
		height: inherit !important;
		/* display: inline-block; */
	}
	.timeline .list-group,
	.timeline .bhoechie-tab-content {
		min-height: inherit !important;
	}
	.timeline .bhoechie-tab-content {
		display: inherit;
	}
	.timeline .list-group-item {
		border-bottom: none !important;
	}
	.timeline img {
		width: 100%;
	}
	div.bhoechie-tab-menu div.list-group>a .glyphicon {
		width: 100px;
		height: 50px;
		line-height: 50px;
	}
	.bhoechie-tab-menu .list-group-item {
		/* border: 1px solid #fff !important; */
	}
	.timeline .list-group {
		background: inherit !important;
	}
	.timeline .list-group-item:last-child {
		/* border: 1px solid #fff !important; */
	}
	.timeline .list-group-item.active {
		border-bottom: none !important;
		border-right: 1px solid #fff !important;
		border-left: 1px solid #fff !important;
	}
	/* div.bhoechie-tab-menu div.list-group {
	    overflow: inherit;
	} */
	/* .timeline .list-group-item:last-child {
		border: none !important;
	} */
	.timeline .list-group-item {
		border: none !important;
	}
	/* Hide scrollbar for Chrome, Safari and Opera */
	div.bhoechie-tab-menu div.list-group::-webkit-scrollbar {
		display: none !important;
	}
	/* Hide scrollbar for IE, Edge and Firefox */
	div.bhoechie-tab-menu div.list-group {
		-ms-overflow-style: none;
		/* IE and Edge */
		scrollbar-width: none;
		/* Firefox */
	}
	/***PRODUCTS***/
	.product-padding-right-10-320 {
		padding-right: 10px !important;
	}
	.product-padding-left-10-320 {
		padding-left: 10px !important;
	}
	.auto-bearings .product-brand {
		margin-bottom: 15px !important;
		margin-top: 0 !important;
	}
	/***BLOG***/
	.responsive-media-box {
		margin-top: -35px !important;
	}
	.blog-card {
		margin: 50px 15px 0;
	}
	/***OUR-WORK-CULTURE***/
	.owc-sneak .pr-1 {
		padding-right: 15px !important;
	}
	.owc-sneak .pl-1 {
		padding-left: 15px !important;
	}
	/***BLOG-2***/
	.blog-links ul li a {
		padding: 10px 15px !important;
	}
	/***GOAL-TAB***/
	section.for-goal {
		display: block;
	}
	section.goal-page-tab {
		display: none;
	}
	section.for-goal div.bhoechie-tab-menu div.list-group>a .glyphicon {
		width: 200px;
		height: 50px;
		line-height: 50px;
	}
	section.for-goal .bhoechie-tab-content {
		padding: 20px !important;
		border-radius: 0 !important;
	}
	section.for-goal .timeline-content {
		padding: 0 !important;
		margin-top: 20px !important;
		overflow: inherit !important;
	}
	/*.blog-links ul {*/
	/*	margin-bottom: 35px !important;*/
	/*}*/
	.blog-slider .slick-prev,
	.blog-slider .slick-next {
		top: -10px !important;
	}
	/***ABOUT US PAGE SECTION***/
	.social-box-png {
		width: 30px !important;
		height: 30px !important;
		border: 2px solid #ffffff !important;
		line-height: 25px !important;
	}
	.social-box-png img {
		width: 50% !important;
	}
	.blog-inner-img img {
		width: 100%;
	}
	/***BRAND PAGE PRODUCT SLIDER BUTTON***/
	.brand-clients .slick-prev {
		left: unset !important;
		/*right: 90px !important;*/
	}
	/*.presented a span {*/
	/*	width: 300px !important;*/
	/*}*/
	
	/*** PRODUCT PAGE ***/
	.product-img {
	    min-height: 190px;
        max-height: 190px;
	}
	/*** Three Yellow Boxes Block ***/
	.data-about {
	    padding-top: 50px;
	}
	section.data-small-screen img {
	    /*width: 65px !important;*/
	}
	.g-recaptcha {
        -ms-transform: scale(0.88);
        transform: scale(0.88);
        -webkit-transform: scal(0.88);
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
    .map-area .carousel-caption {
        top: 50%;
        bottom: inherit !important;
        transform: translateY(-50%);
    }
}

@media screen and (max-width: 1023px) {
    .floating-socials {
		/*display: none !important;*/
	}
	/***PRESS-RELEASE***/
	.panel-group {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		overflow-x: scroll;
	}
	section.catalog .panel-group {
		margin-bottom: 20px;
	}
	.responsive-media-box-online-catalog {
		display: block;
		padding-bottom: 50px;
	}
	.desktop-media-box-online-catalog {
		display: none;
	}
	.media-box {
		margin: 0 !important;
	}
	.panel {
		/* padding: 10px; */
		margin-right: 10px;
		width: 200px !important;
		display: inline-table;
	}
	/***BLOG***/
	.desktop-media-box {
		display: none;
	}
	.blog-links ul {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		overflow-x: auto !important;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
	}
	.blog-links ul li {
		margin-right: 10px;
	}
	.responsive-media-box {
		margin-top: 0;
		margin-bottom: 0 !important;
	}
	ul.search-ul {
		padding-left: 0 !important;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.my-blogs button.search-blog-btn {
		margin-top: 0 !important;
	}
	.my-blogs ul li:nth-child(2) {
		width: 100%;
	}
	.my-blogs ul li:nth-child(3) {
		top: 8px !important;
		right: 30px !important;
		bottom: 0 !important;
		left: inherit !important;
	}
	.my-blogs input {
		width: 100% !important;
		margin-left: 0 !important;
	}
	.my-blogs ul li:nth-child(3) {
		left: 310px;
		top: 27px;
	}
	.search-ul li:first-child {
		padding-right: 0 !important;
	}
	/***BLOG-2***/
	ul.for-desktop-search {
		display: none !important;
	}
	/***PRODUCT***/
	.desktop-rfq {
		display: none;
	}
	.touch-device-rfq {
		display: block;
		margin-top: -20px !important;
	}
	.auto-bearings .product-brand {
		margin-bottom: 20px !important;
	}
	.touch-device-rfq .rfq-section {
		margin-top: 0 !important;
	}
	.product-mcb-links ul li {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		overflow-x: scroll;
	}
	.product-mcb-links ul li span a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 250px;
		height: 80px;
		margin-right: 10px;
	}
	.product-mcb-links .svg-ico-nav {
		top: inherit !important;
		margin-right: 5px;
	}
	/* Hide scrollbar for Chrome, Safari and Opera */
	.product-mcb-links ul li::-webkit-scrollbar,
	.blog-links ul::-webkit-scrollbar {
		display: none;
	}
	/* Hide scrollbar for IE, Edge and Firefox */
	.product-mcb-links ul li,
	.blog-links ul {
		-ms-overflow-style: none;
		/* IE and Edge */
		scrollbar-width: none;
		/* Firefox */
	}
	.blog-links ul li a i {
		display: none;
	}
	.blog-links ul li a {
		/* display: inline-block; */
		width: 170px;
		line-height: 35px;
		font-size: 13px !important;
		margin-right: 20px;
	}
	.blog-links ul li.active a {
		background-color: #fff;
		color: #333;
		position: relative;
	}
	.blog-links ul li.active a:after {
		position: absolute;
		/* bottom: -10px; */
		top: 54px;
		width: 100%;
		height: 3px;
		background: #F9A429;
		left: 0;
		content: '';
		opacity: 1;
		-webkit-transition: opacity .4s;
		-o-transition: opacity .4s;
		transition: opacity .4s;
		border: none !important;
	}
	.blog-links ul li.active a:before {
		content: '\f0de';
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
		position: absolute;
		left: 50%;
		bottom: -20px;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		color: #F9A429;
		font-size: 20px;
	}
	.res-reduce-gap {
		margin-top: -50px !important;
	}
	/***PRODUCT-2***/
	.product-page-tabs {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important;
		overflow-x: scroll;
	}
	.product-page-tabs a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 250px;
		height: 80px;
		margin-right: 10px;
	}
	.product-page-tabs .svg-ico-nav {
		top: inherit !important;
		margin-right: 5px;
	}
	/* .product-page-tabs .pn-ProductNav_Link:after {
		content: '\f309' !important;
	} */
	.product-page-tabs li.active {
		position: relative;
	}
	.pn-ProductNav_Link:after {
		opacity: 0;
	}
	.product-page-tabs li.active a:before {
		content: '\f0de';
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
		position: absolute;
		left: 50%;
		bottom: -16px;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		color: #F9A429;
		font-size: 20px;
	}
	.product-page-tabs li.active a:after {
		position: absolute;
		/* bottom: -10px; */
		top: 78px;
		width: 100%;
		height: 3px;
		background: #F9A429;
		left: 0;
		content: '';
		opacity: 1;
		-webkit-transition: opacity .4s;
		-o-transition: opacity .4s;
		transition: opacity .4s;
		border: none !important;
	}
	ul.product-page-tabs li.active .pn-ProductNav_Link .svg-ico-nav svg path,
	ul.product-page-tabs li.active .pn-ProductNav_Link .svg-ico-nav svg circle {
		fill: #fff;
		stroke: #f8ac4d;
	}
	ul.product-page-tabs li.active .pn-ProductNav_Link {
		-webkit-transition: ease-in .2s;
		-o-transition: ease-in .2s;
		transition: ease-in .2s;
		text-decoration: none;
		color: #333 !important;
		border: 1px solid transparent !important;
		background-color: #fff !important;
		margin-bottom: 50px;
	}
	/* Hide scrollbar for Chrome, Safari and Opera */
	.product-page-tabs::-webkit-scrollbar,
	.blog-links ul::-webkit-scrollbar {
		display: none;
	}
	/* Hide scrollbar for IE, Edge and Firefox */
	.product-page-tabs,
	.blog-links ul {
		-ms-overflow-style: none;
		/* IE and Edge */
		scrollbar-width: none;
		/* Firefox */
	}
	/***ABOUT US***/
	.social-box-text {
		display: none;
	}
	.web-brand-boxes .social-about i {
		margin-bottom: 0 !important;
	}
	.web-brand-boxes h5 {
		display: none !important;
	}
	.web-brand-boxes h5 a {
		color: #ffffff !important;
	}
	/*.brands-skf {*/
	/*	padding-top: 100px !important;*/
	/*}*/
	.brands-skf .product-page-tabs {
		margin-bottom: 50px !important;
	}
	/*** BRAND INNER PAGE LINKS ***/
	.brands-inner ul li a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		height: 65px;
		line-height: inherit !important;
		width: 240px;
	}
	.brands-inner ul.product-page-tabs li.active .pn-ProductNav_Link:after {
	    content: '' !important;
	}
	.brands-inner ul li span.active a:before {
		bottom: -18px !important; 
	}
	.brands-inner ul.product-page-tabs li.active .pn-ProductNav_Link:after {
		top: 63px !important;
	}
	.brands-inner ul li img {
		margin: 0 auto;
		height: 25px !important;
	}
	.brands-inner ul.product-page-tabs li.active .pn-ProductNav_Link, .brands-inner ul li a:hover {
	    border: none !important;
	}
	/*** CATALOG PAGE ***/
	section.mcb-catalogs ul li a span {
	    width: 100% !important;
	}
	section.mcb-catalogs .blog-links ul {
	    /*display: inherit !important;*/
	}
	section.mcb-catalogs .blog-links ul li a {
	    /*width: inherit !important;*/
	    width: 280px !important;
	    text-align: center !important;
	    line-height: inherit !important;
	}
	section.mcb-catalogs .blog-links ul li.active a:after {
	    top: 40px !important;
	}
	section.mcb-catalogs .blog-links ul li.active a:before {
	    bottom: -18px !important;
	}
	section.mcb-catalogs .blog-links ul li a {
        padding: 10px 30px !important;
    }
    section.mcb-catalogs .blog-links {
        margin-bottom: 35px !important;
    }
}

@media screen and (min-width: 1024px) {
    /***Privacy-Policy***/
	.privacy-policy input {
		width: 50%;
	}
	button.prc-btn-toggle {
		display: none !important;
	}
	/* Hide scrollbar for Chrome, Safari and Opera */
	.panel-group::-webkit-scrollbar,
	.my-leader-tabs::-webkit-scrollbar {
		display: none;
	}
	/* Hide scrollbar for IE, Edge and Firefox */
	.panel-group,
	.my-leader-tabs {
		-ms-overflow-style: none;
		/* IE and Edge */
		scrollbar-width: none;
		/* Firefox */
	}
	.responsive-media-box {
		display: none;
	}
	/***BLOG-2***/
	section.for-device-search {
		display: none;
	}
}

@media screen and (max-width: 1024px) {
	/* Hide scrollbar for Chrome, Safari and Opera */
	.panel-group::-webkit-scrollbar,
	.my-leader-tabs::-webkit-scrollbar {
		display: none;
	}
	/* Hide scrollbar for IE, Edge and Firefox */
	.panel-group,
	.my-leader-tabs {
		-ms-overflow-style: none;
		/* IE and Edge */
		scrollbar-width: none;
		/* Firefox */
	}
	.searchbar-ul li:last-child {
		display: inline-block;
	}
}

@media screen and (max-width: 991px) {
	.search-margin {
		margin: 30px 0;
	}
}


/*Sidebar*/

.ah-btn-toggle {
	display: none;
}

.ah-btn-toggle {
	border: 2px solid #61bd61;
	background: transparent;
	padding: 2px 10px;
}

.ah-btn-toggle i {
	color: #61bd61;
}

#sidebar {
	width: 280px;
	position: fixed;
	top: 0;
	left: -280px;
	height: 100vh;
	z-index: 999;
	background: #fff;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	overflow-y: scroll;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#sidebar.active {
	left: 0;
}

#dismiss {
	text-align: center;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	position: absolute;
	top: 5px;
	right: 10px;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.ah-btn-close {
	text-align: center;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	position: absolute;
	top: 15px;
	right: 10px;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	color: #fff;
	border: 2px solid #fff;
	padding: 1px 7px;
	font-size: 12px;
	background: transparent;
}

.ah-btn-close:hover,
.ah-btn-close:focus {
	color: #fff;
}

.overlay {
	display: none;
	position: fixed;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.7);
	z-index: 998;
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	top: 0;
	left: 0;
}

.overlay.active {
	display: block;
	opacity: 1;
}

#sidebar .sidebar-header {
	padding: 10px;
	border-bottom: 2px solid #29698F;
}

#sidebar .sidebar-header img {
	width: 100px;
}

#sidebar ul.components {
	padding: 5px 0 20px 0;
}

#sidebar ul.components .form-control {
	font-size: 14px !important;
}

#sidebar ul.components .btn {
	font-size: 14px !important;
}

#sidebar ul p {
	color: #fff;
	padding: 10px;
}

#sidebar ul li a {
	padding: 10px;
	font-size: 16px;
	display: block;
	color: #333333;
	font-weight: 600 !important;
	text-decoration: none;
	border-bottom: 1px solid #d9d9d9;
	text-transform: uppercase;
}

#sidebar ul li a:hover {
	color: #0b255e;
	background: #eee;
}

#sidebar ul li.active>a {
	color: #29698f;
	background: #ddd;
	text-decoration: none;
}

#sidebar ul li a span {
	width: 22px;
	height: 22px;
	display: inline-block;
	margin-right: 5px;
}

#sidebar ul li a span img {
	width: 100%;
	height: auto;
}

.sidenav-user-info {
	padding: 40px 0 10px 0;
}

.sidenav-user-info h3 {
	margin: 10px 0;
}

.sidenav-user-info h5 {
	color: #fff !important;
}

.sidenav-user-menu li {
	border-bottom: 1px solid #d9d9d9 !important;
}

.sidenav-user-menu li:first-child {
	border-top: 1px solid #d9d9d9 !important;
}

#sidebar a[data-toggle="collapse"] {
	position: relative;
}

#sidebar .dropdown-toggle::after {
	display: block;
	position: absolute;
	top: 50%;
	right: 25px !important;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 12px;
}

#sidebar ul a,
#sidebar ul ul a {
	font-size: 16px !important;
	padding-left: 15px !important;
	color: #0b255e;
}

#sidebar ul ul a,
#sidebar ul ul ul a {
	padding-left: 25px !important;
}

ul.CTAs {
	padding: 20px;
}

ul.CTAs a {
	text-align: center;
	font-size: 0.9em !important;
	display: block;
	border-radius: 5px;
	margin-bottom: 5px;
}

.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical,
.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical {
	right: -6px;
}

.clients .slick-prev,
.clients .slick-next {
	top: -30px;
	background-color: #29698f !important;
	color: #fff !important;
	-webkit-transition: all.3s ease !important;
	-o-transition: all.3s ease !important;
	transition: all.3s ease !important;
	opacity: 1 !important;
	border-radius: 5px;
	width: 50px;
	height: 30px;
	display: inline-block;
}

.clients .slick-prev::before,
.clients .slick-next::before {
    opacity: 1 !important;
}

.slick-prev:before {
    content: '\f30a' !important;
    font-family: "Font Awesome 5 Free";
    color: #fff;
    font-weight: 600;
}
.slick-next:before {
    content: '\f30b' !important;
    font-family: "Font Awesome 5 Free";
    color: #fff;
    font-weight: 600;
}

.clients .slick-prev:hover,
.clients .slick-next:hover {
	background-color: #F7A034 !important;
}

.clients .slick-next {
	right: 15px;
}

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

.slick-slide:focus {
	outline: none !important;
}

.full-height-box .col-sm-6 a {
	display: block;
	height: 100%;
}

.full-height-box .col-sm-6 a>div {
	height: 100%;
}

.blog-tab-pane {
	display: block !important;
	height: 0 !important;
	opacity: 0 !important;
	overflow: hidden;
}

.blog-tab-pane.active {
	height: auto !important;
	opacity: 1 !important;
	overflow: visible;
}

ul.search-ul .dropdown-menu {
	top: inherit !important;
	-webkit-transform: inherit !important;
	-ms-transform: inherit !important;
	transform: inherit !important;
	margin-left: 31px !important;
}

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


/***RETURN TO TOP BUTTON***/

#return-to-top {
	position: fixed;
	bottom: 20px;
	right: 10px;
	background: #29698f;
	width: 40px;
	height: 40px;
	display: block;
	text-decoration: none;
	border-radius: 35px;
	display: none;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
	z-index: 999;
}

#return-to-top i {
	color: #fff;
	margin: 0;
	position: relative;
	left: 12px;
	top: 10px;
	font-size: 19px;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#return-to-top:hover {
	background: #f7a034;
}

#return-to-top:hover i {
	color: #fff;
	top: 8px;
}


/****UPDATES****/

.about-icon {
	display: inline-block;
	width: 80px;
	height: 80px;
	background-size: cover;
	-webkit-transition: all.5s ease;
	-o-transition: all.5s ease;
	transition: all.5s ease;
	background-origin:border-box;
}

.about-icon-1 {
	background-image: url("../assets/img/about-icon-w-1-01.svg");
}

.about-icon-2 {
	background-image: url("../assets/img/about-icon-w-2-01.svg");
}

.about-icon-3 {
	background-image: url("../assets/img/about-icon-w-3-01.svg");
}

.about-data:hover span.about-icon-1 {
	background-image: url("../assets/img/about-icon-o-1-01.svg");
}

.about-data:hover span.about-icon-2 {
	background-image: url("../assets/img/about-icon-o-2-01.svg");
}

.about-data:hover span.about-icon-3 {
	background-image: url("../assets/img/about-icon-o-3-01.svg");
}

.web-brand-boxes h5 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.web-brand-boxes h5 i {
	margin-bottom: 15px;
}

.social-box-png {
	width: 70px;
	height: 70px;
	line-height: 60px;
	border-radius: 50%;
	border: 4px solid #ffffff;
}

.video-dialog {
	max-width: 800px;
	margin: 30px auto;
}

.video-body {
	position: relative;
	padding: 0px;
}

.video-close {
	position: absolute;
	right: 0;
	top: -35px;
	z-index: 999;
	font-size: 2rem;
	font-weight: normal;
	color: #fff;
	opacity: 1;
}

.video-body button:focus {
	outline: none !important;
}


/****OUR-WORK-CULTURE****/

.culture-icon {
	display: inline-block;
	width: 80px;
	height: 80px;
	background-size: cover;
	-webkit-transition: all.5s ease;
	-o-transition: all.5s ease;
	transition: all.5s ease;
	background-origin:border-box;
}

.culture-icon-1 {
	background-image: url('../assets/img/culture-icons-svgs-pngs/culture-icon-w-1-01.png');
}

.culture-icon-2 {
	background-image: url('../assets/img/culture-icons-svgs-pngs/culture-icon-w-2-01.png');
}

.culture-icon-3 {
	background-image: url('../assets/img/culture-icons-svgs-pngs/culture-icon-w-3-01.png');
}

.culture-icon-4 {
	background-image: url('../assets/img/culture-icons-svgs-pngs/culture-icon-w-4-01.png');
}

.culture-icon-5 {
	background-image: url('../assets/img/culture-icons-svgs-pngs/culture-icon-w-5-01.png');
}

.culture-icon-6 {
	background-image: url('../assets/img/culture-icons-svgs-pngs/culture-icon-w-6-01.png');
}

.about-data:hover span.culture-icon-1 {
	background-image: url("../assets/img/culture-icons-svgs-pngs/culture-icon-o-1-01.png");
}

.about-data:hover span.culture-icon-2 {
	background-image: url("../assets/img/culture-icons-svgs-pngs/culture-icon-o-2-01.png");
}

.about-data:hover span.culture-icon-3 {
	background-image: url("../assets/img/culture-icons-svgs-pngs/culture-icon-o-3-01.png");
}

.about-data:hover span.culture-icon-4 {
	background-image: url("../assets/img/culture-icons-svgs-pngs/culture-icon-o-4-01.png");
}

.about-data:hover span.culture-icon-5 {
	background-image: url("../assets/img/culture-icons-svgs-pngs/culture-icon-o-5-01.png");
}

.about-data:hover span.culture-icon-6 {
	background-image: url("../assets/img/culture-icons-svgs-pngs/culture-icon-o-6-01.png");
}

.choose-file-input {
	padding: 0.2rem 0.75rem !important;
}

.presented a span {
	width: 100%;
}

.product-inner-slider .slick-prev {
	right: 105px !important;
}

.culture-svg {
	-webkit-transition: all.5s ease;
	-o-transition: all.5s ease;
	transition: all.5s ease;
}

.behind-button h5,
a.our-leadership {
	pointer-events: none !important;
	padding: 3px 20px;
}


/****PRODUCT ICONS****/

.product-svg {
	display: inline-block;
	width: 30px;
	height: 30px;
	background-size: cover;
	-webkit-transition: all.5s ease;
	-o-transition: all.5s ease;
	transition: all.5s ease;
}

.product-svg-icon-1 {
	background-image: url("../assets/img/product-icons-w-o/product-icon-bold-o-5-01.svg");
}

.product-svg-icon-2 {
	background-image: url("../assets/img/product-icons-w-o/product-icon-o-4-01.svg");
}

.product-svg-icon-3 {
	background-image: url("../assets/img/product-icons-w-o/product-icon-bold-o-3-01.svg");
}

.product-svg-icon-4 {
	background-image: url("../assets/img/product-icons-w-o/product-icon-bold-o-2-01.svg");
}

.product-svg-icon-5 {
	background-image: url("../assets/img/product-icons-w-o/product-icon-bold-o-1-01.svg");
}

.product-svg-icon-6 {
	background-image: url("../assets/img/product-icons-w-o/product-icon-bold-o-6-01.svg");
}

.product-svg-icon-7 {
	background-image: url("../assets/img/product-icons-w-o/product-icon-bold-o-6-01.svg");
}

.product-svg-icon-8 {
	background-image: url("../assets/img/product-icons-w-o/product-icon-bold-o-7-01.svg");
}

.product-svg-icon-9 {
	background-image: url("../assets/img/product-icons-w-o/product-icon-bold-o-8-01.svg");
}

.pn-ProductNav_Link:hover .product-svg-icon-1,
ul.product-page-tabs li.active a span.product-svg-icon-1 {
	background-image: url("../assets/img/product-icons-w-o/product-icon-bold-w-5-01.svg") !important;
}

.pn-ProductNav_Link:hover .product-svg-icon-2,
ul.product-page-tabs li.active a span.product-svg-icon-2 {
	background-image: url("../assets/img/product-icons-w-o/product-icon-w-4-01.svg") !important;
}

.pn-ProductNav_Link:hover .product-svg-icon-3,
ul.product-page-tabs li.active a span.product-svg-icon-3 {
	background-image: url("../assets/img/product-icons-w-o/product-icon-bold-w-3-01.svg") !important;
}

.pn-ProductNav_Link:hover .product-svg-icon-4,
ul.product-page-tabs li.active a span.product-svg-icon-4 {
	background-image: url("../assets/img/product-icons-w-o/product-icon-bold-w-2-01.svg") !important;
}

.pn-ProductNav_Link:hover .product-svg-icon-5,
ul.product-page-tabs li.active a span.product-svg-icon-5 {
	background-image: url("../assets/img/product-icons-w-o/product-icon-bold-w-1-01.svg") !important;
}

.pn-ProductNav_Link:hover .product-svg-icon-6,
ul.product-page-tabs li.active a span.product-svg-icon-6 {
	background-image: url("../assets/img/product-icons-w-o/product-icon-bold-w-6-01.svg") !important;
}

.pn-ProductNav_Link:hover .product-svg-icon-7,
ul.product-page-tabs li.active a span.product-svg-icon-7 {
	background-image: url("../assets/img/product-icons-w-o/product-icon-bold-w-6-01.svg") !important;
}

.pn-ProductNav_Link:hover .product-svg-icon-8,
ul.product-page-tabs li.active a span.product-svg-icon-8 {
	background-image: url("../assets/img/product-icons-w-o/product-icon-bold-w-7-01.svg") !important;
}

.pn-ProductNav_Link:hover .product-svg-icon-9,
ul.product-page-tabs li.active a span.product-svg-icon-9 {
	background-image: url("../assets/img/product-icons-w-o/product-icon-bold-w-8-01.svg") !important;
}


/***CLOSE SEARCH ICON***/

#closeSearch-1 {
	float: right;
	position: relative;
	right: 5%;
	top: -10px;
}


/***FOR TABS***/

.brand-tab {
	width: 100% !important;
	margin-bottom: 20px !important;
}

#tab ul {
	width: 100% !important;
}

.contact-inputs select {
	/*border: 1px solid #646464 !important;*/
	color: #646464 !important;
	/*border-radius: 0 !important;*/
	background: transparent;
	font-family: 'cairo regular';
	padding: 0 10px !important;
}

section .contact-us .form-control:focus {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	background: transparent !important;
}

.form-control:focus {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}


/*Start Danish Gilani CSS */

.flag-img img {
	max-width: 30px;
}

@media (max-width: 768px) and (min-width: 300px) {
	div#navbarSupportedContent {
		display: block;
	}
	#navbarSupportedContent .nav-item {
		display: none;
	}
	#navbarSupportedContent form,
	#navbarSupportedContent button {
		display: none;
	}
	#navbarSupportedContent .language.dropdown {
		float: left;
		position: absolute;
		top: -2px;
		right: 94px;
		font-size: 13px;
	}
	.flag-img img {
		max-width: 22px;
	}
}


/*End Danish Gilani CSS */
@media (max-width: 768px) {
	section.data-big-screen {
		display: none;
	}
	section.data-small-screen {
		display: block;
	}
	section.data-small-screen img {
	    width: 75px;
	    height: auto;
	}
}
.page-item.active .page-link {
	background-color: #29698F !important;
	border-color: #29698F !important;
}

.product-content {
	font-family: cairo regular !important;
}

.product-content ul {
	margin-left: 20px !important;
}

.product-content ul li {
	list-style: inherit !important;
	font-family: cairo regular !important;
}

.product-content ul li p {
	margin-bottom: 0 !important;
}

.product-inner-slider .product-brand {
	min-height: inherit !important;
}

.product-inner-slider .social-brand {
	top: 14px;
	right: 25px;
}

.product-inner-slider .product-img {
	border-bottom: 1px solid #8d8d8d;
	overflow: hidden;
	height: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.product-inner-slider .product-wheel {
	padding: 20px 10px;
	min-height: 135px;
}

.product-inner-slider .truck {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.product-inner-slider .product-img img {
	width: 75%;
}

.truck h6 {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 44px;
	font-size: 18px !important;
}

.slick-track {
	margin: inherit !important;
}

section.map-area img {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	height: 100%;
	width: 100%;
}

.brands-skf .carousel-control-next-icon,
.brands-skf .carousel-control-prev-icon {
	background: none !important;
}

.brands-skf .carousel-control-next-icon:after {
	content: '\f105';
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	color: black;
	font-size: 35px;
}

.brands-skf .carousel-control-prev-icon:after {
	content: '\f104';
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	color: black;
	font-size: 35px;
}

.range-bearings ul li::before {
	content: "\f105";
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	padding-right: 5px;
}
/*section.brands-skf img {*/
/*    width: 50% !important;*/
/*    min-width: 50% !important;*/
/*    max-width: 50% !important;*/
/*    height: auto !important;*/
/*}*/
img.brand-certificate {
    width: 100% !important;
    height: auto !important;
}
.brands-videos iframe {
	width: 100%;
	border-radius: 5px;
}
.core-boxes .slick-prev::before, .core-boxes .slick-next::before {
	background-color: #F7A034 !important;
}
.infra-slide .slick-slide img, section.team-members .slick-slide img {
    display: inline-block !important;
}
#certificateModal .modal-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

/*** Slick Left & Right Icons ***/
.slick-next:before {
    content: '\f30b' !important;
    font-family: "Font Awesome 5 Free";
    color: #fff;
    font-weight: 600;
}
.slick-prev:before {
    content: '\f30a' !important;
    font-family: "Font Awesome 5 Free";
    color: #fff;
    font-weight: 600;
}

/*** Thank you page ***/
.thankyou-logo img {
    width: 25% !important;
}
.thankyou-content {
	border: 1px solid #dddddd;
	border-radius: 20px;
	padding: 50px 10px;
	/*margin-top: 80px;*/
}
section.thankyou .mcb-btn, section.thankyou-ar .mcb-btn {
    padding: 7px 10px !important;
}
section.thankyou-ar {
    direction: rtl !important;
}
section.thankyou-ar img {
    width: 80% !important;
    float: right !important;
}
.map-area .carousel-caption {
	display: flex !important;
    flex-direction: column !important;
    /* justify-content: center; */
    /* align-items: center; */
    background: #F7A034 !important;
    padding: 15px  !important;
    text-align: left !important;
}