@charset "utf-8";
/* CSS Document */


		body
		{
			margin: 0px;
			padding: 0px;
			font-family: "Open Sans", sans-serif;
			font-size: 14px;
			color: #000000;

		}


/*Rahul*/

/*All fonts sizes*/
.font11{font-size: 11px;}
.font12{font-size: 12px;}
.font13{font-size: 13px;}
.font14{font-size: 14px; white-space: normal;	 word-break: break-all;}
.font15{font-size: 15px;}
.font16{font-size: 16px; white-space: normal;}
.font17{font-size: 17px;}
.font18{font-size: 18px;}
.font19{font-size: 19px;}
.font20{font-size: 20px;}
.font21{font-size: 21px;}
.font22{font-size: 22px;}
.font23{font-size: 23px;}
.font24{font-size: 24px;}
.font25{font-size: 25px;}
.font26{font-size: 26px;}
.font27{font-size: 27px;}
.font28{font-size: 28px;}
.font29{font-size: 29px;}
.font30{font-size: 30px;}
.font31{font-size: 31px;}
.font32{font-size: 32px; white-space: nowrap;		}
.uppercase{text-transform: uppercase;}

/*All fonts sizes closed*/

/*All test color*/

.text-red{ color:#e73237; }
.text-white{ color:#ffffff; }
.text-orange{ color:#ffc11b; }
.text-blue{ color:#006690; }
.text-green{ color:#32940b; }


/*All test color closed*/

/*Background Classes*/
.red{ background:#e73237; padding:3px 15px; display:inline-table; }
.black{ background:#000000; padding:3px 15px; display:inline-table;}
.blue{ background:#143c62; padding:3px 15px; display:inline-table; }
.green{ background:#32940b; padding:3px 15px; display:inline-table;}
.orange{ background:#ee7325; padding:3px 15px; display:inline-table;}


.text-left{ text-align:left; }
.text-right{ text-align:right; }
.text-center{ text-align:center; }


/*marging Classess*/

.mt5{ margin-top:5px; } .mt10{ margin-top:10px; } .mt15{ margin-top:15px; } .mt20{ margin-top:20px; }
 .mt25{ margin-top:25px; }



/*CTA Button*/

.cta{ padding:8px 15px; font-size:14px; background:#053e6d; color:#fff; display:inline-table;
border-radius:0px; font-weight:500; float:right; min-width:162px;  }

.bold{ font-weight:bold; }




		#close-btn
		{
background: #ffffff;
    border: 1px solid #cccccc;
    color: #cccccc;
    height: 20px;
    width: 20px;
    border-radius: 100px;
    text-align: center;
    left: 910px;
    position: absolute;
    display: block;
    cursor: pointer;
    z-index: 100;
    margin: 5px;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    line-height: 17px;
    text-align: center;
			
		}
		#replay-btn
		{
			background: #fffffff;
			border: 1px solid #cccccc;
			color: #cccccc;
			height: 20px;
			width: 20px;
			border-radius: 100px;
			text-align: center;
			left: 910px;
			position: absolute;
			display: block;
			cursor: pointer;
			z-index: 999;
			margin: 5px;
/*			font-family: Arial;*/
			display: none;
		}
		#mainouter
		{
			width: 940px;
			height: 160px;	
			position: relative;
			font-size: 16px;
			font-family:Roboto, 'Segoe UI', 'sans-serif';
			border: 1px solid #cccccc;			
			background: #ffffff;
			overflow: hidden;		
		}
		#div1
		{
			/*width: 940px;
			height: 160px;*/
			position: absolute;		
			right: 0;
			top: 0;			
			animation: screen1 5s;
			animation-fill-mode: forwards;		
			white-space: nowrap;							
		}
		#div2
		{
		/*	width: 940px;
			height: 160px;*/
			position: absolute;			
			right: 0;
			top: 0;
			animation: screen2 10s;
			animation-delay: 5s;
        	animation-fill-mode: forwards;	
			opacity: 0;		
		}
		#div3
		{
			/*width: 940px;
			height: 60px;*/
			position: absolute;			
			right: 0;
			top: 0;			
			animation: screen3 3s;
			animation-delay: 10s;
        	animation-fill-mode: forwards;
			opacity: 0;
		}
		@keyframes screen1
				{
				  0%   {opacity: 1;}
				  25%  {opacity: 1;}
				  50%  {opacity: 1;}
				  75%  {opacity: 1;}
				  100% {opacity: 0;}				 
				}
		
		@keyframes screen2 
				{
				  0%   {opacity: 0;}
				  25%  {opacity: 1;}
				  50%  {opacity: 1;}
				  75%  {opacity: 1;}
				  100% {opacity: 0;}				 
				}
		@keyframes screen3 
				{
				  0%   {opacity: 0;}
				  25%  {opacity: 1;}
				  50%  {opacity: 1;}
				  75%  {opacity: 1;}
				  100% {opacity: 1;}				
				}
		#div1 #div2 
				{
            	  display: block; /* Initially display div1 */
       			}		
		.contentpanel{width: 690px; padding: 3px 15px; display: block; margin: 0 auto;  position:relative; left:100px;		}
		
		.slide1
		{
			width: 690px;
			height: 160px;
			float: left;
			text-align: left;
			padding: 10px;
			color: #000000;
			margin-left: 20px;						
		}
		.slide2
		{
			
			width: 690px;
			height: 160px;
			float: right;
			text-align: left;
			padding: 10px;
			color: #000000;
			margin-left: 20px;	

		}
		.slide3
		{
			width: 780px;
			height: auto;
			float: left;
			text-align: left;
			padding: 2px;
			color: #000000;			
			margin-left: 20px;
	
		}	
		#logo 
		{
			z-index: 1;
			position: relative;
			padding-left: 0px;
			height: 160px;
			display: inline-table;
			float: left;
    max-width: 200px;
		}

		#imglogo
		{
			width: 200px;
			margin: 25px 0px;
		}		


.text_ul{ display:inline-table; width:90%; text-align:left; font-size:14px; margin:0 auto; }

.text_ul ul{ margin:5px 10px 0; padding:0px; width:45%; float:left; word-wrap: break-word; 
white-space:normal; }
.text_ul ul li{ margin:2px 0px 5px; padding:0px;  }
		
/*Rahul*/	
		
.tracking-in-expand-fwd-top {
	-webkit-animation: tracking-in-expand-fwd-top 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
	        animation: tracking-in-expand-fwd-top 0.8s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}


/* ----------------------------------------------
 * Generated by Animista on 2024-11-14 17:39:2
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation tracking-in-expand-fwd-top
 * ----------------------------------------
 */
@-webkit-keyframes tracking-in-expand-fwd-top {
  0% {
    letter-spacing: -0.5em;
    -webkit-transform: translateZ(-700px) translateY(-500px);
            transform: translateZ(-700px) translateY(-500px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0) translateY(0);
            transform: translateZ(0) translateY(0);
    opacity: 1;
  }
}
@keyframes tracking-in-expand-fwd-top {
  0% {
    letter-spacing: -0.5em;
    -webkit-transform: translateZ(-700px) translateY(-500px);
            transform: translateZ(-700px) translateY(-500px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0) translateY(0);
            transform: translateZ(0) translateY(0);
    opacity: 1;
  }
}



