/*
Theme Name: Anda Maritime
Theme URI: https://www.andamaritime.com.my/
Author: eJeeban Web Design Company
Author URI: https://www.ejeeban.com/
Description: Customized theme for Anda Maritime Website.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, light, one-column, flexible-width, custom-header, custom-menu, featured-images, post-formats, sticky-post
Text Domain: andamaritime
*/


/*  --------------------------------------------------
    Fonts
    -------------------------------------------------- */
@font-face {
    font-family: 'Sentient';
    src: url('fonts/Sentient-Medium.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Sentient';
    src: url('fonts/Sentient-MediumItalic.woff2') format('woff2');
    font-weight: 600;
    font-style: italic;
}
@font-face {
    font-family: 'Sentient';
    src: url('fonts/Sentient-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Sentient';
    src: url('fonts/Sentient-BoldItalic.woff2') format('woff2');
    font-weight: 700;
    font-style: italic;
}


/*  --------------------------------------------------
    Generic CSS Setup
    -------------------------------------------------- */
*,
*:after,
*:before{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
:root {
    --bgwhite:  rgb(254, 254, 254);
    --white:  rgb(255, 255, 255);
    --black:  rgb(39, 50, 61);
    --aqua: rgb(0, 145, 158);
    --darkgrey: rgb(89, 89, 92);
    --blue01: rgb(51, 150, 252);
    --darkblue: rgb(44, 51, 135);
    --sentient: 'Sentient', serif;
    --roboto: 'Roboto', sans-serif;
    --borderblack: 1px solid rgba(39, 50, 61, 1);
    --borderdarkgrey: 1px solid rgba(89, 89, 92, 0.5);
    --borderlightgrey: 1px solid rgba(20, 28, 36, 1);
    --borderfooter: 1px solid rgba(28, 34, 104, 1);
    --borderwhite: 1px solid rgba(255, 255, 255, 1);
    --space1p: 1%;
    --space3p: 3%;
    --space4p: 4%;
    --space12p: 12%;
    --space80: 80px;
    --space100: 100px;
    --space135: 125px;
}
html {
    width: 100%;
    background: var(--bgwhite);
}
body {
    width: 100%;
    height: 100%;
    background: var(--bgwhite);
    box-sizing: border-box;
    color: var(--darkgrey);
    position: fixed;
}
body, h1, h2, h3, h4, h5, td, tr, th, div, header, section, footer, p, form, input, textarea, select, select option, fieldset, label{
    font-family: var(--roboto);
    font-size: 1vw;
    font-weight: 400;
    line-height: 1.5;
    color: var(--darkgrey);
    margin: 0 0 0 0px;
    padding: 0 0 0 0px;
    border: none;
}
h1{
    margin-bottom: 20px;
    font-family: var(--sentient);
    font-size: 3.8vw;
    font-weight: 600;
    color: var(--black);
    line-height: 1.145;
}
h2{
    margin-bottom: 35px;
    font-family: var(--sentient);
    font-size: 2.5vw;
    font-weight: 600;
    color: var(--black);
    line-height: 1.2;
}
h1 strong,
h2 strong,
h3 strong {
    color: var(--blue01);
    font-weight: 600;
    font-style: italic;
}
h1 span,
h2 span{
    margin-bottom: 15px;
    font-family: var(--roboto);
    font-weight: 400;
    font-size: 0.9vw;
    text-transform: uppercase;
    display: block;
}
h3{
    margin-bottom: 20px;
    font-family: var(--sentient);
    font-size: 1.3vw;
    font-weight: 700;
    color: var(--black);
    line-height: 1.25;
}
h4{
    margin-bottom: 15px;
    font-family: var(--sentient);
    font-weight: 700;
    color: var(--black);
    line-height: 1.25;
}
h5{
    margin-bottom: 25px;
    line-height: 1.2;
}
p{
    margin-bottom: 2em;
}
a {
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}
img{
    border: none;
    display: block;
    margin: 0;
    padding: 0;
    pointer-events: none;
}
input{
    width: 100%;
    height: 5vh;
    padding: 0px 2%;
    margin: 0 0 10px 0px;
    background: url(images/bg_blank.png);
    background-color: var(--white);
    border-radius: 0;
    -webkit-appearance: none;
    border: var(--borderlightgrey);
    display: block;
}
textarea{
    width: 100%;
    height: 150px;
    padding: 1% 2%;
    margin: 0 0 10px 0px;
    background: url(images/bg_blank.png);
    background-color: var(--white);
    border-radius: 0;
    -webkit-appearance: none;
    border: var(--borderlightgrey);
    display: block;
}
select{
    width: 100%;
    height: 5vh;
    padding: 0 2% 5% 12%;
    margin: 0 0 10px 0px;
    background: url(images/bg-dropdown.png) no-repeat right 13px;
    background-size: 11px 6px;
    background-color: transparent;
    border: var(--borderlightgrey);
    border-radius: 0;
    -webkit-appearance: none;
    border: none;
    display: block;
}
input:active, textarea:active, select:active{
    background-color: var(--bgwhite);
}
label{
    display: block;
}
input[type="submit"]{
    width: auto;
    padding: 1% 5%;
    background: transparent;
    border: var(--borderlightgrey);
    border-radius: 0;
    color: var(--black);
    font-weight: 400;
    font-size: 1.2vw;
    text-transform: uppercase;
    -webkit-appearance: none;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.2s ease-out;
}
input[type="submit"].btnLight {
    border: var(--borderwhite);
    color: var(--white);
}
input[type="submit"]:hover {
    color: var(--orange);
    transition: top 0.2s ease-out;
}
input:focus,
textarea:focus,
select:focus {
    outline: none;
    border-bottom: var(--borderorange);
}
*:focus {
    outline: none;
}
.clearBoth {
    clear: both;
}
.btnHolder {
    position: relative;
}
.btnHolder a{
    background-color: var(--blue01);
    padding: 10px 30px;
    text-decoration: none;
    color: var(--white);
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
    overflow: hidden;
    border-radius: 30px;
    transition: all .2s;
}
.btnHolder.white a{
    background-color: transparent;
    border: var(--borderwhite);
}
.btnHolder a:hover {
    background-color: var(--blue01);
    transition: all .2s;
}
.btnHolder.white a:hover {
    border-color: transparent;
}
.imgHolder img,
.icoHolder img,
.thumbHolder img{
    width: 100%;
    height: auto;
    border: none;
    display: block;
    margin: 0;
    padding: 0;
    pointer-events: none;
}
.grecaptcha-badge {
    display: none;
}


/*  --------------------------------------------------
    Preloader
    -------------------------------------------------- */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: var(--white);
    z-index: 1100;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#preloader .container {
    position: relative;
}


/*  --------------------------------------------------
    Header & Navigation
    -------------------------------------------------- */
#header {
    position: absolute;
    top: 0;
    z-index: 25;
    width: 100%;
    padding: var(--space3p) var(--space4p);
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: top 0.2s ease-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    transition: top 0.2s ease-out;
}
#header ul,
#header li{
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}
#header.is-hidden,
#header.is-sticky {
    position: fixed;
    background-color: rgba(254, 254, 254, 0.8);
    padding: 0.5% var(--space4p);
    backdrop-filter: blur(6px);
    transition: top 0.2s ease-out;
}
#header .logoHolder {
  width: 25vw;
}
#header .logoHolder.change {
  opacity: 0;
}
#header.is-hidden .logoHolder,
#header.is-sticky .logoHolder {
    width: 17vw;
}
#header .logoHolder img{
    width: 100%;
    height: auto;
    image-rendering: -moz-crisp-edges;
    image-rendering:   -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}
.naviLight #header .logoHolder img{
    filter: contrast(0) brightness(2);
}
#header.is-hidden .logoHolder img,
#header.is-sticky .logoHolder img{
    filter: none;
}
#header .topNavi {
    width: 80%;
    margin: 0;
    display: flex;
    justify-content: right;
}
#header .topNavi li{
    position: relative;
    padding: 0 0 0 4%;
    font-size: 0.85vw;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1.2;
}
#header .topNavi li.naviCTA{
    position: relative;
    padding-left: 5%;
}
#header .topNavi li a{
    color: var(--black);
    text-decoration: none;
    display: block;
}
.naviLight #header .topNavi li a{
    color: var(--white);
}
#header.is-hidden .topNavi li a,
#header.is-sticky .topNavi li a{
    color: var(--black);
}
#header .topNavi li a:hover,
#header .topNavi li.active a{
    color: var(--blue01) !important;
}
#header .topNavi .sub-menu {
    position: absolute;
    z-index: 200;
    top: 130%;
    right: 0;
    background-color: var(--white);
    padding: 0 1vw;
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.05);
    opacity: 0;
    visibility: hidden;
    transition: .4s;
}
#header .topNavi .menu-item-has-children:hover .sub-menu{
    opacity: 1;
    visibility: visible;
}
#header .topNavi .sub-menu li{
    margin: 0;
    padding: 1.3vh 0px;
}
#header .topNavi .sub-menu li a{
    padding: 0;
    color: var(--black);
    display: block;
    white-space: nowrap;
    transition: .2s;
}
#header .topNavi li.naviCTA .sub-menu li a{
    font-size: 14px;
    color: var(--black);
}
#header .topNavi .sub-menu .sub-menu{
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    width: auto;
    display: block;
    padding: 5px 0;
    box-shadow: none;
    opacity: 1;
}
#header .topNavi .sub-menu .sub-menu li{
    flex-basis: 100%;
    padding: 0;
}
#header .topNavi .sub-menu .sub-menu li a{
    padding: 6px 0px;
    font-size: 14px;
    font-weight: 400;
    color: var(--black);
    text-decoration: none;
}
#btnMenu {
    position: relative;
    width: 30px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: none;
}
#btnMenu .bar1, 
#btnMenu .bar2,
#btnMenu .bar3 {
    position: absolute;
    right: 0;
    width: 30px;
    height: 2px;
    background-color: var(--black);
    margin-right: 3px;
    transition: 0.5s;
    display: inline-block;
    transform-origin: 0 0;
    transition: all 0.2s ease-out;
    cursor: pointer;
}
#btnMenu .bar1 {
    width: 18px;
    top: -9px;
}
#btnMenu .bar2 {
    top: 0px;
}
#btnMenu .bar3 {
    width: 13px;
    top: 9px;
}
#btnMenu:hover .bar1 {
    width: 20px;
    transition: all 0.2s ease-out;
}
#btnMenu:hover .bar2 {
    width: 20px;
    transition: all 0.2s ease-out;
}
#btnMenu:hover .bar3 {
    width: 20px;
    transition: all 0.2s ease-out;
}
.naviLight #btnMenu .bar1, 
.naviLight #btnMenu .bar2, 
.naviLight #btnMenu .bar3,
.naviLight #btnMenu .bar4 {
    background-color: var(--white);
}
.is-hidden #btnMenu .bar1, 
.is-hidden #btnMenu .bar2, 
.is-hidden #btnMenu .bar3,
.is-hidden #btnMenu .bar4,
.is-sticky #btnMenu .bar1, 
.is-sticky #btnMenu .bar2, 
.is-sticky #btnMenu .bar3,
.is-sticky #btnMenu .bar4 {
    background-color: var(--black);
}


/*  --------------------------------------------------
    Footer
    -------------------------------------------------- */
footer {
    position: relative;
    z-index: 2;
    background-color: var(--darkblue);
    padding: var(--space100) var(--space4p) 0 var(--space4p);
}
footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer p,
footer a,
footer div,
footer li{
    color: var(--white);
}
footer p,
footer a{
    font-size: 1vw;
    line-height: 1.5;
}
footer .btnScrollTop {
    position: absolute;
    top: var(--space100);
    right: var(--space4p);
}
footer .secRow {
    margin-bottom: 30px;
    padding-bottom: 50px;
    display: flex;
    border-bottom: var(--borderfooter);
}
footer .secCol {
    width: 25%;
    margin-right: 5%;
}
footer .secCol:nth-child(1) {
    width: 32%;
}
footer .footerNavi ul,
footer .footerNavi li{
    margin: 0;
    padding: 0;
    display: block;
    list-style: none;
}
footer .secCopyright {
    display: flex;
    justify-content: space-between;
}
footer .secCopyright .footerSocialHolder {
    display: flex;
    justify-content: right;
}
footer .secCopyright .footerSocialHolder li{
    margin-left: 1vw;
}


/*  --------------------------------------------------
    Navigation
    -------------------------------------------------- */
.naviSlideOut {
    margin-top: -30px;
    opacity: 0;
    transition: all 0.5s ease-out;
}
#btnCloseMenu {
    position: absolute;
    top: var(--space3p);
    right: var(--space4p);
    width: 30px;
    height: 35px;
}
#btnCloseMenu .bar1,
#btnCloseMenu .bar2 {
    position: absolute;
    z-index: 3;
    right: 0;
    width: 30px;
    height: 2px;
    background-color: var(--black);
    cursor: pointer;
}
#btnCloseMenu .bar1 {
    top: 10px;
    transform: rotate(135deg);
    transform-origin: 50% 50%;
}
#btnCloseMenu .bar2 {
    top: 10px;
    transform: rotate(-135deg);
    transform-origin: 50% 50%;
}
.fullNavi {
    position: fixed;
    z-index: 26;
    top: 0;
    left: 0;
    background-color: rgba(26, 27, 28, 0.3);
    width: 100%;
    height: 100vh;
    text-align: left;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow-y: scroll;
    overflow-x: hidden;
    display: none; 
}
.fullNavi .widthWrapper {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    right: 0;
    width: 300px;
    background-color: var(--white);
    padding: 70px 30px 0 30px;
}
.nav-hide { 
    display: none; 
}
.fullNavi .mainMenu {
    width: 100%;
    margin: 0;
    padding: 0;
}
.fullNavi .mainMenu h5{
    margin-bottom: 10px;
}
.fullNavi .mainMenu ul,
.fullNavi .mainMenu li{
    margin: 0;
    padding: 0;
    display: block;
    list-style: none;
}
.fullNavi .mainMenu li {
    margin: 0 0 0 -20px;
    font-size: 1rem;
    opacity: 0;
    border-bottom: 1px solid rgba(213, 211, 212, 0.15);
    line-height: 1.2;
}
.fullNavi .mainMenu .naviSlideIn {
    margin-left: 0px;
    opacity: 1;
    transition: all 0.5s ease-out;
    transition-delay: 0.3s;
}
.fullNavi .mainMenu li a{
    width: 100%;
    padding: 12px 0 12px 0px;
    display: block;
    transition: all 0.3s ease-out;
}
.fullNavi .mainMenu li a:hover {
    color: var(--orange);
    margin-left: 10px;
}


/*  --------------------------------------------------
    Scroll Down (Side)
    -------------------------------------------------- */
.sideScrollDown {
    position: fixed;
    z-index: 24;
    bottom: 18%;
    right: var(--space4p);
    width: 1.5%;
    transition: all 0.2s ease-out;
}
.sideScrollDown.is-hidden {
    bottom: 10%;
    opacity: 0;
    transition: all 0.2s ease-out;
}
.sideScrollDown img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.naviLight .sideScrollDown img{
    filter: contrast(0) brightness(2);
}


/*  --------------------------------------------------
    Section Indicator (Side)
    -------------------------------------------------- */
.sideIndicator {
    position: fixed;
    z-index: 24;
    top: 50%;
    left: var(--space4p);
    transform: translateY(-50%);
}
.sideIndicator ul{
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 0px;
    line-height: 1;
}
.sideIndicator li{
    width: 10px;
    height: 10px;
    margin: 0 0 20px 0px;
    border: var(--borderblack);
    border-radius: 50%;
    overflow: hidden;
}
.naviLight .sideIndicator li{
    border: var(--borderwhite);
}
.sideIndicator.colorChange li{
    border: var(--borderblack);
}
.sideIndicator li a{
    display: block;
}
.sideIndicator li.active {
    background-color: var(--black);
}
.naviLight .sideIndicator li.active {
    background-color: var(--white);
}
.sideIndicator.colorChange li.active {
    background-color: var(--black);
}


/*  --------------------------------------------------
    Owl Carousel
    -------------------------------------------------- */
.owl-controls {
    position: static !important;
    margin-top: 30px;
}
.owl-nav {
    position: absolute;
    top: -100px;
    right: 0;
    display: flex;
    justify-content: right;
}
.owl-controls .owl-prev,
.owl-controls .owl-next {
    position: relative;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: var(--borderblack);
    overflow: hidden;
}
.owl-controls .owl-prev {
    margin-right: 10px;
}
.owl-controls .owl-prev img,
.owl-controls .owl-next img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 22px;
}
.owl-dots {
    text-align: center;
    display: flex;
    padding-top: 30px;
}
.owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    margin-right: 20px;
    background-color: transparent !important;
    border-radius: 50%;
    border: var(--borderdarkgrey) !important;
    overflow: hidden;
}
.owl-dots .owl-dot:last-child {
    margin-right: 0;
}
.owl-dots .owl-dot.active {
    background-color: var(--black) !important;
}
.owl-thumbs {
    position: absolute;
    z-index: 2;
    bottom: 0;
    right: 0;
    width: 30%;
    background-color: rgb(216, 217, 224);
    padding: 20px 0 0 20px;
    display: flex;
    overflow-x: scroll;
}
.owl-thumbs .item {
    position: relative;
    overflow: hidden;
    border: 0;
    padding: 0;
    margin-right: 20px;
    background-color: var(--black);
}
.owl-thumbs .item:last-child {
    margin-right: 0;
}
.owl-thumbs .item:after {
    padding-bottom: 75%;
    display: block;
    content: "";
}
.owl-thumbs .item img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 101%;
    height: 101%;
    object-fit: cover;
    opacity: 0.5;
}
.owl-thumbs .owl-item.current .item img{
    opacity: 1;
}


/*  --------------------------------------------------
    Section Banner
    -------------------------------------------------- */
.secBanner {
    position: relative;
    width: 100%;
    height: 80vh;
    margin-bottom: var(--space80);
}
.secBanner .bannerHolder {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: var(--darkblue);
    overflow: hidden;
}
.secBanner .bannerHolder img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.8;
}
.secBanner .descHolder {
    position: absolute;
    bottom: 10%;
    left: var(--space12p);
    width: 60%;
}
.secBanner .descHolder h1{
    color: var(--white);
}


/*  --------------------------------------------------
    Section Heading without Banner
    -------------------------------------------------- */
.secHeading {
    position: relative;
    width: 100%;
    height: 90vh;
}
.secHeading .bgHolder {
    position: relative;
    width: 100%;
    height: 100%;
}
.secHeading .bgHolder img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.secHeading .descHolder {
    position: absolute;
    bottom: 20%;
    left: var(--space12p);
    width: 60%;
}


/*  --------------------------------------------------
    Section Tile Listing
    -------------------------------------------------- */
.tileListing {
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
}
.tileListing .item {
    width: 33.3%;
    padding: 15px 15px 15px 15px;
    transition: all 0.5s;
}
.tileListing .item:hover{
    box-shadow: 0 0px 15px 0px rgba(0,0,0,0.1);
    transition: all 0.5s;
}
.tileListing .item a{
    display: block;
}
.tileListing .item .imgHolder{
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}
.tileListing .item .imgHolder:after {
    padding-bottom: 75%;
    display: block;
    content: "";
}
.tileListing .item .imgHolder.square:after {
    padding-bottom: 100%;
}
.tileListing .item .imgHolder img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.2s;
}
.tileListing .item a:hover .imgHolder img{
    width: 110%;
    height: 110%;
    transition: all 0.2s;
}
.tileListing .item .descHolder h3 span{
    margin: 0px;
    font-family: var(--roboto);
    font-size: 1vw;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1.2;
    display: block;
}


/*  --------------------------------------------------
    Homepage
    -------------------------------------------------- */
#pgIndex {
    width: 100%;
    overflow-x: hidden;
}
#pgIndex .sideScrollDown {
    top: 50%;
    bottom: auto;
    left: var(--space4p);
    right: auto;
    transform: translateY(-50%);
}
#pgIndex .sideScrollDown.is-hidden {
    top: 60%;
}
#pgIndex .sideIndicator {
    top: auto;
    bottom: 5%;
    left: auto;
    right: var(--space4p);
    transform: none;
}
#pgIndex .secIntro {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
#pgIndex .secIntro .bgHolder {
    position: relative;
}
#pgIndex .secIntro .bgHolder:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #0080e2;
    opacity: 0.8;
    mix-blend-mode: soft-light;
    content: "";
}
#pgIndex .secIntro .bgHolder img,
#pgIndex .secIntro .bgHolder video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}
#pgIndex .secIntro .bgHolder .maskHolder {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
#pgIndex .secIntro .bgHolder .maskHolder img{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
}
#pgIndex .secIntro .descHolder {
    position: absolute;
    z-index: 2;
    bottom: 15%;
    left: var(--space12p);
    right: var(--space12p);
}
#pgIndex .secIntro .descHolder h1{
    width: 70%;
    margin-bottom: 4%;
}
#pgIndex .secIntro .descHolder p{
    width: 48%;
    margin-right: 5%;
    float: right;
    font-size: 1.2vw;
}
#pgIndex .secIntro .descHolder .btnHolder {
    width: 53%;
    clear: right;
    float: right;
}
#pgIndex .secIntro .descHolder .anchor {
    position: absolute;
    top: 40%;
    left: 38%;
    width: 3.8%;
}
#pgIndex .secIntro .descHolder .anchor img{
    width: 100%;
    height: auto;
}
#pgIndex .secAbout {
    position: relative;
    background-color: var(--bgwhite);
    margin-bottom: var(--space100);
}
#pgIndex .machineryHolder {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#pgIndex .machineryHolder canvas {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0 auto;
    display: block;
}
#pgIndex .machineryHolder img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
#pgIndex .secAbout .circlesHolder {
    position: sticky;
    top: 0;
    margin: 0 25%;
    height: 0px;
}
#pgIndex .secAbout .circlesHolder img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
#pgIndex .secAbout .descHolder {
    position: absolute;
    top: 65%;
    left: 48%;
    right: var(--space12p);
}
#pgIndex .secAbout .descHolder h2{
    margin-bottom: 5%;
    font-size: 1.8rem;
}
#pgIndex .secProds {
    margin: 0 var(--space12p) var(--space100) var(--space12p);
}
#pgIndex .secProds .sliderProds {
    position: relative;
}
#pgIndex .secProds .sliderProds .owl-stage {
    border-bottom: var(--borderdarkgrey);
}
#pgIndex .secProds .sliderProds a{
    display: block;
}
#pgIndex .secProds .sliderProds .imgHolder{
    position: relative;
    margin-bottom: 50px;
    overflow: hidden;
}
#pgIndex .secProds .sliderProds .imgHolder:after {
    padding-bottom: 75%;
    display: block;
    content: "";
}
#pgIndex .secProds .sliderProds .imgHolder img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#pgIndex .secConf {
    margin: 0 var(--space12p) var(--space100) var(--space12p);
}
#pgIndex .secConf .owl-stage {
  display: flex;
  align-items: center;
}
#pgIndex .secConf .confListing .owl-item {
    height: 75vh;
    transition: all 0.1s;
}
#pgIndex .secConf .confListing .owl-item .item,
#pgIndex .secConf .confListing .owl-item .item .thumbHolder {
    position: relative;
    height: 100%;
    overflow: hidden;
}
#pgIndex .secConf .confListing .owl-item .item .thumbHolder {
    background-color: var(--black);
}
#pgIndex .secConf .confListing .owl-item .item .thumbHolder:before {
    position: absolute;
    top: 50%;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 80%);
    content: "";
}
#pgIndex .secConf .confListing .owl-item .item .thumbHolder img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.7;
}
#pgIndex .secConf .confListing .owl-item .item .descHolder {
    position: absolute;
    top: 10%;
    left: 5%;
    bottom: 10%;
    right: 5%;
}
#pgIndex .secConf .confListing .owl-item .item .descHolder h3,
#pgIndex .secConf .confListing .owl-item .item .descHolder h4,
#pgIndex .secConf .confListing .owl-item .item .descHolder p,
#pgIndex .secConf .confListing .owl-item .item .descHolder div{
    color: var(--white);
}
#pgIndex .secConf .confListing .owl-item .item .infoHolder {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
}
#pgIndex .secConf .confListing .owl-item .item .infoHolder h3{
    margin-bottom: 5px;
}
#pgIndex .secConf .confListing .owl-item .item .btnRegister a{
    text-transform: uppercase;
    text-decoration: underline;
    letter-spacing: 1px;
}
#pgIndex .secConf .confListing .owl-item .item .specsHolder {
    width: 30%;
}
#pgIndex .secConf .confListing .owl-item .item .dateHolder {
    margin-bottom: 10px;
    padding: 10px 30px;
    color: var(--white);
    letter-spacing: 1px;
    font-size: 0.875rem;
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
    border: var(--borderwhite);
    border-radius: 30px;
    display: inline-block;
}
#pgIndex .secTagline {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100vh;
}
#pgIndex .secTagline .bgHolder {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #264871;
    overflow: hidden;
}
#pgIndex .secTagline .bgHolder img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 110%;
    height: 110%;
    object-fit: cover;
    opacity: 0.8;
}
#pgIndex .secTagline .descHolder {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: var(--space12p);
    right: var(--space12p);
    transform: translateY(-50%);
    font-size: 5vw;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
    color: var(--white);
    text-align: center;
}


/*  --------------------------------------------------
    About Us
    -------------------------------------------------- */
#pgAbout .secAbout {
    position: relative;
    margin: 0 var(--space12p) var(--space100) var(--space12p);
}
#pgAbout .secAbout .contentHolder {
    display: flex;
    justify-content: space-between;
}
#pgAbout .secAbout .contentHolder .titleHolder {
    width: 40%;
}
#pgAbout .secAbout .contentHolder .descHolder {
    width: 54%;
}
#pgAbout .secMap {
    position: relative;
    margin: 0 var(--space12p) var(--space100) var(--space12p);
}
#pgAbout .secMap .mapHolder {
    width: 100%;
}
#pgAbout .secMap .mapHolder img{
    width: 100%;
    height: auto;
}
#pgAbout .secTagline {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100vh;
}
#pgAbout .secTagline .bgHolder {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #264871;
    overflow: hidden;
}
#pgAbout .secTagline .bgHolder img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 110%;
    height: 110%;
    object-fit: cover;
    opacity: 0.8;
}
#pgAbout .secTagline .descHolder {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: var(--space12p);
    right: var(--space12p);
    transform: translateY(-50%);
    font-size: 5vw;
    font-weight: 700;
    line-height: 1.2;
    color: var(--white);
    text-align: center;
}
#pgAbout .secTagline .descHolder span{
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 0.9vw;
    text-transform: uppercase;
    display: block;
}


/*  --------------------------------------------------
    Product
    -------------------------------------------------- */
#pgProduct .secListing {
    position: relative;
    margin: 0 var(--space12p) var(--space80) var(--space12p);
}


/*  --------------------------------------------------
    Project Reference
    -------------------------------------------------- */
#pgReference .secListing {
    margin: 0 var(--space12p) var(--space100) var(--space12p);
}
#pgReference .secListing .refListing .item {
    position: relative;
    height: 75vh;
    margin-bottom: var(--space4p);
    transition: all 0.1s;
}
#pgReference .secListing .refListing .item .thumbHolder {
    position: relative;
    height: 100%;
    background-color: var(--black);
    overflow: hidden;
}
#pgReference .secListing .refListing .item .thumbHolder:before {
    position: absolute;
    top: 50%;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 80%);
    content: "";
}
#pgReference .secListing .refListing .item .thumbHolder img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.7;
}
#pgReference .secListing .refListing .item .descHolder {
    position: absolute;
    top: 10%;
    left: 5%;
    bottom: 10%;
    right: 5%;
}
#pgReference .secListing .refListing .item .descHolder h3,
#pgReference .secListing .refListing .item .descHolder h4,
#pgReference .secListing .refListing .item .descHolder p,
#pgReference .secListing .refListing .item .descHolder div{
    color: var(--white);
}
#pgReference .secListing .refListing .item .infoHolder {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
}
#pgReference .secListing .refListing .item .infoHolder h3{
    margin-bottom: 5px;
}
#pgReference .secListing .refListing .item .specsHolder {
    width: 30%;
}
#pgReference .secListing .refListing .item .dateHolder {
    margin-bottom: 10px;
    padding: 10px 30px;
    color: var(--white);
    letter-spacing: 1px;
    font-size: 0.875rem;
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
    border: var(--borderwhite);
    border-radius: 30px;
    display: inline-block;
}
#pgReference .secGallery {
    margin: 0 var(--space12p) var(--space100) var(--space12p);
}
#pgReference .secGallery .galleryListing {
}
#pgReference .secGallery img {
  margin-top: 8px;
  width: 100%;
}


/*  --------------------------------------------------
    Contact Us
    -------------------------------------------------- */
#pgContact {
    background-color: var(--darkblue);
    overflow: hidden;
}
#pgContact .bgHolder {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#pgContact .bgHolder img{
    width: 100%;
    height: auto;
}
#pgContact .secContent {
    position: relative;
    z-index: 2;
    padding-top: 25vh;
    margin: 0 var(--space12p) var(--space100) var(--space12p);
}
#pgContact .secContent h1,
#pgContact .secContent h2,
#pgContact .secContent h3,
#pgContact .secContent h4,
#pgContact .secContent h5,
#pgContact .secContent p,
#pgContact .secContent a{
    color: var(--white);
}
#pgContact .secContent .headingHolder {
    width: 60%;
    margin-bottom: 50px;
}
#pgContact .secContent .contentHolder {
    display: flex;
    justify-content: space-between;
}
#pgContact .secContent .contentHolder .formHolder {
    width: 55%;
}
#pgContact .secContent .contentHolder .infoHolder {
    width: 40%;
}


/*  --------------------------------------------------
    Default Page
    -------------------------------------------------- */
#pgDefault .secContent {
    position: relative;
    margin: 0 var(--space12p) var(--space100) var(--space12p);
}


/*  --------------------------------------------------
    For Tablet Landscape
    -------------------------------------------------- */
@media only screen and (max-width: 1299px) {
    :root {
        --space4p: 3%;
        --space12p: 10%;
        --space80: 75px;
        --space100: 80px;
        --space135: 100px;
    }
    .secBanner {
        height: 70vh;
    }
    .secHeading {
        height: 70vh;
    }
    .secHeading .descHolder {
        bottom: 15%;
        width: 65%;
    }
    #pgIndex .secIntro .descHolder p{
        width: 55%;
    }
    #pgIndex .secIntro .descHolder .btnHolder {
        width: 60%;
    }
    #pgIndex .secIntro .descHolder .anchor {
        top: 57%;
        left: 32%;
    }
}


/*  --------------------------------------------------
    For Tablet Portrait
    -------------------------------------------------- */
@media only screen and (max-width: 969px) {
    :root {
        --space1p: 5%;
        --space3p: 5%;
        --space4p: 5%;
        --space12p: 5%;
        --space80: 50px;
        --space100: 80px;
        --space135: 100px;
    }
    body, h1, h2, h3, h4, h5, td, tr, th, div, header, section, footer, p, form, input, textarea, select, select option, fieldset, label{
        font-size: 1rem;
        line-height: 1.35;
    }
    h1{
        margin-bottom: 20px;
        font-size: 3rem;
    }
    h2{
        margin-bottom: 35px;
        font-size: 2.5rem;
    }
    h1 span,
    h2 span{
        margin-bottom: 15px;
        font-size: 0.9rem;
    }
    h3{
        font-size: 1.3rem;
    }
    h4{
        margin-bottom: 15px;
    }

    p{
        margin-bottom: 2em;
    }

    input{
        height: 40px;
    }
    select{
        height: 40px;
    }
    input[type="submit"]{
        padding: 1% 5%;
        font-size: 1rem;
    }

    #header .logoHolder {
      width: 350px;
    }
    #header.is-hidden .logoHolder,
    #header.is-sticky .logoHolder {
        width: 200px;
    }
    #header .topNavi {
        display: none;
    }
    #header .topNavi li{
        font-size: 0.85rem;
    }
    #btnMenu {
        display: block;
    }

    footer p,
    footer a{
        font-size: 1rem;
    }
    footer .secRow {
        width: 85%;
        display: flex;
        flex-wrap: wrap;
    }
    footer .secCol {
        width: 45%;
        margin-right: 5%;
    }
    footer .secCol:nth-child(1) {
        width: 100%;
        margin-bottom: 50px;
    }

    .sideScrollDown {
        display: none;
    }

    .sideIndicator {
        display: none;
    }

    .secBanner {
        height: 600px;
        margin-bottom: var(--space100);
    }
    .secBanner .descHolder {
        bottom: 10%;
        width: 90%;
    }

    .secHeading {
        height: 600px;
    }
    .secHeading .descHolder {
        bottom: 10%;
        width: 90%;
    }

    .tileListing .item {
        width: 50%;
    }
    .tileListing .item .descHolder h3 span{
        font-size: 0.9rem;
    }

    #pgIndex .secIntro {
        height: 800px;
        margin-bottom: var(--space100);
    }
    #pgIndex .secIntro .bgHolder {
        width: 100%;
        height: 80%;
    }
    #pgIndex .secIntro .descHolder {
        bottom: 5%;
    }
    #pgIndex .secIntro .descHolder h1{
        width: 100%;
        margin-top: 15%;
        margin-bottom: 4%;
    }
    #pgIndex .secIntro .descHolder p{
        width: 100%;
        margin-right: 0;
        float: none;
        font-size: 1.2rem;
    }
    #pgIndex .secIntro .descHolder .btnHolder {
        width: 100%;
        float: none;
    }
    #pgIndex .secIntro .descHolder .anchor {
        position: absolute;
        top: 0%;
        left: 0%;
        width: 5%;
    }
    #pgIndex .machineryHolder {
        display: none;
    }
    #pgIndex .secAbout .descHolder {
        position: static;
        top: auto;
        left: auto;
        right: auto;
        margin: 0 var(--space4p);
    }
    #pgIndex .secAbout .descHolder h2{
        margin-bottom: 5%;
        font-size: 1.8rem;
    }
    #pgIndex .secProds .sliderProds .imgHolder{
        margin-bottom: 30px;
    }
    #pgIndex .secConf .confListing .owl-item {
        height: 500px;
    }
    #pgIndex .secConf .confListing .owl-item .item .infoHolder {
        width: 100%;
    }
    #pgIndex .secConf .confListing .owl-item .item .specsHolder {
        width: 80%;
    }
    #pgIndex .secConf .confListing .owl-item .item .dateHolder {
        padding: 10px 20px;
    }
    #pgIndex .secTagline {
        height: 600px;
    }
    #pgIndex .secTagline .descHolder {
        font-size: 2.5rem;
    }

    #pgAbout .secAbout .contentHolder {
        display: block;
    }
    #pgAbout .secAbout .contentHolder .titleHolder {
        width: 100%;
        margin-bottom: 20px;
    }
    #pgAbout .secAbout .contentHolder .descHolder {
        width: 100%;
    }
    #pgAbout .secTagline {
        height: 600px;
    }
    #pgAbout .secTagline .descHolder {
        font-size: 2.5rem;
    }
    #pgAbout .secTagline .descHolder span{
        font-size: 0.9rem;
    }

    #pgReference .secListing .refListing .item {
        height: 500px;
    }
    #pgReference .secListing .refListing .item .infoHolder {
        width: 100%;
    }
    #pgReference .secListing .refListing .item .specsHolder {
        width: 80%;
    }
    #pgReference .secListing .refListing .item .dateHolder {
        padding: 10px 20px;
    }

    #pgContact .secContent {
        padding-top: 350px;
    }
    #pgContact .secContent .headingHolder {
        width: 100%;
    }
    #pgContact .secContent .contentHolder {
        display: block;
    }
    #pgContact .secContent .contentHolder .formHolder {
        width: 100%;
        margin-bottom: 50px;
    }
    #pgContact .secContent .contentHolder .infoHolder {
        width: 100%;
    }
}


/*  --------------------------------------------------
    For Mobile Landscape
    -------------------------------------------------- */
@media screen and (min-width: 540px) and (max-width: 968px) {
    .secBanner {
        height: 450px;
    }

    .secHeading {
        height: 450px;
    }

    #pgContact .secContent {
        padding-top: 180px;
    }
}


/*  --------------------------------------------------
    For Mobile Portrait
    -------------------------------------------------- */
@media only screen and (max-width: 500px) {
    h1{
        margin-bottom: 20px;
        font-size: 2.1rem;
    }
    h2{
        margin-bottom: 35px;
        font-size: 1.6rem;
    }
    input{
        padding: 0 5%;
    }
    textarea {
        padding: 5% 5%;
    }
    select{
        padding: 0 5%;
    }
    input[type="submit"]{
        padding: 2% 5%;
    }

    #header .logoHolder {
      width: 230px;
    }
    #header.is-hidden,
    #header.is-sticky {
        padding: 2% var(--space4p);
    }

    footer p{
        margin-bottom: 0;
        padding-bottom: 20px;
    }
    footer .btnScrollTop {
        display: none;
    }
    footer .secRow {
        width: 100%;
        display: block;
    }
    footer .secCol {
        width: 100%;
        margin-right: 0;
    }
    footer .secCol:nth-child(2) {
        margin-bottom: 50px;
    }
    footer .secCopyright {
        display: block;
    }

    .secBanner {
        height: 480px;
    }

    .secHeading {
        height: 480px;
    }

    .tileListing {
        margin: 0px;
    }
    .tileListing .item {
        width: 100%;
        padding: 0 0 15px 0px;
    }
    .tileListing .item:hover{
        box-shadow: none;
        transition: all 0.5s;
    }

    #pgIndex .secIntro {
        height: 600px;
    }
    #pgIndex .secIntro .descHolder {
        bottom: 5%;
    }
    #pgIndex .secIntro .descHolder h1{
        margin-top: 25%;
    }
    #pgIndex .secIntro .descHolder p{
        font-size: 1rem;
    }
    #pgIndex .secIntro .descHolder .anchor {
        width: 8%;
    }
    #pgIndex .secAbout .descHolder h2{
        font-size: 1.6rem;
    }
    #pgIndex .secConf .confListing .owl-item {
        height: 420px;
    }
    #pgIndex .secTagline {
        height: 480px;
    }
    #pgIndex .secTagline .descHolder {
        font-size: 2rem;
    }

    #pgAbout .secTagline {
        height: 480px;
    }
    #pgAbout .secTagline .descHolder {
        font-size: 2rem;
    }

    #pgReference .secListing .refListing .item {
        height: 420px;
    }

    #pgContact .secContent {
        padding-top: 220px;
    }
}


/*  --------------------------------------------------
    For Large Screen
    -------------------------------------------------- */
@media screen and (min-width: 1600px) and (max-width: 5000px) {
    
}