/* Universal Elements (Start) */
* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-family: 'Mulish', sans-serif;
    font-size: 0.9rem;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important; 
    -moz-osx-font-smoothing: grayscale !important;
}
 /* Colors  */
:root {

    --dominant: #f8f9fa;
    --compliment: #fefae0;
    --ascent: #dabc1c;

    --color-light-1: #EEF3F7;
    --color-light-2: #EDF2F4;

}

/* Input Boxes (Start) */
label {
    margin-bottom: 3px;
}
*.input-box,
input.input-box,
textarea.input-box,
select.input-box {
    background-color: var(--color-light-1);
    outline: none;
    color: #000;
    border: none;
    text-align: left;
    width: 100%;
    border: 1px solid #999;
    background-color: #fff;
    padding: 10px 15px;
}
select.custom-select-lg {
    background-color: var(--color-light-1);
    border: none;
    color: #000;
}
select.custom-select-lg option {
    background-color: #fff;
}
input[type="checkbox"] {
    height: 20px;
    width: 20px;
}
::placeholder {
    color: #000;
    opacity: 0.7;
}
option {
    font-size: 15px;
}
/* Input Boxes (End) */


/* Radio Buttons (Start) */
label.radio-btn {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    margin-top: 8px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
label.radio-btn input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: var(--color-light-2);
    border-radius: 50px;
}
label.radio-btn input:checked ~ .checkmark {
    background-color: var(--color-dark-2);
}
label.radio-btn input:checked ~ .checkmark:after {
    display: block;
}
label.radio-btn .checkmark:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 10px;
    height: 10px;
    border-radius: 25px;
    background-color: #fff;
}
/* Radio Buttons (End) */


/* Buttons (Start) */
a.btn:focus, 
a.btn:active,
button.btn:focus, 
button.btn:active,
select:focus, 
select:active  {
    outline: none !important;
    box-shadow: none !important;
}
a.btn-theme,
button.btn-theme {
    color: #fff;
    background-color: var(--color-dark-1);

}
a.btn-theme:hover,
button.btn-theme:hover {
    background-color: var(--color-dark-2);
    color: #fff;
}
a.btn-theme-lg,
button.btn-theme-lg {
    border: 1.7px solid var(--ascent);
    background-color: transparent;
    color: var(--ascent);
    padding: 10px 15px;
    border-radius: 0px;
    transition: 0.3s ease;
}
a.btn-theme-lg:hover,
button.btn-theme-lg:hover {
    border: 1.7px solid #000;
    background-color: #000;
    color: #fff;
    padding: 10px 15px;
    border-radius: 0px;
    transition: 0.3s ease;
}
a.btn-theme-lg.active,
button.btn-theme-lg.active {
    border: 1.7px solid #000;
    background-color: #000;
    color: #fff
    padding: 10px 15px;
    border-radius: 0px;
    transition: 0.3s ease;
}
a.btn-theme-lg:hover,
button.btn-theme-lg:hover {
    border: 1.7px solid #000;
    background-color: #000;
    color: #fff;
    padding: 10px 15px;
    border-radius: 0px;
    transition: 0.3s ease;
}
.btn-theme-lg i {
    margin-left: 5px;
    transition: 0.3s ease;
}
.btn-theme-lg:hover i {
    margin-left: 15px;
    transition: 0.3s ease;
}
/* Buttons (End) */



/* Header (Start) */
header.header {
    height: auto;
    width: 100%;
    background-color: #fff;
    z-index: 10;
    border-bottom: 2px solid #4a4e69;
    position: fixed;
}
img.logo {
    height: 40px;
    width: auto;
}
ul.navbar-nav li {
    padding: 0px;
    margin-left: 10px;
}
ul.navbar-nav li a.nav-link {
    color: #000;
    padding: 11px 15px;
    font-size: 1rem;
}
ul.navbar-nav li a.nav-link:hover {
    color: var(--ascent);
}
/* Header (End) */



/* Body, Main & Section (Start) */
body {
    scroll-behavior: smooth;
    zoom: 100%;
}
main {
    overflow-x: hidden;
}
section {
    height: auto;
    width: 100%;
    background-color: #fff;
    overflow: hidden;
    z-index: 5;
}
section.section {
    padding-top: 50px;
    padding-bottom: 50px;
    height: auto;
    width: 100%;
}
section.section.bg {
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
div.carousel-item {
    height: 500px;
    width: 100%;
    background-size: 120% auto;
    background-position: center;
    background-repeat: no-repeat;
    transition: 0.5s ease;
}
div.carousel-item.active {
    height: 500px;
    width: 100%;
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    transition: 0.5s ease;
}
@media (max-width: 767px) {
    div.carousel-item {
        background-size: auto 120%;
    }
    div.carousel-item.active {
        background-size: auto 100%;
    }
}
div#carousel-item-1 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3),rgba(0, 0, 0, 0.3)),url('../images/bgimg (1).jpg');
}
div#carousel-item-2 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3),rgba(0, 0, 0, 0.3)),url('../images/bgimg (1).jpg');
}
div#carousel-item-3 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3),rgba(0, 0, 0, 0.3)),url('../images/bgimg (1).jpg');
}
div.carousel-caption {
    text-align: center;
    vertical-align: top;
}
a.card-link {
    text-decoration: none;
}
div.card-sm,
div.card-md,
div.card-lg,
div.card-xl {
    margin: auto;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
}
div.card div.card-header {
    background-color: transparent;
}
div.card div.card-footer {
    background-color: transparent;
}
div.card-sm {
    width: 40%;
    padding: 20px 30px;
}
div.card-md {
    width: 70%;
}
div.card-lg {
    width: 90%;
}
div.card-xl {
    width: 100%;
}
@media (max-width: 767px) {
    div.card-sm,
    div.card-md,
    div.card-lg,
    div.card-sm {
        width: 100%;
    }
    section.section {
        padding-top: 50px;
        padding-bottom: 10px;
    }
    div.card-sm {
        padding: 20px 20px;
    }
}
section#first-section-home {
    padding: 0px;
}
@media (max-width: 767px) {
    section#first-section-home {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}
div.introduction-title {
    color: #fff;
    border-left: 5px solid #fff;
    padding-left: 30px;
}
img.img-1 {
}
div.section-title {
    display: flex;
    justify-content: center;
    align-items: center;
}
div.section-title hr {
    height: 5px;
    width: 70px;
    border-radius: 2px;
    margin-left: 15px;
    margin-right: 15px;
}
div.section-title h4 {
    font-weight: bold;
    font-size: 2.5rem;
}
@media (max-width: 767px) {
    div.section-title hr {
        height: 5px;
        width: 50px;
        border-radius: 2px;
        margin-left: 10px;
        margin-right: 10px;
    }
    div.section-title h4 {
        font-weight: bold;
        font-size: 2rem;
    }
}
section#second-section-home {
    background-image: url("../images/pattern-bg.svg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
section#third-section-home {
    border-top: 10px solid var(--ascent);
    border-bottom: 10px solid var(--ascent);
    padding-top: 100px;
    padding-bottom: 110px;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)),url("../images/bgimg (2).jpg");
}
div.contact-card-div {
    padding: 15px;
}
div.contact-card {
    border-radius: 7px;
    border: none;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
span.icon {
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 25px;
    background-color: var(--ascent);
    color: #fff;
    transition: 0.2s ease;
}
span.icon:hover {
    color: var(--ascent);
    background-color: #000;
    transition: 0.2s ease;
}
section#fourth-section-home {
    background-image: url("../images/waves-bg.svg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
div.product-carousel-div {
    position: relative;
    z-index: 1;
}
button.carousel-controls {
    position: absolute;
    height: 50px;
    width: 50px;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 45%;
}
button.carousel-controls i {
    margin-left: 0px;
}
button.carousel-controls:hover i {
    margin: 0px;
}
button.product-carousel-next {
    right: -5%;
}
button.product-carousel-prev {
    left: -5%;
}
/* Body, Main & Section (End) */


/* Footer (Start) */
footer.footer {
    height: auto;
    width: auto;
    background-color: #22223b;
}
footer.footer h5 {
    color: var(--ascent);
}
footer.footer ul {
    margin-bottom: 25px;
}
footer.footer div.first-container {
    padding-top: 50px;
    padding-bottom: 10px;
}
footer.footer div.second-container {
    padding-top: 20px;
    padding-bottom: 0px;
}
footer.footer div.first-container ul li {
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
}
footer.footer div.second-container ul li {
    padding-top: 5px;
    padding-bottom: 5px;
    display: inline-block;
    margin-right: 20px;
}
footer.footer div.card-body {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #000;
    text-align: center;
    padding: 25px;
}
footer.footer div.card-body p {
    color: var(--color-light-2);
    margin-bottom: 0px;
    font-size: 0.9rem;
}
a.footer-link {
    transition: 0.3s ease;
    font-weight: normal;
    font-size: 0.9rem;
    text-decoration: none;
    color: #eee;
}
a.footer-link:hover {
    transition: 0.3s ease;
    text-decoration: none;
    color: var(--ascent);
}
/* Footer (End) */


/* Media Queries (Start) */
@media (max-width: 767px) {

}
/* Media Queries (End) */

