body {
    max-width: 1440px !important;
    margin: 0 auto !important;
}

/*NAVBAR*/
.navbar {
    height: 100px;
}

.navbar-brand img {
    max-width: 167px;
}

li.nav-item {
    margin: 0 16.5px;
}

.nav-link {
    font-family: 'Gotham-Medium';
    font-weight: bold;
    font-size: 14px;
    color: #000 !important; 
    opacity: .6;
    padding: 0 !important;
}

.nav-link:hover{
    opacity: 1;
}

.nav-item .nav--line {
    position: relative;
    width: 0%;
    left: 50%;
    bottom: 0;
    height: 1px;
    opacity: 0;
    background-color: #0024ff;
}

.nav-item:hover .nav--line {
    left:-1px; 
    width: 100%;
    opacity: 1;
}

.nav--line__animationFair {
    -webkit-transition: all 0.2s ease-in-out; 
    -moz-transition: all 0.2s ease-in-out; 
    -o-transition: all 0.2s ease-in-out; 
    transition:all 0.2s ease-in-out;
}

.arc--languages {
    display: flex;
    list-style: none !important;
    margin: 0;
    padding: 0;
    margin-right: 16.5px;
}

.arc--languages li a {
    font-family: 'Gotham-Book';
    font-weight: bold;
    font-size: 10px;
    color: #3b3b3b;
    padding: 0 2px;
    text-decoration: none;
    transition: all .2s;
}

.arc--languages li a:hover {
    color: #0024ff;
    transition: all .2s;
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    background-color: #fff;
    padding: 25px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.navbar-collapse ul li.nav-item {
    margin: 10px 16.5px;
}


/* MAIN SLIDER */
.arc--slider {
    position: relative; 
    padding-right: 90px;
}

@media (max-width: 767px) {
    .arc--slider {
        padding-right: initial !important;
    }
}

.arc--content__text {
    color: #fff; 
    width: 400px;
    height: 139px;
    position: absolute;
    right: -10px; 
    top: 282px;
    z-index: 2;
    padding: 19px 29px 20px 20px;
}

.arc--content__text h2 {
    font-family: 'Gotham-Bold', sans-serif;
    font-size: 25px;
    font-weight: bold;
    text-align: right;
    margin-right: 3px;
}

.arc--content__box {
    background-color: rgba(0,36,255,0.8);
    width: 465px !important;
    height: 139px;
    position: absolute;
    right: 0;
    top: 287px;
    z-index: 1;
}

.m-wrapper {
    position: relative;
    margin-top: 10px !important;
}

/* NEWS SLIDER SECTION */
.main--news--section {
    padding-left: 65px;
    margin-top: 50px;
    position: relative;
}

@media (max-width: 767px) {
    .main--news--section {
        padding-left: 5px;
        padding-right: 5px;
        margin-top: 50px;
        position: relative;
    }
    .hidden-sm-title {
        display: none;
    }
}

.news--arrow__next {
    position: absolute;
    bottom: 20px;
    left: 30px;
    z-index: 9999;
    opacity: 1;
    transition: all .3s;
}

.news--arrow__next:hover {
    opacity: .5;
    transition: all .3s;
}

.news--arrow__prev {
    position: absolute;
    bottom: 20px;
    z-index: 9999;
    opacity: 1;
    transition: all .3s;
}

.news--arrow__prev:hover {
    opacity: .5;
    transition: all .3s;
}

.section--name__right {
    position: absolute;
    right: 91px;
    top: -40px;
    z-index: 9999;
}

/* MAIN SERVICES SECTION*/
.main--services--section {
    margin-top: 50px;
    position: relative;
}

.main--services--background {
    position: absolute;
    right: -52px;
    bottom: 0;
    width: calc(100% - 52px);
    height: 350px;
    overflow: hidden;
}

.main--services--background img {
    filter: grayscale(1);
    opacity: 0.16;
}

.services--section--title {
    margin-right: -50px;
}

/* MAIN PROJECTS SECTION */
.main--projects--section {
    margin-top: 50px;
    position: relative;
    margin-bottom: 50px;
}

.section--name__nmY {
    position: absolute;
    right: 91px;
}

.projects--arrow__next {
    position: absolute;
    top: 0;
    right: 27%;
    z-index: 9999;
    opacity: 1;
    transition: all .3s;
}

.projects--arrow__next:hover {
    opacity: .5;
    transition: all .3s;
}

.projects--arrow__prev {
    position: absolute;
    top: 0;
    right: 29%;
    z-index: 9999;
    opacity: 1;
    transition: all .3s;
}

.projects--arrow__prev:hover {
    opacity: .5;
    transition: all .3s;
}

.main--project--cover {
    overflow: hidden;
}

.main--project--cover img {
    transition: transform .5s ease;
    height: 335px;
    width: 100%;
    object-fit: cover;
}

.main--project--cover__bw {
    filter: grayscale(1);
}

.main--project--cover:hover img {
    transform: scale(1.1);
}

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

.main--project--title {
    margin-bottom: 20px;
}
.main--project--title a {
    text-decoration: none;
}
.main--project--title a:hover {
    text-decoration: none;
}
.main--project--title h2 {
    font-family: 'Gotham-Bold';
    font-weight: bold;
    font-size: 18px;
    color: #000;
}

.project--excerpt article {
    font-family: 'Gotham-Book';
    font-size: 14px;
    color: #000;
    padding-right: 25px;
}

/*ABOUT US*/

.about--image {
    max-height: 710px;
}

.about--content__position {
    margin-left: -150px;
    z-index: 9999;
}

.about--content {
    background-color: rgba(255, 255, 255, 0.8);
    font-family: 'Gotham-Book';
    font-size: 14px;
    color: #000;
    padding: 25px;
    width: 100%;
    height: auto;
}

.about--brochure {
    margin-top: 40px;
    margin-bottom: 20px;
    margin-left: -70px;
}

.about--brochure__button {
    background-color: rgba(0,36,255,0.8);
    padding: 20px 15px;
    color: #fff !important;
    transition: all .3s;
    font-family: 'Gotham-Medium' !important;
    font-size: 1rem !important;
    text-decoration: none;
}

.about--brochure__button:hover {
    background-color: rgba(0,36,255,1);
    transition: all .3s;
}


@media (max-width: 767px) {
    .about--image {
        max-height: 320px;
    }
    .about--content__position {
        margin-left: auto;
    }
    .about--brochure {
        margin-left: auto;
    }
}


/*SERVICES*/
.services--bg {
    filter: grayscale(1);
    opacity: .2;
    max-height: 640px;
}

.services--title__position {
    margin-left: -150px;
    z-index: 9999;
}

.services--subtitle {
    background-color: rgba(255, 255, 255, 0.8);
    font-family: 'Gotham-Book';
    font-size: 14px;
    color: #000;
    padding: 25px;
    width: 100%;
    height: auto;
}

.services--box__grid {
    margin-top: -27rem;
}

.service--card {
    position: relative;
    margin-bottom: 25px;
    transition: transform .5s ease;
}

.service--card--image {
    overflow: hidden;
}

.service--card--image img {
    transition: transform .5s ease;
    width: 100%;
    height: auto;
    filter: grayscale(1);
}

.service--card:hover img {
    transform: scale(1.1);
}

.service--card--image__vertical {
    overflow: hidden;
}

.service--card--image__vertical img {
    transition: transform .5s ease;
    width: 100%;
    height: 350px;
    object-fit: cover;
    filter: grayscale(1);
}

.service--card--text {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    color: white;
    width: 100%;
    height: 100%;
    font-family: 'Gotham-Book';
    font-size: 14px;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 20px;
    text-align: center;
    opacity: 0;
    transition: opacity .5s ease;
}

.service--card:hover .service--card--text{
    opacity: 1;
}

.service--card--label {
    position: absolute;
    z-index: 9999;
    bottom: 25px;
    right: -10px;
    background: rgba(0,36,255,0.8);
    font-family: 'Gotham-Book';
    font-size: 14px;
    border: none;
    color: #fff;
    padding: 5px 12px;
    box-sizing: border-box;
    cursor: default;
}

@media (max-width: 767px) {
    .services--bg {
        max-height: 320px;
    }
    .services--title__position {
        margin-left: auto;
    }
    .about--brochure {
        margin-left: auto;
    }
    .services--box__grid {
        margin-top: auto;
    }
}

/*PROJECTS*/

.project--box {
    position: relative;
    height: 100%;
}

.project--box--image {
    overflow: hidden;
}

.project--box--image img {
    width: 100%;
    height: auto;
    max-height: 330px;
    transition: transform .5s ease;
}
.project--box--image:after {
    content:'\A';
    position:absolute;
    width: calc(100% - 24px); 
    height:100%;
    top:0; 
    left: 12px;
    background:rgba(0,0,0,0.6);
    opacity:0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.project--box--image:hover img {
    transform: scale(1.1);
}

.project--box--image:hover:after{
    opacity: 1;
}

.project--box--title {
    position: absolute;
    padding: 20px;
    bottom: 0;
    display: flex;
    flex-direction: column;
    font-family: 'Gotham-Bold';
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    max-width: 50%;
}
.project--box--title time {
    font-size: 10px;
    color: #fff;
}

/*PROJECT DETAIL*/
.project--slider {
    max-height: 600px;
    position: relative;
}
.project--slider__item img {
    width: 100%;
    height: auto;
}
.project--arrow__prev {
    position: absolute;
    top:48%;
    z-index: 9999;
    padding: 3px 9.5px;
    text-align: center;
    background-color: rgba(0,35,255,0.8);
    transition: all .3s;
}
.project--arrow__prev:hover {
    background-color: rgba(0,35,255,1);
    transition: all .3s;
}

.project--arrow__next {
    position: absolute;
    bottom: 40%;
    z-index: 9999;
    padding: 3px 9.5px;
    text-align: center;
    background-color: rgba(0,35,255,0.8);
}

.project--arrow__next:hover {
    background-color: rgba(0,35,255,1);
    transition: all .3s;
}

.project--content__position {
    margin-left: -150px;
    z-index: 9999;
}

.project--content {
    background-color: rgba(255, 255, 255, 0.8);
    font-family: 'Gotham-Book';
    font-size: 14px;
    color: #000;
    padding: 25px;
    width: 100%;
    height: auto;
}

.project--content h1 {
    font-family: 'Gotham-Bold';
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin-bottom: 12px;
}

.project--back {
    margin-top: 40px;
    margin-bottom: 0;
    margin-left: -35px;
}

.project--back__button {
    background-color: rgba(0,36,255,0.8);
    padding: 8px 18px;
    color: #fff !important;
    transition: all .3s;
    font-family: 'Gotham-Medium' !important;
    font-size: 1rem !important;
    text-decoration: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.project--back__button:hover {
    background-color: rgba(0,36,255,1);
    transition: all .3s;
}

@media (max-width: 767px) {
    .project--content__position {
        margin-left: initial;
        margin-top: 200px !important;
    }
}


/* NEWS */
.arc--news__item {
    margin-bottom: 25px;
    display: flex !important;
}
.excerpt--cover {
    overflow: hidden;
}

.excerpt--cover img {
    transition: transform .5s ease;
    height: 230px;
    width: 100%;
    object-fit: cover;
}

.excerpt--cover__bw {
    filter: grayscale(1);
}

.excerpt--cover:hover img {
    transform: scale(1.1);
}

.news--excerpt {
    padding-right: 80px !important;
    position: relative;
}

.excerpt--cover__button {
    position: absolute;
    right: -97px;
    bottom: 25px;
    background-color: rgba(0,36,255,0.8);
    font-family: 'Gotham-Book';
    font-size: 14px;
    color: #fff;
    padding: 5px 15px;
    text-decoration: none;
    z-index: 9999;
}

.excerpt--cover__button:hover {
    color: #fff;
    background-color: rgba(0,36,255,1);
}

.excerpt--date {
    font-family: 'Gotham-Book', sans-serif;
    font-weight: bold;
    font-size: 10px;
    color: #000;
    margin-bottom: 7px;
}

.excerpt--title a {
    text-decoration: none;
}

.excerpt--title h2 {
    font-family: 'Gotham-Bold', sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: #000;
    margin-bottom: 8px;
}

.excerpt--subtitle {
    font-family: 'Gotham-Book', sans-serif;
    font-size: 14px;
    color: #000;
    margin-bottom: 8px;
}

@media (max-width: 767px) {
    .news--excerpt {
        padding-right: 0 !important;
    }
    .excerpt--cover__button {
        right: 0;
        bottom: -20px;
    }
}

/* NEWS  ITEM */
.news--content__single {
    padding-right: 4rem !important;
}
.news--image figure {
    height: 100%;
    background-size: cover;
    background-position: center;
    min-height: 250px;
}

.news--date {
    font-family: 'Gotham-Book';
    font-size: 10px;
    font-weight: bold;
}

.news--title {
    font-family: 'Gotham-Bold';
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin-bottom: 12px;
}

.news--content__single article {
    font-family: 'Gotham-Book';
    font-size: 14px;
}

.news--download {
    margin-right: 15px;;
}

.news--navigation {
    display: flex;
    justify-content: end;
    align-items: center;
    position: relative;
    margin-right: -90px;
}

.news--download a{
    font-size: 15px;
    color: #fff;
    padding: 10px 40px;
    background: rgba(0,36,255,0.8);
    text-decoration: none;
    transition: all .3s;
}

.news--download a:hover{
    color: #fff;
    background: rgba(0,36,255,1);
    text-decoration: none;
    transition: all .3s;
}

.news--back a{
    padding: 9px 15px;
    background: rgba(0,36,255,0.8);
    text-decoration: none;
    transition: all .3s;
}

.news--back a:hover{
    background: rgba(0,36,255,1);
    text-decoration: none;
    transition: all .3s;
}

@media (max-width: 767px) {
    .news--content__single {
        padding-right: inherit !important;
    }

    .news--navigation {
        margin-right: auto;
    }
}

/* CONTACT */
.contact--content__position {
    margin-left: -150px;
    z-index: 9999;
}
.contact--content {
    background-color: rgba(255, 255, 255, 0.8);
    font-family: 'Gotham-Book';
    font-size: 14px;
    color: #000;
    padding: 25px;
    width: 100%;
    height: auto;
}

.contact--content h4 {
    font-family: 'Gotham-Book';
    font-size: 14px;
    color: #000;
    font-weight: bold;
}

.contact--content a{
    font-family: 'Gotham-Book';
    font-size: 14px;
    color: #00000060;
    text-decoration: none;
    transition: all .3s;
}

.contact--content a:hover {
    color: #000;
    transition: all .3s;
}

.form-control {
    font-family: 'Gotham-Book' !important;
    font-size: 14px !important;
    color: #fff !important;
    background-color: #000 !important;
    border: none !important;
    border-radius: 0 !important;

}

.form-select {
    font-family: 'Gotham-Book' !important;
    font-size: 14px !important;
    color: #fff !important;
    background-color: #000 !important;
    border: none !important;
    border-radius: 0 !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e") !important;;
}

.contact--button {
    font-family: 'Gotham-Book';
    background-color: #000;
    color: #fff;
    border: none;
    padding-top: 5px;
    padding-bottom: 5px;
    transition: all .3s;
}

.contact--button:hover{
    background-color: #00000090;
    transition: all .3s;
}

@media (max-width: 767px) {
    .contact--content__position {
        margin-left: auto;
    }
}

/* FOOTER */
.arc--footer {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    background-color: #000;
    color: #fff;
    font-family: 'Gotham-Book', sans-serif;
    font-size: 11px;
    padding: 9px 15px;
}

.footer--address {
    text-align: center;
}

.footer--address a {
    color: #fff;
    opacity: .6;
    text-decoration: none;
    transition: all .3s;
}

.footer--address a:hover {
    color: #fff;
    opacity: 1;
    transition: all .3s;
}

.footer--paa a {
    opacity: .6;
    transition: all .3s;
}

.footer--paa a:hover {
    opacity: 1;
    transition: all .3s;
}

.footer--social-media {
    position: absolute;
    right: -33px;
    bottom: 11px;
}

.footer--social-media a {
    opacity: .6;
    transition: all .3s;
    text-decoration: none;
}
.footer--social-media a:hover {
    opacity: 1;
    transition: all .3s;
    text-decoration: none;
}

.footer--social-media ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer--social-media ul li {
    margin-bottom: 5px;
}

@media (max-width: 767px) {
    .footer--social-media {
        display: none;
    }
    .footer--address {
        text-align: left;
    }
}


