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;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Nexa-Regular', sans-serif;
}
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;
}

@font-face {
    font-family: 'Nexa-Regular';
    src: url('../fonts/nexalight.otf');
}
.intro{
    height: 750px;
    background: linear-gradient(to bottom left, rgba(173, 0, 0, 0.6), rgba(0, 0, 0, 0.2)), url(../images/intro-bg.jpg);
    background-size: cover;
    position: relative;
}
.menu-bar {
    background: #000;
    background: linear-gradient(to bottom left, rgba(40, 40, 40, 0.5), rgba(40, 40, 40, 0.02));
    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: #C3C3C3;
    padding: 11px 10px;
    text-transform: uppercase;
    font-family: "Roboto";
    font-weight: 300;
    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: #fff;
    font-weight: 500;
    transition: .5s ease;
}
.menu-bar h1
{
    text-align:right;
    margin-top: 30px;
    color: #fff;
    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 {
    text-align:right;
    color: #fff;
    text-transform: uppercase;
}
.intro-texts span
{
    font-size: 17.45px;
    color: #fff;
    letter-spacing: 0.5px;
    line-height: 1.5;
}
.products {
    padding: 150px 0;
}
.products .col-md-12 > h2 {
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 50px;
    margin-top: 0;
    position: relative;
}
.products .col-md-12 > h2::after
{background: red none repeat scroll 0 0;content: "";height: 1.3px;left: 40%;position: absolute;top: 30px;width: 230px;}
.products .col-md-3 {
    text-align: center;
}
.products .col-md-3 .single_service > img {
    position: relative;
    height: 300px;
    width: 300px;
    transition: 1s ease;
}
.products .col-md-3 .single-service {
    border: 2px solid #E8E8E8;
    padding: 0 5px;
    height: 375px;
    transition: 1s ease;
}
.single-service p:nth-child(1) {
    border-radius: 50%;
    display: inline-block;
    height: 80px;
    padding: 15px 0;
    text-align: center;
    width: 80px;
    margin-bottom: 0;
    margin-top: 40px;
    transition: 1s ease;
    border: 5px solid #fff;
}
.single-service p i {
    font-size: 40px;
    color: #fff;
}
.single-service a {
    color: #EE3866;
    opacity: 0;
    transition: .5s ease;
}
.products .col-md-3:hover .single-service p a {
    text-decoration: none;
    opacity: 1;
}
.products .col-md-3:hover .single-service p:nth-child(1) {
    display: block;
    margin: -40px auto 0 auto;
}
.single-service h3 {
    transition: .7s ease;
    text-transform: uppercase;
    margin-top: 50px;
}
.products .col-md-3:hover .single-service h3 {
    color: #EE3866;
    font-weight: bold;
    margin-top: -10px;
}
.other-features {
    padding: 0px 0;
}
.other-features .col-md-5 {
    position: relative;
}
.other-features .col-md-5 > img {
    width: 100%;
    position: absolute;
    margin-top: -100px;
}
.other-features .col-md-7 > h2 {
    padding-bottom: 15px;
    text-transform: uppercase;
    margin-top: 0;
}
.other-features .col-md-7 > span {
    display: block;
    letter-spacing: 0.8px;
    line-height: 1.8;
    padding-bottom: 180px;
}
.services
{
    margin-top: 300px;
    padding: 150px 0;
    background:linear-gradient( rgba(40, 40, 40, 0.45), rgba(40, 40, 40, 0.45)),
    url(../images/services-bg.jpg);
    background-size: cover;
}
.services .col-md-12 > h2
{
    font-size: 25px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 50px;
    margin-top: 0;
    color: #fff;
}
.services .col-md-12 > h2::after
{background: red none repeat scroll 0 0;content: "";height: 1.3px;left: 43%;position: absolute;top: 30px;width: 160px;}
.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-size: cover;
}
.aboutus .col-md-12 > h2 {
    font-size: 25px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 50px;
    margin-top: 0;
    color: #fff;
    position: relative;
}
.aboutus .col-md-12 > h2::after
{background: red none repeat scroll 0 0;content: "";height: 1.3px;left: 43%;position: absolute;top: 30px;width: 160px;}
.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;
    margin-bottom: 50px;
    padding-left: 10px;
    margin-top: 0;
    text-align: center;
    position: relative;
}
.contact .col-md-12 > h2::after
{background: red none repeat scroll 0 0;content: "";height: 1.3px;left: 43%;position: absolute;top: 30px;width: 160px;}
.contact .col-md-12 > p
{text-align: center;}
.contact .col-md-12 form
{
    text-align: center;
    margin-top: 40px;
}

.contact .col-md-12 form input[type="text"]
{
    display: block;
    height: 45px;
    margin: 0 auto;
    width: 500px;
    border: 1px solid #BFBFBF;
    color: black;
    font-size: 15px;
    padding: 0 10px;
}
.contact .col-md-12 form input[type="textarea"]
{
    display: block;
    height: 45px;
    margin: 0 auto;
    width: 500px;
    border: 1px solid #BFBFBF;
    color: black;
    font-size: 15px;
    padding: 0 10px;
}

.contact .col-md-12 form input[type="submit"] {
    background: #ff4546 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    display: block;
    margin: 20px auto 0;
    padding: 15px 50px;
    font-size: 18px;
    transition: .5s ease;
}
.contact .col-md-12 form input[type="submit"]:hover
{
    background: #FF5E5E;
  	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}


.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;
    }
}