/*  
Theme Name: QEV
Theme URI: http://www.yourwebsitelink.com/theme-name
Description: This is an wordpress theme.
Version: 4.0
Author: Vanderplas Web Design
Author URI: http://www.vanderplas.us/
*/


.page_content {
  min-height: 400px;
}

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * 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 images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.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: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, 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;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   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,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        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 for images, or javascript/internal links
     */

.ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
    content: "";
}

pre,
    blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
}

thead {
    display: table-header-group;
 /* h5bp.com/t */;
}

tr,
    img {
    page-break-inside: avoid;
}

img {
    max-width: 100% !important;
}

@page {
    margin: 0.5cm;
}

p,
    h2,
    h3 {
    orphans: 3;
    widows: 3;
}

h2,
    h3 {
    page-break-after: avoid;
}
}

a,h1,h2,h3,h4 {
    font-family: 'Conv_MYRIADPRO-REGULAR';
}

a,a:hover {
    text-decoration: none;
}

a:focus {
    outline: none;
}

div {
    overflow: hidden;
}

body {
    font-family: 'Conv_MYRIADPRO-REGULAR';
}

.mobile_menu {
    display: none;
}

ul#nav {
    display: block;
}

.header_area {
    background: #003663;
}

.header {
}

.logo {
    margin-top: 30px;
}

.mainmenu {
    margin: 5px 0;
}

.mainmenu ul#nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mainmenu ul#nav li {
    float: left;
    background: #002D52;
    border: 1px solid #002646;
}

.mainmenu ul#nav li a {
    display: block;
    padding: 30px 20px;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    text-align: center;
}

.mainmenu ul#nav li a:hover {
    background: #003663;
}

.banner_area {
    background: url(img/banner.jpg) no-repeat;
    background-size: cover;
    height: 390px;
    position: relative;
}

.banner {
    background: url("img/banner_opcity.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: 0;
    color: #fff;
    left: 50%;
    margin-left: -265px;
    position: absolute;
    text-align: center;
    width: 530px;
}

.banner h2 {
    font-size: 25px;
}

.banner p {
}

.call_to_action_area {
}

.call_to_action {
    text-align: center;
    margin: 40px 0;
}

.call_to_action h2 {
    color: #002849;
    text-transform: uppercase;
    margin-top: 0;
}

.call_to_action p {
    color: #001627;
    font-size: 14px;
}

.promo_area {
    background: #002B4E;
}

.border-t {
    border-top: 1px solid #fff;
    margin-top: 2px;
}

.promo {
    color: #fff;
    margin: 35px 0;
}

.single_promo {
}

.single_promo h2 {
    font-size: 21px;
}

.single_promo p {
    font-size: 14px;
}

.single_promo img {
}

a.learn_more {
    background: #e31a49;
 /* Old browsers */
    background: -moz-linear-gradient(top,  #e31a49 0%, #e31a49 50%, #e00034 51%, #e00034 100%);
 /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e31a49), color-stop(50%,#e31a49), color-stop(51%,#e00034), color-stop(100%,#e00034));
 /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #e31a49 0%,#e31a49 50%,#e00034 51%,#e00034 100%);
 /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #e31a49 0%,#e31a49 50%,#e00034 51%,#e00034 100%);
 /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #e31a49 0%,#e31a49 50%,#e00034 51%,#e00034 100%);
 /* IE10+ */
    background: linear-gradient(to bottom,  #e31a49 0%,#e31a49 50%,#e00034 51%,#e00034 100%);
 /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e31a49', endColorstr='#e00034',GradientType=0 );
 /* IE6-9 */
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    display: inline-block;
    padding: 10px 25px;
    border: 1px solid #2C000A;
    border-radius: 3px;
    text-transform: uppercase;
}

.megazine_area {
    background: #F2F2F2;
}

.megazine {
    margin: 20px 0 30px;
}

.megazine img {
    margin-bottom: 25px;
}

.megazine h2 {
    color: #002849;
    font-size: 28px;
    text-transform: uppercase;
}

.megazine p {
    color: #001527;
    font-size: 14px;
}

.company_profile_area {
}

.company_profile {
    margin-bottom: 35px;
}

.company_profile_text {
}

.company_profile_text h2 {
    color: #002849;
    font-size: 30px;
    margin-bottom: 0;
}

.company_profile_text p {
    color: #001527;
    font-size: 14px;
    text-align: justify;
}

.profile_text {
}

.profile_img {
    margin-top: 75px;
}

.contact_qev_area {
    background: #002D52;
}

.contact_qev {
    color: #fff;
    margin: 30px 0;
}

.contact_details {
}

.contact_details h3,.social_icon h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    margin-bottom: 25px;
}

.single_contact {
    width: 120px;
    float: left;
    margin-right: 50px;
}

.single_contact h2 {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

.single_contact h2 span {
    font-weight: normal;
    display: block;
    margin-top: 3px;
}

.single_contact h2 a {
    font-weight: normal;
    display: block;
    margin-top: 3px;
    color: #fff;
    font-size: 14px;
}

.post_address {
    margin-right: 0;
    width: 180px;
}

.email_con {
    width: 170px;
    margin-right: 20px;
}

.social_icon {
}

.social_icon a i {
    background: none repeat scroll 0 0 #12548a;
    color: #002d52;
    font-size: 22px;
    height: 40px;
    margin-right: 10px;
    padding-top: 10px;
    text-align: center;
    width: 40px;
    transition: all 0.4s ease;
}

.social_icon a:hover i {
    background: none repeat scroll 0 0 #fff;
    color: #12548a;
}

.footer_area {
    background: #00213D;
}

.footer {
}

.footer_menu {
}

.footer_menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.footer_menu ul li {
    display: inline;
    border-right: 1px solid #fff;
}

.footer_menu ul li:last-child {
    border-right: 0px solid #fff;
}

.footer_menu ul li a {
    display: inline-block;
    color: #fff;
    padding: 15px 10px;
    font-size: 13px;
}

/* fonts css */
@font-face {
    font-family: 'Conv_MYRIADPRO-REGULAR';
	src: url('fonts/MYRIADPRO-REGULAR.eot');
	src: local('☺'), url('fonts/MYRIADPRO-REGULAR.woff') format('woff'), url('fonts/MYRIADPRO-REGULAR.ttf') format('truetype'), url('fonts/MYRIADPRO-REGULAR.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}