body{
	font-family: "Roboto", sans-serif;
}
html{
	scroll-behavior: smooth;
}
.navbar-brand{
	width: 250px;
}
.navbar-brand img{
	width: 100%;
}
.navbar-nav li {
    padding: 0px 10px 0px 10px;
}
.nav-item a{
	color: #333;
	font-weight: 500;

}
.nav-link:focus, .nav-link:hover {
    color: #ed1b24;
}
.top-bar {
    position: relative;
    font-size: 13px;
    padding: 8px 0px;
    background: #e31e24;
    color: #ffffff;
    text-decoration: none !important;
    box-shadow: 2px 1px 2px grey;
    z-index: 6;
}
.top-bar .links-nav li {
    position: relative;
    display: inline-block;
}
.top-left ul{
	margin-bottom: 0px;
}
.top-bar .links-nav a {
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    text-decoration: none;

}
.banner_img img{
	width: 100%;
}

.main_contact {
    background-color: #fcf8e3;
    padding: 45px 0px;
}
.form-content input {
    border: 1px solid #161313;
    color: #161313;
    font-weight: 500;
    height: 50px;
    letter-spacing: 1px;
    outline: medium none;
    padding-left: 10px;
    width: 100%;
    background-color: transparent;
    border-radius: 13px 0px;
    margin-bottom: 25px;
    font-size: 14px;
}
.form-content textarea {
    background-color: transparent;
    border: 1px solid #161313;
    color: #161313;
    font-weight: 500;
    height: 100px;
    letter-spacing: 1px;
    outline: medium none;
    overflow: hidden;
    padding: 10px;
    width: 100%;
    border-radius: 13px 0px;
    font-size: 14px;
    margin-bottom: 25px;
}

/*.footer-form.form-content input{
	background-color: #fff;
}
.footer-form.form-content textarea{
	background-color: #fff;
}*/
.send_btn1 {
    background-color: #ed1b24;
    border: medium none;
    border-radius: 35px;
    color: #fff;
    font-weight: 400;
    padding: 7px 7px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.company_overview{
	position: relative;
	padding: 40px 0px;
}
.xico-heading {
    padding: 0 0 30px;
    text-align: center;
}
.xico-heading h1 {
    border-bottom: 1px solid #cccccc;
    color: #1a1a1a;
    display: inline-block;
    font-size: 31px;
    font-weight: 600;
    padding-bottom: 30px;
    position: relative;
    text-transform: capitalize;
}
.xico-heading h1::before {
    border-bottom: 5px solid #ed1b24;
    bottom: 0;
    content: "";
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
}
.about-left img {
    float: left;
    padding-right: 15px;
    padding-bottom: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
    border-bottom: 3px solid #ed1b24;
    border-right: 3px solid #ed1b24;
    overflow: hidden;
    position: relative;
}
.about-left p{
    line-height: 28px;
    color: #000;
    text-align: justify;
}
.product_section{
	position: relative;
	padding: 40px 0px;
	background:#ebecec;
}
.product-box {
    background-color: #ffffff;
    border-radius: 20px;
    margin: 0px 2px 30px 2px;
    box-shadow: 0px 0px 12px rgba(0,0,0,0.2);
    transition: .5s;
    height: auto;
    overflow: hidden;
}
.pro-detail {
    background-color: #ebecec;
    height: 235px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.product-box h5 {
    color: #042a42;
    text-decoration: none;
    font-size: 1.2rem;
    text-transform: uppercase;
    margin-bottom: 8px;
    display: block;
    font-weight: 600;
    width: 100%;
}
.product-box h6{
	color: #f00;
}
.product-table table{
	width: 100%;
}
.product-table{
	background: #d0d7db;
	border-radius: 10px;
}
.product-table table tr td:nth-child(1){
	border-right: 1px #ddd solid;
}
.product-table table tr td{
	padding: 5px;
}

.enquiry_btn {
    background-color: #042a42;
    font-size: 14px;
    border-radius: 50px;
    height: 35px;
    line-height: 35px;
    width: 120px;
    border: 0px;
    transition: 0.5s;
    color: #fff;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    margin-top: 20px;
}
.footer{
	position: relative;
	padding: 40px 0px;
	background: rgb(0 0 0) none repeat scroll 0 0;
}
.contact-details {
    background: #e31e24;
    padding: 30px;
    border-radius: 30px 0px;
}
.footer-form.form-content{
	border-radius: 30px 0px;
	background: #fff;
	padding:30px;
}
.contact-details ul{
	list-style: none;
	padding-left: 0px;
}
.contact-details ul li{
	position: relative;
	padding-left: 50px;
	margin-bottom: 35px;
	color: #fff;
}
.contact-details ul li a{
	color: #fff;
	text-decoration: none;
}
.contact-details ul li .fa{
	background-color: #fff;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    color: #ed1b24;
    font-size: 20px;
    height: 35px;
    line-height: 35px;
    margin-right: 20px;
    text-align: center;
    width: 35px;
    position: absolute;
    left: 0px;
}
.contact-details ul li img{
	background-color: #fff;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    color: #ed1b24;
    font-size: 20px;
    height: 35px;
    line-height: 35px;
    margin-right: 20px;
    text-align: center;
    width: 35px;
    position: absolute;
    left: 0px;
    padding: 5px;
}
.footer-area {
    background-color: #e31e24;
    padding: 5px 0;
}
.footer-content {
    color: #fff;
    font-weight: 500;
}
.poup-form{
	background: #fcf8e3;
}
.btn-close {
    top: 5px;
    position: absolute;
    right: 5px;
    opacity: 1;
    color: #fff;
    font-size: 16px;
    z-index: 999;
}
.poup-form h2 {
    font-size: 26px;
    font-weight: 800;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 5px;
    text-align: center;
    margin-top: 15px;
}
.modal-header{
	border: 0px;
}

.thank_section {
    background-color: #ed1b24;
    padding: 30px 0px 30px 0px;
}
.thank_section h3 {
    color: #fff;
}
.thank_heading{
	position: relative;
	padding: 40px 0px;
}
.thank_heading h2 {
    font-size: 28px;
    color: #333;
    font-weight: 600;
}

.ff-form .ff-button-bar a{
position:relative;
}
.ff-form .ff-button-bar a:before {
    content: "";
    position: absolute!important;
    width: 510px;
    height: 80px;
    background: #fcf8e3;
    z-index: 99999;
    top: -10px;
    right: -20px;
}
@media (max-width: 767px){
.navbar-brand {
    width: 200px;
}
.navbar-toggler {
    background-color: #3d3d3d;
}
.footer-form{
	margin-top: 20px;
}
.footer iframe{
	margin-top: 40px;
}
.pro-detail {
    height: auto;
    display: block; 
}
}