/*
Theme Name: Joyaviation
Theme URI: https://wordpress.org/themes/twentythirteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready
Text Domain: twentythirteen

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 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

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

* { -webkit-box-sizing: border-box; -moz-box-sizing:    border-box; box-sizing: border-box; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary { display: block; }

audio,
canvas,
video { display: inline-block; }

audio:not([controls]) { display: none; height: 0; }

[hidden] { display: none; }

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

html,
button,
input,
select,
textarea { font-family: 'BenchNine', Arial, Helvetica, sans-serif; }

body { color: #000000; line-height: 1.5; margin: 0; font-family: 'BenchNine', Arial, Helvetica, sans-serif; }

h1,
h2,
h3,
h4,
h5,
h6 { clear: both; line-height: 1.3; }

p { margin: 0 0 24px; }

nav ul,
nav ol { list-style: none; list-style-image: none; }

li > ul,
li > ol {
	margin: 0;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
	max-width: 100%;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}


input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

caption {
	font-size: 16px;
	margin: 20px 0;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

del {
	color: #333;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}

hr {
	background: url(images/dotted-line.png) repeat center top;
	background-size: 4px 4px;
	border: 0;
	height: 1px;
	margin: 0 0 24px;
}


/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */

.genericon:before,
.menu-toggle:after,
.featured-post:before,
.date a:before,
.entry-meta .author a:before,
.format-audio .entry-content:before,
.comments-link a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.edit-link a:before,
.attachment .entry-title:before,
.attachment-meta:before,
.attachment-meta a:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.bypostauthor > .comment-body .fn:before,
.error404 .page-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	vertical-align: text-bottom;
}

/* Clearing floats */
.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
	clear: both;
}

.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after {
	content: "";
	display: table;
}

/* Form fields, general styles first. */

input,
textarea {
	color: #141412;
}

input:focus,
textarea:focus {
	border: 1px solid #dfdfdf;
	outline: 0;
}

/* Buttons */


.post-password-required input[type="submit"] {
	padding: 7px 24px 4px;
	vertical-align: bottom;
}

.post-password-required input[type="submit"]:active {
	padding: 5px 24px 6px;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #7d7b6d;
}

:-moz-placeholder {
	color: #7d7b6d;
}

::-moz-placeholder {
	color: #7d7b6d;
}

:-ms-input-placeholder {
	color: #7d7b6d;
}

/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */


.nav-menu .sub-menu,
.nav-menu .children {
	background-color: #220e10;
	border: 2px solid #f7f5e7;
	border-top: 0;
	padding: 0;
	position: absolute;
	left: -2px;
	z-index: 99999;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
	color: #fff;
	margin: 0;
	width: 200px;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
	background-color: #db572f;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul,
ul.nav-menu .focus > ul,
.nav-menu .focus > ul {
	clip: inherit;
	overflow: inherit;
	height: inherit;
	width: inherit;
}


.video-background{ background: #000;
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: -99; }
  
.video-foreground,
.video-background iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}


.menu-toggle { display: none; }
.navbar .screen-reader-text.skip-link{ display:none; }
.screen-reader-text{ display:none; }

/* ============================ MAIN =================================== */

.clearfix:before, .clearfix:after { content:''; clear:both; display:block; height:0; width:0; overflow:hidden; }
.cl, .clfix:after { clear:both; }

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

.ytp-chrome-bottom{ display:none !important; }
.html5-video-player:not(.ytp-transparent), .html5-video-player.unstarted-mode, .html5-video-player.ad-interrupting, .html5-video-player.ended-mode, .html5-video-player.ytp-fullscreen{ background-color:inherit !important; }

.videoWrapper {
	position: relative;
	padding-bottom: 55%; /* 16:9 */
	padding-top: 23px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.videoWrappers {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrappers iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* =====================================	
	Header*
====================================*/
.video{ display:none; }
.videos{ width:100%; min-height:600px; }
.ytp-chrome-bottom{ display:none !important; }

.header { position:fixed; top:0; left:0; width:100%; z-index:9999; box-shadow:0 0 5px rgba(0,0,0,0.5); }
.header.smaller{ top:0; box-shadow:0 0 5px rgba(0,0,0,0.4); }
.header.smaller .headerTop{ padding:0; }
.header.smaller .socialSection{ display:none; }
.header.smaller .email{ display:none; }
.header.smaller .search{ display:none; }
.header.smaller .phoneNo{ display:none; }
.header.smaller .logo{ margin-top:7px; }
.header.smaller .logo img{ width:215px; }
.header.smaller .nav-menu li a{ font-size:20px; padding:15px; }

/*headerTop*/
.headerTop{ padding:10px 0; }
.page-template-page-templates.page-template-product .headerTop { background-color: rgba(0,0,0,0.7); }
.productPage{ position: relative; }

.socialSection{ float:left; }
.socialSection ul{ list-style:none; padding:0; margin:0; }
.socialSection ul li{ float:left; margin:0 10px 0 0; }
.socialSection ul li:last-child{ margin:0; }
.socialSection ul li a{ display:block; top:0; -webkit-transition: -webkit-transform .5s ease-in-out; transition: transform .5s ease-in-out; }
.socialSection ul li a:hover{ -webkit-transform: rotate(360deg); transform: rotate(360deg); }

.email{ float:left; margin-left:20px; }
.email a{ font-size:24px; font-weight:normal; color:#ffffff; text-decoration:none; line-height:40px; }
.email a:hover{ text-decoration:underline; transition:0.7s; }

.search{ float:right; margin-top:6px; position:relative; }
.search span{ font-size:24px; font-weight:normal; color:#ffffff; line-height:30px; }
.submit-form{ background:url(images/search-bar.png) no-repeat left center; cursor:pointer; padding-left:30px; } 
.search .serach-menu{  }
.searchForm{ display:none; position:absolute; right:-10px; z-index:9999; box-shadow:0 0 5px rgba(0,0,0,0.4); border-radius:50px; }
.search span{ font-size:24px; font-weight:normal; color:#ffffff; text-transform:uppercase; line-height:30px; padding-left:10px; }

.search button,
input[type="submit"],
input[type="button"],
input[type="reset"] { background:url(images/search-icon.png) no-repeat; width:24px; height:24px; text-indent:-9999em; border:none; position:absolute; top:8px; right:-20px; box-shadow:none; }

.search button,
input,
textarea { border:none; width:300px; border-radius:50px; height:40px; font-family: inherit; padding: 5px 40px 5px 15px; }
.phoneNo{ float:right; margin:2.5px 40px 0 0; }
.phoneNo a{ text-decoration:none; font-size:24px; font-weight:normal; color:#ffffff; background:url(images/phone.png) no-repeat left center; padding-left:40px; }
.phoneNo a:hover{ text-decoration:underline; transition:0.7s; }

/* headerBottom */
.headerBtm{ background-color:rgba(255,255,255,0.85); }

.logo{ float:left; margin-top:15px; }
h4.menuToogle{ display:none; }
.navbar{ float:right; }
.main-navigation { clear: both; margin: 0 auto; position: relative; }

ul.nav-menu, div.nav-menu > ul { margin: 0; padding: 0; }
.nav-menu li { display: inline-block; position: relative; margin-right:4px; }
.nav-menu li:last-child{ margin:0; }
.nav-menu li a { color: #58585a; display: block; font-size:26px; font-weight:bold; text-transform:uppercase; text-decoration: none; line-height:21px; padding:35px 20px; }
.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a { color: #0084d0; background-color:#ffffff; }

.nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu li:focus > a,
.nav-menu li a:focus { color: #0084d0; background-color:#ffffff; transition:0.7s;  }

/* =========================
	Banner*
=========================== */


.banner { position: relative; }
.videoText{ position: absolute; left: 0; right: 0; text-align: center; margin: 0 auto; top: 40%; } 
.videoText h1{ font-size: 90px; font-weight: 700; color: #fff; text-transform: uppercase; margin: 0; line-height: 90px;  text-shadow: 0 0 15px #000000;  }   
.videoText p{ margin: 0 0 25px 0; font-size: 50px; font-weight: 600; line-height: normal; }
.videoText a{ background-color: #0084d0; color: #fff; text-transform: uppercase; text-decoration: none; padding: 10px 30px; border-radius: 5px; font-size: 30px; letter-spacing: 2px; }
.videoText a:hover{ background-color: #065785; transition: 1s; }
body {
  background-size: cover;
}

/* The only rule that matters */
#video-background {
/*  making the video fullscreen  */
	width:100%;
  z-index: -100;
}

/* These just style the content */

video.fullscreen { 
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translate(-50%, -50%);
}  

#bgvid{ width:100%; }

.bannerText { position: absolute; top: 50%; width: 100%; text-align: center;  margin:0; z-index:9999; }
.bannerText h1{ font-size:70px; font-weight:600; color:#ffffff; margin:0; text-transform:uppercase; line-height:56px; }
.bannerText span { font-size:40px; font-weight:normal; line-height: 24px; color:#ffffff; line-height:20px; }
.bannerText a{ color:#ffffff; background-color:#519ff2; font-size:30px; font-weight:normal; text-decoration:none; padding:10px 20px; margin-top:15px; display:inline-block; }
.banner .tp-bannershadow.tp-shadow2{ background:none; }

/* =========================
	Products*
=========================== */
.productsInfo{ text-align:center; margin-top:100px; }
.productsInfo ul{ list-style:none; padding:0; margin:0; }
.productsInfo ul li{ display:inline-block; vertical-align:top; width:47.9%; margin-right:3.9%; position:relative; height:404px; overflow: hidden; }
.productsInfo ul li:last-child{ margin:0; }
.productsInfo ul li img{ width:100%; }
.productsInfo ul li .productTitle{ position:absolute; top:70px; left:0; width:100%; }
.productTitle h3{ display:inline-block; font-size:80px; font-weight:normal; color:#ffffff; margin:0; line-height:64px; text-transform:uppercase; }
.productsInfo ul li:last-child .productTitle h3{ text-shadow: 0px 15px 10px rgba(0,0,0,0.7); }
.productsInfo ul li a{ display:block; position:absolute; -webkit-transition: all .3s; transition: all .3s; width: 100%;  height: 100%; }
.productsInfo ul li a:hover{ opacity:0.8; transition:0.7s; }
.productsInfo ul li img{ width:100%; height:100%;  position: absolute; left: 0; -webkit-transition: all 300ms ease-out; -moz-transition: all 300ms ease-out; -o-transition: all 300ms ease-out; -ms-transition: all 300ms ease-out; transition: all 300ms ease-out; }
.productsInfo ul li:hover img{  -moz-transform: scale(1.2); -o-transform: scale(1.2); -webkit-transform: scale(1.2); transform: scale(1.2); }


.productsGrid{ text-align:center; padding:70px 0 0 0 ; }
.productsGrid ul{ list-style:none; padding:0; margin:0; }
.productsGrid ul li{ display:inline-block; margin-right:8%; width:18%; vertical-align:top; }
.productsGrid ul li:last-child{ margin:0; }
.productsGrid ul li .on-hover{ display:none; }
.productsGrid ul li a{ text-decoration:none; }
.productsGrid ul li h4{ color:#0084d0; font-size:30px; font-weight:normal; margin:0 0 10px 0; line-height:normal; }
.productsGrid ul li span{ font-size:36px; font-weight:normal; color:#58585a; text-transform:uppercase; line-height:41px; }
.productsGrid ul li:hover h4{ color:#044c75; transition:0.7s; }
.productsGrid ul li:hover .on-hover{ display:none; }
.productsGrid ul li:hover .off-hover{ display:none; }
.productsGrid ul li:hover .on-hover{ display:block; }


@-webkit-keyframes hvr-pulse-shrink {
  to { -webkit-transform: scale(0.9); transform: scale(0.9); }
}
@keyframes hvr-pulse-shrink {
  to { -webkit-transform: scale(0.9); transform: scale(0.9); }
}
.hvr-pulse-shrink { display: inline-block; vertical-align: middle; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); box-shadow: 0 0 1px transparent; }
.hvr-pulse-shrink:hover, .hvr-pulse-shrink:focus, .hvr-pulse-shrink:active { -webkit-animation-name: hvr-pulse-shrink; animation-name: hvr-pulse-shrink; -webkit-animation-duration: 0.3s; animation-duration: 0.3s; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-direction: alternate; animation-direction: alternate; }

/* =========================
	Services*
=========================== */

.airCraftService{ padding:160px 0 210px 0; background:url(images/aircraft.jpg) no-repeat center;  background-size:cover; text-align:center; }
.airCraftService .wrapper{ position:relative; }

.airCraftService h2{ display:inline-block; line-height:64px; margin:0; font-size:60px; font-weight:normal; color:#0084d0; position:relative; margin-bottom:70px; }
.airCraftService h2:after{ content:" "; background:url(images/title-bg.png) no-repeat center; width:50px; height:40px; position:absolute; left:0; bottom:-50px; right:0; margin:0 auto; }
.airCraftService p{ font-family:'Open Sans', Arial; font-size:18px; font-weight:normal; color:#58585a; line-height:24px; }  

.serviceGrid ul{ list-style:none; font-family:'Open Sans'; text-transform:uppercase; margin:0 0 25px 0; padding:0; }
.serviceGrid ul li.serviceLink{ display:inline-block; text-align:left; vertical-align:top; margin-left:10%; }
.serviceGrid ul li.serviceLink:first-child{ margin:0; }
.serviceGrid ul li p{ text-decoration:none; color:#58585a; font-size:18px; font-weight:600; position:relative; line-height:22px; margin:0;  }
.serviceGrid ul li p:before{ content:" "; background:url(images/right-arrow.png) no-repeat; width:18px; height:13px; position:absolute; top:7px; left:-28px; }
.serviceGrid ul li ul li{ display:inherit; margin-bottom:15px; }
.serviceGrid ul li ul li:last-child{ margin:0; }

a.allServices{ text-decoration:none; text-transform:uppercase; color:#ffffff; font-size:18px; font-weight:600; background-color:#0084d0; font-family:'Open Sans'; padding:13px 30px; transition: all .5s ease; }
a.allServices:hover{ color:#000000; text-shadow:0 0 0  #000, -200px 0 0 rgba(255, 255, 255, .3), 200px 0 0 rgba(255, 255, 255, .3), 0 45px 0 rgba(255, 255, 255, .3) , 0 -45px 0 rgba(255, 255, 255, .3) ; }

/* =========================
	Welcome Section*
=========================== */
.welcomeText{ text-align:center; padding:80px 0; overflow:hidden; }
.welcomeText .wrapper{ position:relative; }
.welcomeText h1{ display:inline-block; line-height:64px; margin:0 0 80px 0; font-size:60px; font-weight:normal; color:#0084d0; position:relative; }
.welcomeText h1:after{ content:" "; background:url(images/title-bg.png) no-repeat center; width:50px; height:40px; position:absolute; left:0; bottom:-50px; right:0; margin:0 auto; }

.col-left{ float:left; text-align:left; font-family:'Open Sans'; }
.col-left p{ font-size:18px; font-weight:normal; color:#58585a; line-height:30px; } 
.col-left ul{ list-style:none; padding:0; margin:0; }
.col-left ul li{ margin-bottom:5px; }
.col-left ul li p{ text-decoration:none; font-size:18px; font-weight:600; color:#0084d0; position:relative; padding-left:25px; display: grid; line-height:27px; }
.col-left ul li p:before{ content:""; background:url(images/welcome-bg.png) no-repeat; width:18px; height:13px; position:absolute; top:7px; left:0; }
.col-left ul li a:hover{ color:#58585a; transition:0.7s; }
.col-left h3{ font-size:24px; font-weight:600; color:#0084d0; text-transform:uppercase; }
.pageLink  p{ margin:0; }  

.col-left .pageLink{ float:left;  }
.col-left .customerLink{ float:left; margin-right:5%; margin-bottom:15px; }

.col-left .col-1{ width:40%; }
.col-left .col-2{ width:20%; }
.col-left .col-3{ width:30%; margin:0; }
.col-left .supply{ clear:left; }

.col-left .airCraftlink.pageLink{ margin-right:6%; }
.col-left .airCraftlink.col-one{ width:10%; }
.col-left .airCraftlink.col-two{ width:18%; }
.col-left .airCraftlink.col-three{ width:20%; }
.col-left .airCraftlink.col-four{ width:32%; margin:0; }

.sectionDetail{ clear:left; width:100%; position:relative; }
.sectionDetail p{ font-size:18px; font-weight:normal; color:#58585a; line-height:30px; font-family:'Open Sans'; text-align:left; }
.col-right{ background:url(images/electronic-plane.jpg) no-repeat; width:59%; height:375px; position:absolute; top:65px; right:-320px; }
.content-section{ width:68%; }

/* =========================
	companyLogos*
=========================== */
.companyLogos{ text-align:center; background-color:#58585a; padding:75px 0; position:relative; }
.companyLogos:before{ content:""; background:url(images/logo-bg.png) no-repeat left bottom; width:409px; height:230px; position:absolute; bottom:-126px; left:0px; }
.jcarousel { position: relative; overflow: hidden; margin:0 60px; }
.jcarousel ul{ list-style:none; padding:0; margin:0; width: 20000em; position:relative;}
.jcarousel ul li{ float:left; margin-right: 45px; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }
.jcarousel ul li img { display: block; max-width: 100%; height: auto !important; }

/* =========================
	latestNews*
=========================== */
.latestNews{ padding:80px 0; }
.newsTitle{ text-align:center; }
.newsTitle h2{ display:inline-block; line-height:64px; margin:0 0 70px 0; font-size:60px; font-weight:normal; color:#0084d0; position:relative; }
.newsTitle h2:after{ content:" "; background:url(images/title-bg.png) no-repeat center; width:50px; height:40px; position:absolute; left:0; bottom:-50px; right:0; margin:0 auto; }
.latestNews a{ text-decoration:none; }

.recentPost{ font-family:'Open Sans'; }
.recentPost ul{ list-style:none; padding:0; margin:0; }
.recentPost ul li{ float:left; width:31.666666666666664%; margin-right:2.5%; }
.recentPost ul li img{ width:100%; }
.recentPost ul li:last-child{ margin:0; }
.recentPost ul li h3{ margin:25px 0 12px 0; line-height:18px; }
.recentPost ul li h3 a{ font-size:18px; font-weight:600; color:#0084d0; text-transform:uppercase; }
.recentPost ul li h3 a:hover{ color:#58585a; transition:0.7s; }
.recentPost ul li .dateTime{ font-size:14px; font-weight:normal; color:#58585a; margin-bottom:5px; }
.recentPost ul li .newsContent-area{ word-spacing:px; font-size:16px; font-weight:normal; color:#58585a; margin-bottom:15px; }
.recentPost ul li a.more-link{ font-size:15px; font-weight:bold; color:#ffffff; text-transform:uppercase; background-color:#0084d0; padding:5px 20px; transition: all .5s ease; }
.recentPost ul li a.more-link:hover{ color:#000000; text-shadow:0 0 0  #000, -200px 0 0 rgba(255, 255, 255, .3), 200px 0 0 rgba(255, 255, 255, .3), 0 45px 0 rgba(255, 255, 255, .3) , 0 -45px 0 rgba(255, 255, 255, .3) ; }




/* =========================
	Footer*
=========================== */
.footer{ background:url(images/footer-bg.jpg) no-repeat center; background-size:cover; background-attachment:fixed; padding:90px 0 35px 0; }

/*ftrLinks Common*/
.ftrLinks{ float:left; margin-right:9.7%; }
.information{ width:15.833333333333332%; }
.buySection{ width:20.833333333333336%; }
.contact{ width:16.5%; }
.ftrSocial{ width:17.5%; }
.ftrLinks:last-child{ margin:0; }
.ftrLinks ul{ list-style:none; padding:0; margin:0; }
.ftrLinks ul li{  }
.ftrLinks ul li a{ text-decoration:none; color:#ffffff; font-family:'Open Sans'; font-size:15px; font-weight:normal; line-height:30px; }
.ftrLinks ul li a:hover{ text-decoration:underline; }
.ftrLinks p{ text-decoration:none; color:#ffffff; font-family:'Open Sans'; font-size:15px; font-weight:normal; margin:0; line-height:30px; }
h4.link-title{ margin:0 0 15px 0; font-size:36px; font-weight:normal; color:#ffffff; line-height:32px; position:relative; }
h4.link-title:after{ content:" "; background:url(images/footer-titlebg.png) no-repeat left; width:50px; height:40px; position:absolute; right:0; top:-15px; }
.ftrLinks:nth-child(1) h4.link-title:after{  }
.ftrLinks:nth-child(2) h4.link-title:after{  }
.ftrLinks:nth-child(3) h4.link-title:after{ right:35px; }
.ftrLinks:last-child h4.link-title:after{ right:40px; }

/*ftrSocial*/
.ftrSocial ul{ list-style:none; padding:0; margin:0; }
.ftrSocial ul li{ float:left; margin-right:10px; }
.ftrSocial ul li:last-child{ margin:0; }
.ftrSocial ul li a{ display:block; -webkit-transition: -webkit-transform .5s ease-in-out; transition: transform .5s ease-in-out; }
.ftrSocial ul li a:hover{ opacity:0.8; -webkit-transform: rotate(360deg); transform: rotate(360deg); }

/*ftrLogo*/
.ftrLogo{ margin-top:60px; text-align:center; position:relative; }
.ftrLogo:after{ content:" "; background:url(images/ftr-logo-style.png) no-repeat center; width:100%; height:5px; position:absolute; left:0; bottom:8px; }
.ftrLogo a{ display:inline-block; position:relative; z-index:9999; }

/* copyRight */
.copyRight{ text-align:center; font-family:'Open Sans'; color:#fff; font-size:16px; font-weight:normal; margin-top:25px; }
.copyRight ul{ list-style:none; margin:0; padding:0; }
.copyRight ul li{ display:inline-block; padding: 0 30px 0 25px; position:relative; }
.copyRight ul li:last-child { display:none; }
.home  .copyRight ul li:after{ content:" - "; color:#ffffff; font-weight:600; position:absolute; top:0; right:0; }
.home .copyRight ul li:last-child { display:inline-block; }
.copyRight ul li:last-child:after{ content:" "; }
.copyRight ul li a{ text-decoration:none; color:#ffffff; }
.copyRight ul li a:hover{ text-decoration:underline; transition:0.7s; }
.copyRight p{ margin:0; }

/* Go-to-top */
.c-content { padding: 20px; position:relative; }
.c-go-top { background-color:#ffffff; bottom:60px; border-radius:50px; display: none; font-size: 3px;  padding:18px 20px; position: fixed; right:40px; text-decoration: none; z-index: 999; border:2px solid #0084d0; }
.c-go-top:hover, .c-go-top:focus, .c-go-top:active, .c-go-top:visited { color: #fff; outline: 0; text-decoration: none; }
#c-go-top:after, #c-go-top:before { top:3px; left:10px; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; }
#c-go-top:before { border-color: rgba(194, 225, 245, 0); border-bottom-color:#0084d0; border-width:10px; }

/* =========================
	Inner Page*
=========================== */

.no-Reasult{ font-family:'Open Sans'; padding-bottom:20px; }
.topPage{ min-height:151px; background-color:#0084d0; width:100%; }
.pageBanner{ min-height:350px; background-position:center; text-align:center; box-shadow:0 0 5px rgba(0,0,0,0.5); }
.pageBanner h1{ margin:147px 0 0 0; font-size:80px; font-weight:700; text-transform:uppercase; color:#ffffff; display:inline-block; line-height:64px; text-shadow:0 0 15px #000000; }  
.sliderContent{ margin-top:60px; }
.sliderContent h1{ font-size:60px; text-transform:uppercase; display:inline-block; border-bottom:5px solid #0084d0; line-height:normal; }
.page-content article{ box-shadow:none; padding:0; margin:0; }
.entry-content{  color:#000000; font-weight:500; font-family:'Open Sans'; padding:40px 0 60px 0; }
.entry-content ul{ margin:20px 0; }
.entry-content p{ margin-bottom:20px; font-size:18px; font-weight:500; color:#333333; }
.entry-content p.industry{ text-align:center; font-weight:700; }

.metaslider .caption-wrap{ display:none !important; }

.entry-content .wpcf7 ul{ list-style:none; padding:0; margin:0; }
.entry-content .wpcf7 ul li{ float:left; margin-bottom:15px; }
.entry-content .wpcf7 ul li .wpcf7-form-control.wpcf7-submit{ background:none; position:static; text-indent:0; color:#fff; background-color:#0988d4; width:auto; height:auto; padding:10px 20px; text-transform:uppercase; }
.entry-content .wpcf7 ul li .wpcf7-form-control.wpcf7-submit:hover{ color:#000; transition:0.7s; }
.entry-content .wpcf7 ul li{ width:49.5%; margin-right:2%; color:#000000; font-weight:700; }
.entry-content .wpcf7 ul li.formchild{ width:32%; }
.entry-content .wpcf7 ul li.formchild.two{ width:49%; }
.entry-content .wpcf7 ul li.apperance .wpcf7-validates-as-number{ -webkit-appearance: none; -moz-appearance: none; appearance: none; }

.entry-content .wpcf7 ul li:nth-child(3){ margin-right:0; }
.entry-content .wpcf7 ul li:nth-child(5){ margin-right:0; }
.entry-content .wpcf7 ul li:nth-child(6){ margin-right:0; width:100%; }
.entry-content .wpcf7 ul li:nth-child(7){ width:24%; margin-right:2%; }
.entry-content .wpcf7 ul li:nth-child(8){ width:24%; margin-right:2%; }
.entry-content .wpcf7 ul li:nth-child(9){ width:23%; margin-right:2%;  }
.entry-content .wpcf7 ul li:nth-child(10){ width:23%; margin-right:0; }
.entry-content .wpcf7 ul li:nth-child(11){ width:24%; margin-right:2%; }
.entry-content .wpcf7 ul li:nth-child(12){ width:24%; margin-right:2%; }
.entry-content .wpcf7 ul li:nth-child(13){ width:23%; margin-right:2%; }
.entry-content .wpcf7 ul li:nth-child(14){ width:23%; margin-right:0; }
.entry-content .wpcf7 ul li:nth-child(15){  margin-right:0; width:100%; }
.entry-content .wpcf7 ul li:nth-child(16){  margin-right:0; width:100%; }
.entry-content .wpcf7 ul li input, textarea{ border:1px solid #cacacc; width:100%; border-radius:5px; height:50px; }
.entry-content .wpcf7 ul li textarea{ height:100px; border: 1px solid #cacacc; border-radius:5px; }
.entry-content .wpcf7 ul li textarea:focus{ border: 1px solid #61c5fe; }    
.entry-content .wpcf7 ul li input:focus{ border:1px solid #616563; box-shadow:0 0 3px rgba(0,0,0,0.2); }
.entry-content .wpcf7 ul li textarea:focus{ border:1px solid #616563; box-shadow:0 0 3px rgba(0,0,0,0.2); }

.entry-content .wpcf7 ul li:last-child input{ border:none; }
.entry-content .wpcf7 ul li .wpcf7-form-control .wpcf7-submit{ border:none; }
.entry-content .wpcf7 ul li select{ width:100%; height:50px; border:1px solid #cacacc; border-radius:5px 0 0 5px; font-family:inherit; font-size:14px; padding:0 5px; }
.entry-content .wpcf7 ul li select:focus{ border:1px solid #616563; outline:none; box-shadow:0 0 3px rgba(0,0,0,0.2); }
.entry-content .wpcf7 ul li .submit ul li{ float:left; width:auto; }


.entry-content a{ text-decoration:none; color:#b50001; }
.entry-content a:hover{ text-decoration:underline; }
.entry-content .categories-links{ margin:0 10px; }
.entry-content .comment-reply-title{ margin:0; }
.localtext{ background-color:#58585a; color:#ffffff; padding:10px 20px; font-size:18px; display:inline-block; margin:20px 0 0 0; }

.pageBanner.post{ background:url(images/pagebg.png) no-repeat center; background-size:cover; }
.innerTitle h1{ font-size:60px; font-weight:600; text-transform:uppercase; border-bottom:3px solid #0084d0; display:inline-block; margin:35px 0 0 0; line-height:normal; }

/* product page */
.productVideoText{ position: absolute; top: 40%; left: 0; right: 0; text-align: center; }
.productVideoText h2{ font-size: 90px; font-weight: 700; color: #fff; text-transform: uppercase; margin: 0; line-height: 90px; text-shadow: 0 0 15px #000000; }

.search.search-results{ float:none; margin:0; }
.search.search-no-results{ float:none; margin:0; }
.search.search-no-results  button, input, textarea{ border:1px solid #0084d0;  padding: 5px 40px 5px 15px; }
.no-results{ padding-bottom:30px; }
.search-form { float:left; position:relative; }
.page-title{ color:#58585a; margin:0 0 20px 0; }
.search-box{ font-family:'Open Sans'; }
.page-content h2{ margin:10px 0; } 
.entry-meta{ font-family:'Open Sans'; }
.entry-meta a{ text-decoration:none; color:#58585a; font-weight:600; font-size:18px; }
.readMore a{ text-decoration:none; color:#b50001; }
.entry-meta span{ margin-right:5px; }
.categories-links{ display:none; }

/* POST */
.post-template{ box-shadow:0 0 5px rgba(0,0,0,0.4); padding:25px; }
.post-template article{ padding:0; margin:0; box-shadow:none; }
.postType{ text-align:center; font-family:'Open Sans'; padding:25px 0;  }
.entry-content .form-submit .submit{ position:static; color:#ffffff; background-color:#0084d0; padding:10px 15px; text-indent:inherit; width:auto; height:auto; background-image:none; transition: all .5s ease; }
.entry-content .form-submit .submit:hover{ color:#000000; text-shadow:0 0 0  #000, -200px 0 0 rgba(255, 255, 255, .3), 200px 0 0 rgba(255, 255, 255, .3), 0 45px 0 rgba(255, 255, 255, .3) , 0 -45px 0 rgba(255, 255, 255, .3) ; }
.post-template .entry-content { padding:15px 0 0 0; }
.entry-title{ color:#0084d0; margin:0 0 10px 0; line-height:23px; }
.entry-title a{ color:#0084d0; text-decoration:none; }

/*comment*/
.comments-area{ font-family:'Open Sans'; }
.comment-author{ margin-bottom:10px; }
.comment-list{ padding:0 0 20px 15px; margin:0 0 20px 0; float:left; width:100%; border-bottom:1px solid #dfdfdf; margin-bottom:20px; }
.comment-list li{ float:left; vertical-align:top; margin-right:3%; border-right:1px solid #dfdfdf; padding-right:3%; }
.comment-list li:last-child{ border:none; margin:0; padding:0; }
.entry-thumbnail{ margin-bottom:15px; }
.archive-header a{ text-decoration:none; text-transform:capitalize; }

/*author*/
.archive-title{ padding-bottom:10px; border-bottom:1px solid #dfdfdf; }
.author{ padding:25px 0; }
.author .entry-content{ padding:15px 0; }
.word article{ box-shadow:none; padding:0; }
.entry-content .entry-meta span{ padding:0; }
.entry-content .entry-meta a{ color:#58585a; }

.values ul{ list-style:none; margin:0; padding:0; }
.values ul li{ font-size:18px; font-weight:500; color:#333333; line-height:normal; margin-bottom:10px; }
.values ul li:last-child{ margin:0; }

.pageTtlOuter{ margin-top:20px; }
.content{ border-top:1px solid #dfdfdf; padding-top:20px; margin-top:20px; }
.no-Reasult span{ padding:0; }

/*.post-template{ text-align:center;  box-shadow:0 0 5px rgba(0,0,0,0.4); padding:25px; }
.post-template .entry-content{ padding:0; }
.post-template .entry-header{ padding-bottom:10px; margin-bottom:10px; border-bottom:1px solid #dfdfdf; }
.post-template h1{ color:#0084d0; margin:20px 0 10px 0; }
.post-template p{ text-align:justify; }
.post-template p:last-child{ margin:0; }
.sidebars{ float:left; width:25%; padding:10px; box-shadow:0 0 5px rgba(0,0,0,0.4); }
.sidebars h3{ margin:0 0 10px 0; background-color:#0084d0; color:#fff; padding:10px; } 
.sidebars ul{ list-style:none; padding:0 0 0 10px; margin:0; }
.sidebars ul li{ padding:5px 0; border-bottom:1px solid #dfdfdf; }
.sidebars ul li:last-child{ border:none; }
.sidebars ul li a{ color:#000000; }
.entry-meta{ margin-top:15px; }*/

.innerImages ul{ list-style:none; margin:25px 0 0 0; padding:0; }
.innerImages ul li{ float:left; margin-right:2%; }
.innerImages ul li img{ width:100%; }
.innerImages ul li:last-child{ margin:0; }
.addresscontent{ margin:30px 0 0 0; }
.values{ margin-top:30px; }
.tp-bullets{ display:none !important; }

.armedforces .forceimg{ max-width: 100%; }

.entry-content .wpcf7 ul li input:focus{ outline:none; }
.entry-content .wpcf7 ul li textarea:focus{ outline:none; }

.entry-content .wpcf7 .quotes ul li{ width:49%; margin-right:2%; }
.entry-content .wpcf7 .quotes ul li:nth-child(2){ margin-right:0; }
.entry-content .wpcf7 .quotes ul li:nth-child(3){ margin-right:0; width:100%; }
.entry-content .wpcf7 .quotes ul li:nth-child(5){ margin-right:0; }
.entry-content .wpcf7 .quotes ul li:nth-child(7){ margin-right:0; }
.entry-content .wpcf7 .quotes ul li:nth-child(8){ margin-right:0; width:100%; }
.entry-content .wpcf7 .quotes ul li:nth-child(10){ margin-right:0; }
.entry-content .wpcf7 .quotes ul li:nth-child(12){ margin-right:0; }
.entry-content .wpcf7 .quotes ul li:nth-child(14){ margin-right:0; }
.entry-content .wpcf7 .quotes ul li:nth-child(16){ margin-right:0; }




.allproducts {
}
.allproducts .products_category ul {
	list-style: none;
	padding: 0;
	margin-bottom: 40px;
	text-align: left;
}
.allproducts .products_category ul li {
	display: inline-block;
	padding: 5px 10px;
	border-radius: 4px;
/* 	background-color: #0084d0;
	color: #fff; */
	background-color: #d3d3d3; /* #58585a; */
    color: #0084d0;
	margin: 5px;
}
.allproducts .products_category h3 {
    font-size: 24px;
    font-weight: 600;
    color: #0084d0;
    text-transform: uppercase;
	line-height: 1.3;
}
.allproducts .products_category h3:before {
    border-bottom: 1px solid #908e8e;
    content: "";
    width: 100%;
    display: block;
    position: relative;
    top: 36px;
}
.allproducts .products_category h3:after {
    border-bottom: 3px solid #0084d0;
    width: 80px;
    content: "";
    display: block;
    position: relative;
    top: 3px;
}
.companyLogosHeader {text-align:center;}
.companyLogosHeader h2{ display:inline-block; line-height:64px; margin:0; font-size:60px; font-weight:normal; color:#0084d0; position:relative; margin-bottom:70px; }

