/*! HTML5 Boilerplate v5.1.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers:
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);

body{
	font-family: 'Open Sans', Helvetica, sans-serif;
}
p, h1, h2, h3, h4, strong, b{	font-family: 'Open Sans', Helvetica, sans-serif;
	color: #747474}

.logo{
margin-top:35px;
    margin-bottom: 0;
	}
.logo img{
width: 100%;
}
.logo_text h2 strong{ 
	font-size: 12pt;
    font-family: Arial, Helvetica, sans-serif;
	padding:0;
}
.logo_text h2 { 
margin:0;
padding:0;
}


.brand_logo{margin-top:20px; text-align: right;}
.brand_logo ul{    
	margin: 0;
    padding: 0;
}
.brand_logo ul li{    
	display: inline;
    width: 120px;
    list-style: none;
}
.brand_logo ul li a {display: inline-block; padding: 5px;}
.brand_logo ul li a img{height: 40px; }

.nav_menu{text-align: right; margin-top: 20px;}
.nav_menu ul{margin:0; padding: 0; display: block;}
.nav_menu ul li{display: inline; transition: .5s;}
.nav_menu ul li:last-child{margin-right:3px;}
.nav_menu ul li a{
	display: inline-block; padding: 5px 10px; text-decoration: none; transition: .5s; color: #000000;
}

.nav_menu ul li:hover a{background: #ED1D24; color: #fff; }
.nav_menu ul .active {background: #ED1D24; color: #fff; }

.responsive_nav{
	background: #ED1D24;
		color: #fff;
		text-align: left;
		width: 100%;
		padding:15px;
		display: none;
		
}
.responsive_nav:hover{
	color:#fff;
}




.top_header{
padding: 0 30px	
}
.top_header h2{
	font-size: 14pt;
	font-weight: bold;
	line-height: 24px;
}
.service_img img{
	width: 100%;
	margin-bottom: 10px;
}
#services .row{
	padding-left:13px;
	padding-right:13px;
	margin-top:10px;
}
#services .col-md-3{
		padding-left: 2px;
		padding-right: 2px;
}
.service_details span img{
    height: 20px;
    width: 20px;
    margin-bottom: 10px;
    margin-right: 10px;	
}
.trusted p{
	margin: 20px 0;
	font-weight: bold
}
.services_ul  ul{margin:0; padding:0; margin-bottom: 30px;}
.services_ul  ul li{
	list-style: none
}
.footer_title h2{
	font-size:16pt;
	color: #ED1D24;
	font-weight: bold
}
.product_cell{
	margin: 15px 0;
}

.product_cell ul{
	padding:  0 15px;
}

.product_cell p{
	line-height:15px;
}
.gap30{height: 30px; width: 100%;}
.gap70{height: 70px; width: 100%;}

.footer_dis p{line-height: 10px;}
.footer_left{margin-bottom: 30px;}
.footer_right{text-align: right; margin-bottom: 30px;}
.footer_right ul{margin: 0; padding: 0}
.footer_right ul li{display: inline; }
.footer_right ul li a{display: inline-block; padding: 5px; }

.responsive_nav .fa-bars{float: right}

.box_border{
    border: 1px solid #ddd;
    padding: 0 15px;
    min-height: 320px;
    margin-bottom: 20px;
    box-shadow: 1px 1px 8px #ddd;
}

.footer_dis img{
	width: 100%
}
.footer_left p{
	margin: 10px 0;
}

.page_header{    
	background-color: #ED1D24;
    text-align: center;
   
    margin: 15px 0;
}
.page_header h2{
	font-size:16pt;
	font-weight: bold;
	padding:10px;
	 color: #fff;
}
.about_map{width:200px; margin: 0 auto}
.about_map img{width: 100%; }
.service_img img{width: 100%}

.help_img{
	width: 150px
}

.help_img img{
	width: 100%
}

.backtop{font-size: 10px; padding: 10px; border: 1px solid #ddd; border-radius: 5px;}

.contact_area blockquote{
	font-size: 12pt;
}

.col-xs-3{
	padding-left: 5px;
	padding-right: 5px;	
}

/* mobile responsive update */
.mob_logo img{
	width: 80%;
}
.mob_brnd_logo img{
	width: 100%;
}
.quote_star{
	float: left;
	height: 50px;

}
.quote_star_text{
		
}

.service_img p{
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
}
@media all and (max-width: 767px){
	
.quote_star{
	height: 120px
}
}

@media all and (max-width: 480px){
	
.quote_star{
	float: none;
	height: 0px;
}
.service_img p{
	font-size: .8em;
	    line-height: 5px;
}
.gap-30{
	margin-top: 20px;
	margin-bottom: 20px;
}

}







