@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&display=swap');
h1, h2, h3, h4, h5, h6 {
	font-family: 'DM Serif Display', serif;
    margin-bottom: 0;
}

body {
	font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    color: #7e7b73;
}

a {
	text-decoration: none;
}

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

p {
	margin-bottom: 0;
}

.wrapper {
    overflow: hidden;
    width: 100%;
}

.flex {
    display: flex;
    align-items: center;
}


.center-flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* header */
/* header */


.top {
    padding: 7px 0px;
    background: #121224;
    letter-spacing: 0.5px;
}



/*nav*/

.logo {
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 10px;
}

.logo img {
    max-width: 350px;
}

.logo h1 {
    font-family: arial;
    display: block;
    font-size: 27px;
    font-weight: 500;
    margin-top: 4px;
    letter-spacing: 1px;
    border-top: 2px solid #7A7878;
    padding-top: 0px;
    margin-bottom: 20px;

}

ul.top-list {

}

ul.top-list li {
    display: inline-block;
    padding: 0px;
    font-size: 12px;
    padding-left: 15px;
    font-weight: normal;
    text-decoration: none;
    letter-spacing: 0.5px;  
    margin-left: 20px;
    color: #fff;
}

ul.top-list li a {
    color: inherit;
    text-decoration: none;
    display: inline-block;
}

ul.top-list li .svg-inline--fa {
    font-size: 14px;
    margin-right: 5px;
} 


/*nav*/

.custom-nav {
    border-bottom: 1px #eaeaea solid;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    position: relative;
}



a.nav-link {
    padding: 16px;
    font-size: 12px;
    display: inline-block;
    text-decoration: none;
    font-weight: 700;
    position: relative;
    letter-spacing: 1px;
    -webkit-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
    -o-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
    transition: all 0.3s cubic-bezier(0.8, 0, 0, 1);
    box-shadow: inset 0 0 0 0 #fff;
    text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #ee3d43;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
}

.navbar-expand-lg .navbar-collapse {
    display: inline-block !important;
}

a.active {
    background: #FC0000;
    color: #fff !important; 
    border-radius: 3px 3px 0px 0px;
}

a.active:hover {
    color: #fff;
}

.navbar-nav {
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.nav-item {
    margin: 0 20px;
}

.navbar-expand-lg {
    display: inline-block;
}

.navbar {
    padding: 0;
}

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

.navbar .dropdown-menu {
  border:none;
  background-color:#0060c8!important;
}

/* 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: 0px;
  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;
  }

}


/* about us */

.about-us {
  padding: 100px 0;
  background: url(../images/bg-hand.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}

.about-us h1 {
    text-transform: uppercase;
}

.margin-auto {
    margin: 0 auto;
}

.about-us .col-sm-8 h1 {
    font-size: 35px;
    line-height: 1.2;
    position: relative;
    color: #003463;
}

.about-us .col-sm-8 h1:after {
    content: '';
    display: block;
    position: absolute;
    width: 70px;
    border-bottom: 2px solid #84cb3f;
    margin-top: 1.2rem;
    margin-left: -2rem;
    left: 50%;
}

.about-us p {
    font-size: 19px;
    margin: 40px 0 30px;
    font-weight: normal;
}




.margin-auto {
    margin: 0 auto;
}

.blue-wrapper {
    background: #255f61b0;
    padding: 50px 200px;
    text-align: center;
    margin-top: 100px;
}

.blue-wrapper p {
    font-weight: 200;
    color: #fff;
    margin-bottom: 50px;
}

/*slider*/


.carousel-item img {
    width: 100%;
}

/* about-section */

.about_us {
    padding: 30px 0;
}

.bg_about {
    background-image: url(../images/about-bg.jpg);
    padding: 78px;
}

.about-inner-wrapper {   
    padding: 43px;
    border: 10px solid #fff;
    width: 100%;
    text-align: center;
    background-color: rgba(31,42,55,0.6);
}


.about-inner-wrapper h2 {
    font-size: 48px;
    color: #fff;
    margin: 20px 0;
    text-transform: uppercase;
}

.about-inner-wrapper p {
    margin-bottom: 20px;
    font-size: 18px;
    color: rgba(255,255,255,0.8);
    text-align: center;
    font-weight: 400;
    line-height: 25px;
}

.about-inner-wrapper p i {
    font-size: 18px;
    color: #b5b8bb;
} 



.seprator {
    width: 100px;
    height: 4px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 40px;
    background-color: #94da46;
}

a.readmore {
    font-size: 14px;
    display: inline-block;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    border:2px solid rgb(149, 218, 70);
    padding: 10px 19px;
    color: rgb(149, 218, 70);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a.readmore:hover {
    background-color: rgb(149, 218, 70);
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
} 


.mt-max {
    margin-top: 30px;
}

.block {
    background: #FC0000;
    text-align: center;
    padding: 50px 30px;
}

.block2 {
    background: #7A7878;
    text-align: center;
    padding: 50px 30px;
    min-height: 329px;
}

.abt .line {
    border: 1px solid #333;
    height: 1px;
    display: inline-block;
    margin: auto;
    width: 60px;
    margin-bottom: 20px;
}

.abt h3 {
    color: #fff;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 1;
    margin: 14px 0 28px;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
}

.abt p {
    text-align: center;
    line-height: 25px;
    font-weight: 500;
    text-transform: none;
    color: #fff;
    letter-spacing: 0.5px;
    font-size: 16px;
    margin-bottom: 0px;
    padding: 0px 4px;
}

    .slogan-wrapper p { 
        color: #333 !important;
        font-size: 30px;
        margin-top: 40px;
    }
a.readmore1 {
    font-size: 14px;
    margin-top: 20px;
    display: inline-block;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    border:2px solid #fff;
    padding: 10px 19px;
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a.readmore1:hover {
    background-color: #fff;
    color: #333;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
} 

/*our-products*/

.our-product {
    padding: 100px 0; 
    background-image: url(../images/product_bg.jpg);
}

.heading-wrapper {
    width: 100%;
    margin-bottom: 40px;
} 

.heading-wrapper h2 {
    font-weight: 600;
    font-size: 25px;
    line-height: 1.2;
    padding-bottom: 6px;
    color: #333;
    text-transform: uppercase;
    display: inline-block;
    padding: 5px 10px;
    color: #fff;
    background: #5d733c;
}

.heading-wrapper p {
    color: #ee3d43;
    font-weight: 700;
    margin-top: 20px;
    font-size: 18px;
}

.heading-wrapper ul {
    padding-left: 30px;
}

.heading-wrapper1 {
    width: 100%;
    margin-bottom: 40px;
} 

.heading-wrapper1 h2 {
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    padding-bottom: 6px;
    border-bottom: 1px solid #333;
    color: #1f2a37;
    text-transform: uppercase;
}


.gallery_warpper {
    width: 100%;
    margin-bottom: 20px;
}

.pro_wrapper {
    -webkit-box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 173px;
}

.pro_wrapper .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: -100%;
    left: 0;
    padding: 0 10px;
    text-align: center;
    background-color: #d7d7d7e6;
    z-index: 9;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.pro_wrapper:hover .overlay {
    top: 0;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.pro_wrapper .overlay h2 {
    color: #000;
    font-size: 14px;
    line-height: 20px;
}


.product {
    padding: 50px 0;
}


.products-bg {
    background-image: url(../images/background_orange.png);
    height: 130px;
}

.products-bg .container {
    position: relative;
    height: 100%;
}
.box {
    padding: 20px 30px;
    background: #FC0000;
    position: absolute;
    bottom: -30px;
    left: 0; 
}

.box1 {
    position: absolute;
    right: 0;
    bottom: 10px;
}
.box h2, .box1 h2 {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

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 5px;
    border: #cccccc 1px solid;
    color: #000;
    background: #fff;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    text-decoration : none;
    display: inline-block;
}

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

.pro_gallery, .pro_gallery1  {
    margin-bottom: 80px;
}

.pro_gallery a {
    text-decoration: none;
}

.pro_wrapper {
    border: 2px solid #FC0000;
}

.pro_wrapper .img-wrapper {
    text-align: center;
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pro_gallery .pro_wrapper img {
    width: 190px;
}

.blad-wrapper img {
    width: 100px !important;
}

ul.pro_name {
    margin-top: 15px;
}

ul.pro_name li {
    list-style: none;
    color: #000;
    padding: 2px 0;
    display: flex;
}

ul.pro_name li+li {
    border-top: 1px solid rgb(0 0 0 / 9%);
}

ul.pro_name li span {
    font-weight: 700;
    margin-right: 10px;
    color: #f58220;
}

.pics-maxsize img {
    width: 300px !important;
}

.raspbar img {
    width: 200px !important;
}

.img-full-width {
    width: 100% !important; 
}

.harrow-tooth .pro_wrapper {
    margin-bottom: 30px;
}


.pro_wrapper {
   background: rgb(255,255,255);
background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(242,242,243,1) 100%, rgba(237,237,237,1) 100%, rgba(9,9,121,1) 100%);
}

.spikes .pro_wrapper {
    padding: 0;
}

.spikes .gallery_warpper {
    margin-bottom: 50px;
}


.grab-hook .pro_wrapper {
    margin-bottom: 20px;
}

.grab-hook .heading-wrapper h2 {
    font-size: 20px;
    line-height: 25px;
}

/*contact-me*/

.contact-me {
    padding: 100px 0; 
}

.contact-wrapper h3 {
    margin-bottom: 20px;
    font-weight: 400;
    line-height: 1.2;
    font-size: 24px;
    color: #1f2a37; 
}


.contact-wrapper p {
    margin-bottom: 30px;
    font-weight: 400;
    color: rgba(31,42,55,0.9);
    font-size: 15px;
    font-family: "Raleway",arial,sans-serif;
    line-height: 1.5;
}

.contact-wrapper .form-control {
    padding: 0 15px;
    font-family: "Raleway",arial,sans-serif;
    font-size: 14px;
    border:1px solid #121224;
    border-radius: 0px;
    height: 42px;
    line-height: 1;
    outline: none;
}

.contact-wrapper .form-control1 {
    padding: 15px;
    font-family: "Raleway",arial,sans-serif;
    font-size: 14px;
    border:1px solid #121224;
    border-radius: 0px;
    line-height: 1;
    outline: none;
    width: 100%; 
}

.form-control:focus, .form-control1:focus {
    box-shadow: none;
}

.contact-wrapper .btn {
    font-size: 15px;
    line-height: 1.6;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    background: #FC0000;
    color: #fff;
    border-radius: 0px;
    width: 100%;
    border: none;
    padding: 9px 25px;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.contact-wrapper .btn:hover {
    background: #7bc628;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.mission img {
        width: 150px;
    margin-bottom: -81px;
}

.mission p {
    font-size: 15px;
}

.mission .block {
    padding-top: 100px;
    background: #eaeaea; 
    min-height: 350px;
}

/* awards */

.awards {
    background: url(../images/award-bg.jpg) no-repeat;
    background-size: cover;
    padding: 50px 0;
}

.awards h3 {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 700;
    text-align: center;
    color: #000;
}

.awards img {
    border:1px solid #ddd;
}


/* footer */

.footer {
    padding: 30px 0 0;
}

.footer .container {
    max-width: 1260px;
}

.footer h3 {
    border-bottom: 1px solid rgba(121,107,93,.4);
    color: #333;
    display: inline-block;
    font-size: 30px;
    font-weight: 600;
    line-height: 36px;
    margin: 0 0 30px;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.footer_block p {
    font-size: 14px;
    line-height: 24px;
    color: #333;
    margin-bottom: 10px;
    font-family: 'Raleway', sans-serif;
}

a.read-more {
    line-height: 24px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    color: #a6d119;
    text-decoration: none;
    font-family: 'Raleway', sans-serif;
}

.footer_block a i {
    color: #a6d119;
    display: inline-block;
    font-size: 12px;
    padding-left: 7px;
}

ul.quick-links li {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: left;
    margin-bottom: 10px;
}

ul.quick-links li .svg-inline--fa {
    margin-right: 5px;
    font-size: 10px;
}

ul.quick-links li a {
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    line-height: 26px;
    color: #5F743C;
    font-weight: 600;
    letter-spacing: .02em;
    display: block;
    text-decoration: none;  
    background: linear-gradient(274deg, rgba(252,252,252,1) 4%, rgba(217,218,222,1) 100%);
}

ul.quick-links li a:hover {
    background: #5F743C;
    color: #fff;
}

ul.quick-links li .svg-inline--fa {
    color: #f6821f; 
} 



ul.contact-info li {
    list-style: none;
    display: flex;
    justify-content: left;
    margin-bottom: 10px;
}

ul.contact-info li .svg-inline--fa {
    color: #a6d119;
    font-size: 20px;
}

.footer .content {
    margin-left: 20px;
}

ul.social {
    margin-top: 20px;
    display: inline-block;
    margin-right: 35px;
}

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

ul.social li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    position: relative;
    border-radius: 50%;
    background: transparent;
    text-align: center;
    line-height: 40px;
    color: #fff;
    border: 1px solid #fff;
    font-size: 17px;
    margin-right: 7px;
    -webkit-transition: all .3s ease;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.copy-right {
    background-color: #121224;
} 

.copy-right p {
    color: #fff;
    font-size: 14px;
    line-height: 80px;
}


/* banner */

.banner {
    position: relative;
}

.banner .banner-heading-wrapper {
    position: absolute;
    right: 10%;
    bottom: 50px;
} 

.banner .banner-heading-wrapper h1 {
    font-size: 25px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
}

.banner img {
    width: 100%;
}




/* product_name */


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


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

.pn_name_wrapper h2 {
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
}


/* 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: #019444;
    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;
}

.side-link_wrapper > ul {
    padding-left: 0;
    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: 8px 10px 8px 50px;
    display: block;
    transition: all 0.2s ease-out;
    line-height: 1.5;
    position: relative;
    font-size: 14px;
    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: #019444;
    text-decoration: none;
}

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


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

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

.width100 {
    width: 100%;
    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: #5d733c !important;
    color: #fff !important;
    text-align: center;
    vertical-align: top;
} 

.width_set {
    width: 300px;
}

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

.position {
    position: absolute;
    top: 0;
    right: 0;
}


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;
}




/* green_bg */

.green_bg {
    background-image: url(../images/red_bg1.jpg);
    height: 450px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.green_bg h2 {
    color: #fff;
    width: 760px;
    margin: 0 auto;
}

.green_bg h2 span {
    color: #121224;
    font-weight: 800;
    display: block;
    font-size: 55px;
}

.quality {
    padding: 50px 0;
}

.quality h3, .quality p {
    color: #fff;
}

.quality h3 {
    text-transform: uppercase;
    margin-bottom: 30px;
    border-bottom: 1px solid #fff;
    display: inline-block;
    padding-bottom: 20px;
}

/* about-section */

.bg_about {
    /*background-image: url(../images/about-bg.jpg);*/
    background: #ddd;
    padding: 78px;
}

.about-inner-wrapper {   
    padding: 43px;
    border: 10px solid #fff;
    width: 100%;
    text-align: center;
    background-color: rgba(31,42,55,0.6);
}


.about-inner-wrapper h2 {
    font-size: 48px;
    color: #fff;
    margin: 20px 0;
}

.about-inner-wrapper p {
    margin-bottom: 20px;
    font-size: 18px;
    color: rgba(255,255,255,0.8);
    text-align: center;
    font-weight: 400;
    line-height: 25px;
}

.about-inner-wrapper p i {
    text-align: center;
    font-size: 18px;
    color: #b5b8bb;
} 

.seprator {
    width: 100px;
    height: 4px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 40px;
    background-color: #121224;
}

a.readmore {
    font-size: 14px;
    display: inline-block;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    border:2px solid rgb(18, 18, 36);
    padding: 10px 19px;
    color: rgb(18, 18, 36);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a.readmore:hover {
    background-color: rgb(149, 218, 70);
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
} 


.mt-max {
    margin-top: 30px;
}


/* career */

.bg-career {
    background: url(https://www.suraforgings.com/images/careers-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 650px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bg-career h2 {
  font-size: 50px;
  color: #fff;
  font-weight: 300;
  display: inline-block;
}



.sidenav {
  height: 100vh; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 999; /* Stay on top */
  top: 0; /* Stay at the top */
  right: 0;
  overflow: auto;
  background-color: #fff; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding: 50px 0; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
  padding: 10px 20px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  background: #333; 
  display: block;
  transition: 0.3s;
}

.form-wrapper {
  width: 1000px;
  margin: 0 auto;
  padding: 100px 0; 
}

.form-wrapper h2 {
  font-weight: 600;
  font-size: 50px;
  margin-bottom: 50px;
}

.form-wrapper .form-control {
    background: #F1F0F0;
    padding: 30px 20px;
    margin-bottom: 20px;
    }

.form-wrapper label {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 20px;
}

.btn-primary {
    border-radius: 0px;
    font-size: 18px;
    font-weight: 600;
    padding: 10px 40px;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 36px;
  margin-left: 50px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s;
  padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

/* work-with-us */

.work-with-us {
    background-color: #fff;
    padding: 70px 0; 
        border-bottom: 1px solid #e5e5e5;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 3px 3px 0 rgba(0,0,0,.1);
    box-shadow: 0 3px 3px 0 rgba(0,0,0,.1);
}

.work-with-us h3 {
    font-size: 42px;
    margin-bottom: 30px;
    font-weight: 300;
    color: #3d7edb;
    line-height: 55px;
}

.work-with-us img {
  width: 100%;
}

.work-with-us p {
    max-width: 930px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.apply-now-matter {
  background: #F1F0E9;
  padding: 50px 0;
}



.apply-now-image h3 {
  font-size: 50px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 0;
}

.button-black {
  position: relative;
  display: inline-block;
  border: 1px solid #333;
  overflow: hidden;
}

.button-black span {
  display: inline-block;
  color: #333;
  position: relative;
  z-index: 1;
  padding: 20px 40px;
  font-size: 18px;
  text-decoration: none;
}

.button-black span .svg-inline--fa {
  margin-left: 10px;
}
 
.button-black:hover span {
  color: #fff;
} 

.button-black .button-overlay {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #003463;
  -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out; 
}

.button-black:hover .button-overlay{
  left: 0%;
  -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out; 
}



/* Side Nav Bar */

.main {
    margin: 0 auto;
    display: block;
    height: 100%;
    margin-top: 60px;
}
.mainInner{
    display: table;
    height: 100%;
    width: 100%;
    text-align: center;
}
.mainInner div{
    display:table-cell;
    vertical-align: middle;
    font-size: 3em;
    font-weight: bold;
    letter-spacing: 1.25px;
}
#sidebarMenu {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    transform: translateX(-100%);
    transition: transform 250ms ease-in-out;
    background: #fff;
    z-index: 99999;
}

#sidebarMenu .container {
    min-width: 1300px;
}

.hide {

}

.hide p {
  font-size: 20px !important;
    margin-top: 20px !important;
    position: absolute;
    right: -10px;
    top: -30px;
    color: #333 !important;
}



.sidebarMenuInner{
    margin:0;
    padding:0;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

input[type="checkbox"]:checked ~ #sidebarMenu {
    transform: translateX(0);
}

input[type=checkbox] {
    transition: all 0.3s;
    box-sizing: border-box;
    display: none;
}

.sidebarIconToggle {
    transition: all 0.3s;
    box-sizing: border-box;
    cursor: pointer;
    z-index: 99;
    height: 100%;
    width: 100%;
    top: 50px;
    right: 50px;
    position: absolute;
    height: 22px;
    width: 22px;
    padding-top: 7px;
}
.spinner {
    transition: all 0.3s;
    box-sizing: border-box;
    position: absolute;
    height: 3px;
    width: 100%;
    background-color: #000;
}
.horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}
.diagonal.part-1 {
    position: relative;
    transition: all 0.3s;
    box-sizing: border-box;
    float: left;
}
.diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    position: relative;
    float: left;
    margin-top: 3px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .horizontal {
    transition: all 0.3s;
    box-sizing: border-box;
    opacity: 0;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-1 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(135deg);
    margin-top: 8px;
}
input[type=checkbox]:checked ~ .sidebarIconToggle > .diagonal.part-2 {
    transition: all 0.3s;
    box-sizing: border-box;
    transform: rotate(-135deg);
    margin-top: -9px;
}

label {
  margin-bottom: 0;
}

.menubar_links { 
}

.menubar_links h4 {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 700;
}

.menubar_links h4 a {
  color: #333;
  font-size: 15px; 
}

.menubar_links .col-md-6 p {
  font-size: 18px !important;
  margin-left: 0px !important;
  margin-bottom: 7px !important;
}

.menubar_links .col-md-6 {
  float: left;
  padding:0px 40px;
  height: 100%;
}

.inner_block p a {
     display: inline-block;
    font-size: 15px;
    color: #333;
    margin-bottom: 0px;

}

.width100 {
  width: 100% !important;
}

.width25 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25% !important;
  flex: 0 0 25% !important;
  max-width: 25% !important;
}

.width40 {
-webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 40%;
    max-width: 40%;
}

.menubar_links .col-md-6 p a {

  color: #333 !important;
  font-weight: 600;
}

.menubar_links .col-md-6 ul li a {
  color: #333 !important;
  font-size: 12px;
}

.menubar_links .col-md-6 p a:hover, .menubar_links .col-md-6 ul li a:hover {
  color: #1b68af !important;
}

.menubar_links .col-md-6 ul {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 20px;
      display: inline-block;
    vertical-align: top;
}

.menubar_links .col-md-6 ul li {
  display: block !important;
  border-left: none !important;
  padding: 0px 10px 2px !important; 
}

.divider {
  margin-top: 10px !important;
  border-top: 1px solid #efefef !important;
  padding-top: 10px !important;
}

.border-left {
  border-left: 1px solid #efefef;
}

.dealer {
  position: absolute;
  bottom: 0;
  width: 100%; 
}

.inner_block {
  width: 50%;
  float: left;
  display: inline-block;
}

.dealer .col-md-6 {
  text-align: center;
}

.dealer .col-md-6 a h2 {
  color: #fff;
  margin-top: 20px;
  padding: 40px 0;
}

.bg_orange {
  background: #F7A328;  
}

.bg_blue {
  background: #2872b6;
}

.abt_header {
  background: #000;
  padding: 10px 0 !important; 
}

.abt_header .nav-menu a {
  padding: 15px 30px 10px 31px;
}

.top-menu {
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-menu ul li {
    margin-bottom: 6px;
}

.top-menu ul li a {
    line-height: 20px;
    background: linear-gradient(274deg, rgba(252,252,252,1) 4%, rgba(217,218,222,1) 100%);
    text-transform: uppercase;
}

.top-menu ul li a:hover {
    background: #5F743C;
    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;
}

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

.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;
}

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

.mobile .content .svg-inline--fa {
  font-size: 30px;
  color: #FC0000;
  margin-right: 20px;
}


/* pproducts fixed link  */

.pro-btn {
    position: fixed;
    top: 40%;
    left: -47px;
    background: #ee3d43;
    padding: 10px 20px;
    z-index: 9999; 
    letter-spacing: 1px;
    transform: rotateZ(-90deg);
  }
  .pro-btn h2 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0;
    color: #fff;
    text-transform: uppercase;
  }


/*top-link*/

.top-link .pro_wrapper img {
    width: 100% !important;
}

.table-p {
    margin-top: 20px;
    font-size: 16px;
    color: #000;
    font-weight: 500;
}


.about-us .pro_wrapper {
    padding : 0;
    margin-bottom: 20px; 
}

.infra {
    padding: 50px 0;
}

.about-us1 {
    padding: 50px 0;
}

.about-us1 h1 small {
    display: block;
    opacity: .8;
    line-height: 1.2;
    font-weight: 400;
    color: #667279;
    margin-top: 30px;
    font-size: 18px;
    margin-bottom: 10px;
}

.about-us1 h1 {
    font-size: 35px;
    line-height: 1.2;
    color: #000;
    position: relative;
    margin-bottom: 50px;
}

.about-us1 h1:after {
    content: '';
    display: block;
    position: absolute;
    width: 70px;
    border-bottom: 2px solid #FC0000;
    margin-top: 1.2rem;
    margin-left: -2rem;
    left: 50%;
}

.side_button {
    background: #f58220;
    width: 120px;
    height: 38px;
    padding: 10px;
    text-align: center;
    font-weight: bold;
    z-index: 99999999;
    transform: rotateZ(-90deg);
    position: fixed;
    top: 40%;
    left: -47px;
}

.side_button h2 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}

a.pro1 {
    background: #808285;
    display: inline-block;
    color: #fff;
    padding: 10px 20px;
    border-radius: 3px;
    font-size: 18px;
    text-decoration: none;
    margin-top: 30px;
}

a.pro1:hover {
    background: #f58220;
}

a.small-btn {
    font-size: 14px;
}


.new-pages h3 {
    color: #f58220;
    margin-top: 20px;
}

.new-pages ul {
    margin-top: 10px;
}

.new-pages ul li {
    list-style: none;
    margin-bottom: 10px;
}

.new-pages ul li span {
    color: #f58220;
}


#index  .pro_wrapper, #ball .pro_wrapper, #double .pro_wrapper, #hitch .pro_wrapper, #rail .pro_wrapper {
    background: #fff;
}

#homepage h2 {
    background: transparent;
}

.punchline {
    padding: 20px 0;
    text-align: center;
    border-bottom: 1px solid #ddd;
}

.punchline p {
    color: #333;
    font-size: 20px;
}

.punchline img {
position: relative;
    margin-top: -12px;
}



/* popup css  */

.overlay .box {
  width: 40%;
  margin: 0 auto;
  background: rgba(255,255,255,0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
  z-index: 999;
}

.overlay .button {
  font-size: 1em;
  padding: 10px;
  color: #fff;
  border: 2px solid #06D85F;
  border-radius: 20px/50px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.overlay .button:hover {
  background: #06D85F;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity .10ms;
  visibility: hidden;
  opacity: 0;
  display: flex;
    justify-content: center;
    align-items: center;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
  z-index: 99;
}

.overlay .popup {
    padding: 60px 60px;
    background: #fff;
    border-radius: 5px;
    width: 100%;
    position: relative;
    max-width: 500px;
  
}

.overlay .popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

.sub-btn {
    background: #939498;
    border: 0px;
    display: block;
    width: 100%;
    padding: 10px 20px;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
}


/* mobile menu   */



.navBar {
  min-width: 100%;
  display: none;
}


.navBar-wrapper img {
    max-width: 150px;
}

.navBar-wrapper h1 {
    font-size: 11px;
}

.navBar .wrapper {
  margin: 0 auto;
  max-width: 960px;
  padding: 0 2%;
}

.navBar-wrapper {
    width: 100%;
    padding-left: 15px;
}

.navBar ul {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  width: 50%;
  padding-left: 0;
  padding-bottom: 10px;
}
.navBar ul a {
  color: #333;
  text-decoration: none;
  transition: all .5s ease;
}
.navBar li {
  display: inline-block;
}
.navBar #menu-toggle {
  display: none;
}
.navBar .label-toggle {
  display: none;
}
.navBar .wrapper {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .navBar ul {
    display: block;
    height: 0;
    list-style-type: none;
    opacity: 0;
    text-align: center;
    transition: all .5s ease;
    width: 100%;
    visibility: hidden;
  }
  .navBar li {
    color: #53354A;
    display: block;
    font-size: 16px;
    padding: 5px 0;
  }
  .navBar #menu-toggle:checked ~ ul {
    opacity: 1;
    height: auto;
    visibility: visible;
  }
  .navBar .label-toggle {
    background: linear-gradient(to bottom, #000000 0%, #000000 20%, transparent 20%, transparent 40%, #000000 40%, #000000 60%, transparent 60%, transparent 80%, #000000 80%, #000000 100%);
    cursor: pointer;
    display: block;
    float: right;
    height: 25px;
    margin-top: 0em;
    width: 35px;
    position: absolute;
    right: 60px;
    z-index: 99999;
    top: 105px;
  }

  .form-wrapper h2 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 30px;
}
  
}


/**/
@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
}



@media screen and (max-width: 1199px){
    #sidebarMenu {
            padding: 50px 0;
    overflow-x: auto;  
    display: block; 
    }

    #sidebarMenu .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .top-menu {
        width: 100%;
    }

    #sidebarMenu .container {
        max-width: 900px;
        margin: 0 auto;
        width: 100%;

    min-width: auto;
    }

    .navbar-nav {
        flex-direction: row;
    }

    div#navbarSupportedContent {
            min-width: 100%;
    }

    ul.navbar-nav {
        max-width: 560px !important;
        width: 100%;
        min-width: 100%;
    }

    .nav-item {
        margin: 0 5px;
    }

    
}


@media screen and (max-width: 991px) {
    .box1 {
        position: absolute;
        right: 0;
        bottom: 60px;
    }

    .pro_wrapper {
            min-height: 123px;
    }

    .blue-wrapper {
        padding: 50px 70px;
    }

    .form-wrapper {
        max-width: 740px;
    }

    .navbar-light .navbar-toggler {
        display: none;
    }
}


@media screen and (max-width: 767px) {
    .blue-wrapper {
        padding: 50px 70px;
    }

     .navbar-nav {
        flex-direction: column;
    }

    a.nav-link {
        display: block;
        padding: 8px;
    }

    #sidebarMenu .container {
        max-width: 540px;
    }

    .pro_wrapper {
        margin-bottom: 20px;
    }

    .footer .col-md-3 {
        width: 50%;
    }

    ul.top-list {
        text-align: center;
    }

    ul.top-list li {
        padding-left: 0;
    }

    ul.social {
        margin-top: 20px;
        margin-right: 0;
        text-align: center;
        width: 100%;
    }

    .copy-right .text-right {
        text-align: center!important;
    }

    .form-wrapper {
        max-width: 460px;
        width: 100%;
        padding-left: 20px;
    padding-right: 20px;
    }

    .form-wrapper .form-control {
    background: #F1F0F0;
    padding: 10px 10px;
    margin-bottom: 20px;
}

.bg_about {
    background: #ddd;
    padding: 50px 10px 50px;
}
    .sidenav {
        padding: 0;
    }

    .infra .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
    }

    .navBar {
        display: block;
    }

    .custom-nav nav {
        display: none;
    }

    .custom-nav .logo {
        display: none;
    }

    .about-us1 .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 100%;
    max-width: 100%;
    }

    .map img {
        display: none;
    }

    #sidebarMenu {
        padding: 100px 0;
    }
}


@media screen and (max-width: 575px) {
    #sidebarMenu .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    #sidebarMenu .container {
        max-width: 380px;
    }

    .footer .col-md-3 {
        width: 100%;
    }

    .footer_block {
        max-width: 300px;
        margin: 0 auto;
    }

    .box1 {
        padding: 10px;
    text-align: center;
    position: static;
    }

    .box {
        width: 100%;
        text-align: center;
    }
}



.certificate p {
    margin-top: 0;
}