/* CSS Document */

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

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

@font-face 
{
	font-family: 'Questrial-Regular';
	src: url('../fonts/Questrial-Regular.ttf')  format('truetype');
}
@font-face 
{
	font-family: 'myriad-pro-bold-condensed';
	src: url('../fonts/myriad-pro-bold-condensed.ttf')  format('truetype');
}
@font-face 
{
	font-family: 'euphemia';
	src: url('../fonts/euphemia.ttf')  format('truetype');
}
@font-face 
{
	font-family: 'nulshock bd';
	src: url('../fonts/nulshock bd.ttf')  format('truetype');
}
@font-face 
{
	font-family: 'MyriadPro-Bold';
	src: url('../fonts/MyriadPro-Bold.otf')  format('opentype');
}
@font-face 
{
	font-family: 'BebasNeue';
	src: url('../fonts/BebasNeue.TTF')  format('truetype');
}


body
{
	overflow-x:hidden;
}

.wrapper
{
	max-width:1250px;
	margin:0px auto;
}
.wrapper-01
{
	max-width:1250px;
	margin:0px auto;
}
.wrapper-01,.wrapper {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: 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:#fff;
    border-radius:  0 !important;
    box-shadow: 0px 6px 15px #333;
}

.affix .logo { 
	margin: 0px;
	width: 50%;
}
.affix #cssmenu{ 
	margin-top: 0;
}
.affix #cssmenu > ul > li > a {
	color: #000;
}
/************ affix menu code ************/


/************ Navigation css  ************/
.menu {
	padding-top: 13px;
}
.top-header-01 {
   z-index: 9999;
   position: relative;
}
.logo {
	float: left;
}
/************ Navigation css  ************/

/************ slider css start ************/
.slider {
	margin-bottom: 20px;
}
.slider-01
{
	margin-top: -14%;
}
/************ slider css ************/

/************ About Index ************/
.about-index {
	background-image: url("../images/about-index.png");
  	background-color: #cccccc;
  	height: 461px;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
  	position: relative;
	  /*! margin-bottom: 40px; */
}
.about-index-sub {
	font-size: 20px;
	line-height: 35px;
	font-family: 'Questrial-Regular';
	text-align: justify;
	letter-spacing: 1px;
	font-weight: 700;
}
.about-logo {
	margin: 40px 0px;
}

/*******  About Index css  ******/
.index-about {
	margin-bottom:-5px;
}

.index-title {
	font-size:50px;
	letter-spacing:1px;
	line-height:65px;
	color:#191919;
	font-weight: 700;
	margin-bottom: 30px;
	font-family: 'nulshock bd';
	padding-top: 6%;
}
.index-title::after {
    height: 6px;
    display: block;
    width: 15%;
    border-left: 3px;
    content: '';
    background-color:#10182b;
    margin-left: 0;
}
/******* Button Css *******/
.abou-brk-btn {
	  position: relative;
	  text-decoration: none;
	  border: 0.2em solid #1d1d1d;
	  padding: 10px 15px;
	  /*! margin: 0 5%; */
	  font-family: 'myriad pro-regular';
	  /*! font-size: 7px; */
	  /*! font-weight: 700; */
	  color: #0d1546;
	  letter-spacing: 2px;
	  /*! text-transform: uppercase; */
	  float: right;
}
.abou-brk-btn a{
	 color: #1d1d1d;
	 font-size: 18px;
}
.abou-brk-btn a:hover{
	 color: #505657;
}
.abou-brk-btn::before {
	  content: "";
	  display: block;
	  position: absolute;
	  width: 10%;
	  background: #fff;
	  height: 0.3em;
	  right: 20%;
	  top: -0.21em;
	  transform: skewX(-45deg);
	  -webkit-transition: all 0.45s cubic-bezier(0.86, 0, 0.07, 1);
	  transition: all 0.45s cubic-bezier(0.86, 0, 0.07, 1);
}
.abou-brk-btn::after {
	  content: "";
	  display: block;
	  position: absolute;
	  width: 10%;
	  background: #fff;
	  height: 0.3em;
	  left: 20%;
	  bottom: -0.25em;
	  transform: skewX(45deg);
	  -webkit-transition: all 0.45 cubic-bezier(0.86, 0, 0.07, 1);
	  transition: all 0.45s cubic-bezier(0.86, 0, 0.07, 1);
}
.abou-brk-btn:hover::before {
  	right: 80%;
}
.abou-brk-btn:hover::after {
 	 left: 80%;
}
/******* Button Css *********/
.about-index-font-02 {
    font-size: 18px;
    line-height: 32px;
    color: #1d1d1d;
    margin-bottom: 0px;
    font-family: 'myriad pro-regular';
    letter-spacing: 1px;
    text-align: justify;
    font-weight: 600;
}

/************ About Index ************/

/******* Product Slider css ******/
.product-slider {
	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: #040b37;
    font-weight: 700;
    margin-bottom: 5%;
    font-family: 'nulshock bd';
    letter-spacing: 1px;
    font-size: 40px;
    text-align: center;
} 
.product-title::after {
    margin-top: 10px;
    margin-left: 46%;
	height: 6px;
	display: block;
	width: 10%;
	content: '';
	background-color: #10182b;
}
.product-font {
	color: #fff;
	font-size: 20px;
	font-family: 'myriad pro-regular';
	text-align: center;
	font-weight: 700;
	letter-spacing: 1px;
	/*! text-transform: uppercase; */
}
.product-font a {
	color: #000;
	font-size: 22px;
	font-family: 'Questrial-Regular';
	text-align: center;
	font-weight: 700;
	letter-spacing: 1px;
}
.pro-slider-bg {
	background-color: #191919;
	width:388px;
	height: 55px;
	padding: 14px;
}
/******* Product Slider css ******/


/******* Client Slider css ******/
.client-slider { 
	padding: 3% 0px;
}
.client-title {
    color: #000;
    font-weight: 700;
    font-size: 40px;
    text-align: center;
    margin-bottom: 4%;
    font-family: 'nulshock bd';
    letter-spacing: 1px;
	line-height:50px;
}
.client-title::after {
    margin-top: 10px;
    margin-left: 46%;
    height: 6px;
    display: block;
    width: 8%;
    content: '';
    background-color:#ebcd00;
}
/******* Client Slider css ******/

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

.footer-top {
	padding: 50px 0px;
	background-color:transparent;
	background-image: url('../images/footer-bg.png');
	/*! background-position: center; */
	background-repeat: no-repeat;
	background-size: cover;
}
.footer-title {
	font-family: 'nulshock bd';
	font-size:45px;
	text-transform:uppercase;
	font-weight:700;
	color:#FFF;
	letter-spacing: 1px;
	margin-bottom: 25px;
}
.footer-title span{
	font-family: 'myriad-pro-bold-condensed';
	font-size:25px;
	text-transform:uppercase;
	font-weight:700;
	color:#FFF;
	letter-spacing:8px;
}
.footer-sub-font {
	font-family: 'myriad pro-regular';
	font-size:15px;
	font-weight:600;
	color:#fff;
	letter-spacing: 1px;
	/*! margin-bottom: 25px; */
	line-height: 27px;
	padding: 15px 0px;
}
.footer-font {
	font-size:18px;
	font-weight:700;
	color:#fff;
	margin-bottom: 13px;
	font-family: 'MyriadPro-Bold';
	padding-top: 24px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.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-family: 'myriad pro-regular';
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	letter-spacing: 1px;
	line-height: 27px;
}
.footer-font-02 a {
	color: #fff;
}
.footer-font-02 a:hover { 
	color:#9fb8bd;
}


.footer-font-04 {
	font-size:15px;
	color:#fff;
	line-height: 28px;
	font-family: 'myriad pro-regular';
	white-space: nowrap;
	font-weight: 700;
	letter-spacing: 1px;
}
.footer-font-04:hover { 
	color:#9fb8bd;
}

.footer-top ul li {
	list-style:none;
}
.footer-pro {
    
}
/*--------social media Start-----*/
.footer-social {
	margin-bottom: 18%;
}
/*Change icons size here*/
.social-icons .fa {
    font-size: 1.3em;
}
/*Change icons circle size and color here*/
.social-icons .fa {
    width: 40px;
    height: 40px;
    line-height: 40px;
    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;
}
.footer-social {
    margin-bottom: 9%;
}
.social-icons.icon-circle .fa{ 
    border-radius: 50%;
}
.social-icons.icon-rounded .fa{
    border-radius:5px;
}
.social-icons.icon-flat .fa{
    border-radius: 0;
}

.social-icons .fa:hover, .social-icons .fa:active {
    color: #FFF;
    -webkit-box-shadow: 1px 1px 3px #333;
    -moz-box-shadow: 1px 1px 3px #333;
    box-shadow: 1px 1px 3px #333; 
}
.social-icons.icon-zoom .fa:hover, .social-icons.icon-zoom .fa:active { 
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); 
}

.social-icons.icon-zoom .fa:hover, .social-icons.icon-zoom .fa:active { 
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); 
}

.social-icons .fa-adn{background-color:#504e54;} 
.social-icons .fa-apple{background-color:#aeb5c5;} 
.social-icons .fa-android{background-color:#A5C63B;}  
.social-icons .fa-bitbucket,.social-icons .fa-bitbucket-square{background-color:#003366;} 
.social-icons .fa-bitcoin,.social-icons .fa-btc{background-color:#F7931A;} 
.social-icons .fa-css3{background-color:#1572B7;} 
.social-icons .fa-dribbble{background-color:#F46899;}  
.social-icons .fa-dropbox{background-color:#018BD3;}
.social-icons .fa-facebook,.social-icons .fa-facebook-square{background-color:#3C599F;}  
.social-icons .fa-flickr{background-color:#FF0084;}
.social-icons .fa-foursquare{background-color:#0086BE;}
.social-icons .fa-github,.social-icons .fa-github-alt,.social-icons .fa-github-square{background-color:#070709;} 
.social-icons .fa-google-plus,.social-icons .fa-google-plus-square{background-color:#CF3D2E;} 
.social-icons .fa-html5{background-color:#E54D26;}
.social-icons .fa-instagram{background: #d6249f;background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);}
.social-icons .fa-linkedin,.social-icons .fa-linkedin-square{background-color:#0085AE;} 
.social-icons .fa-linux{background-color:#FBC002;color:#333;}
.social-icons .fa-maxcdn{background-color:#F6AE1C;}
.social-icons .fa-pagelines{background-color:#241E20;color:#3984EA;}
.social-icons .fa-pinterest,.social-icons .fa-pinterest-square{background-color:#CC2127;} 
.social-icons .fa-renren{background-color:#025DAC;}
.social-icons .fa-skype{background-color:#01AEF2;}
.social-icons .fa-stack-exchange{background-color:#245590;}
.social-icons .fa-stack-overflow{background-color:#FF7300;}
.social-icons .fa-trello{background-color:#265A7F;}
.social-icons .fa-tumblr,.social-icons .fa-tumblr-square{background-color:#314E6C;} 
.social-icons .fa-twitter,.social-icons .fa-twitter-square{background-color:#32CCFE;} 
.social-icons .fa-vimeo-square{background-color:#229ACC;}
.social-icons .fa-vk{background-color:#375474;}
.social-icons .fa-weibo{background-color:#D72B2B;}
.social-icons .fa-windows{background-color:#12B6F3;}
.social-icons .fa-xing,.social-icons .fa-xing-square{background-color:#00555C;} 
.social-icons .fa-youtube,.social-icons .fa-youtube-play,.social-icons .fa-youtube-square{background-color:#C52F30;}
.social-icons .fa-rss,.social-icons .fa-rss{background-color:#F7931A;}
/*--------social media end-----*/

/******* Button Css *******/
.brk-btn {
	  position: relative;
	  text-decoration: none;
	  border: 0.2em solid #fff;
	  padding: 11px 30px;
	  margin: 0 5%;
	  font-family: 'myriad pro-regular';
	  font-size: 15px;
	  font-weight: 700;
	  color: #fff;
	  letter-spacing: 2px;
	  text-transform: uppercase;
}
.brk-btn::before {
	  content: "";
	  display: block;
	  position: absolute;
	  width: 10%;
	  background: #333;
	  height: 0.3em;
	  right: 20%;
	  top: -0.21em;
	  transform: skewX(-45deg);
	  -webkit-transition: all 0.45s cubic-bezier(0.86, 0, 0.07, 1);
	  transition: all 0.45s cubic-bezier(0.86, 0, 0.07, 1);
}
.brk-btn::after {
	  content: "";
	  display: block;
	  position: absolute;
	  width: 10%;
	  background: #333;
	  height: 0.3em;
	  left: 20%;
	  bottom: -0.25em;
	  transform: skewX(45deg);
	  -webkit-transition: all 0.45 cubic-bezier(0.86, 0, 0.07, 1);
	  transition: all 0.45s cubic-bezier(0.86, 0, 0.07, 1);
}
.brk-btn:hover::before {
  	  right: 80%;
}
.brk-btn:hover::after {
  	  left: 80%;
}
/******* Button Css *********/

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

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

.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: #c7c5c5;
}
.font-02 {
		float: right;
}


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


/******* 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(169, 169, 169) 0%, rgba(169, 169, 167, 0.64) 100%);
}
.scrollTop:hover i {
    transform: translate(0,-39px) !important;
}
/*** top arrow contant ***/
/************ Index Page ************/

/************ about Page start ************/
.inner-page {
    margin-bottom: 4%;
}
.img-effect::after {
    border: 5px solid #000;
    content: "";
    position: absolute;
    width: 89%;
    height: 100%;
    left: 60px;
    top: 24px;
    display: inline-block;
    z-index: -1;
}
.company-paragraph {
    font-family: 'myriad pro-regular';
    font-size: 17px;
    line-height: 30px;
    color: #000;
    font-weight: 400;
    /*! padding-left: 5%; */
    text-align: justify;
    margin-bottom: 2%;
    letter-spacing: 1px;
    font-weight: 600;
}
.company-text {
    text-transform: capitalize;
    color: #000;
    font-weight: 700;
    margin-bottom: 1%;
    font-family: 'nulshock bd';
    letter-spacing: 1px;
    font-size: 25px;
    /*! text-align: center; */
}
.company-text::after {
    margin-top: 10px;
    margin-left: 0%;
    height: 6px;
    display: block;
    width: 15%;
    content: '';
    background-color: #10182b;
}
.title {
	/*! margin-bottom: 50px; */
}
.main-title {
    color: #000;
    font-size: 40px;
    text-align: center;
    font-family: 'nulshock bd';
    line-height: 60px;
    margin-top: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.main-title::after {
    margin-top: 10px;
    margin-left: 43%;
    height: 6px;
    display: block;
    width: 15%;
    content: '';
    background-color: #10182b;
}

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

/************ product Page start ************/
.margin-bottom {
	margin-bottom: 35px;
}
.pro-paragraph {
    font-family: 'myriad pro-regular';
    font-size: 18px;
    line-height: 40px;
    color: #000;
    font-weight: 700;
    /*! padding-left: 5%; */
    /*! text-align: justify; */
    /*! margin-bottom: 2%; */
    letter-spacing: 1px;
    list-style: none;
}
.proname {
  font-size: 30px;
	margin-bottom: 4%;
	font-family: MyriadPro-Bold;
	letter-spacing: 1px;
}
/************ product Page complete ************/

/************ client Page ************/
.client-img:hover {
    border: 0px solid #fff;
    box-shadow: 0px 1px 4px rgba(0,0,0,0.6);
    background-color:#f4e9e933;
}
/************ client Page ************/

/************ contact Page ************/


.fream {
    border: 1px solid #e7ecee;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    padding: 1.4444444444rem 1.6666666667rem 1.1666666667rem;
    height: 450px;
}

.contact-font-1 {
    font-family: 'myriad-pro-bold-condensed';
    font-size: 22px;
    color: #454545;
    text-decoration: none;
    margin-left: 22px;
    margin-top: 20px;
    font-weight: 700;
}
.contact-font-2 {
    font-family: 'myriad pro-regular';
    font-size: 17px;
    color: #777;
    text-decoration: none;
    margin-left: 55px !important;
    letter-spacing: 1px;
    line-height: 30px;
    font-weight: 700;
}
.contact-font-2 a {
    color: #777;
}
.contact-font-2 a:hover, a:focus {
    color: #354047;
    text-decoration: none;
}
.img-effect-contact-map::after {
    border: 5px solid #000;
    content: "";
    position: absolute;
    width: 89%;
    height: 100%;
    left: 60px;
    top: 24px;
    display: inline-block;
    z-index: -1;
}
/************ contact Page ************/

/************ Inquery Page ************/
.img-set-inquiry {
    margin-top: 8%;
}
.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%;
}
/************ Inquery Page ************/

/************ download Page ************/
.b-image img {
    margin: 20px;
    border: 2px solid 
    #485e88;
}
.b-title {
    font-family: 'myriad pro-regular';
    font-size: 17px;
    color: 
    #010101;
    margin-top: 3%;
    letter-spacing: 1px;
    padding: 2px;
    font-weight: 600;
}
.b-image {
    border: 4px solid #010101;
	/*! margin: 8%; */
	background:#eaeaea;
    height: 455px;
    width: 335px;
}
/************ download Page ************/

/************ sitmap Page ************/
ul.sitemap.list li a {
    font-weight: bold;
    color: #000 !important;
    font-family: 'myriad pro-regular';
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 35px;
    text-decoration: none;
}
.sitemap li {
    list-style: none;
}
.sitemapbox {
    border: 2px solid #473d3b;
    border-radius: 10px;
    padding: 5% 10px;
}
.sitemapbox ul {
	margin-left: 50px;
}
/************ sitmap Page ************/

/************ Table Style ************/

#customers {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#customers td, #customers th {
  border: 1px solid #000;
  padding: 0px 8px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 35px;
}

#customers tr:nth-child(even){background-color: #fff;}

#customers tr:nth-child(odd){background-color: #fff;}

#customers tr:hover {background-color: #d3ecff;
-webkit-transition: background-color 800ms linear;
-ms-transition: background-color 8000ms linear;
transition: background-color 800ms linear;}

#customers td:hover {/*! background-color: #33cbff; */}

#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #10578E;
  color: white;
  text-align: center;
  font-size:18px;
}
/************ Table Style ************/