/*COMMON*/
img{
	width: fit-content;
	max-width: 100%;
}
a{
	text-decoration: none;
	color: inherit;
}
* {
	box-sizing: border-box;
}
body{
	font-family: 'Poppins', sans-serif;
  word-break: break-word;
}
.mob{
  display: none;
}
/*COMMON*/

/*HEADER*/
  .navbar{
    background: none !important;
  }
  .navbar p{
  	position: absolute;
  	top:10px;
  	right: 15px;
  	color: #4f4f4f;
  	font-size: 0.875rem;
  }
  .navbar-collapse{
  	margin-top: 40px;
  	text-transform: uppercase;
  }
  .me-auto {
    margin-left: auto!important;
    margin-right: 0px !important;
  }
  .navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
  	color: #ff0008;
  }
  .topBar{
  	display: none;
  }
/*HEADER*/

/*SLIDER*/
  #slider .carousel-item-next, #slider .carousel-item-prev, #slider .carousel-item.active {
    display: block;
    max-height: 600px;
  }
  #slider h5{
  	font-size: 3.125rem;
  }
  #slider .carousel-caption {
    position: absolute;
    right: 0%;
    bottom: 0px;
    left: 0%;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
    text-align: center;
    background: #00000073;
  }
/*SLIDER*/

/*HOME*/
  #home1{
  	padding: 40px 0px;
  }
  #home1 p{
  	color: #e31e24;
  	font-size: 2.25rem;
  	font-weight: 200;
  	line-height: 40px;
  	text-align: center;
  }

  #home2 .row{
  	justify-content: center;
    align-content: center;
    align-items: center;
  }
  #home2 .mySlides {
  	display: none;
  }
  #home2 img {
  	vertical-align: middle;
  	max-width: 500px;
  }
  #home2 .slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
  }
  #home2 .dot{
    height: auto;
    width: 100%;
    display: block;
    transition: background-color 0.6s ease;
    text-align: right;
    border-right: solid 5px #e92127;
    margin-bottom: 10px;
    padding-right: 15px;
    text-transform: none;
    font-size: 1.12rem;
    color:#212121;
    font-weight: 300;
  }
  #home2 .active {
    font-weight:600;
  }
  #home2 .fade {
    animation-name: fade;
    animation-duration: 1.5s;
  }
  #home2 @keyframes fade {
    from {
    	opacity: .4
    } 
    to {
    	opacity: 1
    }
  }
  .home2text{
  	text-align: right;
  	margin: auto;
  }
  #home2 h2{
  	color: #262626;
  	font-size: 2.25rem;
  }
  #home2 p{
  	color: #262626;
  	font-size: 1rem;
  }
  .home2img{
  	text-align: center;
  }

  #home3{
  	margin-top: 50px;
  }
  #home3 .row{
  	justify-content: center;
    align-content: center;
    align-items: center;
  }
  #home3 .mySlides2 {
  	display: none;
  }
  #home3 img {
  	vertical-align: middle;
  	max-width: 500px;
  }
  #home3 .slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
  }
  #home3 .dot2 {
    height: auto;
    width: 100%;
    display: block;
    transition: background-color 0.6s ease;
    text-align: left;
    border-left: solid 5px #e92127;
    margin-bottom: 10px;
    padding-left: 15px;
    text-transform: none;
    font-size: 1.12rem;
    color:#212121;
    font-weight: 300;
  }
  #home3 .active {
    font-weight:600;
  }
  #home3 .fade {
    animation-name: fade;
    animation-duration: 1.5s;
  }
  #home3 @keyframes fade {
    from {
    	opacity: .4
    } 
    to {
    	opacity: 1
    }
  }
  .home3text{
  	text-align: left;
  	margin: auto;
  }
  #home3 h2{
  	color: #262626;
  	font-size: 2.25rem;
  }
  #home3 p{
  	color: #262626;
  	font-size: 1rem;
  }
  .home3img{
  	text-align: center;
  }
  .dotMob{
    display: none;
  }
  #home4{
    margin-top: 80px;
  }
  #home4 h2{
    color: #282822;
    font-size: 2.2rem;
    text-transform: uppercase;
    text-align: center;
    font-weight: 300;
    margin-bottom: 20px;
  }
  #home4 h3{
    margin-top: 5px;
  }
  #home4 p{
    color: #b7b7b7;
    text-transform: uppercase;
  }
  #home5{
    margin: 60px 0px;
  }
  #home5 .col-container {
    display: table;
    width: 100%;
    height: 100%;
  }
  #home5 .col {
    display: table-cell;
    padding: 16px;
  }
  #home5 .colimg{
    width: 50%;
  }
  #home5 .col-md-4{
    background: #e9e9e9;
    padding: 20px;
    border-radius: 10px;
  }
  #home5 h2{
    color: #303030;
    font-size: 2.25rem;
    font-weight: 400;
  }
  #home5 p{
    color: #303030;
    font-size: 1.12rem;
    font-weight: 300;
  }
  #home5 .form-control{
    margin-bottom: 10px;
  }
  #home5 textarea{
    min-height: 50px;
  }
  #home5 .btn-secondary{
    font-size: 0.9rem;
    padding: 5px 10px;
    float:right;
  }
  #home5 .col-md-4, #home5 .col-md-8{
    min-height: 200px;
  }
  .csr{
    background: #d9d9d9;
    padding: 20px !important;
  }
  .csr h2{
    color: #303030;
    font-size: 3rem;
    font-weight: 200 !important;
  }
  .csr p{
    color: #303030;
    font-size: 1rem;
    font-weight: 200 !important;
  }
  #home6 .row{
    justify-content: center;
    align-content: center;
    align-items: center;
  }
  #home6 h2{
    color: #303030;
    font-size: 3.75rem;
    font-weight: 200;
    line-height: 60px;
    margin-bottom: 30px;
  }
  #home6 span{
    color: #e31e24;
  }
  #home6 p{
    color: #282822;
    font-weight: 400;
  }
  .bookmark{
    margin-bottom: 10px;
  }
/*HOME*/

/*FOOTER*/
  footer{
    background: #d9d9d9;
    padding: 10px 20px;
    font-size: 0.8rem;
    color: #494949;
  }
  footer .col-md-8{
    text-align: right;
  }
  footer ul{
    margin-bottom: 0px;
  }
  footer li{
    display: inline-block;
    padding: 0px 10px;
  }
  footer .col-md-12{
    margin-bottom: 10px;
  }
/*FOOTER*/

/*ABOUT US*/
  .aboutUsBanner{
    background: url('../images/aboutUsBanner.jpg') no-repeat;
    background-size: cover;
  }
  .aboutUsBanner h1{
    padding: 200px 0px;
    color: #434343;
    font-size: 2.8rem;
    font-weight: 200;
  }
  #about2{
    padding: 40px 0px;
  }
  #about2 p{
    color: #000000;
    font-size: 1rem;
    font-weight: 200;
  }
  #about2 span{
    border-left: solid 5px #e92127;
    font-weight: 500;
    padding-left: 10px;
  }
  #about3 .container{
    background: url('../images/vision-bg.jpeg') no-repeat center;
    background-size: cover;
    min-height: 450px;
    padding: 20px;
    position: relative;
  }
  #about3 p{
    max-width: 350px;
    font-weight: 300;
  }
  #about3 h2{
    color: #000;
    font-size: 2.8rem;
    font-weight: 200;
  }
  #about3 img{
    position: absolute;
    bottom: 10px;
    right: 10px;
  }
  #about4{
    padding: 50px 0px;
  }
  #about4 p{
    font-size: 1.12rem;
    font-weight: 200;
    color: #434343;
  }
  #about4 img{
    margin-bottom: 5px;
  }
  #about4 h2{
    font-size: 3.75rem;
    font-weight: 200;
    color: #434343;
  }
  .mission{
    margin-top: 40px;
  }
  #about5 h2{
    font-size: 3.75rem;
    font-weight: 200;
    color: #434343;
  }
  .leftT{
    text-align: right;
  }
  .timeline-title {
    margin-top: 0;
    color: #e31e24;
    font-size:1.5rem;
  }
  .timeline > li > .timeline-badge {
    border: solid 4px #323232;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 50px;
    font-size: 1.4em;
    position: absolute;
    top: 16px;
    left: 50%;
    margin-left: -15px;
    background-color: #ffffff;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
  }
  .timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
  }

  .timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #323232;
    left: 50%;
    margin-left: -1.5px;
  }

  .timeline > li {
    margin-bottom: 20px;
    position: relative;
  }

  .timeline > li:before,
  .timeline > li:after {
    content: " ";
    display: table;
  }

  .timeline > li:after {
    clear: both;
  }

  .timeline > li:before,
  .timeline > li:after {
    content: " ";
    display: table;
  }

  .timeline > li:after {
    clear: both;
  }

  .timeline > li > .timeline-panel {
    width: 46%;
    float: left;
    padding: 20px;
    position: relative;
  }

  .timeline > li > .timeline-panel:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    content: " ";
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
  }

  .timeline > li.timeline-inverted > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }

  .timeline > li.timeline-inverted > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
  }

  .timeline-badge.primary {
    background-color: #2e6da4 !important;
  }

  .timeline-badge.success {
    background-color: #3f903f !important;
  }

  .timeline-badge.warning {
    background-color: #f0ad4e !important;
  }

  .timeline-badge.danger {
    background-color: #d9534f !important;
  }

  .timeline-badge.info {
    background-color: #5bc0de !important;
  }
  .timeline-title {
    margin-top: 0;
  }
  .timeline-body > p,
  .timeline-body > ul {
    color: #434343;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 300;
  }
  .timeline-body > p + p {
    margin-top: 5px;
  }
  #about6{
    margin: 60px 0px;
  }
  #about6 .col-container {
    display: table;
    width: 100%;
  }
  #about6 .col {
    display: table-cell;
    padding: 16px;
  }
  #about6 .colimg{
    width: 50%;
  }
  #about6 .csr{
    padding: 70px 20px !important;
  }
  #about6 h2{
    font-size: 2.5rem;
  }
/*ABOUT US*/

/*PRODUCTS*/
.prodBanner{
  background: #cacaca !important;
  padding: 0px;
}
.prodBanner h1 {
  font-size: 6.25rem !important;
  padding: 0px !important;
  color: #fff;
  line-height: 70px;
  text-transform: UPPERCASE;
  margin: 0px;
}
#prod1{
  padding: 40px 0px 10px 0px;
}
#prod1 .row{
  justify-content: center;
  align-content: center;
  align-items: center;
  border-left: solid 5px #e31e24;
}
#prod1 h2{
  font-size: 3.75rem;
  color: #424242;
  font-weight: 200;
  margin: 0px 0px 20px 20px;
}
#prod1 p{
  font-size: 1rem;
  color: #252525;
  font-weight: 300;
  margin: 0px 0px 0px 20px;
}
#prod2 ul {
  list-style: none;
  width:max-content;
  margin: auto;
}
#prod2 ul li {
  display: inline-block;
  background-color: #888;
  margin: 15px;
  border-radius: 50%;
  font-size: 1.3rem;
  line-height: 25px;
}
#prod2 ul li a {
  color: white;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  height: 150px;
  width: 150px;
  padding: 10px;
  font-weight: 200;
  font-size: 1.1rem;
}
#prod2 .active a{
  font-weight: 600 !important;
}
#prod2 .active{
  background: red !important;
}
#prod2 ul{
  text-align: center;
}
#prod2 ul li a:hover, #prod2 ul li a:active {
  color: lightsalmon;
  text-decoration: none;
}
#prod3{
  padding: 10px 0px 30px 0px;
}
#prod3 h3{
  font-size: 2.8rem;
  font-weight: 200;
  color: #434343;
  border-left: solid 5px #e31e24;
  padding-left: 30px;
  margin: 0px 0px 10px 0px;
}
#prod3 .divider{
  background: #797979;
  min-height: 40px;
  width: 100%;
  margin: 10px 0px 10px 0px;
}
/*#detailsBox p{
  font-size: 1.2rem !important;
  padding: 0px !important;
  margin-bottom: 0px !important;
}
#detailsBox span{
  font-weight: 300 !important;
  font-size: 1rem !important;
  font-family: 'Poppins', sans-serif !important;
}
#detailsBox hr{
  padding: 0px !important;
  margin: 0px !important;
}*/
#detailsBox table{
  width: 100%;
/*  border:none !important;*/
  font-family: 'Poppins', sans-serif;
  margin-bottom: 0px !important;
}
#detailsBox td{
/*  border:0px !important;*/
  border: solid 1px #ccc !important;
  font-family: 'Poppins', sans-serif;
  padding: 5px 10px !important;
  font-weight: 300;
}
#detailsBox th{
  font-family: 'Poppins', sans-serif;
  padding: 5px 10px !important;
}
/*#detailsBox tr{
  border: none !important;
}*/
/*#detailsBox td span{
  font-size: 0.87rem !important;
  font-family: 'Poppins', sans-serif;
}
#detailsBox b{
  font-weight: 700 !important;
}*/
#detailsBox h5{
  margin-top: 20px !important;
  font-size: 1.2rem !important;
  font-weight: 700 !important;
  font-family: 'Poppins', sans-serif !important;
}
#prod2 ul li a:hover{
  color: #fff !important;
}
#enqModal .modal-dialog{
  width: 100%;
  max-width: 700px;
}
.select2-container{
  z-index: 100000 !important;
}
.form-group{
  margin-bottom: 20px;
}
.form-group label{
  margin-bottom: 5px;
}
#prodMenuBar li.active {
  color: white !important;
  background: red;
}
/*PRODUCTS*/

/*CONTACT*/
.contactBanner{
  background: url('../images/contactBanner.jpeg') no-repeat center top;
  background-size: cover;
}
.contactBanner h1{
  padding: 150px 0px;
  color: #434343;
  font-size: 2.8rem;
  font-weight: 200;
}
.contText{
  text-align: right;
}
#contact1{
  padding: 40px 0px;
}
#contact1 img{
  margin-bottom: 10px;
}
#contact1 span{
  color: #e31e24;
}
#contact1 .row{
  justify-content: center;
  align-content: center;
  align-items: center;
}
#contact1 p{
  color: #212121;
  font-size: 1.06rem !important;
}
/*CONTACT*/

/*CAREER*/
.careerBanner{
  background: url('../images/careerBanner.jpeg') no-repeat center top;
  background-size: cover;
}
.careerBanner h1{
  padding: 150px 0px;
  color: #434343;
  font-size: 2.8rem;
  font-weight: 200;
}
.careerForm{
  padding: 20px;
  background: #f2f2f2;
}
#career1{
  padding: 40px 0px;
}
#career1 span{
  color: #e31e24;
}
#career1 p{
  font-size: 1.8rem;
  color: #282828;
}
#career1 .form-group{
  margin-top: 10px;
  font-size: 0.9rem !important;
}
#career1 label{
  margin: 5px;
  font-weight: 400;
  font-size: 1rem !important;
}
#career1 input{
  font-weight: 300;
}
#career1 button{
  margin: 30px 10px 20px 10px;
}
#prodMenuBar{
  background: #CACACA;    
  margin-top: 1px;
  padding: 5px;
}
#prodMenuBar ul{
  margin-bottom: 0px;
  margin: 0px auto;
  padding-left: 0px !important;
}
#prodMenuBar li{
  display: inline-block;
  padding: 0px 20px;
  text-transform: uppercase;
  color: #4b4b4b;
}
/*CAREER*/