
.photo-gallery-block ul.nav.nav-tabs{
	border-bottom: none;
	display: flex;
	justify-content: space-evenly;
	margin-top: 3rem;
}
.photo-gallery-block ul.nav-tabs .nav-item {
	margin-bottom: 0;
}
.photo-gallery-block ul.nav-tabs .nav-link{
	border:1px solid #cb0100;
	border-radius: 0.25rem;
	font-size: 14px;
	font-weight: bold;
	color: #cb0100;
	font-family: 'Open-Sans-bold';
	padding: 0.5rem 1.75rem;
}
.photo-gallery-block ul.nav-tabs .nav-link.active{
	background-color: #cb0100;
	color: #fff;
}
ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
  justify-content: flex-end;
  background: none;
}
ul.breadcrumb li {
  display: inline;
  font-size: 14px;
  color: #636363 !important;
  font-family: 'Open-Sans-bold';
}
ul.breadcrumb li+li:before {
  padding: 5px;
  color: #636363 !important;
  content: ">>";
}
}
ul.breadcrumb li a {
  color: #636363 !important;
  font-size: 14px;
  font-family: 'Open-Sans-semibold';

  text-decoration: none;
}
ul.breadcrumb li a:hover {
  color: #01447e !important;
  text-decoration: underline;
}
.company-profile{
	background: #cb0100;
	/*padding-left: 1px;
	padding-bottom: 1px;
	padding-right: 1px;*/
	margin-top: 0rem;
	padding-bottom: 3px;
	 /*padding-bottom: 2rem;
    border-bottom: 3px solid #cb0100;*/
}
.company-profile-inner{
	background-color: #fff;
}
.company-profile h4>span
{
	background-color:#afaeae;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	display: inline-block;
	padding: 0.75rem 1rem;
}
.company-profile h4{
	margin-bottom: 0;
}
.company-profile-inner{
	padding: 0.5rem 1rem;
}
.company-profile-inner ul
{
	list-style-type: none;
	padding: 0;
    margin-bottom:0;
}
.company-profile-inner ul li{
	display: inline-block;
	margin-right: 1rem;
}
.company-profile-inner ul li p{
	font-size: 14px;
	font-family: 'Open-Sans-bold';
	font-weight: bold;
	color: #000;
    margin-bottom:0.25rem;
}
.company-profile-inner ul li p>span
{
	color: #636363;
	font-family: 'Open-Sans-semibold';
}
.select-detaild-block {
	display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
display: -ms-flexbox;  /* TWEENER - IE 10 */
display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
display: flex; 
justify-content: center;
}
.select-detaild-block select
{
	-moz-appearance: none;
    -webkit-appearance: none;
    outline: none;
    background: #cb0100 url(../images/arrow.png);
    background-position: right;
    background-repeat: no-repeat;
    background-position-x: 95%;
    color: #fff;
    padding: 0.6rem 1rem;
    margin-top: 1.5rem;
    width: 250px;
    border-radius: 0.5rem;
    border:1px solid #cb0100;
    font-size: 14px;
    font-family: 'Open-Sans-semibold';
    font-weight: 600;
}
.company-profile-inner h5{
	font-size: 22px;
	color: #cb0100;
	font-family: 'Open-Sans-semibold';
}
.parameters-table {
	margin-top: 1rem;
}
.parameters-table table th{
	border-bottom: none;
	font-size: 14px;
	color: #000;
}
.parameters-table table td
{
	font-size: 14px;
	color: #636363;
}
.parameters-table table th:nth-of-type(2),
.parameters-table table th:nth-of-type(3),
.parameters-table table td:nth-of-type(2),
.parameters-table table td:nth-of-type(3){
	text-align: center;
}

/*Quotes start*/
.parameters-table10 {
	margin-top: 3rem !important;
}
.parameters-table10 table th{
	border-bottom: none;
	font-size: 14px;
	color: #000;
}
.parameters-table10 table td
{
	font-size: 14px;
	color: #636363;
	border: 1px solid #dee2e6 !important;
}
.parameters-table10 table th:nth-of-type(3),
.parameters-table10 table td:nth-of-type(3){
	text-align: center;
	border: 1px solid #dee2e6 !important;
}


.parameters-table1 {
	margin-top: 3rem !important;
}
.parameters-table1 table th{
	border-bottom: none;
	font-size: 14px;
	color: #000;
}
.parameters-table1 table td
{
	font-size: 14px;
	color: #636363;
}
.parameters-table1 table th:nth-of-type(3),
.parameters-table1 table td:nth-of-type(3){
	text-align: center;
}

.parameters-table2 {
	margin-top: 3rem !important;
}
.parameters-table2 table th{
	border-bottom: none;
	font-size: 14px;
	color: #000;
}
.parameters-table2 table td
{
	font-size: 14px;
	color: #636363;
}
.parameters-table2 table th:nth-of-type(1),
.parameters-table2 table th:nth-of-type(2),
.parameters-table2 table th:nth-of-type(3),
.parameters-table2 table th:nth-of-type(4){
	text-align: center !important;
}
.parameters-table2 table td:nth-of-type(3){
	text-align: left;
}
.parameters-table2 table td:nth-of-type(1),
.parameters-table2 table td:nth-of-type(2){
	text-align: right;
}

.parameters-table3 {
	margin-top: 3rem !important;
}
.parameters-table3 table th{
	border-bottom: none;
	font-size: 14px;
	color: #000;
}
.parameters-table3 table td
{
	font-size: 14px;
	color: #636363;
}

.parameters-table3 table th:nth-of-type(2),
.parameters-table3 table th:nth-of-type(3),
.parameters-table3 table th:nth-of-type(4){
	text-align: right !important;
}

.parameters-table3 table td:nth-of-type(2),
.parameters-table3 table td:nth-of-type(3),
.parameters-table3 table td:nth-of-type(4){
	text-align: right;
}
/*Quotes end*/
.text-green{
	color: #4aa440;
}
btns-block1{
	display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
display: -ms-flexbox;  /* TWEENER - IE 10 */
display: -webkit-flex;
	display: flex;
    width: 100%;
    justify-content: right;
    margin-top: 2rem;
    padding-bottom: 2rem;
    border-bottom: 3px solid #cb0100;
}
.bdrbottom {
border: 1px solid #dee2e6 !important;
}
.btns-block2{
	display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
display: -ms-flexbox;  /* TWEENER - IE 10 */
display: -webkit-flex;
	display: flex;
    width: 100%;
    justify-content: left;
    /*margin-top: 2rem;*/
    padding-bottom: 1rem;
    /*border-bottom: 3px solid #cb0100;*/
}
.btns-block{
	display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
display: -ms-flexbox;  /* TWEENER - IE 10 */
display: -webkit-flex;
	display: flex;
    width: 100%;
    justify-content: right;
    /*margin-top: 2rem;*/
    padding-bottom: 1rem;
    /*border-bottom: 3px solid #cb0100;*/
}
.btns-block button{
	background-color: #cb0100;
	border: 2px solid #cb0100;
	padding: 0.6rem 1.5rem;
	border-radius: 0.5rem;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
}
.btns-block button:nth-of-type(1){
	background-color: #fff;
	color: #000;
	margin-right: 1rem;
}
.SHPWidth{width:700px;}
.border_none{border:none !important;}


@media(min-width:768px) and (max-width:991px){
	.photo-gallery-block ul.nav.nav-tabs{
		display: block;
	}
	.photo-gallery-block ul.nav-tabs .nav-item{
		display: inline-block;
		margin-bottom: 0.75rem;
	}
	.photo-gallery-block ul.nav-tabs .nav-link{
		font-size: 13px;
		padding: 0.5rem 1rem;
	}
}
@media(min-width:576px) and (max-width:767px){
	.photo-gallery-block ul.nav.nav-tabs{
		display: block;
	}
	.photo-gallery-block ul.nav-tabs .nav-item{
		display: inline-block;
		margin-bottom: 0.75rem;
	}
	.photo-gallery-block ul.nav-tabs .nav-link{
		font-size: 13px;
		padding: 0.5rem 1rem;
	}
	.company-profile{
		margin-top: 0;
	}
	.company-profile-inner ul li p{
		margin-bottom: 0.5rem;
	}
	.company-profile-inner h5{
		font-size: 18px;
	}
	.company-profile h4>span{
		font-size: 16px;
	}
}
@media(min-width:320px) and (max-width:575px){
	.photo-gallery-block ul.nav.nav-tabs{
		display: block;
		margin-top: 1rem;
	}
	.photo-gallery-block ul.nav-tabs .nav-item{
		display: inline-block;
		margin-bottom: 0.75rem;
	}
	.photo-gallery-block ul.nav-tabs .nav-link{
		font-size: 13px;
		padding: 0.5rem 0.75rem;
	}
	ul.breadcrumb{
		padding: 4px;
		justify-content: flex-start;
		margin-bottom: 0;
	}
	.company-profile{
		margin-top: 0.5rem;
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}
	.company-profile h4>span{
		font-size: 16px;
	}
	.company-profile-inner h5{
		font-size: 18px;
	}
	.company-profile-inner ul li p{
		margin-bottom: 0.5rem;
	}
	.company-profile-inner ul{
		margin-bottom: 0;
	}
}