/* CSS Document */

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

@font-face 
{
	font-family: 'euphemia';
	src: url('../fonts/euphemia.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');
}

body
{
	overflow-x:hidden;
}
.wrapper
{
	max-width:1200px;
	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:#fff;
    border-radius:  0 !important;
    box-shadow: 0px 0px 3px 3px #999;
}
.affix .top-nav {
	display: none;
}
.affix .logo { 
	margin: 5px;
	width: 25%;
}
.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  ************/
.topbar-bg {
	border-top: 14px solid #e31e24 !important;
} 
.social {
	margin-bottom: 0px;
	padding: 7px 0px;
}
.top-nav {
  float: right;
  padding: 16px;
}
.top-nav ul {
	padding: 0px;
	display: inline-flex;
	list-style: none;
	margin: 0;
}
.phone
{
	font-size:13px;
	color:#040404;
	font-family: 'euphemia';
	font-weight: 700;
	letter-spacing: 1px;
}
.email
{
	font-size:13px;
	color:#040404;
	font-family: 'euphemia';
	font-weight: 700;
	letter-spacing: 1px;
}
.email a:hover
{
	color:#e31e24;
}
/**** 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: 7px;
    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: 30px;
    height: 30px;
}
.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: #898989;
}
/**** social icon ****/
.logo {
	float: left;
}
/************ Navigation css  ************/

/************ slider css start ************/
.slider {
	margin-bottom:45px;
}
/************ slider css ************/

/*******  About Index css  ******/
.index-about {
	margin-bottom:45px;
}
.about-bg {
	background-color:#f2f2f2;
}
.index-about {
	padding: 30px;
}
.index-title {
	font-size:40px;
	letter-spacing:0px;
	line-height:48px;
	color:#2a2a2a;
	font-family: 'myriad-pro-condensed';
	font-weight: 700;
	margin-bottom: 0px;
}
.about-index-img {
	margin:-3%;
	margin-left: 3%;
}
.about-index-font {
	color:#d67329;
	font-size:20px;
	line-height:36px;
	font-family: 'euphemia';
	font-weight: 700;
}
.about-index-font-01 {
	font-family: 'myriad-pro-condensed';
	font-size: 20px;
	line-height: 31px;
	color: #525151;
	font-weight: 400;
	letter-spacing: 0.2px;
	text-align: justify;
	padding: 0px 20px 0px 0px;
}
.about-index-font-01 a {
	color: #525151;
}
.about-index-font-01 a:hover {
	color:#2a723a;
}
/*******  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 {
  margin-bottom: 50px;
}
.card-content-p {
	font-size:20px;
	font-family: 'myriad-pro-condensed';
	line-height:32px;
	color:#525151;
	letter-spacing: 0.7px;
	text-align: center;
	padding: 22px;
	padding-top: 0px;
}
.card-title {
  margin:0px;
  font-weight: 700;
  font-size: 35px;
  line-height: 40px;
  text-align: center;
  font-family: 'Questrial-Regular';
  padding: 15px;
  background-color: #8e8e8e;
  color: #fff;
}
.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-repeat: no-repeat;
  	margin-bottom: 65px;
	height: 440px;
	background-size: cover;
}
.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-slider { 
	margin-bottom:3%;
}
/******* Client Slider css ******/

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

.footer-top {
	padding: 50px 0px;
	background-color:#111111;
}
.footer-font {
	font-size:25px;
	font-weight:700;
	color:#fff;
	font-family: 'myriad pro-regular';
	margin: 0;
}
.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-family: 'myriad pro-regular';
	font-size:15px;
	color:#fff;
}
.footer-font-02 a:hover { 
	color:#e31e24;
}
.footer-font-03 {
	font-size:18px;
	color:#fff;
	font-weight:700;
	letter-spacing: 0.8px;
	margin-top: 40px;
}

.footer-font-04 {
	font-family: 'myriad pro-regular';
	font-size:14px;
	color:#fff;
	line-height: 24px;
	letter-spacing: 0.8px;
}
.footer-font-04:hover { 
	color:#e31e24;
}
.footer-top ul {
	padding:0px;
}
.footer-top ul li {
	list-style:none;
}
.footer-download {
	margin-top:35px;
}
.social-01 {
    float: left;
    padding: 17px 0;
    margin: 0;
}
.footer-logo {
	margin-top:25px;
}
/********* footer contant *******/

/****** last footer contant *****/
.copy-wirte {
	background-color:#e31e24;
	padding: 20px 0;
}

.font-01 {
	font-size:14px;
	color:#fff;
	margin: 0;
	letter-spacing: 1px;
	font-family: 'myriad pro-regular';
	font-weight: 700;
}
.copy-wirte-font {
	font-size:14px;
	color:#fff;
	margin: 0;
	letter-spacing: 1px;
	font-family: 'myriad pro-regular';
	font-weight: 700;
	float: right;
}
.copy-wirte-font a:hover, copy-wirte-font a:focus  {
	color:#000;
}
/******* last footer contant ******/

/*****top arrow contant *****/
.scrollTop {
    position: fixed;
    right: 2%;
    bottom: 2px;
    padding: 0px 10px;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
    font-size: 12px;
}
.scrollTop a {
    color: #8f8d8d;
}
.scrollTop a:hover {
	color: #050a30;
}
/*****top arrow contant *****/
/************ Index Page ************/

/************ about Page ************/
.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: 20px;
	line-height: 32px;
	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;
}
.about-box {
 	background-color: #c7c7c7;
 	padding-top: 30px;
 	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;
 	height: 540px;
}
.about-box-01 {
 	background-color: #c7c7c7;
 	padding-top: 30px;
 	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;
 	height: 170px;
}
.about-box-title {
    font-size: 30px;
    color: #fff;
    font-family: 'Questrial-Regular';
    margin-left: -5%;
    padding: 10px 20px;
    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 );
}

/* 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;
	}
}
/* 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: #e31e24;
}

/************ contact Page ************/

.nav-tabs > li {
	width:50%;
}
.nav-tabs > li > a {
	color: #e31e24;
    cursor: default;
    border: 1px solid #e31e24;
    /*! 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: #e31e24;
    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);
}

/******** Table Contant ********/
table {
  	border-collapse: collapse;
	  margin: 0;
  	padding: 0;
  	width: 90%;
  	margin-bottom: 4%;

}
table td {
  	
  	/*! border-bottom: 1px solid #747474; */
  	padding: 10px 30px;
	font-family: 'Questrial-Regular';
	font-size:17px;
  	line-height: 25px;
  	text-align: left;
}
.table-border {
  padding:10px;
	text-align: center;
}

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