/* ==========================================================================

   Author's custom styles

   ========================================================================== */







body {

    font-family: 'Roboto', sans-serif;

    line-height: 2.2;

    font-size: 17px;

    background: #fffcf4;

    color: #000000;

    font-weight: normal;

    /* overflow-x: hidden; */

}



h1,
h2,
h3,
h4,
h5 {

    font-family: 'Raleway', sans-serif;

    font-weight: bold;

    line-height: 1.2;

}



p,
ul {

    margin: 0px;

    margin-bottom: 20px;

}



a,
a:hover,
a:visited,
a:active,
a:focus {

    color: inherit;

    text-decoration: none;

}





/* Section */

.section-padding{
    padding: 0px 140px;
}

.section {

    padding-top: 80px;

    text-align: left;

}

.section h2 {

    margin-bottom: 20px;

    color: #000;

    font-size: 55px;

}

.section h2:first-child {

    margin-top: 0px;

}

.section h2 span {

    color: #000;

}

.section p:last-child,
.section ul:last-child {

    margin-bottom: 0px;

}



.section-title h2 b {

    background-color: #fff;

    padding: 0px 15px;

}

.section-title hr {

    margin-top: -55px;

    border-color: #e2e2e2;

    margin-bottom: 60px;

    padding: 0px 15px;

}





.btn {

    background-color: #c41d1f;

    color: #fff ;

    font-size: 18px;

    font-weight: bold;

    padding: 15px 60px;

    transition: ease 0.5s;

    border-radius: 50px;

    white-space:unset !important;

    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);

    margin: 20px 0;

}

.btn:hover {

    background-color: #fff;

    color: #000 !important;

    transition: ease 0.5s;

}







/* Header */

header {

    position: fixed;

    width: 100%;

    z-index: 1000;

}

header .header-padding {

    padding: 0px 125px;

    position: relative;

}











.main-nav {

    margin-bottom: 0px;

    border-radius: 0px;

    border: none;

    background-color: transparent;

    padding: 10px 0px;

    transition: ease 0.5s;

    transition: ease 0.3s;

}

.main-nav .navbar-nav>li>a {

    color: #fff;

    padding: 10px 0px;

    transition: ease 0.3s;

    border-color: #c41d1f;

}

.main-nav .navbar-nav>li {

    padding: 0px 20px;

}

.main-nav .navbar-nav>li:last-child {

    padding-right: 0px;

}

.main-nav .navbar-right {

    font-size: 15px;

    margin-top: 60px;

    transition: ease 0.5s;

    position: relative;

}



.main-nav .navbar-nav>.active>a,
.main-nav .navbar-nav>.active>a:hover,
.main-nav .navbar-nav>.active>a:focus {

    color: #fff;

    background-color: transparent;

}

.main-nav .navbar-nav>li>a:hover,
.main-nav .navbar-nav>li>a:focus {

    color: #fff;

    background-color: transparent;

}

.main-nav .navbar-header {

    background-color: transparent;

    margin-top: 0px;

    padding: 15px 0px;

}

.main-nav .navbar-header img {

    transition: ease 0.3s;

}



.main-nav .navbar-toggle {

    border-color: #c41d1f;

    margin-top: 20px;

    margin-right: 0px;

    background-color: #fff;

}

.main-nav .navbar-toggle:hover,
.main-nav .navbar-toggle:focus {

    background-color: #fff;

}

.main-nav .navbar-toggle .icon-bar {

    background-color: #c41d1f;

}





.main-nav .header-top-links {

    color: #fff;

    list-style-type: none;

    position: absolute;

    right: 125px;

    top: 10px;

    font-size: 20px;

}

.main-nav .header-top-links li {

    display: inline-block;

    margin-left: 30px;

    color: #fff;

}

.main-nav .header-top-links li a {

    color: #fff;

}

.main-nav .header-top-links li.search {}









/* Dropdown */

.main-nav .dropdown-menu {

    min-width: 200px;

    left: 20px;

    right: auto;

}

.main-nav li.dropdown.products {

    position: unset;

}

.main-nav li.dropdown.products .dropdown-menu {

    left: 0px;

    right: auto;

    width: 100%;

    min-width: 100%;

    padding-bottom: 15px;

}

.main-nav li.dropdown.products .dropdown-menu ul {

    list-style-type: none;

    padding: 0px;

    padding-left: 10px;

}

.main-nav li.dropdown.products .dropdown-menu ul li a {

    padding: 0px;

    transition: 0.3s ease;

}

.main-nav li.dropdown.products .dropdown-menu ul li a:HOVER {

    margin-left: 5px;

    transition: 0.3s ease;

}

.main-nav li.dropdown.products .dropdown-menu ul li:first-child {

    font-weight: bold;

    font-size: 16px;

    border-bottom: 1px solid #000;

    line-height: 26px;

    margin-top: 15px;

    margin-bottom: 10px;

    padding-bottom: 10px;

}



.main-nav li.dropdown.products .dropdown-menu>li>a:hover,
.main-nav li.dropdown.products .dropdown-menu>li>a:focus {

    background-color: transparent;

    color: #000;

}

.main-nav .navbar-nav>.open>a,
.main-nav .navbar-nav>.open>a:hover,
.main-nav .navbar-nav>.open>a:focus {

    color: #fff;

    background-color: transparent;

}

.main-nav .dropdown-menu>li>a {

    font-size: 16px;

    padding: 7px 20px;

    transition: ease 0.3s;

}

.main-nav .dropdown-menu>li>a:hover,
.main-nav .dropdown-menu>li>a:focus {

    color: #fff;

    text-decoration: none;

    background-color: #c41d1f;

    transition: ease 0.3s;

}













/* Submenu */

.dropdown-submenu.open .dropdown-toggle,
.dropdown-submenu.open .dropdown-toggle:hover,
.dropdown-submenu.open .dropdown-toggle:visited {

    color: #fff;

    text-decoration: none;

    background-color: #c41d1f;

    transition: ease .3s;

}

.main-nav .dropdown-submenu {

    position: relative;

}

.main-nav .dropdown-submenu>.dropdown-menu {

    top: 0;

    left: 100%;

    margin-top: -6px;

    margin-left: -1px;

    -webkit-border-radius: 0 6px 6px 6px;

    -moz-border-radius: 0 6px 6px;

    border-radius: 0 6px 6px 6px;

    width: fit-content;

}

.main-nav .dropdown-submenu>a:after {

    display: block;

    content: " ";

    float: right;

    width: 0;

    height: 0;

    border-color: transparent;

    border-style: solid;

    border-width: 5px 0 5px 5px;

    border-left-color: #ccc;

    margin-top: 5px;

    margin-right: -10px;

}

.main-nav .dropdown-submenu:hover>.dropdown-menu {

    display: block;

}



















.hvr-underline-from-center {

    display: inline-block;

    vertical-align: middle;

    -webkit-transform: translateZ(0);

    transform: translateZ(0);

    box-shadow: 0 0 1px rgba(0, 0, 0, 0);

    -webkit-backface-visibility: hidden;

    backface-visibility: hidden;

    -moz-osx-font-smoothing: grayscale;

    position: relative;

    overflow: hidden;

}

.hvr-underline-from-center:before {

    content: "";

    position: absolute;

    z-index: -1;

    left: 50%;

    right: 50%;

    bottom: 0;

    background: #c41d1f;

    height: 4px;

    -webkit-transition-property: left, right;

    transition-property: left, right;

    -webkit-transition-duration: 0.3s;

    transition-duration: 0.3s;

    -webkit-transition-timing-function: ease-out;

    transition-timing-function: ease-out;

}

.hvr-underline-from-center:hover:before,
.hvr-underline-from-center:focus:before,
.hvr-underline-from-center:active:before {

    left: 0;

    right: 0;

}















header.subheader .main-nav {

    background-image: url('../img/menu-bg.jpg');

    background-size: cover;

    background-position: 100% 100%;

}



/* Sticky */

header.sticky {

    box-shadow: 0 5px 2px -2px rgba(0, 0, 0, 0.2) !important;

}

header.sticky .main-nav {

    background-color: rgba(0, 0, 0, 0.89);

    background-image: none;

    transition: ease 0.3s;

}

header.sticky .navbar-header {

    padding: 10px 0px;

    transition: ease 0.5s;

}

header.sticky .main-nav {

    padding: 5px 0px;

    transition: ease 0.5s;

}

header.sticky .main-nav .header-top-links {}

header.sticky .navbar-header img {

    display: block;

    width: 160px;

    transition: ease 0.3s;

}

header.sticky .navbar-nav>li>a {

    color: #fff;

}

header.sticky .navbar-nav>li>a:hover,
header.sticky .navbar-nav>li>a:focus,
header.sticky .navbar-nav>.open>a,
header.sticky .navbar-nav>.open>a:hover,
header.sticky .navbar-nav>.open>a:focus {

    color: #fff;

    background-color: transparent;

}

header.sticky .navbar-right {

    margin-top: 50px;

    transition: ease 0.5s;

}

header.sticky .main-nav .navbar-collapse {

    border-bottom: none;

}



header.sticky-mobile {

    box-shadow: 0 5px 2px -2px rgba(0, 0, 0, 0.2) !important;

}

header.sticky-mobile .main-nav {

    background-color: #fff;

}

header.sticky-mobile .main-nav .header-top-links {

    display: none;

}

header.sticky-mobile .navbar-header img {

    width: 160px;

}

header.sticky-mobile .navbar-toggle {

    margin-top: 30px;

}

header.sticky-mobile .main-nav .navbar-collapse {

    border-bottom: none;

}









.title-area {

    background-size: cover;

    background-position: 100% 100%;

    padding-top: 135px;

}

.title-area .content {

    padding: 100px 0px;

    color: #fff;

    text-align: center;

}

.title-area .content h1 {

    margin: 0px;

    font-size: 90px;

    text-transform: uppercase;

    line-height: 1.1;

    text-shadow: 2px 2px rgba(0, 0, 0, 0.6);

}

.title-area .content p {

    margin: 0px;

    line-height: 1.8;

}







/* home-banner */

.home-banner {

    background-image: url('../img/main-image.jpg');

    background-size: cover;

    background-position: 100% 100%;

    padding-top: 150px;

}

.home-banner .content {

    text-align: center;

    color: #fff;

    padding: 170px 0px;

}

.home-banner .content h1 {

    margin: 0px;

    text-transform: uppercase;

    font-size: 80px;

    line-height: 1.2;

}

.home-banner .content h1 span{
    font-size: 60px;
}

.home-banner .content h2 {

    margin: 0px;

    text-transform: uppercase;

    font-size: 40px;

}



.home-about {

    text-align: center;

}

.home-about p.large {

    font-size: 26px;

}



.home-quote {

    text-align: center;

}

.home-quote .bg {

    background-color: #eaeaea;

    padding: 70px 60px 200px 60px;

}

.home-quote h2 {

    margin-bottom: 0px;

}

.home-quote .desc {

    font-size: 26px;

    line-height: 2.0;

}

.home-quote form {

    margin-top: 30px;

}

.home-quote form .form-control {

    height: 45px;

    margin-bottom: 15px;

    box-shadow: none;

    background-color: #d6d6d6;

    border-color: #9c9c9c;

}

.home-quote form .btn-quote {

    margin-top: 20px;

}

.home-quote form .btn-quote:hover {

    margin-top: 20px;

    background-color: #000;

    color: #fff;

}

















.home-services {

    color: #fff;

    margin-top: 130px;

    padding: 0px;

    padding-bottom: 80px;

}

.home-services .no-padding {

    padding: 0px;

}

.home-services .item {
    padding: 50px 80px;
    height: 300px;
    background-color: #c41d1f;
    border-top: 10px solid #000;
    border-bottom: 10px solid #000;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.home-services .products-bottom.item{
    background-color: #000;
    border-top: 10px solid #c41d1f;
    border-bottom: 10px solid #c41d1f;
}





.home-services h2 {
    color: #fff;
    margin-left: 20px;
    font-size: 40px;
    text-transform: capitalize;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.home-services ul {

    list-style-type: none;

    padding-left: 0px;

}

.home-services ul li {

    border-bottom: 1px solid #fff;

    padding: 3px 25px;

    max-width: 400px;

    position: relative;

}

.home-services ul li a {

    transition: 0.3s ease;

}

.home-services ul li a:hover {

    padding-left: 5px;

    transition: 0.3s ease;

}

.home-services ul li:last-child {

    border: none;

}

.home-services ul li:before {

    font-family: 'FontAwesome';

    content: "\f111";

    position: absolute;

    margin-right: 10px;

    font-size: 5px;

    left: 12px;

    top: 15px;

}



.home-services .products {}

.home-services .services {

    padding: 100px 100px;

    margin-top: -50px;

    height: 400px;

    background-color: #000;

    border-top: 10px solid #c41d1f;
    border-bottom: 10px solid #c41d1f;

}

.home-services .services .content {}











.home-network {

    text-align: center;

    background-image: url('../img/Distributors-bg.jpg');

    background-position: 50% 50%;

    background-size: cover;

    padding: 80px 0px;

    color: #fff;

}

.home-network h2 {

    color: #fff;

}

.home-network p.large {

    font-size: 20px;

    line-height: 2.0;

}

.home-network .item {

    margin-top: 30px;

}

.home-network .item img {

    margin: 0 auto;

}

.home-network .btn-more {

    margin-top: 60px;

    background-color: #fff;

    color: #000;

}

.home-network .btn-more:hover {

    margin-top: 60px;

    background-color: #c41d1f;

    color: #fff;

}



.home-events {

    padding-bottom: 90px;

    text-align: center;

}

.home-events h2 {

    color: #000;

    text-align: center;

}

.home-events p.large {

    font-size: 20px;

    line-height: 2.0;

    text-align: center;

}

.home-events .item {

    margin-top: 30px;

    text-align: left;

}

.home-events .item img {

    margin: 0 auto;

    width: 100%;

}

.home-events .item .content-area {

    margin-top: 20px;

}

.home-events .item .date {

    float: left;

    background-color: #c41d1f;

    color: #fff;

    text-align: center;

    /* width: 20%; */
    width: 25%;

    padding: 10px;

}

.home-events .item .date p {

    line-height: 1.5;

}

.home-events .item .date p span {

    font-size: 40px;
    /* font-size: 50px; */

    font-weight: bold;

}

.home-events .item .info {

    float: left;

    width: 75%;
    /* width: 80%; */

    padding-left: 20px;

}

.home-events .item .info h4 {

    font-size: 26px;

    margin: 0px;

    /* height: 62px;

    overflow: hidden;

    display: -webkit-box;

    -webkit-line-clamp: 2;

    -webkit-box-orient: vertical; */

}

.home-events .item .info p {

    line-height: 1.5;

    font-size: 16px;

    margin: 10px 0px !important;


}

.home-events .btn-more {

    margin-top: 60px;

    color: #fff;

}

.home-events .btn-more:hover {

    color: #000;

}



.home-membership {

    margin-top: 0px;

    background: linear-gradient(to right,

            #c41d1f 0%,

            #c41d1f 50%,

            #fff 50%,

            #fff 100%);

    padding: 40px 0px;

}

.home-membership .content {

    color: #fff;

    margin-top: 70px;

}

.home-membership .content h2 {

    color: #fff;

}







/* About Us page */

.about-intro {

    text-align: center;

}

.about-intro h2 {

    text-transform: uppercase;

}



.about-quote {

    text-align: center;

}

.about-quote .bg {

    background-color: #eaeaea;

    padding: 70px 60px 70px 60px;

}

.about-quote h2 {

    margin-bottom: 0px;

}

.about-quote .desc {

    font-size: 26px;

    line-height: 2.0;

}

.about-quote form {

    margin-top: 30px;

}

.about-quote form .form-control {

    height: 45px;

    margin-bottom: 15px;

    box-shadow: none;

    background-color: #d6d6d6;

    border-color: #9c9c9c;

}

.about-quote form .btn-quote {

    margin-top: 20px;

}

.about-quote form .btn-quote:hover {

    margin-top: 20px;

    background-color: #000;

    color: #fff;

}



.about-sales {

    text-align: center;

}

.about-sales p.large {

    font-size: 24px;

    line-height: 2.0;

}

.about-sales .item {

    margin-top: 10px;

    text-align: left;

    display: none;

}

.about-sales .item img {

    display: inline-block;

}

.about-sales .item span {

    margin-left: 10px;

}

.about-sales-market .no-padding {

    padding: 0px;

}



.about-membership {

    margin-top: 0px;

    background: linear-gradient(to right,

            #c41d1f 0%,

            #c41d1f 50%,

            #fff 50%,

            #fff 100%);

    padding: 40px 0px;

}

.about-membership .image img {

    margin: 0 auto;

}

.about-membership .content {

    color: #fff;

    margin-top: 35px;

}

.about-membership .content .btn-read {
    background-color: #fff;
    color: #000 !important;
}

.about-membership .content .btn-read:hover {
    background-color: #000;
    color: #fff !important;

}

.about-membership .content h2 {

    color: #fff;

}







/* Contact Page */

.contact-form-area {

    text-align: center;

}

.contact-form-area .large {

    font-size: 26px;

    font-weight: bold;

    line-height: 1.8
}

.contact-form-area .large a {

    color: #c41d1f;

}



.contact-form-area form {

    margin-top: 50px;

    background-color: #eaeaea;

    padding: 70px 60px 70px 60px;

}

.contact-form-area form .form-control {

    height: 45px;

    margin-bottom: 15px;

    box-shadow: none;

    background-color: #d6d6d6;

    border-color: #9c9c9c;

}

.contact-form-area form textarea.form-control {

    height: 150px;

}

.contact-form-area form .btn-send {

    margin-top: 20px;

}

.contact-form-area form .btn-send:hover {

    margin-top: 20px;

    background-color: #000;

    color: #fff;

}

.contact-form-area form .company-info {

    margin-top: 35px;

}





.contact-information {

    text-align: center;

    padding-bottom: 80px;

}

.contact-information .second,
.contact-information .third {

    margin-top: 20px;

}

.contact-information .map-area iframe {

    width: 100%;

    height: 386px;

}

.contact-information .second .map-area iframe {

    width: 100%;

    height: 342px;

}

.contact-information .third .map-area iframe {

    width: 100%;

    height: 370px;

}

.contact-information .content-area {

    color: #fff;

    background-color: #c41d1f;

    padding: 30px 15px;

}

.contact-information .content-area h3 {

    margin: 0px;

    text-transform: uppercase;

    font-size: 32px;

    margin-bottom: 20px;

}

.contact-information .content-area ul {

    list-style-type: none;

    padding: 0px;

    margin: 0px;

    line-height: 2.0;

}

.contact-information .content-area ul li {

    margin-bottom: 10px;

}

.contact-information .content-area ul li:last-child {

    margin-bottom: 0px;

}





/* Memberships Page */

.memberships-items {

    text-align: center;

}
.memberships-items p{
    font-size: 24px;
}
.memberships-items h2 {

    text-transform: uppercase;

}


.memberships-items .item.border {

    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;

}

.memberships-items .item img {

    margin: 0 auto;

}



.memberships-quote {

    text-align: center;

    background-color: #eaeaea;

    padding: 80px 0px;

    margin-top: 80px;

}

.memberships-quote h2 {

    margin-bottom: 0px;

}

.memberships-quote .desc {

    font-size: 26px;

    line-height: 2.0;

}

.memberships-quote form {

    margin-top: 30px;

}

.memberships-quote form .form-control {

    height: 45px;

    margin-bottom: 15px;

    box-shadow: none;

    background-color: #d6d6d6;

    border-color: #9c9c9c;

}

.memberships-quote form .btn-quote {

    margin-top: 20px;

}

.memberships-quote form .btn-quote:hover {

    margin-top: 20px;

    background-color: #000;

    color: #fff;

}





/* Sales Markets */

.sales-markets-intro {

    text-align: center;

}

.sales-markets-intro .no-padding {

    padding: 0px;

}

.sales-markets-intro h2 {

    text-transform: uppercase;

}

.sales-markets-intro p.large {

    font-size: 26px;

    margin-bottom: 60px;

}

.sales-markets-intro .content-area {

    text-align: left;

    background-color: #000;

    color: #fff;

    padding: 20px 10px;

    font-size: 16px;

    margin-top: 100px;

}

.sales-markets-intro .content-area ul {

    padding-left: 30px;

}

.sales-markets-img img {

    margin: 0 auto;

    margin-top: 35px;

}



.sales-markets-items {

    text-align: center;

}

.sales-markets-items h2 {

    text-transform: uppercase;

}

.sales-markets-items p.large {

    font-size: 26px;

    line-height: 2.0;

}

.sales-markets-items .item {

    margin-top: 10px;

    text-align: left;

}

.sales-markets-items .item img {

    display: inline-block;

}

.sales-markets-items .item span {

    margin-left: 10px;

}

.sales-markets-items .network {

    margin: 0 auto;

    margin-top: 30px;

}







/* Distributors Page */

.distributors-items {

    text-align: center;

}

.distributors-items h2 {

    text-transform: uppercase;

}

.distributors-items p.large{
    font-size: 26px;
}

.distributors-items .item {

    padding: 30px 0px;

}

.distributors-items .item img {

    margin: 0 auto;

    margin-top: 25px;

}

.distributors-items .border {

    border-top: 1px solid #e0e0e0;

}

.distributors-items .item.content {

    text-align: left;

}

.distributors-items .item.content ul {

    list-style-type: none;

    font-size: 16px;

    line-height: 2.0;

}

.distributors-items .item.content ul li.website {

    color: #c41d1f;

}



.distributors-quote {

    text-align: center;

    background-color: #eaeaea;

    padding: 80px 0px;

    margin-top: 80px;

}

.distributors-quote h2 {

    margin-bottom: 0px;

}

.distributors-quote .desc {

    font-size: 26px;

    line-height: 2.0;

}

.distributors-quote form {

    margin-top: 30px;

}

.distributors-quote form .form-control {

    height: 45px;

    margin-bottom: 15px;

    box-shadow: none;

    background-color: #d6d6d6;

    border-color: #9c9c9c;

}

.distributors-quote form .btn-quote {

    margin-top: 20px;

}

.distributors-quote form .btn-quote:hover {

    margin-top: 20px;

    background-color: #000;

    color: #fff;

}























/* Product page */

.products-content {

    text-align: center;

}

.products-content .item {

    margin-top: 50px;

    padding: 20px 0px;

    border-bottom: 1px solid #eaeaea;

}

.products-content .item h4 {

    margin-top: 30px;

}

.products-content .item:last-child {

    border: none;

}


.single-product-content .d-flex{
    display: flex;
    align-items: center;
}
























/* single product page */

.single-product-content {

    text-align: center;

}


.single-product-content img {

    margin: 0 auto;

    margin-bottom: 35px;

    

}

.single-product-content table td img{
    width: 250px;
}



.single-product-content p a {
    color: #c41d1f;
    transition: 0.3s ease-in-out;
}

.single-product-content p a:hover {
    color: #000;
    transition: 0.3s ease-in-out;
}

.single-product-content table {

    margin: 35px 0px;

}

.single-product-content table>thead>tr>th {

    text-align: center;

}

.single-product-btn-pdf {

    font-size: 16px;

    padding: 15px 30px 15px 60px;

    position: relative;

    margin-top: 10px;

    color: #fff !important;

}

.single-product-btn-pdf span {
    margin-left: 5px;
}

.single-product-btn-pdf:hover {

    color: #000 !important;

}

.single-product-btn-pdf:before {

    content: '\f1c1';

    font-family: 'FontAwesome';

    position: absolute;

    left: 25px;

    top: 8px;

    font-size: 25px;

}

.single-product-content.safety-hooks .item {

    margin-top: 35px;

}

.single-product-content.safety-hooks ul {

    text-align: left;

}

.single-product-content.safety-hooks p.notation {
    font-weight: bold;
}

.single-product-content.safety-hooks p span.asterik {
    color: red;
    font-weight: bold;
}















/* Products Pages */

.product-content-area {

    text-align: center;

}

.product-content-area p{
    font-size: 26px;
}

.product-content-area.content-left {

    text-align: left;

}

.product-content-area img {

    margin: 0 auto;

    margin-top: 50px;

}

.product-content-area.connection-systems ul {

    padding: 0px;

    list-style-type: none;

}

.product-btn-pdf {

    font-size: 16px;

    padding: 15px 30px 15px 60px;

    position: relative;

    margin-top: 10px;

    color: #fff !important;

}

.product-btn-pdf:hover {

    color: #000 !important;

}

.product-btn-pdf:before {

    content: '\f1c1';

    font-family: 'FontAwesome';

    position: absolute;

    left: 25px;

    top: 8px;

    font-size: 25px;

}

.product-content-area .btns-group {

    margin-top: 35px;

}

.product-content-area .item {

    width: 100%;

    margin-top: 35px;

}

.product-content-area img {

    margin: 0px auto;

    margin-bottom: 25px;

}



.product-items-dimensions {

    padding-top: 30px;

}

.product-items-dimensions .item {

    margin-top: 60px;

}

.product-items-dimensions .item .image-area img {

    margin: 0 auto;

}

.product-items-dimensions .item .content-area {

    text-align: left;

}

.product-items-dimensions .item .content-area.mt-100 ul {

    padding-left: 20px;

}

.product-items-dimensions .item .content-area.mt-70 {

    margin-top: 70px;

}

.product-items-dimensions .item .content-area.mt-50 {}

.product-items-dimensions .item .content-area.mt-30 {

    margin-top: 30px;

}

.product-items-dimensions h2.associated-products {

    margin-top: 50px;

}



.product-items-dimensions .item .content-area h3 {

    font-size: 26px;

}

.product-items-dimensions .item .content-area .large {

    margin: 0px;

    font-weight: bold;

    margin-bottom: 5px;

}

.product-items-dimensions .item .content-area .large.red {

    color: #c41d1f;

}

.product-items-dimensions .item .content-area p {

    text-align: left;

}

.product-items-dimensions .item .content-area .btn-more {

    padding: 15px 40px;

    font-size: 16px;

    color: #fff;

}

.product-items-dimensions .item .content-area .btn-more:hover {

    color: #000;

}

.product-items-dimensions .image-area.top-image-area {

    z-index: 0;

}

.product-items-dimensions .image-area.top-image-area img {

    margin-left: 0px;

}

.product-items-dimensions .bottom-image-area {

    z-index: 11;

    display: flex;

    align-items: center;

    margin-top: -100px;

}

.product-items-dimensions .bottom-image-area .btn-more {

    margin-right: 35px;
    color: #fff;

}

.product-items-dimensions .bottom-image-area .btn-more:hover {

    color: #000;

}



.products-bottom-quote {

    text-align: center;

    background-color: #eaeaea;

    padding: 80px 0px;

    margin-top: 80px;

}

.products-bottom-quote h2 {

    margin-bottom: 0px;

}

.products-bottom-quote .desc {

    font-size: 26px;

    line-height: 2.0;

}

.products-bottom-quote form {

    margin-top: 30px;

}

.products-bottom-quote form .form-control {

    height: 45px;

    margin-bottom: 15px;

    box-shadow: none;

    background-color: #d6d6d6;

    border-color: #9c9c9c;

}

.products-bottom-quote form .btn-quote {

    margin-top: 20px;

}

.products-bottom-quote form .btn-quote:hover {

    margin-top: 20px;

    background-color: #000;

    color: #fff;

}



.products-collage {

    padding-top: 60px;

}

.products-collage .item {

    margin-top: 30px;

    display: table;

    width: 100%;

    height: 280px;

    background-color: #ababab;

}

.products-collage .item .content-area {

    display: table-cell;

    vertical-align: middle;

    text-align: center;

    padding: 0px 10px;

}

.products-collage .item .content-area h3 {
    color: #fff;
    font-size: 20px;
    line-height: 1.5;
    text-shadow: 0px 3px 2px rgba(0 0 0 / 50%);
}



.product-gallery {

    padding-top: 60px;

}

.product-gallery .item {

    margin-top: 30px;

}

.product-gallery .item img {

    margin: 0 auto;

}



.posi-top-content ul {

    margin-top: 60px;

}

.posi-top-content .product-btn-pdf {

    width: 100%;

}



.posi-bottom-content {

    text-align: center;

}

.posi-bottom-content h2 {

    text-transform: uppercase;

}

.posi-bottom-content img {

    margin: 0 auto;

    margin-top: 30px;

}



.order-couplers {

    text-align: center;

}

.order-couplers .btn-order {

    color: #fff;

}

.order-couplers .btn-order:hover {

    color: #000;

}





.product-content-area.hooksticks img {

    margin: 0 auto;

    margin-bottom: 25px;

}

.product-content-area.hooksticks ul {

    list-style-type: none;

    padding: 0px;

}

.product-content-area.hooksticks .item {

    display: flex;

    align-items: center;

}



























/* Events */

.event-items {

    padding-bottom: 90px;

}

.event-items h2 {

    color: #000;

    text-align: center;

}

.event-items p.large {

    font-size: 20px;

    line-height: 2.0;

    text-align: center;

}

.event-items .item {

    margin-top: 60px;

}

.event-items .item img {

    margin: 0 auto;

    width: 100%;

}

.event-items .item .content-area {

    margin-top: 20px;

}

.event-items .item .date {

    float: left;

    background-color: #c41d1f;

    color: #fff;

    text-align: center;

    width: 30%;

    padding: 10px;

}

.event-items .item .date p {

    line-height: 1.5;

}

.event-items .item .date p span {

    font-size: 45px;

    font-weight: bold;

}

.event-items .item .info {

    float: left;

    width: 70%;

    padding-left: 20px;

}

.event-items .item .info h4 {

    font-size: 24px;

    margin: 0px;

    height: 55px;

    overflow: hidden;

    display: -webkit-box;

    -webkit-line-clamp: 2;

    -webkit-box-orient: vertical;

}

.event-items .item .info p {

    line-height: 1.5;

    font-size: 16px;

    margin-top: 10px;

}





/* Services */

.main-services {

    text-align: center;

}

.main-services img {

    margin: 0 auto;

    margin-top: 10px;

}

.main-services h3 {}

.main-services .item {

    border-bottom: 1px solid #eaeaea;

    padding-bottom: 80px;

}

.main-services .item-2 {

    padding-top: 40px;

}

.inner-service-content {}

.inner-service-content img {

    margin: 40px auto;

}

.inner-service-content p.careers {

    font-size: 26px;

}

.inner-service-content .btn-more {

    margin: 20px auto;

    display: flex;

    justify-content: center;

    width: fit-content;
    color: #fff;

}


.inner-service-content .btn-more:hover {
    color: #000;
}

.inner-service-content .btn-more span {
    margin-left: 5px;
}



.services-bottom-quote {

    text-align: center;

    background-color: #eaeaea;

    padding: 80px 0px;

    margin-top: 80px;

}

.services-bottom-quote h2 {

    margin-bottom: 0px;

}

.services-bottom-quote .desc {

    font-size: 26px;

    line-height: 2.0;

}

.services-bottom-quote form {

    margin-top: 30px;

}

.services-bottom-quote form .form-control {

    height: 45px;

    margin-bottom: 15px;

    box-shadow: none;

    background-color: #d6d6d6;

    border-color: #9c9c9c;

}

.services-bottom-quote form .btn-quote {

    margin-top: 20px;

}

.services-bottom-quote form .btn-quote:hover {

    margin-top: 20px;

    background-color: #000;

    color: #fff !important;

}





.content-table table {

    margin-top: 50px;

    background-color: #fff;

    border-bottom: 1px solid #e1e1e1;

    text-align: left;

}

.content-table table th {

    font-size: 20px;

}

.content-table table td,
.hydraulic-cable-specs table th {

    padding: 30px 20px !important;

    border-top: 1px solid #e1e1e1;

}









/* Footer */

footer {

    background-color: #151515;

    color: #fff;

}

footer .main-footer {

    padding: 60px 0px 15px 0px;

    font-size: 16px;

    text-align: left;

}

footer .main-footer img {

    margin: 0 auto;

    margin-bottom: 30px;

}

footer .main-footer p {

    margin: 0px;

    font-size: 16px;

    line-height: 1.8;

}

footer .main-footer ul {

    list-style-type: none;

    padding-left: 0px;

    margin-bottom: 30px;

    margin-top: 20px;

    line-height: 2.2;

}

footer .main-footer .quick-links ul li span {

    border-bottom: 1px solid #151515;

    padding: 5px 0px;

    transition: ease 0.3s;

}

footer .main-footer .quick-links ul li:hover span {

    border-bottom: 2px solid #fff;

    transition: ease 0.3s;

}



footer .main-footer ul.social {

    margin-top: 0px;

}

footer .main-footer ul.social li {

    display: inline-block;

    margin-right: 5px;

}

footer .main-footer ul.social li i {

    font-size: 25px;

    margin-right: 20px;

    color: #525252;

    transition: ease 0.3s;

}

footer .main-footer ul.social li i:hover {

    color: #fff;

    transition: ease 0.3s;

}



footer .contact-info ul li:first-child {

    line-height: 1.6;

    margin-bottom: 5px;

}



footer .copyright {

    padding: 20px 0px;

}

footer .copyright .content {

    border-top: 1px solid #2b2b2b;

    padding: 20px 0px;

}

footer .copyright span {

    float: left;

    line-height: 2.4;

    font-size: 14px;

}

footer .copyright .reach-logo {

    float: right;

}



footer.contact-us .main-footer {

    padding: 60px 0px 15px 0px;

    font-size: 16px;

}





.goto-top {

    position: fixed;

    bottom: 25px;

    right: 25px;

    display: none;

    transition: ease 0.3s;

    z-index: 10000;

}

.goto-top.show-top {

    display: block;

    transition: ease 0.3s;

}





.grecaptcha-badge {
    right: -300px !important;
}

.product-content-area.content-left ul li{
    font-size: 26px;
}

/* home-services-new */


.home-services-new .content{
    text-align: center;
}

.home-services-new .content p.tag {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 46px;
}

.home-services-new .item {
    font-size: 28px;
    border: 5px solid #fff;
    background-color: #FFFCF4;
    text-align: center;
    box-shadow: inset 0px 0px 3px rgba(0, 0, 0, 0.6), 0px 0px 4px rgba(0, 0, 0, 0.6);
    padding: 40px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    line-height: 36px;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    cursor: pointer;
}

.home-services-new .item:hover{
    transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
}

.home-services-new .items-area{
    margin-top: 50px;
}

.home-services-new .service-item {
    padding: 0px 32px 32px 0px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.6);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    margin-top: 45px;
    display: flex;
    align-items: end;
}

.home-services-new .service-item p.tag {
    background: #C41D1F;
    border-bottom-right-radius: 25px;
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    margin-bottom: 0px;
    padding: 0px 20px;
}
.home-services-new .service-item img{
    margin-left: 80px;
}
.home-services-new .service-item ul{
    list-style: none;
}
.home-services-new .service-item ul li {
    position: relative;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 0px;
}
.home-services-new .service-item ul li::before {
    content: "";
    width: 15px;
    height: 15px;
    background-color: #C41D1F;
    border: 2px solid #fff;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    box-shadow: 0px 0px 15px rgba(196, 29, 31, 0.5);
    display: block;
    position: absolute;
    left: -22px;
    top: 21px;
}


.product-content-area.hooksticks ul li{
    font-size: 24px;
}

.single-product-content.safety-hooks{
    font-size: 24px;
}

.single-product-content.saftey-locks{
    font-size: 24px;
}
.inner-service-content.junction-boxes {
    font-size: 24px;
}

.product-gallery.posi-top-content{
    font-size: 24px;
}

.event-items p{
    font-size: 24px;
}
.single-product-content.arrow p{
    font-size: 24px;
}

.single-product-content.cable {
    font-size: 24px;
}
.products-collage .btn-more {
    margin: 20px auto 0px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 230px;
    color: #fff;
}
.products-collage .btn-more:hover{
    color: #000 !important;
}

.products-collage .content h3{
    text-align: center;
}

.products-collage .row.lower{
    margin-top: 40px;
}

/* .product-items-dimensions p{
    font-size: 24px;
} */

.single-product-content p{
    font-size: 26px;
}

ul.cable-repair-material{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.sheets .btn-more{
    color: #fff;
    word-break: break-word;
    margin-bottom: 30px;
}
.sheets .btn-more:hover{
    color: #000;
}

.inner-service-content.cable-repair p.first, .inner-service-content.cable-repair ul li{
    font-size: 26px;
}

.inner-service-content.cable-repair h2{
    font-size: 45px;
}

table td{
    vertical-align: middle !important;
}

.product-content-area.horse-skids ul{
    text-align: left;
}

.product-content-area.horse-skids h3.light{
    margin-bottom: 30px;
}

.product-content-area.horse-skids p.last{
    line-height: unset;
    margin-top: 30px;
}


.single-product-content.saftey-hooks .btn-more:hover{
    color: #000 !important;
}
.single-product-content ul li{
    text-align: left;
}

.single-product-content.arrow .btn-more{
    color: #fff;
}

.products--latest .item{
    margin-bottom: 40px;
}

.product-content-area.reelers-new{
    text-align: left;
}

.product-content-area.reelers-new .content p{
    font-size: 20px;
}

.product-content-area.reelers-new .item-reeler{
    margin-top: 40px;
}

.manufacture-capabality .item h3{
    margin-bottom: 30px;
}
.manufacture-capabality .item {
    margin-bottom: 30px;
}
.manufacture-capabality .item .image-area img{
    margin: 0 auto;
}

.manufacture-capabality .content-area{
    margin-top: 50px;
}

.manufacture-capabality .content-area ul {
    display: flex;
    padding: 0;
    flex-wrap: wrap;
    justify-content: end;
}
.manufacture-capabality .content-area ul li{
    width: 41%;
}
.manufacture-capabality .content-area ul li.last{
    visibility: hidden;
}
.manufacture-capabality .content-area ul.first li{
    width: 77%;
}

.manufacture-capabality .content-area .button-area .btn-more{
    color: #fff;
}

.manufacture-capabality .content-area .button-area {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
}


.about-intro .content p{
    font-size: 22px;
}

.single-product-content .btn-more.btn-satellite{
    color: #fff !important;
}

.single-product-content .btn-more.btn-satellite:hover{
    color: #000 !important;
}
/* .product-content-area .image-area img.rounded-skid {
    margin: unset !important;
    margin-left: 20px !important;
}

.product-content-area .button-area .single-product-btn-pdf.btn-left{
    margin-left: -50%;
} */


.product-content-area.horse-skids p {
    margin: 30px 0px;
}
.product-content-area.horse-skids h3.light {
    margin-bottom: 40px;
}

.product-content-area.horse-skids h4{
    margin-top: 40px;
}


.product-content-area.horse-skids .special-area .image-area img{
    position: relative;
}
.product-content-area.horse-skids .special-area .button-area .btn {
    position: absolute;
    right: 0;
    bottom: 15px;
}