/*
	Author: ShapedTheme
	Template: Cluster
	Version: 1.0
	URL: http://shapedtheme.com
*/


/* TABLE OF CONTENTS

	1. SITE WIDTH CONSTRAINTS
	2. Basic styles
	2a. BESPOKE styles
	3. BUTTONS
	4. HEADER
	5. SLIDER
	6. SERVICES
	7. OUR WORKS
	8. PRICING
	9. ABOUT US
	10. OUR TEAM
	11. TESTIMONIAL
	12. FUN FACTS
	13. CONTACT
	14. BLOG
	15. FOOTER
	16. SCROLL TO TOP

*/

.clearit {
    clear: both;
}


/* 1. static header */

.topheader {
    border-bottom: 1px solid #eaeaea;
    background: #fff;
    height: 110px;
    position: fixed;
    z-index: 101;
    width: 100%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.gblogo {
    margin-top: 8px;
}

.gbnav {
    padding-top: 25px;
    float: right;
}

.headermargin {
    padding: 0% 2.5% 0% 2.5%;
}

.mainbanners {
    width: 100%;
    height: 220px;
    background-repeat: no-repeat;
    background-position: center center;
    display: table;
}

.mainbanners.home {
    background-image: url(../images/banner_1b.jpg);
}

.mainbanners.tech {
    background-image: url(../images/banner_6b.jpg);
}

.mainbanners.services {
    background-image: url(../images/banner_5b.jpg);
}

.mainbanners.science {
    background-image: url(../images/banner_3b.jpg);
}

.mainbanners.about {
    background-image: url(../images/banner_3b.jpg);
}

.footerbanner {
    width: 100%;
    height: 140px;
    background-repeat: no-repeat;
    background-position: center center;
    display: table;
    z-index: 100;
    margin-top: 10px;
    background-image: url(../images/banner-long2.jpg);
    text-align: center;
}

.footerbanner p {
    color: #FFF;
}

.footerbanner h2 {
    color: #FFF;
    padding-bottom: 5px;
}

.footerbanner h3 {
    color: #FFF;
    text-align: center;
    color: #FFF;
    font-size: 30px;
    line-height: auto;
    font-weight: 700;
}

.bannerstrap {
    margin-left: 7%;
    z-index: 100;
    color: #FFF;
    font-size: 38px;
    line-height: 44px;
    font-weight: 700;
    max-width: 850px;
}

.teambio:before {
    display: block;
    content: " ";
    margin-top: -140px;
    height: 140px;
    visibility: hidden;
}

*#Affiliates:before {
    display: block;
    content: " ";
    margin-top: -140px;
    height: 140px;
    visibility: hidden;
}


/* 1. SITE WIDTH CONSTRAINTS */


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


/* Image Overlay
================================================== */

.item-img,
.post-thumb,
.slides {
    position: relative;
}

.overlay {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 1;
    z-index: 40;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 150ms ease-in-out;
    -moz-transition: opacity 150ms ease-in-out;
    -o-transition: opacity 150ms ease-in-out;
    transition: opacity 150ms ease-in-out;
}

.overlay.link {
    background: url(../images/overlay_link.png) no-repeat center center, url(../images/overlay_bg.png) center center;
}

.overlay.zoom {
    background: url(../images/overlay_zoom.png) no-repeat center center, url(../images/overlay_bg.png) center center;
}

.overlay:hover {
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
}


/* 1. SITE WIDTH CONSTRAINTS */

html,
body {
    height: 100%;
}

.extent {
    width: 100%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.middleextent {
    width: 100%;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
}

.navbar-fixed-top {
    width: 100%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    height: 110px;
}


/* 2. BASIC STYLES */

body {
    font-family: "Lato", Helvetica, Arial, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.7857;
    letter-spacing: 0.025em;
    color: #666;
    background-color: #ececec;
}

a {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

a:hover {}

a,
a:hover,
a:active,
a:focus,
button:focus {
    outline: 0;
    border: 0;
    text-decoration: none;
}

a:focus,
a:hover {
    color: #e8451f;
}

a {
    color: #00bac6;
    text-decoration: none
}

#st-preloader {
    background: #FFF;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}

p {
    font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.5;
    padding-bottom: 10px;
}

p strong {
    color: #005192;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 700;
}

input,
textarea {
    outline: none;
}

label {
    font-weight: 300;
}

#pre-status,
.preload-placeholder {
    background-image: url(../images/preloader.gif);
    background-position: center;
    background-repeat: no-repeat;
    height: 40px;
    left: 50%;
    margin: -20px 0 0 -20px;
    position: absolute;
    top: 50%;
    width: 40px;
}

.preload-placeholder {
    background: none;
    left: 0;
    margin: 0;
    text-align: center;
    top: 65%;
}

.st-border {
    width: 34px;
    height: 1px;
    display: block;
    background-color: #000;
}

.overlay {
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
}


/* Other sections */

.gbstrap {
    position: absolute;
    bottom: 50px;
    left: 7%;
    z-index: 100;
    color: #FFF;
    font-size: 38px;
    line-height: 44px;
    font-weight: 700;
    max-width: 850px;
}


/* page title section */

.pagetitle {
    background: #00a7b0;
    padding-top: 70px;
    padding-bottom: 70px;
    width: 100%;
    position: relative;
    color: #fff;
}

.pagetitle h1 {
    padding: 0px;
    margin: 0px;
    text-align: left;
    font-size: 26px;
    font-weight: 600;
}

.pagetitle h2 {
    padding: 0px;
    margin: 0px;
    text-align: left;
    font-size: 26px;
    font-weight: 600;
}


/* footer strapline */

.strapline {
    padding-top: 70px;
    padding-bottom: 70px;
    width: 100%;
    position: relative;
    color: #fff;
    padding-left: 40px;
    padding-right: 40px;
}

.strapline.rounded {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.strapline.brightgreen {
    background: #3bd1bb;
}

.strapline.hex {
    background-image: url(../images/box-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

.strapline.hexlong {
    background-image: url(../images/banner-long2.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

.strapline.hex h2 {
    color: #FFF;
}

.strapline.hexlong h2 {
    color: #FFF;
}

.strapline.hexlong h3 {
    color: #FFF;
    text-align: center;
    color: #FFF;
    font-size: 30px;
    line-height: auto;
    font-weight: 700;
}

.strapline.pushup {
    margin-top: -25px;
}

.strapline h2 {
    padding: 0px;
    margin: 0px;
    text-align: center;
    font-size: 21px;
    font-weight: 600;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    line-height: 30px;
}

.strapline p {
    padding-top: 20px;
    margin: 0px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}


/* footer strapline */

.quotebox {
    padding-top: 70px;
    padding-bottom: 70px;
    width: 100%;
    position: relative;
    color: #fff;
    padding-left: 40px;
    padding-right: 40px;
}

.quotebox.rounded {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.quotebox.hex {
    background-image: url(../images/box-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
}

.endbanner {
    background-image: url(../images/banner-grad.jpg);
    background-position: center center;
    background-repeat: repeat-y;
    position: absolute;
    width: 100%;
    left: 0px;
}

.endbanner h2 {
    padding: 0px;
    margin: 0px;
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    line-height: 34px;
    position: relative;
    color: #fff;
}


/* 3. BUTTONS */

.btn-send {
    background-color: #383838;
    border-radius: 0;
    border: 0;
    color: #fff;
    padding: 8px 14px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.btn-send:hover {
    background-color: #000;
    color: #fff;
}

.btn-readmore {
    background-color: #383838;
    border-radius: 0;
    border: 0;
    color: #fff;
    padding: 10px 20px;
    margin-top: 20px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.btn-readmore:hover {
    background-color: #000;
    color: #fff;
}


/* 2a. BSPOKE SECTIONS */

.fluidcontainer {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.reposonsivepadding {
    padding: 0 0 0 0;
}

.navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    font-weight: 600;
    color: #666;
}

.numbers {
    right: 10px;
    padding-right: 40px;
    font-size: 18px;
    margin-right: 10px;
    line-height: 21px;
    position: absolute;
    top: 23px;
}

.numbers strong {
    color: #000;
    font-weight: 900;
    letter-spacing: 0.045em;
}

.numbersfloat {
    float: none;
}

.floatright {
    float: right;
}

h3 {
    color: #005192;
    font-weight: 400 !important;
    font-size: 26px;
    padding-top: 0px !important;
    padding-bottom: 20px;
    line-height: 40px;
}

h4 {
    color: #005192;
    font-weight: 600 !important;
    font-size: 18px;
    padding-bottom: 10px;
    padding-top: 0px;
    line-height: 22px;
}

h4.tight {
    color: #005192;
    font-weight: 400 !important;
    font-size: 21px;
    padding-bottom: 10px;
    padding-top: 0px !important;
    line-height: 30px;
}

.btn-success {
    display: inline-block !important;
}

.submitbutton {
    display: inline !important;
}

.searchposition {
    width: 100%;
    max-width: 550px;
    padding-right: 50px;
    padding-top: 10px;
}

.searchposition.sectors {
    padding-top: 40px;
}

table.jobspecs {
    margin-top: 30px;
    margin-bottom: 30px;
}

@media(max-width:1249px) {
    .reposonsivepadding {
        padding: 0 10px 0 10px;
    }
}

@media(max-width:999px) {
    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 13px;
    }
}


/* Tablet Portrait size to standard 960 (devices and browsers) */

@media only screen and (min-width: 768px) and (max-width: 1029px) {
    #about-us .about-us h1 {
        margin-top: 0;
        color: #fff;
        font-size: 21px !important;
        margin-bottom: 20px;
        text-transform: none;
        font-weight: 600;
    }
    #about-us .about-us p {
        color: #fff;
        font-size: 18px !important;
        line-height: 24px;
    }
}

@media(max-width:768px) {
    .navbar-nav>li>a {
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 18px;
    }
    #about-us .leftside {
        padding-left: 0px;
        padding-right: 0px;
    }
    #about-us .righttside {
        padding-right: 0px;
        padding-left: 0px;
    }
    .col-sm-3 {
        margin-top: -10px !important;
    }
    .midboximage {
        display: none;
    }
    .navbar-form {
        border: none !important;
    }
    .form-group {
        border: none !important;
    }
    .navbar-form .form-group {
        border: none !important;
    }
    .navbar-form .form-home {
        border: none !important;
    }
    .form-control {
        border: none !important;
    }
}


/*  add break class */

@media screen and (min-width: 968px) {
    .rwd-break {
        display: none;
    }
}


/*  form bespoke css */

.navbar-form .form-group {
    margin-left: -15px;
}

.navbar-form.formhome {
    width: 80%;
    margin-top: 40px;
    border: none !important;
}

.navbar-form.top {
    width: 100%;
    margin-top: 40px;
    border: none !important;
}

.form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 12px 18px;
    font-size: 18px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
}

.form-control.small {
    height: 35px;
    padding: 10px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    margin-bottom: 6px;
}

.form-control.message {
    height: 70px;
    padding: 10px 12px;
    font-size: 16px;
    line-height: 1.42857143;
    margin-bottom: 6px;
}

.form-control.tiny {
    width: 200px;
    height: 30px;
    padding: 6px;
    display: inline;
    font-size: 16px;
    line-height: 1.42857143;
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #fff
}

.btn-success {
    color: #fff;
    background-color: #e8451f;
    border: none;
    font-size: 18px;
    padding: 10px;
}

.btn-success.active,
.btn-success.focus,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #222;
    border: none;
}

.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
    background-image: none
}

.btn-small {
    color: #fff;
    background-color: #e8451f;
    border: none;
    font-size: 16px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
}


/*  hide placeholder text */

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    color: transparent;
}


/* FF 4-18 */

input:focus::-moz-placeholder {
    color: transparent;
}


/* FF 19+ */

input:focus:-ms-input-placeholder {
    color: transparent;
}


/* IE 10+ */

.service-page .service-parts .block {
    margin-bottom: 40px;
    text-align: center;
}

.service-page .service-parts .block i {
    font-size: 35px;
    color: #02bdd5;
}

.service-page .service-parts .block p {
    padding: 0 8px;
    font-size: 14px;
    color: #777;
    line-height: 1.7;
}

.works.service-page figure .buttons {
    position: absolute;
    top: 45%;
    left: 13%;
}


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


/* Middle Section Boxes
================================================== */

.midboximage {
    top: 170px;
    right: 46%;
    position: absolute;
}

.bgimage {
    top: 0px;
    right: 0px;
    position: absolute;
    width: 100%;
    height: auto;
}

.midbox {
    margin: 0px !important;
    list-style: none;
    padding: 0px !important;
}

.midbox.one {
    background-color: #005192;
}

.midbox.two {
    background-color: #00bac6;
}

.midbox.three {
    background-color: #026f91;
}

.midbox.four {
    background-color: #93a9b5;
}

.midbox ul {
    margin: 0px !important;
    list-style: none;
    padding: 0px !important;
}

.midbox li {
    margin: 0px !important;
    list-style: none;
    padding: 0px !important;
    height: 240px;
}

.midbox li p {
    text-align: center;
    position: absolute;
    display: block;
    font-size: 18px;
    color: #FFF;
    text-decoration: none;
    font-weight: 500;
    top: 75px;
    width: 100%;
}

.midbox li p strong {
    color: #FFF;
    font-weight: 300;
    font-size: 32px;
    line-height: 35px;
}

.midbox li h2 {
    text-transform: none;
    color: #FFF;
    font-weight: 300;
    font-size: 32px;
    line-height: 35px;
    padding-top: 25px;
    padding-right: 40px;
    padding-left: 25px;
    height: 230px;
    text-align: center;
}


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


/* Image Overlay
================================================== */

.tight_third {
    width: 33%;
    position: relative;
    margin-right: 0.5%;
    float: left;
}

.last {
    margin-right: 0 !important;
    clear: right;
}

.item-img,
.post-thumb,
.slides {
    position: relative;
    /*  add 10px to counteract offset */
    padding-bottom: 10px;
}

.overlay {
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 1;
    opacity: 0 !important;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 250ms ease-in-out;
    -moz-transition: opacity 250ms ease-in-out;
    -o-transition: opacity 250ms ease-in-out;
    transition: opacity 250ms ease-in-out;
}

.overlay.link {
    background: url(../images/overlay_link.png) no-repeat center center, url(../images/overlay_bg.png) center center;
}

.overlay.zoom {
    background: url(../images/overlay_zoom.png) no-repeat center center, url(../images/overlay_bg.png) center center;
}

.overlay:hover {
    opacity: 1 !important;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
}


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


/* Overlays
================================================== */

.overlay.aqua {
    background: url(../images/overlay-go.png) no-repeat center center, url(../images/aqua.png) center center;
}

.overlay.lightblue {
    background: url(../images/overlay-go.png) no-repeat center center, url(../images/lightblue.png) center center;
}

.overlay.red {
    background: url(../images/overlay-go.png) no-repeat center center, url(../images/overlay_red.png) center center;
}

.overlay.blue {
    background: url(../images/overlay-go.png) no-repeat center center, url(../images/overlay_blue.png) center center;
}

.overlay.softblue {
    background: url(../images/overlay-go2.png) no-repeat center center, url(../images/softblue.png) center center;
}

.overlay.yellow {
    background: url(../images/overlay-go2.png) no-repeat center center, url(../images/yellow.png) center center;
}

.overlay.green {
    background: url(../images/overlay-go2.png) no-repeat center center, url(../images/green.png) center center;
}

.overlay.orange {
    background: url(../images/overlay-go2.png) no-repeat center center, url(../images/orange.png) center center;
}

.overlay.hexagons {
    background: url(../images/moreinfo.png) no-repeat center center, url(../images/hexagons.png) center center;
}

.overlaydark {
    background: url(../images/black.png) center center;
    height: 100%;
    left: 1px;
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 1;
    z-index: 40;
    opacity: 0.4 !important;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 250ms ease-in-out;
    -moz-transition: opacity 250ms ease-in-out;
    -o-transition: opacity 250ms ease-in-out;
    transition: opacity 250ms ease-in-out;
}

.overlaydark.link {
    background: url(../images/overlay_link.png) no-repeat center center, url(../images/overlay_bg.png) center center;
}

.overlaydark.zoom {
    background: url(../images/overlay_zoom.png) no-repeat center center, url(../images/overlay_bg.png) center center;
}

.overlaydark:hover {
    opacity: 1 !important;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
}

.overlaydark.orange {
    background: url(../images/overlay-go2.png) no-repeat center center, url(../images/orange.png) center center;
}


/* 4. HEADER */

#header {}

#header .navbar {
    min-height: 80px;
    margin-bottom: 0;
    border-radius: 0;
}

.st-navbar {
    background-color: #fff;
    border-bottom: 1px solid #f0f0f0;
}

.st-navbar ul {
    margin-top: 15px;
}

.st-navbar ul li a {
    color: #333;
    font-weight: 600;
    padding: 0;
    display: block;
    padding: 12px;
}

.st-navbar ul li a:hover,
.st-navbar ul li a:focus {
    background-color: #EC0408;
    color: #FFF;
}

.st-navbar .navbar-header {
    margin-top: 25px;
}

.st-navbar .navbar-toggle .icon-bar {
    background-color: #000;
}

.st-navbar .navbar-toggle {
    margin-top: 7px;
    margin-right: 25px;
    padding: 0;
    border-radius: 0;
}


/* 5. SLIDER */

#slider {
    margin-top: 80px;
}

#home-carousel .item {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 650px;
}

#home-carousel .item:before {
    background-color: #000;
    content: "";
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.5;
    position: absolute;
    width: 100%;
}

.carousel-caption {
    left: 15px;
    right: 15px;
    top: 50%;
    font-size: 15px;
    text-align: left;
    color: #fff;
    text-shadow: none;
    margin-top: -130px;
}

.carousel-caption h1 {
    font-size: 46px;
    margin-bottom: 0;
    line-height: 27px;
    letter-spacing: 2px;
    font-weight: 100;
}

.carousel-caption h2 {
    font-size: 81px;
    font-weight: 600;
    margin-top: 0px;
    text-transform: lowercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.home-carousel-left,
.home-carousel-right {
    background-color: #f0f0f0;
    color: #000;
    font-size: 32px;
    height: 40px;
    line-height: 40px;
    margin-top: -20px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 32px;
    z-index: 999;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    -ms-transition: 300ms;
    transition: 300ms;
}

.home-carousel-left {
    left: -32px;
}

.home-carousel-right {
    right: -32px;
}

#home-carousel:hover .home-carousel-left {
    left: 0;
}

#home-carousel:hover .home-carousel-right {
    right: 0;
}


/* Carousel animation */

#home-carousel .item h1,
#home-carousel .item h2,
#home-carousel .item p {
    opacity: 0;
    -moz-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}

#home-carousel .item h1 {
    -webkit-transition: all 0.5s ease-in-out 0.15s;
    -moz-transition: all 0.5s ease-in-out 0.15s;
    -ms-transition: all 0.5s ease-in-out 0.15s;
    -o-transition: all 0.5s ease-in-out 0.15s;
    transition: all 0.5s ease-in-out 0.15s;
}

#home-carousel .item.active h1,
#home-carousel .item.active h2,
#home-carousel .item.active p {
    opacity: 1;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

#home-carousel .item h2 {
    -webkit-transition: all 0.5s ease-in-out 0.30s;
    -moz-transition: all 0.5s ease-in-out 0.30s;
    -ms-transition: all 0.5s ease-in-out 0.30s;
    -o-transition: all 0.5s ease-in-out 0.30s;
    transition: all 0.5s ease-in-out 0.30s;
}

#home-carousel .item p {
    -webkit-transition: all 0.5s ease-in-out 0.45s;
    -moz-transition: all 0.5s ease-in-out 0.45s;
    -ms-transition: all 0.5s ease-in-out 0.45s;
    -o-transition: all 0.5s ease-in-out 0.45s;
    transition: all 0.5s ease-in-out 0.45s;
}


/* 6. SERVICES */

#services {
    background-color: #f5f5f5;
    padding-top: 130px;
    padding-bottom: 120px;
}

.section-title {
    margin-bottom: 50px;
}

.section-title h1 {
    margin-top: 0;
}

.st-service {
    margin-top: 10px;
}

.st-service h2 {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.st-service h2 i {
    margin-right: 10px;
}

.st-service p {}


/* 7. OUR WORKS */

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    z-index: 1;
}

.isotope,
.isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}

#our-works {
    padding-top: 0px;
    padding-bottom: 0px;
}

.portfolio-wrapper ul.filter {
    list-style: none;
    padding: 0;
    margin-bottom: 35px;
    margin-top: 28px;
    overflow: hidden;
}

.portfolio-wrapper ul.filter li {
    float: left;
    margin-right: 25px;
    font-weight: 600;
}

.portfolio-wrapper ul.filter li a {
    color: #909090;
}

.portfolio-wrapper ul.filter li a:hover,
.portfolio-wrapper ul.filter li a.active {
    color: #000;
}

.portfolio-wrapper .portfolio-items {
    clear: both;
}

.portfolio-wrapper .portfolio-content {
    position: relative;
    margin-bottom: 30px;
}

.foliotitle h2 a {
    color: #FFF;
    text-align: center;
    z-index: 999;
}

.portfolio-wrapper .foliotitle {
    z-index: 999;
    color: #FFF;
    position: absolute;
    left: 0;
    top: 32%;
    width: 100%;
    height: 100%;
    padding: 30px;
    opacity: 1;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}

.portfolio-wrapper .foliotitle:hover {}

.portfolio-wrapper .portfolio-overlay {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 30px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -moz-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}

.portfolio-wrapper .portfolio-content:hover .portfolio-overlay {
    opacity: 1;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.portfolio-wrapper .portfolio-content:hover .portfolio-overlay p {
    padding-top: 50%;
    text-align: center;
    -moz-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}

.portfolio-wrapper .portfolio-overlay p a {
    color: #fff;
    font-size: 40px;
    -moz-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}

.portfolio-wrapper .portfolio-overlay p a:hover {
    color: #C87406;
}


/* modal boxes */

.modal-content {
    position: relative;
    background-color: #88c7d5;
    opacity: 0.95;
}

.modal-content p {
    color: #666;
}

.modal-content h2 {
    color: #003b71;
}

.modalbox {
    padding: 25px;
    background: #fff;
    opacity: 1;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    z-index: 99999;
}


/* salestransormationbox */

.sectorbox {
    margin-bottom: 20px;
}

.sectorbox ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.sectorbox li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.sectorbox li p {
    text-align: center;
    min-height: 112px;
    display: block;
    font-size: 18px;
    color: #fff;
    background-color: #282e32;
    text-decoration: none;
    font-weight: 400;
    padding-top: 0px;
    padding-right: 15px;
    padding-bottom: 35px;
    padding-left: 20px;
}

.sectorbox li p strong {
    color: #3bd1bb;
    font-size: 24px;
    line-height: 40px;
}

.getover {
    position: absolute;
    top: 42%;
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 24px;
}


/* 8. PRICING */

#pricing {
    background-color: #f5f5f5;
    padding-top: 130px;
    padding-bottom: 120px;
}

.st-pricing {
    background-color: #fff;
    padding: 40px;
    margin-top: 30px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.st-pricing:hover {
    box-shadow: 0px 0px 18px #ddd;
}

.st-pricing h5 {
    margin-top: 0;
    margin-bottom: 25px;
}

.st-pricing h3 {
    margin-top: 0;
    margin-bottom: 25px;
}

.st-pricing .st-border {
    width: 100%;
    margin-bottom: 15px;
    background-color: #ccc;
}

.st-pricing ul {
    list-style: none;
    padding: 0;
}

.st-pricing ul li {
    padding: 12px 0;
    font-size: 15px;
}

.st-pricing a.btn-send {
    margin-top: 20px;
    padding: 10px 25px;
}


/* 9. ABOUT US */

#about-us {
    padding-bottom: 0px;
}

.darkgreen {
    background-color: #005192;
}

#about-us .about-us {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 15%;
    padding-bottom: 0px !important;
}

#about-us .about-us h1 {
    margin-top: 0;
    color: #fff;
    font-size: 26px;
    margin-bottom: 20px;
    text-transform: none;
    font-weight: 600;
}

#about-us .about-us p {
    color: #fff;
    font-size: 21px;
}

#about-us .about-us .btn-send {
    margin-top: 30px;
}

#about-us .leftside {
    padding-left: 0px;
}

#about-us .righttside {
    padding-right: 0px;
}

#about-us .flush {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px !important;
}

#about-us .flushdown {
    padding-left: 0px;
    padding-right: 0px;
}

#boxes .about-us p {
    color: #fff;
    font-size: 21px;
}

#boxes .about-us .btn-send {
    margin-top: 30px;
}

#boxes .leftside {
    padding-left: 0px;
}

#boxes .righttside {
    padding-right: 0px;
}

#boxes .flush {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px !important;
}

#boxes .flushdown {
    padding-left: 0px;
    padding-right: 0px;
}

.office-carousel-left,
.office-carousel-right {
    background-color: #f0f0f0;
    color: #000;
    font-size: 32px;
    height: 40px;
    line-height: 40px;
    margin-top: -20px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 32px;
    z-index: 999;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    -ms-transition: 300ms;
    transition: 300ms;
}

.office-carousel-left {
    left: -32px;
}

.office-carousel-right {
    right: -32px;
}

#office-carousel:hover .office-carousel-left {
    left: 0;
}

#office-carousel:hover .office-carousel-right {
    right: 0;
}

#office-carousel .item img {
    width: 100%;
}


/* featuredjobs */

.featuredjob {
    color: #444;
}

.featuredjob h3 {
    color: #005192;
    font-size: 18px;
    font-weight: 700;
    padding: 0px;
}

.featuredjob h2 {
    padding-bottom: 0px;
}

.featuredjobhomepage {
    color: #fff;
}

.featuredjobhomepage h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 0px;
}

.featuredjob.listing {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px dotted #ccc;
}

.jobfields h3 {
    color: #005192;
    font-size: 21px;
    padding-top: 0px;
    padding-bottom: 10px !important;
    font-weight: 700 !important;
}

.jobfields h4 {
    color: #444;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 0px !important;
    font-weight: 700 !important;
}

.checklist {
    padding-left: 5px;
    line-height: 150% !important;
    padding-bottom: 7px;
}


/* flexi columns - sections*/

.fiftyfifty {
    float: left;
    position: relative;
    width: 50%;
}

.fiftyfifty.white {
    background-color: #FFF;
}

.seventy {
    float: left;
    position: relative;
    width: 70%;
}

.thirty {
    float: left;
    position: relative;
    width: 30%;
}

.sixty {
    float: left;
    position: relative;
    width: 60%;
}

.forty {
    float: left;
    position: relative;
    width: 40%;
}

.twothird {
    float: left;
    position: relative;
    width: 60%;
    margin-right: 5%;
}

.onethird {
    float: left;
    position: relative;
    width: 35%;
}

.thirds {
    float: left;
    position: relative;
    width: 33.33%;
}

.quarters {
    float: left;
    position: relative;
    width: 22%;
    margin-right: 4%;
}

.quarters.last {
    margin-right: 0%;
}

.onethirds {
    float: left;
    position: relative;
    width: 30%;
    margin-right: 5%;
}

.onethirds.last {
    margin-right: 0%;
}

.teambio {
    margin-bottom: 25px;
}

.joblist {
    float: left;
    position: relative;
    width: 65%;
    margin-left: 5%;
}

.jobfields {
    float: left;
    position: relative;
    width: 30%;
}

.largerinnermargin {
    padding: 5% 10% 5% 10%;
}

.innermargin {
    padding: 5%;
}

.smallerinnermargin {
    padding: 2.5% 5% 2.5% 5%;
}

.fullinnermargin {
    padding: 2.5%;
}

.boxmargin {
    padding: 10%;
}

.innerboxmargin {
    padding: 5% 10% 5% 10%;
}

.drasticmargin {
    padding: 5% 12% 2% 10%;
}

.drasticmargin2 {
    padding: 4% 7.5% 2% 7.5%;
}

.pagemargin {
    padding: 5% 0% 5% 0%;
}

.innerbox {
    background-color: #f4f4f4;
    padding: 2% 4% 2% 4%;
}


/* Inner box sections*/

.boxwhite {
    background-color: #FFF;
}

.boxlight {
    background-color: #eef2f2;
}

.boxlight.inset-top {
    background-image: url(../images/white-inset-top.png);
    background-repeat: no-repeat;
    background-position: 35px top;
}

.boxlight.inset-side {
    background-image: url(../images/white-inset-side.png);
    background-repeat: no-repeat;
    background-position: left 30px;
}

.boxlightgrey h2 {
    color: #005192;
    padding-bottom: 10px;
}

.boxlightgrey {
    background-color: #dce0e2;
}

.boxlightgrey h2 {
    color: #005192;
    padding-bottom: 10px;
}

.boxlightgrey h3 strong {
    color: #005192;
    font-weight: 700;
}

.boxmidgreen {
    background-color: #00a7b0;
    color: #fff;
}

.boxmidgreen h1 {
    font-size: 30px;
    color: #FFF;
    padding-top: 0px;
    padding-bottom: 20px;
}

.boxmidgreen h2 {
    font-size: 24px;
    color: #FFF;
    padding-top: 20px;
    padding-bottom: 30px;
}

.boxslate {
    color: #fff;
    background-color: #407c94;
}

.boxslate h2 {
    color: #FFF;
    padding-bottom: 20px;
}

.boxslate.map {
    background-image: url(../images/map-green.png);
    background-repeat: no-repeat;
    background-position: right center;
    min-height: 350px;
}

.boxbrightgreen {
    background-color: #3bd1bb;
    color: #fff;
}

.subboxbrightgreen {
    margin: 20px;
    background-color: #3bd1bb;
    color: #fff;
}

.boxbrightgreen.map {
    background-image: url(../images/map-white.png);
    background-repeat: no-repeat;
    background-position: right center;
    min-height: 350px;
}

.boxslate.inset-top {
    background-image: url(../images/green-inset-top.png);
    background-repeat: no-repeat;
    background-position: 50px top;
}

.interetsedbox {
    margin-top: 25px;
    margin-bottom: 25px;
    background-color: #eef2f2;
}

.interetsedbox.inset-top {
    background-image: url(../images/white-inset-top.png);
    background-repeat: no-repeat;
    background-position: 35px top;
}

.interetsedbox.inset-side {
    background-image: url(../images/white-inset-side.png);
    background-repeat: no-repeat;
    background-position: left 30px;
}

.interetsedbox.cta {
    background-color: #00a7b0;
}

.ctabox {
    margin-top: 25px;
    margin-bottom: 25px;
    background-color: #00a7b0;
}

.ctabox.inset-top {
    background-image: url(../images/white-inset-top.png);
    background-repeat: no-repeat;
    background-position: 35px top;
}

.ctabox.inset-side {
    background-image: url(../images/white-inset-side.png);
    background-repeat: no-repeat;
    background-position: left 30px;
}

.ctabox h3 {
    color: #FFF;
}

.ctabox h4 {
    color: #FFF;
}

.ctabox p {
    color: #FFF;
}

.ctabox strong {
    color: #FFF;
}

.page_headline {
    font-size: 21px;
    color: #888;
    font-weight: 600;
    display: block;
    border-bottom: 1px dotted #e1e1e1;
    margin-top: 0px;
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 15px;
}

.jumpMenu {
    display: inline;
    margin-right: 20px;
}


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


/* Page linking
================================================== */

.content-type-box {
    margin-bottom: 15px;
    padding-top: 12px;
    padding-bottom: 6px;
    height: 60px;
}

.dropmenuright {
    float: right;
    z-index: 99999;
    margin-top: -5px;
}

.sortby {
    float: right;
}

.sectionleft {
    float: none;
}

.content-type-box p {
    padding-bottom: 4px;
    line-height: normal;
}


/* Custom Select */

.custom-select {
    background-color: #FFF;
    border-radius: 0px;
    border: 1px solid #d7d7d7;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 1em;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 1;
}

.custom-select:hover {
    border-color: #999;
}

.custom-select:before {
    color: #333;
    display: block;
    font-family: 'FontAwesome';
    font-size: 14px;
    height: 100%;
    line-height: 1.75em;
    padding: 0 0.245em;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    width: 1em;
    z-index: -1;
}

.custom-select select {
    background-color: transparent;
    border: 0 none;
    box-shadow: none;
    color: #333;
    display: block;
    font-size: 100%;
    line-height: normal;
    margin: 0;
    padding-left: 10px;
    padding-right: .05em;
    padding-top: .05em;
    padding-bottom: .07em;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.custom-select select::-ms-expand {
    display: none;
    /* to ie 10 */
}

.custom-select select:focus {
    outline: none;
}


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


/* Sector Page Styles
================================================== */

.sectortitle {
    color: #fff;
    height: 200px;
    margin-bottom: 0px !important;
}

.sectortitle h1 {
    font-size: 30px;
    color: #FFF;
    padding-top: 30px;
}

.sectortitle h2 {
    font-size: 24px;
    color: #FFF;
    padding-top: 20px;
    padding-bottom: 30px;
}

.sectortitle.crops {
    background-image: url(../images/wheat-crop.jpg);
    background-position: center center;
    background-repeat: no-repeat;
}

.sectortitle.farm {
    background-image: url(../images/land-crop.jpg);
    background-position: center center;
    background-repeat: no-repeat;
}

.sectortitle.logistics {
    background-image: url(../images/logistics-crop.jpg);
    background-position: center center;
    background-repeat: no-repeat;
}

.sectortitle.developmemt {
    background-image: url(../images/development-crop.jpg);
    background-position: center center;
    background-repeat: no-repeat;
}

.sectortitle.africa {
    background-image: url(../images/africa-cropped2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
}

.sectortitle.international {
    background-image: url(../images/international-crop.jpg);
    background-position: center center;
    background-repeat: no-repeat;
}

.sectortitle.crops2 {
    background-image: url(../images/crops2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
}

.sectortitle.deserttrack {
    background-image: url(../images/deserttrack.jpg);
    background-position: center center;
    background-repeat: no-repeat;
}

.sectortitle.hills {
    background-image: url(../images/hills.jpg);
    background-position: center center;
    background-repeat: no-repeat;
}

.sectortitle.hills2 {
    background-image: url(../images/hills2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
}

.sectortitle.trees {
    background-image: url(../images/trees.jpg);
    background-position: center center;
    background-repeat: no-repeat;
}

.sectortitle.mist {
    background-image: url(../images/mist.jpg);
    background-position: center center;
    background-repeat: no-repeat;
}

.sectortitle.road {
    background-image: url(../images/road.jpg);
    background-position: center center;
    background-repeat: no-repeat;
}

.sectortitle.ocean {
    background-image: url(../images/ocean2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
}

.sectortitle.tropics {
    background-image: url(../images/tropics.jpg);
    background-position: center center;
    background-repeat: no-repeat;
}

.sectortitle.mountains {
    background-image: url(../images/mountains.jpg);
    background-position: center center;
    background-repeat: no-repeat;
}

.sectortitle.mountains2 {
    background-image: url(../images/mountains2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
}

.sectortitle.iceland {
    background-image: url(../images/iceland.jpg);
    background-position: center center;
    background-repeat: no-repeat;
}

.sectortitle.satelite {
    background-image: url(../images/satelite.jpg);
    background-position: center center;
    background-repeat: no-repeat;
}

.sectortitle.fuji {
    background-image: url(../images/fuji.jpg);
    background-position: center center;
    background-repeat: no-repeat;
}

.sectortitle.rocks {
    background-image: url(../images/rocks.jpg);
    background-position: center center;
    background-repeat: no-repeat;
}

.sectortitle.mist2 {
    background-image: url(../images/mist2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
}

.sectortitle.mist3 {
    background-image: url(../images/mist3.jpg);
    background-position: center center;
    background-repeat: no-repeat;
}


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


/* List Styles
================================================== */

.check_list li,
.plus_list li,
.minus_list li,
.star_list li,
.arrow_list li,
.square_list li,
.circle_list li,
.cross_list li {
    list-style: none;
    margin: 10px 0;
}

.check_list li {
    margin-left: 6px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 20px;
    background-image: url(../images/list_check.png);
    background-repeat: no-repeat;
    background-position: 0% 6px;
}

.arrow_list li {
    margin-left: 6px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 20px;
    background-image: url(../images/list_arrow.png);
    background-repeat: no-repeat;
    background-position: 0% 6px;
}

.plus_list li {
    background: url(../images/list_plus.png) no-repeat 0% 50%;
    padding: 0 0 0 18px;
}

.minus_list li {
    background: url(../images/list_minus.png) no-repeat 0% 50%;
    padding: 0 0 0 18px;
}

.star_list li {
    background: url(../images/list_star.png) no-repeat 0% 50%;
    padding: 0 0 0 16px;
}

.square_list li {
    background: url(../images/list_square.png) no-repeat 0% 50%;
    padding: 0 0 0 16px;
}

.circle_list li {
    background: url(../images/list_circle.png) no-repeat 0% 50%;
    padding: 0 0 0 16px;
}

.cross_list li {
    background: url(../images/list_cross.png) no-repeat 0% 50%;
    padding: 0 0 0 16px;
}

ul.smallorange {
    margin-left: -30px;
    list-style: none outside;
}

.smallorange li {
    list-style: none;
    margin: 5px 0;
}

.smallorange li {
    background: url(../images/orange-arrow-small.png) no-repeat 0% 50%;
    padding: 0 0 0 26px;
    font-size: 18px;
}

.smallorange li a {
    color: #fff;
}

.smallorange li a:hover {
    text-decoration: underline;
    color: #005192;
}

ul.orange {
    margin-left: -30px;
    list-style: none outside;
}

.orange li {
    list-style: none;
    margin: 5px 0;
}

.orange li {
    background: url(../images/orange-arrow.png) no-repeat 0% 50%;
    padding: 0 0 0 35px;
    font-size: 18px;
}

.orange li a {
    color: #005192;
}

.orange li a:hover {
    text-decoration: underline;
}

ul.lightgreen {
    margin-left: -30px;
    list-style: none outside;
}

.lightgreen li {
    list-style: none;
    margin: 5px 0;
}

.lightgreen li {
    background: url(../images/lightgreen-arrow.png) no-repeat 0% 6px;
    padding: 0 0 0 35px;
    font-size: 18px;
}

.lightgreen li a {
    color: #00a7b0;
}

.lightgreen li a:hover {
    text-decoration: underline;
}


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


/* Buttons
================================================== */

.button {
    border: none !important;
    display: inline-block;
    border: 0px;
    cursor: pointer;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    padding-top: 7px;
    padding-right: 14px;
    padding-bottom: 7px;
    padding-left: 14px;
    font-size: 16px;
}

.button:hover {
    text-decoration: none !important;
}

.button.apply {
    letter-spacing: 0.5px !important;
    font-size: 14px;
    color: #fff;
    background: #e8451f;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 6px;
    padding-right: 6px;
    margin-bottom: 4px;
    font-weight: 600 !important;
}

.button.apply:hover {
    color: #e8451f;
    background: #fff;
}

.button.apply:active {
    color: #fff;
    background: #222;
}

.button.details {
    letter-spacing: 0.5px !important;
    font-size: 14px;
    color: #fff;
    background: #e8451f;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 6px;
    padding-right: 6px;
    margin-bottom: 4px;
    font-weight: 600 !important;
}

.button.details:hover {
    color: #fff;
    background: #005192;
}

.button.details:active {
    color: #fff;
    background: #222;
}

.button.search {
    letter-spacing: 0.5px !important;
    font-size: 16px;
    color: #fff;
    background: #e8451f;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 6px;
    padding-right: 9px;
    margin-bottom: 4px;
    font-weight: 600 !important;
}

.button.search:hover {
    color: #fff;
    background: #005192;
}

.button.search:active {
    color: #fff;
    background: #222;
}

.button.sector {
    color: #005192;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 4px;
    font-weight: 600 !important;
}

.button.sector:hover {
    color: #fff;
    background: #005192;
}

.button.sector:active {
    color: #fff;
    background: #005192;
}

.button.sectorwhite {
    color: #fff;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 4px;
    font-weight: 600 !important;
}

.button.sectorwhite:hover {
    color: #fff;
    background: #e8451f;
}

.button.sectorwhite:active {
    color: #fff;
    background: #e8451f;
}

.button.white {
    color: #e8451f;
    background: #FFF;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 13px;
    padding-right: 13px;
    margin-bottom: 10px;
    font-weight: 600 !important;
}

.button.white:hover {
    color: #fff;
    background: #e8451f;
}

.button.white:active {
    color: #fff;
    background: #e8451f;
}

.button.green {
    color: #fff;
    background: #00a7b0;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 13px;
    padding-right: 13px;
    margin-bottom: 10px;
    font-weight: 600 !important;
}

.button.green:hover {
    color: #fff;
    background: #e8451f;
}

.button.green:active {
    color: #fff;
    background: #222;
}

.button.blue {
    background-color: #005192;
    color: #fff;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 13px;
    padding-right: 13px;
    margin-bottom: 10px;
    font-weight: 600 !important;
}

.button.blue:hover {
    color: #fff;
    background: #00a7b0;
}

.button.orange {
    color: #fff;
    background: #e8451f;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 13px;
    padding-right: 13px;
    margin-bottom: 10px;
    font-weight: 600 !important;
}

.button.orange:hover {
    color: #fff;
    background: #005192;
}

.button.orange:active {
    color: #fff;
    background: #005192;
}

.button.same {
    width: 240px !important;
    margin-right: 10px;
}

.button.short {
    width: 220px !important;
    margin-right: 10px;
}

.button.right {
    float: right;
}

.button.downloadbutton {
    color: #fff;
    background: #10147E;
    font-size: 13px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 6px;
    padding-right: 9px;
    margin-bottom: 8px;
    letter-spacing: normal !important;
    font-weight: 600 !important;
    background-position: 7px 7px;
}

.button.downloadbutton:hover {
    color: #fff;
    background: #688FCA;
    font-size: 13px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 6px;
    padding-right: 9px;
    margin-bottom: 8px;
    letter-spacing: normal !important;
    font-weight: 600 !important;
    background-position: 7px 7px;
}

.button.downloadbutton:active {
    color: #fff;
    background: #10147E;
    font-size: 13px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 6px;
    padding-right: 6px;
    margin-bottom: 8px;
    letter-spacing: normal !important;
    font-weight: 600 !important;
    background-position: 7px 7px;
}

.button.linkedin {
    font-size: 16px !important;
    color: #fff !important;
    background: #0096c1 !important;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 6px;
    padding-right: 2px;
    margin-bottom: 10px;
    font-weight: 600 !important;
}

.button.linkedin:hover {
    color: #fff !important;
    background: #e8451f !important;
}

.button.twitter {
    font-size: 16px !important;
    color: #fff !important;
    background: #28a8e0 !important;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 6px;
    padding-right: 2px;
    margin-bottom: 10px;
    font-weight: 600 !important;
}

.button.twitter:hover {
    color: #fff !important;
    background: #e8451f !important;
}

.button.currentpagelink {
    color: #fff;
    background: #00a7b0;
    font-weight: bold;
}

.button.currentpagelink:hover {
    background: #005192;
    color: #fff;
}

.button.currentpagelink:active {
    color: #fff;
    background: #e8451f;
    font-weight: bold;
}

.button.pagelink {
    color: #666;
    background: #eef2f2;
    font-weight: bold;
}

.button.pagelink:hover {
    background: #005192;
    color: #fff;
}

.button.pagelink:active {
    color: #fff;
    background: #e8451f;
    font-weight: bold;
}

.button.small {
    padding: 3px 7px;
    font-size: 13px;
    margin-bottom: 8px;
    letter-spacing: normal !important;
    font-weight: 600 !important;
}

.button.spaced {
    margin-right: 8px;
}


/* 10. OUR TEAM */

#our-team {
    padding-top: 130px;
    padding-bottom: 120px;
}

.team-member {
    margin-top: 30px;
}

.member-image {
    position: relative;
}

.member-info {
    background-color: #f5f5f5;
    padding: 15px;
}

.member-info h4 {
    margin-top: 0;
    margin-bottom: 6px;
}

.member-info span {
    text-transform: uppercase;
}

.team-member .member-social {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    left: 0;
    top: 0;
    text-align: center;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -moz-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}

.team-member:hover .member-social {
    opacity: 1;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.team-member .member-social a {
    position: relative;
    font-size: 16px;
    color: #fff;
    top: 47%;
}

.team-member:hover .member-social a {
    margin: 6px;
}


/* 11. TESTIMONIAL */

#testimonial {
    background-image: url(../images/testimonial-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 60px;
    padding-bottom: 150px;
    position: relative;
}

.st-testimonials {
    color: #fff;
}

.st-testimonials .st-border {
    background-color: #88c7d5;
    margin: 30px auto;
}

.st-testimonials p {
    color: #fff;
}

.st-testimonials .client-info h5 {
    margin-top: 0;
    margin-bottom: 5px;
}

.st-testimonials .client-info span {
    font-size: 12px;
    text-transform: uppercase;
}

.owl-controls.clickable {}

.owl-buttons {
    display: none;
    width: 100%;
}

.owl-prev {
    top: 370px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 70px;
    position: absolute;
    left: 70px;
    color: #00bac6;
}

.owl-next {
    top: 370px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 70px;
    position: absolute;
    left: 150px;
    color: #00bac6;
}

.small-testimonials {
    color: #333;
    margin-top: 15px;
}

.small-testimonials .st-border {
    background-color: #e0e0e0;
    margin: 20px auto;
}

.small-testimonials p {}

.small-testimonials .client-info {
    margin-top: 15px;
}

.small-testimonials .client-info h5 {
    margin-top: 0;
    margin-bottom: 5px;
}

.small-testimonials .client-info span {
    font-size: 12px;
    text-transform: uppercase;
}

.small-border {
    width: 34px;
    height: 1px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: #999;
}


/* 12. FUN FACTS */

#fun-facts {
    background-color: #f5f5f5;
    padding-top: 40px;
    padding-bottom: 40px;
}

#fun-facts .fun-fact {
    border-right: 1px solid #ddd;
}

#fun-facts .col-md-3:last-child .fun-fact {
    border-right: 0px solid #ddd;
}

#fun-facts .fun-fact i {
    margin-right: 5px;
}

#fun-facts .fun-fact p {
    font-size: 16px;
}


/* 13. CONTACT */

#contact {
    padding-top: 130px;
    padding-bottom: 120px;
}

.contact-info .contact-content {
    margin-bottom: 30px;
}

.contact-info p {
    margin-bottom: 20px;
}

.contact-info p i {
    font-size: 16px;
    margin-right: 10px;
}

.contact-form {}

.contact-form input[type="text"],
.contact-form input[type="email"] {
    border: 1px solid #E8E8E8;
    padding: 8px 14px;
    width: 100%;
    margin-bottom: 20px;
}

.contact-form textarea {
    border: 1px solid #E8E8E8;
    padding: 8px 14px;
    width: 100%;
    margin-bottom: 20px;
}


/* 14. BLOG */

#page-header {
    background-color: #f5f5f5;
    padding-top: 50px;
    padding-bottom: 0px;
    position: relative;
    margin-bottom: 50px;
    margin-top: 80px;
}

.single-blog {
    margin-top: 35px;
    margin-bottom: 35px;
}

.post-title {
    margin-top: 20px;
    margin-bottom: 5px;
}

.post-meta {
    margin-bottom: 15px;
}

.post-meta span {
    margin-right: 6px;
    font-size: 12px;
    font-weight: 600;
    opacity: 0.6;
}

.post-meta span:hover {
    opacity: 1;
}

.post-carousel-left,
.post-carousel-right {
    background-color: #f0f0f0;
    color: #000;
    font-size: 32px;
    height: 40px;
    line-height: 40px;
    margin-top: -20px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 32px;
    z-index: 999;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    -ms-transition: 300ms;
    transition: 300ms;
}

.post-carousel-left {
    left: -32px;
}

.post-carousel-right {
    right: -32px;
}

#post-carousel:hover .post-carousel-left {
    left: 0;
}

#post-carousel:hover .post-carousel-right {
    right: 0;
}

.post-link {
    background-color: #f5f5f5;
    text-align: center;
    padding: 40px 0;
    font-size: 16px;
    font-weight: 600;
}

.post-quote {
    background-color: #f5f5f5;
    padding: 30px;
    font-size: 16px;
    font-weight: 500;
    font-style: italic;
}

.client-quote {
    margin-bottom: 2.5%;
    background-color: #f5f5f5;
    padding: 30px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

#blog .pagination {
    margin-bottom: 80px;
}

#blog .pagination li a {
    width: 35px;
    height: 35px;
    line-height: 31px;
    text-align: center;
    font-size: 16px;
    color: #a3a3a3;
    border: 1px solid #d1d1d1;
    padding: 0;
    margin-right: 5px;
    border-radius: 0;
}

#blog .pagination li.active a,
#blog .pagination li a:hover {
    background-color: transparent;
    border-color: #000;
    color: #000;
}

.sidebar-widget {
    margin-top: 0px;
    margin-bottom: 30px;
}

.sidebar-widget .sidebar-title {
    margin-top: 0;
    padding-top: 0px;
    margin-bottom: 10px;
}

.sidebar-widget ul {
    list-style: square;
    margin: 0;
    padding-left: 18px;
}

.sidebar-widget ul li {
    margin-bottom: 0px;
    font-weight: 500;
}

.blog-search {
    position: relative;
}

.blog-search input {
    border: 1px solid #d6d6d6;
    color: #8d8d8d;
    height: 44px;
    outline: medium none;
    padding: 0 50px 0 17px;
    width: 100%;
}

.blog-search span {
    color: #252525;
    font-size: 12px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.blog-search .search-submit {
    background: none;
    border: none;
}

.blog-search:after {
    background-color: #d6d6d6;
    content: "";
    display: block;
    height: 27px;
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 1px;
}

.sidebar-widget .tagcloud a {
    padding: 4px 10px;
    border: 1px solid #ccc;
    margin: 3px 1px;
    display: inline-block;
}

.sidebar-widget .tagcloud a:hover {
    border-color: #000;
    color: #000;
}

ul.content-flickr {
    margin: 0;
    overflow: hidden;
    padding: 0;
}

ul.content-flickr li {
    display: block;
    float: left;
    padding: 5px 10px 5px 0;
    width: 33.33%;
}

.content-flickr li a {
    display: block;
    position: relative;
    width: 100%;
}


/* 15. FOOTER */

#footer {
    margin-top: 0px;
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
    color: #777;
    font-size: 14px;
}

#footer a {
    font-size: 14px;
    color: #777;
}

#footer a:hover {
    color: #e8451f;
    text-decoration: underline;
}

.footer-logos {
    text-align: right;
}

.footer-logos span {
    margin-right: 30px;
}

.footer-social-icons {}

.footer-social-icons a {
    margin: 0 5px;
    font-size: 16px;
}

.footer-social-icons span {
    margin-right: 10px;
}


/* Pagination*/

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0px 0;
    border-radius: 4px
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #005192;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #005192;
    background-color: #eee;
    border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #00a7b0;
    border-color: #00a7b0
}


/* 16. SCROLL TO TOP */

.scroll-up {
    position: fixed;
    display: none;
    z-index: 999;
    bottom: 1.8em;
    left: 1.8em;
}

.scroll-up ul {
    margin: 0;
    padding: 0;
}

.scroll-up li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.scroll-up a {
    background-color: #fff;
    display: block;
    width: 25px;
    height: 25px;
    text-align: center;
    color: #000;
    font-size: 16px;
    line-height: 25px;
    box-shadow: 0px 0px 6px #ccc;
}

.scroll-up a:hover,
.scroll-up a:active {
    background-color: #f5f5f5;
    color: #000;
}
