/* @font-face {
  font-family: 'Poppins-Regular';
      src: url('../fonts/poppins/Poppins-Regular.eot');
      src: local('Poppins-Regular'), 
      url('../fonts/poppins/Poppins-Regular.woff') format('woff'), 
      url('../fonts/poppins/Poppins-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Poppins-Bold';
      src: url('../fonts/poppins/Poppins-Bold.eot');
      src: local('Poppins-Bold'), 
      url('../fonts/poppins/Poppins-Bold.woff') format('woff'), 
      url('../fonts/poppins/Poppins-Bold.ttf') format('truetype');
} */
@font-face {
  font-family: 'Helvetica';
      src: url('../fonts/Helvetica.eot');
      src: local('Helvetica'), 
      url('../fonts/Helvetica.woff') format('woff'), 
      url('../fonts/Helvetica.ttf') format('truetype');
}
@font-face {
  font-family: 'Helvetica-Bold';
      src: url('../fonts/Helvetica-Bold.eot');
      src: local('Helvetica-Bold'), 
      url('../fonts/Helvetica-Bold.woff') format('woff'), 
      url('../fonts/Helvetica-Bold.ttf') format('truetype');
}

p{
  letter-spacing: 1px;
}

.device-based-msg{
    color: #e37e28;
    font-size: 22px;
    font-weight: 600;
}

body{
  margin: 0;
  /* font-family: 'Poppins-Regular'; */
  font-family: 'Helvetica';
  font-size: 16px;
  line-height: 20px;
  color: #333333;
  background-color:#16172B;
  width: 100%;
  word-wrap: break-word;
  font-weight: 100;
  -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.font-bold{
  font-family: 'Helvetica-Bold';
}

.font-regular{
  font-family: 'Helvetica';
}

.content{
  /* overflow: scroll;
  height: -webkit-fill-available; */
}

#myvideo {
    position: fixed;
    min-width: 100%; 
    min-height: 100%;
    max-height: 400px;
    object-fit: fill;
  }

  .header-video{
    position: fixed;
    min-width: 100%; 
    min-height: 100%;
    max-height: 400px;
    object-fit: cover;
  }

.hidden{
  display: none;
}
  .content h1{
    text-align: center;
  }
  .vertical-menu{
    position: absolute;
    bottom: 130px;
  }
  .vertical-menu li a{
    display: block;
    color: #fff;
    padding: 5px 0px;
    text-decoration: none;
    line-height: 18px;
    transition: all .5s ease-in-out;
  }
  .vertical-menu li a:hover{
    color: #E37D05;
    transform: scale(1.1);
  }
  #vertical-curve li a:hover{
    color: #fff;
  }
  .vertical-menu ul{
    list-style-type: none;
    margin: 0;
    width: 195px;
    height: 175px;
  }
  .main{
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);

    top: 30%;
    min-height: 320px;
    max-height: 320px;
  }
  .logo img{
    width: 600px;
  }

  ul li{
    display:none;
  }
  .animation{
    display:block;
  } 
  .title-below-logo{
    color: #fff;
    font-size: 25px;
    margin-top: 0px;
    font-weight: bold;
    text-shadow: 2px 2px #000;
  }
  #start, .resend-otp, .forgot-pass, #resend-phone-otp, #startRegi, #resend-mobile-otp,#publisherbtn,#adminbtn{
    background-color: #e37e28;
    border: none;
    border-radius: 30px;
    color: #fff;
    padding: 12px 32px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 4px 2px;
    cursor: pointer;
    outline: none;
    width: 225px;
  }

  #start, #startRegi{
    display: block;
    margin: 6px auto;
  }
  #publisherbtn,#adminbtn{
    margin: 6px auto;
    white-space: nowrap;
  }

  #startRegi{
    padding: unset;
    background-color: transparent;
    text-decoration: underline;
    color: #fff;
    font-weight: 100;
    font-size: 12px;
    text-shadow: 0px 0px 2px #fff;
    width: 215px;
    text-align: right;
  }

  .vertical-menu li{
   margin-bottom: 10px;
  }

  #start:focus, #start:active, #start:hover, #user_form input[type=text]:hover, #user_form input[type=password]:hover, #user_form input[type=text]:active, #user_form input[type=password]:active, #user_form input[type=text]:focus, #user_form input[type=password]:focus {
    outline: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
  }
  form#user_form{
      width: 300px;
      margin: 0 auto;
      margin-bottom: -90px;
  }
  .grow {
      transition: all .5s ease-in-out;
  }
  .grow:focus {
    transform: scale(1.1);
  }

  .v-menu-curve .grow {
    transition: all .5s ease-in-out;
  }
  .v-menu-curve .grow:hover {
    transform: scale(1.1);
  }
  /* #user_form input[type=text]:focus, #user_form input[type=password]:focus {
    outline: 0;
    box-shadow: 0 0 2px 3px rgba(0, 123, 255, .5);
  } */
  #user_form input[type=text], #user_form input[type=password], #user_form select {
    width: 100%;
    padding: 12px 38px;
    border-radius: 25px;
    margin: 8px 0;
    border: none;
    box-sizing: border-box;
    outline: 0px;
}
.dis_none {
  display: none;
}
#new_user{
  animation: fadein 1200ms;
  animation-delay: 1s;
  -moz-animation: NewUserDelay 1200ms; /* Firefox */
  -moz-animation-delay:1s;
  -webkit-animation: NewUserDelay 1200ms; /* Safari and Chrome */
  -webkit-animation-delay:1s;
  -o-animation: NewUserDelay 1200ms; /* Opera */
  opacity: 0;
  animation-fill-mode: forwards;
}
@keyframes NewUserDelay {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


.comp-regi{
  color: #ffa500;
  font-weight: bold;
  text-shadow: 2px 2px #000;
  margin-bottom: 5px;
}
.invalid { 
  border: 1px solid red!important;
 }
#error { 
  color: red;
  text-shadow: 0px 0px #fff;
 }
#error_name { 
  color: red;
  text-shadow: 0px 0px #fff;
 }
 .v-menu-curve{
  left: 50%;
 top: 47%;
  transform: translate(-190%, -62%);
  position: fixed;
 }
 .v-menu-curve li{
  margin-bottom: 30px;
  display: block;
 }
 .one-curve{
   position: relative;
   right: 50px;
   top: -30px;
 }
 .two-curve{
  position: relative;
   right: 30px;
   top: -30px;
   /* right: 62px;
    top: -20px; */
}
.three-curve{
  position: relative;
    top: -30px;
}
.four-curve{
  position: relative;
  right: 0px;
  top: -30px;
}
.five-curve{
  position: relative;
  right: 15px;
  top: -30px;
}
.six-curve{
  position: relative;
  right: 34px;
 top: -30px;
}

.seven-curve{
  position: relative;
  right: 72px;
  top: -30px;
}
.active-curve{
  color: #E37D05!important;
  font-size: 21px;
  font-family: 'Helvetica-Bold';
  transform: unset!important;
}
.fade-line{
  /* float: left;
  border: 1.5px solid;
  border-left: 0;
  border-top: 0;
  border-bottom: 0;
  border-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(227, 126, 40) 48%, rgba(255, 255, 255, 0) 100%);
  border-image-slice: 1; */
  padding-top: 30px!important;
}

/* .active-curve::after{
  content: '';
  height: 10px;
  width: 10px;
  background-color: #e37e28;
  border-radius: 50%;
  display: inline-block;
  float: right;
  position: relative;
  top: 5px;
} */
.pages-content{
  /* position: absolute;
  left: inherit; 
  width: 800px; 
  padding: 20px;
  color:#fff;
  font-size: 13px;

  overflow: auto;
  max-height: 400px;
  top: -75px; */

  position: absolute;
  width: 650px;
  padding: 20px;
  color: #fff;
  font-size: 14px;
  /* overflow: auto; */
  max-height: 400px;
  left: 50%;
  top: 50%;
  transform: translate(-23%, -50%);
  /* background-color: #12172c99; */
  border-radius: 8px;
}


/*faq*/
ul .inner {
  padding-left: 1em;
  overflow: hidden;
  display: none;
}
ul .inner {
  /*display: block;*/
  background-color: #CECED3;
  width: 100%;
  color: #000;
  padding: 0px;
  border-radius: 0px 0px 4px 4px;
}
.accordion{
  width: unset!important;
  padding: 0px;
  margin-bottom: 60px;
}
.accordion li{
  background-color: #636363;
  border-radius: 4px;
  margin-bottom: 15px;
}
.accordion li a{
  display: block;
  padding: 5px 10px;
  color: #fff;
  text-decoration: unset;
}
ul .inner p{
  padding-left: 10px;
  padding-right: 10px;
}
ul .inner{
  width:100%!important;
}
.down-icon{
  width: 13px;
  float: right;
  position: relative;
  top: -2px;
}

div::-webkit-scrollbar {
  display: none;
  width: 2px;
}
div::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 10px;
  background-color: transparent;
}
div::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
  background-color: #e37e28;
}

body::-webkit-scrollbar {
  width: 5px;
}
body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  border-radius: 10px;
  background-color: transparent;
}
body::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
  background-color: #e37e28;
}


.v-menu-curve .animation a:hover{
  color: #E37D05!important;
  font-weight: bold;
}
.accordion li{
  display: block;
}
.floating-text{
  width: 450px;
  top: 40%;
  background: unset;
  color: #000;
  text-align: center;
  font-size: 20px;
  left: 57%;
}
.floating-text p{
  margin: 10px 0px;
  font-size: 16px;
}
.pages-start-button{
  opacity: 1;
  position: fixed;
  bottom: 20px;
  left: 20px;
  padding: 9px 25px;
  font-size: 17px;
  cursor: pointer;
  font-weight: 600;
  color: #fff;
  border-radius: 30px;
  background-color: #e37e28;
  text-decoration: unset;
  text-transform: uppercase;

  transition: all .5s ease-in-out;
}
.pages-start-button:hover{
  transform: scale(1.1);
}

.blockk{
  display: block!important;
  margin: auto!important;
}

.slideRight{
  animation-name: slideRight;
  -webkit-animation-name: slideRight;   
  animation-duration: 2s;   
  -webkit-animation-duration: 2s;
  animation-timing-function: ease-in-out;   
  -webkit-animation-timing-function: ease-in-out;       
  visibility: visible !important;
  animation-delay: 0s;
  -webkit-animation-delay: 0s;
  display: none;
}
/* @keyframes slideRight {
  0% {
      transform: translateY(-150%);
  }
  100% {
      transform: translateY(0%);
  }   
}
@-webkit-keyframes slideRight {
  0% {
      -webkit-transform: translateY(-150%);
  }
  100% {
      -webkit-transform: translateY(0%);
  }
} */

/* .slideRight {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
} */

.margin-0{
  margin: 0px;
}
.faq-content-ul{
  margin-bottom: 15px;
}
.faq-content-ul li{
  background-color: unset;
  border-radius: unset;
  margin-bottom: 0px;
}
.inner-page-title{
  color: #fba631;
  font-family: 'Helvetica-Bold';
  font-size: 25px!important;
  text-transform: uppercase;
  text-align: center;
}
.inner-page-sub-title{
  font-family: 'Helvetica-Bold';
  margin-bottom: -10px;
  letter-spacing: 1px;
  color: #E37D05!important;
}

/* faq */
.accordion {
  width: 100%;
}
.accordion .accordion-head {
  color: #fff;
  background-color:transparent;
  position: relative;
  font-size: 15px;
  cursor: pointer;
  overflow: hidden;
  padding: 10px 5px;
}
.accordion .accordion-head * {
  cursor: pointer;
}
.accordion .accordion-head h4 {
  float: left;
  margin: 0px;
}
.accordion .accordion-head:hover {
  filter: alpha(opacity=80);
  opacity: 0.80;
}
.accordion .accordion-body {
  height: auto;
  display: none;
}
.arrow {
  float: right;
  width: 0px;
  height: 0px;
  border: 10px solid transparent;
  margin-top: 0px;
  border-top-color: #F3F3F3;
}
.accordion-head.open .arrow {
  bottom: 10px;
  border-bottom-color: #e37e28;
  border-top-color: transparent;
  position: relative;
}
.accordion-body p{
  margin: 5px 20px;
}
.accordion hr{
  margin: 13px 0px;
  border: 0.5px solid #f3f0f02e;
}


.pages-start-campaign img{
  float: right;
  position: fixed;
  width: 134px;
  left: 20px;
  top: 20px;
}

.last-p p:nth-last-child(1) {
  margin-bottom: 60px;
}

/*footer scrolling css*/


.drawer {
	bottom: 0px;
	height: 160px;
	overflow: hidden;
	position: fixed;
	width: 100%;
	z-index: 5; /* make this what you need to */
}
.drawer > header {
	background: #ffffff;
	border: 1px solid #000;
	color: #151522;
	display: block;
	height: 20px;
	line-height: 25px;
	margin: auto;
	overflow: hidden;
	padding: 5px;
	text-align: center;
	width: 20px;
  border-radius: 50%;
  margin-bottom: 3px;
}
.drawer-content {
	border-collapse: collapse;
	height: 130px;
	padding: 10px 95px;
	background-color: #090a16db;
	color: #fff;
}
.clickme {
  cursor: pointer;
}
.drawer-items {
	margin: auto;
}
.drawer-items ul {
  margin: 0px;
}
.drawer-items li {
  display: block!important;
  float: left;
  list-style: none;
  margin-left: 0px;
  width: 20%;
}
.drawer-items div a {
  display: block;
  color: #fff;
  text-decoration: none;
  transition: all .5s ease-in-out;
}
.drawer-items div a:hover {
  color: #E37D05!important;
  transform: scale(1.1);
}
.drawer-items .title {
	color: #c4c4c4;
	font-size: 20px;
	line-height: 1.1;
}
.footer-listing p{
	margin: 0px;
  line-height: 25px;
  font-size: 13px;
}
#image1 {
  -moz-transition: transform 1s;
  -webkit-transition: transform 1s;
  transition: transform 1s;
}
#image1{
  transform: rotate(-180deg);
}
.flip {
  transform: rotate(-0deg)!important;
}
.copyright-text{
  width: 100%;
  color: #fff;
  font-size: 11px!important;
  display: table;
}
.footer-listing{
  width:20%;
  float:left;
  padding: 23px 0px;
}

.typewriter{
  color: #fff;
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  white-space: nowrap; /* Keeps the content on a single line */
  /* margin: 0 auto; */
  animation: 
    typing 3.5s steps(30, end);
}

/* The typing effect */
@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}
.li-block{
}
.li-block li{
  display: block;
  display: list-item;
}
.margin-btm-0{
  margin-bottom: 0px;
}
dl dd{
  margin-bottom: 10px;
}
dl dt{
  letter-spacing: 1px;
}

.width-30{
  width:20%;
  float: left;
  text-align: center;
}
.width-90{
  width:80%;
  float: left;
  margin-top: 15px;
}
.img-respo{
  max-width: 100%;
  height: auto;
  width: 85px;
}
.product-feature-title{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0px;
}
.prod-row{
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.prod-row p{
  margin-bottom: 0px;
  margin-top: 0px;
}


/* slider popup */
/* Click the image one by one to see the different layout */

/* Owl Carousel */

.owl-prev {
  background: url('https://res.cloudinary.com/milairagny/image/upload/v1487938188/left-arrow_rlxamy.png') left center no-repeat;
  height: 54px;
  position: absolute;
  top: 50%;
  width: 27px;
  z-index: 1000;
  left: 2%;
  cursor: pointer;
  color: transparent;
  margin-top: -27px;
}

.owl-next {
  background: url('https://res.cloudinary.com/milairagny/image/upload/v1487938220/right-arrow_zwe9sf.png') right center no-repeat;
  height: 54px;
  position: absolute;
  top: 50%;
  width: 27px;
  z-index: 1000;
  right: 2%;
  cursor: pointer;
  color: transparent;
  margin-top: -27px;
}

.owl-prev:hover,
.owl-next:hover {
  opacity: 0.5;
}


/* Owl Carousel */


/* Popup Text */

.white-popup-block {
  background: #FFF;
  /* padding: 20px 30px;
  text-align: left; */
  max-width: 80%;
  margin: 40px auto;
  position: relative;
}

.popuptext {
  display: table;
}
.popuptext p {
  margin-bottom: 10px;
}
.popuptext span {
  font-weight: bold;
  float: right;
}
/* Popup Text */

/* Icon CSS */
.item {
  position: relative;
}
.item i {
  display: none;
  font-size: 4rem;
  color: #FFF;
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.item a {
  display: block;
  width: 100%;
}
.item a:hover:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.item a:hover i {
  display: block;
  z-index: 2;
}
.popup-text video{
  display: block;
  width: 100%;
  height: 103px;
}
.owl-carousel .owl-item img{
  height: 103px;
}
.mfp-close-btn-in .mfp-close{
  color: #e21313!important;
  opacity: 1;
  background-color: #cccccc3b;
  border-radius: 50%;
}
.width-20{
  width: 20px;
}
/* Press Release Section Start */
.select-section , .press-release  {
  padding: 0 60px; 
}
.select-section .form-group{
  display: inline-block;
  margin-right: 26px;
  position: relative;

}
.select-section .form-control{
  height: 42px;
  width: 142px;
  background-color: #262b3a;
  border-radius: 30px;
  border: 0;
  box-shadow: none;
  color: #fff;
  font-size: 16px;
  padding: 6px 14px;
  -moz-appearance:none; /* Firefox */
  -webkit-appearance:none; /* Safari and Chrome */
  appearance:none;
}
.select-section i{
  position: absolute;
  right: 16px;
  top: 14px;
}
.press-release{
  height: 63vh;
  overflow: hidden;
  overflow-y: visible;
}
.press-release .press-box{
  padding: 18px 20px;
  background: rgba(227,5,1,0.05);
  border-radius: 30px;
  border: 1px solid rgba(227,5,1,0.05);
  transition: .4s;
  margin-bottom: 24px;
}
.press-release .press-box h3{
  color: #fff;
  margin: 4px 0 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
}
.press-release .press-box a{
  color: inherit;
  text-decoration: none!important;
}

.press-release .press-box span{
  color: rgba(255, 255, 255, 0.5);
  font-weight: 700;
  font-size: 10px;
  line-height: 12px;
}
.press-release .press-box:hover {
  box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.1);
  border-color:#E37D05;
  background: rgba(227, 125, 5, 0.05);
  transition: .4s;

}
.press-release .press-box:hover h3 {
    color:#E37D05;
}
.press-release .press-box:hover span{
    color:rgba(227, 125, 5, 0.5)
}
/* press-release-table */
.press-release-table tr th:first-child{
    width: 220px;
}
.press-release-table tr th:nth-child(2) , .press-release-table tr td:nth-child(2){
  width: 360px;
  display: block;
}
.press-release-table tr td a{
  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #fff;
}
.press-release-table tr th:last-child{
  width: 152px;
}
.press-release-table tr th , .press-release-table tr td{
    border: 0px !important;
    /* border-right: 1px solid #111629 !important; */
}
.press-release-table tr{
  /* background: #262b3a; */
  border-bottom: 1px solid #343030;
  transition: .2s;
}
.press-release-table tr:hover{
  background: #273048;
  
}
.press-release-table tr th{
  padding: 12px 15px !important;
}
.press-release-table tr th,.press-release-table tr td{
  padding: 10px 15px !important;
  vertical-align: middle !important;
}
.faq-images{
  width: 95%;
  margin: 0px 25px;
}
.accordion ol li{
  border-radius: unset!important;
  margin-bottom: unset!important;
  background-color: unset;
  display: revert;
}
.mobile-phno{
  text-decoration: underline;
  -webkit-text-decoration-color: blue;
  text-decoration-color: blue;
}
#mail1 p:nth-child(1){
  margin-bottom:0;
}
#mail1 p:nth-child(2){
  margin-bottom: -15px;
  font-size: 16px;
  color: #fff;
}
#mail1 a{
  background-color: #e37e28;
    border: none;
    border-radius: 30px;
    color: #fff;
    padding: 12px 87px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    outline: none;
    width: 479px !important;
    text-decoration: none;
}
#mail2 p:nth-child(1),#mail1 p:nth-child(1){
  font-family: Helvetica;
  font-style: normal;
  font-weight: bold;
  font-size: 45.1705px;
  line-height: 100%;
  text-align: center;
  color: #FFF;
  margin-top: 100px;

}
#mail2 p:nth-child(2){
  font-family: Helvetica;
    font-style: normal;
    font-weight: bold;
    font-size: 41.1705px;
    line-height: 100%;
    text-align: center;
    color: #FFF;
    margin-top: -40px;
    margin-bottom: 0;

}
.contactui{
  font-family: Helvetica;
color:#fff !important;
font-size: 20px;
margin-bottom: 10px;;
}
#mail2 a{
  font-family: Helvetica;
  color:#e27d27 !important;
  font-size: 24px;
  text-decoration: underline !important;
}
