body {
    font-family: 'Lato', sans-serif;
    color: #000;
    font-size: 16px;
}

h1, h2, h3 {
    font-family: 'Libre Baskerville', serif;
}

/*.row
{
    margin:auto;
  max-width:980px;
}*/

a {
    color: black;
}

    a:hover {
        color: black;
    }

nav {
    float: right;
    margin-top: 10px;
}

    nav li {
        display: inline;
        margin-left: 30px;
    }

    nav ul {
        text-align: right;
    }

    nav a {
        padding: 5px;
        color: rgba(0,0,0,0.5);
		text-transform:uppercase;
		font-size:14px;
    }

.subfooter {
    color: rgba(0,0,0,0.5);
    font-size: 0.8em;
}
nav li a {
    border-bottom: 2px transparent solid;
}
nav li:hover a, nav li.active a {
    border-bottom: 2px #0055A5 solid;
    text-decoration: none;
    color: black;
    display: block;
    padding: .5rem 1rem;
}

.navbar {
    width: 100%;
    z-index: 500;
}

#Header {
    /*padding-top:30px;*/
    height: 100px;
}

.slider {
}

#imageslider {
    margin-top: 10px;
    background-color: black;
    text-align: center;
}

.slider {
    margin: auto;
    width: 100%;
    display: block;
}

.main-banner {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    min-height: 400px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.main-content {
    margin-bottom: 60px;
}

    .main-content h1, .home-content h2 {
        font-size: 28px;
        margin: 20px 0 50px 0;
        text-align: center;
    }

.home-content h2 {
    margin-bottom: 20px;
}

.home-content h3 {
    font-size: 18px;
    margin: 15px 0;
}

.main-content h1:before, .home-content h2:before {
    content: "";
    position: absolute;
    width: 10%;
    height: 2px;
    top: 80px;
    left: 45%;
    border-bottom: 2px solid #0055A5;
}

.main-content h2 {
    font-size: 22px;
    margin: 15px 0;
}

.main-content h3 {
    font-size: 20px;
    margin: 15px 0;
}

.main-content h4 {
    font-size: 18px;
    margin: 15px 0;
}

.services {
    margin-top: 40px;
}

/*.services h1
{
    font-size:1.5em;
    text-align:center;
    padding:10px;
    padding-top:0px;
}

    .services h1:before {
        content: "";
        position: absolute;
        left: 37.5%;
        bottom: 0;
        height: 1px;
        width: 25%;
        border-bottom: 2px solid black;
    }



    .contact h1 {
        font-size: 1.5em;
        text-align: center;
        padding: 10px;
        padding-top: 0px;
    }

        .contact h1:before {
            content: "";
            position: absolute;
            left: 37.5%;
            bottom: 0;
            height: 1px;
            width: 25%;
            border-bottom: 2px solid black;
        }*/

.casestudies {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 14px;
}

/* .casestudies h1 {
        font-size: 1.5em;
        text-align: center;
        padding: 10px;
        padding-top: 0px;
    }

        .casestudies h1:before {
            content: "";
            position: absolute;
            left: 37.5%;
            bottom: 0;
            height: 1px;
            width: 25%;
            border-bottom: 2px solid black;
        }*/

.serviceheader {
    margin-bottom: 40px;
}

.submit {
    text-align: center;
}

.btn-primary, btn-primary:visited {
    background-color: #1ABC9C;
    border: solid 2px #1ABC9C;
}

    .btn-primary:hover, .btn-primary:active, .btn-primary:focus {
        background-color: #16997f;
        border: solid 2px #16997f;
    }

.btn-blue, btn-blue:visited, btn-blue.disabled, btn-blue:disabled {
    background-color: #0055A5 !important;
    border: solid 2px #0055A5 !important;
}

    .btn-blue:hover, .btn-blue:active, .btn-blue:focus,
    btn-blue.disabled:hover, btn-blue.disabled:active, btn-blue.disabled:focus {
        background-color: #0458b3;
        border: solid 2px #0458b3;
    }
.btn-case-study {position:absolute;bottom:0}
textarea {
    width: 100%;
}

.contact {
    margin-bottom: 40px;
}

input {
    width: 100%;
    padding: 5px;
}

.contact p {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.contactheader {
    margin-bottom: 40px;
}


.casestudyheader {
    margin-bottom: 40px;
}

#About {
    /*margin: 40px 55px;*/
    background-color: rgba(0, 85, 165, 0.05);
    padding: 40px;
}

    #About h2 {
        font-size: 28px;
        margin: 15px 0;
        text-align: left;
    }

        #About h2:before {
            content: "";
            position: absolute;
            width: 15%;
            height: 2px;
            top: 80px;
            left: 10%;
            /* bottom: -15px; */
            border-bottom: 2px solid #0055A5;
        }
	#Contact  h2:before {
            top: 60px;
        }
.home-content h3 {
    font-size: 18px;
    margin: 15px 0;
}

.casestudy h2 {
    font-size: 1.2em;
}


footer {
    margin-top: 20px;
    font-size: 14px;
}

    footer h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    footer .subfooter {
        border-top: solid 1px rgba(0, 0, 0, 0.80);
        padding-top: 25px;
        margin-top: 25px;
    }

.casestudy img {
    width: 100%;
}
.casestudy {position:relative; min-height:210px;}
#CaseStudies {
    margin-top: 30px;
}

.border-sla {
    border-color: rgba(0, 85, 165, 0.4) !important;
	border-width: 2px !important;
}

.servicesector, .ipm {
    text-align: center;
}

    .servicesector a, .servicesector a:active, .servicesector a:focus, .servicesector a:visited, .servicesector a:hover {
        font-size: 14px;
        color: #1ABC9C;
        text-transform: capitalize;
    }

    .servicesector h3 {
        font-size: 21px;
    }

    .servicesector .card {
        border: 1px solid #1ABC9C;
        border-radius: 0;
    }

    .servicesector a img {
        width: 100%;
    }

.serviceitems {
    margin-top: 10px;
}

.ipm {
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0.05);
    padding: 60px 0 30px 0
}

.ipm-label {
    font-size: 18px;
    line-height: 1.2;
    text-transform: uppercase;
    color: #0055A5;
    position: relative;
    margin-top: 10px;
}

    .ipm-label img {
        display: inline-block;
        position: relative;
        margin-top: -10px;
    }

/** Overwrite carousel caption**/
.carousel-caption {
    top: 10%;
    left: 20px;
    width: 34%;
    text-align: left;
    font-size: 28px;
    line-height: 36px;
    bottom: 90px;
}

    .carousel-caption .message {
        background-color: rgba(255, 255, 255, 0.80);
        color: #000;
        padding: 30px 30px 60px 30px;
        position: relative;
    }

        .carousel-caption .message .btn-slider-message {
           position: absolute;
			bottom: -15px;
			left: 30px;
			padding-left: 20px;
			padding-right: 20px;
			border-radius: 0;
			font-size: 18px;
			padding-top: 10px;
			padding-bottom: 10px;
			text-transform: uppercase;
        }

.carousel-indicators {
    right: 0;
    left: auto;
}

    .carousel-indicators li {
        border-radius: 0;
        width: 12px;
        height: 12px;
    }

/*.carousel-inner .carousel-item {
    transition: -webkit-transform 2s ease;
    transition: transform 2s ease;
    transition: transform 2s ease, -webkit-transform 2s ease;
}*/
@media (max-width: 1200px) {
	.casestudy {min-height:230px;}
}

@media (max-width: 991px) {
	.casestudy {min-height:auto;}
	.btn-case-study {position:relative;}
}
@media (max-width:768px) {
    .fixedbit {
        width: 300px !important;
    }

        .fixedbit h2 {
            font-size: 1.2em !important;
        }

    #About h2 {
        text-align: center;
    }

        #About h2:before {
            content: "";
            position: absolute;
            width: 20%;
            height: 1px;
            top: 100%;
            left: 40%;
            /* bottom: -15px; */
            border-bottom: 1px solid #0055A5;
            /* padding-bottom: 30px; */
        }

    .sm-top-30 {
        margin-top: 30px;
    }

    .carousel-caption {
        top: 0;
        left: 5%;
        right: 0;
        width: 90%;
        text-align: left;
        font-size: 26px;
        line-height: 36px;
        bottom: 10%;
    }

    .servicesector a, .servicesector a:active, .servicesector a:focus, .servicesector a:visited, .servicesector a:hover {
        font-size: 18px;
    }
}

/* general */
/* padding resets */
.pad-top-zero {
    padding-top: 0 !important;
}

.pad-top-5 {
    padding-top: 5px !important;
}

.pad-top-10 {
    padding-top: 10px !important;
}

.pad-top-15 {
    padding-top: 15px !important;
}

.pad-top-20 {
    padding-top: 20px !important;
}

.pad-top-25 {
    padding-top: 25px !important;
}

.pad-top-30 {
    padding-top: 30px !important;
}

.pad-top-40 {
    padding-top: 40px !important;
}

.pad-top-50 {
    padding-top: 50px !important;
}

.pad-top-60 {
    padding-top: 60px !important;
}

.pad-bottom-zero {
    padding-bottom: 0 !important;
}

.pad-bottom-5 {
    padding-bottom: 5px !important;
}

.pad-bottom-10 {
    padding-bottom: 10px !important;
}

.pad-bottom-15 {
    padding-bottom: 15px !important;
}

.pad-bottom-20 {
    padding-bottom: 20px !important;
}

.pad-bottom-25 {
    padding-bottom: 25px !important;
}

.pad-bottom-30 {
    padding-bottom: 30px !important;
}

.pad-bottom-40 {
    padding-bottom: 40px !important;
}

.pad-bottom-50 {
    padding-bottom: 50px !important;
}

.pad-bottom-60 {
    padding-bottom: 60px !important;
}

.pad-left-zero {
    padding-left: 0 !important;
}

.pad-left-5 {
    padding-left: 5px !important;
}

.pad-left-10 {
    padding-left: 10px !important;
}

.pad-left-15 {
    padding-left: 15px !important;
}

.pad-left-20 {
    padding-left: 20px !important;
}

.pad-left-25 {
    padding-left: 25px !important;
}

.pad-left-30 {
    padding-left: 30px !important;
}

.pad-left-40 {
    padding-left: 40px !important;
}

.pad-left-50 {
    padding-left: 50px !important;
}

.pad-left-60 {
    padding-left: 60px !important;
}

.pad-right-zero {
    padding-right: 0 !important;
}

.pad-right-5 {
    padding-right: 5px !important;
}

.pad-right-10 {
    padding-right: 10px !important;
}

.pad-right-15 {
    padding-right: 15px !important;
}

.pad-right-20 {
    padding-right: 20px !important;
}

.pad-right-25 {
    padding-right: 25px !important;
}

.pad-right-30 {
    padding-right: 30px !important;
}

.pad-right-40 {
    padding-right: 40px !important;
}

.pad-right-50 {
    padding-right: 50px !important;
}

.pad-right-60 {
    padding-right: 60px !important;
}


/* margin resets */
.margin-top-zero {
    margin-top: 0 !important;
}

.margin-top-5 {
    margin-top: 5px !important;
}

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

.margin-top-15 {
    margin-top: 15px !important;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-top-25 {
    margin-top: 25px !important;
}

.margin-top-30 {
    margin-top: 30px !important;
}

.margin-top-40 {
    margin-top: 40px !important;
}

.margin-top-50 {
    margin-top: 50px !important;
}

.margin-top-60 {
    margin-top: 60px !important;
}

.margin-bottom-zero {
    margin-bottom: 0 !important;
}

.margin-bottom-5 {
    margin-bottom: 5px !important;
}

.margin-bottom-10 {
    margin-bottom: 10px !important;
}

.margin-bottom-15 {
    margin-bottom: 15px !important;
}

.margin-bottom-20 {
    margin-bottom: 20px !important;
}

.margin-bottom-25 {
    margin-bottom: 25px !important;
}

.margin-bottom-30 {
    margin-bottom: 30px !important;
}

.margin-bottom-40 {
    margin-bottom: 40px !important;
}

.margin-bottom-50 {
    margin-bottom: 50px !important;
}

.margin-bottom-60 {
    margin-bottom: 60px !important;
}

.margin-left-zero {
    margin-left: 0 !important;
}

.margin-left-5 {
    margin-left: 5px !important;
}

.margin-left-10 {
    margin-left: 10px !important;
}

.margin-left-15 {
    margin-left: 15px !important;
}

.margin-left-20 {
    margin-left: 20px !important;
}

.margin-left-25 {
    margin-left: 25px !important;
}

.margin-left-30 {
    margin-left: 30px !important;
}

.margin-left-40 {
    margin-left: 40px !important;
}

.margin-left-50 {
    margin-left: 50px !important;
}

.margin-left-60 {
    margin-left: 60px !important;
}

.margin-right-zero {
    margin-right: 0 !important;
}

.margin-right-5 {
    margin-right: 5px !important;
}

.margin-right-10 {
    margin-right: 10px !important;
}

.margin-right-15 {
    margin-right: 15px !important;
}

.margin-right-20 {
    margin-right: 20px !important;
}

.margin-right-25 {
    margin-right: 25px !important;
}

.margin-right-30 {
    margin-right: 30px !important;
}

.margin-right-40 {
    margin-right: 40px !important;
}

.margin-right-50 {
    margin-right: 50px !important;
}

.margin-right-60 {
    margin-right: 60px !important;
}

/** Social Media Icons **/
.fa-facebook-official {
    color: #3b5998
}

.fa-twitter-square {
    color: #00aced
}

.fa-linkedin-square {
    color: #007bb6
}

.fa-google-plus-square {
    color: #dd4b39
}
