* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Rubik', sans-serif;
}

.container {
	max-width: 1280px;
	width: 100%;
}


.hide {
	display: none;
}

section {
	padding: 100px 0;
}

p {
	margin-bottom: 0;
	color: #3f485d;
	font-size: 16px;
}

a {
    color: inherit;
    text-decoration: none;
    display: inline-block;
}

a:hover {
    color: inherit;
}

ul {
    padding-left: 0;
    margin-bottom: 0;
}

h5.heading-h5 {
	color: #9b9b9b;
	font-size: 16px;
}

h2.heading-h2 {
	font-size: 48px;
	font-weight: 300;
	line-height: 55px;
	color: #06163a;
} 

h3.heading-h3 {
    font-size: 22px;
    line-height: 1.18;
    padding-top: 12px; 
    font-weight: 400;
}

h2.heading-h2 strong {
	font-weight: 800;
}

.btn-primary {
    color: #fff;
    background-color: #f03368;
    border-color: #f03368;
}

.btn-primary:hover {
	background-color: #b2254c;
    border-color: #b2254c;	
} 

/*top-form*/

.top-form { 
	border-bottom: 1px solid #e5e5e5;
	padding: 10px 0;
}

.top-form a.mail {
    line-height: 20px; 
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    font-family: 'Lora', serif;
    font-weight: 400;
    color: #666;
    font-size: 14px;
}
	 

a.top_btn {
    text-transform: uppercase;
    line-height: 20px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: left; 
    font-weight: 400;
    color: #fff;
    font-size: 14px;
    background: #f03368;
    padding: 7px 20px;
    border-radius: 50px;
    font-weight: 500;
}

.right {
	text-align: right;
}

.top-form .fas {
	font-size: 18px;
    color: #f03368;
}

/*Top*/

.top {
	padding: 20px 0;
}

.top img {
    max-width: 150px;
    width: 100%;
}

.top h1 {
    font-size: 25px;
    text-transform: uppercase;
    color: #333;
    margin-top: 20px;
    display: inline-block;
    margin-top: 20px;
    border-bottom: 1px solid #f03368;
}

/*Navbar*/

.bg-primary {
	background: #fff !important;
}
/* adds some margin below the link sets  */
.navbar .dropdown-menu div[class*="col"] {
   margin-bottom:1rem;
}

.navbar .dropdown-menu {
  border:none;
}

.navbar-expand-lg .navbar-collapse {
	    justify-content: center;
}

/* breakpoint and up - mega dropdown styles */
@media screen and (min-width: 992px) {
  
  /* remove the padding from the navbar so the dropdown hover state is not broken */
.navbar {
  padding-top:0px;
  padding-bottom:0px;
}

/* remove the padding from the nav-item and add some margin to give some breathing room on hovers */
.navbar .nav-item {
  padding:.5rem .5rem;
  margin:0 .25rem;
}

/* makes the dropdown full width  */
.navbar .dropdown {position:static;}

.navbar .dropdown-menu {
  width:100%;
  left:0;
  right:0;
/*  height of nav-item  */
  top:45px;
  
  display:block;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s linear;
  
}
   
  /* shows the dropdown menu on hover */
.navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
  display:block;
  visibility: visible;
  opacity: 1;
  transition: visibility 0s, opacity 0.3s linear;
}
  
  .navbar .dropdown-menu {
    border: 1px solid rgba(0,0,0,.15);
    background-color: #fff;
  }

}

.navbar-dark .navbar-nav .nav-link {
	padding: 8px 20px 8px 20px;
    color: #303030;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    border-radius: 3px;
}

.navbar-dark .navbar-nav a.nav-link:hover {
	background: #f03368;
	color: #fff;
}


.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: #333;
}

.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show>.nav-link {
    color: #333;
}


.dropdown-menu a {
	font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
    padding: 2px 0;
    font-style: italic;
    font-family: Lora,serif;
}

a.drop_menu_heading {
    text-transform: uppercase;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5; 
    color: #444;
    line-height: 1.3;
    font-weight: 700;
    font-family: Lora,serif;
    font-style: normal;
    display: block;
}

.dropdown-menu .nav-item {
    padding: 0;
}


.index_banner {
  background: url(../img/Slide1.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0;
}

.index_block {
  background-color: #f7f5f1; 
  border-radius: 5px;
  border: 2px solid #fff;
  box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 20%); 
  position: relative;
}

.index_block .name {
    background-color: #f03368;
    color: #fff;
    padding: 10px;
    position: absolute;
    top: 20px;
    left: 0px;
    text-transform: uppercase;
    font-size: 20px;
}

.index_banner button {
    font-size: 18px;
    padding: 4px 14px;
    text-transform: uppercase;
}

.index_circle {
    max-width: 250px;
    width: 100%;
    border-radius: 50%;
    overflow: hidden;
    margin: -110px auto 0;
    position: relative;
    border: 15px solid rgba(255, 255, 255, .3);  
}

div#carouselExampleFade {
    background: #fff;
}

/* services-info */

.services-info {
	border-top:1px solid #e5e5e5; 
}


.services-info .box {
    position: relative;
    padding: 18px 15px;
    text-align: center;
}

.services-info .box p {
    margin: 0;
    text-transform: uppercase;
    line-height: 20px;
    padding-left: 38px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    font-family: 'Lora', serif;
    font-weight: 400;
    color: #666;
    font-size: 14px;
}

.services-info .col {
    border-right: 1px solid #e5e5e5;
    display: grid;
    align-items: center;
}

.services-info .col:first-child {
    border-left: 1px solid #e5e5e5;
}

.services-info .box img {
	height: 35px;
}


/*about*/

.about {
	background: #f7f7f7;
}

.video_block {
	background: url(../img/car.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 500px;
	display: flex;
	justify-content: center;  
}

.video_content {
	margin-top: 90px;
  padding-left: 70px;
}

.video_block h2 {
	color: #333;
} 


.video_block p {
	color: #797979;
	margin-bottom: 30px;
}
 

section.about {
    padding: 30px 0;
}

/*featured-products*/
 
.prod_home {
	background: url(../img/Slide1.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.prod_home h3 {
	margin-bottom: 30px;
	text-transform: uppercase;
	text-align: center;
}

.prod_home img {
 	border: 2px solid #fff; 
    box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 20%);
    width: 100%;
}

/*Career*/
 
.career {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}  

.bg_text {
	position: absolute;
    font-size: 178px;
    font-weight: 700;
    color: #e6e6e6;
}

.career_content {
	position: relative;
	z-index: 9;
}

.title { 
	color: #fff;
	font-weight: 100;
	color: #3a3a3a;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-size: 44px;
}

.career_content p {
	color: #3a3a3a;
	font-size: 37px;
	font-weight: 100;
	line-height: 45px;
}

a.career_btn {
	display: inline-block;
	background-color: #f03368;
    border-color: #f03368;
	color: #fff;
	padding: 10px 50px;
}

a.career_btn:hover {
	background-color: #b2254c;
    border-color: #b2254c;
}
 
/*infra  */

.infra {
	background-color: #f2f2f2;
} 

.infra h3 {
	color: #f03368;
	text-transform: uppercase;
}

.infra img {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}

 /*group*/

.group_companies {
	padding: 20px 0; 
	border-top: 1px solid #ddd;
}

.group_companies .group {
    background: #e1e1e1;
    border: 1px solid #ddd; 
    padding: 30px 40px;
}

.group_companies ul.abt_list {
	text-align: left;
    max-width: 490px;
    margin: 0 auto;
}

.group_companies ul.abt_list li:last-child {
	margin-bottom: 0;
}

/* Side Nav */

 .sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #000;
  display: block;
  transition: 0.3s;
}

/*.sidenav a:hover {
  color: #f1f1f1;
}*/

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

.form-wrapper {
    max-width: 650px;
    margin: 0 auto;
    padding: 30px 0;
}

.form-wrapper .abt_title {
	margin-bottom: 30px;
}

.form-wrapper .form-group {
    margin-bottom: 20px;
}

.career span {
	display: inline-block;
    background-color: #f03368;
    border-color: #f03368;
    color: #fff;
    padding: 10px 50px;
    cursor: pointer;
}

.career span:hover {
    background-color: #b2254c;
    border-color: #b2254c;
}

/* footer */

footer {
	background-color: #474747;
	padding: 50px 0;   
}

footer h3 {
	margin-bottom: 20px;
	color: #EBEBEB;
    font-size: 1.125rem;
    font-weight: 600;
    text-transform: uppercase;
}

footer h4 {
    color: #EBEBEB;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: normal;
}

footer .pro_title {
	margin-bottom: 10px;
	color: #EBEBEB;
    font-size: 1rem;
    font-weight: 400;
    text-align: left;
} 

ul.footer_list {

}

ul.footer_list li {
	list-style: none;
}

ul.footer_list li a { 
    text-decoration: none;
    color: #999;
    display: block;
    line-height: 1.75;
    font-size: 0.8125rem;
    text-transform: uppercase;
}

ul.footer_list li a:hover {
	    color: #fff;
} 

.mt {
	margin-top: 30px;
}

.op_0 {
	opacity: 0;
}

footer p, footer p a {
	text-decoration: none;
    color: #999;
    display: block;
    line-height: 1.75;
    font-size: 0.8125rem;
    text-transform: uppercase;
}

footer p a {
	display: inline-block;
}

footer p a:hover {
	color: #fff;
} 

/* contact */

.map {
  min-height: 350px;
  position: relative;
  overflow: hidden;
}

.map img {
  position: absolute;
  bottom: 0px;
  right: -380px;
  z-index: -1;
  width: 1200px;
}

.map h2, .form h2 {
  font-size: 30px;
  font-weight: 300;
  margin: 20px 0 0;
  color: #333;
}

.map p {
  font-size: 14px;
  width: 288px;
}

.map a {
  display: inline-block;
  font-size: 16px;
  color: #333;
  text-decoration: none;
}

.form {
  padding: 50px 0 100px;
  background: #f2f2f2; 
}

.form .form-control {
  border-radius: 0px;
  margin-bottom: 30px;
  width: 90%;
}

.form textarea {
  height: 410px;
}

.form label {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
}

.btn-primary {
  border-radius: 0px;
  padding: 10px 30px;
  font-weight: 400;
  font-size: 14px;
}
 
.m-b0 {
    margin-bottom: 0;
}

.mobile {
  display: block;
  margin-bottom: 20px;
}

.mobile .content {
  display: inline-block;
  vertical-align: top;
}

.mobile .content p, .mobile .content p a {
  color: #333;
  font-size: 18px;
  font-weight: 500;
}

.mobile .content p span {
  display: block;
  font-size: 14px;
}

.mobile .content .fas, .mobile .content .far {
  font-size: 30px;
  color: #2e6da4;
  margin-right: 20px;
}

section.map {
    padding: 0;
}

/*products*/

.banner {
    height: 200px;
    background: url(../img/banner.jpg) no-repeat center center;
    background-size: cover;
}

.fas_banner  {
	height: 200px;
    background: url(../img/fasteners-banner.jpg) no-repeat center center;
    background-size: cover;
}

.tra_banner  {
	height: 200px;
    background: url(../img/tractorparts.jpg) no-repeat center center;
    background-size: cover;
}

.fencing_banner {
	height: 200px;
    background: url(../img/fencing.jpg) no-repeat center center;
    background-size: cover;
}

.sp-banner {
	height: 200px;
    background: url(../img/a-i.png) no-repeat center center;
    background-size: cover;	
}



.product_name {
    position: relative;
    margin-top: -49px;
    z-index: 99;
}

.pn_name_wrapper h2 {
    color: #fff;
    font-size: 30px;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 0;
}

.pn_name_wrapper {
    background: #f03368;
    width: 100%;
    padding: 25px 0;
    text-align: center;
}


/* Products */
 

.products {
    padding: 20px 0 100px; 
} 


.products .nav-ttl {
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 35px;
    width: 300px;
}

.products .nav-ttl .ttl-inner {
    font-size: 2.4rem;
    padding: 0 0 10px 0;
}

.products .nav-ttl  a.ttl-inner {
    color: #f03368;
    text-decoration: none;
}


.products .nav-ttl:before {
    content: '';
    position: absolute;
    height: 1px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: #c3fbbb;
}

.products .nav-ttl:after {
    content: '';
    height: 1px;
    width: 25px;
    background-color: #019444;
    position: absolute;
    bottom: 0;
    left: 0;
}

.products.bolts .col-lg-4 img {
	padding: 30px;
} 

img.img-fluid.shadow.no-padding {
	padding: 0;
}

.pro_title {
    font-size: 15px;
    text-align: center;
    margin: 20px 0;
    text-transform: uppercase;
}

.side-link_wrapper > ul {
    padding-left: 0;
    display: inline-block;
    margin-right: 30px; 
    vertical-align: top;
}

.side-link_wrapper > ul > li {
    position: relative;
    list-style: none;
}

.side-link_wrapper > ul > li > a {
    color: #555963;
    padding: 5px 10px 5px 50px;
    display: block;
    transition: all 0.2s ease-out;
    line-height: 1.5;
    position: relative;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
}


.side-link_wrapper > ul > li > a:after {
    content: '';
    height: 2px;
    width: 10px;
    background-color: #dce3e9;
    position: absolute;
    top: calc(8px + 0.75em);
    left: 15px;
    margin: auto;
    transition: all 0.2s ease-out;
}


.side-link_wrapper > ul > li > a:before {
    content: '';
    height: 2px;
    width: 10px;
    background-color: #dce3e9;
    position: absolute;
    top: calc(8px + 0.75em);
    left: 15px;
    margin: auto;
    transition: all 0.2s ease-out;
}


.side-link_wrapper > ul > li > a:after {
    background-color: #019444;
    width: 0;
}



.side-link_wrapper > ul > li > a:hover {
    color: #f03368;
    text-decoration: none;
}

.side-link_wrapper > ul > li > a:hover:after {
    width: 10px;
}


.side-link_wrapper > ul > li > a.is-current {
    color: #f03368;
    text-decoration: none;
}

.side-link_wrapper > ul > li > a.is-current:after {
    width: 10px;
}

.width_border {
    border-right: 1px solid #c9c9c9;
    width: 340px;
}


.table_block {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eaeaea;
}

.table_block p {
    margin-top: 20px; 
}


.table {
    /*margin-bottom: 30px;*/
}

.table-bordered {
    margin-bottom: 0px;
}

.table-bordered td, .table-bordered th {
    border: 1px solid #bcfbd9;;
}

.table thead th {
    border-bottom: 1px solid #019444;
}

.table td, .table th {
    padding: 3px;
}

.table_color_dark {
    background: #D7E8B4;
}

.table_color_light {
    background: #E4EEC9;
}

.green {
    color: #019444
}

.width_set {
    width: 300px;
}

.title h3 {
    color: #019444;
    margin-bottom: 20px;

}

.table-bordered td, .table-bordered th {
        border: 1px solid #d3dca3;
        color: #000;
        text-align: center;
        padding: 5px 0;
        font-family: 'Open Sans', sans-serif !important;
}

.table td:nth-child(1), .table th:nth-child(1)
{
  background-color: #eceede;
  color: #000;
}


table.green-color thead tr th {
    background: #f03368 !important;
    color: #fff !important;
    text-align: center;
    vertical-align: top;
     max-width: 4%;
    width: 100%;
} 

hr.divider {
    margin: 40px 0px 60px;
}
  
a.page-button {
    text-decoration: none;
    color: #fff;
    background: #019444;
    padding: 10px 25px;
    display: inline-block;
    font-size: 16px;
    border-style: solid;
    border-color: transparent;
    line-height: 1.42857;
    border-radius: 3px;
    font-weight: 600;
    text-align: center;
    margin: 0 15px;
}


.itallic {
    font-style: italic;
}


.heading h4 {
    color: #000 !important;
}

.heading {
    margin-bottom: 15px;
}

.heading_block {
    margin-bottom: 30px;
}

ul.presence {
    display: inline-block;
    margin-right: 50px;
}

ul.presence li {
    color: #000;
}

ul.list_none li {
    list-style: none;
    margin-bottom: 15px;
}

a.green {
    text-decoration: none;
}

a.green:hover {
    color: #000;
}


.font-max span  {
    font-size: 18px;
}

span.li_title {
	font-size: 18px;
}


/* About  */

.abt_title {
	font-size: 20px;
	margin-bottom: 40px;
	position: relative;
}

.abt_title:before {
    position: absolute;
    content: '';
    top: 32px;
    left: 0;
    width: 8px;
    height: 8px;
    background-color: #f03368;
}

.abt_title:after {
    position: absolute;
    content: '';
    top: 35px;
    left: 18px;
    width: 40px;
    height: 2px;
    background-color: #f03368;
}


.abt_title.mb_top {
    margin-top: 50px;
}

ul.abt_list {  
}

ul.abt_list li {
	list-style: none;
	position: relative;
	padding-left: 20px;
	margin-bottom: 10px;
}



ul.abt_list li .fas {
	position: absolute;
	top: 4px;
	left: 0;
	color: #f03368;
}

ul.abt_list.span li {
	padding-left: 60px;
} 

ul.abt_list li span {
	color: #f03368;
	position: absolute;
	top: 0;
	left: 0;
}


img.shadow {
    border: 2px solid #fff;
    box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 20%) !important;
    width: 100%;
}


ul.pages {
    margin: 30px 0 0;
    width: 100%;
    text-align: right;
}

ul.pages li {
    display: inline-block;
    margin-left: 10px;
}

ul.pages li a {
    padding: 2px 10px;
}

ul.pages li.active a {
    background: #ee3d43;
    color: #fff;
}

.dealer-form textarea {
    padding: .375rem .75rem;
    width: 100%;
    min-height: 200px;
    border-radius: .25rem;
    border: 1px solid #ced4da;
}

/*  Responsive  */





/*// X-Small devices (portrait phones, less than 576px)*/
/*// No media query for `xs` since this is the default in Bootstrap*/

/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) { ... }

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) { ... }

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) { ... }

/*// X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { ... }

/*// XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) { ... }
