@font-face 
{
	font-family: 'Franklin';
	src: url('../fonts/Franklin.ttf')  format('truetype');
}
@font-face 
{
	font-family: 'myriad pro-regular';
	src: url('../fonts/myriad pro-regular.ttf')  format('truetype');
}
@font-face 
{
	font-family: 'arongrotesque-bold';
	src: url('../fonts/arongrotesque-bold.ttf')  format('truetype');
}
@font-face 
{
	font-family: 'Questrial-Regular';
	src: url('../fonts/Questrial-Regular.ttf')  format('truetype');
}
@font-face 
{
	font-family: 'BebasNeue-Regular';
	src: url('../fonts/BebasNeue-Regular.ttf')  format('truetype');
}

@font-face 
{
	font-family: 'Magnolia Script';
	src: url('../fonts/Magnolia Script.otf')  format('opentype');
}
@font-face 
{
	font-family: 'open-sans-regular';
	src: url('../fonts/open-sans-regular.ttf')  format('truetype');
}


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


.menu {
	z-index: 9999;
	position: relative;
}
.menu-backdrnd { background-color:#fff; height:50px;width: 87% !important;margin-top: -7%;margin-left: -10% !important;background: rgba(3,135,67,1);-webkit-box-shadow: 0px 9px 5px -10px rgba(0,0,0,0.75);-moz-box-shadow: 0px 9px 5px -10px rgba(0,0,0,0.75);box-shadow: 0px 9px 5px -10px rgba(0,0,0,0.75);background: -moz-linear-gradient(left, rgba(3,135,67,1) 0%, rgba(3,135,67,1) 59%, rgba(3,135,67,1) 82%, rgba(3,135,67,1) 92%, rgba(34,149,90,1) 93%, rgba(248,250,251,0) 100%);background: -webkit-linear-gradient(left, rgba(3,135,67,1) 0%,rgba(3,135,67,1) 59%,rgba(3,135,67,1) 82%,rgba(3,135,67,1) 92%,rgba(34,149,90,1) 93%,rgba(248,250,251,0) 100%);background: linear-gradient(to right, rgb(255, 255, 255) 0%,rgb(255, 255, 255) 59%,rgb(253, 253, 253) 82%,rgb(255, 255, 255) 92%,rgb(255, 255, 255) 93%,rgba(248,250,251,0) 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#038743', endColorstr='#00f8fafb',GradientType=1 );}
.logo{margin-top: 4%;}
.logo-name {margin-top: 8%;margin-left: -8%;}
.contact-detail {margin-top: 8%;}
.social-icons1 {color: #000; font-size: 22px; /*! padding: 5px; */}
.social-icons1 a{ color: #000;  margin-left: 4px;margin-right: 4px;}
.social-icons1 a:hover { color: #ed3438;  }
.social-icons1 a:focus { color: #ed3438;  }
/************ affix menu code ************/
.affix {
    top: 0px;
    width: 100%;
    z-index:  9999 !important;
	background-color:#fff;
    border-radius:  0 !important;
    box-shadow: 0px 0px 3px 3px #999;
	height: 65px;
}
.affix .logo { 
	width: 50%;
	 margin-top: 3%;
}
.affix #cssmenu {
    margin-top: 15px;
}
.affix .social-icons1 {
     margin-top: 7%;
}
.affix .contact-detail { 
	display: none;
}
.affix .menu-backdrnd {
    display: none;
}

.navbar {
    margin-bottom: 0px!important;
    border: none !important;
}
.affix ~ .container-fluid {
   position: relative;
   top: 50px;
}
/************ affix menu code ************/
/************ about css start ************/
.about-01 { margin-bottom: 5%;}
.margin-left {margin-left: -3%;}
.shadow {
    -webkit-box-shadow: 1.25rem 1.375rem 4.75rem 0rem rgba(0,0,0,0.22) !important;
    box-shadow: 1.25rem 1.375rem 4.75rem 0rem rgba(0,0,0,0.22) !important;
}
.ower-img {
    margin-left: 40%;
    margin-top: -50%;
}
.h1-font {font-family: 'Questrial-Regular'; color:#000; font-size:55px; line-height: 70px; }
.h1-font span { font-size: 62px;}
.h6-font { font-size: 25px; line-height: 35px; margin-right: 10%; font-family: 'Questrial-Regular';color: #000000;}
.p-font { font-size: 18px; line-height: 30px; text-align: justify; font-family: 'Questrial-Regular';color: #000000;}
.btn { font-size: 25px !important; line-height: 35px !important; margin-left: 8%;}
/* Bounce To left */
.hvr-bounce-to-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  border: 3px solid #333;
  color: #fff;
  padding: 5px;
  padding-left: 30px;
  padding-right: 30px;
  background-color: #333333;
  font-size: 25px;
  font-family: 'Questrial-Regular';
}
.hvr-bounce-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ed3438;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-left:hover, .hvr-bounce-to-left:focus, .hvr-bounce-to-left:active {
  color: white;
}
.hvr-bounce-to-left:hover:before, .hvr-bounce-to-left:focus:before, .hvr-bounce-to-left:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/************ about css end ************/ 
/***************  Product Slider ******************/
.product-slider {
	margin-bottom:45px;
}
.product-bg {
	background-color:#282827;
	width: 391px;
	margin-top: -12px !important;
	padding: 17px 10px;
	height: 130px;
}
.img-bg {
    width: auto !important;
    margin-top: -25px;
}
.image-text {
	font-size:20px;
	color:#fff;
	font-family: 'Questrial-Regular'; 
	margin-top: -40px;
	font-weight: 700;
	letter-spacing: 1px;
}

/***************  Product Slider ******************/

/************ Footer start ************/
.ma-lf { padding:0;}
.footer { margin-top: 2%; margin-bottom: 2%;}

.footer-heading { font-family: 'Questrial-Regular'; font-size: 50px; color:#000; margin-bottom: 4%;}

.footer-log { margin-top: -18px; margin-bottom:10px; }

.footer-font {font-family: 'Questrial-Regular'; font-size: 15px; color:#000; line-height: 25px;font-weight: 700;letter-spacing: 1px;margin-bottom: 25px;}
.footer-font a { font-family: 'Questrial-Regular'; font-size: 15px; color:#000; line-height: 25px;}
.footer-font a:hover { color:#ed3438;}


.footer-font-call {font-family: 'Questrial-Regular'; font-size: 30px; color:#000; line-height: 30px; font-weight: 700;}
.footer-font-call span { margin-left: 75px;}
.footer-pdf {margin-bottom: 20px;}
.footer-h {  font-family: 'Questrial-Regular'; font-size: 25px; color:#000; font-weight: 700; line-height: 25px;}

.footer-ul { list-style: none;}
.footer-ul li { border-bottom: 1px dotted #959797; width: 170px;}
.footer-ul a { font-family: 'myriad pro-regular';
font-size: 14px;
color: #262b26;
line-height: 30px;
}
.footer-ul a:hover, .footer-ul a:focus {color: #ed3438;}


/*------ Social Medial ----*/
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-inline li {
    display: inline-block;
    padding-right: 2px !important;
    padding-left: 2px !important;
    margin-bottom: 10px;
}
/*---- Genral classes end -------*/
/*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;
}

.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-color:#A1755C;}
.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-----*/

/************ Footer End ************/
.copy-link {
    background-color: #111111;
}
.copy-text {
    font-family: 'Questrial-Regular';
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    padding-top: 10px;
    letter-spacing: 0.8px;
}
.copy-text-01 { font-family: 'Questrial-Regular';
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    padding-top: 10px;
text-align: right;
padding-right: 6%;
letter-spacing: 0.8px;
}
.copy-text-01 a { color:#fff;}
.copy-text-01 a:hover{color:#ed3438;}
/* -- top scroll button --- */
.scrollTop {
    position: fixed;
    right: 26px;
    bottom: 50px;
    /*! background-color: rgba(0, 0, 0, 0.5); */
   padding: 7px 9px;
     border: none;
  outline: none;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
    font-size: 14px;
     /*! border-top-left-radius: 26px; */
    /*! border-bottom-right-radius: 26px; */
    border-radius: 12%;
}
.scrollTop a {
    color: #555 !important;
}
/* -- top scroll button --- */
/************************ index page css Over ************************/

/*********** banner text  ****************/
 .heading-banner {
	color: #292929;
    font-size: 50px;
    text-align: right;
    letter-spacing: 4.5px;
    line-height: 60px;
	margin-top: -12%;
	font-weight: 600;
	text-transform: uppercase;
	font-family: 'BebasNeue-Regular';
}
/*** aboutus Page Css ****/	

.about-title {
	font-family: 'Questrial-Regular';
	font-size: 35px;
	line-height: 45px;
	color: #282828;
	font-weight:700;
	/*! padding-top: 6%; */
}
.about-title::after {

    height: 2px;
    display: block;
    background: #3b3b3b;
    border-bottom: 1px white;
    content: '';
    margin-bottom: 4%;
}
.about-head{
	font-family: 'Questrial-Regular';
	font-size: 30px;
	line-height: 26px;
	color: #054070;
	text-align:center;
	padding-top: 0%;
	font-weight:700;
	padding-bottom:10px;
}
.about-head::after {
   height: 4px;
    display: block;
    width: 45px;
    background: #f83e65;
    border-bottom: 1px white;
    content: '';
    margin-top: 15px;
    margin-left: 48%;
    padding-bottom: 5px;
}
.about-paragraph {
    font-size: 16px;
    line-height: 26px;
    text-align: justify;
    font-family: 'Questrial-Regular';
    letter-spacing: 0.5px;
    list-style-position: inside;
}
.about-paragraph2
{
	font-family: 'open-sans-regular';
	font-size: 15px;
	line-height: 20px;
	color: #59687c;
	text-align: justify;
	float :right;
}
.about-img {/*! padding-top: 6%; */margin-left: -4%;}
.about-ul { list-style:none;padding-top: 1%;padding-left: 5%;}
.about-ul li { font-size:16px; line-height:26px;  font-family: 'Questrial-Regular';  letter-spacing: 0.5px;}
.border-abt { /*! border-bottom:1px dotted #eee; */  box-shadow: 0px 0px 8px 2px #999;padding-bottom: 4%;}
/*** aboutus Page Css ****/

/*** client Page Css ****/
.client-text {
	background-color: #202020;
	padding: 8px;
	width: 242px;
	color: #fff;
	font-family: 'Questrial-Regular';
	font-size: 20px;
	letter-spacing:1px;
	font-weight:700;
}
/*** client Page Css ****/

/*** gallery Page Css ****/
.margin-set {  padding: 5%;padding-bottom: 0;}
/*** gallery Page Css ****/

/******* contact page css *******/
.contact-font
{
	font-size:16px;
	color:#000;	
	letter-spacing:1px;
	font-family: 'Questrial-Regular';
	margin-left: 15% !important;
}
.contact-header
{
	font-size:20px;
	color:#000;	
	letter-spacing:1px;
	font-family: 'Questrial-Regular';
	margin-left: 7% !important;
}

.font-set { font-size:25px;}
.contact-font-01
{
	font-size:16px;
	color:#000;	
	letter-spacing:1px;
	font-family: 'Questrial-Regular';
}
.contact-font-01:hover
{	
	color:#ec3338;	
	text-decoration:none;
	
}
.grow 
{
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
    
}
.grow:hover
{
 -webkit-transform: rotate(360deg);
     -moz-transform: rotate(360deg);
       -o-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg); 
}
.box-img { width:50%;} 
.margin-top1{

margin-top:5%;
}
.imgBox:hover {
    -webkit-box-shadow: 0.25rem 0.375rem 1.75rem 0rem rgba(0,0,0,0.22) !important;
    box-shadow: 0.25rem 0.375rem 1.75rem 0rem rgba(0,0,0,0.22) !important;
    transition: all 0.2s ease-in-out 0.2s;
}
.product-head1{
	font-family: 'arial-roundedmt-bold';
	font-size:24px;
	line-height:23px;
	color: #ef0a18;
	margin-bottom: 3%;
}
.product-paragraph1{
	font-family: 'Questrial-Regular';
	font-size:15px;
	line-height:30px;
	letter-spacing:1px;
	text-align: justify;
}
.contact-map {
	height:500px;
}
/******* contact page css *******/
/****** Table Contant ******/
table {
  	border-collapse: collapse;
	  margin: 0;
  	padding: 0;
  	width: 100%;
  	margin-bottom: 4%;
}
table td {
  	
  	border-bottom: 1px solid #747474; padding: 10px 0;
	font-family: 'Questrial-Regular';
	font-size:16px;
  	line-height: 18px;
  	text-align: center;
    font-weight: 700;
    letter-spacing: 0.9px
}
.table-border {
  padding:10px;
	text-align: center;
}

table tr {
	background: #efefef66;
}
table td:hover {
	background-color: #93cbd31a;
	transition: all 0.5s ease-out;
	cursor: pointer;
}
table th {
	font-size: 18px;
	color: #e5e5e5;
	background-color: #525252;
    letter-spacing: 1px;
    line-height: 20px;
	font-weight: 700;
	font-family: 'Questrial-Regular';
	padding: 10px 0;
	text-align: center;
	border-color: #242424;
}
.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);
}
.services-table {
    width: 50%;
}

.services-table td {
    width: 10%;
}
/****** Table Contant ******/
/****** product Contant ******/
.info-h2 {
	font-size:35px;
	border-bottom: 2px solid;
	line-height: 55px;
	margin-bottom: 3%;
}
.margin-bottom {
	margin-bottom:4%;
}
/****** product Contant ******/

/******** Tab Contant ********/
.tab-box {
	border: 2px solid #505050;
    padding: 20px;
    box-shadow: 2px 3px 2px #505050;

}
.nav-tabs > li {
	width:100%;
}
.nav-tabs > li > a {
	color: #c11116;
    border: 1px solid #c11116 !important;
    /*! border-bottom-color: rgb(221, 221, 221); */
    /*! border-bottom-color: transparent; */
 	font-size: 17px;
 	text-align: center;
 	font-weight: 700;
	font-family: 'Questrial-Regular';
	cursor: pointer;
	padding: 8px 0 !important;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
 	color: #fff;
    cursor: default;
    background-color: #c11116;
    
}
.panel {
}
.position {
    
}
.nav-tabs > li > a:hover {
    border-color: transparent;
}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
}
.nav-tabs {
    border-bottom: none !important;
}
.tab-font-01 {
    font-family: 'Questrial-Regular';
    font-size: 16px;
    list-style: none;
    color: #1b1b1b;
    line-height: 30px;
    font-weight: 700;
    letter-spacing: 0.8px;
}
.tab-title {
    font-family: 'Questrial-Regular';
    font-size: 30px;
    color: #1b1b1b;
    line-height: 60px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-align: center;
}
.tab-title:after {
    height: 4px;
    display: block;
    width: 70px;
    background: #e71725;
    border-bottom: 1px white;
    content: '';
    margin-top: 5px;
    margin-left: 45%;
    margin-bottom: 25px;
}
/******** Tab Contant ********/
/************ Industry Page ************/
.ind-padding { padding-left:5%; padding-right:5%;}
.industry-box {
 	background-color: #c7c7c7;
 	padding-top: 20px;
 	background: rgb(226,226,226);
 	background: -moz-linear-gradient(left, rgb(226,226,226) 0%, rgb(242,242,242) 50%, rgb(255,255,255) 100%);
 	background: -webkit-linear-gradient(left, rgb(226,226,226) 0%,rgb(242,242,242) 50%,rgb(255,255,255) 100%);
 	background: linear-gradient(to right, rgb(226,226,226) 0%,rgb(236, 236, 236) 50%,rgb(246, 246, 246) 100%);
 	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#ffffff',GradientType=1 );
	padding-left: 15px;
 	
 	padding-bottom: 20px;
 	margin-bottom: 25px;
}
.industry-box-title {
    font-size: 20px;
    color: #fff;
    font-family: 'Questrial-Regular';
    margin-left: -7%;
    padding: 4px 24px;
    background-color: #3c3c3c;
    margin-top: 0px !important;
    text-shadow: 2px 2px 2px #3f3f3f;
    width: 96%;
    background: rgb(114,114,114);
    background: -moz-linear-gradient(left, rgb(114,114,114) 0%, rgb(153,153,153) 50%, rgb(255,255,255) 100%);
    background: -webkit-linear-gradient(left, rgb(114,114,114) 0%,rgb(153,153,153) 50%,rgb(255,255,255) 100%);
    background: linear-gradient(to right, rgb(114,114,114) 0%,rgb(153,153,153) 50%,rgb(246, 246, 246) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#727272', endColorstr='#ffffff',GradientType=1 );
    font-weight: 700;
}
.industry-font {
	font-size:15px;
	font-family: 'Questrial-Regular';
	line-height: 25px;
	letter-spacing: 0.4px;
	padding-left: 20px;
	color: #333;
}
.industry-font a {
	color: #333;
}
.industry-font a:hover { 
	color: #e31e24;
}

/************ Industry Page ************/
