/* 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;
}
.logo-font {
	float: left;
	margin-left: -22%;
	margin-top: 5%;
}
.menu-01 {
	background-color:#4267b2;
}
.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: #3f7ca9;
}
/**** social icon ****/
/************ Navigation css  ************/

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

/*******  About Index css  ******/
.main-about {
	margin-bottom:3%;
}
.index-about {
	margin-bottom:8%;
}
.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: 35px;
	color: #000;
	font-family: 'Questrial-Regular';
	letter-spacing: 0.5px;
	margin-bottom: 5%;
}
.about-index-font-02 {
    font-size: 18px;
    line-height: 30px;
    color: #000;
    font-family: 'Questrial-Regular';
    margin-bottom: 35px;
}
.about-index-font-01 a {
	color: #525151;
}
.about-index-font-01 a:hover {
	color:#2a723a;
}
.text-bottom {
	margin-bottom:7%;
}
.read-more-btn a {
    color: #ffffff;
    background: #363636;
    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: left;
	/*! margin-right: -31%; */
	z-index: 999;
	position: relative;
	font-family: 'Questrial-Regular';
	border: 2px solid #363636;
}
.read-more-btn a:hover {
	color: #2e2e2e;
	background: transparent;
	text-decoration:none;
	border: 2px solid #2e2e2e;
}
.quality-logo {
	float: right;
    margin-top: -19%;

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

/******* Product Slider css ******/
.product-slider {
	margin-bottom: 65px;
}
.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: #fff;
    font-weight: 700;
    text-align: left;
    margin-bottom: 3%;
    font-family: 'myriad-pro-condensed';
    letter-spacing: 1px;
} 
.product-font {
	color: #000000;
	font-size: 21px;
	font-family: 'Questrial-Regular';
	text-align: center;
	margin-bottom: 10px;
	font-weight: 700;
	white-space: nowrap;
}
.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 ******/

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

.footer-font-04 {
	font-size:15px;
	color:#2e2e2e;
	line-height: 25px;
	font-family: 'Questrial-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:35px;
	margin-bottom: 26px;
}
.footer-font-left {
	margin-left: 25px !important;
	border-bottom: 1px dotted#2e2e2e;
}

.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:#4267b2;
}

.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 ************/
/***slider css start***/
.slider {
	margin-bottom:4%;
}
.slider-border {
  /*! border: 5px solid #c5c5c5; */
}
.titel-text {
	font-family: 'Anton', sans-serif;
	font-size:55px;
	color: #187dbb;
	font-weight: 700;
	margin-bottom: 20px;
	/*! margin-top: -70px; */
	/*! text-shadow: 3px 3px 2px #2c2c2c; */
	letter-spacing: 2px;
}
.titel-text::after {
	height:5px;
	display:block;
	width:10%;
	border-left:3px;
	content: '';
	background-color: #0063a0;
	margin-top: 15px;
    margin-left: 0;
    padding-bottom: 5px;
}
/***slider css start***/
/*** aboutus Page Css ****/	
.about-index {
	margin-bottom:40px;
}
.about-font-01 {
	font-size: 18px;
	line-height: 30px;
	color: #000;
	font-family: 'Questrial-Regular';
	text-align:justify;
}
.about-font-01 li {
	list-style: none;
	list-style-position: inside;
	font-size: 18px;
	line-height: 30px;
	color: #000;
	font-family: 'Questrial-Regular';
	text-align: justify;
	/*! display: inline-flex; */
	padding: 0px 20px;
}
.about-font-01 li::before {
    content: '';
    display: inline-block;
    height: 33px;
    width: 33px;
    background-size: 33px;
    background-image: url("../images/point-right.png");
    background-repeat: no-repeat;
    margin-right: 10px;
}
/************ About Page ************/

/************ Contact Page ************/
.border-01 {
    border: 4px solid #0063a0;
}
.padding-le-ri {
    padding-left: 8%;
    padding-right: 7%;
}
.contact-font {
	font-family: 'Questrial-Regular'; 
	font-size: 19px; color:#000; 
	line-height: 20px; 
	font-weight: 700;
	margin-left: 0;
}
.contact-font-call {
	font-family: 'Questrial-Regular'; 
	font-size: 30px; 
	color:#000; 
	margin-left: 5px;
	font-weight: 700;
	margin-bottom: 0;
}
.contact-font a { 
	color:#000; 
}
.contact-font a:hover {
	color:#09b2f6;
}
.contact-padding {
	padding-top:9%;
	padding-bottom: 9%;
}
.con-mar {
	margin-bottom:7%;
}

/************ Contact Page ************/

/******* Inquiry page css *******/
.top-text { 
	border: 1px solid #e7ecee;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.49);
	padding: 1.4444444444rem 1.6666666667rem 1.1666666667rem;
}
/******* Inquiry page css *******/


/************ Product Page ************/
/**left menu**/
.box1 {
    box-shadow: 0 0 15px #989595;
    padding: 15px;
}
.product-page-title {
	font-size:30px;
	color: #102E50;
	padding-bottom: 15px;
	font-family: 'Questrial-Regular';
	font-weight: 700;
}
.product-menu-title {
    font-size: 30px;
    color: #102E50;
    padding-bottom: 15px;
    font-family: 'Questrial-Regular';
    font-weight: 700;
    margin-top: -13%;
}
#left ul.nav li .sign {
    display: inline-block;
    width: 14px;
    padding: 6px 0px;
    background-color: transparent;
    color: #000;
}
#left ul.nav > li.item-1 .lbl {
    color: #000;
}
#left ul.nav li a .lbl {
    font-size: 16px;
    font-weight: bold;
    font-family: 'Questrial-Regular';
    letter-spacing: 1px;
}
#left ul.nav li .lbl {
    padding: 6px 8px;
    display: inline-block;
}
#left ul.nav > li.item-1.parent > a > .sign, #left ul.nav > li.item-1 li.parent > a > .sign {
    margin-left: 0px;
    float: right;
}
.fa-plus::before {
    content: "\f067";
    /*! margin-left: 100px; */
    background: #000;
    color: #fff;
    padding: 5px 7px;
}
#left ul.nav ul.children {
    padding-left: 20px;
    width: auto;
}
#left ul.nav ul, #left ul.nav ul li {
    list-style: none !important;
        list-style-type: none;
    list-style-type: none !important;
    margin-top: 1px;
    margin-bottom: 1px;
}
/**left menu**/
.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%;
}*/

/* 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 */
/************ Product Page ************/