body{
	font-family: 'DM Sans', sans-serif;
	font-size: 20px;
	color: #222;
    background-color: #f7fbff;
    background-color: #fff7f7;
}
a, a:hover{color: #519ed7;text-decoration: none;}
.btn{font-size: 13px;font-weight: 600;padding: .65rem 1.5rem;border-width: 1.5px;}
.btn-danger{
	background-color: #c22228;
	border-color: #c22228;
}
.btn-danger:hover{
    background-color: #fff;
    border-color: #c22228;
    color: #c22228;
}
.btn-dark {
    color: #fff;
    background-color: #c22228;
    border-color: #c22228;
}
.btn-dark:hover{
    background-color: #fff;
    border-color: #c22228;
    color: #c22228;
}
.btn-light{
	background-color: #fff;
	border-color: #fff;
	color: #c22228;
}
.top-header{
	padding: .75rem 0;
	font-size: 13px;
	transition: 0.5s all ease;
}
.top-header p a{color: #c22228;font-weight: 600;}
.top-header .btn{
	padding: .375rem 1rem;
	font-size: 12px;
}
.top-header img{width: 20px;}
.navbar-brand{width: 20%;}
.navbar-dark .navbar-nav .nav-link {
    color: #212121;
    color: #000;
    font-weight: 600;
    margin: 0 1rem;
    font-size: 18px;
}
.navbar-dark .navbar-nav .btn{font-size: 16px;}
.navbar-expand-lg .navbar-nav .dropdown-menu{
	box-shadow: 0 0 1rem rgb(1 124 215 / 15%);
}
.dropdown-item.active, .dropdown-item:active {
  background-color: #c22228;
}
.navbar .dropdown-divider{border-color: rgb(1 124 215 / 18%);}
.dropdown-item{font-size: 13px;
font-weight: 500;color: #030405;padding: .5rem 0.75rem}
.sticky .navbar{
	background-color: #fff;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
	transition: 0.5s all ease;
	padding: .5rem 0 !important;
}
.sticky .top-header{display: none;}
/* .sticky .navbar-dark .navbar-nav .nav-link{color: #000;} */
.sticky .navbar .btn-light{
	background-color: #c22228;
	border-color: #c22228;
	color: #fff;
}
.sticky .navbar.navbar-dark .navbar-nav .nav-link{color: #212121;} 
.banner{
	height: 100vh;
	font-size: 18px;
	line-height: 1.65;
}
.banner1{
    height: 70vh;
    background-image: linear-gradient(to top, #f7fbff, #fff);
    background-image: linear-gradient(to top, #fff7f7, #fff);
    z-index: 1;
}
.banner-text{height: 100%;padding-top: 3rem;}
.banner1 .banner-text{padding-top: 10rem;}
.banner-text span{
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    color: #c22228;
}
.banner-text h1{
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: .5px;
    text-transform: capitalize;
    margin-top: .5rem;
}
.banner-text .btn{
	font-size: 16px;
	letter-spacing: 1px;
}
.banner:after{
	content: "";
    display: block;
    position: absolute;
    top: -15rem;
    right: -15rem;
    bottom: auto;
    left: auto;
    margin: auto;
    z-index: -1;
    width: 50%;
    height: 100%;
    border-radius: 12%;
    transform: rotate(-45deg);
    /* background-color: #d7eefe; */
    background-color: #c22228;
}
.carousel-item img{
    height: 450px;
    width: 450px;
    object-fit: cover;
}
.carousel-item img.logo-img{
    width: auto;
    height: 45px;
}
.carousel-item img.a{
	width: 95%;
    margin: 0 0 0 auto;
    border: 20px solid #9b9b9b;
}
.carousel-control-next, .carousel-control-prev {
    position: absolute;
    width: 2.5em;
    height: 2.5em;
    padding: .75rem;
    color: #fff;
    opacity: 1;
    transition: opacity .15s ease;
    border: 1px solid #000;
    border-radius: 50%;
    margin: auto;
}
.carousel-control-next {
    right: -3em;
}
.carousel-control-prev {
	left: -3em;
}
.carousel-control-next-icon, .carousel-control-prev-icon{
	filter: invert(100%) sepia(0%) saturate(2%) hue-rotate(22deg) brightness(200%) contrast(101%);
}
.carousel-indicators {
    position: absolute;
    right: -3rem;
    bottom: 0;
    top: 0;
    left: auto;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    margin: auto;
    list-style: none;
    flex-direction: column;
}
.carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #fff;
    opacity: 1;
    transition: .6s all ease;
}
.carousel-indicators .active {
    background-color: #c22228;
}

.sec-padd{padding: 5rem 0;}
.heading{
	font-size: 3.25rem;
	font-weight: 600;
}
.about h3{
	font-weight: 600;
	font-size: 1.65rem;
	margin-bottom: 1.5rem;
	line-height: 1.35;
	color: #000;
}
.about .special-offer h3 {
    font-size: 1.55rem;
}
.special-offer img{height: 70vh; object-fit: cover;}
.special-offer .overlay {
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: -16.666667%;
    margin: auto;
    width: 50%;
    height: fit-content;
    padding: 4rem;
    border-radius: 0.75rem;
}
.category:after {
    content: "";
    display: block;
    position: absolute;
    top: 20rem;
    left: -20rem;
    bottom: auto;
    right: auto;
    margin: auto;
    z-index: -1;
    width: 70%;
    height: 60%;
    border-radius: 12%;
    transform: rotate(-26deg);
    /* background-color: #d7eefe; */
    background-color: #c22228;
}
.category-box{
	border-radius: .75rem;
	/*box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);*/
	padding: 3rem 2rem;
	background-color: #fff;
	transition: 0.5s all ease;
    z-index: 0;
    font-weight: 500;
}
.category-box:hover{box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);}
/* .category-box:after{
    content: "";
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    border-left: 6px solid transparent;
} */
/* .switch:after {border-color: #F9B5D0;}
.wires:after {border-color: #f5b0a8;}
.light:after {border-color: #acc2ed;}
.appliance:after {border-color: #ffed95;}
.fan:after {border-color: #c2edd2;} */
.category-box:before{
    content: "";
    background-image: url(../images/pattern.jpg);
    background-size: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: -6rem;
    right: -10rem;
    opacity: 0.35;
    transform: rotate(-135deg);
}
.switch:before, .wires:before {
    top: -6rem;
    right: -16rem;
}
.category-box img{width: 65px;transition: 0.5s all ease;}
.category-box h3{
	margin: 1.5rem 0 1rem;
	font-size: 1.85rem;
	font-weight: 600;
	letter-spacing: 1px;
}
.category-box ul{
    padding-left: 1.25rem;
    font-size: 14px;
    font-weight: 700;
}
.category-box li::marker {
    color: #c22228;
    font-weight: 700;
}
.home-contact{
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.15),rgba(0, 0, 0, 0.15)),url(../images/images.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;/* 
    background-attachment: fixed; */
}
.contact-details, .contact-details a{color: #fff;font-size: 18px;}
.contact-details h5{
	font-size: 0.95rem;
    margin-bottom: 0.5rem !important;
    font-weight: 700;
    letter-spacing: 1px;
}
.contact-form{background-color: #fff;padding: 3rem 2.5rem;border-radius: 0.75rem;}
.contact-form .heading span{font-size: 16px;}
.contact-form .heading h3{font-size: 1.5rem;font-weight: 700;}
.form-control, .form-select{border: 2px solid #ededed; border-radius: .5rem;}
.form-label{font-weight: 600;}
.form-floating>label{font-size: .95rem;}
textarea.form-control{height: auto !important;}
.circle {
    border: 1px solid rgba(255, 255, 255, 1);
    height: 48px;
    padding: 0.65rem;
    width: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.brand{background-color: #fff;}
.modal-logo{
    width: 45%;
    margin: auto;
    background: #fff;
    padding: 1rem;
    border-radius: 0.25rem;
    margin-top: -4.5rem;
}
footer a, footer p{color: #ededed;font-size: 14px;letter-spacing: 1px;}
footer{background-color: #0b0b0b;color: #fcfcfc;padding: 1rem 0;}
.banner1.inner-banner{
    height: 40vh;
}
.banner.inner-banner:after {
    height: 135%;
    top: -16rem;
    right: -8rem;
}
.download-brochure .card{
    padding: 3rem 2rem;
}
.download-brochure .card img{
    margin:auto;
    margin-bottom: .75rem !important;
    width: 65%;
}
.download-brochure .card h3{
    font-size: 1.35rem;
    font-weight: 700;
}
.download-brochure .card hr {
    margin: 0.35rem auto 2rem !important;
    background-color: #c22228;
    opacity: 1;
    width: 20%;
    height: 3px;
}
.download-brochure .card .btn{width:80%;margin:auto;}
.modal-title {
    font-size: 1.5rem;
    font-weight: 700;
}
.modal hr {
    margin: .75rem auto 0;
    background-color: #c22228;
    opacity: 1;
    width: 15%;
    height: 3px;
}
.help-block.form-error {
  font-size: 0.8rem;
  color: #c10707;
  font-weight: 600;
}
.whatsapp img{
    width: 70px;
    height: 70px;
}