.p-32{
	padding: 2rem 0rem;
}
.portfolio {
    width: 100%;
    background: url(../Images/port.jpg)center no-repeat;
    background-size: cover;
    color: #fff;
    padding: 2rem 0rem;
}
.breadcrumb{
	background: transparent;
	margin-bottom: 0rem;
}
.breadcrumb li a{
	color: #fff;
}
.breadcrumb-item.active{
    color: #04c1f3;
}
.transportform .form-control{
	border-radius: 0rem;
	font-size: 0.7rem;
	border: none;
}
.transportform .btn-default{
	font-size: 0.8rem;
	background: #3164a3;
	color: #fff;
	border-radius: 0rem;
}
.transportform{
	background: #0eadd7;
    padding: 0.8rem;
     position: sticky;
    top: 0;
}
.breadcrumb {
    background: transparent;
    margin-bottom: 0rem;
}
.tablecommes{
	display: table;
}
.bbg{
	background: #28af63;
	color: #fff;
}
.sbg{
	background: #c1392b;
	color: #fff;
}
.gbg{
	background: #9146af;
	color: #fff;
}
.dbg{
	background: #f57336;
	color: #fff;
}
.tabtrans .fa{
	color: #28af63;
}
.cls{
	color: #c1392b !important;
}
.footer{
	width: 100%;
	background: url(../Images/footerbg.jpg)center no-repeat;
	background-size: cover;
	color: #fff;
}
.footermenu{
	margin-left: 1.5rem;
}
.footermenu li a{
	color: #fff;
}
.footerproduct li a{
	color: #fff;
}
.sociallink{
	display: block;

}
.sociallink li{
	display: inline-block ;
}
.sociallink .nav-link{
	display: inline-block;
	margin-right: 1rem;
	font-size: 1rem;
	color: #fff;
}

.custom-btn {
	padding: .4rem .9rem;
    font-size: 0.8rem;
    background-color: #3262b6;
    border-color: #3262b6;
    color: #fff;
    border-radius: 40px;
}
.btn:focus {
	box-shadow: none;
}

.enquiryModal .form .form-control {
	border:  1px solid #ced4da;
}
.enquiryModal .form select {
	border-radius: 0;
}
.tablecommes  tr th {
	width: 170px;
}
.table thead th {
	vertical-align: middle;
}

@media only screen and (min-width: 200px) and (max-width: 767px){

.tablecommes{
	display: block;
}
}