@import url(fonts.css);
@import url(font-awesome.min.css);
body {
    font-family: 'Interstate';
    font-weight: normal;
}

::-webkit-scrollbar {
 display: none;
}
.clear-fix::after {
    content: "";
    clear: both;
    display: table;
}
nav .menu-top {
    position: fixed;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100px;
    padding-right: 0px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
nav .menu-top .darkLogo {
    display: none;
}
nav .menu-top.darkMenu {
}
nav .menu-top.darkMenu {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
/*nav .menu-top.darkMenu .quick-link p, 
nav .menu-top.darkMenu .quick-link .lang{ color: #115e67 !important; }
nav .menu-top.darkMenu .darkLogo{ display: inline-block; }
nav .menu-top.darkMenu .lightLogo{ display: none; }*/

nav.s2 {
    background: none;
}
nav.s2 .quick-link p, nav.s2 .quick-link .lang {
    color: #fff;
    font-family: 'Interstate';
}
nav .logo {
    height: 100%;
    float: left;
    padding: 0 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
nav .quick-link {
    font-size: 18px;
    float: right;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 130px;
}
nav .quick-link p {
    font-size: 12px;
    font-weight: 300;
    padding: 0 20px;
    display: inline-block
}
nav .quick-link .lang {
    font-size: 12px;
    text-transform: uppercase;
    display: inline-block;
    padding: 0 0 0 20px;
}
.border {
    position: relative;
    padding: 1em 0 0em 0 !important;
    margin-top: 2em !important;
    font-weight: normal !important;
}
.border:before {
    content: "";
    width: 50%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    background: #417e85;
}
.border-sub {
    padding: 0;
}
.home-slider .slide {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
}
.home-slider .slide .slide-left {
    background: red;
    width: 50%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
}
.home-slider .slide .slide-left img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-slider .slide .slide-left .h1 {
    color: white;
    font-size: 42px;
}
.home-slider .slide .slide-left .h2 {
    color: white;
    font-size: 14px;
    position: relative
}
.home-slider .slide .slide-left .h2:after {
    background: #FFCB3B;
    content: "";
    width: 50%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0
}
.home-slider .slide .slide-left .text {
    position: absolute;
    z-index: 5;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100vh;
    width: auto;
    right: -18%;
}
.home-slider .slide .slide-right .slide-thumb {
    position: absolute;
    right: calc(20% - 100px);
    left: inherit;
    background: no-repeat;
    width: auto;
    top: calc(50% - 100px);
}
.home-slider .slide .slide-right .slide-thumb .img-box {
    width: 210px;
    height: 260px;
    position: relative;
    opacity: 0.5;
}
.home-slider .slide .slide-right .slide-thumb .p-text {
    color: white
}
.home-slider .scroll img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-slider .scroll .h1 {
    color: white;
    font-size: 42px;
    text-transform: uppercase;
    font-family: lexia;
    line-height: 50px;
    font-weight: normal;
}
.home-slider .scroll .h2 {
    color: white;
    font-size: 14px;
    position: relative;
    line-height: 24px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-weight: 300;
}
.home-slider .scroll .h2:after {
    background: #FFCB3B;
    content: "";
    width: 50%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0
}
.home-slider .scroll .h2 a {
    color: #fff !important;
}
.home-slider .scroll .text {
    position: absolute;
    z-index: 5;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100vh;
    width: auto;
    right: -18%;
    top: -80px;
}
.home-footer-download {
    color: #fff !important;
    text-align: right;
}
.home-slider .scroll .p-text {
    color: white;
}
.image1 .home-slider .scroll .text {
    position: absolute;
    z-index: 5;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100vh;
    width: auto;
    right: 2%;
    top: -80px;
}
.image3 .home-slider .scroll .text {
    position: absolute;
    z-index: 5;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100vh;
    width: auto;
    right: -77%;
    top: -80px;
}
.p-bar {
    background: #FFCB3B;
    width: 6px;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 6;/*min-height: 135px;*/
}
.imgContainer {
    max-width: 1440px;
    max-height: 100%;
    position: relative;
    background: #333f48;
    margin: 0 auto;
    height: 100%;
    overflow: hidden;
}
.imgWrap {
    width: 100%;
    float: left;
    height: 100%;
    left: 0px;
    top: 0px;
}
.imgWrap img {
    height: 100%;
    min-width: 100%;
}
.videoWrap {
    height: 100vh;
    width: 100%;
}
/*.videoWrap video {
    width: 100%;
    height: 100%;
}
*/
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
footer.footer {
    position: fixed;
    bottom: 0;
    width: calc(100% - 160px);
    margin-left: 80px;
    margin-right: 80px;
    display: inline-block;
    z-index: 9999;
    padding-bottom: 30px;
}
footer .textWrap {
    margin-bottom: 20px;
}
footer.footer .socialIcons {
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 5px 0;
}
footer.footer .socialIcons li {
    display: inline-block;
    vertical-align: middle;
    padding: 0px 8px;
    width: 24px;
    height: 24px;
    margin-right: 20px;
    text-shadow: 1px 1px 2px black, 0 0 25px #333, 0 0 5px #ccc;
}
footer.footer .socialIcons li a {
    color: #fff;
}
footer.footer p {
    display: inline-block;
    float: right;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 24px;
}
footer.footer p a {
    text-decoration: none;
}
footer.footer .scrollIcon {
    position: absolute;
    left: calc(50% - 10px);
}
footer .copyright {
    float: right;
    color: #fff;
    font-size: 16px;
    padding: 5px 0;
    text-shadow: 1px 1px 2px black, 0 0 25px #333, 0 0 5px #ccc;
}
/*About css*/
.aboutPage .sm-top {
    padding-top: 135px !important;
}
.aboutPage .section-3 {
    padding-top: 0px;
}
.aboutPage .section-3 .right {
    height: auto;
}
.aboutPage .section-3 .left .title {
    height: auto;
    padding-top: 140px;
}
.aboutPage .divider {
    width: 210px;
    height: 1px;
    background: rgba(255, 255, 255, 0.4);
    display: inline-block;
    margin: 35px 0px;
    color: #33626d;
    opacity: 1;
    border: 0;
}
.aboutPage .simpletext {
    width: 62%;
}
.aboutPage .group-image {
    margin-top: 70px;
    text-align: center;
    float: left;
    width: 100%;
}
.aboutPage .group-image img {
    margin: 0 auto;
}
.aboutPage .rightToLeft.portfolio-section .right {
    float: left;
    width: 50%;
    padding: 0px;
}
.aboutPage .big.color-x {
    color: #00b2a9;
}
.aboutPage p.big {
    font-size: 18px;
    line-height: 28px !important;
}
.aboutPage .team-holder .inner-team-holder {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    box-shadow: inset -80px -140px 80px -100px rgba(0, 0, 0, 0.08);
    padding: 65px 0 0;
    overflow: hidden;
}
.aboutPage .section-5i {
    box-shadow: inset -80px -140px 80px -100px rgba(0, 0, 0, 0.08);
    padding-top: 95px;
    padding-bottom: 0;
    margin-bottom: -7px;
}
.aboutPage .section-5i .scroll-content {
    padding: 13vh 0;
}
.aboutPage .team-holder .inner-team-holder .team-member {
    flex: 0 0 42%;
    max-width: 42%;
    display: flex;
    align-items: center;
}
.aboutPage .team-holder .inner-team-holder .team-member .member-img img {
    margin-bottom: -6px;
}
.aboutPage .team-holder .inner-team-holder .team-member div {
    flex: 0 0 50%;
    max-width: 50%;
}
.aboutPage .team-holder .inner-team-holder .team-member .member-details {
    padding: 0 8% 30px 10px;
}
.aboutPage .team-holder .inner-team-holder .team-member .member-details .big {
    color: #00b2a9;
    font-size: 18px;
    min-height: auto;
    line-height: 30px;
}
.aboutPage .aboutPage .team-holder .inner-team-holder .team-member .member-details p {
    font-weight: 300;
    margin-bottom: 15px;
    min-height: 115px;
    font-size: 14px;
}
.aboutPage .team-holder .inner-team-holder .team-member .member-details a {
    color: inherit;
    font-size: 14px;
    vertical-align: middle;
}
.aboutPage .section-6i {
    background: #003b48;
    color: #fff;
    padding-top: 95px;
    display: inline-block;
}
.aboutPage .section-6i .h1 {
    color: #fff;
}
.aboutPage .section-6i .group-block-img {
    margin-top: 30px;/* justify-content: space-around; */
}
.aboutPage .section-6i .group-block-img img {
    margin-right: 30px;
    width: 32%;
}
.aboutPage .section-6i .block-img {
    margin: 30px 0;
}
.aboutPage .section-6i .scroll-content {
    padding: 14vh 0;
}
.videoWrap {
    height: 100%;
    width: 100%;
    cursor: default !important;
    display: block;
    position: relative;
}
.videoWrap video {
    width: auto;
    position: relative;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 100%;
}
nav .logo img {
    width: 250px;
}
.image1 .home-slider {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.menu-box .socialIcons a {
    color: #01B2A9;
}
nav.s2 .quick-link p a, nav.s2 .quick-link .lang a {
    color: #FFF;
}
nav.s2 .quick-link p a:hover, nav.s2 .quick-link .lang a:hover, footer.footer p a:hover, .menu-box .socialIcons a:hover, footer.footer .socialIcons li a:hover {
    color: #ffc72c !important;
}
footer.footer .socialIcons li a, .menu-box .socialIcons a {
    font-size: 20px;
}
footer.footer p .home-footer-download i {
    font-size: 24px;
    margin-left: 7px;
    position: relative;
}
.home-footer-download i::after {
    content: '';
    height: 2px;
    width: 13px;
    background: #fff;
    display: block;
    bottom: 3px;
    position: absolute;
    left: 1px;
    transition: 0.2s cubic-bezier(0.55, 0.06, 0.68, 0.19);
}
.home-footer-download:hover i::after {
    background: #ffc72c;
}
.centerText .text {
    font-size: 12px;
    font-weight: 300;
    color: #fff;
}
.centerText .text img {
    vertical-align: middle;
}
.btn-click-play {
    display: none;
}
.home-slider-link {
    position: absolute;
    width: 100vh;
    height: 100vh;
    cursor: pointer;
    z-index: 990;
}

@media screen and (max-width: 1439px) and (min-width: 1300px) {
.menu-box ul li img,  .menu-box .bg {
    top: -100px;
}
.loading {
    background-size: contain;
}
.loading .year-timer {
    font-size: 140px;
}
.loading p {
    font-size: 18px;
}
.loading .logo img {
    width: 250px;
}
nav .menu-top,  nav .menu {
    height: 80px;
}
nav .menu {
    width: 80px;
}
nav .logo img {
    width: 250px;
}
.home-slider .scroll .h1 {
    font-size: 32px;
    line-height: 42px;
}
.image1 .home-slider .scroll .text {
    top: 0%;
}
.image3 .home-slider .scroll .text {
    top: 0%;
    right: -45%;
}
.home-slider .scroll .text {
    top: 0px;
}
footer.footer {
    padding-bottom: 10px;
}
footer.footer .socialIcons li a img {
    max-width: 100%;
}
footer.footer .socialIcons li {
    padding: 0px 10px;
    text-align: center;
}
footer.footer .scrollIcon {
 left: calc(50% - -10px);
    top: 17px;
}
footer.footer p {
    line-height: 32px;
}
.imgContainer {
}
}

@media screen and (max-width: 3300px) and (min-width: 1441px) {
.imgContainer {
    max-width: 100%;
}
.menu-box ul li img,  .menu-box .bg {
    top: -100px;
}
.imgWrap {
    width: 100%;
}
}

@media screen and (max-width: 1160px) and (min-width: 1026px) {
.home-slider-link {
    width: 67vh;
}
.home-slider .scroll .text {
    top: 0px !important;
}
.home-slider .scroll .h1 {
    font-size: 28px !important;
    line-height: 38px !important;
}
.imgWrap.image1 .home-slider {
    left: 0px;
    width: 370px !important
}
.imgWrap.image2 .home-slider {
    left: 0px;
    width: 320px !important
}
.imgWrap.image3 .home-slider {
    left: 0px;
    width: 320px !important
}
.image3 .home-slider .scroll .text {
    right: -27%;
}
footer.footer {
    width: calc(100% - 80px);
    margin-left: 40px;
    margin-right: 40px;
    padding-bottom: 10px;
}
footer.footer .scrollIcon {
 left: calc(50% - -20px);
    top: 20px;
}
.videoWrap video {
    width: auto;
    height: 100%;
}
nav .logo {
    padding: 0px 40px;
}
}

@media (max-width:1025px) {
nav .menu {
    width: 70px;
    height: 70px;
}
nav .logo {
    width: 42%;
    padding: 0px 15px;
    max-width: 220px;
}
nav .logo img {
    max-width: 100%;
}
nav .menu-top {
    height: 70px;
}
nav .quick-link p {
    display: none;
}
nav .quick-link .lang {
    padding-left: 5px;
}
nav .quick-link {
    padding-right: 80px;
    padding-left: 0px;
}
nav .quick-link .lang {
    font-size: 10px;
}
.imgWrap.image1 {
    width: 100% !important;
    left: 0 !important;
    margin: 0 !important;
    top: 0 !important;
    right: 0px;
    z-index: 1 !important;
}
.imgWrap.image2,  .imgWrap.image3 {
    width: 100% !important;
    left: 0 !important;
    margin: 0 !important;
    top: -100%;
    right: 0px;
    height: 0%;
    z-index: 2 !important;
}
.imgWrap .home-slider {
    left: 10% !important;
    width: 100% !important;
    margin: 0 !important;
}
.videoWrap video {
    width: auto !important;
    height: 100% !important;
}
.home-slider .scroll .text {
    top: 0px !important;
    right: auto !important;
    width: auto !important;
    left: -5% !important;
}
.home-slider .scroll .h1 {
    font-size: 26px !important;
    line-height: 36px !important;
}
.image1 .home-slider .scroll .text {
    right: auto !important;
}
footer.footer {
    width: 100%;
    margin: 0 auto !important;
    padding-bottom: 0px;
    float: none;
    left: auto;
    text-align: center;
}
footer.footer .socialIcons li {
    display: inline-block;
    vertical-align: middle;
    padding: 0px 10px;
    width: auto;
    margin: 0px !important;
    height: auto;
}
footer.footer .scrollIcon {
    position: absolute;
    left: 0;
    bottom: 60px;
    width: 240px;
}
.menu-box ul li a {
    font-size: 16px;
    padding: 0px 10px;
}
.menu-box .bg img {
    width: auto;
    height: 100%;
}
.menu-box .bg {
    height: 100%;
}
/*
.menu-box ul li {
    margin: 10px 0px;
    margin-bottom: 30px;
}
*/
.imgWrap {
    display: none;
}
footer.footer .scrollIcon {
    display: none;
}
.imgWrap.image1 {
    background-position: center center !important;
}
.image1 .home-slider .scroll .text {
    padding-top: 20vh;
}
.smBanner {
    display: block;
}
.btn-click-play {
    display: inline-block;
}
.btn-click-play a {
    background: #fff;
    display: inline-block;
    border-radius: 50%;
    width: 60px;
    height: 67px;
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    padding: 13px 20px 20px 20px;
    color: #01b2a9;
    float: right;
}
.btn-click-play a div.btn-icon i {
    font-size: 30px;
    line-height: 25px;
}
.imgWrap .home-slider {
    left: 0px !important;
    opacity: 1 !important;
    padding-left: 25px;
    padding-right: 25px;
    width: calc(100% - 50px) !important;
}
.image1 .home-slider .scroll .text {
    position: relative;
    left: 0px !important;
}
.home-slider-link {
    position: relative;
    width: auto;
    height: auto;
    cursor: pointer;
    z-index: 990;
}
}
