@charset "utf-8";

body {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    color: #333;
    background-color: #333;
}

.site {
    background-color: #f2f2f2;
}

a, a:hover, a:focus {
    text-decoration: none;
}

.btn.flat {
    border-radius: 0;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

#mobile-menu:not( .mm-menu ) {
    display: none;
}

#mobileMenuToggle {
    position: fixed;
    display: none;
    right: 20px;
    bottom: 20px;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    background-color: #000;
    color: #FFF;
    font-size: 22px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    z-index: 99;
    border-radius: 100%;
}

/*Header*/
nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

nav ul li {
    display: inline-block;
}

.header-top {
    background-color: #252323;
    color: #f1f1f1;
    padding: 10px 0;
    font-size: 13px;
}

.header-top nav ul li a {
    color: #f1f1f1;
    padding: 5px 8px;
}

.header-top nav ul li a:hover {
    color: #ec832e;
}

.header-top nav ul li a i {
    color: #ec832e;
    font-size: 10px;
}

.contact-top a {
    color: #f1f1f1;
}

.contact-top a:not(:last-child):after {
    content: '/';
    padding: 0 10px;
    color: #f1f1f1;
}

.contact-top a i {
    color: #ec832e;
}

.header-bottom {
    background-color: #131212;
    padding: 20px 0;
}

.header-bottom nav ul li a {
    color: #f2f2f2;
    padding: 5px 8px;
    font-weight: 600;
    margin: 0 3px;
}

.header-bottom nav {
    margin-top: 30px;
}

/* Shutter In Horizontal */
.hvr-shutter-in-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    background: #e6b200;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    color: #333;
    border-radius: 3px;
}

.hvr-shutter-in-horizontal:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #131212;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-shutter-in-horizontal:hover, .hvr-shutter-in-horizontal:focus, .hvr-shutter-in-horizontal:active {
    color: #333;
}

.hvr-shutter-in-horizontal:hover:before, .hvr-shutter-in-horizontal:focus:before, .hvr-shutter-in-horizontal:active:before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    color: #333;
}

/****************************/

/*Slider*/
.ms-caption {
    padding: 10px 20px;
    font-size: 24px;
    font-family: 'Josefin Sans', sans-serif;
}

.ms-bg-b {
    background-color: rgba(0, 0, 0, 0.65);
}

.ms-bg-w {
    background-color: rgba(255, 255, 255, 0.75);
}

.ms-bg-o {
    background-color: rgba(236, 131, 46, 0.8);
}

.ms-bg-y {
    background-color: rgba(255, 206, 41, 0.8);
}

.ms-c-b {
    color: #333;
}

.ms-c-w {
    color: #f1f1f1;
}

.ms-c-o {
    color: #ec832e;
}

.ms-c-y {
    color: #e6b200;
}

/***************************/

/*Services*/
.bg-1 {
    background-color: #e6b200;
}

.bg-4 {
    background-color: #3f3f3f;
}

.bg-2 {
    background-color: #ec832e;
}

.bg-3 {
    background-color: #7aa015;
}

.service-box {
    color: #f1f1f1;
    text-align: center;
    font-size: 17px;
}

.service-box img {
    padding: 20px;
}

.service-box a {
    color: #f1f1f1;
    display: block;
    background-color: rgba(0, 0, 0, 0.15);
    padding: 10px;

}

/********************************************************************/

/*Features*/
.features {
    background-color: #e6e6e6;
    padding: 50px;
}

.section-title, .section-title2, .section-title3 {
    color: #333;
    font-size: 24px;
    font-family: 'Josefin Sans', sans-serif;
    text-align: center;
    font-weight: 600;

}

.section-title:before, .section-title:after {
    content: '';
    display: inline-block;
    width: 50px;
    height: 2px;
    background-color: #ec832e;
    margin: 10px 15px 0 15px;
}

.section-title2:before, .section-title2:after {
    content: '';
    display: inline-block;
    width: 50px;
    height: 2px;
    background-color: #e6b200;
    margin: 10px 15px 0 15px;
}

.section-title3:before, .section-title3:after {
    content: '';
    display: inline-block;
    width: 50px;
    height: 2px;
    background-color: #7aa015;
    margin: 10px 15px 0 15px;
}

.f-box {
    padding: 15px;
}

.feature-title {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
}

.feature-title i {
    color: #ec832e;
}

/**********************************************/

/*Paralax*/
.my-parallax {
    padding: 120px 0;
    background: url(../img/paral.jpg) fixed top center;
}

.my-parallax p {
    text-align: center;
    color: #f1f1f1;
    font-size: 30px;
    font-style: italic;
    font-family: 'Noto Serif', serif;
}

/******************************************/

/*Sectors*/
.sectors {
    padding: 50px;
    color: #333;
    text-align: left;
}

.sectors-box {
    color: #333;
    padding: 20px;
}

.s-header {
    color: #3f3f3f;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
}

.sectors-box i {
    font-size: 36px;
    color: #e6b200;
}

/******************************************/

/* References */
.references {
    padding: 50px;
    background-color: #e6e6e6
}

.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

.hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hovereffect:hover .overlay {
    background-color: rgba(170, 170, 170, 0.4);
}

.hovereffect h2, .hovereffect img {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hovereffect img {
    display: block;
    position: relative;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.hovereffect:hover img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.hovereffect h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.6);
}

.hovereffect a.info {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    border: 1px solid #3f3f3f;
    margin: 75px 0 0 0;
    background-color: transparent;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-weight: normal;
    height: 85%;
    width: 85%;
    position: absolute;
    top: -20%;
    left: 8%;
    padding: 90px;
}

.hovereffect:hover a.info {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    background-color: rgba(0, 0, 0, 0.4);
}

.all-refs {
    text-align: center;
    color: #e6b200;
    padding: 10px 20px;
    margin-top: 20px;
}

.all-refs a {
    text-align: center;
    color: #7aa015;
    border: 2px solid #7aa015;
    padding: 10px 20px;
    display: inline-block;
    font-weight: 700;
    font-size: 18px;
    font-family: 'Josefin Sans', sans-serif;
}

/* Rectangle Out */
.hvr-rectangle-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    background: #e1e1e1;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-rectangle-out:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #7aa015;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-rectangle-out:hover, .hvr-rectangle-out:focus, .hvr-rectangle-out:active {
    color: white;
}

.hvr-rectangle-out:hover:before, .hvr-rectangle-out:focus:before, .hvr-rectangle-out:active:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

/******************************************/

/*Footer*/
.footer {
    background-color: #333;
    padding-top: 50px;
    color: #f1f1f1;
}

.footer a {
    color: #f1f1f1;
}

.f-box {
}

.f-header {
    font-size: 16px;
    margin-bottom: 10px;
}

.f-header:after {
    content: '';
    display: block;
    width: 25px;
    height: 2px;
    margin-top: 6px;
    background-color: #ec832e;
}

.f-box a i {
    color: #e6b200;
    font-size: 12px;
    padding: 3px;
}

.footer-social a i {
    color: #f1f1f1;
    font-size: 18px;
    padding: 10px 5px;
}

.design img {
    width: 80px;
}

.footer-note {
    border-top: 1px solid #3e3e3e;
    padding-top: 20px;
    font-size: 13px;
}

.footer table tr td {
    padding: 10px 15px;
}

/*****************************************/

.page-content-top h1, .page-right-full h1 {
    font-size: 24px;
    color: #3F3F3F;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    margin-bottom: 20px;
}

.page-content-top h2.page-right-full h2 {
    margin-top: 0;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #3F3F3F;
    font-family: 'Josefin Sans', sans-serif;
}

.page-content-top h3.page-right-full h3 {
    margin-top: 0;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 20px;
    color: #3F3F3F;
    font-family: 'Josefin Sans', sans-serif;
}

/*
 Blog
*/
.post-read {
    padding: 20px;
}

.post-read p {
    font-family: 'Open Sans', sans-serif;
    line-height: 23px;
}

.post-read img {
    display: inline-block;
    margin: 0 15px 15px 0;
}

.post {
    padding: 15px;
    margin-bottom: 10px;
}

.post:hover {
    background-color: #F9F9F9;
}

.post a.title {
    display: block;
    color: #656565;
    font-family: 'Open Sans', sans-serif;
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 10px;
    border-bottom: 1px solid #F1F1F1;
    padding-bottom: 5px;
}

.post img {
}

.post p {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

.post em {
    margin-bottom: 7px;
    display: inline-block;
    font-size: 12px;
    color: #9A9A9A;
    font-style: normal;
    font-weight: 500;
}

.post a.thumbnail {
    margin: 0;
}

.item {
    margin-bottom: 20px;
}

.item a.title {
    display: block;
    color: #656565;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
    border-bottom: 1px solid #F1F1F1;
    padding-bottom: 5px;
}

.item img {
}

.item p {
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

.item em {
    margin-bottom: 7px;
    display: inline-block;
    font-size: 12px;
    color: #9A9A9A;
    font-style: normal;
    font-weight: 500;
}

.item a.thumbnail {
    margin: 0;
}

.item .bg {
    background-color: #fff;
    border: 1px solid #ddd;
}

.blog-list {
    border: 1px solid #eee;
    padding: 10px;
}

.blog-icon span {
    font-size: 11px;
}

.blog-icon {
    background-color: #eee;
    padding: 3px 10px;
    color: #727272;
}

.articles-title {
    font-family: 'Ubuntu Condensed', sans-serif;
    color: #333;
    margin-bottom: 15px;
    font-size: 22px;
}

.latest-articles {
    padding: 20px;
    background-color: #f5f4f4;
    border-left: 2px solid #dedede;
}

.article-title {
    display: block;
    font-weight: 600;
    color: #333;
    font-size: 16px;
    margin: 10px 0;
}

.article-desc {
    color: #333;
}

.more {
    margin-top: 10px;
    font-size: 12px;
}

.article {
    margin-bottom: 20px;
}


.post-read h4 {
    font-weight: 600;
    font-size: 28px;
    font-family: 'Ubuntu Condensed', sans-serif;
    color: #333;
    margin-bottom: 10px;
}

.img-gallery-title {
    color: #333;
    text-align: center;
    margin-top: 15px;
}

/* Mobile First */

/* Extra Small Devices, Phones */
@media only screen and (min-width: 576px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {

}

/* Non-mobile First */

/* Large Devices, Wide Screens */
@media only screen and (max-width: 1200px) {
    .header-bottom nav ul li a {
        padding: 4px 5px;
        margin: 0 2px;
    }
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {

    #mobileMenuToggle {
        display: block;
    }

    nav {
        display: none;
    }

    .contact-top {
        text-align: center;
    }

    .contact-top a {
        font-size: 12px;
    }

    .contact-top a:not(:last-child):after {
        content: '/';
        padding: 0 5px;
        color: #f1f1f1;
    }

    .logo img {
        width: 250px;
    }

    .section-title {

    }

    .section-title, .section-title2, .section-title3 {
        font-size: 16px;
        margin-bottom: 20px !important;
        text-align: left;
    }

    .section-title:before, .section-title:after,
    .section-title2:before, .section-title2:after,
    .section-title3:before, .section-title3:after {
        display: none;
    }

    .features, .services, .references, .sectors {
        padding: 10px;
    }

    .sectors-box {
        padding: 0;
    }

    .design {
        float: left;
        padding-bottom: 20px;
    }

    .features, .services, .references, .sectors {
        padding: 10px;
    }

    .sectors-box {
        padding: 0;
    }

    .service-box a {
        font-size: 14px;
    }

    .f-box {
        padding: 0;
    }

}

/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {

}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 576px) {
    .section-title:before, .section-title:after,
    .section-title2:before, .section-title2:after,
    .section-title3:before, .section-title3:after {
        display: none;
    }

    .features, .services, .references, .sectors {
        padding: 10px;
    }

    .contact-top a {
        font-size: 11px;
    }

    .contact-top a:not(:last-child):after {
        content: '/';
        padding: 0 3px;
        color: #f1f1f1;
    }

    .logo img {
        width: 250px;
    }

    .logo {
        text-align: center;
    }

    .features, .services, .references, .sectors {
        padding: 30px 10px;
    }

    .design {
        float: left;
        padding-bottom: 20px;
    }

    .my-parallax {
        padding: 50px 10px;
    }

    .my-parallax p {
        font-size: 16px;
    }
}