/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Anton|Lobster');

@font-face 
{
	font-family: 'Questrial-Regular';
	src: url('../fonts/Questrial-Regular.ttf')  format('truetype');
}

@font-face 
{
	font-family: 'Berlin-Sans-fb';
	src: url('../fonts/Berlin-Sans-fb.ttf')  format('truetype');
}
@font-face 
{
	font-family: 'biko-regular';
	src: url('../fonts/biko-regular.otf')  format('truetype');
}
@font-face 
{
	font-family: 'Roboto-BoldCondensed';
	src: url('../fonts/Roboto-BoldCondensed.ttf')  format('truetype');
}
@font-face 
{
	font-family: 'Britannic_Bold';
	src: url('../fonts/Britannic_Bold.ttf')  format('truetype');
}
@font-face 
{
	font-family: 'Berlin-Sans-fb';
	src: url('../fonts/Berlin-Sans-fb.ttf')  format('truetype');
}
@font-face 
{
	font-family: 'myriad pro-regular';
	src: url('../fonts/myriad pro-regular.ttf')  format('truetype');
}


body
{
	overflow-x:hidden;
}
.wrapper
{
	max-width:1250px;
	margin:0px auto;
}

/************ Index Page ************/
.top-header { 
	position:relative; 
	z-index:9999;
}
.social-icons1{
	font-size: 24px;
	padding-top: 7%;
}
.social-icons1 i { 
	border-color:#333333;
}
.social-icons1 a {  
	padding-left: 7%; 
	color:#333333;
}
.social-icons1 a:hover {
	color: #26b2f8;
}
.social-icons1 a:focus {
	color: #26b2f8;
}
.top-catact { 
	display: inline-flex;
	padding: 2%;
}

/****** Navigation css  **********/

.logo {
	
  margin-left: -11%;
    padding-top: 7%;
  height: 189px;
  width: 270px;
}
.top-nav {
	 margin-left: 30%;
	
	 padding-top: 3%;
}
.phone {
    font-size: 18px;
    font-family: 'Berlin-Sans-fb';
    color: #fff;
}
.email {
	font-size:18px;
	 font-family: 'Berlin-Sans-fb';
    color: #fff;
}
.email a {
        color: #fff;
}
.email a:hover {
        color: #fd8009;
}
.top-nav ul li {
    padding: 0 8px;
}
.top-nav ul {
    list-style: none !important;
    padding: 0px;
    display: inline-flex;
    float: none;
}
.top-header-01 {
   z-index: 9999;
   position: relative;
   background-color: #fff;
   border-radius: 4px;
}
.social-01 li a {
    font-size: 20px;
     /*! padding: 1px 0px; */
}
.social-01 li a:hover {
   color: #fd8009;    
}
/************ Navigation css  *********/

/************ slider css start *******/
.slider-01
{
	margin-top: -14%;
}
.slider-011
{
	margin-top: -33%;
	position: relative;
	z-index: 9999;
}
.slider {
	/*! padding-bottom: 5%; */
	/*! background-image: url(../images/mainbg.png); */
	/*! background-size: cover; */
	/*! background-repeat: no-repeat; */
	 /*! background-color: transparent; */
  /*! height: 805px; */
  /*! background-position: center; */
 
  /*! position: relative; */
	/*! margin-top: -14%; */
}
/************ slider css ************/

/*******  About Index css  ******/
.index-about {
	margin-bottom:65px;
}
.about-index-img {
    margin-left: -29%;
}

.index-about-contain {
	margin-left: -10%;
    width: 58%;
	border: 1px solid #e7ecee;
	box-shadow: 6px 6px 48px rgba(0, 0, 0, 0.23);
	border-radius: 25px;
	padding: 0% 3% 7% 3%;
	margin-top: 3%;
}
.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-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: 45px;
	background-color: #f1efefeb;
	padding: 3% 0px;
}
.product-slider-01 {
	background-image: url(../images/product-bg.png);
	background-position: center;
	background-size: 100%;
	background-repeat: no-repeat;
}
.product-title {   
    text-transform: capitalize;
    color: #fd8009;
    font-weight: 700;
    margin-bottom: 3%;
    font-family: 'Questrial-Regular';
    letter-spacing: 1px;
    font-size: 50px;
    text-align: center;
} 
.product-title::after {
	height: 4px;
  display: block;
  width: 45px;
  background: #000063;
  border-bottom: 1px white;
  content: '';
  margin-top: 10px;
  margin-left: 47%;
  padding-bottom: 5px;
}
.product-font {
	color: #fff;
	font-size: 22px;
	font-family: 'Questrial-Regular';
	text-align: center;
	font-weight: 700;
	letter-spacing: 1px;
}

.pro-slider-bg {
	background-color: #272827;
	width:388px;
	height: 60px;
	padding: 15px;
}
/******* Product Slider css ******/




/******* Client Slider css ******/
.client-title {
    color: #000000;
    font-weight: 700;
    font-size: 50px;
    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 60px;
	background-color:#313a47;
}
.footer-font {
	font-size:25px;
	font-weight:700;
	color:#fff;
	margin-bottom: 13px;
	font-family: 'Questrial-Regular';
	padding-top: 20px;
}
.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:#fd8009;
}
.footer-font-03 {
	font-size:18px;
	color:#fff;
	font-weight:700;
	letter-spacing: 1px;
	font-family: 'Questrial-Regular';
	margin-bottom: 10px;
	padding-top: 8px;
}

.footer-font-04 {
	font-size:14px;
	color:#fffefe;
	line-height: 28px;
	font-family: 'myriad pro-regular';
	white-space: nowrap;
}
.footer-font-04:hover { 
	color:#fd8009;
}
.footer-left {
	/*! margin-left: -40px; */
}
.footer-top ul {
	padding:0px;
}
.footer-top ul li {
	list-style:none;
}
.footer-download {
	/*! margin-top:-65px; */
}
.social-01 {
    float: left;
    padding: 17px 0;
    margin: 0;
}
.social-01 li {
	border-bottom: none !important;
}
/**** 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 5px;
    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 ****/
/************ footer contant  ************/

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

.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;
}

/***** copy write Index css ******/
.copy-write {
	background-color:#111111;
	padding: 20px;
}
.copy-write-font {
	color:#fff;
	font-size:15px;
	letter-spacing: 0px;
	margin: 0px;
	font-family: 'Questrial-Regular';
	line-height: 25px;
	font-weight: 700;
}
.copy-write-font-01 {
	color:#fff;
	font-size:15px;
	float:right;
	letter-spacing: 0.9px;
	margin: 0px;
	font-family: 'Questrial-Regular';
}
.copy-write-font-01 a:hover {
	color:#fd8009;
}
/***** copy write Index css ******/
/*** top arrow contant ***/
.scrollTop {
   opacity: 0;
	position: fixed;
	left: 10px;
	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: #fd8009;
}
.scrollTop:hover i {
    transform: translate(0,-39px) !important;
}
/*** top arrow contant ***/





.highlight
{
color:#fd8009 !important;

}

.inner-banner {
    margin-bottom: 43px;
	}
.about-h1 {
    font-size: 40px;
    font-weight: 700;
    margin-top: -11% !important;
    color: #ffffff;
    line-height: 55px;
    font-family: 'Roboto-BoldCondensed';
    text-shadow: 3px 4px 1px #404040;
    /*! width: 1250px; */
    margin-left: 25%;
    letter-spacing: 0.9px;
}
.about-h1 span {
    font-size: 30px;
    line-height: 40px;
    margin-left: 1%;
}
.margin-bottom {
	margin-bottom: 30px;
}


/************ Index Page ************/


/************ about Page ************/

.about {
	margin-bottom: 2%;
}

.about-font-02 {
    font-size: 18px;
    line-height: 30px;
    color: #000;
    font-family: 'Questrial-Regular';
    margin-bottom: 20px;
    text-align: justify;
}
.about-font-02 a:hover{
    font-size: 18px;
    line-height: 30px;
    color: #000033;
    font-family: 'Questrial-Regular';
    margin-bottom: 20px;
    text-align: justify;
}
.about-contain{
margin-left: -10%;
width: 58%;
border: 1px solid #e7ecee;
box-shadow: 6px 6px 48px rgba(0, 0, 0, 0.23);
border-radius: 25px;
padding: 38px;
margin-top: 3%;
text-align: justify;
}

.about-contain2
{
width: 100%;
border: 1px solid #e7ecee;
box-shadow: 6px 6px 48px rgba(0, 0, 0, 0.23);
border-radius: 25px;
padding: 38px;
margin-top: 3%;
text-align: justify;
}
.about-contain3
{
width: 100%;
border: 1px solid #e7ecee;
box-shadow: 6px 6px 48px rgba(0, 0, 0, 0.23);
border-radius: 25px;
padding: 38px;
margin-top: 3%;
text-align: justify;
}
.heading-abt{
font-size: 25px;
line-height: 40px;
color: #000;
font-family: 'Questrial-Regular';
letter-spacing: 0.5px;
color: #fd8009;
}
.heading-abt::after {
    height: 4px;
    display: block;
    width: 45px;
    background: #000063;
    border-bottom: 1px white;
    content: '';
    margin-top: 5px;
    /*! margin-left: 7%; */
    padding-bottom: 5px;
}
/************ about Page over************/

/************* product page*************/
.prod-index{
margin-top: 10% !important;
margin-bottom: 10%;
}




/************* client page*************/
.logo-bottom {
	margin-bottom:3%;
}
.client-text {
    background-color: #202020;
    padding: 10px;
    color: #fff;
    font-family: 'Questrial-Regular';
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 700;
    width: 242px;
}

.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%);
}




/************ Contact Page ************/
.client-index {
margin-top: 10% !important;
margin-bottom: 3%;
}
.contact-font {
	font-family: 'Questrial-Regular'; 
	font-size: 19px; color:#000; 
	line-height: 20px; 
	font-weight: 700;
	margin-left: 10px;
}
.contact-font-call {
	font-family: 'Questrial-Regular'; 
	font-size: 23px; 
	color:#000; 
	margin-left: 10px;
	font-weight: 700;
	margin-bottom: 0;
}
.contact-font a { 
	color:#000; 
}
.contact-font a:hover {
	color:#fd8009;
}
.contact-padding {
	padding-top:9%;
	padding-bottom: 9%;
}
.con-mar {
	margin-bottom:7%;
}
.social-icons-contact .fa {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #FFF;
    color: rgba(255, 255, 255, 0.8);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 29px;
}
/************ Contact Page ************/
.contact-contain{
margin-left: -10%;
width: 58%;
border: 1px solid #e7ecee;
box-shadow: 6px 6px 48px rgba(0, 0, 0, 0.23);
border-radius: 25px;
padding: 3%;
/*! margin-top: 11%; */
}

.contact-bg
{
padding-top: 10%;
}
/********* contact social icon *********/
.social-icons-contact .fa {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 29px;
	background-color: #898989;
border-radius: 50%;
}

.social-icons-contact .fa:hover {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fd8009;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 29px;
	background-color: #fbe0e0;
	border-radius: 50%;
	text-shadow: 1px 1px #000;

}
/********* contact social icon over *********/

/******* Table Contant *******/
table {
  	border-collapse: collapse;
	  margin: 0;
  	padding: 0;
  	width: 83%;
  	margin-bottom: 4%;
}
table td {
  	padding: 2px 13px;
	font-family: 'Questrial-Regular';
	font-size:16px;
  	text-align: left;
}
.table-border {
  padding:10px;
	text-align: center;
}

table tr {
	background: #efefef66;
}
table th {
	font-size: 20px;
	color: #fff;
	background-color: #004e89;
    letter-spacing: 1px;
    line-height: 20px;
	font-weight: 700;
	font-family: 'Questrial-Regular';
	padding: 10px 0;
	text-align: center;
	text-transform: capitalize;
}
.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 *******/


/*** button css ***/
.button {
  --offset: 10px;
  --border-size: 2px;
  display: block;
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  background: #fbe9d8;
  color: #fd8009;
  text-transform: uppercase;
  letter-spacing: .25em;
  outline: none;
  cursor: pointer;
  font-weight: bold;
  border-radius: 0;
  box-shadow: inset 0 0 0 var(--border-size) currentcolor;
  transition: background .8s ease;
	max-width: 375px;
  min-width: 375px;
  padding: 3% 3em;
}
.button:hover {
  background: rgba(100, 0, 0, 0.03);
}
.button__horizontal, .button__vertical {
  position: absolute;
  top: var(--horizontal-offset, 0);
  right: var(--vertical-offset, 0);
  bottom: var(--horizontal-offset, 0);
  left: var(--vertical-offset, 0);
  transition: -webkit-transform .8s ease;
  transition: transform .8s ease;
  transition: transform .8s ease, -webkit-transform .8s ease;
  will-change: transform;
}
.button__horizontal::before, .button__vertical::before {
  content: '';
  position: absolute;
  border: inherit;
}
.button__horizontal {
  --vertical-offset: calc(var(--offset) * -1);
  border-top: var(--border-size) solid currentcolor;
  border-bottom: var(--border-size) solid currentcolor;
}
.button__horizontal::before {
  top: calc(var(--vertical-offset) - var(--border-size));
  bottom: calc(var(--vertical-offset) - var(--border-size));
  left: calc(var(--vertical-offset) * -1);
  right: calc(var(--vertical-offset) * -1);
}
.button:hover .button__horizontal {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.button__vertical {
  --horizontal-offset: calc(var(--offset) * -1);
  border-left: var(--border-size) solid currentcolor;
  border-right: var(--border-size) solid currentcolor;
}
.button__vertical::before {
  top: calc(var(--horizontal-offset) * -1);
  bottom: calc(var(--horizontal-offset) * -1);
  left: calc(var(--horizontal-offset) - var(--border-size));
  right: calc(var(--horizontal-offset) - var(--border-size));
}
.button:hover .button__vertical {
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
}
.margin-bottom2
{
margin-bottom:50px;
}
/*** button css ***/



/*technical-data-1
*/
.detail_tech{
background-color: #fbe9d8;
padding: 15px 45px;
border: 5px solid #fd8009;
}
.tech-ul
{
	display: inline-flex;
}
.tech-ul li 
{
	list-style: none;
	line-height: 20px;
	padding: 7px 25px;
	background: url("../images/blue-arrow.png") no-repeat scroll 7px 13px;
}
.notes {float:left;width:100%;}
.notes-title {color: #2b6ea2; font-weight: bold;margin-left: 8px;/*margin-top: 15px*/;}
.notes ul { margin: 7px 0 0;padding: 0 0 0 24px;}
.notes ul li { list-style: outside none none;padding-bottom:7px;}
.notes ul li strong {color:#2b6ea2;width:18px;display:inline-block;}


/************ map contant start  ************/
.map {
    margin-bottom: 20px;
}
.map-font {
	font-size:19px;
	color:#000;
	font-family: 'Questrial-Regular';
	margin-top: 125%;
	line-height: 36px;
}
.map-font-01 {
	font-size:20px;
	color:#000;
	font-family: 'Questrial-Regular';
	margin-top: 125%;
	line-height: 36px;
	text-align: right;
}
.info-btn-03 {
    width: 340px;
    height: 45px;
    text-transform: uppercase;
    color: #fff;
    background-color: #000;
    border: 1px solid #000;
    letter-spacing: 1px;
    font-weight: 700;
    /*! margin-left: 20%; */
    font-family: 'Questrial-Regular';
    font-size: 20px;
}
/************ map contant over  ************/
.table01{
border-collapse: collapse;
    margin: 0;
        margin-bottom: 0px;
    padding: 0;
    width: 100%;
    margin-bottom: 4%;

}
.table01 tr {
	background: #fff;
}
.prod-bg {
    margin-top: -6%;
}
.prod-font-02 {

    font-size: 15px;
    line-height: 30px;
    color: #000;
    font-family: 'Questrial-Regular';
    margin-bottom: 20px;
    text-align: justify;
    letter-spacing: 0.9px;
	}
	
.container.head-title {
    display: flex;
    justify-content: center;
    /*! position: absolute; */
    /*! bottom: 0; */
    /*!top: -40%;*/
    right: 0;
    left: 25%;
    align-items: center;
}