@import url('https://fonts.googleapis.com/icon?family=Material+Icons');
@import url('https://fonts.googleapis.com/icon?family=Material+Icons+Outlined');
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@700;900&display=swap');

html, body{
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif !important;
    overflow-x: hidden;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Rubik', sans-serif !important; 
} 

p{ font-size: 14px; font-weight: 300;}

section{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
}


.c-scrollbar_thumb {
    display: none !important; /* hidden the bar */
}
  

.container1 {
    display: block;
    margin: 0 5vw;
}

.container{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 5vw;
}


.w29{width: 29vw;}
.h100 { height: 100vh; }
.h80 { height: 80vh; }
.h70 { height: 70vh; }
.m0 { margin: 0;}
.mr2 { margin-right: 2vw; }
.mr4 { margin-right: 4vw; }
.w16{width: 16vw;}
.tr{text-align: right}
.mt4 {margin-top: 4vw;}
.mt8 {margin-top: 8vw;}
.mb8 {margin-bottom: 8vw;}
.mt10 {margin-top: 10vw;}
.mt25 {margin-top: 25vw;}
.mx5{margin: 5vw 0;}
.w75 {width: 75%;}
.wht{ color: #ffffff;}
.x12 { font-size: 12px !important; }
.bgk {  padding: 6vw 0 0 0;}
.px2c {padding: 0 2.6vw;}
.colx {  color: #515151; margin: 9px;  font-size: 38px;}
.fl{float: left;}

.vl {
    position: absolute;
    top: 15px;
    border-left: 4px solid #000000;
}
.vl1{
    position: absolute;
    top: 5px;
    border-left: 4px solid #000000;
}

.ml { margin-left: 20px !important; }

.row{ 
    display: flex;
    flex-wrap: wrap;
}

.row .col1:first-child { flex-basis:  100%; }
.row .col1:nth-child(2) { flex-basis: 100%; }

.row .col1a:first-child { flex-basis:  100%; }
.row .col1a:nth-child(2) { flex-basis: 100%; margin: 10px 20px;}
.row .col1a:nth-child(3) { flex-basis: 100%; }

.row .col1b:first-child { flex-basis:  70%; }
.row .col1b:nth-child(2) { flex-basis: 70%; }

.row .col2:first-child { flex-basis:  48%; }
.row .col2:nth-child(2) { flex-basis: 48%; }

.row .col2a:first-child { flex-basis: 40%; }
.row .col2a:nth-child(2) { flex-basis: auto;}

.row .col2b:first-child { flex-basis:  55%; }
.row .col2b:nth-child(2) { flex-basis: 25%; }

.row .col2d:first-child { flex-basis: auto; }
.row .col2d:nth-child(2) { flex-basis: 40%; }

.row .col2c:first-child { flex-basis:  30%; text-align: right; margin: 0 1vw;}
.row .col2c:nth-child(2) { flex-basis: 25%; margin: 0 1vw; }

.row .col3e:first-child { flex-basis:  35%; }
.row .col3e:nth-child(2) { flex-basis: 5%; }
.row .col3e:nth-child(3) { flex-basis: 55%; }


.row .col4:first-child { 
    flex-basis:  27%; 
    background-color: #000;
    height: 23vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
.row .col4:nth-child(2) { flex-basis: 26%;  color: #C4C4C4; padding: 0 3vw;}
.row .col4:nth-child(3) { flex-basis: 20%; }
.row .col4:nth-child(4) { flex-basis: 20%; color: #C4C4C4;}


.row .col4a:first-child {  flex-basis: 20%; }
.row .col4a:nth-child(2) { flex-basis: 10%; text-align: center;}
.row .col4a:nth-child(3) { flex-basis: 10%; text-align: center;}
.row .col4a:nth-child(4) { flex-basis: 20%; }

.row .col5:first-child {  
    flex-basis: 17.5%;
    background-color: #F9F9F9;
    height: 70vh;
    padding: 1vw;
    text-align: center;
}

.row .col5:hover:first-child,
.row .col5:hover:nth-child(2),
.row .col5:hover:nth-child(3),
.row .col5:hover:nth-child(4),
.row .col5:hover:nth-child(5)  { 
    background-color: #1a1a1a; 
    color: #fff;
}


.row .col5:nth-child(2) {
    flex-basis: 17.5%;
    background-color: #FCFCFC;
    height: 70vh;
    padding: 1vw;
    text-align: center;
}

.row .col5:nth-child(3) { 
    flex-basis: 17.5%;
    background-color: #F9F9F9;
    height: 70vh;
    padding: 1vw;
    text-align: center;
}

.row .col5:nth-child(4) { 
    flex-basis: 17.5%;
    background-color: #FCFCFC;
    height: 70vh;
    padding: 1vw;
    text-align: center;
}

.row .col5:nth-child(5) { 
    flex-basis: 17.5%;
    background-color: #F9F9F9;
    height: 70vh;
    padding: 1vw;
    text-align: center;
}

.icn {
    position: relative;
    left: 50%;
    top: -12%;
    transform: translate(-50%,50%);
    background-image: url('../images/a.png');
    width: 83px;
    height: 83px;
}

.icn1 {
    position: relative;
    left: 50%;
    top: -12%;
    transform: translate(-50%,50%);
    background-image: url('../images/b.png');
    width: 83px;
    height: 83px;
}

.icn1a {
    position: relative;
    left: 50%;
    top: -50%;
    transform: translate(-50%,50%);
    background-image: url('../images/bb.png');
    width: 83px;
    height: 83px;
}

.icn2 {
    position: relative;
    left: 50%;
    top: -12%;
    transform: translate(-50%,50%);
    background-image: url('../images/c.png');
    width: 83px;
    height: 83px;
}
.icn3 {
    position: relative;
    left: 50%;
    top: -12%;
    transform: translate(-50%,50%);
    background-image: url('../images/d.png');
    width: 83px;
    height: 83px;
}
.icn4 {
    position: relative;
    left: 50%;
    top: -12%;
    transform: translate(-50%,50%);
    background-image: url('../images/e.png');
    width: 83px;
    height: 83px;
}

.pta{position: absolute;}
.ptr{position: relative;}


.flex-center-itm {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-center {
    justify-content: center;
    align-items: center;
}

.justify-center { justify-content: center; }

.align-center {
    align-items: center;
}


.inrow{ 
    display: flex;
    flex-wrap: wrap;
}
.inrow .incol:first-child { flex-basis:  30%; }
.inrow .incol:nth-child(2) { flex-basis: 30%; margin: 0 1vw;}
.inrow .incol:nth-child(3) { flex-basis: 30%; }

.titanium-home  label { color: #aaaaaa;}

.titanium-home section:first-child{
    display: flex;
    height: 110vh;
}

.titanium-home section:first-child span{
    position: absolute;
    transform: rotate(-90deg) !important;
    align-self: center;
    font-size: 11px;
    left: 3vw;
    font-weight: 300;
}

.titanium-home section:nth-child(2){
    display: flex;
    background: #FCFCFC;
    height: 115vh;
    background-image: url(../images/bk.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.titanium-home section:nth-child(2) span{
    position: absolute;
    transform: rotate(-90deg) !important;
    align-self: center;
    font-size: 11px;
    right: 3vw;
    font-weight: 300;
}


.tag {
    position: absolute;
    transform: rotate(-90deg) !important;
    font-size: 11px;
    left: 3vw;
    font-weight: 300;
    top: 11vw;
}

.tag1 {
        position: absolute;
        transform: rotate(-90deg) !important;
        font-size: 11px;
        right: 3vw;
        font-weight: 300;
        top: 40vw;
}



.titanium-home section:nth-child(3){
    display: flex;
    justify-content: center;
    height: 138vh;
}


.titanium-about section:first-child{
    display: flex;
    height: 115vh;
}

.titanium-about section:nth-child(2){
    display: grid;
    height: 120vh;
    grid-template-columns: 2fr 1fr 2fr 2fr 0.8fr 1fr 1fr 2fr 1fr 1fr;
    grid-template-rows: 1fr 2fr 1fr 1.5fr 1fr 1fr 2fr 1fr;
    grid-gap: 0;
    margin: 8vw 0 10vw 0;
}

.titanium-about-img {
	background-image:url('../images/px3.jpg');
	background-size: cover;
    grid-column: 1 / span 1;
    grid-row: 2 / span 2;
}

.titanium-about-bx {
    background-color: #F2F2F2;
    grid-column: 1 / span 1;
    grid-row: 5 / span 2;
}

.titanium-about-bg2 {
    background-color: #ffffff;
    border: 1px solid #E5E5E5;
    padding: 2vw;
    grid-column: 2 / span 2;
    grid-row: 4 / span 3;
}

.titanium-about-txt { 
    position: relative; 
    background-color: #ffffff;
    grid-column: 3 / span 2;
    grid-row: 2 / span 1;
}

.titanium-about-img1 {
	background-image:url('../images/px4.jpg');
	background-size: cover;
    grid-column: 4 / span 1;
    grid-row: 7 / span 1;
}

.titanium-about-bx1 {
    background-color: #F2F2F2;
    grid-column: 5 / span 1;
    grid-row: 6 / span 1;
}


.titanium-about-bx2 {  
    background-color: #F2F2F2;
    grid-column: 5 / span 1;
    grid-row: 3 / span 1;
}

.titanium-about-img2 {
	background-image:url('../images/px5.jpg');
	background-size: cover;
    grid-column: 6 / span 2;
    grid-row: 4 / span 2;
}

.titanium-about-bg8 {
    background-color: #ffffff;
    border: 1px solid #E5E5E5;
    padding: 2vw;
    grid-column: 8 / span 2;
    grid-row: 2 / span 2;
}

.titanium-about-txt1 {
    position: relative; 
    background-color: #ffffff;
    grid-column: 7 / span 2;
    grid-row: 7 / span 1;
}

.titanium-about-bx3 {  
    background-color: #F2F2F2;
    grid-column: 10 / span 1;
    grid-row: 4 / span 1;
}


.titanium-about section:first-child span{
    position: absolute;
    transform: rotate(-90deg) !important;
    align-self: center;
    font-size: 11px;
    right: 3vw;
    font-weight: 300;
}


.titanium-service section:first-child{
    display: flex;
    height: 115vh;
}


.titanium-product section:first-child{
    display: flex;
    /* height: 115vh; */
    color: #F6F6F6;
}

.titanium-contact section:first-child{
    display: flex;
    height: 40vh;
    align-items: center;
    justify-content: center;
}

.titanium-contact section:nth-child(2){
    height: 130vh;
    border-top: 1px solid #F2F2F2;
    background-color: #FDFDFD;
}

.titanium-contact-txt{
    width: 34vw;
    text-align: center;
}

.mlogo{
    position: absolute;
    background-image: url(../images/ico1.png);
    width: 30vw;
    height: 46vw;
    right: 0;
    bottom: -54px;
}

.mlogo1{
    position: absolute;
    background-image: url(../images/ico2.png);
    width: 34vw;
    height: 64vw;
    left: -65px;
    top: 17vw;
}

.z3 { z-index: 3; position: relative;}

.product-sub {
    position: relative;
    width: 60%;
    left: 40%;
    height: 43vw;
    background-color: #F8F8F8;
    background-image: url(../images/mapp.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.product-sub-txt {
    position: absolute;
    width: 37%;
    left: 34vw;
    top: 15vw;
}

.titanium-bgcol {
    position: absolute;
    background-color: #2E2E2E;
    width: 100%;
    height: 145vw;
}

.titanium-home-inbox {
    width: 76vw;
    height: 40vw;
    background-image: url(../images/pto.jpg);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.titanium-home-inbox p{
    color: #fff;
    font-size: 18px;
    width: 45%;
}

.transition {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #242423;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(-100%);
    z-index: 7;
}

.transition > h2 {
    font-size: 40px;
    color: #ffffff;
}


.cover-leave-active,
.cover-enter-active,
.cover-leave-active .transition,
.cover-enter-active .transition{
    transition: transform 0.5s cubic-bezier(0.5, 0.7, 0.4, 1);
    transition-delay: .3s;
}


.cover-leave .transition{
    transform: translateX(-100%);
}

.cover-leave-to .transition{
    transform: translateX(0);
}

.cover-enter .transition{
    transform: translateX(0);
}

.cover-enter-to .transition{
    transform: translateX(100%);
}

footer{
    display: flex;
    background-color: #2E2E2E;
    height: 80vh;
    color: #fff;
    border-top: 5px solid #282828;
}

footer p { font-size: 13px; }
footer small { color: #fff; font-weight: bold; }

footer a{
    color: #C4C4C4;
    text-decoration: none;
}
.bg {  
    background-color: #212121;
}

.box{
    position: absolute;
    width: 14vw;
    height: 12vw;
    background-color: #fff;
    z-index: 1;
    bottom: -4vw;
    right: 29vw;
    box-shadow: 0px 4px 20px rgba(136, 136, 136, 0.25);
    padding: 2vw;
}

.nline {
    border-bottom: 2px solid #bf563b;
    position: relative;
    width: 15%;
}

.fitimage{
    position: absolute;
    width: 100%; 
    height: 100%;
    object-fit: cover;
}


.image{
    position: relative;
    overflow: hidden;
}

.sz{ width: 100%; height: calc(215px + 12vw);}

.sz1{ 
    width: calc(256px + 9vw);
    height: calc(215px + 19vw);
}

.sz2{ 
    width: calc(245px + 10vw);
    height: calc(215px + 22vw);
}

.sz3{
    width: 100%;
    height: calc(120px + 4vw);    
}

.sz4 {
    width: 87%;
    height: calc(120px + 5vw);
}

.sz5 {
    width: 33vw;
    height: calc(120px + 14vw);
}

.psi{
    position: relative;
    left: 21vw;
    top: -6vw;
}

.psi-tx{
    position: relative;
    width: 28vw;
    left: 60vw;
    top: -14vw;
}

.t5{ top:5px;}
.t25{ top:-25px;}

.titanium-logo{
    position: absolute;
    left: 7vw;
    top: 2vw; 
    /* z-index: 5; */
}
  
.titanium-logo img {
    width: calc(52px + 12vw);
}

.titanium-nav{
    position: absolute;
    right: 7vw;
    top: 3vw;
    color: #fff; 
    /* z-index: 5; */
}

.titanium-nav a {
    text-decoration: none;
    color: #f3f3f3;
    font-size: 12px;
    margin: 13px;
}

.nv{
    position: fixed;
    width: 100%;
    /* background-color: #131a31; */
    height: 9vw;
    z-index: 4;
}

nav a {
	position: relative;
	display: inline-block;
}

nav a:hover,
nav a:focus {
	outline: none;
}


/* Effect 5: same word slide in */
.cl-effect-5 a {
	overflow: hidden;
	padding: 0 4px;
	height: 1.5em;
}

.cl-effect-5 a span {
	position: relative;
	display: inline-block;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}

.cl-effect-5 a span::before {
	position: absolute;
	top: 100%;
	content: attr(data-hover);
	font-weight: 700;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.cl-effect-5 a:hover span,
.cl-effect-5 a:focus span {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	transform: translateY(-100%);
}


.titanium-title {
    position: absolute;
    left: 7vw;
    bottom: 2vw;  
    width: 27vw; 
    color: #fff; 
}

.titanium-title1 {
    position: absolute;
    width: 34vw; 
    color: #fff; 
    text-align: center;
    top: 21vw;
}

.titanium-sub {
    position: absolute;
    left: 7vw;
    bottom: 6vw;
    color: #ffffff2b;
    font-size: 4.8vw;
}

.indicator {
    position: absolute;
    right: 9vw;
    bottom: 7vw;
    z-index: 2;
}

.arrow{
    position: absolute;
    width: 55px;
    height: 55px;
    border: 1px solid rgba(255, 255, 255, 0.21);
    box-sizing: border-box;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;      
    mix-blend-mode: difference;
    transition: transform 0.3s ease;  
}

.arrow:hover {
    transform: translate(1%, 1%) scale(1.2);
}

.arrow i{
    color: #ffffffa3;
    font-size: 10px;
}

.lm { 
    position: relative;
    display: flex;
    justify-content: center;
    top: -39vw;
}

.line { 
    border-bottom: 1px solid #ffffff1a;
    width: 86%;
    z-index: 2;
}

.line1{
    border-bottom: 1px solid #cfcfcf;
    margin: 2vw 0;
    width: 75%;
}

.dline{
    border-bottom: 1px solid #EBEBEB;
    margin: 2vw 0;
}

.titanium-ban1{
    position: relative;    
    width: 100%;
    height: 100vh;    
}

.titanium-ban{
    position: relative;    
    width: 100%;
    height: 100vh;    
    transition: ease 0.4s;
}

.titanium-ban-scrolled {
    height: 70vh;
}

.sub{
    position: absolute;
    left: 50%;
    top: 0%;
    font-size: 12vw;
    transform: translate(-50%,50%);
    /* color: transparent;
    -webkit-text-stroke: 2px #ffffff1a;
    z-index: 5; */
    z-index: 1;
    color: #ffffff17;
}

.sub1 {
    position: absolute;
    left: 22%;
    top: 17%;
    font-size: 12vw;
    z-index: 5;
    color: #ffffff17;
}

.mv{
    height: 100%; 
    width: 100%;
}

.bannr{
    height: 100%; 
    background: url(../images/bg.jpg);
    background-color:#585858;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.35);
}

.bannr1{
    height: 100%; 
    background: url(../images/bg1.jpg);
    background-color:#585858;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.35);
}

.bannr2{
    height: 100%; 
    background: url(../images/bg2.jpg);
    background-color:#585858;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.35);
}


.bannr3{
    height: 100%; 
    background: url(../images/bg3.jpg);
    background-color:#585858;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.35);
}

.bannr4{
    height: 100%; 
    background: url(../images/bg4.jpg);
    background-color:#585858;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.35);
}

.bnr{
    position: absolute;
    height: 75vh;
    width: 70%;
    background: url(../images/pxi.jpg);
    border: 3px solid #fff;
    z-index: 2;
    top: 33vw;
}

.bnr-txt{
    position: absolute;
    width: 35%;
    color: #ffffff;
    left: 4vw;
    top: 21vw;
}

.vbanner{
    position: absolute;
    width: 100%;
    height: 40vw;  
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.35);
}

.msform input, .msform textarea, .msform select {
    padding: 20px;
    border: 2px solid #F4F4F4;
    border-radius: 3px;
    width: 100%;
    box-sizing: border-box;
    color: #4D4D4D;
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: 300;
    background-color: #F4F4F4;
    font-family: 'Poppins', sans-serif !important;
}

.btn-main {
    color: #ffffff !important;
    background-color: #111;
    border: 1px solid #111;
    padding: 13px 25px;
    font-size: 14px;
    border-radius: 4px;
    font-family: 'Poppins', sans-serif !important;
}

.btn-main i {
    font-size: 13px;
    color: #ffffff !important;
    font-weight: bold;
    position: relative;
    top: 2px;
}

.imm.is-inview {
    transform: scale(1);
    transition-delay: .1s;
}
.imm {
    transform: scale(0.9);
    transition: filter 1.2s cubic-bezier(.215,.61,.355,1),transform 1.2s cubic-bezier(.215,.61,.355,1);
}

.imm.is-inview img {
    transform: scale(1);
    transition-delay: .2s;
}
.imm img {
    transform: scale(1.3);
    transition: filter 1.2s cubic-bezier(.215,.61,.355,1),transform 1.2s cubic-bezier(.215,.61,.355,1);
}

.info{
    opacity:0;
    transform:translateY(50px);
    transition:opacity .8s cubic-bezier(.215,.61,.355,1),transform .8s cubic-bezier(.215,.61,.355,1)
}
.info.is-inview {
    opacity:1;
    transition-delay:.3s;
    transform:none
}

.info1{
    opacity:0;
    transform:translateY(50px);
    transition:opacity .8s cubic-bezier(.215,.61,.355,1),transform .8s cubic-bezier(.215,.61,.355,1)
}

.info1.is-inview {
    opacity:1;
    transition-delay:.35s;
    transform:none
}

.shw{
    opacity:0;
    transition:opacity .8s cubic-bezier(.215,.61,.355,1),transform .8s cubic-bezier(.215,.61,.355,1)
}
.shw.is-inview {
    opacity:1;
    transition-delay:.3s;
}
/* .titanium-about-ban{
    position: relative;    
    width: 100%;
    height: 100vh;    
    background: url(../images/bg1.jpg);
    background-color:#585858;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.35);
} */
.bar { display: none;}

.btn {
        display: inline-block;
        font-weight: 400;
        user-select: none;
        line-height: 1.5;
        text-align: center;
        vertical-align: middle;
}

.btn-outline {
    color: #000000 !important;
    background-color: #fff;
    border: 2px solid #ECECEC;
    padding: 13px 25px;
    font-size: 12px;
    border-radius: 4px;
    text-decoration: none;
}

.btn-outline i {
    font-size: 13px;
    color: #6c6c6c !important;
    font-weight: bold;
    position: relative;
    top: 2px;
}

.btn-outline:hover {
    color: #ffffff !important;
    background-color: #000000;
    border: 2px solid #000000;
}

.btn-outline i:hover{ color: #ffffff !important;}

.cover{
    position: absolute;
    width: 100%;
    height: 100vh;
    background-color:#161616;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    z-index: 4;
}

.cover img { width: 5vw; }

.txx{
    position: relative;
    top: -7vw;
    left: 5vw;
    color: white;
}

.txx1{
    position: relative;
    top: -5vw;
    left: 4vw;
    color: white;
}    



@media only screen and (max-width: 600px) {
    .bar {
        position: fixed;
        right: 7vw;
        top: 6vw;
        display: block;
        z-index: 3;
        color: #fff;

    }
    .bar span{ cursor: pointer; }


    .dropbtn {
        background-color: #000;
        color: white;
        padding: 11px 18px;
        font-size: 15px;
        border: none;
        cursor: pointer;
        margin-top: 9px;
      }
      
      .dropbtn:hover, .dropbtn:focus {
        background-color: #000000;
      }
      
      .dropdown {
        position: relative;
        display: inline-block;
      }
      
      .dropdown-content {
        display: none;
        position: absolute;
        background-color: #ffffff;
        min-width: 100%;
        overflow: auto;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 5;
        right: 0;
        top: 34px;
        width: 84vw;
      }
      
      .dropdown-content a {
        color: #000000;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        font-size: 12px;
        text-transform: uppercase;
        border-top: 1px solid #f5f5f5;
      }
      
      .dropdown a:hover {background-color: #ebebeb;}

      .show {display: block;}

      .txx, .txx1{ display: none; }

    p {font-size: 12px; }
    .titanium-nav { display: none; }
    .indicator { display: none; }
    .titanium-logo { top: 6vw; }
    .line {margin-top: 15vw; }

    .titanium-sub {
        bottom: 28vw;
        font-size: 17vw;
    }

    .titanium-title{ 
        bottom: 13vw;
        width: 82vw;
    }

    .titanium-title h2{ 
        bottom: 9vw;
        font-size: 21px;  
    }

    .tr { text-align: left; }
    .w29 { width: 100%; }
    .box { display: none;}
    .w16 { width: 100%; }
    .t5{ top:0;}
    .t25{ top:0;}

    .row .col1a:nth-child(3) {margin: 0 21px;}

    .row .col2:first-child { flex-basis:  100%; }
    .row .col2:nth-child(2) { flex-basis: 100%; }
    .row .col2a:first-child { flex-basis:  100%; margin-bottom: 30px;}
    .row .col2a:nth-child(2) { flex-basis: 100%; }  
    .row .col2b:first-child { flex-basis:  100%; }
    .row .col2b:nth-child(2) { flex-basis: 100%; }
    .row .col2c:first-child { flex-basis:  100%; text-align: left;}
    .row .col2c:nth-child(2) { flex-basis: 100%;}    
    .row .col2d:nth-child(2) { flex-basis: 100%;}
    
    .row .col4:first-child { flex-basis:  100%; height: 63vw;}
    .row .col4:nth-child(2) { flex-basis: 100%; padding: 2vw 5vw;}
    .row .col4:nth-child(3) { flex-basis: 100%; padding: 2vw 5vw;}
    .row .col4:nth-child(4) { flex-basis: 100%; padding: 2vw 5vw;}

    .row .col4a:first-child { flex-basis: 85%; }
    .row .col4a:nth-child(2) { display: none; }
    .row .col4a:nth-child(3) { display: none; }
    .row .col4a:nth-child(4) { flex-basis: 85%; }

    .inrow .incol:first-child {  flex-basis: 100%; margin-bottom: 8px;}
    .inrow .incol:nth-child(2) { flex-basis: 100%; margin-bottom: 8px;}
    .inrow .incol:nth-child(3) { flex-basis: 100%; margin-bottom: 8px;}

    .titanium-home span{ display: none;}
    .titanium-about span{ display: none;}
    .tag, .tag1 { display: none;}

    .titanium-home section:first-child{
        height: 155vh;
    }
    .titanium-home section:nth-child(2) {
        height: 122vh;
    }
    .titanium-home section:nth-child(3) {
        height: 70vh;
    }

    .titanium-about section:nth-child(2) {
        grid-template-columns: 12fr;
        grid-template-rows: 2fr 6fr 4fr 2fr 6fr 4fr;
    }
    
    .titanium-about-img {
        grid-column: 1 / span 1;
        grid-row: 2 / span 1;
    }
    
    .titanium-about-txt {
        grid-column: 1 / span 1;
        grid-row: 1 / span 1;
    }
    
    .titanium-about-bg2 {
        grid-column: 1 / span 1;
        grid-row: 3 / span 1;
    }
    
    .titanium-about-txt1 {
        grid-column: 1 / span 1;
        grid-row: 4 / span 1;
    }
    
    .titanium-about-img1 {
        grid-column: 1 / span 1;
        grid-row: 5 / span 1;
    }
    
    .titanium-about-bg8 {
        grid-column: 1 / span 1;
        grid-row: 6 / span 1;
    }
    .titanium-about-bx{ display: none;}
    .titanium-about-bx1{ display: none;}
    .titanium-about-bx2{ display: none;}
    .titanium-about-bx3{ display: none;}

    .titanium-title1 {
        width: 85%;
        top: 65vw;
    }

    .titanium-home-inbox {
        position: relative;
        top: -32vw;
    }
    .titanium-home-inbox p {
        font-size: 12px;
        width: 60%;
    }
    
    .sub{top: 35%; font-size: 14vw;}
    .lm {top: -194vw;}
    
    .bnr {
        height: 32vh;
        width: 77%;
        top: 150vw;
    }
    
    .row .col5:first-child,
    .row .col5:nth-child(2), 
    .row .col5:nth-child(3), 
    .row .col5:nth-child(4),
    .row .col5:nth-child(5) {  
        flex-basis: 100%; 
        margin-bottom: 1vw;
        height: 48vh;
    }

    .cover img { width: 13vw; }

    .mt10 {
        margin-top: 15vw;
    }
    
    footer {
        height: 140vh;
    }

    .titanium-logo { z-index: 5;}

    .titanium-about section:first-child {
        height: 162vh;
    }

    .row .col3e:first-child {flex-basis: 60%;}
    .row .col3e:nth-child(3) { flex-basis: 100%; }
    .product-sub-txt {
        width: 78%;
        left: 28px;
        top: 22vw;
    }

    .titanium-bgcol {
        height: 530vw;
    }

    .product-sub {
        position: relative;
        width: 100%;
        left: 0;
        height: 95vw;
    }
    .titanium-contact-txt {
        width: 70%;
    }

    .psi {
        left: 10vw;
    }

    .sz5 {width: 77vw;}
    
    .bnr-txt {
        width: 92%;
        top: 14vw;
    }
    
    .psi-tx { 
        width: 73vw;
        left: 45px;
        top: -2vw;
    }
}