@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:40px;width: 100% !important;margin-top: -5%;}
.logo{margin-top: 8%;}
.logo-name {margin-top: 13%;margin-left: -12%;}
.contact-detail {margin-top: 6%;}
.social-icons1 {color: #4f504f; font-size: 22px; padding: 5px;}
.social-icons1 a{ color: #4f504f;  }
.social-icons1 a:hover { color: #ed1c24;  }
.social-icons1 a:focus { color: #ed1c24;  }
/************ 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: 29%;
	 margin-top: 0%;
}
.affix .logo-name {
    margin-top: 5%;
    margin-left: -57%;
    width: 40%;
    margin-bottom: -4%;
}

.affix .contact-detail { 
	display: none;
}
.affix .google-translate { 
	display: none;
}
.navbar {
    margin-bottom: 0px!important;
    border: none !important;
}
.affix ~ .container-fluid {
   position: relative;
   top: 50px;
}
/************ affix menu code ************/
/************ about css start ************/
.about { }
.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';}
.p-font { font-size: 18px; line-height: 30px; text-align: justify; font-family: 'Questrial-Regular';}
.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: 8px;
  padding-left: 30px;
  padding-right: 30px;
  background-color: #333333;
  font-size: 15px;
}
.hvr-bounce-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ed1c24;
  -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;}
.footer-font a { font-family: 'Questrial-Regular'; font-size: 15px; color:#000; line-height: 25px;}
.footer-font a:hover { color:#a474a8;}


.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-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 {color: #a474a8;}


/*------ 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: #f09433; 
background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );}
.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 a {
    color: #fff;
}
.copy-text {
    font-family: 'Questrial-Regular';
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    padding-top: 10px;
}
.copy-text-01 { font-family: 'Questrial-Regular';
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    padding-top: 10px;
text-align: right;
padding-right: 6%;
}
.copy-text-01 a { color:#fff;}
/* -- 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;
}
.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 ****/

/*** 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: 15% !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:#229c8f;	
	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 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;
}
.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: #161616;
	background-color: #ffcb0466;
    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%;
}
.details {
  font-size: 16px;
  line-height: 26px;
  font-family: 'Questrial-Regular';
  letter-spacing: 0.5px;
  list-style: none;
}
/****** product Contant ******/
