*{
	margin: 0;
	padding: 0;
}
p{
	    line-height: 1.6;
    font-size: 16px;
}
.gray-header{
	background-color:#000300;
}
.navbar-dark .navbar-nav .nav-link{
    color: #cacaca;
    font-size: 20px;
    margin-left: 35px;
    margin-right: 35px;}
.navbar-dark .navbar-nav .nav-link:hover{
	color: #85827b}

a:hover{text-decoration: none;}
.active .nav-link{
	border-bottom: 2px solid 
}


.navbar{padding:35px 0px

}

.background-img{
	background-image: url("../../common_assets/images/background-img.jpg");
height: 1100px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.logo{
	position: relative;
}
.logo img{    width: 13%;
    position: absolute;
    left: 43%;
    top: 80px;
   
}
.background-gray-text{
	background-color: #20221c;
	color:#979797;
	font-weight: 100;
	
}
 .background-img-2 p{

	margin-top: 264px
}
.background-img-2{
	background-image: url("../../common_assets/images/Interior_01.png");
	 background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 890px
}
.icons {
text-align: center;
color: #d52423
}
.footer .icons a{
	color: #d52423;
	font-size: 50px;
	margin:5px;
}
.footer p{font-size: 20px;
	text-align: center;
}
.footer  a{color: black;
text-align: center;
}
.footer a:hover{
	color: gray
}
.rotate{ 
  
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;}
 
.rotate:hover{
    transform: rotate(360deg);
}



/*-------products-1------css-------------------*/
.products-1-background{
	background-color: #e4e4e4
}
.gray-text{
	font-size:  18px
}
b, strong {
    font-weight: bolder;
    font-size: 34px;
}
.projects-image img{
	width: 100%
}
.projects-image img{border-radius: 10px

}
.products-1-background h5{padding-top: 5px;
	color: #7a7a7a;
	font-size: 25px;
	font-weight: 200
}
.hr{
	background-color: #666666;
	height: 2px
}


/*---------------Workshop&Vendors-image-----------css--------------*/
.fa-play{position: relative;
	font-size: 40px;
	color: red;
}
.position-icon {
    position: absolute;
    left: 50%;
    bottom: 344px;
}
.Workshop-Vendors-image img
{
	width: 100%
}
#homeVideo button.btn.btn-default {
    
    border-radius: 50%;
    position: absolute;
       right: -38px;
    z-index: 5;
    color: white;
    top: -12px;
}
.heading{
	font-size: 25px;
    font-weight: 300;
    text-align: center;
    color: #8d8d8d
}



/*------------------projects-img-page-1*/

.hexa-width{
	width: 6%!important
}
/*..................query-or-order----page----------*/
.my_form label {
    display: inline-block;
    margin-bottom: .5rem;
    font-weight: 600;
    padding-left: 5px;
    font-size: 16px;
}
.my_form:focus {color: #495057;
    background-color: #fff;
  border-color: #ced4da;
        outline: none;
   box-shadow: none;
}
.query-order-form p{    font-size: 20px;
    padding-top: 20px;font-weight: 400;
    margin-bottom: 45px;
}
.query-order-form img{    width: 60px;
    margin-right: 15px;
}

.btn-primary {border: none;
    color: #0d0d0d;
    background-color: #d0e7b2;
    border-color: #007bff;
    border-radius: 3px;
    width: 85px;
    /* height: 40px; */
    font-size: 20px}
 .btn-primary.focus, .btn-primary:focus {
    color: #fff!important;
    background-color: inherit!important;
    border: none!important;
    box-shadow: none;outline: none!important;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}
.btn-primary:hover{
    
    background-color:#a5b195!important;border: none;
    outline: none;
}
    /* The container */
.container-1 {    display: block;
    position: relative;
    padding-left: 100px;
    margin-bottom: 45px;
    cursor: pointer;
    font-size: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 300;
    color: #808080;
}

/* Hide the browser's default checkbox */
.container-1 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {    position: absolute;
    top: 8px;
    left: 0;
    height: 34px;
    width: 34px;
    background-color: transparent;
    border: 1px solid #999898;
    border-radius: 5px;
}
/* On mouse-over, add a grey background color
/* When the checkbox is checked, add a blue background */
.container-1 input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-1 input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-1 .checkmark:after {left: 11px;
    top: 4px;
    width: 10px;
    height: 19px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.product-heading{text-decoration:underline; text-align:center; padding:50px 0 0 0}

.my_form .col-md-12{margin-bottom:1rem;}
.my_form{padding:40px 0 0 0;}

.my_form .col-md-12 .col-md-12:nth-child(6) label, .my_form .col-md-12 .col-md-12:nth-child(7) label, .my_form .col-md-12 .col-md-12:nth-child(8) label, .my_form .col-md-12 .col-md-12:nth-child(9) label, .my_form .col-md-12 .col-md-12:nth-child(10) label,.my_form .col-md-12 .col-md-12:nth-child(11) label{display:none;}


