/*
* style.css
* Contains CSS for website named "Kharakia Metals"
*/

:root {
    --primary: #ffffff;
    --secondary: #cccccc;
    --bg: #212226;
}

/* General */
.none {
    display: none;
}

.myAnimate1 {
    animation-delay: 0.75s;
    animation-duration: 1.25s;
}

.myAnimate2 {
    animation-delay: 0.75s;
    animation-duration: .75s;
}

html,
body {
    height: 100%;
}

body {
    color: var(--secondary);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
}

p {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
}

a:hover {
    text-decoration: none;
}

.lni {
    vertical-align: middle;
}

img {
    width: 100% !important;
    height: 100% !important;
}

.pt80 {
    padding-top: 80px;
}

.pl-20 {
    padding-left: 20px;
}

.pr-20 {
    padding-right: 20px;
}

.ml30 {
    margin-left: 30px;
}

.p-3 {
    padding: 3rem;
}

.p-35 {
    padding: 0 35px;
}

.ml3 {
    margin-left: 3px;
}

textarea {
    resize: vertical;
}

.form-control {
    color: var(--secondary) !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    appearance: textfield;
    -moz-appearance: textfield;
}

td,
th {
    text-align: center;
}

.fs17 {
    font-size: 17px;
}

.mb0 {
    margin-bottom: 0 !important;
}

.form-control {
    background-color: #1c1c1c;
}

.mt10 {
    margin-top: 10px !important;
}

/**********************************************************************************
********************************* GENERAL *****************************************
***********************************************************************************/
.color-white {
    color: white;
}

.d-flex {
    display: flex;
}

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

.justify-content-center {
    justify-content: center;
}

.justify-content-between {
    justify-content: space-between;
}

.justify-content-around {
    justify-content: space-around;
}

.justify-content-end {
    justify-content: end;
}

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

.pr-0 {
    padding-right: 0;
}

[class^="lni-"],
[class*=" lni-"] {
    display: inline-block;
}

.mb-6 {
    margin-bottom: 6rem;
}

.mt35 {
    margin-top: 35px;
}

.mt10 {
    margin-top: 10px;
}

.mt55 {
    margin-top: 55px;
}

.mt100 {
    margin-top: 100px;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.mt-8 {
    margin-top: 8px !important;
}

ul {
    list-style: none;
    padding: 0;
}

.m-50 {
    margin: 50px 0;
}

hr {
    background-color: var(--primary);
    margin: 0;
    padding: 0;
    height: 2px;
}

.fs-20 {
    font-size: 20px;
}

/**********************************************************************************
**************************** OWL NAVS *********************************************
***********************************************************************************/
.owl-carousel {
    touch-action: manipulation;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    outline: 0;
}

.owl-carousel button.owl-dot {
    outline: 0;
}

/**********************************************************************************
********************************* HOME ********************************************
***********************************************************************************/
#home {
    height: 100%;
    background: none;
    padding-top: 75px;
}

#home-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    z-index: -1;
    padding-top: 75px;
}

.home-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.82);
    padding-top: 75px;
}

.home-container {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-content {
    width: 100%;
    height: 100%;
    display: table;
}

.home-content-inner {
    display: table-cell;
    vertical-align: middle;
}

.home-primary-heading {
    color: var(--primary);
    font-weight: 950;
    font-size: 5rem;
    text-transform: capitalize;
    width: 65%;
    line-height: 6rem;
}

.home-secondary-heading {
    font-family: 'Raleway', sans-serif;
    color: var(--primary);
    font-weight: 400;
    font-size: 2.6rem;
    text-transform: capitalize;
    width: 80%;
    font-weight: 500;
}

/**********************************************************************************
**************************** BUTTONS **********************************************
***********************************************************************************/
.btn-general {
    font-family: 'Raleway', sans-serif;
    border-radius: 28px;
    font-size: 13px;
    text-transform: uppercase;
    padding: 12px 46px;
    transition: all .5s;
}

.btn-white {
    color: var(--bg);
    background: white;
}

.btn-white:hover,
.btn-white:focus {
    color: white;
    background: var(--bg);
}

.btn-general.btn-dark {
    color: #000000;
    background-color: var(--primary);
}

.btn-general.btn-white {
    color: var(--primary);
    background-color: white;
}

.btn-back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    border-radius: 4px;
    font-size: 25px;
    padding: 3px 15px;
    z-index: 3;
    transition: all .3s linear;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.custom-btn {
    font-family: inherit;
    display: inline-block;
    height: 2.6em;
    line-height: 2.5em;
    overflow: hidden;
    margin: 16px 0;
    padding: 0 1rem;
    font-size: 17px;
    z-index: 1;
    color: var(--primary);
    border: 2px solid var(--primary);
    border-radius: 6px;
    position: relative;
    text-decoration: none;
}

.custom-btn::before {
    position: absolute;
    content: "";
    background: var(--primary);
    width: 200px;
    height: 200px;
    z-index: -1;
    border-radius: 50%;
}

.custom-btn:hover {
    color: var(--bg);
}

.custom-btn:active,
.custom-btn:focus {
    text-decoration: none;
}

.custom-btn:before {
    top: 100%;
    left: 100%;
    transition: .3s all;
}

.custom-btn:hover::before {
    top: -30px;
    left: -30px;
}

.custom-btn-2 {
    font-family: inherit;
    display: inline-block;
    height: 1.8em;
    line-height: 1.8em;
    overflow: hidden;
    padding: 0 3.5rem;
    font-size: 17px;
    z-index: 1;
    color: var(--bg);
    background-color: var(--primary);
    border-radius: 15px 0 0 0;
    text-decoration: none;
    transition: all .3s linear;
}

.custom-btn-2:hover {
    cursor: pointer;
    color: var(--bg);
}

/**********************************************************************************
********************************* PRELOADER ***************************************
***********************************************************************************/
.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-color: var(--bg);
}

.logo-loader {
    position: fixed;
    width: 75px;
    height: 75px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -65%);
}

@keyframes opacitychange {

    0%,
    100% {
        opacity: .3;
        transform: scale(1);
    }

    60% {
        opacity: 1;
        transform: scale(1.02);
    }
}

#flower-drop {
    height: 75px;
    width: auto;
    fill: var(--primary);
    position: absolute;
}

#flower-one {
    height: 75px;
    position: absolute;
    width: auto;
    fill: var(--primary);
    opacity: .3;
    animation: opacitychange 2s ease-in-out 1.12s infinite;
}

#flower-two {
    height: 75px;
    position: absolute;
    width: auto;
    fill: var(--primary);
    opacity: .3;
    animation: opacitychange 2s ease-in-out 1.4s infinite;
}

#flower-three {
    height: 75px;
    position: absolute;
    width: auto;
    fill: var(--primary);
    opacity: .3;
    animation: opacitychange 2s ease-in-out 1.68s infinite;
}

#flower-four {
    height: 75px;
    position: absolute;
    width: auto;
    fill: var(--primary);
    opacity: .3;
    animation: opacitychange 2s ease-in-out infinite;
}

#flower-five {
    height: 75px;
    position: absolute;
    width: auto;
    fill: var(--primary);
    opacity: .3;
    animation: opacitychange 2s ease-in-out .28s infinite;
}

#flower-six {
    height: 75px;
    position: absolute;
    width: auto;
    fill: var(--primary);
    opacity: .3;
    animation: opacitychange 2s ease-in-out .56s infinite;
}

#flower-seven {
    height: 75px;
    position: absolute;
    width: auto;
    fill: var(--primary);
    opacity: .3;
    animation: opacitychange 2s ease-in-out .84s infinite;
}

/**********************************************************************************
**************************** SECTION **********************************************
***********************************************************************************/
.section {
    padding: 80px 0;
    background-color: var(--bg);
}

.section-heading {
    color: var(--primary);
    font-size: 3.2rem;
    font-weight: 700;
    margin-bottom: 2rem;
}

.section-description {
    color: var(--secondary);
    font-size: 1.8rem;
    font-weight: 400;
    width: 55%;
    margin: 0 auto;
    line-height: 3rem;
}

/**********************************************************************************
**************************** SERVICES *********************************************
***********************************************************************************/
.services {
    margin-top: 6rem;
}

#services-page .services {
    margin-top: 0;
}

#services .dots-image {
    width: 150px;
    height: 150px;
    position: absolute;
    top: 900px;
    right: 10px;
    opacity: 0.8;
}

.service {
    padding: 3rem;
}

.service-icon {
    font-size: 5rem;
    margin-bottom: 2rem;
    color: var(--primary);
}

.service-heading h3 {
    font-size: 2.6rem;
    margin-bottom: 2rem;
    color: var(--primary);
    font-weight: 600;
}

.service-description p {
    font-size: 1.8rem;
    margin-bottom: 2rem;
    color: var(--secondary);
}

.service-link a {
    color: var(--primary);
    text-decoration: none;
}

.service-link a:before {
    display: inline-block;
    content: '';
    width: 16px;
    height: 1px;
    margin-right: 10px;
    vertical-align: middle;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background-color: var(--primary);
}

.service-link a:hover:before {
    width: 32px;
}

.service-link a:active,
.service-link a:focus {
    text-decoration: none;
}

/**********************************************************************************
**************************** Discover Our Offerings ********************************
***********************************************************************************/
.offering {
    padding: 3rem;
    overflow: hidden;
    position: relative;
    height: 250px;
}

.offerings {
    margin-top: 30px;
}

.offering-number {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 13rem;
    color: var(--primary);
    opacity: 0.06;
    font-weight: 800;
}

.offering-heading h3 {
    font-size: 2.6rem;
    margin-bottom: 2rem;
    color: var(--primary);
    font-weight: 600;
}

.offering-heading h3 span {
    color: var(--primary);
}

.offering-description p {
    font-size: 1.6rem;
    margin-bottom: 2rem;
    color: white;
}

.offering-text {
    position: absolute;
    top: 100px;
    left: 0;
}

.wave-card-shape {
    position: absolute;
    width: 600px;
    height: 300px;
    z-index: 1;
    opacity: 0.2;
    top: -200px;
    left: -100px;
    border-radius: 150px;
    background: var(--primary);
    animation: rotate 20s linear infinite;
}

.wave-card-shape:nth-child(1) {
    top: -209px;
    left: -98px;
    opacity: 0.1;
    z-index: 2;
    animation: rotate 20s linear infinite;
}

.wave-card-shape:nth-child(2) {
    top: -218px;
    opacity: 0.05;
    z-index: 3;
    animation: rotate 20s linear infinite;
}

.wave-card-subtitle {
    margin-bottom: 30px;
}

@keyframes rotate {
    0% {
        transform: rotate(0);
    }

    50% {
        transform: rotate(25deg);
    }

    75% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(-25deg);
    }
}

/**********************************************************************************
**************************** PRODUCTS *********************************************
***********************************************************************************/
.product-wrapper {
    position: relative;
    text-align: center;
}

.product {
    margin: 0 20px;
    height: 170px;
    width: 350px;
    position: relative;
}

.product-body-wrapper {
    position: absolute;
    top: 0;
    left: 10%;
    width: 80%;
    height: 100%;
    box-shadow: 15px 18px 25px -15px rgba(51, 51, 51, 0.3);
    border: 1px solid var(--primary);
}

.product-body {
    position: absolute;
    top: 50%;
    left: 65%;
    transform: translate(-50%, -50%);
}

.product-body-wrapper .custom-btn-2 {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: var(--primary);
}

.product-wrapper h5 {
    font-size: 21px;
    color: var(--primary);
    line-height: 1.3;
    margin-top: 15px;
}

.product-img {
    width: 200px;
    height: 200px;
    position: absolute;
}

.single-product-img {
    width: 280px;
    height: 280px;
    margin-left: 1rem;
}

.product .product-img-top {
    width: 100%;
    height: 100%;
    z-index: 2;
    position: relative;
    display: inline-block;
}

.product-wrapper .active {
    opacity: 1;
    transition: all 0.3s;
}

.product-wrapper .center {
    opacity: 1;
}

.product-wrapper .owl-stage-outer {
    padding: 30px 0;
}

.product-wrapper .owl-dots .owl-dot span {
    position: relative;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: block;
    background: white;
    border: 2px solid var(--primary);
    margin: 0 5px;
}

.product-wrapper .owl-dots .owl-dot.active {
    box-shadow: none;
}

.product-wrapper .owl-dots .owl-dot.active span {
    background: var(--primary);
    box-shadow: none;
    height: 12px;
    width: 12px;
    margin-bottom: -1px;
}

#products {
    position: relative;
}

#products .dots-image {
    width: 150px;
    height: 150px;
    position: absolute;
    top: 80px;
    left: -10px;
    opacity: 0.8;
}

.view-more-btn {
    color: var(--bg);
    height: 175px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.product-body h5 {
    font-size: 22px;
    color: var(--primary);
}

.product-img.binding-wires {
    top: -11%;
    left: -7%;
}

.product-img.decking-sheets {
    top: -8%;
    left: -9%;
}

.product-img.ms-angles {
    top: -6%;
    left: -10%;
}

.product-img.ms-beams {
    top: -6%;
    left: -5%;
}

.product-img.nuts-and-bolts {
    left: -5%;
}

.product-img.ms-channels {
    left: -5%;
}

.product-img.plates-and-sheets {
    left: -7%;
    width: 160px;
    height: 160px;
}

.product-img.roofing-sheets {
    width: 160px;
    height: 160px;
    top: 8%;
    left: -3%;
}

.product-img.valves-and-flanges {
    width: auto;
    height: 200px;
    left: -25%;
}

.single-product {
    padding-top: 120px;
}

/**********************************************************************************
**************************** CAPABILITIES *****************************************
***********************************************************************************/
#capabilities {
    position: relative;
}

.capabilities-img {
    border-radius: 15px;
    position: relative;
    height: 400px;
    box-shadow: 1px 2px 13px -7px #c9dff0;
}

.capabilities-img-overlay {
    border-radius: 15px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(58, 66, 109, 0.25);
}

.capabilities-img img {
    border-radius: 15px;
}

.capabilities-text {
    margin-top: 90px;
}

.capabilities-text h3 {
    color: var(--primary);
    font-size: 3.2rem;
    font-weight: 700;
    margin-bottom: 2rem;
}

.capabilities-text p {
    color: var(--secondary);
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 3rem;
}

#capabilities .dots-image {
    width: 200px;
    height: 200px;
    position: absolute;
    top: 100px;
    left: 25px;
    opacity: 0.8;
}

.our-capabilities-card {
    position: relative;
    height: 40rem;
}

.our-capabilities-card-title {
    position: absolute;
    top: 10%;
    width: 50%;
    height: 90%;
    background-color: var(--primary);
    padding: 20px;
    display: flex;
    align-items: end;
}

.our-capabilities-card-title h2 {
    font-size: 3rem;
    color: #000000;
    margin-bottom: 0;
}

.our-capabilities-card-details {
    position: absolute;
    top: 20%;
    width: 50%;
    height: 80%;
    left: 50%;
    padding: 20px 20px 20px 50px;
    display: flex;
    align-items: center;
    border: 1px solid var(--primary);
}

.our-capabilities-card .custom-btn {
    margin: 0;
    margin-top: 1rem;
}

.our-capabilities-card-img {
    position: absolute;
    top: 0;
    width: 50%;
    height: 75%;
    left: 4%;
}


/**********************************************************************************
**************************** FOOTER ***********************************************
***********************************************************************************/
footer {
    background-color: var(--bg);
}

footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

footer ul li {
    margin-bottom: 12px;
}

.footer-links a {
    margin-bottom: 12px;
    color: var(--secondary);
    font-size: 15px;
    position: relative;
    transition: all .3s linear;
}

.footer-links h4 {
    color: var(--primary);
    font-size: 2.8rem;
    font-weight: 600;
    margin-bottom: 20px;
}

.footer-links a:before {
    display: inline-block;
    content: '';
    width: 0;
    height: 1px;
    margin-right: 5px;
    vertical-align: middle;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background-color: var(--primary);
}

.footer-links a:hover:before {
    width: 15px;
}

.footer-links a:hover {
    color: var(--primary);
    text-decoration: none;
    padding-left: 5px;
}

.footer-links a:active,
.footer-links a:focus {
    text-decoration: none;
}

.footer-dark {
    margin-top: 15px;
    padding: 10px 0;
    background: var(--bg);
    text-align: center;
    color: white;
}

.footer-dark a {
    color: var(--primary);
}

.footer-dark a:hover {
    color: white;
}

.footer-links {
    display: flex;
    justify-content: space-evenly;
}

footer img {
    margin: 65px 0;
}

.footer-copyright-wrapper p {
    color: var(--secondary);
}

/**********************************************************************************
**************************** CONTACT **********************************************
***********************************************************************************/
.message-text {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: var(--secondary);
    margin-bottom: 35px;
}

#contact ul {
    list-style: none;
    padding: 0;
}

.form-group input {
    font-size: 12px;
    padding: 0 14px;
}

.form-group {
    margin-bottom: 15px;
}

.help-block {
    font-size: 12px;
}

.social {
    margin: 25px;
}

.social-details {
    font-family: "Montserrat", sans-serif;
    text-align: center;
}

.social-details li {
    margin: 15px 0;
    font-weight: 400;
}

.social-details li span {
    display: inline;
    font-weight: 400;
}

.social-details i {
    font-size: 20px;
    min-width: 35px;
    color: var(--primary);
}

.social-details a {
    color: var(--secondary);
}

#contact .custom-btn {
    background: none;
}

.contact-item {
    background: var(--bg);
    padding: 30px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    flex: 1;
}

.contact-item i {
    font-size: 38px;
    margin: 0;
}

.contact-item h3 {
    font-size: 22px;
    margin-bottom: 10px;
}

.contact-item hr {
    width: 45px;
    height: 3px;
    background: var(--primary);
    margin: 0 auto;
    border: none;
}

.contact-item p a {
    color: var(--secondary);
}

.contact-item p {
    margin: 20px 0 0;
}

.contact-item,
.contact-item i,
.contact-item h3,
.contact-item hr,
.contact-item p a,
.contact-item p {
    transition: all .4s ease-in-out;
}

.contact-item:hover {
    background: var(--primary);
}

.contact-item:hover i,
.contact-item:hover h3,
.contact-item:hover p a,
.contact-item:hover p {
    color: var(--bg);
}

.contact-item:hover hr {
    background-color: var(--bg);
}

.contact-item:hover i {
    transform: translateY(-10px);
}

.contact-row {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    gap: 20px;
}

.contact-col {
    display: flex;
    flex: 1;
}

/**********************************************************************************
********************************* SECTION HOME ************************************
***********************************************************************************/
#section-home,
#section-product {
    height: 40%;
    background: none;
    padding-top: 75px;
    position: relative;
}

#section-home-image {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    z-index: -1;
    padding-top: 75px;
    background-color: var(--bg);
}

.section-home-image-addon {
    display: block;
    position: absolute;
    top: 0px;
    width: 100%;
    height: 90%;
    border-bottom: 100px solid transparent;
}

.section-home-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
}

.section-home-container {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-home-content {
    width: 100%;
    height: 100%;
    display: table;
}

.section-home-content-inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: var(--primary);
}

.section-home-primary-heading {
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.section-home-content-inner p,
.section-home-content-inner a {
    color: var(--primary);
    font-size: 18px;
}

/**********************************************************************************
********************************* ABOUT *******************************************
***********************************************************************************/
.about-section {
    display: flex;
    align-items: center;
}

.about-img {
    border-radius: 15px;
    flex: 1;
    height: 400px;
}

.about-img img {
    border-radius: 15px;
    box-shadow: 1px 2px 13px -7px #c9dff0;
    height: 400px;
}

.about-text {
    flex: 1;
}

.about-text h3 {
    color: var(--primary);
    font-weight: 700;
    font-size: 4rem;
}

.about-text p {
    color: var(--secondary);
    font-size: 15px;
}

.about-img-heading h3 {
    color: var(--primary);
    font-weight: 700;
    font-size: 4rem;
    margin-top: 0;
}

.about-img-description p {
    color: var(--secondary);
    font-size: 1.6rem;
    margin-bottom: 40px;
}

.about-img-wrapper img {
    box-shadow: 1px 2px 13px -7px #c9dff0;
}

.about-stats-container {
    position: relative;
    font-family: sans-serif;
    height: 120px;
}

.about-stats-container::before,
.about-stats-container::after {
    content: "";
    background-color: var(--secondary);
    position: absolute;
}

.about-stats-container i {
    font-size: 3.5em;
    color: var(--primary);
}

.about-stats-container::before {
    border-radius: 50%;
    width: 6rem;
    height: 6rem;
    top: 24%;
    right: 18%;
    filter: blur(15px);
}

.about-stats-container::after {
    content: "";
    position: absolute;
    height: 3rem;
    top: 8%;
    right: 5%;
    border: 1px solid;
}

.about-stats-container .box {
    padding: 2rem;
    background-color: rgba(255, 255, 255, 0.074);
    border: 1px solid rgba(255, 255, 255, 0.222);
    border-radius: .7rem;
    transition: all ease .3s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.about-stats-container .box .title {
    font-size: 3rem;
    font-weight: 500;
    letter-spacing: .1em;
    color: var(--primary);
}

.about-stats-container .box div strong {
    display: block;
    margin-bottom: .5rem;
}

.about-stats-container .box div p {
    margin: 0;
    font-size: 1.2em;
    font-weight: 300;
}

.about-stats-container .box div span {
    font-size: .7rem;
    font-weight: 300;
}

.about-stats-container .box div span:nth-child(3) {
    font-weight: 500;
    margin-right: .2rem;
}

.about-stats-container .box:hover {
    box-shadow: 0px 0px 20px 1px #ffbb763f;
    border: 1px solid rgba(255, 255, 255, 0.454);
}

.commodities {
    position: relative;
    right: -34%;
}

.experience {
    position: relative;
    right: -21%;
}

.projects {
    position: relative;
    right: -29%;
}

/**********************************************************************************
********************************* T-AND-C *****************************************
***********************************************************************************/
.t-and-c-heading {
    color: var(--primary);
    font-weight: 700;
    font-size: 4rem;
    margin: 0;
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
}

#t-and-c p {
    font-size: 15px;
}

#t-and-c h3 {
    font-size: 20px;
}

#t-and-c ul {
    list-style-type: disc;
    margin-left: 15px;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 400;
}

/**********************************************************************************
**************************** SINGLE PRODUCT ***************************************
***********************************************************************************/
#section-product .section-home-primary-heading {
    color: #eeeeee;
}

.section-home-container {
    height: 100%;
}

.section-product-content {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-product-content .product-img {
    width: 35%;
}

img.wave-img {
    height: auto !important;
}

#section-product .section-home-overlay {
    background-color: transparent;
}

/**********************************************************************************
************************************* Table ***************************************
***********************************************************************************/
#ms-angles tr td:nth-of-type(2),
#ms-angles tr th:nth-of-type(2),
#ms-beams tr td:nth-of-type(2),
#ms-beams tr th:nth-of-type(2),
#plates-and-sheets tr th:nth-of-type(2),
#plates-and-sheets tr td:nth-of-type(2) {
    border-right: 2px solid #aaa !important;
}

#ms-flat tr th:nth-of-type(2),
#ms-flat tr td:nth-of-type(2),
#ms-flat tr th:nth-of-type(4),
#ms-flat tr td:nth-of-type(4) {
    border-right: 2px solid #aaa !important;
}


/***************************************************************************
******************************** Vision Mission *************************
*************************************************************************/

.vision-mission-section {
    position: relative;
    height: 40rem;
}

.vision-wrapper {
    position: absolute;
    top: 10%;
    height: 80%;
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid var(--primary);
    border-right: none;
    padding: 0 15px;
}

.vision-mission-img-wrapper {
    position: absolute;
    top: 0;
    left: 30%;
    height: 100%;
    width: 40%;
}

.mission-wrapper {
    position: absolute;
    top: 10%;
    height: 80%;
    left: 70%;
    width: 30%;
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 15px;
    border: 1px solid var(--primary);
    border-left: none;
}