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

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

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

@font-face 
{
	font-family: 'franklin-gothic-demi-cond';
	src: url('../fonts/franklin-gothic-demi-cond.ttf')  format('truetype');
}


body
{
	overflow-x:hidden;
}

.wrapper 
{
    max-width: 1200px;
    margin: 0px auto;
}

/************** index page ***************/
/*************************top navigation css start*************************/
.top-bar {
   	background-color: #e4ebef;
}
.font-01 {
   font-family: 'Questrial-Regular';
    color: #5a5a5a;
    font-size: 14px;
    text-decoration: none;
    padding: 17px 0px;
   letter-spacing: 1px;
   font-weight: 700;
   margin-bottom: 0px;
}
.font-1 {
   font-family: 'Questrial-Regular';
    color: #5a5a5a;
    font-size: 14px;
    text-decoration: none;
    padding: 17px 0px;
   letter-spacing: 1px;
   font-weight: 700;
   margin-bottom: 0px;
   float: right;
}
.email-01 {
    font-family: 'Questrial-Regular';
    color: #5a5a5a;
    font-size: 14px;
    text-decoration: none;
}
.email-01:hover {
    color: #465da6;
}
.social
{
	display:inline-flex;
	margin-bottom: 0px;
	float: right;
}
.social-icon {
    margin: 15px 4px;
}	
.social-icon  i { padding-left: 10px;}
ul
{
	list-style:none;
	padding:0px;
}
.social-1 
{
	color:#FFFFFF;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	background:#da5b5b;
	width: 30px;
	height: 30px;
	font-size: 15px;
	border-radius: 5px;
	transition: all 200ms ease-in;
	margin: 0px 0px;
}

.hvr-hollow {
    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 #797979, 0 0 1px transparent;
}
[class^="hvr-"] {
    /*padding: 7px 10px;*/
    cursor: pointer;
    background: #797979;
    text-decoration: none;
    color: #e4ebef;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    font-size: 16px;
    display: table-cell;
}
.hvr-hollow:hover, .hvr-hollow:focus, .hvr-hollow:active {
    background: none;
	color:#797979;
	font-weight:700;
}
/*************************top navigation css over*************************/

/***************  About Index ******************/
.about-index {
    margin-top: 113px;
    margin-bottom: 70px;
}
.about-index-font {
	 font-family: 'Questrial-Regular';
	 font-size:24px;
	 
	 color: #393939;
	 line-height: 40px;
}
/***************  About Index ******************/

/***************  Product Slider ******************/
.product-slider {
	margin-bottom:85px;
}
.product-bg {
	background-color:#797979;
	height: 82px;
	width: 269px;
	margin-top: -12px !important;
	border-bottom-left-radius: 11px;
	border-bottom-right-radius: 11px;
	padding: 17px;
}

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

/*************** footer contant ******************/
.footer {
	background-color:#2a2534;
	padding-top: 60px;
	padding-bottom: 30px;
}
.footer-font {
	font-family: 'myriad pro-regular';
	font-size:16px;
	color:#fff;
}
.footer-font-01 {
	font-family: 'myriad pro-regular';
	font-size:16px;
	color:#fff;
}
.footer-font-01:hover {
	color:#859dea;
}
.left-footer {
	margin-left: -20px;
	line-height: 25px;
}
.left-footer-01 {
	line-height: 25px;
}
.footer-last {
	background-color:#1e1929;
}
.footer-last-font {
	font-family: 'franklin-gothic-demi-cond';
	font-size:14px;
	color:#a8aac5;
	padding-top: 25px;
	padding-bottom: 10px;
}
/*************** footer contant ******************/

/*************************Scorll to top start*************************/
.scrollTop {
  position: fixed;
  right: 2%;
  bottom: 10%;
  background-color:#990b33;
  padding:0px 9px;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
  border-radius: 50%;
}

.scrollTop a {
  color:#ccc !important;
}
/*************************Scorll to top over*************************/
/************** index page ***************/

/************** About page Css ***************/
.slider-border {
  border: 8px solid #501c0e;
}
.titel-text {
	font-family: 'AgencyFB';
	font-size:60px;
	color: #d4d4d4;
	font-weight: 700;
	margin-bottom: 40px;
	margin-top: -75px;
	text-align: left;
	text-shadow: 2px 2px 4px #45180b;
}
.titel-text::after {
	height:6px;
	display:block;
	width:70px;
	border-left:3px;
	content: '';
	background-color: #501c0e;
	margin-top: 9px;
    margin-left: 0;
    padding-bottom: 5px;
}
.about-text {
	 font-family: 'Questrial-Regular';
	 font-size: 17px;
	 color: #262627;
	 line-height: 25px;
	 letter-spacing: 1px;
	 text-align: justify;
	
}
.about-table-font:hover {
	color:#fff;
	background-color:#192d65;
	 -webkit-transition: all 0.9s ease 0s;
-o-transition: all 0.9s ease 0s;
transition: all 0.9s ease 0s;
}
.about-table-font {
    font-family: 'Questrial-Regular';
    font-size: 17px;
	  color: #58646e;
    line-height: 35px;
    letter-spacing: 1px;
	
    text-align: center;
}
.about-table-font-01 {
    font-family: 'Questrial-Regular';
    font-size: 17px;
	color: #58646e;
    line-height: 35px;
    letter-spacing: 1px;
}
.about-table-font-01:hover {
	color:#fff;
}
.sub-title {
	font-family: 'AgencyFB';
	font-size:35px;
	color: #1b2f68;
	font-weight: 700;
	margin-bottom: 40px;
	margin-top: -75px;
	text-align: left;
}
.sub-title::after {
	height:6px;
	display:block;
	width:70px;
	border-left:3px;
	content: '';
	background-color: #501c0e;
	margin-top: 9px;
    margin-left: 0;
    padding-bottom: 5px;
}
/************** About page Css ***************/

/************** Contact page Css ***************/
h4.short {
    margin-bottom: 20px;
    font-family: franklin-gothic-demi-cond;
    font-size: 40px;
    font-weight: 500;
    color: #192d65;
    line-height: none;
}
hr {
    background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent) !important;
    background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.2), transparent) !important;
    border: 0 !important;
    height: 1px !important;
    margin: 22px 0 22px 0 !important;
}
.contact-font-1 {
    font-family: franklin-gothic-demi-cond;
    font-size: 25px;
    color: #501c0e;
    text-decoration: none;
    margin-left: 25px;
    margin-top: 20px;
}
.contact-font-2 {
    font-family: 'Questrial-Regular';
    font-size: 18px;
    color: #777;
    text-decoration: none;
    margin-left: 70px !important;
}
.contact-font-2 a {
    font-family: 'Questrial-Regular';
    font-size: 20px;
    color: #777;
    text-decoration: none;
    
}
.contact-font-2 a:hover {
    color: #501c0e;
    text-decoration: underline;
    font-weight: 700;
}
.map {
    box-shadow: 0px 0px 12px 0px #938e80;
    overflow: hidden;
    position: relative;
    margin-top:  24% !important;
}
/************** Contact page Css ***************/

/************** Product page Css ***************/
.product-title {
	font-family: franklin-gothic-demi-cond;
    font-size: 25px;
    color: #501c0e;
	letter-spacing: 1px;
}
.product-title::after {
	height:3px;
	display:block;
	width:35px;
	border-left:3px;
	content: '';
	background-color: #501c0e;
	margin-top: 3px;
    margin-left: 0;
    padding-bottom: 5px;
}
.product-font-01 {
	font-family: 'Questrial-Regular';
    font-size: 18px;
    color: #000;
	letter-spacing: 1px;
	text-align: justify;
}
.product-font-02{ 
	font-family: franklin-gothic-demi-cond;
    font-size: 25px;
    color: #501c0e;
}
.col-left {
	margin-left:4%;
}
/************** Product page Css ***************/

/************** Download page Css ***************/
.download-text {
    background-color: #000;
    color: #f4f4f4;
    padding: 10px;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 700;
    font-family: 'Questrial-Regular';
    margin: 0px !important;
    height: 90px;
}
.download-link {
    border: 1px solid #000;
}
/************** Download page Css ***************/


@media only screen and (max-width: 480px) {
/************** index page ***************/
/************** top navigation css ***************/
.font-01 {
	font-size:12px;
	margin: 0px !important;
	text-align: center;
}
.font-1 {
	font-size:12px;
	margin: 0px !important;
	text-align: center;
	margin-top: -20px !important;
}
.social {
	float:none;
	margin-left: 10%;
	margin-top: -5%;
}
.email-01 {
	font-size:11px;
}
.logo {
    top: 0 !important;
    left: 15px !important;
    height:  auto !important;
    text-align: center !important;
    padding: 10px 0 0 0 !important;
    float: none !important;
    position: unset !important;
}
/************** top navigation css ***************/

/************** slider css ***************/
.slider-h3 {
    font-size: 17px !important;
}
/************** slider css ***************/

/************** about-index css ***************/
.about-index {
    margin-top: -25%;
    margin-bottom: 10px;
}
.about-index-font { 
	font-size:17px;
}
/************** about-index css ***************/

/************** footer css ***************/
.left-footer {
    margin-left:0px;
}
.footer-font-01 {
	font-size:15px;
}
.footer-font { text-align: center;}
.footer ul { text-align: center;}
.footer-last-font { text-align: center;}
.img { margin-left: 25% !important;}
/************** footer css ***************/
/************** index page ***************/
    
.slider img { height: 100px !important;}    
.titel-text {
    
    font-size: 35px;
    margin-top: -86px;
}
.about-text {
    font-size: 16px;
    margin-left: 5% !important;
    margin-right: 5% !important;
}
.about-table-font {
    font-size: 14px;
    line-height: 22px;
}  
.sub-title {
    margin-left: 8% !important;
     margin-right: 4% !important;
    font-size: 30px;
}   
.contact-font-1   { margin-left: 0px; text-align: center;}
.contact-font-2 {
    margin-left: 0px !important;
    text-align: center;
}  
.product-title {
    margin-left: 5% !important;
    margin-right: 5% !important;
}
.product-font-01 {
    margin-left: 5% !important;
    margin-right: 5% !important;
    font-size: 16px;
}
       
    
    
    
}


@media only screen and (min-width: 768px) and (max-width: 1024px) {
/************** index page ***************/
/************** top navigation css ***************/
.font-01 {
	font-size:13px;
}
.font-1 {
	font-size:11px;
}
#cssmenu > ul > li > a {
    padding: 47px 4px !important;
    }
.ow-pull-right {
    float: right;
    right: 9% !important;
}
/************** top navigation css ***************/

/************** About Index css ***************/
.about-index {
    margin-top: 50px;
    margin-bottom: 0px;
}
.about-index-font {
	font-size:16px;
}
/************** About Index css ***************/

/************** Product slider css ***************/
.product-slider {
    margin-bottom: 50px;
}
.view { height: 210px !important;}
.view .content {
    left: -47px !important;
    }
    
/************** Product slider css ***************/

/************** footer css ***************/
.footer-font {
	font-size:13px;
}
.footer-font-01 {
	font-size:12px;
}
/************** footer css ***************/
/************** index page ***************/
.about-text {
margin-left: 5% !important;
margin-right: 5% !important;
    }
.sub-title {     margin-left: 3% !important;
}
    .product-title {     margin-left: 3% !important;
}
.product-font-01 {     margin-left: 5% !important;
    margin-right: 5% !important;
}    
   
}