/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Anton|Lobster');

@font-face 
{
	font-family: 'BebasNeue';
	src: url('../fonts/BebasNeue.TTF')  format('truetype');
}

@font-face 
{
	font-family: 'myriad pro-regular';
	src: url('../fonts/myriad pro-regular.ttf')  format('truetype');
}

@font-face 
{
	font-family: 'myriad-pro-condensed';
	src: url('../fonts/myriad-pro-condensed.ttf')  format('truetype');
}

@font-face 
{
	font-family: 'Questrial-Regular';
	src: url('../fonts/Questrial-Regular.ttf')  format('truetype');
}

@font-face 
{
	font-family: 'tcmc';
	src: url('../fonts/tcmc.TTF')  format('truetype');
}

@font-face 
{
	font-family: 'lane-narrow';
	src: url('../fonts/lane-narrow.ttf')  format('truetype');
}
@font-face 
{
	font-family: 'laoul';
	src: url('../fonts/laoul.ttf')  format('truetype');
}
@font-face 
{
	font-family: 'ARLRDBD';
	src: url('../fonts/ARLRDBD.ttf')  format('truetype');
}

body
{
	overflow-x:hidden;
}
.wrapper,.container
{
	max-width:1250px;
	margin:0px auto;
}
.wrapper-01
{
	max-width:1250px;
	margin:0px auto;
}

/************ Index Page ************/
::-moz-selection { /* Code for Firefox */
    color:#fff;
    background: #2e2e2e;
}

::selection {
    color:#fff;
    background: #2e2e2e;
}
/************ affix menu code ************/
.affix {
    top: 0px;
    width: 100%;
    z-index:  9999 !important;
	background-color:#cecece;
    border-radius:  0 !important;
    box-shadow: 0px 0px 3px 3px #333;
}
.affix .top-nav {
	display: none;
}
.affix .logo { 
	margin: 2px;
	width: 45%;
}
.affix .wsmenu{ 
	margin-top: 3%;
}
.navbar {
    margin-bottom: 0px!important;
    border: none !important;
}
.affix ~ .container-fluid {
   position: relative;
   top: 50px;
}
.affix .social {
	display: none;  
}
.affix .info {
	display: none;
}
/************ affix menu code ************/


/************ Navigation css  ************/

.logo {
	float: left;
}
.logo-font {
	float: left;
	margin: 8px 0px;
}
.title {
    
	letter-spacing: 1px;
	font-size: 18px;
	font-family: Questrial-Regular;
	color: #8a181a;
	font-weight: 700;
	/*! line-height: 27px; */
	float: left;
	margin-top: 37px;
	margin-left: 25px;
}
.menu-01 {
	background-color:#89181a;
	padding: 15px;
}
.contact-img {
	margin-bottom: 10px;
    margin-top: 10px;
}
/**** social icon ****/

.social-1 {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    font-size: 15px;
    border-radius: 100%;
    transition: all 200ms ease-in;
}
[class^="hvr-"] {
    margin: 0px 3px;
    padding: 11px;
    cursor: pointer;
    background: #2f5594;
    text-decoration: none;
    color: #fff;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 50%;
    width: 41px;
    height: 41px;
    font-size: 20px;
}

.hvr-hollow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: background;
    transition-property: background;
    
}

.hvr-hollow:hover, .hvr-hollow:focus, .hvr-hollow:active {
    background: none;
   color: #ccc;
}
/**** social icon ****/
/************ Navigation css  ************/

/************ slider css start ************/
.slider-01
{
	margin-top: 0;
}

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

/*******  About Index css  ******/
.main-about {
	margin-bottom:3%;
}
.index-about {
	/*! margin-bottom:3%; */
}

.index-about-contain {
	margin-left: -9%;
    width: 59%;
	padding-top: 4%;
}
.index-title {
	font-size:67.1px;
	letter-spacing:1px;
	line-height:75px;
	color:#000;
	font-weight: 700;
	margin-bottom: 0px;
	font-family: 'Questrial-Regular';
	padding-top: 6%;
}
.about-index-img {
	margin-left: -18%;
}
.about-index-font {
	color:#000;
	font-size:54px;
	line-height:59px;
	font-family: 'Questrial-Regular';
	margin-bottom: 4%;
}
.about-index-font-01 {
	font-size: 50px;
	line-height: 60px;
	color: #000;
	font-family: 'Questrial-Regular';
	letter-spacing: 1px;
	margin-bottom: 5%;
}
.about-index-font-011 {
	font-size: 55px;
	line-height: 60px;
	color: #89181a;
	font-family: 'Questrial-Regular';
	letter-spacing: 1px;
	margin-bottom: 5%;
}
.about-index-font-02 {
    font-size: 18px;
    line-height: 30px;
    color: #000;
    font-family: 'Questrial-Regular';
    margin-bottom: 28px;
    letter-spacing: 0.5px;
}
.about-index-font-01 a {
	color: #525151;
}
.about-index-font-01 a:hover {
	color:#2a723a;
}
.text-bottom {
	margin-bottom:5%;
}
.read-more-btn a {
    color: #ffffff;
    background: #363636;
    font-size: 25px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 6px 0%;
    letter-spacing: 0.6px;
    font-weight: 700;
	width: 28%;
	text-align: center;
	float: left;
	/*! margin-right: -31%; */
	z-index: 999;
	position: relative;
	font-family: 'Questrial-Regular';
	border: 2px solid #363636;
}
.read-more-btn a:hover {
	color: #2e2e2e;
	background: transparent;
	text-decoration:none;
	border: 2px solid #2e2e2e;
}
.quality-logo {
	float: right;
    margin-top: -25%;

}
/*******  About Index css  ******/

/******* Product Slider css ******/
.product-slider {
	margin-bottom: 40px;
}
.margin-bottom {
  margin-bottom: 40px;
}
.product-slider-01 {
	background-image: url(../images/product-bg.png);
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
}
.product-title {   
    /*! text-transform: uppercase; */
    color: #2e2e2e;
    font-weight: 700;
    /*! text-align: center; */
  
    letter-spacing: 1px;
    font-size: 30px;
    font-family: 'Questrial-Regular';
    line-height: 60px;
} 
.pro-title {   
    /*! text-transform: uppercase; */
    color: #89181a;
    font-weight: 700;
    /*! text-align: center; */
  
    letter-spacing: 1px;
    font-size: 50px;
    font-family: 'Questrial-Regular';
    line-height: 80px;
} 

.pro-slider-bg {
	background-color: #272827;
	width:388px;
	height: 60px;
	padding: 15px;
}
.product-font {
	color: #fff;
	font-size: 22px;
	font-family: 'Questrial-Regular';
	text-align: center;
	font-weight: 700;
	letter-spacing: 1px;
}
/******* Product Slider css ******/


/************ footer contant  ************/
.footer-logo {
    
	margin-bottom: 17px;
	margin-left: -13px;
}
.hr {
	border: 2px solid #2e2e2e;
    margin-bottom: 20px;
}
.footer-top {
	padding: 30px 0px;
	background-color: #c3c2c2;
}
.footer-font {
	font-size:30px;
	font-weight:700;
	color:#2e2e2e;
	margin-bottom: 13px;
	font-family: 'Questrial-Regular';
}
.footer-font-01 {
	font-family: 'myriad pro-regular';
	font-size:30px;
	font-weight:700;
	color:#fff;
	text-transform:uppercase;
	margin-bottom: 20px;
}
.footer-font-02 {
	font-size:15px;
	color:#2e2e2e;
	font-weight: 700;
	font-family: 'Questrial-Regular';
	letter-spacing: 1px;
	line-height: 26px;
}
.footer-font-022 {
    font-size:25px;
	font-family: 'Questrial-Regular';
	font-weight: 700;
}
.footer-font-02 a {
	color: #2e2e2e;
}
.footer-font-02 a:hover { 
	color:#bb2025 ;
}
.footer-font-03 {
	font-size:30px;
	color:#2e2e2e;
	font-weight:700;
	margin-top: 8px;
	font-family: 'Questrial-Regular';
	margin-bottom: 10px;
}

.footer-font-04 {
	font-size:15px;
	color:#000;
	line-height: 32px;
	font-family: 'Questrial-Regular';
	font-weight: 700;
	letter-spacing: 0.9px;
	white-space: nowrap;
}
.footer-font-04:hover { 
	color:#bb2025  ;
}
.footer-top ul {
	padding:0px;
}
.footer-top ul li {
	list-style:none;
	/*! margin-left: -15px; */
}
.footer-download {
	margin-top:9px;
	/*! margin-bottom: 26px; */
}
.footer-font-left {
	margin-left: 25px !important;
	/*! border-bottom: 1px dotted#2e2e2e; */
}

.social-01 {
    float: left;
    padding: 17px 0;
    margin: 0;
}
.social-01 li {
	border-bottom: none !important;
}
/************ footer contant  ************/

/****** last footer contant *****/
.copy-wirte {
	background-color:#111111;
}

.font-01 {
	font-size:15px;
	color:#fff;
	margin: 0;
	padding: 20px 0;
	letter-spacing: 1px;
	font-family: 'Questrial-Regular';
	font-weight: 700;
}
.font-01 a {
	color: #fff;
}
.font-01 a:hover {
	color: #bb2025 ;
}
.font-02 {
	float: right;
}


/******* last footer contant ******/

/*** top arrow contant ***/
.scrollTop {
   opacity: 0;
	position: fixed;
	left: 10px;
	bottom: 0;
	color: #fff;
	border-radius: 100px;
	z-index: 999;
	height: 55px;
	width: 55px;
	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: #b3b3b3;
	overflow: hidden;
}
.scrollTop i {  
    width: 55px;
    height: 40px;
    top: 0px;
    left: 0;
    position: relative;
    z-index: 10;
    transform: translate(0,0);
    transition: transform .2s ease;
    color: #fff;
}

.scrollTop i, .scrollTop:hover {
    background-color: transparent;
}
.scrollTop i, .text-small {
    font-size: 40px;    
	  line-height: 50px;
}
.scrollTop i, .text-center {
    text-align: center;
}
.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: rgb(16, 46, 80);
	background: -moz-linear-gradient(top, rgb(16, 46, 80) 0%, rgba(16, 46, 80, 0.47) 100%);
	background: -webkit-linear-gradient(top, rgba(16, 46, 80,1) 0%, rgba(16, 46, 80, 0.47) 100%);
	background: linear-gradient(to bottom, rgb(16, 46, 80) 0%, rgba(16, 46, 80, 0.44) 100%);
}
.scrollTop:hover i {
    transform: translate(0,-39px) !important;
}
/*** top arrow contant ***/
/************ Index Page ************/

/************ About Page ************/
/***slider css start***/
.slider {
	margin-bottom:2%;
}
.slider-border {
  /*! border: 5px solid #c5c5c5; */
}
.titel-text {
	font-family: 'Anton', sans-serif;
	font-size:46px;
	color: #a4090c;
	font-weight: 700;
	margin-bottom: 25px;
	/*! margin-top: -70px; */
	/*! text-shadow: 3px 3px 2px #2c2c2c; */
	letter-spacing: 2px;
	margin-top: -70px;
}
.titel-text::after {
	height:5px;
	display:block;
	width:10%;
	border-left:3px;
	content: '';
	background-color: #89181a;
	margin-top: 15px;
    margin-left: 0;
    padding-bottom: 5px;
}
.titel-text2 {
    font-family: 'Anton', sans-serif;
    font-size: 20px;
    color: #187dbb;
    margin-bottom: 5%;
   letter-spacing: 1px;
}
/***slider css start***/
/*** aboutus Page Css ****/	
.about-index {
	margin-bottom:40px;
}
.about-font-01 {
	font-size: 16px;
	line-height: 30px;
	color: #000;
	font-family: 'Questrial-Regular';
	/*! text-align:justify; */
	letter-spacing: 1px;
}
.about-font-01 li {
	list-style: none;
	list-style-position: inside;
	font-size: 18px;
	/*! line-height: 30px; */
	color: #000;
	font-family: 'Questrial-Regular';
	/*! text-align: justify; */
	/*! display: inline-flex; */
	/*! padding: 0px 0px; */
}
.about-font-01 li::before {
    content: '';
    display: inline-block;
    height: 33px;
    /*! width: 33px; */
    background-size: 33px;
    background-image: url("../images/point-right.png");
    background-repeat: no-repeat;
    margin-right: 10px;
}
.vision {
    
	margin-top: 25px;
	border: 2px solid #a4090c;
}
/************ About Page ************/

/************ Video Page ************/
video {
    width: 100%;
    height: 396px;
    border: 2px solid #a4090c;
}
.video-gallery {
    font-size: 16px;
    color:#000;
    /*! background-color: #2e2e2e; */
    text-align: center;
    padding: 7px;
    font-family: 'Questrial-Regular';
    letter-spacing: 1px;
    font-weight: 700;
}
/************ Video Page ************/

/************ Contact Page ************/
.border-01 {
    border: 4px solid #a4090c;
}
.contact {
    
	margin-bottom: 3%;
}
.padding-le-ri {
    padding-left: 8%;
    /*! padding-right: 7%; */
}
.contact-font {
	font-family: 'Questrial-Regular'; 
	font-size: 16px; color:#000; 
	line-height: 29px; 
	font-weight: 700;
	margin-left: 8px;
	margin-bottom: 0px;
	letter-spacing: 1px;
}
.contact-font-call {
	font-family: 'Questrial-Regular'; 
	font-size: 21px; 
	color:#000; 
	/*! margin-left: 18px; */
	font-weight: 700;
	margin-bottom: 0;
	letter-spacing: 1px;
	/*! line-height: 50px; */
}
.contact-font a { 
	color:#000; 
}
.contact-font a:hover {
	color:#a4090c;
}
.contact-padding {
	padding-top:6%;
	padding-bottom: 3%;
}
.con-mar {
	/*! margin-bottom:8%; */
}

/************ Contact Page ************/

/******* Inquiry page css *******/
.top-text { 
	border: 1px solid #e7ecee;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.49);
	padding: 1.4444444444rem 1.6666666667rem 1.1666666667rem;
}
/******* Inquiry page css *******/


/************ Product Page ************/
/**left menu**/
.box1 {
    box-shadow: 0 0 15px #989595;
    padding: 15px;
}

.product-page-title {
	font-size:30px;
	color: #102E50;
	padding-bottom: 15px;
	font-family: 'Questrial-Regular';
	font-weight: 700;
}
.product-menu-title {
    font-size: 30px;
    color: #102E50;
    padding-bottom: 15px;
    font-family: 'Questrial-Regular';
    font-weight: 700;
    margin-top: -13%;
}
#left ul.nav li .sign {
    display: inline-block;
    width: 14px;
    padding: 6px 0px;
    background-color: transparent;
    color: #000;
}
#left ul.nav > li.item-1 .lbl {
    color: #000;
}
#left ul.nav li a .lbl {
    font-size: 16px;
    font-weight: bold;
    font-family: 'Questrial-Regular';
    letter-spacing: 1px;
}
#left ul.nav li .lbl {
    padding: 6px 8px;
    display: inline-block;
}
#left ul.nav > li.item-1.parent > a > .sign, #left ul.nav > li.item-1 li.parent > a > .sign {
    margin-left: 0px;
    float: right;
}
.fa-plus::before {
    content: "\f067";
    /*! margin-left: 100px; */
    background: #000;
    color: #fff;
    padding: 5px 7px;
}
#left ul.nav ul.children {
    padding-left: 20px;
    width: auto;
}
#left ul.nav ul, #left ul.nav ul li {
    list-style: none !important;
        list-style-type: none;
    list-style-type: none !important;
    margin-top: 1px;
    margin-bottom: 1px;
}
/**left menu**/
.product-top-text {
    background-color: #fff;
    padding: 20px;
    border: 1px solid #d7dce8;
    box-shadow: -4px 6px 0 #f69356;
    margin-bottom: 5%;
}
/*.product-top-text-01 {
    background-color: #fff;
    padding: 20px;
    border: 1px solid #d7dce8;
    margin-right: 0%;
    box-shadow: 4px 6px 0 #f69356;
    margin-bottom: 5%;
}*/

/* Circle image Effect */
.hover15 figure {
	position: relative;
}
.hover15 figure::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255, 255, 255, 0.15);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
	cursor: pointer;
}
.hover15 figure:hover::before {
	-webkit-animation: circle .75s;
	animation: circle .75s;
}
.hover15:hover img {
	box-shadow: 10px 15px 25px 0 rgba(0,0,0,.2);
}

@-webkit-keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
@keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}

	
.imgBox:hover
 {
    -webkit-box-shadow: 0.25rem 0.375rem 1.75rem 0rem rgba(0,0,0,0.22) !important;
    box-shadow: 0.25rem 0.375rem 1.75rem 0rem rgba(0,0,0,0.22) !important;
    transition: all 0.2s ease-in-out 0.2s;
}
.product-title-sub-01 {
     font-size: 36px;
    color: #a4090c;
    letter-spacing: 1px;
     font-family: ARLRDBD;
}
.product-title-sub-01:after{
	height: 5px;
    display: block;
    width: 15%;
    border-left: 3px;
    content: '';
    background-color: #89181a;
    margin-top: 0px;
    margin-left: 0;
    padding-bottom: 5px;
} 
.product-font-2 {
    color: #4d4d4d;
    font-size: 15px;
    line-height: 25px;
    text-align: justify;
    letter-spacing: 0.8px;
    font-weight: 700;
	font-family: Questrial-Regular;
    margin-left: 20px;
}
.imp {
    color: #f00;
}
product-title 01{   
    /*! text-transform: uppercase; */
    color: #3953a4;
    font-weight: 700;
    text-align: center;
    margin-bottom: 3%;
    letter-spacing: 1px;
    font-size: 50px;
    font-family: 'Questrial-Regular';
} 

.product-font-01 {
	color: #000;
	font-size: 15px;
	font-family: 'Questrial-Regular';
	text-align: center;
	
	line-height: 25px;
	/*! margin-bottom: 20px; */
	font-weight: 700;
}

/* Circle image Effect */
/************ Product Page ************/


/******** Table Contant ********/
table {
  	border-collapse: collapse;
	  margin: 0;
  	padding: 0;
  	width: 100%;
  	margin-bottom: 2%;
}
table td {
  	padding: 5px 5px;
	font-family: 'Questrial-Regular';
	/*! font-size:81px; */
  	/*! text-align: left; */
  	line-height: 24px;
  	letter-spacing: 1px;
  	font-size: 15px;
  	font-weight: 700;
}
.table-border {
  padding:10px;
	text-align: center;
}

table tr {
	/*! background: #efefef66; */
}
table th {
	font-size: 20px;
	color: #fff;
	background-color: #2e2e2e;
    letter-spacing: 1px;
    line-height: 20px;
	font-weight: 700;
	font-family: 'Questrial-Regular';
	padding: 10px 38px;
	text-align: center;
	text-transform: capitalize;
}
.table-th {
	font-family: 'Questrial-Regular';
	background-color:#202020;
	color:#fff;
	font-size:20px;
	padding:8px;
	text-align:center;
}
.table-td {
	padding:8px;
	font-family: 'Questrial-Regular';
	font-size:25px;
	font-weight: 700;
	text-align:center;
	border-bottom: none;
	
}
.table-width {
	width:90%;
}
.table-shadow {
    box-shadow: 1px 2px 7px 2px #58514b;
}
.inq-box {
    padding: 3% 5%;
	border: 1px solid #d7dce8;
	box-shadow: -4px 6px 0 #f69356;
}
/******** Table Contant ********/

/******** Download page ********/
.b-title {
    font-family: 'Anton', sans-serif;
    font-size: 20px;
    color: #187dbb;
    margin-top: 3%;
    letter-spacing: 1px;
    padding: 2px;
}
.b-image {

    border: 4px solid #187dbb;
    margin: 15%;
    background: #eaeaea;

    height: 170px;
}
/******** Download page ********/