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

body
{
	overflow-x:hidden;
	border-top: 10px solid #ee9a12;
}
.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:#fff;
    border-radius:  0 !important;
    box-shadow: 0px 0px 3px 3px #efefef;
}
.affix .top-nav {
	display: none;
}
.affix .logo { 
	width: 50%;
	margin-left: 20%;
}
.affix .wsmenu{ 
	margin-top: 0%;
}
.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: 11px 15px;
}
.info {
	
	padding: 14px;
	display: inline-flex;
	list-style: none;
	margin: 0px;
	float: right;
	margin-top: 5px;
}
.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:#ee9b12;
}
/**** 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;
}
.box-1 {
	background-color:#ef9b0f;
	padding: 8px;
	width: 640px;
	margin-left: 28%;
	margin-top: 64%;
	/*! position: relative; */
	/*! transition: all .3s ease; */	
	animation-delay: 2s;
	background: -moz-linear-gradient(left, rgba(239,155,15,1) 0%, rgba(239,155,15,1) 77%, rgba(239,155,15,0.6) 87%, rgba(239,155,15,0) 100%);
	background: -webkit-linear-gradient(left, rgba(239,155,15,1) 0%,rgba(239,155,15,1) 77%,rgba(239,155,15,0.6) 87%,rgba(239,155,15,0) 100%);
	background: linear-gradient(to right, rgba(239,155,15,1) 0%,rgba(239,155,15,1) 77%,rgba(239,155,15,0.6) 87%,rgba(239,155,15,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef9b0f', endColorstr='#00ef9b0f',GradientType=1 );
}
.h6-font { color: #fff;
font-size: 28px;
text-align: left;
font-family: 'euphemia';
line-height: 28px;
margin-left: 2%;}

.h5-font { color: #ffffff;
font-size: 80px;
text-align: left;
font-family: 'franklin-gothic-demi-cond';
margin-left: 2%;}

.p-font { color: #fff;
font-size: 28px;
text-align: left;
font-family: 'euphemia';
line-height: 28px;
margin-left: 31%;
margin-bottom: -54%;
}

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

/*******  About Index css  ******/
.index-about {
	margin-bottom:45px;
}
.about-bg {
	background-color:#f2f2f2;
}
.index-about {
	padding: 6px;
}
.index-title {
	font-size:40px;
	letter-spacing:0px;
	line-height:45px;
	color:#2a2a2a;
	font-family: 'myriad-pro-condensed';
	font-weight: 700;
	margin-bottom: 0px;
}
.about-index-img {
	margin:-3%;
	margin-left: -2%;
}
.about-index-font {
	color:#ef9e16;
	font-size:20px;
	line-height:30px;
	font-family: 'euphemia';
	font-weight: 700;
}
.about-index-font-01 {
	font-family: 'myriad-pro-condensed';
	font-size: 20px;
	line-height: 25px;
	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;
	padding-top: 0;
}
.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: 42px;
}
.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: #010101;
    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:4%;
}

/******* Client Slider css ******/

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

.footer-top {
	padding: 50px 0px;
	background-color:#071a3a;
}
.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:25px;
	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;
	text-transform: uppercase;
}
.footer-font-04:hover { 
	color:#d15b04;
}
.footer-font-04:focus { 
	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-ma { padding:0;}
/************ footer contant  ************/

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

.font-01 {
	font-size:14px;
	color:#fff;
	margin: 0;
	padding: 15px 28px;
	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: 1px;
    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:#0d2953;
}
.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: 55px; 
	font-weight:900; 
	text-align: left;
	margin-top: -13%;
	color: #00183e;
	/*! font-family: 'Anton', sans-serif; */
	letter-spacing: 1px;
	line-height: 75px;
	margin-left: 6%;
	margin-bottom: 8%;
	text-shadow: 2px 2px #FAD59C4D;
	/*! font-family: 'Archivo Black', sans-serif; */
	font-family: 'ptsans';
}
.about-h1 span {
	font-size: 20px;
	line-height: 28px;
	color: #525151;
	font-weight: 400;
	letter-spacing: 0.3px;
	text-align: justify;
	padding: 0px 20px 0px 0px;
	/*! font-family: 'Questrial-Regular'; */
	font-family: 'ptsans';
}
.about-font-01 {
	font-size: 18px;
	line-height: 28px;
	color: #525151;
	font-weight: 400;
	letter-spacing: 0.3px;
	text-align: justify;
	padding: 0px 20px 0px 0px;
	/*! font-family: 'Questrial-Regular'; */
	font-family: 'ptsans';
}
.about-font-02 {
	font-size: 35px;
	line-height: 45px;
	color: #525151;
	font-weight: 700;
	letter-spacing: 0.3px;
	padding: 0px 20px 0px 0px;
	font-family: 'ptsans';
	border-left: 6px solid #ee9a12;
	padding-left: 7px;
	margin-bottom: 4%;
}
.about-font-02::after {
    /*! height: 3px; 
    display: block;
    width: 36%;
    content: '';
    /*! background-color: #424242;
    margin-top: 4px; */
}
.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: -5px;
}

.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: 28px;
	font-weight: 700;
	font-family: 'ptsans';
}
.management-font i { font-size: 40px; color:#082250;border: 1px solid #ed9a11;height: 60px;width: 60px;text-align: center;background-color: #ed9a11;line-height: 60px;}
.management-font::after {
	height: 3px;
	display: block;
	width: 25%;
	content: '';
	background-color: #424242;
	margin-top: 4px;
}
.management-font-01 {
	font-size: 18px;
	line-height: 28px;
	/*! font-family: 'Questrial-Regular'; */
	color: #000;
	margin-top: 10px;
	padding: 0px 12px;
	margin-left: 5% !important;
	font-family: 'ptsans';
}
.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: 20px;
	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: 7px;
	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 ********/
.padd-rw { padding: 2% 2% 2% 2%;}