@font-face {
    font-family: Arial Narrow;
    src: url(../fonts/arial-narrow.ttf) format("truetype");
    font-style: normal;
}
@font-face {
    font-family: Baskerville;
    src: url(../fonts/LibreBaskerville-Regular.ttf) format("truetype");
    font-style: normal;
}
@font-face {
    font-family: Baskerville Italic;
    src: url(../fonts/LibreBaskerville-Italic.ttf) format("truetype");
    font-style: normal;
}
@font-face {
    font-family: Tahoma;
    src: url(../fonts/Tahoma.ttf) format("truetype");
    font-style: normal;
}
body {
    /*font-family: Arial Narrow;*/
    font-family: Tahoma;
    background-color: #000;
    font-size: 16px;
}
body.active-modal {
    overflow-y: hidden;
}
.no-padding {
    padding-right: 0 !important;
}
.no-padding,
.no-padding-left {
    padding-left: 0 !important;
}
.no-padding-right {
    padding-right: 0 !important;
}
header .logo-holder {
    width: 200px;
    z-index: 2;
}
header .logo-holder > img {
    max-width: 100%;
}
header .collapse.navbar-collapse {
    border-bottom: 2px solid #fff;
    z-index: 2;
}
header .navbar {
    padding-top: 0;
    padding-bottom: 0;
}
header .navbar-nav {
    z-index: 4;
}
header .navbar-nav > li.active > a {
    color: #fff;
    font-weight: 700;
}
header .navbar-nav > li > a {
    color: #fff;
    padding: 0 36px !important;
    font-weight: 400;
    font-family: Arial Narrow;
    font-size: 22px;
    transition: .3s all ease-in-out;
}

header .navbar-nav > li > a:hover {
    color: #ddd;
    font-weight: 700;
}

header .navbar-nav > li > .dropdown-menu {
    background: #d9d9d9;
    border-radius: 0;
    top: 30px;
    z-index: 4;
}
header .navbar-nav > li > .dropdown-menu > a {
    font-size: 20px;
}
header .dropdown-menu {
    padding: 0;
    margin-top: 0;
    border: 1px solid #bfbfbf;
    z-index: 4;
}
header .dropdown-menu > a {
    color: #595959;
    transition: all 0.3s ease;
    background: none;
}
header .dropdown > .dropdown-menu {
    top: 200%;
    transition: all 0.3s ease-in-out;
}
header .dropdown:hover > .dropdown-menu {
    display: block;
    top: 34px;
}
header .dropdown > .dropdown-toggle:active {
    pointer-events: none;
}
.home-page {
    background: url(../images/homepage-bg.jpg) no-repeat;
    background-size: cover;
    background-position: top;
    overflow: hidden;
    background-color: #000;
    width: 1366px;
    /*max-height: 100vh;*/
    margin: 0 auto;
    width: 100%;
}
.home-slider-mobile {
    display: none;
}
.home-slider {
    width: 1366px;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}
.home-slider .full-screen {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
}
.home-slider .carousel .carousel-inner .carousel-item {
    transition: transform 2s ease-in-out;
}
.home-slider .carousel .carousel-inner .carousel-item[data-title]:before {
    display: block;
    content: attr(data-title);
    position: fixed;
    top: 0;
    width: 100%;
    color: red;
    font-size: 32px;
    transition: unset;
    visibility: visible;
}
.home-slider .carousel .carousel-inner .carousel-item.carousel-item-next .title-holder {
    display: none;
}
.home-slider .carousel .carousel-indicators {
    bottom: 0;
}
.home-slider .carousel .carousel-indicators li {
    border: 2px solid #fff;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    opacity: 1;
    background: unset;
    position: relative;
    text-indent: unset;
}
.home-slider .carousel .carousel-indicators li.active {
    opacity: 1;
    background: #fff;
}
.home-slider .carousel .carousel-indicators li.hidden {
    visibility: hidden;
    height: 0;
    width: 0;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}
.home-slider .carousel .carousel-indicators li.hidden.active:before {
    content: "";
    border: 2px solid #fff;
    height: 20px;
    width: 20px;
    background: #fff;
    visibility: visible;
    border-radius: 50%;
    position: absolute;
    display: block;
    top: 0;
    left: -23px;
}
.home-slider .carousel .carousel-custom-title,
.home-slider .carousel .carousel-custom-title-1920,
.home-slider .carousel .carousel-custom-title-2560 {
    position: absolute;
    top: 20px;
    padding: 0;
}
.home-slider .carousel .carousel-custom-title-1920 > li,
.home-slider .carousel .carousel-custom-title-2560 > li,
.home-slider .carousel .carousel-custom-title > li {
    list-style: none;
    display: none;
    font-family: Baskerville Italic;
    font-size: 52px;
    color: #fff;
    font-weight: 700;
    text-align: left;
    transition: all 0.3s ease;
    text-shadow: -3px 0 1px #444, 1px 6px 6px #444;
    /*text-stroke: 2px #ecbe5c;*/
    /*-webkit-text-stroke: 2px #ecbe5c;*/
    /*-ms-text-stroke: 2px #ecbe5c;*/
    overflow: hidden;
    white-space: nowrap;
    margin: 0 auto;
    line-height: 1.4 !important;
    float: left;
}
.home-slider .carousel .carousel-custom-title-1920 > li.active,
.home-slider .carousel .carousel-custom-title-2560 > li.active,
.home-slider .carousel .carousel-custom-title > li.active {
    display: block;
}
.home-slider .title-holder {
    position: absolute;
    z-index: 2;
    width: 100%;
    top: 20px;
}
.home-slider .title-holder.slide-one {
    top: 200px;
}
.home-slider .title-holder.slide-one > h1 {
    text-align: center;
    float: unset;
    animation: a 3s steps(40);
    -webkit-transition: all 0.3s ease;
}
.home-slider .title-holder > h1 {
    font-family: Baskerville Italic;
    font-size: 52px;
    color: #fff;
    font-weight: 700;
    text-align: left;
    transition: all 0.3s ease;
    text-shadow: -3px 0 1px #444, 1px 6px 6px #444;
    /*text-stroke: 2px #ecbe5c;*/
    /*-webkit-text-stroke: 2px #ecbe5c;*/
    /*-ms-text-stroke: 2px #ecbe5c;*/
    overflow: hidden;
    white-space: nowrap;
    margin: 0 auto;
    float: left;
    line-height: 1.4 !important;
}
.home-slider .title-holder.slide-2 > h1,
.home-slider .title-holder.slide-4 > h1,
.home-slider .title-holder.slide-6 > h1,
.home-slider .title-holder.slide-8 > h1,
.home-slider .title-holder.slide-10 > h1 {
    display: none;
}
.opening-holder {
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
    height: 100%;
    width: 100%;
    z-index: 4;
    overflow: auto;
    animation: c 2s;
}
.opening-holder > .home-modal {
    width: 520px;
    margin: 10% auto;
    position: relative;
}
.opening-holder > .home-modal > img {
    max-width: 100%;
    width: 100%;
}
.opening-holder > .home-modal > .close {
    background: url(../images/close-icon.png) no-repeat;
    width: 28px;
    height: 28px;
    position: absolute;
    right: -28px;
    top: -28px;
    color: #fff;
    opacity: 1;
}
.opening-holder > .home-modal > .close:hover {
    opacity: 1;
    cursor: pointer;
}
.home-page {
    position: relative;
}
.home-page > footer {
    width: 100%;
    height: 70px;
    z-index: 4;
    padding: 32px 32px 0px 32px;
}
.home-page > footer .container,
.history-page > footer .container,
.culture-page > footer .container,
.ourteam-page > footer .container,
.projects-sub-page > footer .container,
.safety-page > footer .container,
.testimonials-page > footer .container,
.contact-page > footer .container,
.projects-page > footer .container {
    display: flex;
    justify-content: space-between;
    align-items: center !important;
    padding: 0px;
}

.home-page > footer .partner-holder,
.history-page > footer .partner-holder,
.culture-page > footer .partner-holder,
.ourteam-page > footer .partner-holder,
.projects-sub-page > footer .partner-holder,
.safety-page > footer .partner-holder,
.testimonials-page > footer .partner-holder,
.contact-page > footer .partner-holder,
.projects-page > footer .partner-holder {
    justify-content: flex-start;
    padding: 0px;
}

.home-page > footer .partner-holder .partner-logo img,
.history-page > footer .partner-holder .partner-logo img,
.culture-page > footer .partner-holder .partner-logo img,
.ourteam-page > footer .partner-holder .partner-logo img,
.projects-sub-page > footer .partner-holder .partner-logo img,
.safety-page > footer .partner-holder .partner-logo img,
.testimonials-page > footer .partner-holder .partner-logo img,
.contact-page > footer .partner-holder .partner-logo img,
.projects-page > footer .partner-holder .partner-logo img {
    width: 50px;
}

.home-page > footer .container .logo-holder,
.history-page > footer .container .logo-holder,
.culture-page > footer .container .logo-holder,
.ourteam-page > footer .container .logo-holder,
.projects-sub-page > footer .container .logo-holder,
.safety-page > footer .container .logo-holder,
.testimonials-page > footer .container .logo-holder,
.contact-page > footer .container .logo-holder,
.projects-page > footer .container .logo-holder {
    justify-content: flex-start;
}
.home-page > footer .container .logo-holder > .text,
.history-page > footer .container .logo-holder > .text,
.culture-page > footer .container .logo-holder > .text,
.ourteam-page > footer .container .logo-holder > .text,
.projects-sub-page > footer .container .logo-holder > .text,
.safety-page > footer .container .logo-holder > .text,
.testimonials-page > footer .container .logo-holder > .text,
.contact-page > footer .container .logo-holder > .text,
.projects-page > footer .container .logo-holder > .text {
    color: #fff;
    font-size: 16px !important;
    display: inline-block !important;
    margin-right: 16px;
}
.home-page > footer .container .logo-holder a,
.history-page > footer .container .logo-holder a,
.culture-page > footer .container .logo-holder a,
.ourteam-page > footer .container .logo-holder a,
.projects-sub-page > footer .container .logo-holder a,
.safety-page > footer .container .logo-holder a,
.testimonials-page > footer .container .logo-holder a,
.contact-page > footer .container .logo-holder a,
.projects-page > footer .container .logo-holder a {
    display: inline-block;
    margin-right: 6px;
}
.home-page > footer .container .logo-holder a > img,
.history-page > footer .container .logo-holder a > img,
.culture-page > footer .container .logo-holder a > img,
.ourteam-page > footer .container .logo-holder a > img,
.projects-sub-page > footer .container .logo-holder a > img,
.safety-page > footer .container .logo-holder a > img,
.testimonials-page > footer .container .logo-holder a > img,
.contact-page > footer .container .logo-holder a > img,
.projects-page > footer .container .logo-holder a > img {
    width: 38px;
}
.home-page > footer .container .copyright,
.history-page > footer .container .copyright,
.culture-page > footer .container .copyright,
.ourteam-page > footer .container .copyright,
.projects-sub-page > footer .container .copyright,
.safety-page > footer .container .copyright,
.testimonials-page > footer .container .copyright,
.contact-page > footer .container .copyright,
.projects-page > footer .container .copyright {
    color: #fff;
    font-family: Tahoma;
    font-size: 16px !important;;
}
.display-flex-center {
    justify-content: center;
}
.display-flex-right {
    justify-content: flex-end;
}
.display-flex-left {
    justify-content: flex-start;
}
@keyframes a {
    0% {
        width: 0;
    }
    to {
        width: 100%;
    }
}
.history-page {
    background: url(../images/pages-bg.png) no-repeat;
    background-size: cover;
    background-position: top;
    overflow: hidden;
    background-color: #000;
    width: 100%;
    /*max-height: 100vh;*/
    margin: 0 auto;
}
.history-page .page-title {
    opacity: 0;
    overflow: hidden;
    transition: width 0.9s ease-in, opacity 1s ease-out;
    width: 0;
    margin-left: -24px;
}
.history-page .page-title > img {
    width: 240px;
    height: 50px;
}
.history-page .hidden-space {
    z-index: 4;
    height: 100vh;
    width: 100%;
    background: red;
    visibility: hidden;
}
.history-page .container {
    position: relative;
}
.history-page .timeline-holder {
    width: 98%;
    margin: 0 auto;
    margin-top: 260px;
    animation: c 2s;
}
.history-page .timeline-holder > img {
    width: 100%;
}
.history-page .timeline-holder > .time-holder {
    display: grid;
    grid-template-columns: repeat(18, 1fr);
    grid-gap: 6px;
    margin-bottom: -14px;
    padding: 0;
}
.history-page .timeline-holder > .time-holder > li {
    grid-column: span 1;
    list-style: none;
}
.history-page .timeline-holder > .time-holder > li.time-one {
    grid-column: span 2;
}
.history-page .timeline-holder > .time-holder > li.time-two {
    grid-column: span 3;
}
.history-page .timeline-holder > .time-holder > li.time-eight,
.history-page .timeline-holder > .time-holder > li.time-three {
    grid-column: span 2;
}
.history-page .timeline-holder > .time-holder > li > a {
    display: block;
    text-align: right;
    position: relative;
    border: 1px solid rgba(255, 0, 0, 0.01);
    cursor: pointer;
}
.history-page .timeline-holder > .time-holder > li > a + .time-text {
    display: none;
    transition: all 0.3s ease;
    position: absolute;
    top: -20px;
    width: 68%;
    background: #d9d9d9;
    right: 10%;
    overflow: hidden;
    padding: 16px;
    zoom: 1;
    border-radius: 16px;
}
.history-page .timeline-holder > .time-holder > li > a + .time-text > .year {
    font-family: Baskerville Italic;
    text-shadow: -3px 0 1px #7a7a7a, 1px 6px 6px #7a7a7a, 1px 6px 6px #7a7a7a;
    font-size: 34px;
    justify-content: flex-start;
    color: #fff;
    transition: all 0.3s ease;
    -webkit-text-stroke: 1px #ecbe5c;
    transition-delay: 0.3s;
}
.history-page .timeline-holder > .time-holder > li > a + .time-text > .description {
    justify-content: flex-end;
    font-weight: 700;
    font-size: 16px;
    color: #000;
    margin-left: 16px;
}
.history-page .timeline-holder > .time-holder > li > a > span {
    position: absolute;
    bottom: 140px;
    right: -14px;
    font-family: Baskerville Italic;
    font-size: 26px;
    color: #fff;
    font-weight: 700;
    text-shadow: -3px 0 1px #7a7a7a, 1px 6px 6px #ecbe5c;
    transition: all 0.3s ease;
    -webkit-text-stroke: 1px #ecbe5c;
}
.history-page .timeline-holder > .time-holder > li > a > i {
    background: url(../images/icon-bullet.png) no-repeat;
    width: 29px;
    height: 131px;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: right;
    transition: all 0.3s ease;
}
.history-page .timeline-holder > .time-holder > li > a > i:before {
    content: "";
    height: 92px;
    width: 2px;
    background: #d9d9d9;
    position: absolute;
    display: block;
    bottom: 0;
    left: 14px;
}
.history-page .timeline-holder > .time-holder > li > a > i:after {
    content: "";
    height: 12px;
    width: 12px;
    background: #d9d9d9;
    position: absolute;
    bottom: -10px;
    display: block;
    z-index: 3;
    left: 9px;
    border-radius: 50%;
}
.history-page .timeline-holder > .time-holder > li > a.active > span {
    text-shadow: -3px 0 1px #7a7a7a, 1px 6px 6px #00b050;
    transition: all 0.3s ease;
    -webkit-text-stroke: 1px #00b050;
}
.history-page .timeline-holder > .time-holder > li > a.active > i {
    background: url(../images/icon-bullet-active.png) no-repeat;
    width: 29px;
    height: 131px;
}
.history-page .timeline-holder > .time-holder > li > a:hover {
    cursor: pointer;
}
.history-page .timeline-holder > .time-holder > li:nth-child(2n) > a > span {
    bottom: 179px;
}
.history-page .timeline-holder > .time-holder > li:nth-child(2n) > a > i {
    height: 178px;
}
.history-page .timeline-holder > .time-holder > li:nth-child(2n) > a > i:before {
    height: 140px;
}
.history-page .timeline-holder > .year-scale {
    display: grid;
    grid-template-columns: repeat(22, 1fr);
    grid-gap: 2px;
    width: 100%;
    padding: 0;
    margin: 0;
    margin-top: 10px;
}
.history-page .timeline-holder > .year-scale > li {
    grid-column: span 2;
    list-style: none;
    text-align: center;
    transform: rotate(-45deg);
    font-family: Baskerville Italic;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}
.history-page .timeline-holder > .year-scale > li.year-05 {
    grid-column: span 4;
}
.history-page .timeline-holder > .year-scale > li.year-07,
.history-page .timeline-holder > .year-scale > li.year-11 {
    grid-column: span 1;
}
.history-page .time-holder-mobile {
    display: none;
}
.history-page > footer {
    margin-top: 100px;
    margin-bottom: 4px;
    padding: 0px 16px;
}
.history-page > footer .container {
    display: flex;
    justify-content: space-between;
    padding: 0 16px 16px;
}
.history-page > footer .container .logo-holder {
    justify-content: flex-start;
}
.history-page > footer .container .logo-holder > .text {
    color: #fff;
    font-size: 10px;
    display: block;
}
.history-page > footer .container .logo-holder a {
    display: inline-block;
    margin-right: 6px;
}
.history-page > footer .container .logo-holder a > img {
    width: 38px;
}
.history-page > footer .container .copyright {
    color: #fff;
    font-family: Tahoma;
    font-size: 12px;
}
.culture-page {
    background: url(../images/pages-bg.png) no-repeat;
    background-size: cover;
    background-position: top;
    overflow: hidden;
    background-color: #000;
    width: 100%;
    /*max-height: 100vh;*/
    margin: 0 auto;
}
.culture-page .page-title {
    opacity: 0;
    overflow: hidden;
    transition: width 0.9s ease-in, opacity 1s ease-out;
    width: 0;
}
.culture-page .page-title > img {
    width: 240px;
    height: 50px;
    position: absolute;
    top: 0;
    left: -8px;
}
.culture-page .container {
    position: relative;
}
.culture-page .content-holder {
    border-radius: 16px;
    background: #d9d9d9;
    width: 90%;
    margin: 0 auto;
    animation: c 2s;
    height: 370px;
}
.culture-page .content-holder .slim-scroll {
    padding: 24px 60px;
}
.culture-page .content-holder .slim-scroll > ul {
    padding-left: 16px;
}
.culture-page > footer {
    margin-top: 37px;
    padding: 0px 16px;
}
.culture-page > footer .container {
    display: flex;
    justify-content: space-between;
    padding: 0 16px 16px;
}
.culture-page > footer .container .logo-holder {
    justify-content: flex-start;
}
.culture-page > footer .container .logo-holder > .text {
    color: #fff;
    font-size: 10px;
    display: block;
}
.culture-page > footer .container .logo-holder a {
    display: inline-block;
    margin-right: 6px;
}
.culture-page > footer .container .logo-holder a > img {
    width: 38px;
}
.culture-page > footer .container .copyright {
    color: #fff;
    align-self: flex-end;
    font-family: Tahoma;
    font-size: 12px;
}
.ourteam-page {
    background: url(../images/pages-bg.png) no-repeat;
    background-size: cover;
    background-position: top;
    overflow: hidden;
    background-color: #000;
    width: 100%;
    /*max-height: 100vh;*/
    margin: 0 auto;
}

.ourteam-page .slimScrollDiv {
    height: 100% !important;
}
.ourteam-page .slim-scroll {
    height: 100% !important;
}
.ourteam-page header .navbar-nav > li > a {
    padding: 0 32px !important;
}
.ourteam-page .page-title {
    opacity: 0;
    overflow: hidden;
    transition: width 0.9s ease-in, opacity 1s ease-out;
    width: 0;
}
.ourteam-page .page-title > img {
    width: 240px;
    height: 50px;
    position: absolute;
    top: 0;
    left: -8px;
}
.ourteam-page .short-desc {
    position: absolute;
    width: 80%;
    color: #fff;
    top: 64px;
    left: 160px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    text-align: justify;
    animation: c 2s;
}
.ourteam-page .container {
    position: relative;
}
.ourteam-page .main-content {
    margin-top: 200px;
    margin-bottom: 62px;
}
.ourteam-page .content-holder > .head-team-holder {
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
.ourteam-page .content-holder > .head-team-holder .photo {
    width: 100%;
    cursor: pointer;
    position: relative;
    display: block;
    margin: 0 auto;
}
.ourteam-page .content-holder > .head-team-holder .photo > img {
    width: 100%;
    border: 2px solid #fff;
}
.ourteam-page .content-holder > .head-team-holder .photo .info {
    position: absolute;
    width: 100%;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    padding: 6px 0;
}
.ourteam-page .content-holder > .head-team-holder .photo .name {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    width: 100%;
    text-align: center;
}
.ourteam-page .content-holder > .head-team-holder .photo .name.small {
    font-size: 16px;
}
.ourteam-page .content-holder > .head-team-holder .photo .position {
    color: #fff;
    font-size: 14px;
    width: 100%;
    text-align: center;
}
.ourteam-page .content-holder > .head-team-holder.small-screen {
    display: none;
}
.ourteam-page .content-holder .head-team-modal-holder {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
    background: rgba(0, 0, 0, 0.94);
    height: 100%;
    width: 100%;
    z-index: 4;
    overflow: hidden;
}
.ourteam-page .content-holder .head-team-modal-holder > .head-team-modal {
    width: 72%;
    margin: 2% auto;
    position: relative;
    background: hsla(0, 0%, 46%, 0.9);
}
.ourteam-page .content-holder .head-team-modal-holder > .head-team-modal .text {
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
    position: absolute;
    padding: 0px;
    color: #eee;
}
.ourteam-page .content-holder .head-team-modal-holder > .head-team-modal .text.one {
    top: 222px;
    max-width: 43%;
    left: 60px;
    max-height: 380px;
    overflow: scroll;
    overflow-x: hidden;
}

.ourteam-page .content-holder .head-team-modal-holder > .head-team-modal .text.two {
    top: 190px;
    max-width: 43%;
    right: 44px;
    max-height: 380px;
    overflow: scroll;
    overflow-x: hidden;
}

.ourteam-page .content-holder .head-team-modal-holder > .head-team-modal .text.two,
.ourteam-page .content-holder .head-team-modal-holder > .head-team-modal .text.one {
    font-size: 18px;
    line-height: 26px;
}

.ourteam-page .content-holder .head-team-modal-holder > .head-team-modal .text.four {
    top: 120px;
    width: 290px;
    left: 22px;
}
.ourteam-page .content-holder .head-team-modal-holder > .head-team-modal .text.five {
    top: 80px;
    width: 316px;
    right: 20px;
    font-size: 11.2px;
}
.ourteam-page .content-holder .head-team-modal-holder > .head-team-modal img {
    width: 100%;
}
.ourteam-page .content-holder .head-team-modal-holder > .head-team-modal .close {
    position: absolute;
    top: -20px;
    right: -18px;
    width: unset;
    color: #fff;
    opacity: 1;
    cursor: pointer;
    transition: all 0.3s ease;
}
.ourteam-page .content-holder .head-team-modal-holder > .head-team-modal .close > i {
    color: #fff;
    opacity: 1;
}
.ourteam-page .content-holder .head-team-modal-holder > .head-team-modal .close:hover {
    opacity: 0.5;
}
.ourteam-page .our-team-footer {
    margin: 16px auto 0;
    width: 100%;
    text-align: center;
}
.ourteam-page .our-team-footer > img {
    width: 84%;
}
.ourteam-page > footer {
    margin-top: 24px;
    margin-bottom: 4px;
    padding: 0px 16px;
}
.ourteam-page > footer .container {
    display: flex;
    justify-content: space-between;
    padding: 0 16px 16px;
}
.ourteam-page > footer .container .logo-holder {
    justify-content: flex-start;
}
.ourteam-page > footer .container .logo-holder > .text {
    color: #fff;
    font-size: 10px;
    display: block;
}
.ourteam-page > footer .container .logo-holder a {
    display: inline-block;
    margin-right: 6px;
}
.ourteam-page > footer .container .logo-holder a > img {
    width: 38px;
}
.ourteam-page > footer .container .copyright {
    color: #fff;
    align-self: flex-end;
    font-family: Tahoma;
    font-size: 12px;
}


/* our team */
.ourteam-page .flex-team {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    gap: 0px 32px;
    padding: 0px 16px;
}

.ourteam-page .flex-team .item-team {
    flex-basis: 16.66%;
    position: relative;
    text-align: center;
}

.ourteam-page .flex-team .item-team a {
    display: block;
}

.ourteam-page .flex-team .item-team a img {
    display: block;
    width: 100%;
}

.ourteam-page .flex-team .item-team a .info {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    padding: 6px 0;    
}

.ourteam-page .flex-team .item-team a .info .name {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    width: 100%;
    text-align: center;
}

.ourteam-page .flex-team .item-team a .info .position {
    color: #fff;
    font-size: 14px;
    width: 100%;
    text-align: center;
}

.ourteam-page .our-team-modal {
    position: fixed;
	top: 64px;
}

.ourteam-page .our-team-modal .close {
    position: absolute;
    right: -24px;
    top: 0;
    z-index: 99;
    color: #fff;
    opacity: 1;
}

.ourteam-page .our-team-modal .modal-content {
    width: 984px;
    margin: 0 auto;
}

.ourteam-page .our-team-modal .modal-body {
    padding: 0;
    position: relative;
}

.ourteam-page .our-team-modal .modal-body img {
    width: 100%;
}

.ourteam-page .our-team-modal .modal-body .text {
    position: absolute;
    z-index: 99;
    color: #fff;
    padding-right: 16px;
}

.ourteam-page .our-team-modal .modal-body .text.two {
    top: 180px;
    right: 26px;
    width: 43%;
    height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

.ourteam-page .our-team-modal .modal-body .text::-webkit-scrollbar {
    width: 1px !important;
}

.ourteam-page .our-team-modal .modal-body .text.one {
    top: 190px;
    left: 60px;
    width: 43%;
    height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}
 

.ourteam-page .our-team-modal .modal-body .text:-webkit-scrollbar {
    width: 4px;
}

.ourteam-page .our-team-modal .modal-body .text:-webkit-scrollbar-track {
    background: #232e33;
    border-radius: 3px;
}

.ourteam-page .our-team-modal .modal-body .text:-webkit-scrollbar-thumb {
    background: #ffffff;
    border-radius: 3px;
}

.ourteam-page .our-team-modal .modal-body .text.one::-webkit-scrollbar {
    width: 4px;
}

.ourteam-page .our-team-modal .modal-body .text.one::-webkit-scrollbar-track {
    background: #232e33;
    border-radius: 3px;
}

.ourteam-page .our-team-modal .modal-body .text.one::-webkit-scrollbar-thumb {
    background: #ffffff;
    border-radius: 3px;
}

.ourteam-page .our-team-modal .modal-body .text.two::-webkit-scrollbar {
    width: 4px;
}

.ourteam-page .our-team-modal .modal-body .text.two::-webkit-scrollbar-track {
    background: #232e33;
    border-radius: 3px;
}

.ourteam-page .our-team-modal .modal-body .text.two::-webkit-scrollbar-thumb {
    background: #ffffff;
    border-radius: 3px;
}



.projects-page {
    background: url(../images/pages-bg.png) no-repeat;
    background-size: cover;
    background-position: top;
    overflow: hidden;
    background-color: #000;
    width: 100%;
    /*max-height: 100vh;*/
    margin: 0 auto;
}
.projects-page .page-title {
    opacity: 0;
    overflow: hidden;
    transition: width 0.9s ease-in, opacity 1s ease-out;
    width: 0;
}
.projects-page .page-title > img {
    width: 240px;
    height: 50px;
    position: absolute;
    top: 0;
    left: -8px;
}
.projects-page .container {
    position: relative;
}
.projects-page .content-holder {
    animation: c 2s;
    margin: 80px auto 0;
}
.projects-page .content-holder .project-holder {
    padding-left: 0;
    width: 90%;
    margin: 0 auto;
}
.projects-page .content-holder .project-holder .project-item {
    padding: 0 8px;
}
.projects-page .content-holder .project-holder .project-item > a img {
    width: 100%;
    height: 350px;
    object-fit: contain;
}
.projects-page > footer {
    margin-top: 46px;
    padding: 0px 16px;
}
.projects-page > footer .container {
    display: flex;
    justify-content: space-between;
    padding: 0 16px 16px;
}
.projects-page > footer .container .logo-holder {
    justify-content: flex-start;
}
.projects-page > footer .container .logo-holder > .text {
    color: #fff;
    font-size: 10px;
    display: block;
}
.projects-page > footer .container .logo-holder a {
    display: inline-block;
    margin-right: 6px;
}
.projects-page > footer .container .logo-holder a > img {
    width: 38px;
}
.projects-page > footer .container .copyright {
    color: #fff;
    align-self: flex-end;
    font-family: Tahoma;
    font-size: 12px;
}
.projects-sub-page {
    background: url(../images/pages-bg.png) no-repeat;
    background-size: cover;
    background-position: top;
    overflow: hidden;
    background-color: #000;
    width: 100%;
    /*max-height: 100vh;*/
    margin: 0 auto;
}
.projects-sub-page .page-title {
    opacity: 0;
    overflow: hidden;
    transition: width 0.9s ease-in, opacity 1s ease-out;
    width: 0;
}
.projects-sub-page .page-title > img {
    max-width: 320px;
    height: 50px;
    position: absolute;
    top: 0;
    left: -8px;
}
/*
.projects-sub-page .page-title.sub-offices > img {
    width: 120px;
}*/
.projects-sub-page .container {
    position: relative;
}
.projects-sub-page .content-holder {
    animation: c 2s;
    margin: 64px auto 0;
}
.projects-sub-page .content-holder .projects-holder {
    padding-left: 0;
    width: 94%;
    margin: 24px auto 0;
}
.projects-sub-page .content-holder .projects-holder .projects-item {
    padding: 0 8px;
    margin-bottom: 24px;
    list-style: none;
}
.projects-sub-page .content-holder .projects-holder .projects-item > a {
    width: 80%;
    display: block;
    margin: 0 auto;
}
.projects-sub-page .content-holder .projects-holder .projects-item > a > img {
    width: 100%;
    height: 68px;
    object-fit: cover;
}
.projects-sub-page .content-holder .projects-holder .projects-item:hover,
.projects-sub-page .content-holder .projects-holder .projects-item > a > img:hover {
    cursor: pointer;
}
.projects-sub-page .content-holder .projects-holder .projects-item.item-embassy > a img {
    height: 114px;
}
.projects-sub-page .content-holder .projects-holder .projects-item.item-healthcare > a img {
    height: 104px;
}
.projects-sub-page .content-holder .projects-holder .projects-item.item-offices > a img {
    height: 50px;
}
.projects-sub-page .content-holder .projects-modal-holder {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
    height: 100%;
    width: 100%;
    z-index: 4;
    overflow: auto;
}
.projects-sub-page .content-holder .projects-modal-holder > .projects-modal {
    width: 800px;
    margin: 32px auto;
    position: relative;
    background: #d9d9d9;
    padding: 16px;
    border-radius: 16px;
    z-index: 99;
}
.projects-sub-page .content-holder .projects-modal-holder > .projects-modal > .title {
    background: #999;
    display: flex;
    padding: 0;
    width: 64%;
    margin: 0 auto;
    border-radius: 24px;
    border: 1px solid #333;
}
.projects-sub-page .content-holder .projects-modal-holder > .projects-modal > .title > div {
    width: 300px;
}
.projects-sub-page .content-holder .projects-modal-holder > .projects-modal > .title > div > img {
    width: 100%;
}
.projects-sub-page .content-holder .projects-modal-holder > .projects-modal > .title > .location {
    width: 50%;
    padding-left: 16px;
    font-weight: 700;
}
.projects-sub-page .content-holder .projects-modal-holder > .projects-modal .close {
    position: absolute;
    top: -20px;
    right: -18px;
    width: unset;
    color: #fff;
    opacity: 1;
    cursor: pointer;
    transition: all 0.3s ease;
}
.projects-sub-page .content-holder .projects-modal-holder > .projects-modal .close > i {
    color: #fff;
    opacity: 1;
}
.projects-sub-page .content-holder .projects-modal-holder > .projects-modal .close:hover {
    opacity: 0.5;
}
.projects-sub-page .content-holder .gallery {
    margin-top: 24px;
}
.projects-sub-page .content-holder .gallery .gallery-item .big-photo > img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: none;
}
.projects-sub-page .content-holder .gallery .gallery-item .big-photo > img:last-child {
    display: block;
}
.projects-sub-page .content-holder .gallery .gallery-item .thumb-photo > .item-photo {
    width: 100%;
    height: 120px;
    object-fit: cover;
    margin-bottom: 16px;
    animation: c 2s;
}
.projects-sub-page .content-holder .gallery .gallery-item .thumb-photo > .item-photo:hover {
    cursor: pointer;
}
.projects-sub-page .content-holder .project-office {
    display: none;
}
.projects-sub-page .content-holder .project-office.active {
    display: block;
}
.projects-sub-page .content-holder .project-office .link-sub-pager {
    float: right;
    color: #f29e24;
    text-decoration: none;
    background: #000;
    font-size: 16px;
    padding: 8px;
    margin-right: 48px;
    cursor: pointer;
}
.projects-sub-page > footer {
    margin-top: 45px;
    margin-bottom: 8px;
    padding: 0px 16px;
}
.projects-sub-page > footer .container {
    display: flex;
    justify-content: space-between;
    padding: 0 16px 16px;
}
.projects-sub-page > footer .container .logo-holder {
    justify-content: flex-start;
}
.projects-sub-page > footer .container .logo-holder > .text {
    color: #fff;
    font-size: 10px;
    display: block;
}
.projects-sub-page > footer .container .logo-holder a {
    display: inline-block;
    margin-right: 6px;
}
.projects-sub-page > footer .container .logo-holder a > img {
    width: 38px;
}
.projects-sub-page > footer .container .copyright {
    color: #fff;
    align-self: flex-end;
    font-family: Tahoma;
    font-size: 12px;
}
.safety-page {
    background: url(../images/pages-bg.png) no-repeat;
    background-size: cover;
    background-position: top;
    overflow: hidden;
    background-color: #000;
    width: 100%;
    /*max-height: 100vh;*/
    margin: 0 auto;
}
.safety-page .page-title {
    opacity: 0;
    overflow: hidden;
    transition: width 0.9s ease-in, opacity 1s ease-out;
    width: 0;
}
.safety-page .page-title > img {
    width: 240px;
    height: 50px;
    position: absolute;
    top: 0;
    left: -8px;
}
.safety-page .container {
    position: relative;
}
.safety-page .content-holder {
    margin-top: 74px;
    animation: c 2s;
}
.safety-page .content-holder .left-content {
    border-radius: 16px;
    background: #d9d9d9;
    padding: 24px;
    margin: 0 auto;
}
.safety-page .content-holder .left-content > h1 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    text-decoration: underline;
}
.safety-page .content-holder .left-content > p {
    margin-top: 16px;
    font-size: 16px;
    line-height: 24px;
}
.safety-page .content-holder .right-content .minislide {
    width: 100%;
    height: 350px;
    overflow: hidden;
    position: relative;
}
.safety-page .content-holder .right-content .minislide > img {
    position: absolute;
    animation: b 9s infinite;
    opacity: 0;
    object-fit: contain;
    width: 100%;
    height: 100%;
}
@keyframes b {
    40% {
        opacity: 1;
    }
    25% {
        opacity: 0;
    }
}
.safety-page .content-holder .right-content .minislide img:nth-child(3) {
    animation-delay: 6s;
}
.safety-page .content-holder .right-content .minislide img:nth-child(2) {
    animation-delay: 3s;
}
.safety-page .content-holder .right-content .minislide img:first-child {
    animation-delay: 0s;
}
.safety-page > footer {
    margin-top: 52px;
    padding: 16px 0px;
}
.safety-page > footer .container {
    display: flex;
    justify-content: space-between;
    padding: 0 16px 16px;
}
.safety-page > footer .container .logo-holder {
    justify-content: flex-start;
}
.safety-page > footer .container .logo-holder > .text {
    color: #fff;
    font-size: 10px;
    display: block;
}
.safety-page > footer .container .logo-holder a {
    display: inline-block;
    margin-right: 6px;
}
.safety-page > footer .container .logo-holder a > img {
    width: 38px;
}
.safety-page > footer .container .copyright {
    color: #fff;
    align-self: flex-end;
    font-family: Tahoma;
    font-size: 12px;
}
.testimonials-page {
    background: url(../images/pages-bg.png) no-repeat;
    background-size: cover;
    background-position: top;
    overflow: hidden;
    background-color: #000;
    width: 100%;
   /*max-height: 100vh;*/
    margin: 0 auto;
}
.testimonials-page .page-title {
    opacity: 0;
    overflow: hidden;
    transition: width 0.9s ease-in, opacity 1s ease-out;
    width: 0;
}
.testimonials-page .page-title > img {
    width: 240px;
    height: 50px;
    position: absolute;
    top: 0;
    left: -8px;
}
.testimonials-page .container {
    position: relative;
}
.testimonials-page .content-holder {
    animation: c 2s;
}
.testimonials-page .content-holder .testimonial-holder {
    margin-top: 60px;
    padding: 0;
}
.testimonials-page .content-holder .testimonial-holder .testimonial-item {
    display: none;
}
.testimonials-page .content-holder .testimonial-holder .testimonial-item.active {
    display: block;
    animation: c 2s;
}
.testimonials-page .content-holder .testimonial-holder .testimonial-item .image {
    height: 350px;
    width: 100%;
}
.testimonials-page .content-holder .testimonial-holder .testimonial-item .image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.testimonials-page .content-holder .testimonial-holder .testimonial-item .text {
    border-radius: 16px;
    background: #fff;
    padding: 24px;
    margin: 0 auto;
    font-style: italic;
    margin-top: 40px;
}
.testimonials-page .content-holder .testimonial-holder .testimonial-item .text .name {
    margin-top: 24px;
    float: right;
    font-weight: 700;
}
.testimonials-page .content-holder .thumb-btn {
    text-align: center;
    margin-right: 36px;
}
.testimonials-page .content-holder .thumb-btn > li {
    display: inline-block;
}
.testimonials-page .content-holder .thumb-btn > li > i {
    border: 2px solid #fff;
    height: 20px;
    width: 20px;
    background: unset;
    border-radius: 50%;
    display: block;
}
.testimonials-page .content-holder .thumb-btn > li.active > i {
    background: #fff;
}
.testimonials-page .content-holder .thumb-btn > li:hover {
    cursor: pointer;
}
.testimonials-page > footer {
    margin-top: 8px;
    padding: 0px 16px;
}
.testimonials-page > footer .container {
    display: flex;
    justify-content: space-between;
    padding: 0 16px 16px;
}
.testimonials-page > footer .container .logo-holder {
    justify-content: flex-start;
}
.testimonials-page > footer .container .logo-holder > .text {
    color: #fff;
    font-size: 10px;
    display: block;
}
.testimonials-page > footer .container .logo-holder a {
    display: inline-block;
    margin-right: 6px;
}
.testimonials-page > footer .container .logo-holder a > img {
    width: 38px;
}
.testimonials-page > footer .container .copyright {
    color: #fff;
    align-self: flex-end;
    font-family: Tahoma;
    font-size: 12px;
}
.contact-page {
    background: url(../images/pages-bg.png) no-repeat;
    background-size: cover;
    background-position: top;
    overflow: hidden;
    background-color: #000;
    width: 100%;
    /*max-height: 100vh;*/
    margin: 0 auto;
}

.contact-page .page-title {
    opacity: 0;
    overflow: hidden;
    transition: width 0.9s ease-in, opacity 1s ease-out;
    width: 0;
}
.contact-page .page-title > img {
    width: 240px;
    height: 50px;
    position: absolute;
    top: 0;
    left: -8px;
}
.contact-page .container {
    position: relative;
}
.contact-page .content-holder {
    margin-top: 64px;
    animation: c 2s;
}
.contact-page .content-holder .contact-form .form-group {
    margin-bottom: 16px;
}
.contact-page .content-holder .contact-form .form-group .label {
    font-weight: 700;
    color: #fff;
    text-align: right;
}
.contact-page .content-holder .contact-form .form-group .form-control {
    border-radius: 0;
    background: #fff;
    transition: all 0.3s ease;
    border: 1px solid #ccc;
    color: #333;
}
.contact-page .content-holder .contact-form .form-group .form-control::placeholder {
    color: #999;
}
.contact-page .content-holder .contact-form .form-group .form-control:focus {
    border: 1px solid #333;
    color: #333;
    box-shadow: none;
}
.contact-page .content-holder .contact-form .form-group .btn-send {
    float: right;
    font-weight: 700;
    padding: 4px 16px;
    background: #ddd;
    border: 1px solid #ccc;
    cursor: pointer;
    transition: all 0.3s ease;
}
.contact-page .content-holder .contact-form .form-group .btn-send:hover {
    background: #fff;
}
.contact-page .content-holder .contact-form .tagline {
    transition: all 0.3s ease;
    text-shadow: -3px 0 1px #7a7a7a, 1px 6px 6px #7a7a7a;
    -webkit-text-stroke: 1px #ecbe5c;
    overflow: hidden;
    white-space: nowrap;
    margin: 0 auto;
    animation: a 3s steps(40);
    -webkit-transition: all 0.3s ease;
    font-family: Baskerville Italic;
    font-size: 28px;
    width: 100%;
    color: #fff;
    margin-top: 0;
}

.contact-page .content-holder .contact-form .flex-track {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

.contact-page .content-holder .contact-form .flex-track .corseal {
    flex-basis: 20%;
}

.contact-page .content-holder .contact-form .flex-track .ontrack {
    flex-basis: 80%;
    margin-top: 80px;
}

.contact-page .content-holder .contact-form .flex-track .tagline {
    display: block;
}
.contact-page .content-holder .contact-form .flex-track .socmed-holder {
    display: block;
}

.contact-page .content-holder .contact-content {
    display: block;
    border-radius: 16px;
    background: #fff;
    padding: 8px 24px;
    margin-bottom: 16px;
    font-size: 14px;
}
.contact-page .content-holder .contact-content .logo > img {
    width: 80%;
}
.contact-page .content-holder .contact-content .text > strong {
    text-decoration: underline;
}
.contact-page > footer {
    margin-top: 32px;
    padding: 16px 0px 
}
.contact-page > footer .container {
    display: flex;
    justify-content: space-between;
    padding: 0 16px 16px;
}
.contact-page > footer .container .logo-holder {
    justify-content: flex-start;
}
.contact-page > footer .container .logo-holder > .text {
    color: #fff;
    font-size: 10px;
    display: block;
}
.contact-page > footer .container .logo-holder a {
    display: inline-block;
    margin-right: 6px;
}
.contact-page > footer .container .logo-holder a > img {
    width: 38px;
}
.contact-page > footer .container .copyright {
    color: #fff;
    align-self: flex-end;
    font-family: Tahoma;
    font-size: 12px;
}

.news-update-holder {
    position: relative;
    width: 100%;
    padding: 96px 80px 0px 80px;
}

.news-update-holder .slider-nav {
    visibility: unset !important;
}

.news-update-holder .slider-nav-prev {
    left: -64px !important;
}

.news-update-holder .slider-nav-prev:focus {
    outline: none !important;
}

.news-update-holder .slider-nav-next {
    right: -64px !important;
}

.news-update-holder .slider-nav-next:focus,
.news-update-holder .slider-nav-next:active {
    outline: none !important;
}


.news-update-holder .flex-news {
    display: flex;
    width: 100%;
    flex-wrap:  wrap;
    flex-direction: row;
    justify-content: space-between;
    gap: 64px 32px;
    justify-content: flex-start;
}

.news-update-holder .flex-news .item-news {
    flex-basis: 31%;
    align-items: center;
    text-align: center;
}

.news-update-holder .flex-news .item-news .img-holder {
    width: 260px;
    height: 242px;
    overflow: hidden;
    margin: 0 auto;
}

.news-update-holder .flex-news .item-news .img-holder img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.news-update-holder .flex-news .item-news .post-title {
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    padding: 16px 0px 12px 0px;
    max-width: 73%;
    margin: 0 auto;
}

.news-update-holder .flex-news .item-news #TitleArticle {
    text-decoration: none;
}


.news-update-holder .flex-news .item-news .post-link {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    text-decoration: underline;
    transition: .3s all ease-in-out;
    font-weight: 500;
    border: none;
    background: none;
    margin-top: 16px;
}

.news-update-holder .flex-news .item-news .post-link:hover {
    font-weight: 500;
    cursor: pointer;
    border: none;
}

.news-update-holder .flex-news .item-news .post-link:focus {
    outline: none;
}

.news-update-holder .flex-news .item-news .post-date {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    display: block;
}

.news-update-holder .news-modal.active {
    display: block;
    overflow-y: auto;
}

.news-update-holder .news-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
    background: rgba(0, 0, 0, 0.1);
    height: 100%;
    width: 100%;
    z-index: 4;
    overflow: hidden;
}

.news-update-holder .news-modal .modal-body-content {
    width: 400px !important;
    height: 400px;
    background: #fff;
    margin: 0 auto;
    position: relative;
}

.flex-news .modal-dialog {
    width: 64%;
    margin: 0 auto;
}
.flex-news .modal-dialog .modal-header {
    position: relative;
    padding: 1rem 40px; 
    align-items: center;
}

.flex-news .modal-dialog .modal-header img {
    width: 100px;
}

.flex-news .modal-dialog .modal-header .logo-holder {
    display: flex;
    align-items: center;
    gap: 0px 24px;
}

.flex-news .modal-dialog .modal-header .logo-holder h1 {
    font-size: 18px;
}

.flex-news .modal-dialog .modal-header .soc-med ul {
    margin-bottom: 0;
}

.flex-news .modal-dialog .modal-header .soc-med ul li {
    list-style-type: none; 
}

.flex-news .modal-dialog .modal-header .soc-med ul li:first-child i {
    color: #4267B2;
}
.flex-news .modal-dialog .modal-header .soc-med ul li:nth-child(2) i {
    color: #E1306C;
}
.flex-news .modal-dialog .modal-header .soc-med ul li:nth-child(3) i {
    color: #0e76a8;
}

.flex-news .modal-dialog .modal-header .soc-med ul li a {
    color: #212529;
}

.flex-news .modal-dialog .modal-header .close {
    position: absolute;
    top: 16px;
    right: 16px;
}

.flex-news .modal-dialog .modal-header .close:focus {
    outline: 0;
}

.flex-news .modal-dialog .modal-body{
    padding: 1rem 40px;
}

.flex-news .modal-dialog .modal-body {
    text-align: center;
}

.flex-news .modal-dialog .modal-body .post-title{
    text-transform: uppercase;
    margin-bottom: 16px;
}

.flex-news .modal-dialog .modal-body .post-image {
    margin-bottom: 16px;
    width: 56%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}

.flex-news .modal-dialog .post-text {
    text-align: justify;
}

.flex-news .modal-dialog .post-text img {
    margin: 0 auto;
    width: 50%;
    height: 250px;
    max-width: 100%;
    max-height: 100%;
    display: block;
    object-fit: contain;
}










@media screen and (min-width: 1600px) {
    .home-page {
        width: 1600px;
        max-height: 100vh;
        margin: 0 auto;
    }
    .home-page > footer {
        width: 100%;
    }
    .home-slider {
        width: 1600px;
    }
    .history-page {
        width: 1600px;
        background-size: cover;
    }
    .contact-page,
    .culture-page,
    .ourteam-page,
    .projects,
    .projects-sub-page,
    .safety-page,
    .testimonials-page {
        width: 1600px;
    }
}
@media screen and (max-width: 1920px) and (min-width: 1920px) {
    header .container {
        padding-top: 60px;
    }
    .home-page {
        background: url(../images/homepage-1920-bg.jpg) no-repeat;
        width: 1920px;
        height: 100vh;
        max-height: 100vh;
        margin: 0 auto;
    }
    .home-page > footer {
        width: 100%;
    }
    .home-page > footer .logo-holder {
        margin-top: 16px;
    }
    .home-slider {
        width: 1920px;
        margin-top: 60px;
    }
    .home-slider.default-slide {
        display: none !important;
    }
    .home-slider.slide-1920 {
        display: block !important;
    }
    .home-slider .carousel .carousel-indicators {
        bottom: 50px;
    }
    .home-slider .title-holder.slide-one {
        top: 350px;
    }
    .history-page {
        width: 1920px;
        height: 100vh;
        max-height: 100vh;
        background-size: cover;
        position: relative;
    }
    .history-page .timeline-holder {
        margin-top: 460px;
    }
    .history-page > footer {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }
    .culture-page {
        width: 1920px;
        height: 100vh;
        max-height: 100vh;
        background-size: cover;
        position: relative;
    }
    .culture-page .content-holder {
        height: 500px;
    }
    .culture-page .content-holder .slim-scroll {
        height: auto !important;
    }
    .culture-page > footer {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }
    .ourteam-page {
        width: 1920px;
        height: 100vh;
        max-height: 100vh;
        background-size: cover;
        position: relative;
    }
    .ourteam-page .main-content,
    .ourteam-page .main-content .slim-scroll,
    .ourteam-page .main-content .slimScrollDiv {
        height: 700px !important;
    }
    .ourteam-page > footer {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
    }
    .projects-sub-page {
        width: 1920px;
        height: 100vh;
        max-height: 100vh;
        background-size: cover;
        position: relative;
    }
    .projects-sub-page .content-holder .projects-holder .projects-item > a > img {
        height: 120px;
    }
    .projects-sub-page .content-holder .projects-holder .projects-item.item-embassy > a > img {
        height: 156px;
    }
    .projects-sub-page .content-holder .projects-holder .projects-item.item-healthcare > a > img {
        height: 177px;
    }
    .projects-sub-page .content-holder .projects-holder .projects-item.item-offices > a > img {
        height: 77px;
    }
    .projects-sub-page > footer {
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .projects-page {
        width: 1920px;
        height: 100vh;
        max-height: 100vh;
        background-size: cover;
        position: relative;
    }
    .projects-page > footer {
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .safety-page {
        width: 1920px;
        height: 100vh;
        max-height: 100vh;
        background-size: cover;
        position: relative;
    }
    .safety-page > footer {
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .testimonials-page {
        width: 1920px;
        height: 100vh;
        max-height: 100vh;
        background-size: cover;
        position: relative;
    }
    .testimonials-page > footer {
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .contact-page {
        width: 1920px;
        height: 100vh;
        max-height: 100vh;
        background-size: cover;
        position: relative;
    }
    .contact-page > footer {
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
    }
}
@media screen and (max-width: 2560px) and (min-width: 2560px) {
    header .container {
        padding-top: 90px;
    }
    .home-page {
        background: url(../images/homepage-2560-bg.jpg) no-repeat;
        width: 2560px;
        height: 100vh;
        max-height: 100vh;
        margin: 0 auto;
    }
    .home-page > footer {
        width: 100%;
    }
    .home-page > footer .logo-holder {
        margin-top: 24px;
    }
    .home-slider {
        width: 2560px;
        margin-top: 112px;
    }
    .home-slider.default-slide,
    .home-slider.slide-1920 {
        display: none !important;
    }
    .home-slider.slide-2560 {
        display: block !important;
    }
    .home-slider .carousel .carousel-indicators {
        bottom: 50px;
    }
    .home-slider .title-holder.slide-one {
        top: 700px;
    }
    .history-page {
        width: 2560px;
        height: 100vh;
        max-height: 100vh;
        background-size: cover;
        position: relative;
    }
    .history-page .timeline-holder {
        margin-top: 460px;
    }
    .history-page > footer {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }
    .culture-page {
        width: 2560px;
        height: 100vh;
        max-height: 100vh;
        background-size: cover;
        position: relative;
    }
    .culture-page .content-holder {
        height: 500px;
    }
    .culture-page .content-holder .slim-scroll {
        height: auto !important;
    }
    .culture-page > footer {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }
    .ourteam-page {
        width: 2560px;
        height: 100vh;
        max-height: 100vh;
        background-size: cover;
        position: relative;
    }
    .ourteam-page .main-content,
    .ourteam-page .main-content .slim-scroll,
    .ourteam-page .main-content .slimScrollDiv {
        height: 900px !important;
    }
    .ourteam-page > footer {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
    }
    .projects-sub-page {
        width: 2560px;
        height: 100vh;
        max-height: 100vh;
        background-size: cover;
        position: relative;
    }
    .projects-sub-page .content-holder .projects-holder .projects-item > a > img {
        height: 161px;
    }
    .projects-sub-page .content-holder .projects-holder .projects-item.item-embassy > a > img {
        height: 211px;
    }
    .projects-sub-page .content-holder .projects-holder .projects-item.item-healthcare > a > img {
        height: 238px;
    }
    .projects-sub-page .content-holder .projects-holder .projects-item.item-offices > a > img {
        height: 105px;
    }
    .projects-sub-page > footer {
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .projects-page {
        width: 2560px;
        height: 100vh;
        max-height: 100vh;
        background-size: cover;
        position: relative;
    }
    .projects-page > footer {
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .safety-page {
        width: 2560px;
        height: 100vh;
        max-height: 100vh;
        background-size: cover;
        position: relative;
    }
    .safety-page > footer {
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .testimonials-page {
        width: 2560px;
        height: 100vh;
        max-height: 100vh;
        background-size: cover;
        position: relative;
    }
    .testimonials-page > footer {
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .contact-page {
        width: 2560px;
        height: 100vh;
        max-height: 100vh;
        background-size: cover;
        position: relative;
    }
    .contact-page > footer {
        width: 100%;
        position: absolute;
        bottom: 0;
        left: 0;
    }
}
@keyframes c {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
