﻿body, *, a, h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
}
/* Alerts */
.alert {
    padding: 1rem;
    border-radius: 4px;
    margin-bottom: 2rem;
}

.alert-success {
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
    color: #155724;
}

.alert-error {
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24;
}

.alert ul {
    list-style-position: inside;
    margin: 0;
}
/* 404 Page */
.notfound-section {
    text-align: center;
    padding: 4rem 0;
}

.notfound-content {
    background: #fff;
    padding: 4rem 2rem;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.notfound-title {
    font-size: 6rem;
    color: #e74c3c;
    margin-bottom: 1rem;
}

.notfound-content h2 {
    font-size: 2rem;
    color: #2c3e50;
    margin-bottom: 1rem;
}

.notfound-content p {
    color: #7f8c8d;
    margin-bottom: 2rem;
}
/*-----------------------*/
.topBar {
    background: #607d8b;
    height: 30px;
    line-height: 30px;
}

    .topBar ul li a {
        color: #fff;
    }

        .topBar ul li a I {
            margin-right: 5px;
        }

        .topBar ul li a:hover {
            text-decoration: none;
            color: #ff0;
            transition: 0.5s;
        }

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

a[data-toggle="modal"] {
    cursor: pointer;
}

nav.navbar.navbar-default.navbar-static-top {
    border-color: #f8f8f8;
    margin-bottom: 0;
    background: #fff;
}

.navbar-brand {
    padding: 6px 15px;
    line-height: 35px;
    font-size: 20px;
    font-weight: bold;
    color: #607d8b !important;
}

    .navbar-brand span {
        font-weight: normal;
        color: #a8b7be !important;
    }

.logoIcon {
    float: left;
    display: inline-block;
    width: 38px;
    height: 38px;
}

.banner {
    min-height: 350px;
    position: relative;
}

.banner-overlay {
    background: #000;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

footer {
    background: #333333;
    color: #888888;
    padding: 20px 0;
}

.footer-box-heading {
    color: #fff;
}

footer ul {
    padding: 0;
    list-style-type: none;
}

.quick-links-ul * {
    color: #888;
    font-size: 15px;
}

.quick-links-ul a:hover {
    color: #497755;
    text-decoration: none;
}

.quick-links-ul li {
    margin: 3px 0;
}

    .quick-links-ul li:before {
        content: '\f054';
        font-family: 'FontAwesome';
        display: inline-block;
        margin-right: 6px;
        vertical-align: middle;
        color: #497755;
    }


.contact-ul {
    list-style-type: none;
    font-size: 17px;
}

.company-name {
    display: block;
    font-size: 20px;
}

.contact-ul li {
    margin: 0 0 10px 0;
}

    .contact-ul li a {
        color: #888;
    }

.contact-ul i {
    color: #497755;
}

.social-ul li {
    transition: all ease-in 0.2s;
    -webkit-transition: all ease-in 0.2s;
    clear: both;
    line-height: 30px;
}

.social-ul label {
    text-align: center;
    display: block;
    width: 32px;
    height: 32px;
    margin-right: 10px;
    float: left;
    border-radius: 50%;
    line-height: 32px;
    transition: all ease-in 0.5s;
    -webkit-transition: all ease-in 0.5s;
    background-color: #4e4d4d;
    color: #fff;
}

.social-ul a:hover {
    text-decoration: none;
}

.social-ul li.fb:hover label {
    background-color: #3b5998;
}

.social-ul li.gplus:hover label {
    background-color: #db4a39;
}

.social-ul li.twitter:hover label {
    background-color: #00acee;
}

.social-ul li.linkedin:hover label {
    background-color: #0e76a8;
}

.social-ul li.fb:hover span {
    color: #3b5998;
}

.social-ul li.gplus:hover span {
    color: #db4a39;
}

.social-ul li.twitter:hover span {
    color: #00acee;
}

.social-ul li.linkedin:hover span {
    color: #0e76a8;
}


.social-ul span {
    color: #888;
    font-size: 15px;
}

.copyright-bar {
    background: #1d1d1d;
    color: #afafaf;
    font-size: 15px;
}

    .copyright-bar p {
        margin: 10px 0;
    }

    .copyright-bar a {
        color: #fff;
    }
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
}
.form-control, .btn, .modal-content {
    border-radius: 0;
}




.banner-home {
    background: url(/Images/banner-home.jpg);
    background-size: cover;
}

.banner-text-container, .banner-text-container h1, .banner-text-container h2 {
    color: #fff;
}

    .banner-text-container h1 {
        font-size: 60px;
    }

.banner-text {
    font-size: 20px;
    margin: 12px 0;
    display: block;
    color: #efe9e9;
    line-height: 30px;
}

.btn-scit {
    background: #fff;
    color: #607d8b;
    border: 2px solid #607d8b;
    transition: ease all .5s;
    cursor: pointer;
    border-radius: 0;
    margin: 10px 0;
}

    .btn-scit:hover {
        background: #607d8b;
        color: #fff;
    }

#services-section {
    background: #f3f3f3;
    padding-bottom: 30px;
}

.section-heading {
    border-bottom: 1px solid #d2cfcf;
    padding-bottom: 3px;
}

    .section-heading span {
        font-size: 16px;
    }

.service-box {
    background: #fff;
    padding: 5px;
    margin-top: 30px;
    min-height: 240px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.3);
}

.icon-container {
    background: #607d8b;
    width: auto;
    height: 60px;
    width: 60px;
    margin: 10px auto;
    padding: 10px;
    color: #fff;
    font-size: 25px;
    border-radius: 50%;
    line-height: 40px;
    transition: ease all .3s;
    display: block;
    cursor: pointer;
}

    .icon-container:hover, .service-box:hover .icon-container {
        transform: rotate(360deg);
    }

    .icon-container:hover, .icon-container:active {
        color: #f3efef;
    }

.service-name {
    font-size: 18px;
    margin: 5px 0;
    display: block;
    font-weight: bold;
    color: #2a6496;
    transition: ease all .5s;
}

    .service-name:hover {
        text-decoration: none;
        color: #000;
    }

.service-box p {
    line-height: 25px;
    color: #969393;
}

#about-section {
    background: #fff;
    padding: 30px 0;
}

.about-text {
    font-size: 17px;
    color: #615f5f;
}

#mid-bar {
    /*background: #2a6496;*/
    background: #099aad;
    padding: 10px 0;
}

.mid-bar-text {
    color: #fff;
    font-size: 24px;
    margin: 10px 0;
}

#features-section {
    padding: 25px 0;
}

.feature-box {
    margin: 10px 0;
    clear: both;
}

.feature-icon-container {
    /*color: #607d8b; */
    margin-right: 10px;
    font-size: 50px;
}

.feature-name {
    font-size: 25px;
    /* color: #615f5f; */
    margin: 15px 0;
    font-weight: normal;
}

.bg-clr-1 {
    color: #bd904a;
}

.bg-clr-2 {
    color: #7ea765;
}

.bg-clr-3 {
    color: #c75050;
}

.bg-clr-4 {
    color: #a59a55;
}

.bg-clr-5 {
    color: #607d8b;
}

.bg-clr-6 {
    color: #8c5fa2;
}

#portfolio-section {
    background: #efefef;
    border-top: 1px solid #dedede;
    padding: 20px 0;
}

.home-portfolio-ul {
    padding: 0;
    list-style-type: none;
}

.portfolio-box {
    background: #fff;
    color: #888;
    display: block;
    padding: 15px;
    min-height: 125px;
    border: 1px solid #dedede;
}

    .portfolio-box:hover, .portfolio-box:active {
        text-decoration: none;
    }

.portfolio-box-heading {
    display: block;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
}

@media (max-width:500px) {
    .topBar ul li:last-child {
        display: none;
    }
}
.inner-page-heading-container {
        background: #4e4d4d;
        padding: 10px 0;
        color: #fff;
    }

    .inner-page-heading {
        margin-top: 0;
        font-size: 35px;
        font-weight: bold;
    }

    .inner-page-heading-text {
        font-size: 15px;
    }
    .bg-section {
        background-color: #efefef;
        padding: 20px 0 30px 0;
    }

    .divider-border {
        border-top: 1px solid #dedede;
        border-bottom: 1px solid #dedede;
    }
    .divider-border-bottom {
        border-bottom: 1px solid #dedede;
    }
    .page-inner-section
    {
        padding: 30px 0;
    }

/******* ABOUT US *********/
.inner-page-heading-container#about-us-page {
        background: #4e4d4d;
    }
    .vision-mission-ul {
        font-size: 17px;
        color: #615f5f;
        list-style-type: none;
    }
        .vision-mission-ul li:before {
            content: '\f0da';/*'\f061';*/
             font-family: 'FontAwesome';
            display: inline-block;
            margin-right: 10px;
            vertical-align: middle;
            color: #497755;
        }
/**************/

/************Services*********/
.inner-page-heading-container#services-page {
        background: #806b51;
    }
#services-page-services .icon-container {
    margin: -30px auto 10px auto;
}
#services-page-services .service-box
{
        background: #accc99;
    color: #fff;
}
#services-page-services .service-box p,#services-page-services .service-box label
{
    color: #fff;
}
/****************************/

/************ Portfolio *************/
.inner-page-heading-container#services-page {
        background: #608b75;
    }

#portfolio-page-projects .portfolio-box {
    margin-top: 25px;
}
/***********************************/

/******* CAREERS PAGE *********/
.inner-page-heading-container#careers-page {
        background: #0174b5;
    }
.opening-jobs-section {
    padding: 20px 0;
    font-size: 17px;
}
.opening-jobs-section .panel-group .panel
{
    border-radius: 0;
}
.opening-jobs-section a{
    display: block;
}
/**************/

.inner-page-heading-container#contact-us-page {
        background: #676c55;
    }
.contact-us-main-section
{
    padding: 15px 0;
}


/**************/