/* 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: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  ************/
.menu {
	padding-top: 13px;
}
.logo {
	float: left;
}
.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;
}
.contact-img {
	margin-top: 20px;
}
/**** 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 2px;
    padding: 11px;
    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: 18px;
}
.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 ****/
/************ Navigation css  ************/

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

/*******  About Index css  ******/
.index-about {
	margin-bottom:40px;
}
.about-bg {
	
}
.index-about-contain {
	margin-left: -8%;
    width: 58%;
}
.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: -29%;
}
.about-index-font {
	color:#000;
	font-size:54px;
	line-height:59px;
	font-family: 'Questrial-Regular';
	margin-bottom: 4%;
}
.about-index-font-01 {
	font-size: 25px;
	line-height: 40px;
	color: #000;
	font-family: 'Questrial-Regular';
	letter-spacing: 0.5px;
}
.about-index-font-02 {
    font-size: 18px;
    line-height: 30px;
    color: #000;
    font-family: 'Questrial-Regular';
    margin-bottom: 20px;
}
.about-index-font-01 a {
	color: #525151;
}
.about-index-font-01 a:hover {
	color:#2a723a;
}
.read-more-btn {
	text-transform: uppercase;
    color: #ffffff;
    background: #00a650;
    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 #00a650;
}
.read-more-btn:hover {
	color: #fff;
	background: transparent;
	text-decoration:none;
	border: 2px solid #fff;
}
/*******  About Index css  ******/

/******* Product Slider css ******/
.product-slider {
	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;
    text-align: left;
    margin-bottom: 3%;
    font-family: 'myriad-pro-condensed';
    letter-spacing: 1px;
} 
.product-font {
	color: #fff;
	font-size: 21px;
	font-family: 'Questrial-Regular';
	text-align: center;
}
.product-font-01 {
	color: #fff;
	font-size: 15px;
	font-family: 'Questrial-Regular';
	text-align: center;
	
	line-height: 25px;
	margin-bottom: 20px;
}
.pro-slider-bg {
	background-color: #272827;
	width:298px;
	height: 100px;
	padding: 15px;
}
/******* Product Slider css ******/

/******* Client Slider css ******/
.client-title {
    color: #cc7902;
    font-weight: 700;
    font-size: 35px;
    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: 50px 0px;
	background-color:#ab4200;
}
.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 {
	color: #fff;
}
.footer-font-02 a:hover { 
	color:#111d55;
}
.footer-font-03 {
	font-size:25px;
	color:#fff;
	font-weight:700;
	letter-spacing: 1px;
	margin-top: 8px;
	font-family: 'Questrial-Regular';
	margin-bottom: 10px;
}

.footer-font-04 {
	font-size:18px;
	color:#fffefe;
	line-height: 35px;
	font-family: 'BebasNeue';
}
.footer-font-04:hover { 
	color:#111d55;
}
.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;
}
.social-01 li {
	border-bottom: none !important;
}
/************ footer contant  ************/

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

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


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

/*** top arrow contant ***/
.scrollTop {
   opacity: 0;
	position: fixed;
	right: 16px;
	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(243, 113, 33);
	background: -moz-linear-gradient(top, rgb(243, 113, 33) 0%, rgb(243, 113, 33, 0.47) 100%);
	background: -webkit-linear-gradient(top, rgba(243, 113, 33,1) 0%, rgba(243, 113, 33, 0.47) 100%);
	background: linear-gradient(to bottom, rgb(243, 113, 33) 0%, rgba(243, 113, 33, 0.47) 100%);
}
.scrollTop:hover i {
    transform: translate(0,-39px) !important;
}
/*** top arrow contant ***/
/************ Index Page ************/

/************ About Page ************/
/***slider css start***/
.slider {
	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: #0063a0;
	margin-top: 9px;
    margin-left: 0;
    padding-bottom: 5px;
}
/***slider css start***/
/*** aboutus Page Css ****/	
.about-index {
	margin-bottom:40px;
}
.margin-bottom {
	margin-bottom:30px;
}
.top-text { 
	background-color:#fff; 
	margin-right: -20%;
	padding: 20px;
	border: 1px solid #d7dce8;
	box-shadow: -4px 6px 0 #f69356;
	margin-bottom: 5%;
	
}
.img-set { 
	margin-top: 8%;
    margin-left: 16%;
    position: relative;
    z-index: -1;
}
.top-text-01 {
	background-color: #fff;
	margin-left: -17%;
	padding: 20px;
	border: 1px solid #d7dce8;
	margin-right: 0%;
	box-shadow: 4px 6px 0 #f69356;
	margin-bottom: 5%;
}
.img-set-01 {
	margin-top: 12%;
	margin-left: -16%;
}
.about-head{
	font-family: 'Questrial-Regular';
	font-size: 30px;
	line-height: 26px;
	color: #054070;
	text-align:center;
	padding-top: 2%;
	font-weight:700;
	padding-bottom:10px;
	
}
.about-head::after {
   height: 4px;
    display: block;
    width: 45px;
    background: #f69356;
    border-bottom: 1px white;
    content: '';
    margin-top: 15px;
    padding-bottom: 5px;
   margin-left: 46%;
}
  
.about-paragraph {
	font-family: 'Questrial-Regular';
	font-size: 16px;
	line-height: 27px;
	color: #59687c;
	text-align: justify;
	letter-spacing: 0.8px;
	margin-bottom: 15px;
}
/************ About Page ************/

/************ Contact Page ************/
.contact-head{
	font-family: 'Questrial-Regular';
	font-size: 30px;
	line-height: 26px;
	color: #054070;
	/*! text-align:center; */
	padding-top: 2%;
	font-weight:700;
	padding-bottom:10px;
	
}
.contact-head::after {
   height: 4px;
    display: block;
    width: 45px;
    background: #f69356;
    border-bottom: 1px white;
    content: '';
    margin-top: 15px;
    padding-bottom: 5px;
   /*! margin-left: 46%; */
}
  
.contact-font {
	font-family: 'Questrial-Regular';
	font-size: 16px;
	line-height: 27px;
	color: #59687c;
	text-align: justify;
	letter-spacing: 0.8px;
	margin-bottom: 15px;
}
.contact-font a {
	color: #59687c;
}
.contact-font a:hover {
	color: #f69356;
}
/************ Contact Page ************/

/************ Inquiry Page ************/
.img-set-inquiry {
    margin-top: 8%;
}
/************ Inquiry Page ************/

/************ client Page ************/
.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-text {
	background-color: #202020;
	padding: 8px;
	color: #fff;
	font-family: 'Questrial-Regular';
	font-size: 16px;
	/*! letter-spacing:1px; */
	font-weight:700;
	width: 242px;
}
/************ client Page ************/

/************ Product Page ************/
.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%;
}*/
/************ Product Page ************/

