/*

Theme Name: Twenty Seventeen

Theme URI: https://wordpress.org/themes/twentyseventeen/

Author: the WordPress team

Author URI: https://wordpress.org/

Description: Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.

Version: 2.4

Requires at least: 4.7

Requires PHP: 5.2.4

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Text Domain: twentyseventeen

Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready



This theme, like WordPress, is licensed under the GPL.

Use it to make something cool, have fun, and share what you've learned with others.

*/



/*--------------------------------------------------------------

>>> TABLE OF CONTENTS:

----------------------------------------------------------------

1.0 Normalize

2.0 Accessibility

3.0 Alignments

4.0 Clearings

5.0 Typography

6.0 Forms

7.0 Formatting

8.0 Lists

9.0 Tables

10.0 Links

11.0 Featured Image Hover

12.0 Navigation

13.0 Layout

   13.1 Header

   13.2 Front Page

   13.3 Regular Content

   13.4 Posts

   13.5 Pages

   13.6 Footer

14.0 Comments

15.0 Widgets

16.0 Media

   16.1 Galleries

17.0 Customizer

18.0 SVGs Fallbacks

19.0 Media Queries

20.0 Print

--------------------------------------------------------------*/



/*--------------------------------------------------------------

1.0 Normalize

Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css

--------------------------------------------------------------*/

.Contact-us {

    text-align: center;
}
a.downlodbpdf {
    font-size: 18px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50px;
    padding: 14px 25px 12px;
    line-height: 18px;
    margin: 0 auto 30px;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
}
.wp-block-button a {
    font-size: 18px !important;
    color: #fff;
    background: #c81e24;
    border-radius: 50px;
    padding: 15px 25px !important;
    line-height: 18px !important;
    margin: auto;
    text-transform: uppercase;
    display: inline-block !IMPORTANT;
    text-decoration: none !important;
    font-weight: normal !important;
	border:1px solid #c81e24 !important;
}

.wp-block-button a:hover {
	background:#fff !important;
	color: #c81e24 !important;
}
.single-product-mid img{
	display:block;
}

p.capimgpro {
    font-size: 14px;
    font-style: italic;
    margin: 0;
    padding: 10px;
}

@media only screen and (max-width: 600px) {
	#bg-tech {
  
    height: 450px;
}
	
}
@media only screen and (min-width:768px) {

a.linkdis {
    pointer-events: none;
}
}
@media only screen and (min-width: 600px) and (max-width:767px){
	#bg-tech {

    height: auto;
}
	.mobviewcap{
		width: 45%;
    float: left;
	}
	.mobview{
	width: 50%;
		 float: left;
	}

}


a.midbuttoncont {
    font-size: 18px;
    color: #fff;
    background: #c81e24;
    border-radius: 50px;
    padding: 15px 25px;
    line-height: 18px;
    margin: auto;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
}
a.midbuttoncont:hover {
  
    color: #c81e24;
    background: #fff;
   
  
	border:1px solid #c81e24;
}