/* 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');
}
@font-face 
{
	font-family: 'arlrdbd';
	src: url('../fonts/arlrdbd.ttf')  format('truetype');
}
@font-face 
{
	font-family: 'franklin-gothic-demi-cond';
	src: url('../fonts/franklin-gothic-demi-cond.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 {
	
}
.logo {
	float: left;
}
.logo-font {
	
	margin-top: -3%;
	z-index: 9999;
    position: relative;

}
.menu-01 {
	background-color:#0f2e51;
	padding: 15px;
}
.contact-img {
	margin-bottom: 10px;
    margin-top: 10px;
}
/**** 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: 16px;
    cursor: pointer;
    background: #2f5594;
    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: 50px;
    height: 50px;
    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;
    
}

.hvr-hollow:hover, .hvr-hollow:focus, .hvr-hollow:active {
    background: none;
   color: #88aac4;;
}
/**** social icon ****/
/************ Navigation css  ************/

/************ slider css start ************/
.slider-01
{
	margin-top: -18%;
}
.slider {
}
/************ slider css ************/

/*******  About Index css  ******/
.main-about {
	margin-bottom:3%;
}
.index-about {
	margin-bottom:8%;
}
.about-bg {
	
}
.index-about-contain {
	margin-left: -12%;
    width: 62%;
	padding-top: 4%;
}
.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: -33%;
}
.about-index-font {
	color:#000;
	font-size:54px;
	line-height:59px;
	font-family: 'Questrial-Regular';
	margin-bottom: 4%;
}
.about-index-font-01 {
	font-size: 50px;
	line-height: 60px;
	color: #0082c8;
	font-family: 'Questrial-Regular';
	letter-spacing: 0.5px;
	margin-bottom: 5%;
}
.about-index-font-011 {
	font-size: 55px;
	line-height: 60px;
	color: #253c80;
	font-family: 'Questrial-Regular';
	letter-spacing: 0.5px;
	margin-bottom: 5%;
}
.about-index-font-02 {
    font-size: 16px;
    line-height: 30px;
    color: #59687c;
    font-family: 'Questrial-Regular';
    margin-bottom: 28px;
    letter-spacing: 1px;
	font-weight: 600;
    text-align: justify;
}
.about-index-font-01 a {
	color: #525151;
}
.about-index-font-01 a:hover {
	color:#2a723a;
}
.text-bottom {
	margin-bottom:5%;
}
.read-more-btn a {
    color: #ffffff;
    background: #363636;
    font-size: 13px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 12px 0%;
    letter-spacing: 0.6px;
    font-weight: 700;
	width: 26%;
	text-align: center;
	float: left;
	/*! margin-right: -31%; */
	z-index: 999;
	position: relative;
	font-family: 'arlrdbd';
	border-radius: 50px;
	margin-right: 2%;
    border: 2px solid #000;
}
.read-more-btn2 a {
   background: #0082c8;
   color: #ffffff;
    font-size: 13px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 12px 0%;
    letter-spacing: 0.6px;
    font-weight: 700;
	width: 26%;
	text-align: center;
	float: left;
	/*! margin-right: -31%; */
	z-index: 999;
	position: relative;
	font-family: 'arlrdbd';
	border-radius: 50px;
	margin-right: 2%;
   border: 2px solid #0082c8;
}
.read-more-btn a:hover {
	color: #2e2e2e;
	background: transparent;
	text-decoration:none;
	border: 2px solid #2e2e2e;
}
.read-more-btn2 a:hover {
color: #2e2e2e;
	background: transparent;
	text-decoration:none;
	border: 2px solid #0082c8;
}
.quality-logo {
	float: right;
    margin-top: -25%;

}
/*******  About Index css  ******/

/******* Product Slider css ******/
.product-slider {
	margin-bottom: 65px;
	background: #f2f4f5;
}
.margin-bottom {
  margin-bottom: 4%;
}
.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: #007fc7;
    font-weight: 700;
    text-align: center;
  
    letter-spacing: 1px;
    font-size: 40px;
    font-family: 'Questrial-Regular';
	margin-bottom: 40px;
	margin-top: 10px;
} 
.product-title1 { 
   color:#000000;
    font-size: 40px;
    font-family: 'Questrial-Regular';
	margin-bottom: 40px;
	margin-top: 10px;
	text-align: center;
	font-weight: 700;
}
product-title 01{   
    /*! text-transform: uppercase; */
    color: #3953a4;
    font-weight: 700;
    text-align: center;
    margin-bottom: 3%;
    letter-spacing: 1px;
    font-size: 50px;
    font-family: 'Questrial-Regular';
} 
.product-font {
	color: #000000;
	font-size: 14px;
	font-family: 'arlrdbd';
	text-align: center;
	margin-bottom: 10px;
	font-weight: 600;
	white-space: nowrap;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.product-font-01 {
	color: #000;
	font-size: 15px;
	font-family: 'Questrial-Regular';
	text-align: center;
	
	line-height: 25px;
	/*! margin-bottom: 20px; */
	font-weight: 700;
}
.pro-slider-bg {
	/*! background-color: #272827; */
	/*! width:298px; */
	/*! height: 100px; */
	padding: 15px;
}
/******* Product Slider css ******/

/******client slider css *****/
.client {

	margin-bottom:31px;
}

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

/*****contact us css*****/
.about-title-sub-03 {  
	text-align: center;
    font-size: 18px;
    color: #1d1d1d;
    padding-bottom: 4%;
    letter-spacing: 1px;
    font-weight: 600;
}
.contact-header {
    font-size: 20px;
    color: #000;
    letter-spacing: 1px;
    font-family: 'Questrial-Regular';
    margin-left: 15% !important;
}
.contact-font {
    font-size: 16px;
    color: #3e3d3d;
    letter-spacing: 0.9px;
    font-family: 'Questrial-Regular';
    margin-left: 15% !important;
    font-weight: 700;
}

/************ footer contant  ************/
.hr {
	border: 1px solid #2e2e2e;
    margin-bottom: 20px;
}
.footer-top {
	padding: 20px 20px;
}
.footer-font {
	font-size:25px;
	font-weight:700;
	color:#2e2e2e;
	margin-bottom: 13px;
	font-family: 'Questrial-Regular';
	margin-left: 60px;
}
.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:#2e2e2e;
	font-weight: 700;
	font-family: 'Questrial-Regular';
	letter-spacing: 1px;
	line-height: 25px;
	margin-left: 15%;
}
.footer-font-022 {
    font-size:15px;
	font-family: 'Questrial-Regular';
	font-weight: 700;
	margin-left: 15%;
}
.footer-font-02 a {
	color: #2e2e2e;
}
.footer-font-02 a:hover { 
	color:#3f7ca9;
}
.footer-font-03 {
	font-size:25px;
	color:#2e2e2e;
	font-weight:700;
	margin-top: 5px;
	font-family: 'Questrial-Regular';
	margin-bottom: 10px;
}

.footer-font-04 {
	font-size:14px;
	color:#2e2e2e;
	line-height: 25px;
	font-family: 'myriad pro-Regular';
	font-weight: 700;
	letter-spacing: 0.9px;
	white-space: nowrap;
}
.footer-font-04:hover { 
	color:#3f7ca9;
}
.footer-top ul {
	padding:0px;
}
.footer-top ul li {
	list-style:none;
	/*! margin-left: -15px; */
}
.footer-download {
	margin-top:9px;
	/*! margin-bottom: 26px; */
}
.footer-download1{
   margin-top: -5px;
}
.footer-font-left {
	margin-left: 25px !important;
	/*! border-bottom: 1px dotted#2e2e2e; */
}

.social-01 {
    float: right;
    padding: 12px 7%;
    margin: 0;
	background: #313a47;

    margin-top: -13px;
}
.social-01 li {
	border-bottom: none !important;
}
/************ footer contant  ************/

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

.font-01 {
	font-size:15px;
	color:#fff;
	margin: 0;
	padding: 20px 0;
	letter-spacing: 1px;
	font-family: 'Questrial-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(16, 46, 80);
	background: -moz-linear-gradient(top, rgb(16, 46, 80) 0%, rgba(16, 46, 80, 0.47) 100%);
	background: -webkit-linear-gradient(top, rgba(16, 46, 80,1) 0%, rgba(16, 46, 80, 0.47) 100%);
	background: linear-gradient(to bottom, rgb(16, 46, 80) 0%, rgba(16, 46, 80, 0.44) 100%);
}
.scrollTop:hover i {
    transform: translate(0,-39px) !important;
}
/*** top arrow contant ***/
/************ Index Page ************/

/************ About Page ************/


/*** aboutus Page Css ****/	
.about-index {
	margin-bottom:40px;
}
.about-font-01 {
	font-size: 40px;
  line-height: 60px;
  color: #0082c8;
  font-family: 'franklin-gothic-demi-cond';
  letter-spacing: 0.5px;
  margin-bottom: 5%;
}
.about-company-img {
     margin-top: 27%;
    margin-left: -63px;
    margin-right: 15%;
}
.about-company-font-02 {
    font-size: 16px;
    line-height: 30px;
    color: #59687c;
    font-family: 'Questrial-Regular';
    margin-bottom: 28px;
    letter-spacing: 1px;
    font-weight: 600;
    text-align: justify;
}

/************ About Page ************/

/*** Product Page Css ****/	
.product-index-font-01 {
	font-size: 40px;
	line-height: 50px;
	color: #0082c8;
	
	letter-spacing: 0.5px;
	margin-bottom: 4%;
	/*! padding-left: 24%; */
	font-family: 'franklin-gothic-demi-cond';
	text-align: center;
}
.product-index-img {
     padding: 15%;
}
.product-index-font-02 {
     font-size: 16px;
    line-height: 30px;
    color: #59687c;
    font-family: 'Questrial-Regular';
    margin-bottom: 28px;
    letter-spacing: 1px;
    font-weight: 600;
    text-align: justify;
}



/*** Product Page Css ****/	

/*** Application Page Css ****/	
.application-font {
    padding-left: 10%;
}
.application-font li {
	font-size: 16px;
line-height: 35px;
color: #59687c;
font-family: 'Questrial-Regular';

letter-spacing: 1px;
font-weight: 600;
text-align: justify;
}

/*** Application Page Css ****/	


/****** Table Contant ******/
.about-paragrph {
}
.b-item-hover-action{

    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    background-color: rgba(50, 50, 50, 0.56);
    top: -200px;
	transition: all 0.3s ease-out 0.5s;
    margin: 0px 15px 0px 15px;
    opacity: 0;
}

.about-head1{
	font-family: 'Questrial-Regular';
	font-size: 30px;
	line-height: 26px;
	color: #054070;
	font-weight:700;
	padding-bottom:21px;
}
.about-head1::after {

    height: 4px;
    display: block;
    width: 20%;
    background: #038ec6;
    border-bottom: 1px white;
    content: '';
    margin-top: 15px;
    margin-left: 0%;
    padding-bottom: 5px;
	
}
table {
  	border-collapse: collapse;
	  margin: 0;
  	padding: 0;
  	width: 80%;
  	margin-bottom: 4%;
}
table td {
  	
  	border-bottom: 1px solid #747474; padding: 12px 30px;
	font-family: 'Questrial-Regular';
	font-size:17px;
  	line-height: 20px;
  	text-align: left;
  	letter-spacing: 1px;
}
.table-border {
  padding:10px;
	text-align: center;
}

table tr {
	background: #efefef66;
}
table tr:hover {
	background-color: rgba(107, 106, 106, 0.76);
	transition: all 0.5s ease-out;
	cursor: pointer;
	color: #fff;
}
table th {
	font-size: 20px;
	color: #fff;
	background-color: #38b0e5;
    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;
}
.margin1{
	 margin-bottom:5%;
}
.border-right {
    border-right: 1px dashed rgb(149, 151, 150);
    /*! height: 250px; */
}
.border-left {
    border-left: 1px dashed rgb(149, 151, 150);
}
.top-text {
    border: 2px solid #158dd0;
    margin-top: 12%;
}
/****** Table Contant ******/





