    html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1.15;
    font-family: 'Poppins', sans-serif;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, 
blockquote:after,
q:before, 
q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a{
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-decoration:none;
    outline:none;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a:hover,
a:focus{
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-decoration:none;
    outline:none;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ccc;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #ccc;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #ccc;
}
:-moz-placeholder { /* Firefox 18- */
  color: #ccc;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 50px white inset !important;
}
/*---------------START----------------*/
#home{
    padding-top: 100px;
    float: left;
    width: 100%;
}
.container{
    max-width: 1310px;
    width: 100%;
}
.navbar{
    min-height: 100px;
    background-color: #ffffff;
}
.navbar-expand-md .navbar-nav .nav-link{
    font-size: 18px;
    color: #1d1d1d;
    font-weight: 500;
    padding: 0px 0px 0px 50px;
}
.navbar-expand-md .navbar-nav .nav-link:hover,
.navbar-expand-md .navbar-nav .nav-link:focus,
.navbar-expand-md .navbar-nav .nav-item .nav-link.active{
    color: #c9151e;
}
.banner{
    float: left;
    width: 100%;
    height: 840px;
}
.carousel-inner {
    height: 800px;
}
#about{
    float: left;
    width: 100%;
    padding: 70px 0px;
}
.page-head{
    float: left;
    width: 100%;
}
.page-head span{
    color: #989898;
    font-size: 25px;
    line-height: 32px;
    font-weight: 500;
    display: block;
}
.page-head{
    font-weight: 600;
    font-size: 35px;
    font-family: 'Poppins', sans-serif;
    line-height: 50px;
    margin-bottom: 35px;
}
.about-content{
    float: left;
    width: 100%;
}
.about-content p{
    color: #7b7a7a;
    font-size: 15px;
    line-height: 33px;
    display: block;
    margin-bottom: 20px;
    padding-right: 25px;
    text-align: justify;
}
.founders{
    float: left;
    width: 100%;
    background: url(../images/founder-bg.png) no-repeat;
    min-height: 757px;
    height: auto;
    padding: 55px 20px 0px 20px;
    background-size: cover;
-webkit-box-shadow: 0px 0px 8px 3px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 0px 8px 3px rgba(0,0,0,0.1);
box-shadow: 0px 0px 8px 3px rgba(0,0,0,0.1);
}
.founders h2{
    font-size: 24px;
    line-height: 30px;
    color: #282828;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 0;
}
.founders ul{
    display: block;
    width: 100%;
    float: left;
    padding-bottom: 30px;
}
.founders ul li{
    display: inline-block;
    width: 50%;
    margin: 25px 0px;
    float: left;
    text-align: center;
}
.founders ul li p{
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}
#partners{
    float: left;
    width: 100%;
    padding: 70px 0px;
    background: url(../images/partners-bg.jpg) no-repeat;
    background-size: cover;
    min-height: 600px;
}
.product-partners{
    float: left;
    width: 100%;
}
.product-partners .page-head,
.product-partners .page-head span,
.enquiry-form .page-head,
.enquiry-form .page-head span{
    color: #ffffff;
}
.product-partners ul{
    display: block;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-items: flex-start;
}
.product-partners ul li{
    list-style: none;
    margin: 25px 0px;
}
#products{
    float: left;
    width: 100%;
    padding: 65px 0px 50px; 
}
#products h4{
    text-align: center;
    width: 100%;
}
#products .card{
    border-radius: 10px;
    border-color: #e0e0e0;
    margin: 25px 10px;
    width: 100%;
    max-width: 300px;
    float: left;
}
.card-img-top{
    background-color: #ffffff;
    border-radius: 10px;
/*    min-height: 250px;*/
}
.img-outer{
	width: 100%;
	min-height: 318px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: auto;
	text-align: center;
}
.img-outer img{
	min-width: 160px;
	width: auto;
	max-width: 160px;
}
.card-body{
    text-align: center;
    padding: 30px 15px;
    min-height: 150px;
}
.card-body p{
    color: #282828;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}
.card-body span{
    color: #5b5b5b;
    display: block;
    line-height: 30px;
}
.btn-more{
  background-color: rgb(229, 62, 44);
  width: 190px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  display: block;
  border-radius: 250px;
  margin: 25px auto;
}
.btn-more:hover,
.btn-more:focus{
    color: #ffffff;
}

#contact{
    float: left;width: 100%;
}
.enquiry-form{
    float: left;width: 50%;
    background-color: #e53e2c;
    padding:45px 0px 0 200px;
    min-height: 730px;
    height: auto;
}
.map{
    float: left;
    width: 50%;
    /*background: url(../images/map-bg.png) no-repeat;*/
    background-size: cover;
    min-height: 730px;
    height: auto;
}
.map img{
    float: left;
    width: 100%;
}
.input {
    position: relative;
    z-index: 1;
    display: inline-block;
    max-width: 100%;
    width: 100%;
    vertical-align: top;
}

.input__field {
    position: relative;
    display: block;
    float: right;
    padding: 0.8em;
    width: 60%;
    border: none;
    border-radius: 0;
    background: #f0f0f0;
    color: #aaa;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    -webkit-appearance: none; /* for box shadows to show on iOS */
}

.input__field:focus {
    outline: none;
}

.input__label {
    display: inline-block;
    float: right;
    padding: 0 1em;
    width: 40%;
    color: #ffffff;
    font-weight: 500;
    font-size:16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.input__label-content {
    position: relative;
    display: block;
    padding: 1.6em 0;
    width: 100%;
}

/* Hoshi */
.input--hoshi {
    overflow: hidden;
}
.input__field--hoshi {
    margin-top: 30px;
    padding: 20px 0 5px 0;
    width: 100%;
    background: transparent;
    color: #595F6E;
}

.input__label--hoshi {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0;
    width: 100%;
    height: calc(100% - 0.10em);
    text-align: left;
    pointer-events: none;
}

.input__label-content--hoshi {
    position: absolute;
}

.input__label--hoshi::before,
.input__label--hoshi::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 0px);
    border-bottom: 1px solid #B9C1CA;
}

.input__label--hoshi::after {
    margin-top: 2px;
    border-bottom: 4px solid red;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}

.input__label--hoshi-color-1::after {
    border-color: hsl(200, 100%, 50%);
}

.input__label--hoshi-color-2::after {
    border-color: hsl(160, 100%, 50%);
}

.input__label--hoshi-color-3::after {
    border-color: hsl(20, 100%, 50%);
}

.input__field--hoshi:focus + .input__label--hoshi::after,
.input--filled .input__label--hoshi::after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.input__field--hoshi:focus + .input__label--hoshi .input__label-content--hoshi,
.input--filled .input__label-content--hoshi {
    -webkit-animation: anim-1 0.3s forwards;
    animation: anim-1 0.3s forwards;
}

@-webkit-keyframes anim-1 {
    50% {
        opacity: 0;
        -webkit-transform: translate3d(1em, 0, 0);
        transform: translate3d(1em, 0, 0);
    }
    51% {
        opacity: 0;
        -webkit-transform: translate3d(-1em, -40%, 0);
        transform: translate3d(-1em, -40%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, -40%, 0);
        transform: translate3d(0, -40%, 0);
    }
}

@keyframes anim-1 {
    50% {
        opacity: 0;
        -webkit-transform: translate3d(1em, 0, 0);
        transform: translate3d(1em, 0, 0);
    }
    51% {
        opacity: 0;
        -webkit-transform: translate3d(-1em, -40%, 0);
        transform: translate3d(-1em, -40%, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, -40%, 0);
        transform: translate3d(0, -40%, 0);
    }
}
.contact-from{
    float: left;
    width: 100%;
}
.enquiry-form .form-group{
    margin-bottom: 3.5rem;
}
.btn-submit{
    -webkit-appearance:none;
    outline: none;
    box-shadow: none;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(255, 255, 255);
  border-radius: 24px;
  background-color: rgba(255, 255, 255, 0);
  color: #ffffff;
  float: right;
  opacity: 0.9;
  width: 164px;
  height: 52px;
  line-height: 52px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
}
.form-row > .col, .form-row > [class*="col-"]{
    padding: 0px 35px 0 0;
}
#footer{
    float: left;
    width: 100%;
}
#footer .container-fluid{
    padding: 50px 150px;
}
.footer-links{
    float: left;
    width: 100%;
}
.footer-links h6{
    font-size: 18px;
    color: #393939;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: 600;
}
.footer-links a,
.footer-links p,
.footer-links address{
    font-size: 17px;
    line-height: 35px;
    color: #7c7c7c;
    display: block;
}
.footer-links a:hover,
.footer-links a:focus{
    color: #636363;
}
.copyrights{
    float: left;
    width: 100%;
    background: url(../images/contact-bg.jpg) no-repeat;
    min-height: 60px;
    height: auto;
    text-align: center;
    line-height: 60px;
    background-size: cover;
    color: #ffffff; 
}
.shadow{
-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.15);
box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.15);
}
.carousel-control-prev, .carousel-control-next {
    /* width: 56px; */
    /* height: 56px; */
    right: 10%;
    bottom: 10%;
    transform: translate(-10%, -10%);
     -webkit-transform: translate(-10%, -10%); 
    -moz-transform: translate(-10%, -10%);
    top: inherit;
    opacity: 1;
}
.carousel-control-prev{
    left: inherit;
    right: 10%;
}
.carousel-control-next{
    left: inherit;
    right: 6%;
}
.form-row{
    margin: 0px;
}
/*----------------END-----------------*/


.enquiry-form .form-group img,
.enquiry-form .form-group .btn-submit{
    margin-top: 40px;
    margin-bottom: 0px;
}
video{
    float: left;
    width: 100%;
    height: 800px;
    object-fit: cover;
}
.carousel-item img{
    width: 100%;
}

#productdetails{
	float: left;
	width: 100%;
	padding:200px 0px;
}
.viewproduct{
	float: left;
	width: 100%;
	min-height: 500px;
	height: auto;
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border:1px solid #f4f4f4;
-webkit-box-shadow: 0px 6px 15px 2px rgba(0,0,0,0.05);
-moz-box-shadow: 0px 6px 15px 2px rgba(0,0,0,0.05);
box-shadow: 0px 6px 15px 2px rgba(0,0,0,0.05);
}
.viewproduct-details{
	float: left;
	width: 100%;
	padding: 50px 25px;
}
.viewproduct-details h4{
	font-size: 28px;
	font-weight: 600;
	padding-right: 100px;
	line-height: 35px;
	margin-bottom: 20px;
}
.viewproduct-details p{
	font-size: 22px;
	font-weight: 600;
	margin: 20px 0px;
}
.viewproduct-details p span{
	font-size: 22px;
	font-weight: 400;
	margin: 10px 0px 10px 10px;
}
.viewproduct-details h5{
	font-size: 22px;
	font-weight: 600;
	line-height: 30px;
	margin: 25px 0px;
}
.viewproduct-details h5 span{
	font-size: 22px;
	font-weight: 400;
color: #565656;
	margin: 10px 0px 10px 10px;
}
.viewproduct-details h6{
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
	margin: 10px 0px;
}
.viewproduct-details h6 span{
	font-size: 20px;
	font-weight: 400;
	color: #565656;
	margin: 10px 0px 10px 10px;
}
.copy-left {
    float: left;
    width: 50%;
    text-align: left;
    font-size: 12px;
    line-height: 24px;
    padding: 20px 0;
}
.copy-right{
    float: right;
    width: 50%; 
    text-align: right;
    font-size: 12px;
    line-height: 24px;
    padding: 20px 0;
}
.copy-right a{
    color: #fff;
    font-size: 12px;
    font-weight: 400;
}
.copyrights .container-fluid {
    padding: 0px 50px!important;
    margin: 0px!important;
}
.mob-num{
    float: left;
}
.carousel-control-prev-icon,
.carousel-control-next-icon{
    background-image: none !important;
}
/*.carousel-item.active, .carousel-item-next, .carousel-item-prev {
    display: table;
    position: relative;
}
.carousel-item {
  height: 100vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}*/

.home-brands{
    float: left;
    width: 100%;
    background: url(../images/homebrands-bg.jpg);
    background-repeat: no-repeat;
    min-height: 157px;
    height: auto;
    padding: 15px 0px;
    position: relative;
    background-size: cover;
}
.home-brands .overlay{
    width: 100%;
    background: url(../images/bg-black.png);
    background-repeat: no-repeat;
    min-height: 157px;
    position: absolute;
    left:0px;
    top:0px;
}
.home-brands  h3{
  color: #383838;
  font-weight: bold;
  line-height: 55px;
  font-size: 40px;
  text-align: left;
}