﻿body {
    background-color: #fff !important;
}

.navbar {
    margin-bottom: 0;
}

section {
    width: 100%;
    float: left;
    background-color: #fff;
}

.banner-section {
    background-image: url('../../img/about.jpg');
    background-size: cover;
    height: 300px;
    left: 0;
    position: absolute;
    top: 0;
    background-position: 0;
}

.banner-section-services {
    background-image: url('../../img/business_services.jpg');
    background-size: cover;
    height: 300px;
    left: 0;
    position: absolute;
    top: 0;
    background-position: 0;
}

.banner-section-technologies {
    background-image: url('../../img/technology_services.jpg');
    background-size: cover;
    height: 300px;
    left: 0;
    position: absolute;
    top: 0;
    background-position: 0;
}

.banner-section-clients {
    background-image: url('../../img/client.jpg');
    background-size: cover;
    height: 300px;
    left: 0;
    position: absolute;
    top: 0;
    background-position: 0;
}

.banner-section-careers {
    background-image: url('../../img/careers.jpg');
    background-size: cover;
    height: 300px;
    left: 0;
    position: absolute;
    top: 0;
    background-position: 0;
}

.banner-section-contacts {
    background-image: url('../../img/contacts.jpg');
    background-size: cover;
    height: 300px;
    left: 0;
    position: absolute;
    top: 0;
    background-position: 0;
}


. banner-section h2, .banner-section-services h2 {
    position: absolute;
    margin-top: 100px !important;
    padding-left: 20px;
}

. banner-section h4, .banner-section-services h4 {
    position: absolute;
    padding-top: 140px;
    padding-left: 35px;
    font-weight: 900;
    color: darkgreen;
    font-size: 16px;
}

.post-title-block {
    padding: 100px 0;
}

    .post-title-block h1 {
        color: #fff;
        font-size: 55px;
        font-weight: bold;
        text-transform: capitalize;
        font-family: Oswald;
    }

    .post-title-block li {
        font-size: 20px;
        color: #fff;
    }

.image-block {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

/*.footer-link {
    float: left;
    width: 100%;
    background: #222222;
    text-align: center;
    padding: 30px;
}

    .footer-link a {
        color: #A9FD00;
        font-size: 18px;
        text-transform: uppercase;
    }*/

h2 {
    text-transform: uppercase;
    text-shadow: -1px -1px 1px #000000, 1px 1px 1px #CCCCCC;
    /*background-color: #0094ff;*/
    padding: 10px;
    color: white;
    font-weight: 800;
    width: 100%;
    border-left: 5px solid #ff6a00;
    padding: 15px;
    font-family: Muli;
}

    h2 span {
        background-color: #0094ff;
        width: 100%;
        padding: 10px;
        margin-left: -15px;
        margin-top: 5px;
        position: relative;
    }

h3 {
    color: #0094ff;
    font-weight: 800;
}

    h3:after {
        background: none repeat scroll 0 0 lightblue;
        bottom: -10px;
        content: "";
        display: block;
        height: 7px;
        position: relative;
        width: 60px;
    }

/* list styles */
.content ul {
    /*counter-reset: li;*/ /* Initiate a counter */
    list-style: none; /* Remove default numbering */
    /**list-style: decimal;*/ /* Keep using default numbering for IE6/7 */
    padding: 0;
    margin-bottom: 4em;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    /*line-height: 28px;*/
    padding-left: 10px;
}

    .content ul ul {
        margin: 0 0 0 2em; /* Add some left margin for inner lists */
    }

.content li {
    border: 0;
    /*border-bottom: 1px dotted #bbb;*/
}

.rectangle-list a {
    position: relative;
    display: block;
    padding: .4em .4em .4em .8em;
    *padding: .4em;
    margin: .5em 0 .5em 2.5em;
    background: #fff;
    color: #444;
    text-decoration: none;
    transition: all .3s ease-out;
}

    .rectangle-list a:hover {
        background: #eee;
    }

    .rectangle-list a:before {
        /*content: counter(li);*/
        content: '';
        counter-increment: li;
        position: absolute;
        left: -2.5em;
        top: 50%;
        margin-top: -1em;
        /*background: #fa8072;*/
        background: lightgreen;
        height: 2em;
        width: 2em;
        line-height: 2em;
        text-align: center;
        font-weight: bold;
    }

    .rectangle-list a:after {
        position: absolute;
        content: '';
        border: .5em solid transparent;
        left: -1em;
        top: 50%;
        margin-top: -.5em;
        transition: all .3s ease-out;
    }

    .rectangle-list a:hover:after {
        left: -.5em;
        /*border-left-color: #fa8072;*/
        border-left-color: lightgreen;
    }

/* list style ends here */

p.clean {
    text-shadow: none;
}

div.fancy {
    position: relative;
    background: rgba(0, 0, 0, 0.7);
    border-top: 6px solid rgba(0, 0, 0, 0.8);
    border-bottom: 6px solid rgba(0, 0, 0, 0.8);
}

    div.fancy:before, div.fancy:after {
        content: '';
        position: absolute;
        top: -6px;
        width: 20%;
        height: 100%;
    }

    div.fancy:before {
        right: 100%;
        background: inherit;
        border-top: 6px solid #0094ff;
        border-left: 6px solid #0094ff;
        border-bottom: 6px solid #0094ff;
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0;
        -webkit-transform: perspective(1px) rotateY(-0.15deg);
        transform: perspective(1px) rotateY(-0.15deg);
    }

    div.fancy:after {
        left: 100%;
        border-top: 6px solid #0094ff;
        border-right: 6px solid #0094ff;
        border-bottom: 6px solid #0094ff;
        border-left: none;
        background: inherit;
        -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%;
        -webkit-transform: perspective(1px) rotateY(0.15deg);
        transform: perspective(1px) rotateY(0.15deg);
    }

/* quick links - side bar links */
.quick-links ul, .quick-links li {
    padding: 5px;
    /*list-style:none;*/
    list-style: square url('../../img/checkbox-icon.png');
    color: blue;
}

.quick-links li {
    border: 0;
    /*border-bottom:1px dotted #ccc;*/
}

    .quick-links li:last-child {
        border-bottom: 0;
    }

/* accordion control */
.panel {
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #fff;
    background: none;
    box-shadow: none;
}

    .panel a {
        text-decoration: none;
    }

    .panel:last-child {
        border-bottom: none;
    }

.panel-group > .panel:first-child .panel-heading {
    border-radius: 4px 4px 0 0;
}

.panel-group .panel {
    border-radius: 0;
}

    .panel-group .panel + .panel {
        margin-top: 0;
    }

.panel-heading {
    background-color: #0072AE;
    border-radius: 0;
    border: none;
    color: #fff;
    padding: 0;
}

.panel-title a {
    display: block;
    color: #fff;
    padding: 15px;
    position: relative;
    font-size: 22px;
    font-weight: 400;
}

.panel-body {
    background: #fff;
    border: 1px solid #ddd;
    border-top: 0px;
}

.panel:last-child .panel-body {
    border-radius: 0 0 4px 4px;
}

.panel:last-child .panel-heading {
    border-radius: 0 0 4px 4px;
    transition: border-radius 0.3s linear 0.2s;
}

    .panel:last-child .panel-heading.active {
        border-radius: 0;
        transition: border-radius linear 0s;
    }
/* #bs-collapse icon scale option */

.panel-heading a:before {
    content: '\e146';
    position: absolute;
    font-family: 'Material Icons';
    right: 5px;
    top: 10px;
    font-size: 24px;
    transition: all 0.5s;
    transform: scale(1);
}

.panel-heading.active a:before {
    content: ' ';
    transition: all 0.5s;
    transform: scale(0);
}

#bs-collapse .panel-heading a:after {
    content: ' ';
    font-size: 24px;
    position: absolute;
    font-family: 'Material Icons';
    right: 5px;
    top: 10px;
    transform: scale(0);
    transition: all 0.5s;
}

#bs-collapse .panel-heading.active a:after {
    content: '\e909';
    transform: scale(1);
    transition: all 0.5s;
}
/* #accordion rotate icon option */

#accordion .panel-heading a:before {
    content: '\e316';
    font-size: 24px;
    position: absolute;
    font-family: 'Material Icons';
    right: 5px;
    top: 10px;
    transform: rotate(180deg);
    transition: all 0.5s;
}

#accordion .panel-heading.active a:before {
    transform: rotate(0deg);
    transition: all 0.5s;
}

/* footer style */
/*.footer{
         margin-top: 25px!important; 
         background-color:#1e2222!important; 
         height:90px!important;
         padding-top:25px!important;
         color:#95b9c4!important; 
         text-transform:uppercase!important; 
         font-size:11px!important; 
         letter-spacing:3px!important;
    }*/

/* contact us page styles */
.form-style-1 {
    margin: 10px auto;
    max-width: 400px;
    padding: 20px 12px 10px 20px;
    font-size: 13px;
}

    .form-style-1 li {
        padding: 0;
        display: block;
        list-style: none;
        margin: 10px 0 0 0;
    }

    .form-style-1 label {
        margin: 0 0 3px 0;
        padding: 0px;
        display: block;
        font-weight: bold;
    }

    .form-style-1 input[type=text],
    .form-style-1 input[type=date],
    .form-style-1 input[type=datetime],
    .form-style-1 input[type=number],
    .form-style-1 input[type=search],
    .form-style-1 input[type=time],
    .form-style-1 input[type=url],
    .form-style-1 input[type=email],
    .form-style-1 input[type=tel],
    textarea,
    select {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: 1px solid #BEBEBE;
        padding: 7px;
        margin: 0px;
        -webkit-transition: all 0.30s ease-in-out;
        -moz-transition: all 0.30s ease-in-out;
        -ms-transition: all 0.30s ease-in-out;
        -o-transition: all 0.30s ease-in-out;
        transition: all 0.30s ease-in-out;
        outline: none;
    }

        .form-style-1 input[type=text]:focus,
        .form-style-1 input[type=date]:focus,
        .form-style-1 input[type=datetime]:focus,
        .form-style-1 input[type=number]:focus,
        .form-style-1 input[type=search]:focus,
        .form-style-1 input[type=time]:focus,
        .form-style-1 input[type=url]:focus,
        .form-style-1 input[type=email]:focus,
        .form-style-1 textarea:focus,
        .form-style-1 select:focus {
            -moz-box-shadow: 0 0 8px #88D5E9;
            -webkit-box-shadow: 0 0 8px #88D5E9;
            box-shadow: 0 0 8px #88D5E9;
            border: 1px solid #88D5E9;
        }

    .form-style-1 .field-divided {
        width: 49%;
    }

    .form-style-1 .field-long {
        width: 100%;
    }

    .form-style-1 .field-select {
        width: 100%;
    }

    .form-style-1 .field-textarea {
        height: 100px;
    }

    .form-style-1 input[type=submit], .form-style-1 input[type=button] {
        background: #4B99AD;
        padding: 8px 15px 8px 15px;
        border: none;
        color: #fff;
    }

        .form-style-1 input[type=submit]:hover, .form-style-1 input[type=button]:hover {
            background: #4691A4;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

    .form-style-1 .required {
        color: red;
    }
