/* CSS Document */

@font-face 
{
	font-family: 'Questrial-Regular';
	src: url('../fonts/Questrial-Regular.ttf')  format('truetype');
}
@font-face 
{
	font-family: 'myriad-pro-condensed';
	src: url('../fonts/myriad-pro-condensed.ttf')  format('truetype');
}
@font-face 
{
	font-family: 'myriad-pro';
	src: url('../fonts/myriad pro-regular.ttf')  format('truetype');
}
@font-face 
{
	font-family: 'tahoma-bold';
	src: url('../fonts/tahoma-bold.ttf')  format('truetype');
}
@font-face 
{
	font-family: 'myriad-pro-bold';
	src: url('../fonts/myriad-pro-bold.ttf')  format('truetype');
}
@font-face 
{
	font-family: 'aller-lt';
	src: url('../fonts/aller-lt.ttf')  format('truetype');
}
@font-face 
{
	font-family: 'jersey-m54';
	src: url('../fonts/jersey-m54.ttf')  format('truetype');
}
@font-face 
{
	font-family: 'tw-cen-mt-condensed-extra-bold';
	src: url('../fonts/tcceb.TTF')  format('truetype');
}
@font-face 
{
	font-family: 'allerdisplay';
	src: url('../fonts/allerdisplay.ttf')  format('truetype');
}
@font-face 
{
	font-family: 'montserrat-bold';
	src: url('../fonts/montserrat-bold.ttf')  format('truetype');
}


body
{
	overflow-x: hidden;
    /*! background-color: #f2f2f2; */
}

.wrapper{
	margin: 0 auto;
	max-width: 1275px;
}

/********  Index page  ********/
/************ affix menu code ************/
.affix {
    top: 0px;
    width: 100%;
    border-radius:  0 !important;
    z-index: 1;
    background-color: rgba(253, 253, 253, 0.88);
    -moz-box-shadow: 0 0 2px 0 rgba(56, 69, 84, 0.2);
    -webkit-box-shadow: 0 0 2px 0 rgba(56, 69, 84, 0.2);
    box-shadow: 0 0 2px 0 rgba(56, 69, 84, 0.79);
 }
.affix .social-share{
	display: none;
}
.affix .glow{
	display: block;
	margin-top: 22%;
}
.affix .logo-set { 
  width:50%;
	margin-bottom: 11px;
}
.affix .menu-01 {
	margin-top:0 !important;
	margin-bottom: 0;
}
.affix .wsmenu {
	
	margin-top: -6%;
}
.navbar {
    margin-bottom: 0px!important;
    border: none !important;
}
.affix ~ .container-fluid {
   position: relative;
   top: 50px;
}

/************ affix menu code ************/
/**** Top-Header ****/
.menu-01 {
    position: relative;
    z-index: 1;
}
.social-share{
 display: inline-flex;
 list-style: none;
 margin: 0;
 margin-bottom: 5%;
 padding: 0;
 margin-top: 22%;
}
ul.social-share li {
  color: #ffffff;
  background-color:#898989;
  border-radius:50%;
  width: 30px;
	height: 30px;
  text-align: center;
  margin-left: 5px;
  padding-top: 4px;
}

ul.social-share li:hover {
  background-color:#6b100c;
}
.logo-set { margin-left: 0px; margin-bottom: 0px;padding-top: 6%;}

/**** Top-Header ****/

/**** slider css *****/

.slider-01
{
	margin-top: -180px;
}
.slider {
	/*! margin-bottom:45px; */
}
.contact-btn a {
    color: #ffffff;
    font-size: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 12px 11%;
    font-family: 'oswald-regular';
    letter-spacing: 0.6px;
    line-height: 35px;
    background: #fc8a03; /* Old browsers */
    background: -moz-linear-gradient(left, #fc8a03 0%, #fc7b04 50%, #fc5a05 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #fc8a03 0%,#fc7b04 50%,#fc5a05 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #fc8a03 0%,#fc7b04 50%,#fc5a05 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fc8a03', endColorstr='#fc5a05',GradientType=1 ); /* IE6-9 */
    box-shadow: 3px 3px 4px #3e3e3e;
}

.contact-btn a:hover  {
    color: #373535;
	 background: #fea481;
	 text-decoration:none;
}

/**** slider css *****/

/**** About-index css *****/
.about-index {
	background-image: url(../images/about-img.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}
.about-paddingbottom {
	padding-top: 12%;
	padding-bottom: 175px;
	position: relative;
	/*! left: -89.5px; */
}
.about-title {
	text-transform: uppercase;
    margin-bottom: 40px;
    letter-spacing: 0.05em;
	font-family: 'Questrial-Regular';
	font-weight: 700;
	font-size: 55px;
	line-height: 90px;
	color: #42404e;
}
.about-subfont {
	color: #20232f;
	font-weight: 700;
	font-family: aller-lt;
	font-size: 24px;
	display: block;
	line-height: 37px;
	letter-spacing: 0.7px;
	/*! text-align: justify; */
	margin-bottom: 25px;
}	
.about-subfont-01 {
	text-align: justify;
	color: #1d1d1d;
	margin-bottom: 0;
	line-height: 30px;
	font-size: 20px;
	font-weight: normal;
	font-family: 'Questrial-Regular';
	margin-bottom: 6%;
}
.btn-readmore a {
	height: 64px;
	line-height: 68px; 
	padding: 0px 45px;
	border-radius: 50px;
	background-color: #000;
	color: #eede02;
	box-shadow: 0 12px 40px rgba(167, 212, 72, 0.3);
	font-weight: 700;
	font-family: 'Questrial-Regular';
	font-size: 19px;
	margin: 30px;
	position: relative;
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	white-space: nowrap;
	border: 0 none;
	vertical-align: middle;
}
.btn-readmore a:hover {
	background-color: #3c3950;
	color: #fff;
}
/**** About-index css *****/

/**** Product slider Css *****/
.product-slider {
	margin-top: -5%;
}
/**** Product slider Css *****/

/**** Footer Css *****/
.footer {
	/*! background-color:#0c0413; */
	background-image: url(../images/footer-img.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	margin-top: -8%;
}
.footer-padding {
	padding:11% 3% 3% 3%;
}
.footer-font {
  font-family: 'Questrial-Regular';
  font-size: 15px;
  line-height: 23px;
  color: #fff;
  letter-spacing: 0.9px;
  font-weight: 700;
}
.footer-font-call {
  font-family: 'Questrial-Regular';
  color: #fff;
  font-size: 15px;
  line-height: 25px;
  margin: 0;
  letter-spacing: 0.9px;  
  font-weight: 700;
}
.footer-font-call a:hover {
	color:#971916;
}
.footer-heading {
  line-height: 35px;
  letter-spacing: 0.9px;
  font-weight: 700;
  font-family: 'Questrial-Regular';
  color: #fff;
  font-size: 25px;
}
.footer-heading a:hover {
  color:#007cc2;
}
.mar-top {
  margin-top: 0%;
}
.padding-lf {
  padding-left: 0;
}
.footer-ul li {
  list-style: none;
}
.footer-ul a {
    font-family: 'Questrial-Regular';
    font-size: 15px;
    color: #fff;
    line-height: 25px;
    letter-spacing: 0.9px;
    font-weight: 700;
}
.footer-ul a:hover {
  color:#a42124;
}
/**** social icon ****/
.social-01 {
    float: left;
    padding: 17px 0;
    margin: 0;
}
.social-01 li {
	border-bottom: none !important;
}
.social-01 li a{
  color: #a0a0a1;
}
.social-1 {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
    border-radius: 100%;
    transition: all 200ms ease-in;
    padding: 6px;
}
.social-1 a:hover {
  color:#007cc2;
}
/**** social icon ****/
/**** Footer Css *****/

/***** copy write Index css ******/
.copy-write {
	background-color:#0c0413;
	padding: 20px;
}
.copy-write-font {
	color:#acacac;
	font-size:15px;
	letter-spacing: 1px;
	margin: 0px;
	font-family: 'Questrial-Regular';
	line-height: 25px;
	font-weight: 700;
	text-transform: uppercase;
}
.copy-write-font-01 {
	color:#acacac;
	font-size:15px;
	float:right;
	letter-spacing: 1px;
	margin: 0px;
	font-family: 'Questrial-Regular';
	font-weight: 700;
	text-transform: uppercase;
}
.copy-write-font-01 a {
  color: #acacac;
}
.copy-write-font-01 a:hover {
	color:#981e1c;
}
/***** copy write Index css ******/

/*** top arrow contant ***/
.scrollTop {
   opacity: 0;
	position: fixed;
	text-align: center;
	line-height: 12px !important;
	right: 20px;
	bottom: 0;
	color: #2e2e2e;
	border-radius: 100px;
	z-index: 999;
	height: 45px;
	width: 45px;
	background-repeat: no-repeat;
	background-position: center;
	transition: opacity .3s,bottom .5s,box-shadow .3s cubic-bezier(.55,0,.1,1),background-color .1s linear;
	background-color: #7d7c7c;
	overflow: hidden;
}
.scrollTop i {
    line-height: 41px !important;
    width: 40px !important;
    height: 40px !important;
    top: 0 !important;
    left: 0 !important;
    position: relative;
    z-index: 10;
    transform: translate(0,0);
    transition: transform .2s ease;
    color: #fff;
}

.scrollTop i, .scrollTop:hover {
    background-color: transparent !important;
}
.scrollTop i, .text-small {
    font-size: 30px !important;
}
.scrollTop i, .text-center {
    text-align: center !important;
}
.scrollTop::before, .scrollTop:hover::after {
    transform: scale(1);
}
.scrollTop::after, .scrollTop::before {
    display: block;
    content: ' ';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;   
    transform: scale(0);
    transition: all .3s cubic-bezier(.55,0,.1,1);
    border-radius: 100px;
	  background: #9c2110;

}
.scrollTop:hover i {
    transform: translate(0,-39px) !important;
}
/*** top arrow contant ***/
/********  Index page  ********/

/********  About Page ********/
.about-page {
    background-image: url(../images/about-page-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    margin-top: -12%;
}
.about-page-padding {
	padding-top: 20%;
	padding-bottom: 175px;
	position: relative;
}
.menu-bg {
	background-color: #fff;
	border-radius: 0px;
	-moz-box-shadow: 0 0 2px 0 rgba(56, 69, 84, 0.2);
	-webkit-box-shadow: 0 0 2px 0 rgba(56, 69, 84, 0.2);
	box-shadow: 0 0 2px 0 rgba(56, 69, 84, 0.79);
}
.aboutpage-title {
    text-transform: uppercase;
    margin-bottom: 0px;
    letter-spacing: 0.05em;
    font-size: 55px;
    line-height: 90px;
    color: #42404e;
    display: inline-flex;
    font-family: 'montserrat-bold';
}
.about-title-border {
	height: 0;
	display: block;
	width: 25%;
	border-left: 2px;
	content: '';
	background-color: #42404e;
	margin-top: 9px;
	margin-left: 0;
	padding-bottom: 5px;
	margin-bottom: 10%;
}
.about-subtitle{
	font-family: 'Cagliostro', sans-serif;
    font-size: 45px;
    line-height: 50px;
    text-transform: capitalize;
    letter-spacing: 0.8px;
    margin-left: 20px;
    padding-top: 10px;

}
.about-subfont-02 {
    text-align: justify;
    color: #1d1d1d;
    line-height: 30px;
    font-size: 16px;
    font-weight: normal;
    font-family: 'Questrial-Regular';
    margin-bottom: 2%;
}
/********  About Page ********/

/********  Conatact Page ********/
.contact-page {
    background-image: url(../images/contact-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    margin-top: -12%;
}
.contact-font {
	font-family: 'Questrial-Regular'; 
	font-size: 19px; color:#000; 
	line-height: 20px; 
	font-weight: 700;
	text-align: start;
	letter-spacing: 1px;
}
.contact-font-call {
	font-family: 'Questrial-Regular'; 
	font-size: 23px; 
	color:#000; 
	font-weight: 700;
	text-align: end;
	letter-spacing: 1px;
}
.contact-font a { 
	color:#000; 
}
.contact-font a:hover {
	color:#9d2217;
}
.contact-padding {
	/*! padding-top:9%; */
	/*! padding-bottom: 9%; */
}
.con-mar {
	/*! margin-bottom:5%; */
}
.table-design tr {
background-color: transparent;	
}
.table-design td {
border-bottom: none;
}
/********  Conatact Page ********/

/********  Product Page ********/
.product-page {
    background-image: url(../images/product-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    margin-top: -12%;
}
.productpage-title {
    text-transform: uppercase;
    margin-bottom: 0px;
    letter-spacing: 0.05em;
    font-size: 35px;
    line-height: 90px;
    color: #42404e;
    display: inline-flex;
    font-family: 'montserrat-bold';
}
.product-page-padding {
	padding-top: 20%;
	position: relative;
}
.product-page-01 {
margin-bottom: 10%;
}
/********  Product Page ********/

/************ Inquery Page ************/
.img-set {
    margin-top: 18%;
}
.top-text {
    background-color: #fff;
    padding: 20px;
    border: 1px solid #d7dce8;
    box-shadow: 4px 6px 6px #c11116;
    margin-top: 8%;
}
/************ Inquery Page ************/

/******* gallery page *******/
.margin-bottom {
	margin-bottom: 20px;
}
/******* gallery page *******/

/******* Video page *******/
video { 
	width:100%; 
	height:280px;
}
.video-gallery { 
	font-size:18px; 
	color:#fff; 
	background-color:#1d1d1d;
	text-align: center;
	padding: 10px;
}
/******* Video page *******/

/******** Tab Contant ********/
.tab-pane ul {list-style: none;}
.nav-tabs > li {
	/*! width:50%; */
}
.nav-tabs > li > a {
	color: #9b3726;
    cursor: default;
    border: 1px solid #9b3726;
    /*! border-bottom-color: rgb(221, 221, 221); */
    /*! border-bottom-color: transparent; */
 	font-size: 20px;
 	text-align: center;
 	font-weight: 700;
	font-family: 'Questrial-Regular';
	cursor: pointer;
	letter-spacing: 1px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
 	color: #fff;
    cursor: default;
    background-color: #9b3726;
    border: 1px solid #ddd;
    border-bottom-color: rgb(221, 221, 221);
    border-bottom-color: transparent;
 	font-size: 20px;
 	text-align: center;
 	font-weight: 700;
	font-family: 'Questrial-Regular';
 	letter-spacing: 1px;
}
.panel {
    margin-bottom: 12%;
    background-color: #fff;
    border: 1px solid #ebccd1;
        border-top-color: #ebccd1;
        border-right-color: #ebccd1;
        border-bottom-color: #ebccd1;
        border-left-color: #ebccd1;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    margin-top: 7%;
}
.nav-tabs > li > a:hover {
    border-color: transparent;
}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
    border: 1px dotted;
}
.nav-tabs {
    border-bottom: none;
}
/******** Tab Contant ********/

/******* Table Contant *******/
table {
  	border-collapse: collapse;
	  margin: 0;
  	padding: 0;
  	width: 100%;
  	margin-bottom: 4%;
  	border-color: #8a8a8a;
}
caption {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  background-color: #a0362f;
	color: #fff;
}
table td {
  	
  	border-bottom: 1px solid #8a8a8a; padding: 6px 0;
	font-size:14px;
  	line-height: 14px;
  	text-align: center;
  	border-color: #8a8a8a !important;
}
.table-border {
  padding:10px;
	text-align: center;
}

table tr {
	background: #efefef66;
	border-color: #8a8a8a;
}
table th {
	font-size: 15px;
	color: #1d1d1d;
    line-height: 15px;
	font-weight: 700;
	padding: 6px 0;
	text-align: center;
	background: rgb(236, 216, 197);        
}

/******* Table Contant *******/

