@font-face {
    font-family: 'montserratlight';
    src: url('../fonts/montserrat-light-webfont.eot');
    src: url('../fonts/montserrat-light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-light-webfont.woff2') format('woff2'), url('../fonts/montserrat-light-webfont.woff') format('woff'), url('../fonts/montserrat-light-webfont.ttf') format('truetype'), url('../fonts/montserrat-light-webfont.svg#montserratlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratregular';
    src: url('../fonts/montserrat-regular-webfont.eot');
    src: url('../fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/montserrat-regular-webfont.woff2') format('woff2'), url('../fonts/montserrat-regular-webfont.woff') format('woff'), url('../fonts/montserrat-regular-webfont.ttf') format('truetype'), url('../fonts/montserrat-regular-webfont.svg#montserratlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

body {
    width: 100%
    height: 100%;
    font-family: 'montserratlight', sans-serif;
    color: #000;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 35px;
    font-family: 'montserratlight', Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

h1 {
    font-weight: lighter;
    text-align: left;
}

a {
    color: #fff;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #4caed9;
}

p {
    margin: 25px 0 25px;
    font-size: 14px;
    line-height: 26px;
}

#contact span.slash {
    color: #0070b3 !important;
}

span.slash {
    color: #0070b3;
}

.container {
    max-width: 1280px;
}

.navbar-custom {
    background-color: #008cc8;
    letter-spacing: 0;
    margin-bottom: 0;
    font-family: montserratregular, Arial, sans-serif;
    font-size: 14px;
    color:#ededed;
}

.navbar-collapse {
    margin-bottom: -20px;
}

.nav-social {
    margin-top: -2px;
    margin-bottom: 15px;
}

.light {
    font-weight: 400;
}
.navbar-custom .navbar-brand img{ 
    margin:-15px 0 0 25px;
}
.navbar-custom .navbar-brand {
    font-weight: 700;
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #ededed;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color: #ededed;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover {
    outline: 0;
    color: rgba(255, 255, 255, .8);
    background-color: transparent;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent;
}

.navbar-custom .nav li.active {
    outline: 0;
}

.navbar-custom .nav li.active a {
    background-color: rgba(255, 255, 255, .3);
}

.navbar-custom .nav li.active a:hover {
    color: #88d0e9;
}

.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background: url(../img/intro-bg.jpg) no-repeat bottom center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.intro .intro-body {
    display: table-cell;
    vertical-align: middle;
}

.intro .intro-body .brand-heading {
    font-size: 60px;
    font-family: 'montserratlight', Arial, sans-serif;
}

.intro .intro-body .intro-text {
    font-size: 18px;
}

.content-text {
    padding: 80px 50px 55px 50px;
}

.img-parent-wrapper {
    position: relative;
}

.img-wrapper {
    background-size: cover;
    background-position: center center;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

#project h2{
    margin-bottom: 30px;
    background: none;
    font-family: montserratlight;
}

#project .project-img-parent-wrapper h2 {
    color: #007dbc;
}

#project p{
    color: #333333;
}

.project-img-parent-wrapper {
    position: relative;
}

.project-img-wrapper {
    background: url(../img/project-img.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

.img-padding img {
    display: block;
    width: 100%;
    height: auto;
}

#team h2 {
    background: none;
    font-family: montserratlight;
    color: #ffffff;
    font-weight: normal;
}

#team .grid-item_meta-content h4 {
    font-family: montserratlight;
    font-size: 17px;
    color: #ffffff;
}

#team .grid-item_meta-content h4.grid-item_sub-title {
    padding-top: 12px;
    font-size: 15px;
    text-overflow: ellipsis;
    white-space: normal;
}

#team a.readMoreBtn{
    position:relative;
    padding-left:30px;
}

#team span.plus:after{
    content:url('../img/plus.png');
    position: absolute;
    left: 0;
    right: 0;
}

.team-img-parent-wrapper {
    position: relative;
}

.team-img-wrapper {
    background-size: cover;
    background-position: center 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.team-img-parent-wrapper2 {
    position: relative;
}

.fullheight {
    height: 100%;
}

.btn {
    border-radius: 0;
    font-family: montserratlight, Arial, sans-serif;
    font-weight: lighter;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-default {
    border: 1px solid #1d1d1b;
    color: #333333;
    background-color: transparent;
    padding: 10px 50px 10px;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #4caed9;
    outline: 0;
    color: #fff;
    background-color: #4caed9;
}

.intro h1 {
    margin-top: 30px;
}

#about h2 {
    color: #007dbc;
    margin-bottom: 30px;
}

#about p{
    color: #666666;
    line-height: 32px;
}

#project h2 {
    color: #ffffff;
    margin-bottom: 30px;
}

#project p{
    color: #666666;
    line-height: 32px;
}

#team {
    background-color: #0070b3;
    color: #000;
}

#team span.slash {
    color: #88d0e9;
}

#team a {
    color: #000;
    /*font-weight: bold;*/
}

#capability .cap-row {
    margin: 50px 50px 86px 50px;
}

.capability-content-text {
    padding:0 10px;
}

.capability-content-text h2 {
    margin-bottom: 30px;
}

.capability-content-text p {
    font-size:16px;
}

.capability-heading {
    font-size:22px;
}

.image-wrapper{
    position:absolute;
    bottom:30px;
}

#contact {
    width: 100%;
    height: 288px;
    position: absolute;
    z-index: 1;
    color: #fff;
}

#contact h2{
    font-size:37.5px;
}

#contact a {
    color: #fff;
}

#contact h2 {
    margin: 0 0 35px;
}

#contact p {
    padding-bottom: 0;
    margin-bottom: 5px;
    font-family: montserratregular, Arial, sans-serif;
    white-space:nowrap;
    margin-top: 0;
}

#contact .contact-content-text {
    padding: 55px 80px 60px;
}

#map {
    width: 100%;
    height: 288px;
    margin-top: 0;
}

/* Privacy Policy */
#team a.link {
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: montserratregular, Arial, sans-serif;
    color: #fff;
}

#team a.link:hover {
    text-decoration: underline;
}

#privacy-policy h2 {
    color: #007dbc;
    margin-bottom: 30px;
}

#privacy-policy h4 {
    color: #007dbc;
}

#privacy-policy p{
    color: #666666;
    line-height: 32px;
}

#privacy-policy ul li{
    color: #666666;
    line-height: 32px;
}

#privacy-policy a{
    color: #337ab7;
    line-height: 32px;
}

#privacy-policy a:hover{
    text-decoration: underline;
}

/*Remove google logo*/

a[href^="http://maps.google.com/maps"] {
    display: none !important;
}

a[href^="https://maps.google.com/maps"] {
    display: none !important;
}

.gmnoprint a,
.gmnoprint span,
.gm-style-cc {
    display: none;
}

.gmnoprint a,
.gmnoprint span,
.gm-style-cc {
    display: none;
}

.gmnoprint div {
    background: none !important;
}

.gmnoprint div {
    background: none !important;
}

.capability-section {
    width: 100%;
    padding-top: 105px;
    color: #fff;
    background-color: #1d1d1b;
}

.capability-section .capability {
    border: 2px solid #008cc8;
    padding: 50px;
    text-align: left;
    min-height: 480px;
}

.arrows {
    height: 100%;
    text-align: center;
    position: relative;
    padding: 0 50%;
}

.arrows > span {
    position: absolute;
    top: 50%;
    margin-top: -34px;
}

span.arrow-left {
    width: 35px;
    height: 68px;
    background: url('../img/arrow-left.png');
    left: 20px;
}

span.arrow-right {
    display: inline-block;
    width: 35px;
    height: 68px;
    background: url('../img/arrow-right.png');
    right: 20px;
}

.team-padding2 {
    padding: 105px 185px 50px 50px;
}

.team-padding2 h2 {
    margin-bottom: 30px;
}

.team-padding2 h4 {
    margin-bottom: 30px;
}

.team-padding2 .main-text{
    margin-bottom: 20px;
}

.team-padding2 i {
    margin-right: 15px;
}

.carousel-control.right,
.carousel-control.left {
    background-image: none;
}

.item,
.active,
.carousel-inner {
    height: 100%;
}

img.gosford {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 460px;
    max-height: 140px;
    text-align: center;
    margin: -70px 0 0 -230px;
}

.contact-detail{
    font-family: montserratlight, Arial, sans-serif;
}

.contact-content-text a, .contact-content-text  a:active, .contact-content-text  a:focus, .contact-content-text a:visited{
    color:#fff;
}

.contact-content-text a:hover{
    color:#337ab7 !important;
}

/* ISOTOPE GRID STYLE */

#logo {
    margin: 0 auto;
    text-align: center;
}

#grid {
    text-align: center;
}

.grid h1, h2, h3, h4, h5, h6 {
    margin: 0;
}
.grid-item,
.grid-sizer {
    width: 33.333%; /* 3 columns */
}

#grid {
    margin-top: 50px;
}

.grid-item_meta-content {
    margin: 15px 0 15px;
}

.blue-container {
    background-color: #0070b2;
    padding: 50px 0;
}

.white-container {
    background: #fff;
}

h2.title {
    margin-bottom: 30px;
    text-align: center;
    padding: 15px 200px;
    background-color: #9dc3e6;
    margin: 0 auto;
}


#grid1 .grid-item {
    padding:30px;
}

#grid2 .grid-item:nth-child(odd) {
    padding:20px 20px 20px 150px;
}

#grid2 .grid-item:nth-child(even) {
    padding:20px 150px 20px 20px;
}

#grid2  {
    max-width:992px;
    margin:0 auto;
    text-align: center;
}


#grid2 .grid-item {
    width:50%;
}

#grid3  {
    margin:0 auto;
}

#grid4  {
    margin:0 auto;
}

#grid3 h4.grid-item_title, #grid3 h4 {
    font-size: 14px;
    white-space: nowrap;
}

#grid4 h4.grid-item_title, #grid4 h4 {
    font-size: 14px;
}

#grid2 .grid-item_meta-content, #grid3 .grid-item_meta-content, #grid4 .grid-item_meta-content
 {
    white-space: no-wrap;
 }  

.grid-item_meta-content {
    min-height: 100px !important;
}

.grid-item {
    overflow: hidden;
    display: inline-block;
    text-align: left;
}

#grid3 .grid-item, #grid4 .grid-item {
    max-width: 250px;
    padding: 0 10px;
    min-height: 380px;
    margin: 0 15px;
}


.grid-item img {
    width: 85%;
    height: 300px;
    object-fit: cover;
    object-position: top;
}

#grid3 .grid-item img, #grid4 .grid-item img {
    width: 85%;
    height: 210px;
    object-fit: cover;
}

.grid-item > a.grid-wrap {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

#project .grid-item img {
    width: auto;
    height: auto;
    object-fit: cover;
}

#project .grid-item_image {
    text-align: center;
    max-width: 200px;
    margin: 0 auto;
}

div#grid5 {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

/* LIGHTBOX */

.owl-stage {
    padding: 50px 0px;
    height: 100%;
}

.modal.and.carousel {
  position: absolute; 
}

.gosford {
/*    height: 500px !important;
    background: url(../img/project-img.jpg) no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
*/
}

img.center-img {
    width: 30%;
    margin: 0 auto;
    display: block;
    transform: translateY(250px);
}


/* MODAL */

span.close-modal:before {
    width: 2px;
    height: 28px;
}

.owl-prev-img {
    background: url(../img/arrow-left-desktop.png) no-repeat top left;
    position: absolute;
    top: 0;
    left: 3%;
    width: 50px;
    height: 80px;
    cursor: pointer;
}

.owl-next-img {
    background: url(../img/arrow-right-desktop.png) no-repeat top right;
    position: absolute;
    top: 0;
    right: 3%;
    width: 50px;
    height: 80px;
    cursor: pointer;
}

.close-modal {
    position: absolute;
    z-index: 999;
    top: 0;
    /*left: 0;*/
    width: 50px;
    height: 50px;
    display: none;
}

.show-modal .close-modal {
    display: block;
    width: 100%;
    font-size: 40px;
    color: rgba(255, 255, 255, 0) !important;
    background: url(../img/close-desktop.png) top right no-repeat;
    height: 26px;
    right: 3%;
    top: 12%;
}

span:after {
    width: 2px;
    height: 28px;
    color: #717171;
}

span:before {
    width: 2px;
    height: 28px;
    color: #717171;    
}

/*.show-modal .owl-carousel .close-modal:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.show-modal .owl-carousel .close-modal:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.show-modal .owl-carousel .close-modal:before, .close-modal:after {
    top: 0;
    -webkit-transition: top 0.2s ease-in-out, -webkit-transform 0.2s 0.2s ease-in-out;
    -webkit-transition: top 0.2s ease-in-out, transform 0.2s 0.2s ease-in-out;
    -o-transition: top 0.2s ease-in-out, transform 0.2s 0.2s ease-in-out;
    transition: top 0.2s ease-in-out, transform 0.2s 0.2s ease-in-out;
}
*/

.grid-modal {
    position: fixed;
    opacity: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(38, 38, 36, 0.6);
    top: 0;
    left: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.grid-modal>div {
    opacity: 0;
    transition: opacity 0.3s ease 0s;
}

.grid-modal.show-modal {
    opacity: 1;
    z-index: 9999;
    pointer-events: auto;
}

#grid3 .grid-modal.show-modal  {
    display: none;
}

#grid3 a {
    pointer-events: none;
    cursor: default;
    display: block;
}

.grid-modal.show-modal>div {
    opacity: 1;
}

.owl-carousel {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.owl-nav {
    font-size: 50px;
}

.owl-controls {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 90%;
    height: 0%;
    z-index: 999;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #fff;
}

.owl-next {
    position: absolute;
    top: 0;
    right: 0;
}

.owl-carousel .owl-item img {
    overflow: hidden;
    /*height: 100%;
    object-fit: cover;
    object-position: top;*/
    width: 50%;
    margin: auto; 
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}

.carousel-item {
    width: 80%;
    height: 80%;
    margin: 0 auto;
    padding-left: 15px;
}

p.grid-item_description {
    visibility: hidden;
    display: none;
}

.carousel-item:after {
    content:'';
    clear:both;
    display:block;
}

.carousel-image {
    background: #1d1d1b;
    display: block;
    width: 49%;
    height: 584px;
    object-fit: contain;
    overflow: hidden;
}
.carousel-item_meta-content {
    display:inline-block;
    width:49%;
    color: #0083bf;
    background: #fff;
    height: 584px;
    margin-left: -15px;
    padding: 85px 65px 50px;
    overflow: hidden;
    overflow-y: auto;
}

.carousel-item_meta-content::-webkit-scrollbar { 
    display: none; 
}

#capability {
    display: none;
}

.carousel-item_title {
    font-size: 30px;
    font-weight: bold;
    font-family: montserratregular;
}

.carousel-item_sub-title {
    font-family: montserratlight;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
}

#grid-logo .grid-item_meta-content {
    display: none;
}


#grid-logo .grid-item {
    margin-bottom: 27px;
}

#grid-logo {
    padding-top: 16px;
}



/* END OF MODAL */

@media screen and (max-width: 360px) {
    #project .grid-item img {
        width: 100% !important;
        height: auto;
        object-fit: cover;
    }    
}

@media only screen and (max-width: 480px) {

    #grid1 .grid-item img, #grid2 .grid-item img {
        width: 100% !important;
    }

    #grid-logo .grid-item {
        width: 100% !important;
    }

    #grid-logo .grid-item:nth-child(4n) {
        margin-top: 15px;
    }

    #grid-logo .grid-item {
        margin-bottom: 15px;
    }

    .grid-item {
        width:100% !important;
    }
    #project .grid-item {
        width:100% !important;
    }
    #project .grid-item img {
        width: 60% !important;
        height: auto;
        object-fit: cover;
    }    
    img.center-img {
        width: 30%;
        margin: 0 auto;
        display: block;
        transform: translateY(150px);
    }
    .gosford {
        /*height: 300px !important;*/
        background: url(../img/project-img.jpg) no-repeat;
        background-position: center center;
        background-size: cover;
        overflow: hidden;
    }
}

@media only screen and (max-width: 767px) {
    .carousel-image, .carousel-item_meta-content {
        float: left;
    }
    #project .grid-item {
        width:50%;
    }
    #project .grid-item img {
        width: 80% ;
        height: auto;
        object-fit: cover;
    }    
    .grid-item img {
        width: 80% !important;
        height: 300px;
        object-fit: cover;
    }
    #grid3 .grid-item img, #grid4 .grid-item img {
        width: 100% !important;
        height: 210px;
        object-fit: cover;
    }
}

@media screen and (max-width: 991px) {


    .owl-prev-img {
        margin-left: -10px;
    }

    .owl-next-img {
        margin-right: -10px;
    }
    .carousel-item_meta-content { 
        padding: 40px;
    }
    #project .grid-item {
        width: 50%;
    }
    h2.title {
        margin-bottom: 30px;
        text-align: center;
        padding: 15px 10px;
        background-color: #9dc3e6;
        margin: 0 auto;
    }    
    /*#grid3 .grid-item {
        margin: 0 50px;
    }*/

    #grid3 .grid-item {
        margin: 0;
        float: left;
        max-width: none;
    }

    /*.owl-carousel .owl-item img {
        width: 100%;
        height: 740px;
        object-fit: cover;
        object-position: center top;
    }*/
    .carousel-item {
        width: 80%;
        height: 80%;
        margin: 0 auto;
        overflow-y: auto;
    }
    .owl-controls {
        position: absolute;
        transform: translateY(-50%);
        width: 90%;
        height: 0%;
        z-index: 999;
        left: 0;
        right: 0;
        margin: 0 auto;
        color: #fff;
    }
}

@media only screen and (max-width: 1024px) {

    .grid-item {
        width:50%;
    }
    #project .grid-item {
        width: 50%;
    }
     #grid-logo .grid-item {
        width: 33.3%;
    }

    #project .grid-item img {
        width: 80% ;
        height: auto;
        object-fit: cover;
    }
    #grid2 .grid-item:nth-child(even) {
        padding: 20px;
    }
    #grid2 .grid-item:nth-child(odd) {
        padding: 20px;
    }
    /*#grid3 .grid-item:nth-child(even) {
        padding: 20px 30px 20px 20px;
    }
    #grid3 .grid-item:nth-child(odd) {
        padding: 20px 20px 20px 30px;
    }*/
}




@media only screen and (max-width: 650px) {

    .owl-carousel .owl-item img {
        top: 0;
        width: 100%;
    }

    .carousel-item_title {
        font-size: 20px;
    }

    .carousel-item_sub-title {
        font-size: 14px;
    }

    .carousel-item_meta-content {
        overflow: visible;
    }
    
    .show-modal .close-modal {
        right: 5%;
        top: 4%;
    }

    .owl-carousel {
        top: 45px;
        transform: translateY(0);
    }

    .carousel-item {
        width: 90%;
    }

    .carousel-image {
        display: block;
        width: 100%; 
        height: 425px !important;
        margin: 0 auto;
        padding: 0;
    }

    /*.owl-carousel .owl-item img {
        width: 100%;
        height: 485px !important;
        object-fit: cover;
        object-position: center 20% !important;
    }
*/
    .carousel-item_meta-content {
        display: block;
        width: 100%;
        color: #0083bf;
        background: #fff;
        height: auto;
        /* margin-left: -15px; */
        padding: 30px 50px;
        margin: 0;
    }

    .owl-controls {
        position: absolute;
        top: 35% !important;
        transform: translateY(-50%);
        width: 90%;
        height: 0%;
        z-index: 999;
        left: 0;
        right: 0;
        margin: 0 auto;
        color: #fff;
    }

    .owl-prev-img {
        background: url(../img/arrow-left-mobile.png) no-repeat top left;
        margin-left: 19px;
    }

    .owl-next-img {
        background: url(../img/arrow-right-mobile.png) no-repeat top right;
        margin-right: 19px;
    }

    .owl-carousel .owl-item {
        max-height: 597px;
        overflow-y: scroll;
    }

}


@media only screen and (max-width: 460px) {

    .carousel-image {
        height: 290px !important;
    }
    .owl-controls {
        top: 24% !important;
    }

}


/* END ISOTOPE GRID STYLE */

footer {
    background-color: #1d1d1b;
    color: #fff;
}

footer p {
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: montserratregular, Arial, sans-serif;
}

footer .social {
    color: #5fafcf;
}

.readMoreBtn{
    display:none;
}
.readMoreBtn.collapsed{
    display:inline-block;
}

@media screen and (min-width: 1800px){
    .capability-section .capability{
        padding: 30px;
        min-height:480px;
    }
    .team-img-wrapper {
       background-position: center -60px;
   }
}

@media all and (min-width: 1024px) and (max-width: 1280px) {
    .capability-section .capability{
        padding: 30px;
        min-height:480px;
    } 
    #grid4 .grid-item {
        width:25%;
    }
    #grid3 .grid-item {
        width:25%;
    }    
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 1){
    .capability-section .capability{
        padding: 30px;
        min-height:420px;
    }
}

@media only screen and (min-device-width : 991px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 1){
    #grid3 .grid-item {
        margin: 0 20px;
    }
}

@media screen and (min-width:768px) and (max-width:1080px) {
   
    p {
        margin: 35px 0 35px;
        font-size: 14px;
    }
    .navbar-custom {
        -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
        transition: background .5s ease-in-out, padding .5s ease-in-out;
    }
    .navbar-collapse {
        max-height:280px;
    }
    .navbar-nav{
        /*min-height:280px;
        height:280px;*/
    }
    .navbar-custom.top-nav-collapse {
        padding: 0;
    }
    .content-text {
        padding: 105px 60px 50px 60px;
    }
    .capability {
        margin-bottom: 33px;
    }
    .capability-content-text {
        padding:0 80px;
    }
    .capability-section {
        padding: 105px 0;
    }
    .capability-section .capability{
        padding: 30px;
        min-height:350px;
    }
    .image-wrapper {
        position: absolute;
        bottom: 60px;
    }
    .team-padding2 {
        padding: 105px 60px 50px 60px;
    }
    .content-section {
        padding-top: 0;
    }
    .navbar-custom.top-nav-collapse {
        padding: 0;
        background: #008cc8;
    }
    .intro {
        display: table;
        width: 100%;
        height: auto;
        padding: 150px 0;
        text-align: center;
    }
    .intro .intro-body {
        display: table-cell;
        vertical-align: middle;
    }
    .intro .intro-body .brand-heading {
        font-size: 60px;
    }
    .intro .intro-body .intro-text {
        font-size: 18px;
    }
    
    img.gosford {
        position: absolute;
        top: 50%;
        left: 10%;
        width: 80%;
        max-width: 400px;
        max-height: 140px;
        text-align: center;
        margin: 0;
        right: 0;
    }

    .contact-bg {
        display: table;
        width: 100%;
        height: auto;
        padding: 100px 0;
        color: #fff;
    }
    #contact .contact-content-text {
        padding: 30px 20px 60px;
    }
    
}

@media screen and (min-width: 991px) and (max-height: 1800px){
    .capability-section .capability{
        padding: 30px;
        min-height:510px;
    }

}

@media(min-width:768px) {
    .navbar-custom {
        background-color: #008cc8;
        letter-spacing: 0;
        margin-bottom: 0;
        font-family: montserratregular, Arial, sans-serif;
        font-size: 14px;
        color:#ededed;
        padding: 25px 0 5px 0;
        border-bottom: 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .navbar-custom.top-nav-collapse {
        padding: 0;
    }
}


@media all and (min-width:480px) and (max-width:767px) {
   /* .capability-section .capability{
        min-height: 0;
        height: auto;
    }*/
    div.navbar-collapse {
        max-height:280px !important;
    }
    .navbar-collapse {
        max-height:280px;
    }
    .navbar-nav{
        min-height:280px;
    }
    
    .content-text {
        padding:105px 50px 50px 40px;
        float: none !important;
    }
    .team-padding2{
        padding: 105px 60px 50px 60px;
    }
    .capability-content-text {
        padding:0 80px;
    }
    .capability {
        margin-bottom: 30px;
    }
    .capability-section .capability{
        padding: 30px;
        min-height:360px;
    }
    .image-wrapper {
        position: absolute;
        bottom: 60px;
    }
    footer p{
        text-align: center;
    }
    .img-wrapper {
        position: relative;
        height: 400px;
    }
    .project-img-wrapper {
        position: relative;
        height: 400px;
    }
    #contact .contact-content-text {
        padding: 55px 20px 60px;
    }
    #contact p {
        padding-bottom: 0;
        margin-bottom: 5px;
    }

}

@media all and (max-width:480px) {
    body{
        overflow-x: hidden;
    }
    div.navbar-collapse.navbar-right.navbar-main-collapse.collapse.in {
        max-height:280px;
    }
    .navbar-nav{
        min-height:280px;
    }

    .intro .intro-body .brand-heading {
        font-size: 40px;
    }
    #capability .cap-row {
        margin: 0;
    }
    .capability {
        margin-bottom: 33px;
    }
    .capability-section .capability {
        padding: 50px 30px;
    }
    .capability-content-text{
        padding: 0 30px;
    }
    .capability-section .capability{
        padding: 30px;
        min-height:360px;
    }
    .image-wrapper {
        position: absolute;
        bottom: 60px;
    }
    .team-img-wrapper {
        height: 0;
        background-image: none;
        /*display: none;*/
    }
    .content-text {
        padding: 105px 20px 50px 20px;
    }
    .img-wrapper {
        position: relative;
        height: 400px;
    }
    .project-img-wrapper {
        display: table;
        position: relative;
        height: 400px;
        width: 100%;
    }
    img.gosford {
        display: table-cell;
        vertical-align: middle;
        position: relative;
        width: 100%;
        height: auto;
        top: inherit;
        left: inherit;
        margin: 150px 0 0;
    }
    footer p{
        text-align: center;
    }
    footer .social{
        margin-top: 20px;
    }
    .project-img-wrapper {
        padding: 0 20px;
    }
    .team-padding2 {
        padding: 105px 30px 60px;
    }
    #contact .contact-content-text {
        padding: 30px 20px 60px;
    }
    .social {
        padding: 0 20px 0;
        margin-top: -20px;
    }
}
@media all and (max-width:375px){
    .capability-section .capability{
        padding: 30px;
        min-height:500px;
    }
}

