/* 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');
}

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

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

::selection {
    color:#fff;
    background: #33306a;
}
/************ 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  ************/
.menu {
	padding-top: 25px;
}
.top-bar {
   z-index: 9999;
   position: relative;
}
.top-header-01 {
   z-index: 9999;
   position: relative;
}
.topbar-bg {
	background-color:#d15b04;
} 
.social {
	float: right;
	margin-bottom: 0px;
	padding: 9px 15px;
}
.info {
	
	padding: 14px;
	display: inline-flex;
	list-style: none;
	margin: 0;
}
.phone
{
	font-size:13px;
	color:#fff;
	font-family: 'euphemia';
	font-weight: 700;
	letter-spacing: 1px;
}
.email
{
	font-size:13px;
	color:#fff;
	font-family: 'euphemia';
	font-weight: 700;
	letter-spacing: 1px;
}
.email a:hover
{
	color:#d9dbda;
}
/**** 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 4px;
    padding: 10px;
    cursor: pointer;
    background: #898989;
    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: 40px;
    height: 40px;
    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;
    box-shadow: inset 0 0 0 2px #898989, 0 0 1px transparent;
}

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

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

.slider-01
{
	margin-top: -19%;
}
.slider {
	/*! margin-bottom:45px; */
}

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

/*******  About Index css  ******/
.index-about {
	/*! margin-bottom:45px; */
}
.about-bg {
	background-color:#edbf07;
}
.index-about {
	/*! padding: 30px; */
	background-color: #edbf07;
}
.index-title {
	font-size:45px;
	letter-spacing:2px;
	line-height:65px;
	color:#000000;
	font-weight: 700;
	margin-bottom: 0px;
	font-family: 'tcmc';
	padding-top: 8%;
}
.about-index-img {
	/*! margin:-3%; */
	margin-left: 15%;
}
.about-index-font {
	color:#000000;
	font-size:45px;
	line-height:60px;
	font-weight: 700;
	font-family: 'Questrial-Regular';
	margin-bottom: 6%;
}
.about-index-font-01 {
	font-size: 25px;
	line-height: 45px;
	color: #000;
	font-weight: 700;
	text-align: justify;
	font-family: 'lane-narrow';
	width: 732px;
}
.about-index-font-01 a {
	color: #525151;
}
.about-index-font-01 a:hover {
	color:#2a723a;
}
.read-more-btn {
	text-transform: uppercase;
    color: #ffffff;
    background: #000;
    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: 11px 2%;
    letter-spacing: 0.6px;
    font-weight: 700;
	width: 35%;
	text-align: center;
	float: right;
	margin-right: -31%;
	z-index: 999;
	position: relative;
	font-family: 'laoul';
	border: 2px solid #000;
	margin-top: 5%;
}
.read-more-btn:hover {
	color: #fff;
	background: transparent;
	text-decoration:none;
	border: 2px solid #fff;
}
/*******  About Index css  ******/

/******* Card Contant css ******/
.card {
  display: block; 
  box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.16),11px 2px 10px 0 rgba(0,0,0,0.12); 
  transition: box-shadow .25s; 
}
.card:hover {
  box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}
.img-card {
  padding: 10px;
}
.img-card img{
} 
.card-content {
  background-color: #ebebeb;
  padding-top: 3%;
  padding-bottom: 3%;
}
.card-content-p {
	font-size:15px;
	line-height:30px;
	color:#000;
	letter-spacing: 1px;
	text-align: left;
	/*! padding: 13px; */
	padding-top: 0;
	font-family: 'Questrial-Regular';
}
.card-title {
  margin:0px;
  font-weight: 700;
  font-size: 25px;
  line-height: 40px;
  text-align: left;
  font-family: 'Questrial-Regular';
  padding: 23px;
  color: #000000;
  padding-bottom: 15px;
	letter-spacing: 1px;
  padding-left: 0;
}
.card-title-01 {
  margin:0px;
  font-weight: 700;
  font-size: 34px;
  line-height: 40px;
  text-align: center;
  font-family: 'Questrial-Regular';
  padding: 15px;
  background-color: #666666;
  color: #fff;
}

.card-read-more {
  border-bottom: 10px solid #878787;
}
.card-read-more-01 {
  border-bottom: 10px solid #666666;
}
.card-space {
	margin:0;
	padding:0;
}
/******* Card Contant css ******/


/******* Product Slider css ******/
.product-slider {
	/*! background-image: url(../images/product-bg.png); */
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
  	/*! margin-bottom: 65px; */
	/*! height: 410px; */
}
.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: #fff;
    font-weight: 700;
    /*! font-size: 30px; */
    text-align: left;
    /*! margin-top: 3%; */
    margin-bottom: 3%;
    font-family: 'myriad-pro-condensed';
    letter-spacing: 1px;
} 
/******* Product Slider css ******/

/******* Client Slider css ******/
.client-title {
    color: #7c1212;
    font-weight: 700;
    font-size: 60px;
    text-align: center;
    margin-bottom: 5%;
    font-family: 'Questrial-Regular';
    letter-spacing: 1px;
	line-height:30px;
}
.client-slider { 
	margin-bottom:3%;
}
/******* Client Slider css ******/

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

.footer-top {
	padding: 80px 0px;
	background-color:#242424;
	padding-bottom: 35px;
}
.footer-font {
	font-size:25px;
	font-weight:700;
	color:#fff;
	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:#fff;
	font-weight: 700;
	font-family: 'Questrial-Regular';
	letter-spacing: 1px;
	line-height: 25px;
}
.footer-font-02 a:hover { 
	color:#edbf07;
}
.footer-font-03 {
	font-size:20px;
	color:#fff;
	font-weight:700;
	letter-spacing: 1px;
	margin-top: 8px;
	font-family: 'Questrial-Regular';
	margin-bottom: 10px;
	white-space: nowrap;
}

.footer-font-04 {
	font-size:15px;
	color:#fff;
	line-height: 35px;
	letter-spacing: 0.8px;
	font-weight: 700;
	font-family: 'Questrial-Regular';
	white-space: nowrap;
}
.footer-font-04:hover { 
	color:#edbf07;
}
.footer-top ul {
	padding:0px;
}
.footer-top ul li {
	list-style:none;
	border-bottom: 2px dashed #fff;
}
.footer-download {
	margin-top:0px;
	margin-left: 35%;
	z-index: 99;
	position: relative;
}
.footer-map {
	margin-left: 10%;
	margin-top: 15%;
}
.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:#101010;
}

.font-01 {
	font-size:14px;
	color:#fff;
	margin: 0;
	padding: 20px 0;
	letter-spacing: 1px;
	font-family: 'myriad pro-regular';
	font-weight: 700;
}
.font-02 {
	float: right;
}
.font-02 a:hover {
	color: #edbf07;
}

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

/*** top arrow contant ***/
.scrollTop {
   opacity: 0;
	position: fixed;
	text-align: center;
	line-height: 12px !important;
	right: 20px;
	bottom: 0;
	color: #fff;
	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: #b3b3b3;
	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: #2e2e2e;
}

.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: #edbf07;

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

/************ about Page ************/
.slider-inner {
	margin-bottom:45px;
}
.about {
	margin-bottom:45px;
}
.slider-border {
  border: 5px solid #3b5d99;
}
.titel-text {
	font-family: 'Anton', sans-serif;
	font-size:55px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 0px;
	margin-top: -70px;
	text-shadow: 2px 2px 4px #000;
	letter-spacing: 2px;
}
.titel-text::after {
	height:6px;
	display:block;
	width:10%;
	border-left:3px;
	content: '';
	background-color: #c11116;
	margin-top: 9px;
    margin-left: 0;
    padding-bottom: 5px;
}
.sub-title {
	font-family: 'Anton', sans-serif;
	font-size: 30px;
	line-height: 60px;
	letter-spacing: 1px;
	text-shadow: 0px 2px 2px #8b8b8b;
}
.about-font {
	font-family: 'Questrial-Regular';
	font-size: 18px;
	line-height: 34px;
	color: #525151;
	font-weight: 400;
	letter-spacing: 0.5px;
	text-align: justify;	
}
.about-font-01 {
	font-family: 'Questrial-Regular';
	font-size: 16px;
	list-style: none;
	color: #1b1b1b;
	line-height: 30px;
	font-weight: 700;
	letter-spacing: 0.8px;
}


/* 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);
}
.hover15:hover iframe {
	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;
	}
}
/* Circle image Effect */
/************ about Page ************/

/************ contact Page ************/
.contact-box {
 	background-color: #c7c7c7;
 	padding-top: 20px;
 	background: rgb(226,226,226);
 	background: -moz-linear-gradient(left, rgb(226,226,226) 0%, rgb(242,242,242) 50%, rgb(255,255,255) 100%);
 	background: -webkit-linear-gradient(left, rgb(226,226,226) 0%,rgb(242,242,242) 50%,rgb(255,255,255) 100%);
 	background: linear-gradient(to right, rgb(226,226,226) 0%,rgb(242,242,242) 50%,rgb(255,255,255) 100%);
 	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#ffffff',GradientType=1 );
	padding-left: 15px;
 	
 	padding-bottom: 20px;
 	margin-bottom: 25px;
}
.contact-box-title {
    font-size: 26px;
    color: #fff;
    font-family: 'Questrial-Regular';
    margin-left: -7%;
    padding: 4px 24px;
    background-color: #3c3c3c;
    margin-top: 0px !important;
    text-shadow: 2px 2px 2px #000;
    width: 90%;
    background: rgb(114,114,114);
    background: -moz-linear-gradient(left, rgb(114,114,114) 0%, rgb(153,153,153) 50%, rgb(255,255,255) 100%);
    background: -webkit-linear-gradient(left, rgb(114,114,114) 0%,rgb(153,153,153) 50%,rgb(255,255,255) 100%);
    background: linear-gradient(to right, rgb(114,114,114) 0%,rgb(153,153,153) 50%,rgb(255,255,255) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#727272', endColorstr='#ffffff',GradientType=1 );
}
.contact-font {
	font-size:18px;
	font-family: 'Questrial-Regular';
	line-height: 26px;
	letter-spacing: 0.5px;
	font-weight: 700;
	padding-left: 20px;
	color: #333;
}
.contact-font a {
	color: #333;
}
.contact-font a:hover { 
	color: #edbf07;
}

/************ contact 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-left: -8%;
}
/************ Inquery Page ************/

/******** Table Contant ********/
table {
  	border-collapse: collapse;
	  margin: 0;
  	padding: 0;
  	width: 100%;
  	margin-bottom: 4%;
}
table td {
  	padding: 15px;
	font-family: 'Questrial-Regular';
	font-size:17px;
  	text-align: center;
}
.table-border {
  padding:10px;
	text-align: center;
}

table tr {
	background: #efefef66;
}
table th {
	font-size: 20px;
	color: #fff;
	background-color: #c11116;
    letter-spacing: 1px;
    line-height: 20px;
	font-weight: 700;
	font-family: 'Questrial-Regular';
	padding: 10px 0;
	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;
}
/******** Table Contant ********/

/******** Tab Contant ********/
.nav-tabs > li {
	/*! width:50%; */
}
.nav-tabs > li > a {
	color: #c11116;
    cursor: default;
    border: 1px solid #c11116;
    /*! border-bottom-color: rgb(221, 221, 221); */
    /*! border-bottom-color: transparent; */
 	font-size: 24px;
 	text-align: center;
 	font-weight: 700;
	font-family: 'Questrial-Regular';
	cursor: pointer;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
 	color: #fff;
    cursor: default;
    background-color: #c11116;
    border: 1px solid #ddd;
    border-bottom-color: rgb(221, 221, 221);
    border-bottom-color: transparent;
 	font-size: 24px;
 	text-align: center;
 	font-weight: 700;
	font-family: 'Questrial-Regular';
}
.panel {
    margin-bottom: 20px;
    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);
}
.nav-tabs > li > a:hover {
    border-color: transparent;
}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
}
.nav-tabs {
    border-bottom: none;
}
/******** Tab Contant ********/
