html{color: #222;font-size: 1em;line-height: 1.4;}
::-moz-selection {background: #b3d4fc;text-shadow: none;}
::selection {background: #b3d4fc;text-shadow: none;}

hr{
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
audio,canvas,iframe,img,svg,video{
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
    resize: vertical;
}
body p {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    letter-spacing: 0.8px;
    line-height: 1.8;
}
/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.intro{
    height: 915px;
    background: linear-gradient(to bottom left, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3)), url(../images/intro-bg.jpg);
    background-attachment: fixed;
    background-position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}
.menu-bar {
    background: #000;
    background: linear-gradient(to top right, rgba(255, 255, 255, 0.71), rgba(255, 0, 0, 0.31));
    display: block;
    margin-top: 30px;
    position: absolute;
    text-align: right;
    width: 100%;
    padding: 10px;
}
.menu-bar ul {
    margin: 0;
}
.menu-bar ul li {
    display: inline;
    margin-right: -5px;
}
.menu-bar ul.list-unstyled li a {
    color: #000;
    padding: 11px 10px;
    text-transform: uppercase;
    font-family: "Roboto";
    font-weight: 430;
    transition: .5s ease;
}
.menu-bar ul.list-unstyled li a.active,
.menu-bar ul.list-unstyled li a:active,
.menu-bar ul.list-unstyled li a:focus,
.menu-bar ul.list-unstyled li a:hover {
    background: #000 none repeat scroll 0 0;
    text-decoration: none;
    background: linear-gradient(to bottom left, rgba(40, 40, 40, 0.7), rgba(40, 40, 40, 0.001));
    color: #000;
    font-weight: 700;
    transition: .5s ease;
}
.menu-bar h1{
  font-size:33px;
  font-weight: 700;
  text-align:right;
  letter-spacing: 2px;
  color:#000;
  text-transform:uppercase;
}
.intro-content{
    position: relative;
    top: 65px;
    width: 100%;
}
.col-md-4.intro-flash
{
    margin-left:-50px;
    float: left;
    position: relative;
    top: 100px;
    width:37.6%;
}
.intro-texts h1 {
  font-size:33px;
  font-weight: 700;
  margin-top:10px;
  letter-spacing: 2px;
  text-align:right;
  color: #000;
  text-transform: uppercase;
}
.intro-texts span
{
    font-size: 20px;
    color: #fff;
    letter-spacing: 0.5px;
    line-height: 1.5;
}
.products {
  padding: 150px 0;
  text-align: center;
}
.products .col-md-12 > h3 {
  margin-top: -10px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
}

.products .col-md-3 .mdl-card{
  width: 250px;
  height: 400px;
}
.products .col-md-3 .mdl-card > .dark-bg {
  height: 100px;
  padding: 5px;
  background: rgba(0, 0, 0);
}
.products .col-md-3 .dark-bg > .mdl-card__title-text{
  font-size:25px;
  font-weight: 400;
  transition: .6s;
}

.products .col-md-3:hover {
    margin-top: -7px;
    transition: .7s ease;
}

.products .col-md-3:hover .dark-bg h3 {
    color:#b30000;
    font-weight:500;
    margin-top: -3px;
    transition: .3s ease;
}
.span_text {
  font-size: 15px;
}

.other-products.mdl-card {
  height:500px;
  width: auto;
}
.other-products > .mdl-card__title{
  color: #b30000;
  height: 400px;
  background: url("../images/op.png") center / cover;
}
.other-products .mdl-card__title > h3{
font-size:25px;
font-weight: 400;
}

.services
{
    margin-top: 150px;
    padding: 150px 0;
    background:linear-gradient( rgba(40, 40, 40, 0.45), rgba(40, 40, 40, 0.45)),
    url(../images/services-bg.jpg);
    background-attachment: fixed;
    background-position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}
.services .col-md-12 > h2
{
    font-size: 25px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 50px;
    margin-top: 0;
    color: #fff;
}
.single-client.col-md-6
{
    float: none;
    margin: 0 auto;
}
.single-client dl
{
    font-size: 17px;
    color: #fff;
}
.single-client dd
{
    font-size: 15px;
    color: #fff;
}
.clients-logo
{
    padding: 150px 0;
    margin-bottom: 100px;
}
#clients-logo img
{
    opacity: .8;
    transition: .7 ease;
}
#clients-logo img:hover {
    opacity: 1;
}
.aboutus {
    padding: 150px 0;
    background:linear-gradient(to bottom left, rgba(40, 40, 40, 0.7), rgba(0, 0, 0, 0.3)),
    url(../images/aboutus-bg.jpg);
    background-attachment: fixed;
    background-position: relative;
    background-repeat: no-repeat;
    background-size: cover;
}
.aboutus .col-md-12 > h2 {
    font-size: 25px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 50px;
    margin-top: 0;
    color: #fff;
    position: relative;
}
.aboutus .col-md-4 .list-unstyled
{
    background: #fff none repeat scroll 0 0;
}
.aboutus .col-md-4 ul.list-unstyled li
{
    text-align: center;
    padding: 20px 0;
}
.item-type
{
    font-size: 18px;
    font-weight: 500;
    padding: 20px 0;
    text-align: center;
    text-transform: uppercase;
}
.offer-text {
    color: #a7a7a7;
    transition: .5s ease;
}
.aboutus .col-md-4 ul.list-unstyled li a {
    background: #f1f1f1 none repeat scroll 0 0;
    border-radius: 20px;
    color: #333;
    font-weight: 700;
    padding: 10px 30px;
    transition: all 0.5s ease 0s;
}
.aboutus .col-md-4 ul.list-unstyled li:last-child {
    padding-bottom: 30px;
}
.aboutus .col-md-4 ul.list-unstyled > li:nth-child(3),
.aboutus .col-md-4 ul.list-unstyled > li:nth-child(5),
.aboutus .col-md-4 ul.list-unstyled > li:nth-child(7) {
    background: #fcfafb none repeat scroll 0 0;
}

.contact {
    background: #fbfbfb none repeat scroll 0 0;
    overflow: hidden;
    padding: 150px 0;
    position: relative;
    z-index: 2;
}
.contact .col-md-12 > h2 {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 50px;
    padding-left: 10px;
    margin-top: 0;
    text-align: center;
    position: relative;
}
.contact .col-md-12 > p
{text-align: center;}

.enquiry{
    background: #fbfbfb none repeat scroll 0 0;
}
.enquiry .col-md-12 form{
  overflow: hidden;
  padding: 150px 0;
  position: relative;
  z-index: 2;
  text-align: center;
}


.footer {
    /* background: rgba(0, 0, 0, 0) url("../images/footer-bg.jpg") no-repeat scroll 0 0 / 100% auto;*/

    background:
    /* top, transparent red, faked with gradient */

    linear-gradient( rgba(40, 40, 40, 0.7), rgba(40, 40, 40, 0.7)),
    /* bottom, image */

    url(../images/footer-bg.jpg);
    background-size: cover;
}
.footer-bottom {
    background: #000 none repeat scroll 0 0;
    opacity: 0.8;
    padding: 20px 0;
}
.footer-bottom .col-md-12 p {
    text-align: center;
    color: #fff;
    font-weight: 700;
    padding: 0 0 15px 0;
}
.footer-bottom .col-md-12 ul {
    text-align: center;
}
.footer-bottom .col-md-12 ul li {
    display: inline;
}
.footer-bottom .col-md-12 ul li a i {
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    height: 30px;
    padding-top: 6px;
    text-align: center;
    width: 30px;
    transition: .5s ease;
}
.footer-bottom .col-md-12 ul li:nth-child(1) a i {
    background: #33518D;
}
.footer-bottom .col-md-12 ul li:nth-child(2) a i {
    background: #01729C;
}
.footer-bottom .col-md-12 ul li:nth-child(3) a i {
    background: #E13B7D;
}
.footer-bottom .col-md-12 ul li:nth-child(4) a i {
    background: #0455BE;
}
.footer-bottom .col-md-12 ul li:nth-child(5) a i {
    background: #D13F32;
}
.footer-bottom .col-md-12 ul li:nth-child(6) a i {
    background: #D2170E;
}
.footer-bottom .col-md-12 ul li:nth-child(1) a i:hover,
.footer-bottom .col-md-12 ul li:nth-child(2) a i:hover,
.footer-bottom .col-md-12 ul li:nth-child(3) a i:hover,
.footer-bottom .col-md-12 ul li:nth-child(4) a i:hover,
.footer-bottom .col-md-12 ul li:nth-child(5) a i:hover,
.footer-bottom .col-md-12 ul li:nth-child(6) a i:hover {
    opacity: .7;
}
.slicknav_menu {
    display: none;
}
@media screen and (max-width: 40em) {
    /* #menu is the original menu */

    .js #main-menu {
        display: none;
    }
    .js .slicknav_menu {
        display: block;
    }
}
/* ==========================================================================
   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: 1.25dppx),
(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;
    }
}
