body {
            background-color: #fff;
            color: #333;
            font-size: 15px;
            font-family: "Ubuntu", sans-serif;
            margin: 0px;
            padding: 0px 0px 0px 0px;
            box-sizing: border-box;
        }
html {
  scroll-behavior: smooth;
}
.rotanim {
   
    animation: spin 5s infinite linear;
}
@keyframes spin {
	0 { transform: rotate(0deg); }
	10% { transform: rotate(90deg); }
    20% { transform: rotate(90deg); }
    30% { transform: rotate(90deg); }
    40% { transform: rotate(90deg); }
    50% { transform: rotate(90deg); }
    60% { transform: rotate(360deg); }
    70% { transform: rotate(360deg); }
    80% { transform: rotate(360deg); }
    90% { transform: rotate(360deg); }
    100% { transform: rotate(360deg); }
}
.top {
    display: none;
}
.fpicvid {
    width: 100%;
}
#closeme {
    float: right;
    margin-right: 10px;
}
.mzero {
    margin: 0px !important;
}
.error {
    color: #ff1919;
    font-size: 12px;
}
.hundredper {
    background-color: #242156;
    padding: 10px 0px;
    display: block;
    color: #fff;
    text-align: center;
}
.news-box{
    width:100%;
}

.news-title{
    color:#fff;
}

.news-list{
    height:20px;
    overflow:hidden;
    position:relative;
}

.news-list ul{
    margin:0;
    padding:0;
    list-style:none;
}

.news-list li{
    height:20px;
    line-height:20px;
}
.news-list span{
    height:20px;
    line-height:20px;
}
.smtext {
    font-size: 14px !Important;
    font-style: italic;
}
.companybar {
    width: 100%;
    min-height: 44px;
    background-color: #eee;
}
.companybar h1 {
    text-transform: uppercase;
    float: left;
    font-size: 20px;
    margin: 10px 0 0 0px;
    color: rgba(36,32,86,1);
}
.companybar h2 {
    float: right;
    font-size: 16px;
    margin: 12px 12px 0 0px;
    color: rgba(0,0,0,0.9);
    font-weight: 300;
}
.orange {
    color: #f07c00;
}
.mtopn {
    margin-top: 20px !important;
}
        .ptop {
            padding: 0% 0 0 0%;
            float: left;
        }
       
        .logo {
            width: 160px;
            margin-bottom: 10px;
            
        }
        .mobscreen {
            position: absolute;
            top: 210px;
            right: 10%;
            width: 300px;
          background: #333;
background: linear-gradient(180deg, rgba(51, 51, 51, 1) 0%, rgba(255, 255, 255, 1) 47%, rgba(0, 0, 0, 1) 100%);
            padding: 8px;
            box-sizing: border-box;
            border-radius: 16px;
            box-shadow: 0px 4px 64px #333; 
        }
       
        .mobscreen img {
            width: 100%;
            border-radius: 16px;
        }
        h2 {
            font-size: 40px;
       
        }
      
        #launch {
            font-size: 33px;
            color: #fff;
            margin: 10px 0px;
        }
        .bottom {
            width: 100%;
            position: fixed;
            bottom: 0px;
            font-size: 12px;
            background-color: #df6c1b;
            padding: 10px;
            box-sizing: border-box;
            left: 0;
            color: #fff;
            
        }
        #whatsapp {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999;
}
#whatsapp img {
  width: 50px;
}
        .dotzero {
            background-color: #000;
            width: 12px;
            height: 12px;
            border-radius: 50px;
            position: absolute;
            margin: 10px 0 0 44%;
            z-index: 999;
        }
.fpic {
    width: 100%;
}
        #silver {
            padding: 0px;
            margin: 0px;
        }
        #silver li {
            padding: 0px;
            margin: 0px;
        }
        .mfpic {
            display: none;
        }
#aboutimp {
    width: 100%;
   
}
.mcontent {
  margin: 25px 0 40px 0px;
  width: 72%;
  float: left;
 
   
}
.mcontent p {
  font-size: 20px;
  line-height: 30px;
  color: #333;
  margin: 10px 0 30px 0px;
  letter-spacing: -0.5px;
}
#circularcursor {
  background-color: transparent;
  border:4px solid #999;    
  height:32px;
  width:32px;
  border-radius:50%;
  -moz-border-radius:50%;
  -webkit-border-radius:50%;
  position: absolute;
  z-index: 1;
}
#cube {
  background-color: transparent;
  background-image: url(../imgs/cursor.png);
    background-repeat: no-repeat;
  height:32px;
  width:32px;
  
  position:absolute;
  top:50%;
  left:50%;   
  z-index: 9999;
}
.circleBase {
    border-radius: 50%;
}
.roundCursor {
    width: 40px;
    height: 40px;
    background: red;
    border: 0px solid #000;
}
.eicon {
    width: 75px;
     animation: 5s threed;
 animation-iteration-count: infinite;
}
@keyframes threed {
	0% {
		-webkit-transform: rotateY(0deg);
		opacity: 1;
	}
	25% {
		-webkit-transform: rotateY(360deg);
		opacity: 1;
	}
	50% {
		-webkit-transform: rotateY(0deg);
		opacity: 1;
	}
	75% {
		-webkit-transform: rotateY(0deg);
		opacity: 1;
	}
    100% {
		-webkit-transform: rotateY(0deg);
		opacity: 1;
	}
	
}
.lq {
  text-align: left;
  width: 100%;
  position: relative;
}
.lq img {
  width: 50px;
}    
.rq {
  text-align: right;
  width: 100%;
  position: relative;
  margin-top: -50px;
}
.rq img {
  width: 50px;
}    
#vidstats {
    padding: 50px 0px 75px 0px;
    background-color: #f9f9f9;
}
.presentationvidbox {
    width: 70%;
    margin: auto;
    z-index: 777;
    box-shadow: 0 1px 10px #333;
    border-radius: 16px;
}
.presentationvidbox iframe {
    width: 100%;
    height: 505px;
    border-radius: 16px;
}
.stats {
    width: 100%;
    margin: 25px 0 50px 0px;
    border-bottom: solid 1px #ddd;
}
.stats h2 {
   color: #242156;
  font-size: 33px;
  letter-spacing: -0.5px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 50px;
    text-align: center;
}
.stats h2 span {
   color: #ef7e22;
}
.stats ul {
    width: auto;
    overflow: hidden;
}
.stats ul li {
    width: 19%;
    float: left;
    list-style: none;
    margin-bottom: 40px;
    text-align: center;
}
.stats ul li i {
    display: block;
    font-size: 44px;
    color: #666;
    margin-bottom: 10px;
}
.stats ul li h4 {
   font-size: 44px;
  letter-spacing: -0.5px;
  font-weight: 600;
    color: #333;
}
.stats ul li h5 {
   font-size: 20px;
  letter-spacing: 1px;
  font-weight: 400;
    color: #ef7e22;
}

.problemsbox {
    width: 50%;
}
.problemsbox h4 {
    font-size: 18px;
    font-weight: 400;
    margin: -10px 0 25px 0px;
    color: #333;
    text-align: left;
    font-style: italic;
    letter-spacing: 0.5px;
}
.problemsbox ul {
    width: auto;
}
.problemsbox ul li {
    width: 98%;
    background-color: #f9f9f9;
    padding: 50px 20px;
    box-sizing: border-box;
    list-style: none;
    
    height: 400px;
}

.problemsbox ul li h5 {
    font-size: 20px;
    font-weight: 600;
    margin: 0px 0 10px 0px;
    color: #444;
    line-height: 28px;
}
.problemsbox ul li h5 span {
    font-size: 33px;
    font-weight: 700 !Important;
    background-color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: block;
    border-radius: 100px;
    box-shadow: 0 1px 4px #ccc;
    float: right;
    margin-top: -50px;
}
.problemsbox ul li p {
    font-size: 16px;
    margin: 0px 0 10px 0px;
    color: #444;
    line-height: 24px;
}

.solutionsbox {
    width: 50%;
}
.solutionsbox h4 {
    font-size: 18px;
    font-weight: 400;
    margin: -10px 0 25px 0px;
    color: #333;
    text-align: left;
    font-style: italic;
    letter-spacing: 0.5px;
}
.solutionsbox ul {
    width: auto;
}
.solutionsbox ul li {
    width: 98%;
    background-color: #f9f9f9;
    padding: 50px 20px;
    box-sizing: border-box;
    list-style: none;
    height: 400px;
}

.solutionsbox ul li h5 {
    font-size: 20px;
    font-weight: 600;
    margin: 0px 0 10px 0px;
    color: #444;
    line-height: 28px;
}
.solutionsbox ul li h5 span {
    font-size: 33px;
    font-weight: 700 !Important;
    background-color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: block;
    border-radius: 100px;
    box-shadow: 0 1px 4px #ccc;
    float: right;
    margin-top: -50px;
}
.solutionsbox ul li p {
    font-size: 16px;
    margin: 0px 0 10px 0px;
    color: #444;
    line-height: 24px;
}
.fullbox {
    width: 100% !important;
}
.mobapp {
	display: none;
	}
#desktopview {
     width: 100%;
     min-height: 160px;
     position: relative;
     background-color: #fff !important;
     padding: 50px 0px 75px 0px;
     text-align: center;
    
background-image: url(imgs/and-ios.png);
      background-repeat: no-repeat;
      background-position: bottom center;
}
#desktopview h2 {
	color: #242056;
	font-size: 44px;
    letter-spacing: -1px;
    font-weight: 600;
    text-transform: uppercase;
}
#desktopview h3 {
	color: #eb7605;
	font-size: 22px;
    letter-spacing: -0.5px;
    font-weight: 600;
    margin-bottom: 15px;
}
.btext {
		font-size: 26px !important;
        margin: 4px 0 6px 0px;
	 }
    .stext {
		font-size: 18px !important;
        color: #666;
	 }
#desktopview span {
      font-size: 15px;
      color: #fa8100;
      display: block;
      margin: 4px 0 16px 0px;
      line-height: 16px;
    }
#desktopview p {
      font-size: 16px;
      color: #333;
      margin: 4px 0 16px 0px;
      line-height: 20px;
    }
.mobanim {
  -moz-animation: hhanim 1s infinite;
  -webkit-animation: hhanim 1s infinite;
}
@-webkit-keyframes hhanim {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes hhanim {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.colmthree {
  width: 33.2%;
  float: left;
}
.ytvidhome {
   padding: 15px 0 0 0px;
}
.ytvidhome iframe {
   width: 100%;
   height: 450px;
   box-shadow: 0 2px 3px #999;
}
.gallery {
    width: 100%;
    padding: 50px 0px;
    background-color: #f7f7f7;
}
.gallery h2 {
  color: #242156;
  font-size: 33px;
  letter-spacing: -0.5px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 50px;
}
.gallery h2 span {
  color: #ef7e22;
}
.gallery ul {
    width: auto;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}
.gallery ul li {
    width: 19%;
    padding: 0px;
    margin: 0px;
    float: left;
    text-align: center;
    padding: 12px;
    box-sizing: border-box;
    background-color: #f07c00;
    margin: 0.5%;
    list-style: none;
    border-radius: 16px;
}
.gallery ul li img {
    width: 100%;
    height: 210px;
    object-fit: cover;
    margin-bottom: 15px;
    border-radius: 8px;
    box-shadow: 1px 2px 8px #333; 
}
.gallery ul li h3 {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}
.bo {
    float: right;
    margin: 6px 10px 0px 4px;
}
.bo a {
   background-color: #f07c00;
    padding: 7px 15px 8px 15px;
    color: #fff;
    display: block;
    border-radius: 4px;
    font-size: 16px;
}
.bo a:hover {
   background-color: #1b1b5a;
   color: #fff;
}
@media screen and (max-width: 780px) {    
.news-list{
    font-size: 12px;
}
.ptop {
    padding: 4% 0 0 0px;
    text-align: center
}
.mobscreen {
  position: relative;
  top: inherit;
  right: inherit;
               
  width: 300px;
    margin: 40px auto;
  background: #333;
  background: linear-gradient(180deg, rgba(51, 51, 51, 1) 0%, rgba(255, 255, 255, 1) 47%, rgba(0, 0, 0, 1) 100%);
  padding: 8px;
  box-sizing: border-box;
  border-radius: 16px;
  box-shadow: 0px 4px 64px #333;
}
            .fpic {
    width: 100%;
                display: none;
}
            .mfpic {
                display: block;
                width: 100%;
            }
.mobapp {
	display: block;
     width: 100%;
	}
   .dapp_dark {
      background-color: #666;
      padding: 15px;
      box-sizing: border-box;
      color: #fff
    }
    .dapp_dark h2 {
      font-size: 22px !Important;
    }
	.dapp_dark p {
      font-size: 14px;
    }
    .btext {
		font-size: 18px !important;
        margin: 4px 0 6px 0px;
	 }
    .stext {
		font-size: 12px !important;
        color: #fff !Important;
	 }
    .dapp_white {
	  background-color: #fff;
      padding: 15px 15px 20px 15px;
      box-sizing: border-box;
      background-image: url(imgs/and-ios.png);
      background-repeat: no-repeat;
      background-position: bottom right 10px;
	}
	.dapp_white h3 {
      font-size: 20px !Important;
      color: #242056;
      text-transform: uppercase;
    }
	.dapp_white span {
      font-size: 13px;
      color: #fa8100;
      display: block;
      margin: 4px 0 16px 0px;
      line-height: 16px;
    }
#desktopview {
     display: none;
}
.mcontent {
  margin: 25px 0 0 0px;
  width: 100%;
  float: none;
    text-align: center;
}
.mcontent p {
  font-size: 20px;
  line-height: 30px;
  color: #333;
  margin: 10px 0 30px 0px;
  letter-spacing: -0.5px;
}        
#gbar {
  background-color: #f1f1f1;
  width: 100%;
  min-height: 100px;
  padding: 50px 0px 50px 0px;
  position: relative;
  z-index: 1;
 
}
.presentationvidbox {
  width: 90%;
  margin: 25px auto;
  position: relative;
  z-index: 777;
  box-shadow: 0 1px 10px #333;
  border-radius: 16px;
}
.presentationvidbox iframe {
  width: 100%;
  height: 180px;
  border-radius: 16px;
}            
.problemsbox ul li {
  height: auto;
}
.stats ul li {
  width: 100%;
  float: none;
  list-style: none;
  margin-bottom: 40px;
  text-align: center;
}
.redefined {
  width: 100%;
  float: none;
  overflow: hidden;
}    
.smlogo {
  width: 160px;
  margin: 20px 0 40px 0px;
}
.fbblock {
  float: none;
  width: 100%;
}    
.facebook {
  position: relative;
  margin-top: 10px;
  width: 100%;
  background-color: #242056;
  padding: 10px 0 10px 0px;
  box-sizing: border-box;
  text-align: center;
  z-index: 777;
}    
.problemsbox {
  width: 100%;
}    
.solutionsbox {
  width: 100%;
}
.gallery ul li {
  width: 100%;
  padding: 0px;
  margin: 0px;
  float: none;
  text-align: center;
  padding: 12px;
  box-sizing: border-box;
  background-color: #f07c00;
  margin: 2.5% 0px;
  list-style: none;
  border-radius: 16px;
}    
#cube {
  display: none;
}    
.companybar {
  width: 100%;
  padding: 10px 0px;
}    
.companybar h1 {
  text-transform: uppercase;
  float: none;
  font-size: 16px;
  margin: 0px 0 0 0px;
  color: rgba(36,32,86,1);
    width: 100%;
    text-align: center;
}  
.companybar h2 {
  float: none;
  font-size: 14px;
  margin: 12px 0px 4px 0px;
  color: rgba(0,0,0,0.9);
  font-weight: 300;
    text-align: center;
}    
.bo {
  float: none;
  margin: 6px 10px 0px 4px;
    text-align: center;
}    
.eicon {
  width: 55px;
}    
.padbox {
  padding: 20px 0px;
  box-sizing: border-box;
}    
    
}


