@font-face {
    font-family: Roboto-Light;
    src: url('../fonts/Roboto-Light.ttf');
}

@font-face {
    font-family: Roboto-Bold;
    src: url('../fonts/Roboto-Bold.ttf');
}

@font-face {
    font-family: Roboto-Medium;
    src: url('../fonts/Roboto-Medium.ttf');
}

@font-face {
    font-family: Notera;
    src: url('../fonts/Notera.ttf');
}

html, body {
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    /*min-width: 500px;*/
    background-size: contain;
}

/*		MAIN CONTAINERS		*/

#bodyWrap {
    min-height: 100%;
    height: auto;
    overflow: hidden;
    /*padding-bottom: 20px*/
}

#navi {
    background-color: #ebecee;
    height: 100%;
    min-height: 100%;
    padding: 0px 10px 60px 10px;
}

.greyWrap {
    background: url(../graphics/greyBg.jpeg) #ebecee;
    min-height: 100%;
    min-height: 1000px;
    width: 100%;
    padding: 0px 10px 60px 10px;
}

.blueWrap {
    background: #40abe3;
    height: auto;
    margin: 0px auto;
    padding: 20px 0;
    -moz-box-shadow: inset 0 0 15px rgba(119, 119, 119, 0.75);
    -webkit-box-shadow: inset 0 0 15px rgba(119, 119, 119, 0.75);
    box-shadow: inset 0 0 15px rgba(119, 119, 119, 0.75);
}

/* Main Containers end */
/* FOOTER */

/*#footer {*/
/*height: 100px;*/
/*background: #ebecee;*/
/*-webkit-box-shadow: 0px -4px 16px rgba(50, 50, 50, 0.6);*/
/*-moz-box-shadow: 0px -4px 16px rgba(50, 50, 50, 0.6);*/
/*box-shadow: 0px -4px 16px rgba(50, 50, 50, 0.6);*/

/*}*/

/*

/* FOOTER ends */

/* Form */
.formStyle {

    background: rgba(255, 255, 255, 0.7);
    border-style: solid;
    border-width: 2px;
    border-color: #fff;
    width: 100%;
    height: 60px;
    display: block;
    margin: 5px 0 10px 0px;
    color: #001f22;
    font-family: 'prosemibold', arial;
    font-size: 16px;
    line-height: 16px;
    padding: 5px;
}

.formStyle:focus {
    background: transparent;
    border-color: #0087ce;
    outline: none;
}

.formStyleTxtArea {
    background: rgba(255, 255, 255, 0.7);
    border-style: solid;
    border-width: 2px;
    border-color: #fff;
    width: 100%;
    color: #001f22;
    font-family: 'prosemibold', arial;
    font-size: 16px;
    line-height: 16px;
    padding: 5px;
    margin: 5px 0 10px 0px;
}

.formStyleTxtArea:focus {
    background: transparent;
    border-color: #0087ce;
    outline: none;
}

.form-control:focus {
    /*border-color: #FF0000;*/
    /*box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);*/
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

.my-form-pair {
    display: block;
    margin-bottom: 12px;
}

.my-form-pair label {
    font-family: Roboto;
    font-size: 14px !important;
    color: #1b1b1b;
}

.my-form-pair input, .my-form-pair textarea {
    border: none;
    height: 48px;
    font-size: 18px;
    display: block;
    width: 100%;
    background-color: #e1e1e1;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-family: Roboto-Light, sans-serif;
    padding: 12px;
}

.my-form-pair input:focus, .my-form-pair textarea:focus {
    background-color: #d9d9d9;
}

.my-form-pair textarea {
    height: 140px;
}

.anim-wrapper {
    min-height: 20px;
}

.my-button {
    width: 100%;
    border: none;
    font-family: Roboto, sans-serif;
    font-size: 18px !important;
    height: 48px;
    padding: 12px;
    margin-bottom: 20px;
    background-color: #C60000;
    margin-top: 16px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    color: white;
}

.my-button:hover {
    background-color: #8d0000;

}

/* FORM ends */

/* General CSS */

h1, h2, h3, h4, h5, h6 {
    font-weight: 100;
    font-family: 'Roboto-Medium', sans-serif;
}

.no_fontWeight {
    font-weight: normal;
}

.logo {
    margin-top: 3%;
}

.whiteLine {
    display: block;
    margin: 0 auto;
    color: #0087ce;
    margin: 0px 0 5px 0;
    border-style: solid;
    border-width: 0 0 1px 0;
    border-color: #fff;
}

#bodyWrap h2 {
    font-family: 'HelveticaNeue-Light';
    color: #0087ce;
    font-size: 34px;
}

h1 {
    color: #f0f0f0 !important;
    font-size: 64px !important;
    border-width: 0 0 1px 0;
    text-align: left;
    margin: 10px auto;
}

h2 {
    color: #C60000 !important;
    font-size: 34px !important;
    border-width: 0 0 1px 0;
    text-align: left;
    margin: 60px auto;
    font-family: "Roboto-Medium", sans-serif;

}

p {
    color: #001f22;
    font-size: 32px !important;
    padding: 5px 0 5px 0;
    font-family: "Roboto-Light", sans-serif;
}

li {
    color: #001f22;
    font-size: 22px !important;
    padding: 5px 0 5px 0;
    list-style: none;
    font-family: "Roboto-Light", sans-serif;
}

a p {
    text-decoration: none;
}

#offering1, #offering2, #offering3 {
    cursor: pointer;
    cursor: hand;
}

.padding {
    /*padding: 80px;*/
}

.faqAnswer {
    font-size: 18px !important;
}

.editBtn {
    font-size: 20px !important;
}

.profileFont {
    font-size: 16px !important;
}

.profileHead {
    font-weight: bold;
}

.alert {
    font-size: 14px !important;
    margin-top: 10px;
}

.divider {
    margin-bottom: 25px;
    border-bottom: white 1px solid;
    padding-bottom: 25px;
    display: block;
}

.red {
    color: red;
}

.strike {
    text-decoration: line-through;
}

.gold {
    color: gold;
}

.green {
    color: green;
}

.xsmall {
    font-size: 60% !important;
}

.bold {
    font-weight: bold;
}

.evenMargin {
    margin-top: 10px !important;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.cb {
    clear: both
}

.fl {
    float: left;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

/* End of General CSS */

#section_heading {
    min-height: 800px;
    background: url("../img/bg1.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

}

#section_heading .fp-tableCell {
    min-height: 800px!important;
    vertical-align: middle;
}

#bannerText {
    height: 50%;
}

#webdevImage {
    background: url("../img/webdevImageRed.png") no-repeat center center;
    background: url("../img/webdevImage.png") no-repeat center center;
    height: 300px;
    transition: all 1s ease-in-out;
}

#webdevImage:hover {
    background: url("../img/webdevImageRed.png") no-repeat center center;
}

#appdevImage {
    background: url("../img/appdevImageRed.png") no-repeat center center;
    background: url("../img/appdevImage.png") no-repeat center center;
    height: 300px;
    transition: all 1s ease-in-out;

}

#appdevImage:hover {
    background: url("../img/appdevImageRed.png") no-repeat center center;
}

#consultImage {
    background: url("../img/consultImageRed.png") no-repeat center center;
    background: url("../img/consultImage.png") no-repeat center center;
    height: 300px;
    transition: all 1s ease-in-out;
}

#consultImage:hover {
    background: url("../img/consultImageRed.png") no-repeat center center;
}

#map-section {
    position: relative;
}

#city-heading {
    position: absolute;
    top: 10px;
}

#map {
    height: 100%;
    width: 100%;
}

#section-footer {
    /*height: 300px;*/
    background-color: #282828;
    padding-top: 52px;
    padding-bottom: 52px;
}

#section-footer p {
    color: white;
}

#logo-footer {
    /*height: 120px;*/
    width: 100%;
    max-width: 200px;
    vertical-align: middle;
}

.footer-left {
    padding-top: 20px;
    border-right: 1px solid #C60000;
}

.footer-small {
    font-size: 18px !important;
}

#footer-line {
    width: 4px;
    background-color: #C60000;
    margin-top: 40px;
    height: 220px;
    /*display: inline-block;*/
}

.container {
    display: table;
    height: 80%;
}

.row {
    height: 100%;
    display: table-row;
}

.vertical-center {
    display: table-cell;
    float: none;
    vertical-align: middle;
}

.typed-cursor {
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}

#logo-header {
    /*position: absolute;*/
    /*top: 60px;*/
    /*left: 60px;*/
    margin: 0 15px;
    width: 120px;
}
#header-logo-wrap {
    position: absolute;
    top: 60px;
    /*min-height:1000px;*/
    /*margin: 0 15px;*/
    /*width: 120px;*/
}

#header {
    top: 0px;
    position: fixed;
    /*height: 80px;*/
    display: block;
    width: 100%;
    background: #282828;
    z-index: 9;
    text-align: center;
    color: #f2f2f2;
    padding: 0;
}


.navbar {
    background-color: #282828;
}

.navbar-brand{
    height: 80px;
}

.navbar-header {
    text-align: center;
}


.funky-text {
    font-family: Notera, sans-serif;
    font-size: 52px !important;
}

.navbar-toggle {
    margin-right: 0px;
    float: none;
}


.navbar-nav > li > a {
    color: #fff!important;
    display: inline-block;
    font-size: 16px;
    line-height: 70px;
    width: 100%;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    padding: 0 15px;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}



.navbar-nav>li>a:focus, .navbar-nav>li>a:hover {
    background-color: #282828 !important;
    color: #b8b8b8!important;
}

.navbar-default {
    background-color: #282828;
    border: none;
}

.error {
    color: red!important;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}


@media only screen and (max-device-width: 400px) {

    #heading-text {
        font-size: 40px!important;
    }

    p {
        font-size: 20px!important;

    }
    h2 {
        font-size: 28px!important;

    }

    .funky-text {
        font-size: 30px!important;

    }

}


@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

#offering2-detail, #offering1-detail, #offering3-detail {
    padding-left: 0px;
}

