* {
    padding: 0;
    margin: 0;
}
ul {
    margin-top: 0;
    margin-bottom: 1rem;
    padding: 0;
}
a {
    text-decoration: none;color: #f92c50;font-weight: bold;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 18px !important;
}

span{color: #f92c50;font-weight: bold;}
.bg1{background-color: #fafafa;}
.bg{background-color: #f92c50 ;}
.bg3{background-color: #f5f4f7;}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #000000;
}

.line {
    background-color: #eaeaea;
    border: medium none;
    height: 1px;
    margin: 0;
    width: 100%;
}

.mainContainer {
    margin-top: 70px;
    margin-bottom: 40px;
}
.mainContainer h3 {
    color: #25282c;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 6px;
    margin: 0 0 10px;
    text-align: center;
}
.mainContainer h5 {
    color: #25282c;
    font-family: "Merriweather", sans-serif;
    font-size: 15px;
    font-style: italic;
    letter-spacing: 4px;
    margin: 0 0 50px;
    text-align: center;
    font-weight: bold;
}

.marginTop{padding-top: 30px;}

.banner{background-color: transparent;}
    .banner h1 {color: #f92c50 !important; font-weight: bold;font-family: 'Heebo', sans-serif;
        font-size: 2.375rem; line-height: 1.14285714;margin-bottom: 32px;}
    .banner h6{color: #16181c;}
    .banner p{color: #16181c;}
    .banner h3 {
        color: #25282c;
        font-size: 20px;
        font-weight: normal;
        letter-spacing: 6px;
        margin: 0 0 10px;
        /* text-align: center; */
    }
    .banner h5 {
        color: #25282c;
        font-family: "Merriweather", sans-serif;
        font-size: 12px;
        font-style: italic;
        letter-spacing: 4px;
        text-align: center;
    }
    
    .line1 {
        width: 3rem;
        height: 2px;
        background: #f92c50;
        display: inline-block;
    }

    .carousel-item {
        height: 100vh;
        /* min-height: 300px; */
    }
    .carousel-caption {
        bottom: 220px;
    }
    .carousel-caption h5 {
        font-size: 45px;
        text-transform: uppercase;
        letter-spacing: 2px;
        margin-top: 25px;
    }
    .carousel-caption p {
        width: 60%;
        margin: auto;
        font-size: 14px;
        line-height: 1.9;
    }
    .carousel-caption a {
        text-transform: uppercase;
        text-decoration: none;
        background: #f92c50;
        padding: 10px 30px;
        display: inline-block;
        color: #fff;
        margin-top: 15px;
    }

.offerBg{color: #fafafa;
    background-image: linear-gradient(315deg, #16181c 10%, #0e1011 65%, #16181c 35%) !important;}

.featureItem h4 {
    color: #25272c;
    font-size: 14px;
    margin: 0 0 15px;
}

.nav-tabs {
    border-bottom: 0px solid #dee2e6;
}
.nav-tabs .nav-link.active {
    color: #160d0d;
    background-color: #fff ;
    border-bottom: #fe4e56 solid 2px;
    border-left: none;
    border-right: none;
    border-top: none;
}
.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #000;font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.navbar-light .navbar-nav .nav-link {
    color: #000 !important;
    font-weight: bold !important;
    font-size: 18px;
    text-transform: uppercase;
}
.work h4 {
    font-size: 15px;
    margin: 15px 0 10px;
    color: #1f1f1f; font-weight: bold; text-align: center;
}
.work h6 { text-align: center;
    color: rgb(8, 8, 8);
    font-size: 15px;
}


.aboutus {
    margin-top: 70px;
    padding-bottom: 70px;
}
.aboutus h3 {
    color: #25282c;
    font-size: 20px;
    letter-spacing: 6px;
    display: inline-block;
    margin: 0px 0 20px;
}
.aboutus p {
    line-height: 1.7; font-weight: 600;
    margin-bottom: 15px;
}

.aboutus .content-link:before {
    content: "";
    position: absolute;
    z-index: -1;
    border-radius: 5px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fe4e56;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.aboutus .content-link {
    color: #25292c;
    display: block;
    font-size: 11px; font-weight: 700;
    margin: auto;
    padding: 9px 30px;
    border: 1px solid #ddd;
    text-align: center;
    text-transform: uppercase;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background-color: #ffffff;
    border-radius: 5px;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}


.latestCollection {
    margin-top: 70px;
    margin-bottom: 40px;
}
.latestCollection h3 {
    color: #25282c;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 6px;
    margin: 0 0 10px;
    text-align: center;
}
.latestCollection h5 {
    color: #25282c;
    font-family: "Merriweather", sans-serif;
    font-size: 12px;
    font-style: italic;
    letter-spacing: 4px;
    margin: 0 0 50px;
    text-align: center;
}

.product h4{
    font-size: 11px;
    margin: 25px 0 15px;
    text-align: center;
    text-transform: uppercase;
}
.product-price{
    color: #fe4e56; font-weight: bold; text-decoration: none;
    font-size: 16px !important;
    text-align: center !important;
    margin-bottom: 30px;
}
.product-price del {
    color: #aaa;
    padding-left: 10px;
    font-size: 16px;
}

.testimonialBlock{
    margin-bottom: 70px;
    margin-top: 0;
}
.testimonialBlock h3{
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 4px;
    margin: 0 0 15px;
    text-align: center;
    color: #fff;
}
.testimonialBlock h5{
    font-family: "Merriweather", sans-serif;
    color: #fff;
    font-size: 12px;
    font-style: italic;
    letter-spacing: 4px;
    margin: 0 0 50px;
    text-align: center;
}
.testimonial-parallax {
    /* background-image: url('../images/bg.jpg'); */
    background-color: #2a2b2d;
    margin-bottom: 40px;
    padding-bottom: 50px;
    padding-top: 70px;
    /* position: relative; */
}
.bg-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    left: 0;
    /* position: absolute; */
    right: 0;
    top: 0;
}

.tags {font-size:18px !important;}
.tags a{color: #000000 !important;}
.tags a:hover{background-color: #3a3c5a; color: #fafafa !important;}
.badge{
    display: inline-block;
    padding: 10px 18px;
    font-size: .75em;
    font-weight: 700;
    line-height: 1;
    color: #ff014e;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 50px; margin: 5px 3px;
}
.badge a{color: #ff014e !important;}
.badge-primary{border: 1px solid #060304; color: #060304;text-decoration: none;}



footer{
    background-color: #fafafa;
    padding-top: 70px;
    padding-bottom: 30px;
    color: #000000;
}
footer h3 {
    border-bottom: 1px solid #25282c;
    color: #25282c;
    display: inline-block;
    font-size: 13px;
    letter-spacing: 3px;
    margin: 10px 0 20px;
    padding-bottom: 7px;
    text-transform: uppercase;
    font-weight: bold;
}
footer a {text-decoration: none;
    color: #000000;
    padding-bottom: 3px;
}
footer a:hover, footer a:focus {
    color: #fe4e56;
}
footer .address {
    color: #202020;
    line-height: 2;
    margin-bottom: 30px;
}
footer .list-link li {
    margin-bottom: 10px;
    font-size: 14px;
    text-transform: uppercase;
}
footer ul li {
    list-style: none;
}
footer .list-link li a {
    display: inline-block;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}


@media only screen and (max-width: 767px) {
    .carousel {
        position: relative;
        margin-top: 55px;
    }
    .carousel-caption {
        position: absolute;
        right: 15%;
        bottom: 1.25rem;
        left: 15%;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem;
        color: #fff;
        text-align: center;
    }
	.carousel-caption {
		bottom: 10px;
	}
	.carousel-caption h5 {
		font-size: 17px;
	}
	.carousel-caption a {
		padding: 10px 15px;
		font-size: 12px;
	}

    .carousel-item {
        height: auto !important;
        /* min-height: 300px; */
    }
}

.nowcalling {
			display: none;
}
@media only screen and (max-width: 768px) {
  .nowcalling {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100% !important;
    z-index: 9999 !important;	
  }
.lcol {
  background-color: #00008B;
}
.rcol {
  background-color: #008000;
}
.lcol a, .rcol a {
  display: block;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
  color: #fff;
}
.lcol, .rcol {
  float: left;
  width: 50%;
}
}