﻿@import 'https://www.brandpower.com/assets/ngx-bar-rating/themes/br-fontawesome-theme';

@font-face {
    /*
    font-family: 'sofia-pro'; 
    src: url('/Assets/fonts/Sofia Pro Bold/Sofia Pro Bold.ttf'); 
    */
}

@font-face {
    /*
    font-family: 'Sofia-Pro-Regular';   
    src: url('/Assets/fonts/Sofia Pro Regular/Sofia Pro Regular.ttf');
    */
}

.font_Sofia-Pro {
    font-family: "poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    
    /*
    font-family: 'sofia-pro', sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    */
}

.font_Sofia-Pro-Regular {
    font-family: "poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
    /*
    font-family: 'Sofia-Pro-Regular', sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    */
}

.background-white {
    background-color: #ffffff;
}

.txt-purple {
    color: #2c0d61 !important;
}

.primary-purple-background {
    background-color: #2c0d61;
}

.primary-pink-background {
    background-color: #f40650;
}

.secondary-blue {
    background-color: #06a9b5;
}

.secondary-green {
    background-color: #0edb73;
}

.secondary-yellow {
    background-color: #feff15;
}

.secondary-orange {
    background-color: #ff6a5b;
}

.secondary-purple {
    background-color: #a186be;
}

.secondary-black {
    background-color: #252525;
}

.primary-black {
    background-color: #000;
}

.primary-red {
    background-color: #ed2024;
}

.secondary-gray {
    background-color: #a1a1a1;
}

.secondary-lightgray {
    background-color: #e1e1e1;
}

.primary-gradient-background {
    background-image: linear-gradient(to bottom, #2c0d61, #f40650);
}

.secondary-blue-gradient-background {
    background-image: linear-gradient(to bottom, #2c0d61, #06a9b5);
}

.secondary-green-gradient-background {
    background-image: linear-gradient(to bottom, #2c0d61, #0edb73);
}

.secondary-yellow-gradient-background {
    background-image: linear-gradient(to bottom, #2c0d61, #fff000);
}

.secondary-red-gradient-background {
    background-image: linear-gradient(to bottom, #2c0d61, #ff6b5b);
}

.txt-white {
    color: white !important;
}

.txt-black {
    color: black !important;
}

.txt-red {
    color: #ed2024 !important;
}

.txt-center {
    margin: 0 auto;
    text-align: center;
}

body {
    /* font-family: 'sofia-pro'; */
    overflow-x: hidden;
    color: black;
}

h4 {
    /* font-family: 'sofia-pro'; */
    font-size: 30px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.6px;
    color: #ffffff;
}

.checked {
    color: #ed2024 !important;
}

.slick-active {
    opacity: 1 !important;
}

.img_slider_div {
    min-height: 350px;
}

.slider_heading {
    /* font-family: 'sofia-pro'; */
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0.4px;
    color: #FFF;
}

.btn-white {
    /* font-family: 'sofia-pro'; */
    letter-spacing: 2px;
    background-color: white;
    min-width: 150px;
    white-space: auto;
    border: 2px solid #2e0684;
    font-size: 12px;
    color: #2e0684 !important;
    padding: 12px 50px;
    text-transform: uppercase;
    border-radius: 4px;
}

    .btn-white:hover, .btn-white:focus, .btn-white:active {
        border-radius: 4px;
        border: transparent 2px white;
        background-color: #2e0684;
        color: #fff !important;
        text-decoration: none;
        border-radius: 4px;
    }

.red_btn {
    border-radius: 6px;
    border: solid 2px #ed2024;
    padding: 12px 50px;
    text-transform: uppercase;
    border-radius: 4px;
    color: #ed2024 !important;
    cursor: pointer;
}

    .red_btn:hover, .red_btn:focus, .red_btn:active {
        border-radius: 4px;
        border: solid 2px white;
        background-color: transparent;
        color: #fff !important;
        text-decoration: none;
        border-radius: 4px;
    }
.field-validation-error {
    padding-left: 10px;
    color: red;
}
.red_btn-white {
    border-radius: 6px;
    border: solid 2px #333;
    padding: 12px 50px;
    text-transform: uppercase;
    border-radius: 4px;
    color: #333 !important;
    cursor: pointer;
    background-color: #fff;
}

    .red_btn-white:hover, .red_btn-white:focus, .red_btn-white:active {
        border-radius: 6px;
        border: solid 2px white;
        background-color: #333;
        color: #fff !important;
        text-decoration: none;
        border-radius: 4px;
    }

.btn-white-red {
    border-radius: 6px;
    border: solid 2px #fff;
    padding: 12px 50px;
    text-transform: uppercase;
    border-radius: 4px;
    color: #fff !important;
    cursor: pointer;
    background-color: transparent;
}

    .btn-white-red:hover, .btn-white-red:focus, .btn-white-red:active {
        border-radius: 4px;
        border: solid 2px #ed2024;
        background-color: white;
        color: #ed2024 !important;
        text-decoration: none;
        border-radius: 4px;
    }
/* Remove the navbar's default margin-bottom and rounded borders */
.navbar {
    margin-bottom: 0;
    border-radius: 0;
}

/* Set height of the grid so .sidenav can be 100% (adjust as needed) */
.row.content {
    height: 450px
}

/* Set gray background color and 100% height */
.sidenav {
    padding-top: 20px;
    background-color: #f1f1f1;
    height: 100%;
}

/* Set black background color, white text and some padding */
footer {
    background-color: #000;
    color: white;
    padding: 15px;
}



.fade-carousel {
    position: relative;
    height: 100vh;
    margin-bottom: 0px;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.fade-carousel .carousel-inner .item {
    height: 100vh;
}

.fade-carousel .slides .slide-1, .fade-carousel .slides .slide-2, .fade-carousel .slides .slide-3 {
    height: 100vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.hero {
    position: absolute;
    top: 30%;
    left: 0.19%;
    right: 20px;
    z-index: 3;
    color: #fff;
    padding-top: 0px;
}

    .hero p {
        /* font-family: 'sofia-pro'; */
        font-size: 18px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: -0.4px;
        text-align: center;
        color: #ffffff;
        max-width: 450px;
        margin: 0 auto;
    }

.navbar-wrapper {
    position: absolute;
    top: 0px;
    z-index: 29;
    margin-top: 0px;
    height: 145px;
}


.bordo {
    border: 2px solid white;
}

.marketing-one {
    margin-bottom: 0px;
    padding-top: 0;
    padding-bottom: 0;
    min-height: initial;
    /* margin-left: 15%; */
}

.logo_img {
    height: auto;
    max-width: 125px;
}

.navbar {
    position: absolute;
    min-height: 50px;
    margin-top: 0px;
    width: 100%;
    z-index: 2;
}

.icon {
    font-size: 14px;
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
}

#nav-icon1 {
    width: 25px;
    height: 5px;
    position: absolute;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    color: white;
    margin-right: 10px;
}

    #nav-icon1 span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background: #FFF;
        border-radius: 9px;
        font-weight: bold;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

        #nav-icon1 span:nth-child(1) {
            top: 0px;
        }

        #nav-icon1 span:nth-child(2) {
            top: 10px;
        }

        #nav-icon1 span:nth-child(3) {
            top: 20px;
        }

    #nav-icon1.open span:nth-child(1) {
        top: 15px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    #nav-icon1.open span:nth-child(2) {
        opacity: 0;
        left: -60px;
    }

    #nav-icon1.open span:nth-child(3) {
        top: 15px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

.main-navigation {
    display: none;
    float: left;
    margin-left: 20px;
    color: white;
    font-size: 20px;
    width: 300px;
    padding-left: 20px;
}

    .main-navigation a {
        color: #bc1a1a;
        text-decoration: none;
        font-weight: bold;
        font-family: 'sofia-pro' !important;
    }

.navbar-default {
    background-color: transparent !important;
}

.sectio-p {
    max-width: 442px;
    /* font-family: 'sofia-pro'; */
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.4px;
    text-align: center;
    color: #ffffff;
    text-align: center;
    margin: 0 auto;
}

.top_slider_text {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.2px;
    text-align: center;
    color: #ffffff;
    float: left;
    padding-bottom: 30px;
    width: 100%;
}

.scroll:after {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    top: 20px;
    margin: auto;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-animation: 3s arrow infinite ease;
    animation: 3s arrow infinite ease;
}

.scroll:after {
    border-right: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

body h1 {
    max-width: 495px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: -1.6px;
    text-align: center;
    color: #ffffff;
    margin: 0 auto;
    padding-bottom: 30px;
    /* font-family: 'sofia-pro'; */
}

.top_slider_text {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.2px;
    text-align: center;
    color: #ffffff;
    float: left;
    padding-bottom: 30px;
    width: 100%;
    text-transform: uppercase;
}

.carousel-down-arrow {
    text-align: center;
    position: absolute;
    width: 100%;
}

    .carousel-down-arrow .fa-angle-down {
        cursor: pointer;
    }

.fa {
    color: #ffffff;
}

.scroll:after {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    top: 20px;
    margin: auto;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-animation: 3s arrow infinite ease;
    animation: 3s arrow infinite ease;
}

.scroll:after {
    border-right: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
/***********************/
.slider {
    width: 50%;
    margin: 100px auto;
}
.slick-slide:hover {
    cursor: pointer;
}
.slick-slide:hover h6, .slick-slide:hover span.txt-white {
    text-decoration: underline
}

.slick-slide {
    margin: 0px 20px;
}

    .slick-slide img {
        width: 100%;
    }

.slick-prev:before,
.slick-next:before {
    color: black;
}


.slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
}

.slick-active {
    opacity: .5;
}

.slick-current, .slick-slide {
    opacity: 1;
}

.slick-prev:before {
    content: '<' !important;
}

.slick-prev:before, .slick-next:before {
    font-family: 'sofia-pro' !important;
    font-size: 35px !important;
    font-weight: bold !important;
    line-height: 1;
    opacity: .75;
    color: #ed2024 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-next:before {
    content: '>' !important;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: none;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.section {
    margin: 0% auto;
}

h3 {
    /* font-family: 'sofia-pro'; */
    font-size: 30px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.1;
    letter-spacing: -1px;
    text-align: center;
    width: 100%;
}

h5 {
    /* font-family: 'sofia-pro'; */
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.1;
    letter-spacing: 0.5px;
    max-width: 400px;
    margin-bottom: 20px;
}

body p {
    /* font-family: 'sofia-pro'; */
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.4px;
    text-align: center;
    color: #000000;
}

.bordo {
    border: 2px solid white;
}

.bordo-black {
    border: 2px solid black;
}

.nopadding {
    padding: 0px;
}

.nomargin {
    margin: 0px;
}

.box1 {
    padding: 20% 5% 20% 5%;
    height: 100%;
}

.box11 {
    padding: 10%;
    min-height: 350px;
}

.banner-2 {
    background-size: cover;
    height: 650px;
    background-repeat: no-repeat;
}

.txt-uppercase {
    text-transform: uppercase;
}

.txt-center {
    text-align: center;
}

h2 {
    /* font-family: 'sofia-pro'; */
    font-size: 50px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.1;
    letter-spacing: -1px;
    margin-bottom: 20px;
}

.text-size-50 {
    font-size: 50px;
}

.txt-size-18 {
    font-size: 18px;
}

.margin-btm-20 {
    margin-bottom: 20px;
}

.margin-btm-30 {
    margin-bottom: 30px;
}

.margin-btm-40 {
    margin-bottom: 40px;
}


.margin-btm-10 {
    margin-bottom: 10px;
}

.txt-size-12 {
    font-size: 12px;
}

.txt-size-15 {
    font-size: 15px;
}

.modal-content {
    margin: 3% auto;
}

    .modal-content p {
        font-size: 16px;
    }

.max-len-400 {
    max-width: 400px;
}
/*******style for floating lable input field*****************/
.form-floating-label {
    position: relative;
}

    .form-floating-label [type='text'], .form-floating-label [type='password'], .form-floating-label [type='date'],
    .form-floating-label [type='datetime'], .form-floating-label [type='datetime-local'], .form-floating-label [type='month'],
    .form-floating-label [type='week'], .form-floating-label [type='email'],
    .form-floating-label [type='number'], .form-floating-label [type='search'],
    .form-floating-label [type='tel'], .form-floating-label [type='time'], .form-floating-label [type='url'], .form-floating-label [type='color'],
    .form-floating-label textarea {
        margin-bottom: 0;
        color: #333 !important;
        font-size: 14px;
        font-weight: 300;
        padding-top: 23px;
        padding-bottom: 0px;
        border: 0px;
        border-bottom: 2px solid #d5d5d5;
        width: 100%;
        padding-left: 18px;
        font-family: 'sofia-pro', sans-serif;
    }

    .form-floating-label label {
        font-family: 'sofia-pro', sans-serif;
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.75;
        letter-spacing: 0.1px;
        text-align: left;
        color: #333;
        position: absolute;
        top: 0px;
        left: 10px;
        bottom: 0;
        transition: all 0.2s ease-in;
    }
    /*.form-floating-label input:enabled[value] ~ label
{
	top: 5px;
    font-size: 14px;
    color: #7e7e7e;
    font-weight: normal;
}*/
    .form-floating-label textarea ~ label {
        top: 0px;
        font-size: 14px;
        font-weight: normal;
    }

    .form-floating-label input:focus ~ label, .form-floating-label input:disabled[value] ~ label, .form-floating-label.has-value input ~ label {
        top: 0px;
        font-size: 14px;
        color: #333;
        font-weight: normal;
    }

    .form-floating-label textarea:focus ~ label, .form-floating-label.has-value textarea ~ label {
        top: 0px;
        font-size: 14px;
        color: #333;
        font-weight: normal;
        font-size: 14px;
        color: #7e7e7e;
        font-weight: normal;
        background-color: white;
        height: 25px;
        left: 10px;
    }

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus input:-webkit-autofill, textarea:-webkit-autofill, textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus {
    border: 0px solid #d5d5d5 !important;
    -webkit-text-fill-color: inherit !important;
    -webkit-box-shadow: 0 0 0px 0px #FFFFFF inset;
    transition: background-color 5000s ease-in-out 0s;
}

.close {
    float: right;
    font-size: 33px;
    font-weight: 700;
    line-height: 1;
    color: #0edb73;
    text-shadow: 0 0px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 1;
}

    .close:hover {
        color: #fff;
        opacity: 1;
    }

.txt-green {
    color: #0edb73;
}

    .txt-green:hover {
        color: #0edb73;
        text-decoration: none;
    }

.form-div {
    margin: 10px auto;
    width: 50%;
}

.txt-right {
    text-align: right;
}

.txt-right-not-sm {
    text-align: right;
}

.txt-left {
    text-align: left;
}
/* Remove the navbar's default margin-bottom and rounded borders */
.navbar {
    margin-bottom: 0;
    border-radius: 0;
}

.navbar-inverse {
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 1000;
    width: 100%;
    border: 0px;
    background-color: transparent;
}




.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0px;
    left: 0;
    background-color: #0000008c;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 0px;
}

.overlay-content {
    position: relative;
    top: 0%;
    width: 100%;
    text-align: center;
    margin-top: 0px;
    height: 100%;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 3;
    width: 100%;
    padding: 36px;
    overflow: auto;
}

.overlay a {
    padding: 0px;
    text-decoration: none;
    font-size: 26px;
    color: #fff;
    display: block;
    transition: 0.3s;
}

    .overlay a:hover, .overlay a:focus {
        color: #fff;
    }

.overlay .closebtn {
    position: absolute;
    top: 0px;
    right: 8px;
    font-size: 40px;
    color: #fff;
    opacity: 1;
}

.navbar-inverse .navbar-toggle {
    border-color: transparent !important;
}

    .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
        background-color: transparent !important;
    }

.banner-2div {
    float: right;
    max-width: 450px;
    margin-top: 15%;
    margin-right: 10%;
    text-align: right;
}

input:focus, select:focus, textarea:focus {
    outline: none;
}

#workSection {
    padding: 100px 0;
}

.embd_vid {
    width: 80%;
    height: 550px;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-right: 15px;
    margin-top: 30px;
    height: 90px;
    /* background-color: transparent; */
    background-image: none;
    /* border: 1px solid transparent; */
    border-radius: 4px;
    top: -40px;
}

#workSection .br-fontawesome .br-selected:after,
#workSection .br-fontawesome .br-fraction:after {
    color: Red !important;
}

#workSection .br[_ngcontent-c4] {
    width: 100%;
    text-align: center;
}

#workSection .br-units[_ngcontent-c4] {
    display: inline-block;
}

#workSection .br-unit[_ngcontent-c4] {
    float: left;
}

#myModal .br-fontawesome .br-selected:after, #myModal .br-fontawesome .br-fraction:after {
    color: #0edb73 !important;
}

#myModal .br-fontawesome .br-unit:after {
    color: #d2d2d2
}

#myModal .br[_ngcontent-c4] {
    margin-top: 5px;
}

.br-fontawesome .br-fraction:after {
    content: "\F123";
}

#productInfoSection .br[_ngcontent-c4] {
    margin-top: 0px;
}

#productInfoSection .br-fontawesome .br-selected:after,
#productInfoSection .br-fontawesome .br-fraction:after {
    color: Red !important;
}

.fade.show {
    opacity: 1 !important;
}

.popover-country {
    padding: 0 0;
    font-family: 'MaisonNeue', sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0.1px;
    text-align: left;
    height: 150px;
    overflow-y: auto;
    width: 255px;
}

    .popover-country a {
        color: black;
    }
    .popover-country li {
        color: black;
        margin: 10px 0;
    }

.popover-title {
    color: black;
    text-transform: uppercase;
}

.lang-list {
    list-style: none;
    padding-right: 30px;
}

    .lang-list li {
        text-align: right;
        margin: 0px;
    }

.nomarginTop {
    margin-top: 0px;
}


#myModal .modal-header .pp-star-rating {
    float: left;
    position: relative;
    top: 10px;
    left: 10px;
}

.starwrapper-green .fa-star {
    color: #0edb73;
}

.starwrapper-red .fa-star {
    color: Red;
}

.starwrapper .fa-star-open {
    color: #cacaca !important;
}

.fa-star-percentage {
    color: #CCCCCC
}

.starwrapper .fa-star {
    font-size: 30px;
    margin: 0 2px;
    position: relative
}

.font-size-25, .font-size-25 * {
    font-size: 25px !important
}

.font-size-15, .font-size-15 * {
    font-size: 15px !important
}

.starwrapper .fa-star-percentage {
    position: absolute;
    top: 0;
    overflow: hidden;
    margin: 0px !important;
    left: 0px;
}

.js-star-rating .fa-user-circle-o {
    color: #000 !important;
    background-color: #C06
}

#frmSubmit {
    position: relative
}

.form-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: .5;
    text-align: center;
}
.form-overlay span {
    position: relative;
    top: 200px;
    color: green;
}

.bg-mobile-nav {
    background-color: #ed2024;
}

#productInfoSection h2 {
    color: #ed2024;
}

#aboutSection .info1 {
}

#aboutSection .info2 {
    background-color: #ed2024;
}

    #aboutSection .info2 p {
        color: #000;
    }

#aboutSection .info3 {
    background-color: #000;
}

#aboutSection .info3 p, h6.slider_heading, .star-review-txt, [data-target="#myModal"] {
    color: #fff;
}
.brand-notice-link {
    text-align: center;
    margin-bottom: 30px;
}

.brand-notice-link h4, .brand-notice-link h5, .brand-notice-link .red_btn {
    display: inline-block;
    

}

.brand-notice-link h4, .brand-notice-link h5 {
    /* font-family: 'sofia-pro'; */
    font-weight: bold;
    font-size: 30px;

}

.t_are_you_a_brand {
    display: inline-block;
    font-weight: bold;
    font-size: 30px;
    color: #FFF;
}

.t_featured_prod {
    font-weight: bold;
    font-size: 30px;
}

.brand-notice-link .red_btn {
    margin-left: 20px;
}

.carousel-item-image {
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 1700px) {
    .slider {
        width: 65%;
    }
}
@media (max-width: 1440px) {
    .slider {
        width: 75%;
    }
}
@media (max-width: 1250px) {
    .slider {
        width: 95%;
    }
}
@media (max-width: 1150px) {
    .slider {
        width: 90%;
    }
}
/* On small screens, set height to 'auto' for sidenav and grid */
@media (max-width: 1050px) {
    .slider {
        width: 70%;
    }
}
@media (max-width: 400px) {
    /*body, div {
        font-size: .75em
    }*/
}

@media screen and (min-width: 992px) {
    .display-table-md {
        display: table;
    }

    .display-table-cell-md {
        display: table-cell;
        padding: 0px;
        vertical-align: middle;
        float: initial;
    }
    h1 {
        font-size: 70px;
    }

    h2 {
        font-size: 40px;
    }

    h3, h4 {
        font-size: 30px;
    }

    h6 {
        font-size: 30px;
    }
    p {
        font-size: 18px;
    }
    .md-pull-left {
        float: left
    }
    .md-pull-right {
        float: right
    }
    .md-align-left {
        text-align: left
    }

    .md-align-right {
        text-align: right
    }
}
@media (min-width: 1201px) {
    .fix-half-width {
        width:585px;
    }
    .md-pull-right {
        float:right
    }
}
@media (max-width: 991px) {
    .slider {
        width: 80%;
    }
    .brand-notice-link .red_btn {
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
    .sm-full-width {
        width: 100% !important;
    }
    .sm-padding-lr {
        padding-left: 40px;
        padding-right: 40px;
    }
    h1 {
        font-size: 64px;
    }
    h2 {
        font-size: 40px;
    }
    h3, h4 {
        font-size: 24px;
    }
    h6 {
        font-size: 16px;
    }
    p {
        font-size: 16.6px;
    }
}
@media (max-width: 815px) {
    .slider {
        width: 85%
    }
}
@media screen and (max-width: 767px) {
    .slider {
        width: 60%
    }
    .sidenav {
        height: auto;
        padding: 15px;
    }

    .row.content {
        height: auto;
    }

    h1 {
        font-size: 60px;
    }

    h2 {
        font-size: 38px;
    }

    h3, h4 {
        font-size: 22px;
    }

    h6 {
        font-size: 15px;
    }
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 750px;
        margin: 30px auto;
    }
}
@media (max-width: 545px) {
    .slider {
        width: 70%;
    }
}
@media (max-width: 475px) {
    .slider {
        width: 90%;
    }
    .carousel-item-image {
        width: 100%;
        height: 250px;
    }
}
@media (max-width: 400px) {


    p {
        font-size: 15px !important;
    }
    .banner-2div {
        float: right;
        max-width: 450px;
        margin-top: 35%;
        margin-right: 10%;
        text-align: right;
    }

    .embd_vid {
        width: 80%;
        height: 250px;
    }

    body h1 {
        max-width: 495px;
        font-size: 40px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 1;
        letter-spacing: -1.6px;
        text-align: center;
        color: #ffffff;
        margin: 0 auto;
        padding-bottom: 30px;
        /* font-family: 'sofia-pro'; */
    }

    .hero p {
        font-size: 16px;
    }

    body p {
        font-size: 16px;
    }

    .slick-dots {
        display: none !important;
    }

    .slick-prev, .slick-next {
        font-size: 0;
        line-height: 0;
        position: absolute;
        top: 15% !important;
        display: block;
        width: 20px;
        height: 20px;
        padding: 0;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        cursor: pointer;
        color: transparent;
        border: none;
        outline: none;
        background: transparent;
    }

    .body-padding-l {
        padding: 0px 17px;
    }

    .body-padding-ll {
        margin: 0px 25px;
    }

    .form-div {
        margin: 10px auto;
        width: 80%;
    }

    .txt-right, .txt-left {
        text-align: center;
    }

    .txt-right-not-sm {
        text-align: left;
    }

    .txt-size-18 {
        font-size: 16px;
    }

    h2 {
        /* font-family: 'sofia-pro'; */
        font-size: 30px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.1;
        letter-spacing: -1px;
        margin-bottom: 20px;
    }

    h4 {
        /* font-family: 'sofia-pro'; */
        font-size: 22px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: normal;
        letter-spacing: -0.6px;
        color: #ffffff;
    }

    h3 {
        /* font-family: 'sofia-pro'; */
        font-size: 20px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.1;
        letter-spacing: -1px;
        text-align: center;
        max-width: 400px;
    }

    .slider {
        width: 85%;
        margin: 40px auto;
    }

    #workSection {
        padding: 50px 0 0 0;
    }
}
