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

::selection {
    color:#fff;
    background: #d15b04;
}
/************ 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  ************/
.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: 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: #FFF;
}
/**** social icon ****/
.logo {
	float: left;
}
/************ Navigation css  ************/

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

.slider-01
{
	margin-top: -165px;
}
.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:52px;
	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:40px;
	font-family: 'euphemia';
	font-weight: 700;
}
.about-index-font-01 {
	font-family: 'myriad-pro-condensed';
	font-size: 20px;
	line-height: 32px;
	color: #525151;
	font-weight: 400;
	letter-spacing: 0.3px;
	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: 23px;
}
.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-size: 100%;
	background-repeat: no-repeat;
  	margin-bottom: 65px;
}
.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;
	letter-spacing: 0.8px;
	font-weight: 700;
}
.footer-font-02 a:hover { 
	color:#d15b04;
}
.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;
	font-weight: 700;
}
.footer-font-04:hover { 
	color:#d15b04;
}
.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 contant  ************/

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

.font-01 {
	font-size:14px;
	color:#fff;
	margin: 0;
	padding: 20px 0;
	letter-spacing: 1px;
	font-family: 'myriad pro-regular';
	font-weight: 700;
	float: right;
}
/******* last footer contant ******/

/************ top arrow contant  ************/
.scrollTop {
    position: fixed;
    right: 2%;
    bottom: 2px;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 0px 10px;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
    font-size: 12px;
    /*! border-radius: 50%; */
}
.scrollTop:hover {
  background-color:#a12804;
}
.scrollTop a {
    color: #ccc !important;
}
/************ top arrow contant  ************/
/************ Index Page ************/

/************ About Page ************/
.inner-banner {
	margin-bottom:6%;
}
.about {
	margin-bottom:50px;
}
.about-h1 { 
	font-size: 50px; 
	font-weight:700; 
	text-align: center;
	margin-top: -10%;
	color: #fff;
	font-family: 'Anton', sans-serif;
	letter-spacing: 3px;
	line-height: 75px;
}
.about-h1 span { 
	font-size: 20px;
	line-height: 40px;
	text-transform: capitalize;
	font-family: 'Lobster', cursive;
	color: #257136 !important;
}
.photo{
}

.photo img{
  object-fit: cover;
  box-shadow: 10px 15px 25px 0 rgba(0,0,0,.2);
  display: block;
  transition: all .5s cubic-bezier(0.645, 0.045, 0.355, 1);
  margin-top: -10px;
}

.photo:hover img{
  box-shadow: 1px 1px 10px 0 rgba(0,0,0,.1);
}

.photo .glow-wrap{
  overflow: hidden;
  position: absolute;
  width: 100%;
  /*! height: 100%; */
  top: 0;
}

.photo .glow{
  display: block;
  position:absolute;
  width: 40%;
  height: 200%;
  background: rgba(255,255,255,.2);
  top: 0;
  filter: blur(5px);
  transform: rotate(45deg) translate(-450%, 0);
  transition: all .5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.photo:hover .glow{
  transform: rotate(45deg) translate(450%, 0);
  transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.photo:hover img,
.photo:hover .glow-wrap{
  margin-top: 0;
  filter: grayscale(100%) contrast(120%);
}
/************ About Page ************/

/************ Management Page ************/
.management-text {
	font-family: 'Anton', sans-serif;
	font-size:35px;
	line-height: 60px;
	letter-spacing: 1px;
	text-shadow: 0px 2px 2px #8b8b8b;
}
.management-font {
	font-family: 'Questrial-Regular';
	font-size: 25px;
	font-weight: 700;
}
.management-font::after {
	height: 3px;
	display: block;
	width: 25%;
	content: '';
	background-color: #424242;
	margin-top: 4px;
}
.management-font-01 {
	font-size: 19px;
	line-height: 40px;
	font-family: 'Questrial-Regular';
	color: #000;
	margin-top: 10px;
	padding: 10px 20px;
	border-left: 2px solid #424242;
	border-bottom: 2px solid #2a733a;
	margin-left: 5% !important;
}
.management-font-01 a {
	color: #000;
}
.management-font-01 a:hover {
	color: #d15b04;
}
/************ Management Page ************/

/************ Quality Page ************/
.bottom {
	margin-bottom:33%;
}
/************ Quality Page ************/

/************ client Page ************/
.client-text {
	background-color: #202020;
	padding: 8px;
	color: #fff;
	font-family: 'Questrial-Regular';
	font-size: 16px;
	/*! letter-spacing:1px; */
	font-weight:700;
	width: 242px;
}
.logo-bottom {
	margin-bottom:3%;
}
.photo-01 img{
  object-fit: cover;
  box-shadow: 2px 2px 16px 0 rgba(0,0,0,.2);
  display: block;
  transition: all .5s cubic-bezier(0.645, 0.045, 0.355, 1);
  margin-top: -10px;
}

.photo-01:hover img{
  box-shadow: 1px 1px 10px 0 rgba(0,0,0,.1);
}

.photo-01 .glow-wrap{
  overflow: hidden;
  position: absolute;
  width: 100%;
  /*! height: 100%; */
  top: 0;
}

.photo-01 .glow{
  display: block;
  position:absolute;
  width: 40%;
  height: 200%;
  background: rgba(255,255,255,.2);
  top: 0;
  filter: blur(5px);
  transform: rotate(45deg) translate(-450%, 0);
  transition: all .5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.photo-01:hover .glow{
  transform: rotate(45deg) translate(450%, 0);
  transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.photo-01:hover img,
.photo-01:hover .glow-wrap{
  margin-top: -15px;
  filter: grayscale(100%) contrast(120%);
}
/************ client 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: #ab4d46;
    letter-spacing: 1px;
    line-height: 20px;
	font-weight: 700;
	font-family: 'Questrial-Regular';
	padding: 10px 0;
	text-align: center;
	text-transform: lowercase;
}
.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 ********/

.smap{

	font-family: 'Freshman';
	font-size:100px;
	margin-top:-18%;
	color: #000;
	margin-left: -5%;
	color: rgb(0, 0, 0);
text-shadow: 2px 8px 6px rgba(0, 0, 0, 0.43), 0px -5px 35px rgba(255,255,255,0.3);
}
ul.sitemap{
		padding: 11px;
		margin: 0px;
		list-style:none ;
		
}
ul.sitemap1{
		list-style:circle;
		display:block;
		padding-bottom: 6%;
}
.spro{
	padding-left: 14px;
	padding-right: 14px;
	font-size: 22px;
	line-height: 42px;
	margin-left: 16%;
}

.spro a{
	color: #000;
		*/ text-decoration: none; /*! text-transform: uppercase; */
		
border:solid 2px #b0b0b0;
color:#272626  !important;
padding:5%;
height:14px;
font-family: 'myriad-pro-condensed';
font-size:20px;
padding:5px 40px 6px 30px;

	letter-spacing: 0.3px;
	font-weight: 500;
}
.spro a:hover{
	color:#257136 !important;
	background-color:#f8f8f8;
}
.aero{
margin-left:30px;
}

.down{
margin-top:3px;
}

