/*==================================

    Colors:
    Black - #0D0A0B
    Yellow - #C5E063
    Gray - #454955
    Green - #338E29
    White - #F3EFF5


    Black - #343434
    Light yellow - #D9F9A5
    Green - #218413
    Dark Yellow - #B7CE63
    White - #FFFFFF
===================================*/

/*========== GENERAL CSS =========*/
html,
body {
    height: 100%;
}


body {
    font-family: 'Roboto', sans-serif;
}

p {
    color: #454955;
    font-size: 18px;
}

/*========== HOME =========*/
#home {
    height: 100%;
}

#home-cover {
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url("../img/bg-home2.jpg");
    background-attachment: fixed;
    opacity: 0.7;
    z-index: -2;
}


#home-box {
    width: 100%;
    height: 100%;
    display: table;
}

#home-content {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

#home-heading h3 {
    color: #0D0A0B;
    text-transform: uppercase;
    font-size: 50px;
    font-weight: bold;
}


/*========== PARALLAX (Generic) =========*/

.bg-general {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}



/*========== BUTTON =========*/

.btn-general {
    border-color: #F3EFF5;
    border-width: 3px;
    text-transform: uppercase;
    border-radius: 0;
}

.btn-white {
    color: #343434;
    border-width: 3px;
    text-transform: uppercase;
}

.btn-white:hover {
    background-color: #F3EFF5;
    color: #454955;
}

.btn-contact {
    background-color: #218413;
    color: #FFFFFF;
    border: 1px solid #2A2A2A;
    border-radius: 5px;
}


/*========== ANIMATE (Generic) =========*/
#home-heading {
    animation-delay: .5s;
    animation-duration: .5s;
}

/*========== CONTENT (Generic) =========*/

.content-box {
    padding: 50px 0;
}

.content-title h3 {
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    margin: 0 0 20px 0;
}

.content-title button {
    text-align: center;

}

.content-title-underline {
    width: 60px;
    height: 2px;
    background-color: #338E29;
    margin: 0 auto 20px auto;
}

/*========== SERVICE  =========*/
.service-item {
    padding: 20px;
    margin: 10px;
}

.service-icon i {
    float: left;
    color: #338E29;
    padding: 10px;
    margin-right: 35px;
}

.service-title h4 {
    font-size: 20px;
    text-transform: uppercase;
    color: #454955;
}

.service-desc {
    margin-left: 80px;
}


/*========== ABOUT  =========*/
#about-bg-diagonal {
    width: 60%;
    height: 700px;
    float: right;
    background-image: url(../img/bg-home5.jpg);
   /* border-left: 200px solid #fff;
    border-top: 700px solid transparent;
    background-attachment: fixed;*/
}

#home-cover-about {
    width: 100%;
    height: 100%;
    position: absolute;
    background-image: url("../img/bg-contact.jpg");
    background-attachment: fixed;
    opacity: 0.7;
    z-index: -2;
}

#about-content-wrapper {
    float: left;
    height: 700px;
    display: table;
}

#about-content-box {
    display: table-cell;
    vertical-align: middle;

}

/*
#about .content-title h3 {
    text-align: left;
}*/

/*
#about .content-title-underline {
    margin: 0 0 20px 0;
}
*/

/*========== CLIENTS  =========*/
.client-img{
    padding: 40px 20px;
}


/*========== CONTACT  =========*/
#contact-wrapper {
    background-color: #218413;
    padding: 20px;
}

#contact-wrapper h3,
footer p,
footer span {
    color: #F3EFF5;
}

footer p {
    font-size: 15px;
}

footer span {
    font-size: 16px;
}

#phone-fax,
#contact-left-title,
#email {
    margin-bottom: 20px;
}

#phone-fax strong,
#email strong {
    letter-spacing: 1px;
}

#contact-left-info {
    background-image: url(../img/world-map.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.form-control {
    background: transparent;
    border-radius: 0;
    font-size: 17px;
    margin-bottom: 20px;
    color: #343434;
}

form .btn {
    border: 1px solid #F3EFF5;
    color: #F3EFF5;
    background-color: transparent;
}

form .btn:hover {
    background-color: #F3EFF5;
}

#contact-left {
    margin: 20px 0;
}

#footer-list li {
    list-style: none;
    padding: 5px;
}

#footer-list a {
    text-decoration: none;
    color: #FFFFFF;
    text-transform: uppercase;
}

#footer-list a:hover {
    color: #454955;
    cursor: pointer;
}

/*========== COPYRIGHT  =========*/
#copyright p{
    padding: 20px 0;
    color: #FFFFFF;
}

/*========== NAVBAR - MENU  =========*/
#navbar-wrapper{
    padding: 0 20px;
}

#navbar-menu {
    float: right;
    text-transform: uppercase;
}

#navbar-menu a, button {
    font-size: 18px;
    color: #FFFFFF;
}

#navbar-menu a:hover{
    background-color: #D9F9A5;
    color: #343434;
}

.navbar {
    opacity: 0.8;
    height: 70px;
}

.dropdown-menu{
    background-color: #343434;
}

.dropdown-menu a{
    color: #FFFFFF;
}

/*========== CONTACT PAGE  =========*/

#contact-cover {
    width: 100%;
    height: 100%;
    background-image: url("../img/bg-home2.jpg");
    background-attachment: fixed;
    position: absolute;
    opacity: 0.7;
    z-index: -2;
}

.contact-form{
    width: 70%;
    margin: auto;
}

/*========== OUR LOCATION SECTION  =========*/

.mapouter {
    position:relative;
    text-align:right;
    
}

.gmap_canvas {
    overflow:hidden;
    background:none!important;
    height:500px;
}

#location-content {
    margin: 30px 0;
}


/*========== SOFTWARE SOLUTIONS  =========*/
/*.software-link:hover {
    text-decoration:none;
    cursor:pointer;
}
*/

a .service-item:hover {
   /* background-color: #E8E8E8;*/
    border-radius: 7px;
    box-shadow: 0 0 11px rgba(33,33,33,.2);
}

.isys-img {
    height: 350px;
    width: 450px;
}

.isys-img:hover {
    cursor: pointer;
    transform: scale(1.2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.brochure-btn {
    color: #343434;
    font-size: 14px;
    background-color: white;
    border: 2px solid #4CAF50;
    border-radius: 5px;
    padding: 10px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    margin: 20px;
}

.brochure-btn:hover {
    background-color: #e7e7e7;
}
