﻿@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800&display=swap&subset=latin-ext');

html {
}



body {
    font-family: 'Open Sans', sans-serif;
    padding-top: 128px;
}

header {
    z-index: 10;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    transition: all .3s ease-out;
}

.menu {
    background-color: #2b76a1;
    padding: 37px 0 15px;
    transition: all .3s ease-out;
}

.menu .auro {
    display: block;
    position: absolute;
    top: 0;
    right: 27px;
}

.menu .logo {
    display: block;
    height: 76px;
    transition: all .3s ease-out;
}

.menu .logo > img {
    height: 100%;
    transition: all .3s ease-out;
}

.scrolling {
    box-shadow: 0px 0px 7px 0px #7d7d7d;
}

.scrolling .menu {
    padding: 10px 0 10px;
}

.scrolling .menu .logo {
    height: 60px;
}

.menu > nav, .sub-menu > div:first-child {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.menu ul > li {
    display: inline-block;
    padding: 0 10px;
}

.menu ul > li:not(:first-child) {
    border-left: 1px solid white;
}

.menu ul > li > a {
    color: white;
    font-size: 18px;
    line-height: 1;
    display: block;
}

.search {
    color: white !important;
    cursor: pointer;
}

.searchBox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: right;
    padding: 11px 0;
}

.searchBox form {
    position: relative;
}

.searchBox i {
    position: absolute;
    font-size: 20px;
    color: #2b76a1;
    font-weight: 600;
    right: 25px;
    top: 4px;
    cursor: pointer;
}

.searchBox input {
    outline-offset: -2px;
    -webkit-appearance: none;
    width: 90%;
    max-width: 323px;
    margin: auto;
    border: none;
    color: #2b76a1;
    background: transparent;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-transform: uppercase;
    font-weight: 700;
    vertical-align: middle;
}

.searchBox input:focus {
    outline: none;
}

.searchBox input::-ms-expand {
    background-color: transparent;
    border: 0;
}

.searchBox input:focus {
    outline: 0;
}

.searchBox input::-webkit-input-placeholder {
    color: #2b76a1;
    opacity: 1;
}

.searchBox input::-moz-placeholder {
    color: #2b76a1;
    opacity: 1;
}

.searchBox input:-ms-input-placeholder {
    color: #2b76a1;
    opacity: 1;
}

.searchBox input::-ms-input-placeholder {
    color: #2b76a1;
    opacity: 1;
}

.searchBox input::placeholder {
    color: #2b76a1;
    opacity: 1;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration
{
    display: none;
}

input[type=search]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input[type=search]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

.fadeOutBottom {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transition: all 1s cubic-bezier(.77,0,.175,1);
    -webkit-transition: all 1s cubic-bezier(.77,0,.175,1);
    -moz-transition: all 1s cubic-bezier(.77,0,.175,1);
    -o-transition: all 1s cubic-bezier(.77,0,.175,1);
}

.fadeOutBottom.animate {
    opacity: 0;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
}

.fadeInTop {
    opacity: 0;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transition: all 1s cubic-bezier(.77,0,.175,1);
    -webkit-transition: all 1s cubic-bezier(.77,0,.175,1);
    -moz-transition: all 1s cubic-bezier(.77,0,.175,1);
    -o-transition: all 1s cubic-bezier(.77,0,.175,1);
}

.fadeInTop.animate {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
}




.sub-menu {
    position: relative;
    padding: 7px 0;
    background-color: rgba(255, 255, 255, 0.9);
    overflow: hidden;
}

.sub-menu h3 {
    color: #2b76a1;
    line-height: 1;
    margin-bottom: 6px;
    font-size: 28px;
    font-weight: 400;
}

.sub-menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.sub-menu ul > li {
    display: inline-block;
    padding: 0 10px;
}

.sub-menu ul > li:not(:first-child) {
    border-left: 1px solid #2b76a1;
}

.sub-menu ul > li > a {
    color: #2b76a1;
    display: block;
    line-height: 1;
    font-size: 16px;
    font-weight: 700;
}

.banner {
    width: 100%;
    height: calc(100vh - 128px);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.banner video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
}

.banner > h3 {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    font-size: 40px;
    color: white;
    margin: 0;
    line-height: 1;
    padding: 15px 0 20px;
    background-color: rgba(0, 0, 0, 0.4);
}

.contentHeader {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 170px;
    position: relative;
}
.contentHeader > .container{
    position:relative;
    height:100%;
}

.contentHeader h3 {
    color: white;
    padding-top: 85px;
    font-size: 50px;
}
.contentHeader .input-group {
    max-width: 400px;
    position: absolute;
    right: 15px;
    bottom: 40px;
}

.services {
    padding: 60px 0;
}

.services .serviceImg {
    text-align: center;
}

.services .row {
    position: relative;
}

.services .row > div {
    position: static;
}

.services .row > div > a {
    display: block;
    color: black;
    cursor: pointer;
    min-height: 125px;
    margin-top: 60px;
    border-right: 4px solid #2b76a1;
    border-bottom: 4px solid #2b76a1;
    font-size: 25px;
    line-height: 1.3;
}

.services .row > div > a:hover {
    text-decoration: underline;
}

.services .row > div > .serviceDetail {
    display: none;
    position: absolute;
    left: 15px;
    top: 60px;
    width: calc(100% - 30px);
    background-color: #2b76a1;
    z-index: 1;
    color: white;
    height: calc(100% - 60px);
    padding: 65px 45px 45px;
    overflow: hidden;
}

.services .row > div > .serviceDetail > div {
    height: 100%;
    overflow-y: auto;
}

.services .row > div > .serviceDetail i {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 40px;
    cursor: pointer;
}

.services .row > div > .serviceDetail h3 {
    font-size: 22px;
    font-weight: 100;
}

.services .row > div > .serviceDetail p {
}

.projects {
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    padding: 60px 0;
}

.projects h3 {
    font-size: 36px;
    font-weight: 900;
    color: white;
    border-bottom: 3px solid;
    padding-bottom: 15px;
}

.projects a {
    display: block;
    height: 130px;
    background-color: rgba(255, 255, 255, 0.8);
    margin-top: 30px;
    text-decoration: none;
    color: black;
    padding: 20px 25px;
    font-size: 32px;
    line-height: 1;
    transition: all .3s ease-out;
}

.projects a:hover {
    background-color: rgba(255, 255, 255, 1);
}

footer .contact > p {
    color: #2b76a1;
    font-size: 60px;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    padding: 75px 0;
    text-align: center;
}

footer .contact > p > a {
    color: white;
    position: relative;
    display: inline-block;
    padding: 15px 25px;
    vertical-align: middle;
    text-decoration: none;
    font-size: 40px;
    background-color: #2b76a1;
    transition: all 0.3s ease-out;
}

footer .contact > p > a:hover {
    background-color: #1e5879;
}


footer .social {
    background-color: #75777b;
    padding: 20px 0;
    text-align: center;
}

footer .social > a {
    display: inline-block;
    text-decoration: none;
    font-size: 30px;
    margin: 0 5px;
}

footer .social > a > i {
    color: #2b76a1;
    width: 46px;
    border: 2px solid #2b76a1;
    background-color: white;
    line-height: 44px;
    border-radius: 23px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out;
    display: block;
}

footer .social > a:hover > i {
    color: white;
    background-color: #2b76a1;
}

footer .copyright {
    background-color: #2b76a1;
    text-align: center;
    padding: 18px 0;
}

footer .copyright > p {
    color: white;
    margin: 0;
}

.contentProjects {
    padding-top: 60px;
}

.contentProjects > .row {
    position: relative;
}

.contentProjects > .row > .col-lg-3 {
    position: static;
}

.contentProjects .bgImageWrapper {
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
    background-color: #2b76a1;
}

.contentProjects .projectItem .bgImageWrapper, .members .bgImageWrapper {
    border: 3px solid #2b76a1;
}

.contentProjects .projectDetail .bgImageWrapper {
    border: 3px solid white;
}

.contentProjects .bgImage {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transform: scale(1);
    transition: all .4s ease-out;
}

.members .bgImage {
}

.members .bgImage > img {
    width: 100%;
}

.contentProjects .projectItem {
    text-align: center;
    margin-top: 15px;
    cursor: pointer;
}

.contentProjects .projectItem h3 {
    color: #2b76a1;
    padding-top: 25px;
    font-weight: 600;
}

.contentProjects .projectItem p {
}

.contentProjects .projectItem:hover .bgImage {
    transform: scale(1.1);
}


.contentProjects .projectDetail {
    display: none;
    position: absolute;
    left: 15px;
    top: 15px;
    width: calc(100% - 30px);
    background-color: #2b76a1;
    z-index: 1;
    color: white;
    padding: 65px 45px 45px;
    overflow: hidden;
}

.contentProjects .projectDetail h3 {
    font-weight: 600;
    margin-bottom: 30px;
}

.contentProjects .projectDetail i {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 40px;
    cursor: pointer;
}



.content > h3:first-child {
    border-bottom: 3px solid;
    font-size: 55px;
}

.content h3, .content form h3 + h3 {
    color: #2b76a1;
    font-weight: 100;
    font-size: 30px;
    margin-top: 80px;
    margin-bottom: 40px;
    border-bottom: 1px solid;
    position: relative;
}

.content h3 + h3 {
    margin-top: 0;
    border: none;
    font-size: 22px;
    font-weight: 600;
}



.content p {
}

.content ul {
    padding-left: 20px;
    color: #2b76a1;
}

.content ul > li {
}

.members {
    text-align: center;
}

.members h4 {
    font-weight: 600;
    font-size: 14px;
    color: #2b76a1;
    margin-top: 28px;
}

.members p {
    font-size: 13px;
    margin: 0;
}

.members a {
    margin-top: 8px;
    margin-bottom: 30px;
    display: inline-block;
    color: #2b76a1;
}

.members a i {
    font-size: 26px;
    vertical-align: bottom;
}

.members a:hover {
    text-decoration: none;
}

.map {
    height: 40vh;
}

.certificates a {
    cursor: pointer;
}

.certificates a:hover {
    text-decoration: underline !important;
}

.certificate {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    padding: 60px;
    z-index: 1000;
    background-color: rgba(42, 117, 163, 0.5);
}

.certificate > i {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 40px;
    cursor: pointer;
    color: white;
}

.certificate > div {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
}

.certificate > div > img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    transform: translateX(-50%) translateY(-50%);
}

.nav-toggle {
    display: none;
    padding: 10px 10px;
    vertical-align: middle;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    position: relative;
    z-index: 2;
}

.nav-toggle .icon-bar {
    width: 20px;
    height: 2px;
    transition: all 0.2s;
    border-radius: 3px;
    display: block;
    background-color: white;
}

.nav-toggle .icon-bar + .icon-bar {
    margin-top: 6px;
}

.nav-toggle .top-bar {
    transform: rotate(45deg);
    transform-origin: -5% 50%;
    -ms-transform: rotate(45deg);
    -ms-transform-origin: -5% 50%;
    -webkit-transform: rotate(45deg);
    -webkit-transform-origin: -5% 50%;
}

.nav-toggle .middle-bar {
    opacity: 0;
}

.nav-toggle .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: -5% 60%;
    -ms-transform: rotate(-45deg);
    -ms-transform-origin: -5% 60%;
    -webkit-transform: rotate(-45deg);
    -webkit-transform-origin: -5% 60%;
}

.nav-toggle.collapsed .top-bar {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
}

.nav-toggle.collapsed .middle-bar {
    opacity: 1;
}

.nav-toggle.collapsed .bottom-bar {
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
}

textarea.form-control {
    height: auto;
    min-height: 210px;
}

.addMore {
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    font-size: 14px;
    background-color: #2b76a1;
    color: white;
    padding: 4px 10px 4px 5px;
    border-radius: 12px;
    cursor: pointer;
}

.addMore i {
    font-size: 18px;
    vertical-align: middle;
}

.addMore:hover {
    background-color: #1e5879;
}

label:not(.custom-file-label) {
    font-size: 13px;
    font-weight: 600;
}

.recaptcha-wrap {
    position: relative;
    height: 86px;
    background: #f9f9f9;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    overflow: hidden;
    padding-left: 10px;
    margin-bottom: 15px;
}

.recaptcha-wrap:after {
    content: '';
    display: block;
    background-color: #f9f9f9;
    height: 5px;
    width: 100%;
    top: 0px;
    left: 0px;
    position: absolute;
}


.recaptcha-wrap:before {
    content: '';
    display: block;
    background-color: #f9f9f9;
    height: 100%;
    width: 15px;
    top: 0;
    left: 0px;
    position: absolute;
    z-index: 1;
}


.g-recaptcha {
    overflow: hidden;
    height: 72px;
    max-width: 294px;
    margin-top: 4px;
    box-sizing: border-box;
    border-right: 60px solid #f9f9f9;
}

@media (min-width:1023px) {
    .input-group-text {
        min-width: 370px;
    }
}

@media (max-width:1200px) {
.banner video {
    width: auto;
	height:100%;
}

    .services .row > div > a {
        font-size: 20px;
    }

    footer .contact > p {
        font-size: 40px;
    }

    footer .contact > p > a {
        font-size: 30px;
    }
}

@media (max-width:1023px) {
   .banner {
        height: 44vh;
        background-attachment: unset;
    }
    .services .row > div > .serviceDetail {
        height: auto;
    }

    .contentProjects .projectDetail .bgImageWrapper {
        margin-bottom: 15px;
    }

    .input-group-prepend {
        display: block;
        width: 100%;
    }

    .input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0;
    }

    .input-group > .input-group-prepend > .input-group-text {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom: none;
        white-space: normal;
        text-align: left;
    }
    .addMore {
        position: relative;
        margin: 10px 0;
    }

    .contentHeader .input-group {
        max-width: 300px;
    }

}

@media (max-width: 767px) {
    body {
        padding-top: 70px;
    }

    .nav-toggle {
        display: inline-block;
    }

    .menu, .scrolling .menu {
        padding: 15px 0 0;
    }

    .menu .logo {
        height: auto !important;
        padding-bottom: 15px;
    }

    .menu .auro {
        display: inline-block;
        position: relative;
        top: auto;
        right: auto;
        align-self: center;
        padding-bottom: 14px;
    }

    .menu .logo > img {
        height: 40px;
    }

    .sub-menu h3 {
        margin-bottom: 0px;
        font-size: 12px;
        font-weight: 700;
        margin-top: 6px;
    }

    .searchBox {
        right: 0;
        left: auto;
        width: 60%;
        padding: 5px 0;
    }

    .menu ul {
        display: none;
        width: 100%;
        padding: 0px 0 15px;
    }

    .menu ul > li {
        display: block;
        border: none !important;
        padding: 0;
    }

    .menu ul > li > a {
        padding: 15px 0;
        text-align: center;
        background-color: #215f82;
        border-bottom: 1px solid #2b76a1;
    }

    .sub-menu ul > li > a {
        font-size: 14px;
    }

    .banner > h3 {
        font-size: 20px;
    }

    .projects {
        background-attachment: unset;
    }

    footer .contact > p {
        padding: 50px 0;
    }

    footer .contact > p > a {
        display: block;
        margin-bottom: 15px;
    }

    .contentProjects .projectDetail, .services .row > div > .serviceDetail {
        padding: 65px 25px 45px;
    }

    .content h3 {
        font-size: 20px;
        margin-top: 40px;
        margin-bottom: 20px;
    }

    .content h3 + h3 {
        font-size: 18px;
    }

    .content > h3:first-child {
        border-bottom: 2px solid;
        font-size: 40px;
    }

    .contentHeader .input-group {
        max-width: 100%;
        position: relative;
        right: auto;
        bottom: auto;
    }
    .contentHeader h3 {

        font-size: 30px;
    }
}
.job-title{
    font-weight: 600;
    border-bottom: 1px solid;
    padding-bottom: 9px;
    color: #2b76a1;
    font-size: 22px;
}

.job-title + ul  {
    /* margin: 0; */
    font-weight: 100;
    list-style-type: none;
    padding: 0;
    color:inherit;
}

.job-title + ul > li {
    background-color: #dbdbdb;
    display: inline-block;
    margin-bottom: 3px;
    padding: 4px 10px;
}

.popup {
    display: none;
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.popup-content {
    background-color: #fefefe;
    /*margin: 15% auto;*/
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 628px;
    max-width: 100%;
}

.popup-content img{
    max-width: 100%;
}

.close-button {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

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

