* {
    margin: 0;
    padding: 0;
    border: 0;
    
    font-size: 100%;
	font: inherit;
    
    box-sizing: border-box;
    font-family: 'Proxima Nova', sans-serif;
}


.homepage {
    width: 100vw;
    height: 100vh;
    
   background-image: url("img/home-img.png");
    background-size: cover;
}

.topnav {
  background-color: #FCFCFC;
    border-radius: 0px 0px 8px 8px;
  width: 90%;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    
     
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 99;
}

.topnav a {
  float: left;
  color: #1F1F24;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 1em;
   
}

.logo {
    width: 200px;
}

.links {
    margin-right: 40px;
}

.red {
    color: #CE2028 !Important;
}

.topnav a:hover {
  color: #CE2028;
}

.topnav a.active {
  color: #CE2028;
}

@media only screen and (max-width: 600px) {
    
 .logo {
     width: 115px;
}
    
 .topnav {
    height: 64px;
     width: 95%;
}
    .topnav a {
  padding: 6px 6px;
   
}
    
.links {
    margin-right: 12px;
}
    
}




.home_text {
    width: 86vw;
    height: 50vh;
    margin-top: 160px;
    margin-left: 6%;
    color: #fff;
}

.home_text h2 {
    font-size: 3.5em;
    font-weight: bold;
    color: #fff;
}



.home_text p {
    width: 59%;
    font-size: 1em;
    line-height: 1.6em;
    font-weight: 100;
    margin-top: 20px;
}


.button {
    color: white;
    text-align: left;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    transition-duration: 0.4s;
    cursor: pointer;
        margin-top: 20px;
}



.button1 {
  width: 50%;
  height: 60px;
  flex-shrink: 0;
  border-radius: 6.25rem;
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.10);
  background-blend-mode: overlay;
}

.button1:hover {
    background-color: #e7e7e7;
}


.inner_btn {
    background-color: #CE2028;
    height: 90%;
    width: 180px;
    margin: 0px 2px;
    border-radius: 6.25rem;
    display: flex;
    align-items: center;
}


.inner_btn a {
    text-decoration: none;
    color: white;
    font-size: 1.2em;
    font-weight: 100;
    padding: 0 0 0 20px;
}

.button1 svg {
    margin-left: 60px;
}


.rs_logo {
    margin-top: 10%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}


@media only screen and (max-width: 600px) {
    
    .home_text p {
        width: 100%;
    }
    .button1 {
          width: 100%;
    }
    .rs_logo {
         flex-direction: column;
    }
}


.about {
    width: 90%;
    margin: 0 auto;
    height: auto;
}

.about_1 {
    margin-top: 4%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    
}

h4 {
    color: #CE2028;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 700;
    line-height: 2rem; /* 177.778% */
    letter-spacing: 0.1rem;
    text-transform: uppercase;
}


h2 {
    color: #1F1F24;
    font-size: 2.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: 3.74875rem; /* 255.5% */
    text-transform: uppercase;
}

.about p {
    color: #1f1f1f;
    text-align: center;
    font-size: 1rem;
    font-style: normal;
    font-weight: 200;
    line-height: 1.6;
    width: 80%;
}


.about_2 {
    display: flex;
    justify-content: space-between;
    
    margin-top: 4%;
}


.about_2 div {
    width: 50%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about_2 p {
    text-align: left;
}

.margin40 {
    margin-left: 40px;
}

@media only screen and (max-width: 600px) {
    
    .about_1 {
        text-align: center;
    }
  
    h2 {
        font-size: 2em;
        line-height: 1.4em;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    
    .about p {
        font-size: .8em;
        font-weight: 400;
        width: 100%;
    }
    
    .about_2 {
        flex-direction: column;
        
    }
    .about_2 p {
        text-align: center;
         font-size: .8em;
        font-weight: 400;
        width: 100%;
    }
    .about_2 div {
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }

    .margin40 {
    margin-left: 0px;
}
    .para {
    width: 100%;
}
}


.para {
    width: 100%;
}

.cta_btn {
    width: 190px;
    height: 52px;
    color: white;
    background-color: #CE2028;
    font-size: 16px;
    transition-duration: 0.4s;
    cursor: pointer;
    border-radius: 6.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.cta_btn a {
    text-decoration: none;
    color: #fff;
    display: flex;
}

.product {
    width: 100vw;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
}

.h3_style {
    font-size: 1.125rem;
    color: #000;
}


.product_out {
    width: 100vw;
    display: flex;
    background-color: black;
    color: white;
    flex-wrap: nowrap;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.product_1 {
    width: 90vw;
    display: flex;
    margin-top: 4%;
    flex-direction: row;
    justify-content: space-between;
}

.product_out h3 {
    color: #ce2028;
}

.product_out h2 {
    color: #ce2028;
}

.black_product {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
}

.product_out p {
    color: #fff;
    font-size: 1rem;
    font-style: normal;
    font-weight: 200;
    line-height: 1.6;
    width: 80%;
}

.para_align_center {
    text-align: center;
    margin-top: 5%;
    margin-bottom: 5%;
}

.para_space {
    margin-bottom: 30px;
}

.product_tiles {
    width: 90vw;
    height: auto;
    
    display: grid;
  gap: 50px;
  grid-template-columns: auto auto auto;
  
  padding: 10px;
    margin-bottom: 60px;
    
    background-color: black;
}

.text_tiles {
    display: flex;
  padding: 2rem;
flex-direction: column;
justify-content: center;
align-items: flex-start;
    border-radius: 0.5rem;
background: #515556;
    color: #fff;
}

.text_tiles p {
    width: 100%;
}

.text_tiles h4 {
    color: #FFF;
font-family: Proxima Nova;
font-size: 1rem;
font-style: normal;
font-weight: 700;
line-height: 130%; /* 1.95rem */
        text-transform: none;
    margin-bottom: 10px;
}


.pro_header {
    width: 90%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    margin-top: 15px;
}

.pro_list {
    width: 90%;
    height: 320px;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 20px;
}


.pro_list {
    width: 90%;
    height: 320px;
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 20px;
}



.indi_pro {
    width: 280px;
    background-color: #fff;

}





.pro_img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    
    border-radius: 4px;
}


.pro_disc {
    width: 100%;
    height: 35%;
    
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: flex-start;
    
    color: #000;
}

.pro_disc h3 {
    font-size: 1.1em;
    font-weight: 600;
}

.pro_disc a {
    text-decoration: none;
    display: flex;
    color: #ce2028;
    font-weight: 500;
}

.pro_disc p {
    width: 100%;
    text-align: left;
    margin-bottom: 12px;
    font-size: .8em;
}


.pro_dry_main {
     width: 90vw;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-content: center;
    justify-content: space-between;
}


.pro_dry {
    display: flex;
    justify-content: space-between;
    align-items: center;
    
    margin-top: 4%;
}


.pro_dry_main p {
    font-size: 1rem;
    font-style: normal;
    font-weight: 200;
    line-height: 1.6;
    width: 80%;
}

.pro_dry_main h2 {
    color: #ce2028;
}

.sub_heading {
    font-size: 1.625rem;
    font-style: normal;
    font-weight: 600;
    line-height: 3.74875rem;
    text-transform: uppercase;
    color: #ce2028;
}

.table_style {
    width: 80vw;
    border-collapse: collapse;
    
    font-size: 1em;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8em;
    
    color: #000;
}


td, th {
    width: 50%;
    
  

  text-align: center;
  padding: 14px;
}

th {
    background-color: #414141;
    color: #fff;
}

tr {
     background-color: #fff;
}

tr:nth-child(even) {
  background-color: #EDEDEE;
}

td:nth-child(even) {
  border-left: 1px solid #808692;
}

.table_mar {
    margin-top: 20px;
    margin-bottom: 40px;
}

.table_style2 {
    width: 80vw;
    border-collapse: collapse;
    
    font-size: .9em;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8em;
    
    color: #000;
}


.table_mar2 {
    margin-top: 20px;
    margin-bottom: 40px;
}

.table_mar2 td, th {
    width: 25%;
    
  

  text-align: center;
  padding: 14px;
}

.table_mar2 th {
    background-color: #414141;
    color: #fff;
}

.table_mar2 tr {
     background-color: #fff;
}

.table_mar2 tr:nth-child(even) {
  background-color: #EDEDEE;
}

.table_mar2 td:nth-child(even) {
  border-left: 1px solid #808692;
  border-right: 1px solid #808692;
}

.table_mar {
    margin-top: 20px;
    margin-bottom: 40px;
}


.contactus {
    width: 100vw;
    height: 100vh;
}

.mainwrap {
        width: 90vw;
    margin: 0 auto;
}

.form_map {
    width: 90vw;
    height: 66vh;
    
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    
    margin-top: 40px;
}

.form {
    width: 40%;
    
}

.map {
    width: 55%;
    background-image: url("img/map.png");
    
}

img_about {
    width: 55%;
    background-image: url("img/about_img1.png");
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

footer {
    width: 100%;
    height: 180px;
    display: flex;
    align-items: center;
    margin-top: 8%;
    
    background-color: #1F1F24;
}


.social {
    display: flex;
    flex-direction: row;
}

.social a {
    margin-left: 20px;
}

form {
     font-size: 1em;
    font-weight: 600;
}

input[type=text], select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

textarea {
  width: 100%;
    height: 200px;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

input[type=submit] {
  width: 100%;
  background-color: #6FBE44;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}


input[type=text]:focus {
  border: 1px solid #6FBE44 !important;
}
 
input[type=text]:hover {
  border: 1px solid #6FBE44;
}
 

input[type=submit]:hover {
  background-color: #45a049;
}

::placeholder {
  color: #404145;
  opacity: .4; /* Firefox */
}

@media only screen and (max-width: 600px) {

    .pro_header h2 {
        font-size: 1.6em;
    }
    .pro_header .cta_btn {
        width: 180px;
        height: 42px;
    }
    .pro_header {
     align-items: center;
    }

    .pro_list {
    width: 90%;
   height: 100%;
    flex-direction: column;
}
    
  .indi_pro {
    width: 100%;
    margin-bottom: 20px;

}
    .pro_disc h3 {
        font-size: 1.6em;
    }
    .pro_disc p {
        margin-top: 10px;
        font-size: .8em;
        font-weight: 400;
    }
    .product_out {
        
    }
    .product_out p {
        width: 90%;
    }

    .product_1 {
        flex-direction: column;
        text-align: center;
    }
    .product_1 img {
        width: 100%;
        margin-top: 20px;
    }
    
    .product_tiles {
            grid-template-columns: auto;
    }
    .pro_dry {
        flex-direction: column-reverse;
        text-align: center;
    }
    
    .black_product p {
        width: 100%;
    }
    
    .pro_dry_main p  {
        width: 100%;
    }
    
    .pro_dry img {
         width: 100%;
        margin-top: 20px;
    }
    
    .table_style2 {
        width: 100%;
    }
    
    .mainwrap {
        
    }
    
    .form_map {
        width: 100%;
        height: 100%;
        flex-direction: column;
        
    }
    
    .form {
        width: 100%;
    }
    
    
}


footer p {
    font-size: 1em;
    line-height: 1.6em;
    font-weight: 200;
}

footer .box {
    width: 90%;
    height: 80px;
    margin: 0 auto;
    
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    
    color: #fff;
}


@media only screen and (max-width: 600px) { 
 
    footer {
     height: 220px;
    }
    
    footer p {
        text-align: center;
    }
    
    footer .box{
     height: 160px;
     flex-direction: column;
    }
    
}

