@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body{
	font-family: "Jost", sans-serif;
}
a{
	text-decoration: none;
	color: currentColor;
}
p{
font-family: "Roboto", sans-serif;
}
h1,h2,h3,h4,h5,h6,p{
	margin-bottom: 0;
}
ul{
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.btn{
	padding: 10px 15px;
}
.btn-primary{
	background-color: #187398 !important;
	border: 1px solid transparent;
}
.bg_light{
	background-color: #e1f2f9;
	/*background-color: #ebebeb;*/
}
.py-70{
	padding-top: 70px;
	padding-bottom: 70px;
}
.pt-70{
	padding-top: 70px;
}
.pb-70{
	padding-bottom: 70px;
}

/*Breadcrumb*/
.codex_breadcrumb {
    padding-top: 100px;
    padding-bottom: 100px;
    /* background-color: #f3f3f3; */
    background-image: url(../images/heroslider/herobg_banner.jpg);
    /* height: calc(100vh - 270px); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: rgb(255 255 255 / 100%);
    content: var(--bs-breadcrumb-divider, "/");
}
/*Header*/
.top-header{
	background-color: #08222d;
	padding-top: 10px;
	padding-bottom: 10px;
}
.top-header .head_social_list li a{
	width: 25px;
	height: 25px;
	color: #000000;
	background-color: #ffffff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.header{
	padding: 15px 0;
	background-color: #ffffff;
	z-index: 3;
	box-shadow:0 0 20px 5px rgba(5,23,34,.05);
}
.header .logo_text{
	margin-left: 10px;
    vertical-align: middle;
    font-weight: 700;
}
.header.sticky {   
    box-shadow: 0 0 5px 0 #edecec;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;   
    animation: fadeInDown 1s ease;
}
.header .logo_img img  {
    width: 100%;
    max-width: 95px;
}
.menu_list .menu_item{
	display: inline-block;
}
.menu_list .menu_item:nth-child(n+2){
	margin-left: 40px;
}
.menu_list .menu_link{
	font-weight: 500;
	color: #000000;
	font-size: 16px;
}

/*Hero Section*/
.hero_sec{
    /*background-image: url('../images/heroslider/herobg_banner.jpg');*/
    /*height: calc(100vh - 270px);*/
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    position: relative;   
}
.hero_sec .hero_slide .banner_slider{
    height: calc(100vh - 270px);
    width:100%;
}
.hero_sec .hero_slide .banner_slider img{
    height: 100%;
    width:100%;
    object-fit: cover;
    filter: brightness(0.9);
}
.hero_sec img{
	margin-left: auto;
	margin-right: auto
}
.hero_sec .slide_detail{
	height: calc(100vh - 270px);
	display: flex;
	align-items: center;
}
.hero_sec .slide_detail img{
	width: 80%;
}
.hero_sec .slide_detail h2{
	font-size: 40px;
	margin-bottom: 10px;
}
.hero_sec .slide_detail p{
	font-size: 18px;
}
.hero_sec .slick-next,
.hero_sec .slick-prev{
	background-color: #ffffff;
	box-shadow:0 0 20px 5px rgba(5,23,34,.05);
	width: 40px;
	height: 40px;
	top: 45%;
	border-radius: 50%;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
}
.hero_sec .slick-next:hover,
.hero_sec .slick-prev:hover{
	background-color: #187398;
}
.hero_sec .slick-next:hover:before,
.hero_sec .slick-prev:hover:before{
	color: #ffffff;
}
.hero_sec .slick-next{
	right:20px;
	transform: translate(40px);
}
.hero_sec .slick-prev{
	left: 20px;
	transform: translate(-40px);
}
.hero_sec:hover .slick-next,
.hero_sec:hover .slick-prev{
	opacity: 1;
	visibility: visible;
	transform: translate(0);
}
.hero_sec .slick-next::before,
.hero_sec .slick-prev::before{
	font-family: "tabler-icons" !important;	
	color: #000000;
}

.hero_sec .slick-next:before{
	content: '\ea61'	
}
.hero_sec .slick-prev:before{
	content: '\ea60'	
}

.hero_sec .heroslide_to{
	max-width:400px;
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	margin:auto;
}
.heroslide_to .banner_slider{
	border-radius: 5px;
	border:3px solid #ffffff;
	margin-left: 10px;
	margin-right: 10px;
	position: relative;
	overflow: hidden;
	transition: all 0.3s ease;
}
.heroslide_to .banner_slider:hover{
	border-color: #0a58ca;
}

.heroslide_to .banner_slider:before{
	position: absolute;
    top: 0;
    left: 0;
    font-family: "tabler-icons" !important;
    color: #ffffff;
    content: '\eb0b';
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 600;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}
.heroslide_to .banner_slider:hover:before{
	opacity: 1;
	visibility: visible;
}


.whyus_card{
	padding: 24px;
	border-radius: 15px;
	background-color: #ffffff ;
	box-shadow:0 0 20px 5px rgba(5,23,34,.05);
}
.whyus_card .whyus_title{
	font-weight: 600;
	margin-bottom: 10px;
	text-transform: capitalize;
}
.product_box{
	position: relative;
    background-color: #ffffff;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 20px 5px rgba(5, 23, 34, 0.1);
/*  border: 1px solid #187398;*/
}
/*.product_box .product_detail {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #ffffff;
}
.product_box:hover .product_detail{
	opacity: 1;
    visibility: visible;
}*/
.product_box .img_wrap{
	overflow: hidden;
}
.product_box img{
	height: 100%;
	width: 100%;
	max-height: 350px;
	min-height: 350px;
	object-fit: cover;
	transition: all 0.3s ease;
}
.product_box:hover img{
	transform: scale(1.04);
	filter: brightness(0.3);
}

.product_box .product_title{
	max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 5px;
    font-weight: 600;
    
}
/*Gallery*/
.gallery_grid{
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 0 20px 5px rgba(5, 23, 34, 0.1);
	/* border: 1px solid #187398;*/
}
.gallery_grid img{
	width: 100%;
	transition: all 0.3s ease;
    height: 100%;
    width: 100%;
    max-height: 250px;
    min-height: 250px;
    object-fit: cover;
}
.gallery_grid .img_wrap{
	border-radius: 5px;
}
.gallery_grid:hover img{
	filter: brightness(0.4);
}
/*Blog Css*/
.blog_grid{
	padding: 22px;
    border-radius: 15px;
    background-color: #ffffff;
    box-shadow: 0 0 20px 5px rgba(5,23,34,.05);
}
.blog_grid img{
	transition: all 0.13s ease;
}
.blog_grid .img_wrap{
	overflow: hidden;
	border-radius: 10px;
}
.blog_grid:hover img{
	-webkit-transform: scale(1.05);
	   -moz-transform: scale(1.05);
	    -ms-transform: scale(1.05);
	     -o-transform: scale(1.05);
	        transform: scale(1.05);
}
.blog_grid h5{
	font-weight: 600;
	margin-bottom: 5px;
}
.blog_grid .blog_detail{
	padding-top: 10px;
}
/*Contact us*/
.contact_card{
	padding: 24px;
    border-radius: 15px;
    background-color: #ffffff;
    box-shadow: 0 0 20px 5px rgba(5,23,34,.05);
    border: 1px solid transparent;
}
.contact_card:hover{
    border: 1px solid #187398;
}

.contact_card .icon_wrap{
	width: 60px;
	min-width: 60px;
    height: 60px;
    color: #ffffff;
    font-size: 24px;
    background-color: #187398;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact_map{
	padding: 24px;
    border-radius: 15px;
    background-color: #ffffff;
    box-shadow: 0 0 20px 5px rgba(5,23,34,.05);
}
.contact_map iframe{
	width: 100%;
	height: 450px;
}
.footer{
	background-color: #08222d;
}
.footer_title{
	font-weight: 600;
	color: #ffffff;
	padding-bottom: 15px;
	margin-bottom: 20px;
	position: relative;
}
.footer_title:before{
	position: absolute;
    content: "";   
    width: 30px;
    height: 2px;
    background-color: #187398;
    bottom: 0;
    left: 0;
}
.footer_title:after{
	position: absolute;
    content: "";   
    width: 10px;
    height: 2px;
    background-color: #187398;
    bottom: 0;
    left: 35px;
}
.footer_list li a{
	font-size: 18px;
}
.footer_list li+li{
	margin-top: 7px;
}
.footer_logo{
    width:100%;
    max-width:140px;
}

/*Size Chart*/
.bearing_size thead tr th{
	background-color: #f3f3f3;
}
.bearing_size .form-control{
	padding: 15px;
	font-weight: 500;
}
.bearing_size th,
.bearing_size td{
	text-align: center;
	padding: 22px 20px;
	vertical-align: middle;
}
.journey_card{
	/*padding: 18px;
	border-radius: 15px;
	background-color: #ffffff ;
	box-shadow:0 0 20px 5px rgba(5,23,34,.05);
	text-align: center;*/
	/*perspective: 1000px;*/

	background-color: transparent;
	width: 300px;
	height: 300px;
	perspective: 1000px;
	cursor: pointer;
}
.journey_card:hover .journey_inner{
	transform: rotateY(180deg);	
}

.journey_inner{
	  position: relative;
	  width: 100%;
	  height: 100%;
	  text-align: center;
	  transition: transform 0.5s;
	  transform-style: preserve-3d;
	  box-shadow:0 0 20px 5px rgba(5,23,34,.05);
	  border-radius: 15px;
}
.journey_card img{
	width: 85%;
    height: 85%;
    object-fit: contain;
}
.journey_front,
.journey_back{
	position: absolute;
  	width: 100%;
  	height: 100%;
  	backface-visibility: hidden; /* HERE */
  	display: flex;
  	align-items: center;
  	justify-content:center;
  	border-radius: 15px;
}
.journey_back{
	transform: rotateY(180deg);
	color: #ffffff;
	background-color: #187398;
}
.indusries_tab .nav-item .nav-link{
	color: #187398;
	border:1px solid #187398;
	padding: 10px 15px;
	border-radius: 5px;
}	
.indusries_tab .nav-item .nav-link.active{
	color: #ffffff;
	background-color: #187398;
}
.indusries_tab{
	border-bottom: none;
	margin-bottom: 30px;
}
.bearings_categorygrid{
	background-color: #ffffff;
	box-shadow:0 0 20px 5px rgba(5,23,34,.05);
	border-radius: 15px;
	overflow: hidden;
}
.bearings_categorygrid img{
	width: 100%;
	height: 100%;
	max-height: 250px;
    min-height: 250px;
    object-fit: cover;
	transition: all 0.3s ease;
}
.bearings_categorygrid:hover img{
	filter: brightness(0.7);
}
.bearings_categorygrid .cat_title{
	text-align: center;
    padding: 10px;
    display: block;
    font-weight: 500;
}
.catlog_grid{
	border-radius: 10px;
	overflow: hidden;
}
.catlog_grid img{
	width: 100%;
    height: 100%;
    max-height: 250px;
    min-height: 250px;
    object-fit: cover;
}
.catlog_grid:hover img{
	filter: brightness(0.9);
}

.events_sec .events_card {
   	background-color: #ffffff;
    box-shadow: 0 0 20px 5px rgba(5, 23, 34, .05);
    border-radius: 15px;
    overflow: hidden;
    padding: 10px;
}
.events_sec .events_card .events_img {
    margin: 0 auto;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


@media screen and (max-width: 1399px){
	.journey_card{
		width: 260px;
		height: 260px;
	}
}
@media screen and (max-width: 1199px){
	.header .navbar-collapse{
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		background-color: #ffffff;
		padding: 18px;
		z-index: 2;
		box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
		margin-top: 15px;
	}
	.header .menu_list li{
		display: block;
	}
	.menu_list .menu_item:nth-child(n+2){
		margin-left: 0;
		margin-top: 12px;
	}
	.journey_card {
		width: 220px;
		height: 220px;
	}
}


@media screen and (max-width:991px){
	/*.hero_sec{
		padding-top: 70px;
		padding-bottom: 70px;
	}*/
	.hero_sec img{
		margin-left: unset;
		margin-right: unset;
		width: auto;
        height: 300px;
	}
	.hero_sec .slide_detail{
		height: auto;
	}
	.hero_sec .slide_detail h2{
		font-size: 32px;
	}
	.journey_card{
		width: 100%;
	}
}
@media screen and (max-width: 767px){
	.py-70{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.top-header{
		display: none;
	}	
	.header img{
		width: auto;
		height: 42px;
	}
	.header .btn{
		padding: 7px 12px;	
	}
	.hero_sec img{
		height: 250px;
	}
}