@font-face {
    font-family: 'microgramma_becker_bold_extRg';
    src: url('../webfonts/microgramma_becker_bold_extd.woff2') format('woff2'),
         url('../webfonts/microgramma_becker_bold_extd.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
body {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	/* font-family: 'Roboto', sans-serif; */
     margin: 0;
	overflow-x: hidden;
	padding: 0;
	height: 100%;
}
 ul {
     padding: 0px;
     margin: 0px;
}
 li {
     list-style: none;
}
 a {
     color: #000000;
     transition: all 500ms ease 0s;
}
 button {
     transition: all 500ms ease 0s;
}
 a, a:hover, a:active, a:focus {
     text-decoration: none;
	 
}
 a:hover, a:active, a:focus {
     outline: none;
     border: none;
	 color:#41b0fe;
}
 img {
     border: 0 none;
	 max-width:100%;
}
 p {
     margin: 0;
}

/*Header css starts here*/

header {
    position: fixed;
    width: 100%;
    z-index: 99;
}
.header-bottom {
    background-color: #242921;
    padding: 13px 0;
}
.wsmenu-list li a img {
    padding-right: 8px;
}
.left-top ul li a i {
    font-size: 18px;
}
 


/*Header css end here*/
#banersec {
    background-image: url(../images/banner-bg.jpg);
    color: #fff;
    height: 576px;
    /* background-size: cover; */
    position: relative;
    background-position: center center;
    background-size: cover;
}
#banersec .owl-theme .owl-dots .owl-dot.active span,#banersec .owl-theme .owl-dots .owl-dot:hover span {
    background: red;
    width: 33px;
    border-radius: 0;
    height: 14px;
}
#banersec .owl-theme .owl-dots .owl-dot span {
   width: 33px;
    height: 14px;
    margin: 5px 7px;
    background: #ddd;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius:0px;
}
.banner{
	position:absolute;
	top:13%;
	left:0;
	right:0;
}
.item h2 {
    font-size: 39px;
    line-height: 55px;
	margin-bottom:40px;
} 

.item h2 span {
    padding: 26px 0;
    display: block;
}
#section-2 {
    background-image: url(../images/banner-2.jpg);
    padding: 30px 0 50px;
}
.icon-img {
    height: 60px;
    display: table-cell;
    width: 500px;
    vertical-align: middle;
	
}
.sec-boxes h4{
font-family: 'Roboto', sans-serif;
}
.page-title {
    text-align: center;
    font-size: 42px;
    line-height: 48px;
}
#section-2 p {
	font-family: 'Roboto', sans-serif;
    font-size: 19px;
    text-align: center;
    width: 91%;
    margin: 0 auto;
    padding: 15px 0 0 0;
    background-image: url(../images/firehawk-bg1.png);
    background-repeat: no-repeat;
    background-position: center center;
}
#section-2 .bac-img {
    margin: 43px auto 90px;
    background: transparent;
}
.inner-box {
    background-color: rgba(149,149,149,0.7);
    color: #fff;
    border: 2px solid #ff0000;
    text-align: left;
    padding: 10px 11px;
    border-radius: 13px;
	margin:10px 0;
	
}
.sec-boxes {
    background-color: rgba(255,255,255,0.4);
    display: table;
    width: 100%;
    border-radius: 13px;
}
.inner-box .red-block {
	opacity:1 !important;
}
.yello-font {
    color: #ffcc00;
    font-weight: 300;
    text-shadow: 10px 10px 26px #000;
    margin: 40px 0 0;
    font-size: 43px;
    line-height: 50px;
}
.white-font {
    color: #fff !important;
    text-shadow: 5px 5px 20px #000;
    font-size: 42px;
    line-height: 50px;
}
#precious-device {
    
    padding: 0 0 150px 0;
    position: relative;
    height: 470px;
	
}
.bg-imges {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
	box-shadow:inset 0px 0px 85px rgba(0,0,0,.5);
	-webkit-box-shadow:inset 0px 0px 85px rgba(0,0,0,.5)
}
.bac-img{
    background-color: rgba(255,255,255,0.5);
    font-size: 18px;
    width: 60%;
    margin: 105px auto 80px;
    /* padding: 20px 60px; */
    font-weight: bold;
	position:relative;
}
.top-img{
	position:absolute;
	width:100%;
}
#precious-device p {
    padding: 20px 60px 0;
    /* border: 8px solid #000; */
    text-align: center;
	font-family: 'Roboto', sans-serif;
}
.top-img:before{
	content: "";
    background: url(../images/left-top.png) no-repeat;
    height: 43px;
    width: 43px;
    display: block;
    left: -22px;
    top: -22px;
    z-index:9;
    position: absolute;
}
.top-img:after{
	content: "";
    background: url(../images/right-top.png) no-repeat;
    height: 43px;
    width: 43px;
    display: block;
    right: -22px;
    top: -22px;
    z-index:9;
    position: absolute;
}
.bottom-img:before{
	content: "";
    background: url(../images/left-bottom.png) no-repeat;
    height: 43px;
    width: 43px;
    display: block;
    left: -22px;
    bottom: -22px;
    z-index:9;
    position: absolute;
}
.bottom-img:after{
	content: "";
    background: url(../images/right-bottom.png) no-repeat;
    height: 43px;
    width: 43px;
    display: block;
    right: -22px;
    bottom: -22px;
    z-index:9;
    position: absolute;
}
#experiance-built {
    background-image: url(../images/banner-3.jpg);
    background-size: cover;
    background-position: center center;
    padding: 30px 0;
}
#experiance-built p {
    padding: 20px 60px;
    /* border: 8px solid #000; */
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
}
#experiance-built .bac-img {
    background-color: rgba(0,0,0,0.5) !important;
    color: #fff;
    font-size: 18px;
    width: 60%;
    margin: 17% auto 45px;
    /* padding: 20px 60px; */
    font-weight: bold;
    position: relative;
}
#meet {
    background-image: url(../images/banner-4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 0;
	box-shadow:inset 0px 0px 85px rgba(0,0,0,.9)
}
.techexpo-img {
    margin: 40px 0;
    background: rgba(255,255,255,.8);
	border:1px solid #000;
	padding:20px 0;
}
.footer-bottom {
    color: #fff;
    font-size: 14px;
    padding: 16px 0;
    border-top: 1px solid #ddd;
	font-family: 'Roboto', sans-serif;
}
.footr-le > p {
    text-align: left;
	
}
.footr-rg {
    text-align: right;
}
.footer-bottom a {
    color: #fff;
}
.red-block{
	background:#ff0000;
	opacity:1;
}
.techexpo-content p {
    padding: 20px 36px;
    font-size: 16px;
    line-height: 27px;
	font-family: 'Roboto', sans-serif;
    
}
.bg-img-block{
	padding:0;
}
.owl-theme .owl-nav [class*=owl-]:hover{
	background:rgba(0,0,0,0.5);
}
.owl-theme .owl-nav [class*=owl-] {
   
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}
.owl-nav{
	position:absolute;
	width:100%;
	top:150px;
}
 .owl-prev{ 
	 position:absolute; 
	 left: 20px; 
	 top:0; 
 }
.owl-next{ 
	 position:absolute; 
	 right:20px; 
	 top:0;  } 
	 .inner-banner {
    background-attachment: fixed !important;
    background-repeat: repeat;
    background-size: cover;
    color: #ffffff;
    display: block;
    
    width: 100%;
}
.abtbanner {
    background-image: url(../images/about-banner2.jpg);
}
.ruggedbanner {
    background-image: url(../images/about-banner1.jpg);
}
.overlay-banner {
    background-color: rgba(0, 29, 55, 0.4);
    width: 100%;
}
.banner-titleblock {
    margin: 130px 0 60px;
}
.breadcrumb>.active {
    color: #fff;
    text-transform: capitalize;
}
.banner-title > h2 {
    color: #fff;
    display: table;
    font-size: 45px;
    font-weight: 600;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    border-bottom: 3px solid rgba(255,255,255,0.5);
    padding: 0 30px;
	font-family: 'Roboto', sans-serif;
}
.breadcrum-block ol {
    background: transparent none repeat scroll 0 0;
    border-radius: 0;
    margin: 0;
    padding: 16px 0;
    text-align: center;
	font-family: 'Roboto', sans-serif;
}

.breadcrumb > li {
    display: inline-block;
}
.ptb-50{
	padding:50px 0;
}
.content-leftabt p {
    font-size: 16px;
    line-height: 30px;
    font-family: 'Roboto', sans-serif;
    text-align: justify;
}
.para-title {
    color: #2f2f2f;
    font-size: 24px;
    position: relative;
    display: inline-block;
    padding: 10px 0 10px 13px;
    font-family: 'Roboto', sans-serif;
}

.para-title::before {
    content: "";
    position: absolute;
    height: 23px;
    width: 3px;
    bottom: 12px;
    background: red;
    left: 6px;
    left: 0;
}
.listing li {
    background: url(../images/li-arrow.png);
    background-repeat: no-repeat;
    padding-left: 47px;
    font-size: 15px;
    line-height: 22px;
    margin: 11px 0;
    font-family: 'Roboto', sans-serif;
    text-align: justify;
    background-position: 1px 6px;
}
.what-fh ,.services{
	margin:10px 0;}
.no-container{
	padding:0 15px
}
.wsmenu-list > li:before {
    background: #f9f9f7;
    height: 15px;
    width: 1px;
    position: absolute;
    content: "";
    right: -10px;
    top: 16px;
}
.wsmenu-list > li:last-child:before {
	display:none;
}
.wsmenu-list > li{
	position:relative;
	
}
.protection-table{
	font-family: 'Roboto', sans-serif;
}
.widget-content {
    width: 46%;
    margin: 40px 0 25px;
}
.widget-content table th{
	font-size:18px;
}
.widget-content table th {
    font-size: 16px;
    text-transform: capitalize;
	
}
.list-font{
	color:red;
	font-weight:bold;
}
.order-list li{
	 list-style-type: circle;
	 font-family: 'Roboto', sans-serif;
}
.order-list {
    padding-left: 65px;
}
.all-address {
	font-family: 'Roboto', sans-serif;

    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    margin: 15px 0;
    min-height: 235px;
    padding: 15px;
    text-align: center;
}
/* .contact-box.address:before { */
    /* content: "\f041"; */
/* } */
/* .contact-box li.ph-no:before { */
    /* content: "\f130"; */
/* } */
.contact-box li {
    
    margin-bottom: 18px;
}
.contact-form input, .contact-form textarea {
    width: 100%;
    height: 45px;
    margin-bottom: 25px;
    border-radius: 3px;
    border: 1px solid #ddd;
    padding-left: 20px;
		font-family: 'Roboto', sans-serif;
}
.cont-submit {
    background: red;
    border: 1px solid red;
    padding: 10px 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 16px;
    float: right;
	color:#fff;
}
.cont-submit:hover{
	background:#fff;
	color:red;
	border: 1px solid red;
}
.contact-form {
	margin-top:15px;
}
.contact-social {
    float: left;
   
}
.social-icon a {
    border: 1px solid #000;
    padding: 10px 16px;
    margin-right: 12px;
    background: #fff;
}
.social-icon a i{
	color:red;
}
.contact-social > a {
    display: inline-block;
    height: 35px;
    margin-right: 15px;
    text-align: center;
    width: 35px;
	color:#fff;
}
.fb {
    background: #3b5998 none repeat scroll 0 0;
    border: 1px solid #3b5998;
}
.twit {
    background: #00c0f7 none repeat scroll 0 0;
    border: 1px solid #00c0f7;
}
.li {
    background: #1085C7 none repeat scroll 0 0;
    border: 1px solid #1085C7;
}
.contact-social a:hover {
    background: #fff none repeat scroll 0 0;
    color: #05325e;
	border:1px solid #ddd;
}
.contact-social a i {
    font-size: 20px;
    padding: 7px 0;
}
.map{
	margin-top:50px;
}
.ph-no{
	font-size:20px;
}
.address {
    font-size: 15px;
    margin: 20px 0;
}
.email a {
    font-size: 18px;
    color: #3b5998;
}
.all-address h4 {
    color: red;
    text-transform: uppercase;
    font-size: 20px;
}
.red-block h4:hover ,.red-block h4:focus,.red-block h4:visited{
	color:#fff;
} 
.footer-links li {
    padding: 5px 0;
}
.footer-links li a {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}
footer{
	background:#242921;
	color:#fff;
	font-family: 'Roboto', sans-serif;
}
.footer-logo{
	margin:10px 0 0 0;
}
.footer-logo img {
    width: 70%;
}
.footer-top {
    padding: 25px 0;
    width: 100%;
    display: table;
}
.sociallinks li {
    display: inline-block;
}
.sociallinks a {
    color: red;
    margin: 0 10px;
}
.sociallinks li a i{
	font-size:20px;
}
.sociallinks li a i:hover{
	color:#fff;
}
.contact-footer li{
	display:block;
}
.contact-footer a{
	margin:0;
}
.footer-links li a:hover{
	border-left:2px solid red;
	padding-left:5px;
	color:red;
}
.contact-footer {
    padding-left: 10px;
    margin-top: 12px;
}
.contact-footer li {
    padding-left: 30px;
    position: relative;
    margin-bottom: 18px;
}
.contact-footer li a {
    color: #fff;
    font-size: 16px;
}
.contact-footer li.email:before {
    content: "\f0e0";
}
.contact-footer li:before {
    content: "";
    font-family: "FontAwesome";
    font-size: 18px;
    color: #e91f1f;
    position: absolute;
    display: inline-block;
    left: 0;
}
.contact-footer li.number:before {
    content: "\f095";
}
.enq-form .form-control {
    background-color: #fff;
    background-image: none;
    border-color: -moz-use-text-color -moz-use-text-color #ccc;
    border-radius: 0;
    border-style: none none solid;
    border-width: medium medium 2px;
    box-shadow: none;
    color: #555;
    display: block;
    font-size: 14px;
    height: 56px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
.captchaimg > span {
    float: left;
}
.product-description{
	font-family: 'Roboto', sans-serif;
	text-align:left;
}
.product-description h4{
	font-size:25px;
	color:red;
}
.product-description ul li {
    list-style: circle;
    font-size: 17px;
}
.product-description ul{
	padding:0 0 0 20px;
}
.product-readmore {
	color:#fff;
    background: red;
    border: 1px solid red;
    font-size: 18px;
    font-weight: bold;
    padding: 6px 18px;
    display: inline-block;
    margin-top: 20px;
}
.product-readmore:hover{
	color:red;
	border:1px solid red;
	background-color:#fff !important;
	font-weight:bold;
	background:red;
}
.full-product{
	background:#ddd;
}
/* #productss{ */
	/* padding:30px 0; */
/* } */
.product1 {
    padding: 20px 0;
    display: table;
    width: 100%;
}
.full-product .product-description{
	padding-left:90px;
}
.prod-inner{
	font-family: 'Roboto', sans-serif;
	
    font-size: 17px;
}
.prod-inner ul li,.discriptn ul li {
    list-style: circle;
    padding: 6px 0;
}
.prod-inner h4 {
    font-size: 24px;
    text-transform: uppercase;
}
.tagline {
    font-family: 'Roboto', sans-serif;
    font-size: 25px;
    color: red;
    font-style: italic;
    margin-bottom: 50px;
}
.inner-padd {
    padding: 50px 0;
    display: table;
    width: 100%;
}
.in-titl{
	font-size:18px;
	color:red;
}
.discriptn{
	 font-family: 'Roboto', sans-serif;
}
/* .inner-padd{ */
	/* background:#ededed; */
/* } */
.map-mark{
	font-size:28px;
	color:red;
}
.pro-1 {
    padding-left: 70px;
    padding-top: 20px;
}
.vertical{
	font-family: 'Roboto', sans-serif;
}
.vertical-box {
    background: #fff;
    padding: 35px 20px;
    min-height: 382px;
}
.vertical-box h3 {
    margin: 0 0 25px 0;
    color: red;
}
.vertical-box h4{
	font-size:16px;
}
.vertical-box .listing li {
    padding-left: 25px;
    padding-right: 30px;
    text-align: left;
}
.bg-grey {
    background-color: #f5f5f5;
}
.brochure a {
    border: 1px solid red !important;
    border-radius: 4px !important;
    padding: 6px 11px!important;
}
.brochure a:hover {
    background: red !important;
   color:#fff !important;
   
}
.brochures-all{
	 font-family: 'Roboto', sans-serif;
	 background:#faf3f3;
}
.brochure-table{
	background:#fff;
}
.brochures-all td{
	width:150px;
	text-align:center;
	padding:13px !important;
}
.brochures-all th{
	padding:13px !important;
}
.brochures-all td a:hover{
	 color: #fff;
	 background:red;
}
.brochures-all td a {
    color: red;
    font-weight: 500;
    font-size: 16px;
    border: 1px solid red;
    padding: 3px 10px;
}
.brochures-all h3{
	font-size:24px;
	text-align:center;
	color:red;
	margin-bottom:20px;
}
.product-dwnload a {
    font-family: 'Roboto', sans-serif;
    border: 1px solid red;
    padding: 7px 12px;
    display: inline-block;
    border-radius: 5px;
    font-size: 18px;
    margin-top: 15px;
	color:red;
}
.product-dwnload a:hover {
	background:red;
	color:#fff;
}
.slide-1{
	background:url("../images/banner-1-bg.png");
	background-position:center center;
	background-size:content;
	background-repeat:no-repeat;
}
.slide-2{
	background:url("../images/banner-2-bg.png");
	background-position:center center;
	background-size:content;
	background-repeat:no-repeat;
}
.slide-3{
	background:url("../images/banner-3-bg.png");
	background-position:center center;
	background-size:content;
	background-repeat:no-repeat;
}
.slide-2 h2{
	padding:80px 0;
}
.slide-3 h2{
	padding:120px 0;
}
.slide-right img{
	width:auto !important;
	padding-top:70px;
}
.slide-left h3 {
    padding-top: 120px;
    font-size: 34px;
    line-height: 40px;
    padding-left: 170px;
}
.itm-1{
	display:table;
	margin:0 auto;
	
}
.itm-1 .top-img , .itm-1 .bottom-img {
    position: absolute;
    width: 48%;
}

.itm-1 .top-img:after {
    right: -90px;
	 top: 100%;
}
.itm-1 .top-img:before {
    left: -90px;
    top: 100%;
}



.itm-1 .bottom-img:after {
  right: -90px;
		bottom:100px;
}
.itm-1 .bottom-img:before{
	left:-90px;
	bottom:100px;
}
