*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: 'Poppins', sans-serif;
    background: #2554C7;
}
.header{
    height: 100px;
    padding: 10px;
}
.header-col-3a{
    width: 100px;
}
.space{
    width: 700px;
    background: none;
    border-radius: 10px;
    margin: 1px;
}
.navbar{
    display: flex;
    justify-content: space-around;
    width: 100%;
}
nav{
    flex: 1;
    text-align: center;
}
nav ul{
    display: inline-block;
    list-style-type: none;
    
}
nav ul li{
    display: inline-block;
    margin: 1px;
    background-color: #1212B2;
    border-radius: 8px;
    padding: 5px;
    height: 80px;
}
.menu-icon{
    width: 28px;
    margin-left: 20px;
    display: none;
}
/* Popup container */
.popup1 {
  position: relative;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  background-color: #a23b72;
  margin: 1px;
  border-radius: 8px;
  padding: 3px;
}

/* The actual popup (appears on top) */
.popup1 .popuptext1 {
  visibility: hidden;
  width: 250px;
  color: #ffffff;
  height: 290px;
  background: radial-gradient(#3387aa,#a13e72);
  text-align: center;
  border: 2px solid #0e0703;
  border-radius: 10px;
  padding: 10px;
  position: absolute;
  z-index: 999999;
  top: 85px;
  margin-left: -235px;
}
.popuptext1 img{
    border-radius: 10px;
    border: 1px solid #242b3b;
}

/* Toggle this class when clicking on the popup container (hide and show the popup) */
.popup1 .show1 {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s
}
/* Popup container */
.popup2 {
  position: relative;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  background-color: #C90DB2;
  margin: 1px;
  border-radius: 8px;
  padding: 3px;
}

/* The actual popup (appears on top) */
.popup2 .popuptext2 {
  visibility: hidden;
  width: 250px;
  color: #ffffff;
  height: 385px;
  background: radial-gradient(#3387aa,#ef8f24);
  text-align: center;
  border: 2px solid #0e0703;
  border-radius: 10px;
  padding: 10px;
  position: absolute;
  z-index: 999999;
  top: 85px;
  margin-left: -200px;
}

/* Toggle this class when clicking on the popup container (hide and show the popup) */
.popup2 .show2 {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s
}
/* Popup container */
.popup3 {
  position: relative;
  display: inline-block;
  cursor: pointer;
  color: #fff;
}

/* The actual popup (appears on top) */
.popup3 .popuptext3 {
  visibility: hidden;
  width: 350px;
  color: #fff;
  height: 550px;
  background: radial-gradient(#727594,#0e1422);
  text-align: center;
  border: 1px solid #0e0703;
  border-radius: 6px;
  padding: 8px 0;
  position: absolute;
  z-index: 999999;
  top: -650px;
  margin-left:  350px;
}

/* Popup arrow */
.popup3 .popuptext3::after {
  content: "𝛑";
  position: absolute;
    background-color: #3241C3;
  top: 100%;
  left: 80%;
  width: 50px;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-radius: 6px;

  border-color: #3241C3;
}

/* Toggle this class when clicking on the popup container (hide and show the popup) */
.popup3 .show3 {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s
}
/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
  from {opacity: 0;}
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}
/*
background: radial-gradient(#727594,#0e1422);
*/
}
.display-col img{
    padding: 10px;
}
.display-col-01{
    width: 600px;
    position: relative;
    top: -327px;
    left: 80px;
}
.display-col-02 img{
    border-radius: 20px;
}
.blank-col-01{
    width: 150px;
}
.display a{
    text-decoration: none;
    color: #fffff4;
    font-size: 12px;
}
.display a:hover{
    color: #ef8f24;
}
.col-2{
    flex-basis: 50%;
    min-width: 300px;
}
.col-2 img{
    max-width: 100%;
    padding: 5px;
}
p.defitext{
    color: #000;
    font-size: 35px;
    padding: 10px;
}

.logo{
    background-color: #1212B2;
    border-radius: 10px;
    margin: 1px;
    padding: 5px;
}
.row{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.row img{
    border-radius: 20px;
    padding: 5px;
}
.row2{
    background-image: url("images/tml-finance02.webp");
    height: 213px;
}
.row3{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-around;
}
.row3 img{
    border-radius: 20px;
    padding: 5px;
}
h1{
    color: 0e0703;
}
p.red40text{
    color: #fc2834;
    font-size: 40px;
}
p.blue20text{
    color: #3387aa;
    font-size: 20px;
}
p.pink20text{
    color: #a13e72;
    font-size: 20px;
}
p.black10text{
    color: #0e0703;
    font-size: 10px;
}
p.black15text{
    color: #0e0703;
    font-size: 15px;
}
p.black18text{
    color: #0e0703;
    font-size: 18px;
}
p.black20text{
    color: #0e0703;
    font-size: 20px;
}
p.black40text{
    color: #0e0703;
    font-size: 40px;
}
p.white10text{
    color: #fff0ef;
    font-size: 10px;
    margin: 5px;
}
p.white15text{
    color: #fff0ef;
    font-size: 15px;
}
p.white20text{
    color: #fff0ef;
    font-size: 20px;
}
p.wheat15text{
    color: #e9d09d;
    font-size: 15px;
}
p.myellow20text{
    color: #ed8f34;
    font-size: 20px;
}
p.mred20text{
    color: #e80407;
    font-size: 20px;
}
p.mred40text{
    color: #e80407;
    font-size: 20px;
}
p.mpink40text{
    color: #a13e72;
    font-size: 40px;
}
p.metal15text{
    color: #dbdbdb;
    font-size: 15px;
}
p.ochre15text{
    color: #bd933a;
    font-size: 15px;
}
p.brown10text{
    color: #FFFFFF;
    font-size: 10px;
    margin: 5px;
}
p.green10text{
    color: #76b928;
    font-size: 10px;
    margin: 5px;
}
p.green15text{
    color: #76b928;
    font-size: 15px;
}
p.green30text{
    color: #76b928;
    font-size: 30px;
}
p.blue30text{
    color: #242b3b;
    font-size: 30px;
}
.emailbtn{
    display: inline-block;
    background: #e80407;
    width: 200px;
    height: 60px;
    font-size: 17px;
    padding: 0px;
    margin: 5px;
    border-radius: 30px;
    transition: background 0.5s;
}
.emailbtn:hover{
    background: #3387aa;
    color: #ef8f24;
}
.searchbtn{
    display: inline-block;
    background: #e80407;
    width: 100px;
    height: 40px;
    font-size: 30px;
    padding: 0px;
    margin: 5px;
    border-radius: 30px;
    transition: background 0.5s;
}
.searchbtn:hover{
    background: #3387aa;
    color: #ef8f24;
}
.numbersbtn{
    display: inline-block;
    background: #e80407;
    width: 40px;
    height: 40px;
    font-size: 15px;
    padding: 0px;
    margin: 0px;
    border: 2px solid #0e0703;
    border-radius: 30px;
    transition: background 0.5s;
}
.numbersbtn:hover{
    background: #0e0703;
}
a.backbtn{
    color: #fff;
}
.display-col-02-backbtn{
    width: 50px;
    position: relative;
    top: -248px;
    left: 740px;
}
.tpc-col-01{
    width: 200px;
    position: relative;
    top: -360px;
    left: 260px;
}
.msg-col-01{
    width: 150px;
    position: relative;
    top: -280px;
    left: 330px;
}
input{
    width: 330px;
    height: 60px;
    border-radius: 20px;
    border: none;
    background-color: #3387aa;
    padding: 10px;
}
input::placeholder{
    color: #fff;
    font-size: 20px;
}
.no-outline:focus {
  outline: none;
}
.check1{
    width: 50px;
    height: 20px;
}
label{
    color: #ed8f34;
    font-size: 20px;
}
button{
    width: 150px;
    height: 55px;
    border-radius: 10px;
    border: none;
}
.dropdown {
  display: inline-block;
  position: relative;
  width: 400px;
}
.dropdown-content {
display: none;
position: absolute;
width: 100%;
overflow: auto;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.5);
background-color: #00A4BD;
border-radius: 10px;
}
.dropdown:hover .dropdown-content {
display: block;
}
.dropdown-content a {
display: block;
color: #000000;
padding: 5px;
text-decoration: none;
}
.dropdown-content a:hover {
color: #FFFFFF;
background-color: #00A4BD;
}

.ytbtn{
    display: inline-block;
    background: #918b76;
    width: 100px;
    height: 140px;
    font-size: 15px;
    padding: 0px;
    margin: 5px;
    border-radius: 30px;
    transition: background 0.5s;
}
.ytbtn:hover{
    background: #0e0703;
}
.thbtn{
    display: inline-block;
    background: #242b3b;
    width: 55px;
    height: 75px;
    font-size: 10px;
    padding: 0px;
    margin: 5px;
    border-radius: 15px;
    transition: background 0.5s;
}
.thbtn:hover{
    background: #0e0703;
}
.ulbtn{
    display: inline-block;
    background: #a13e72;
    width: 100px;
    height: 140px;
    font-size: 15px;
    padding: 0px;
    margin: 5px;
    border-radius: 30px;
    transition: background 0.5s;
}
.ulbtn:hover{
    background: #242b3b;
}
.boxthree{
    height: 450px;
    background-image: url("images/mixedReality.webp");
}
.boxone{
    height: 1940px;
    background-color: #0e1422;
    color: #3387aa;
    font-size: 14px;
    padding: 0px;
}
.boxone a{
    text-decoration: none;
    color: #fff;
    padding: 9px;
}
.boxone a:hover{
    color: #e1ca96;
}
.boxone h1{
    color: #e80407;
}
.boxone-col-02{
    width: 400px;
}
.boxone-time-col-01{
    width: 150px;
    height: 60px;
    background-color: #e80407;
    color: #fff;
    border-radius: 20px;
    padding: 12px;
    font-size: 30px;
}
.boxone-time-col-02{
    width: 90px;
    height: 60px;
    background-color: #e80407;
    color: #fff;
    border-radius: 20px;
    padding: 12px;
    font-size: 30px;
}
.boxone-time-col-03{
    width: 130px;
    height: 60px;
    background-color: #e80407;
    color: #fff;
    border-radius: 20px;
    padding: 12px;
    font-size: 30px;
}
.boxone-time-col-04{
    width: 390px;
    height: 60px;
    background-color: #e80407;
    color: #fff;
    border-radius: 20px;
    padding: 12px;
    font-size: 30px;
}

.boxtwo{
    height: 360px;
    background-color: #af2525;
}
.boxtwo-col-01{
    width: 500px;
    height: 300px;
    background-image: linear-gradient(#3387aa, #74bedd, #3387aa);
    border-radius: 20px;
}
.boxtwo-col-02{
    width: 300px;
    height: 300px;
    background-image: linear-gradient(#3387aa, #74bedd, #3387aa);
    border-radius: 20px;
}
.boxtwo-col-03{
    width: 300px;
    height: 300px;
    background-color: none;
    border-radius: 20px;
}
.boxtwo-col-4{
    width: 200px;
    height: 150px;
    background-color: #626c66;
    margin: 20px;
    padding: 10px;
}
.boxtwo-col-g1{
    width: 300px;
    height: 35px;
    background-color: #3387aa;
    border-radius: 20px;
    padding: 6px;
}
.boxtwo-col-g2{
    width: 300px;
    height: 35px;
    background-color: #5f9927;
    border-radius: 20px;
    padding: 6px;
}
.boxtwo-col-g3{
    width: 300px;
    height: 35px;
    background-color: #578b23;
    border-radius: 20px;
    padding: 6px;
}
.boxtwo-col-g4{
    width: 300px;
    height: 35px;
    background-color: #45701c;
    border-radius: 20px;
    padding: 6px;
}
.boxtwo-col-g5{
    width: 300px;
    height: 35px;
    background-color: #375a17;
    border-radius: 20px;
    padding: 6px;
}
.boxtwo-col-g6{
    width: 300px;
    height: 35px;
    background-color: #2c4812;
    border-radius: 20px;
    padding: 6px;
}


.boxfour{
    background: radial-gradient(#727594,#0e1422);
    height: 700px;
}

/*-------- media query for menu --------*/
@media only screen and (max-width: 900px){
    
    .navbar{
        width: 100%;
    }
    nav ul{
        position: absolute;
        top: 70px;
        left: 0;
        background: #0e0703;
        width: 100%;
        overflow: hidden;
        transition: max-height 0.5s;
    }
    nav ul li{
        display: block;
        margin-right: 20px;
        margin-left: 20px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    nav ul li a{
        color: #ee464f;
    }
    .menu-icon{
        display: block;
        cursor: pointer;
    }
    .display{
        height: 800px;
    }
    .boxtwo{
        height: 800px;
    }
    .display-col-02 img{
        width: 300px;
        height: 146px;
    }
    
}


/*-------- footer --------*/
.footer{
    background-color: #0e1422;
    color: #3387aa;
    font-size: 14px;
    padding: 0px;
}
.footer p{
    color: #fff0ef;
}
.footer h3{
    color: #e80407;
    margin-bottom: 20px;
}
.footer a{
    text-decoration: none;
    color: #ef8f24;
}
.footer a:hover{
    color: #e80407;
}
.footer-col-1, .footer-col-2, .footer-col-3, .footer-col-4, .footer-col-5{
    min-width: 180px;
    padding: 20px;
}
.footer-col-1{
    flex-basis: 15%;
}
.footer-col-2{
    flex: 1;
    text-align: center;
}
.footer-col-2 img{
    width: 130px;
    margin-bottom: 20px;
}
.footer-col-3, .footer-col-4{
    flex-basis: 15%;
}
ul{
    list-style-type: none;
}
.app-logo{
    margin-top: 20px;
}
.app-logo img{
    width: 140px;
}
.footer hr{
    border: none;
    background: #e80407;
    height: 1px;
    margin: 20px 0;
}
p.shared{
    text-align: center;
    color: #e80407;
}
.menu-icon{
    width: 35px;
    height: 56px;
    margin-left: 1px;
}
a.piAnchor{
    float: right;
    margin-right: 20px;
    color: #3387aa;
}
.qrCode{
    border-radius: 8px;
}














