
















.my-global-submit-fixed {
    width: 100%;
    padding: 8px 0px;
    background-color: rgba(0, 0, 0, 0.9);
    color: #ee0;
    position: fixed;
    bottom: 0px;
	z-index: 1111111;
    float: left;
}

.footer-bad-fix{text-align: center;line-height: 27px;font-size: 17px; color:#FFF;}
.footer-bad-fix a{text-align: center;line-height: 27px;font-size: 17px; color:#FFF;}
.footer-bad-fix a:hover{text-align: center;line-height: 27px;font-size: 17px; color:#FFF;}

/* 2020 */	

.colorchange {color:#313131; -webkit-animation:colorchange 4s infinite alternate; }
.colorchange a {color:#313131; -webkit-animation:colorchange 4s infinite alternate; }
.colorchange a:hover {color:#313131; -webkit-animation:colorchange 4s infinite alternate; }

    @-webkit-keyframes colorchange {
      0%  {color: #fba51a;}      
      10% {color: #b2e52e;}      
      20% {color: #ff661a;}      
      30% {color: #b2e52e;}      
      40% {color: #fba51a;}      
      50% {color: #ffffff;}      
      60% {color: #ff661a;}      
      70% {color: #2980b9;}
      80% {color: #f1c40f;}      
      90% { color: #b2e52e;}      
      100% {color: #ffffff;}
    }

.gray-band-2020{background-color:#f1f1f1; padding:40px 0 40px 0px; }	

.main-menu {
    width: 100%;
    padding: 8px 0px; background-color:#FFF;
    color: #ee0;
    position: fixed;
    top: 0px;
	z-index: 1111111;
    float: left;
}

/* sticky button */	
	
	

	
	
	
#feedback1 {
    height: 0px;
    width: 85px;
    position: fixed;
    right: 0;
    top: 30%;
	position:absolute;
	color:#F00;
    z-index: 10000;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

#feedback1 a {
	display: block;
	background:url(pc.png) no-repeat;
	height: 52px;
	width: 155px;	
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 17px;
	
	text-decoration: none;

}
#feedback1 a:hover {
	background:url(pc-over.png) no-repeat;
}

#feedback {
	height: 0px;
	width: 85px;
	position: fixed;
	right: 0;
	top: 50%;
	z-index: 1000;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
#feedback a {
	display: block;
    background: #000;
    height: 56px;
    padding-top: 10px;
    width: 220px;
    text-align: center;
    color: #fc0;
    font-family: Arial, sans-serif;
    font-size: 23px;
    text-decoration: none;
    font-weight: 600;
}
#feedback a:hover {
	background:#00495d;
}












/* Fix Social media Icon  */

.icon-bar {
  position: fixed;
  z-index:3000;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.google {
  background: #dd4b39;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}

.content {
  margin-left: 75px;
  font-size: 30px;
}





/* enquiry form */	
		
#quickenquire input[type=text], input[type=email], textarea, select {
	width: 100%;
	padding: 5px 15px;
	margin: 8px 0;
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
}


#quickenquire label {
	font-size: 14px;
	
	
	padding: 0px!important;
	margin: 0px!important;
}
#quickenquire  input[type=submit] {
    width: 100%;
    background-color: #2e3192;
    color: white;
    text-transform: uppercase;
    
    letter-spacing: 2px;
    padding: 7px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
	 margin:12px 0 0 0px;
}

#quickenquire  input[type=submit]:hover {
    background-color: #000000;
}





.logo-newfile{margin: 0 0 0 0px;}





.pg-gallery{ margin: 40px 0 0 120px;}

.aglive-top-nnt2 {
    margin: -170px 0px 0 237px;
    color: #2d2d2d;
    font-size: 19px;
    position: absolute;
}


.aglive-top-nn1 {
    margin: 0px 0 0 338px;
}


.aglive-top-nnt1 {
    margin: -264px -331px 0 0px;
    color: #2d2d2d;
    font-size: 18px;
    padding: 0 252px 0px 363px;
}


.aglive-top-nn2{margin: 130px 0 0 0px;}


.aglive-top-nn3 {
    margin: 0 0 0 -438px;
}



.aglive-top-nnt3 {
    margin: -206px -29px 0 -463px;
    color: #2d2d2d;
    font-size: 18px;
}


.colorimg {
    /* filter: url(filters.svg#grayscale); Firefox 3.5+ */
      filter: gray; /* IE5+ */
      -webkit-filter: grayscale(1); /* Webkit Nightlies & Chrome Canary */
      -webkit-transition: all .8s ease-in-out;  
    }

.colorimg:hover {
    filter: none;
      -webkit-filter: grayscale(0);
      -webkit-transform: scale(1.01);
	  
    }














#affixxx.affix {z-index:100 !important; top:0px !important; background:#fff;  transition:all .5s;  width:100%;}
#affixxx.affix .inner_logo p { display:none;}
#affixxx.affix .inner_logo {position: absolute; top: 73%; left: 50%; transform: translate(-50%, -50%);}





.aro-space{}
.topmenu-bg{ background-color:#e4e4e4; padding:0 0 10px 0px;}
.top-menu-text{font-size:13px; color:#333; z-index:11000; text-align:right; margin: 13px 0 5px 0px;}
.dotted-main{ border-right: solid 1px #FFFFFF; border-style: dotted; margin: 0 0px 0 0px;}
.dotted{ border-right: solid 1px #FFFFFF; border-style: dotted; margin: 0 0 0 0px; text-align: left;}

.dotted-text{ border-right: solid 1px #FFFFFF; border-style: dotted; margin: 0 0 0 0px; color:#FFF;}
.dotted-text2{ border-right: solid 1px #FFFFFF; border-style: dotted; margin: 0 0 0 0px; color:#FFF;}
.dotted-text3{ border-right: solid 1px #FFFFFF; border-style: dotted; margin: 0 0 0 0px; color:#FFF;}
.dotted-text4{  0 0 0 0px; color:#FFF;}
.dotted-text5{  margin: 0 0 0 25px; color:#FFF; }
.gd-pointer{ border-bottom: solid 1px #FFFFFF; border-style: dotted; padding: 10px 0 10px 0px; text-align:left; line-height:24px; }



.logo-main{z-index: 1111; margin: -49px 0 3px 0px;}
.hed-bg{ background-color:#FFF;}
.logo1{ text-align:left; margin:1px 0 14px 0px;}
.logo2{ text-align:right; margin:1px 0 14px 0px;}
.logo3{ text-align:center; margin:1px 0 14px 0px;}





.date-bg-fix{background-image: url(../images/fix-bg/date-bg.jpg); padding: 50px 0 50px 0px;margin: 0px 0 0 0px;background-repeat: no-repeat;}	
.date-text{font-family: 'Roboto', sans-serif; font-size:50px; color:#FFF; text-align:center; line-height:60px; font-weight:300;}
.s2-bg{ background-color:#b1bf3b; padding:30px; position:absolute; z-index:100; width:100%; opacity:0.9;}
.s2-bg-text-b{ font-family: 'Nanum Gothic', sans-serif; font-size:30px; text-align:center; color:#fff;}
.s2-bg-text-s{ font-family: 'Nanum Gothic', sans-serif; font-size: 22px; text-align:center; color:#4a5014;
               padding:20px 0 0 0px; line-height: 30px;}

.caps-fix-bg2 {background-image: url(../images/fix-bg/fix-bg4.jpg);padding: 60px 0 80px 0px;margin: 0px 0 0 0px;background-repeat: no-repeat;}
	
	
.s3-bg-text-b{ font-family: 'Roboto', sans-serif; font-size:60px; text-align:center; color:#fff; padding:0 0 50px 0px; }
.s3-bg-text-s{ font-family: 'Roboto', sans-serif;font-size: 22px; text-align:center; color:#fff; 
               padding:20px 0 50px 0px; line-height: 30px; font-weight: 300;}
			   
.s3aglive-bg-text-b{ font-family: 'Roboto', sans-serif; font-size:70px; text-align:center; color:#fff; margin: 50px 0 0 0px; }
.s3aglive-bg-text-s{ font-family: 'Roboto', sans-serif;font-size: 22px; text-align:center; color:#fff; 
               padding:20px 0 36px 0px; line-height: 30px; font-weight: 300;}
			   
			   
			   
		.ffontt{font-family: 'Roboto', sans-serif;}	   
			   
.s4a-bg-text-b{ font-family: 'Roboto', sans-serif; font-size:70px; text-align:center; color:#111111;}
.s4a-bg-text-s{ font-family: 'Roboto', sans-serif; font-size: 18px; text-align:center; color:#fff; 
               padding:20px 0 50px 0px; line-height: 30px; font-weight:300;}
			   
			   
.from-vision{font-family: 'Roboto', sans-serif; font-size: 30px; text-align:center; color:#fff; 
               padding:15px 0 1px 0px;}			   
			   
.section4center{ text-align:center;}	   


.caps-fix-bg5{ background-color:#ffcc00; padding: 50px 0 50px 0px;margin: 0px 0 0 0px;background-repeat: no-repeat;}
.s5-bg-text-b{ font-family: 'Roboto', sans-serif; font-size:70px; font-weight:300; text-align:center; color:#2c2c2c; margin:50px 0 0 0px;}
.s5-bg-text-s{ font-family: 'Nanum Gothic', sans-serif; font-size: 22px; text-align:center; color:#2c2c2c; 
                padding:20px 0 50px 0px; line-height: 30px;}

.s5-maintext1{ font-family: 'Roboto',sans-serif; font-size:22px; text-align:center; color:#fff; padding: 5px 0 5px 0px; border-style: dotted;}
.s5-maintext2{ font-family: 'Roboto',sans-serif; font-size:22px; text-align:center; color:#fff; border: solid 1px #FFF; padding: 21px 0 21px 0px; border-style: dotted;}

.s5-maintext3{ font-family: 'Roboto',sans-serif; font-size:22px; text-align:center; color:#fff; border: solid 1px #FFF; padding: 21px 0 21px 0px; border-style: dotted;}
.s5-maintext4{ font-family: 'Roboto',sans-serif; font-size:22px; text-align:center; color:#fff; border: solid 1px #FFF; padding:10px 0 10px 0px; border-style: dotted;}




.contact-bg{ background-color:#242424;}
.contact-main{ padding:30px 0 30px 0px;}
.contact-menu{ font-family: 'Roboto', sans-serif; font-size:15px; text-align:center; color:#fff; }
.contact-copy{ font-family: 'Roboto', sans-serif; font-size:11px; text-align:center; color:#fff; margin:15px 0 0 0px;}

.home_middle_banner { width: 100%;float: left;height: 805px;background-image:url(../images/fix-bg/midd.jpg); background-attachment:fixed;padding: 200px 0px 250px;-webkit-background-size: cover;background-size: cover;}




.home_middle_banner-neww { width: 100%;float: left;height: 400px;background-image:url(../images/aglive/bg3.jpg); background-attachment:fixed;-webkit-background-size: cover;background-size: cover;}


.agtive-banner-bg { width:100%; height:450px;
background-image:url(../images/2020/agtivebanner-small.jpg); }






.home_middle3_banner { width: 100%;float: left;height: 805px;background-image:url(../images/fix-bg/midd3.jpg); background-attachment:fixed;padding: 200px 0px 250px;-webkit-background-size: cover;background-size: cover;}

.home_middle6-new_banner { width: 100%;float: left;height: 400px;background-image:url(../images/fix-bg/midd7.jpg); background-attachment:fixed;-webkit-background-size: cover;background-size: cover;}



.home_middle2_banner-inpage { width: 100%;float: left;height: 805px;background-image:url(../images/fix-bg/midd2.jpg); background-attachment:fixed;padding: 200px 0px 250px;-webkit-background-size: cover;background-size: cover;}




.home_middle5_banner { width: 100%;float: left;height: 650px;background-image:url(../images/fix-bg/midd5.jpg); background-attachment:fixed;padding: 120px 0px 100px;-webkit-background-size: cover;background-size: cover;}



	
	.home_middleend_banner { width: 100%;float: left;height: 50px;background-image:url(../images/fix-bg/midd3.jpg); background-attachment:fixed;padding: 50px 0px 50px;-webkit-background-size: cover;background-size: cover;}
	
	
.ser-1 { width: 100%;float: left;height: 805px;background-image:url(../images/fix-bg/1.jpg); background-attachment:fixed;    
    padding: 200px 0px 250px;-webkit-background-size: cover;background-size: cover;}	
	
.ser-2 { width: 100%;float: left;height: 805px;background-image:url(../images/fix-bg/2.jpg); background-attachment:fixed;    
    padding: 200px 0px 250px;-webkit-background-size: cover;background-size: cover;}
	
.ser-3 { width: 100%;float: left;height: 805px;background-image:url(../images/fix-bg/3.jpg); background-attachment:fixed;    
    padding: 200px 0px 250px;-webkit-background-size: cover;background-size: cover;}	
	
.ser-4 { width: 100%;float: left;height: 805px;background-image:url(../images/fix-bg/4.jpg); background-attachment:fixed;    
    padding: 200px 0px 250px;-webkit-background-size: cover;background-size: cover;}







.gddp-pp{ text-align:center;}
.gddp-profile-text{ text-align:center; margin:20px 0 20px 0px; font-size:13px; line-height:18px;}
.gddp-name{ color:#06ada4; font-size:16px; font-weight: 600;}
.gddp-name a{ color:#06ada4; font-weight: 600;}
.gddp-name a:hover{ color:#06ada4;}
.gddp-hed{font-family: 'Roboto', sans-serif; font-size: 34px;color: #6ebff2; text-align: center;padding: 30px 0 50px 0px; font-weight: 600;}

  


.session-video-hed{font-family: 'Roboto', sans-serif;
    font-size: 22px; color: #6ebff2;  text-align: center; padding: 10px 0 10px 0px;}
.session-video-text{font-family: 'Roboto', sans-serif;
    font-size: 14px; color: #2d2d2d;  text-align: center; padding: 10px 0 10px 0px;}
	
	/*   new css home page 30-4-2020    */
.role-of-cii-bg1-newsingle{padding:0px 2px 24px 2px;  border-right: solid 1px #FFFFFF; border-right-style:dotted;  height:200px; background-color:#a4c354; color:#FFF; }
.role-of-cii-bg1-newsingle-noboder{padding:0px 2px 24px 2px; line-height:24px; height:200px; background-color:#a4c354; color:#FFF; }
.rocnew-bold{ font-weight:600; font-size:20px; padding: 20px 0 0 0px; text-align:center;}
.rocnew{ font-size:16px; line-height:22px; text-align:center;}

.masterclass-fxbg {width: 100%;float: left;background-image: url(../images/2020/robotics.png);background-attachment: fixed;padding: 70px 0px 70px 10px;-webkit-background-size: cover;background-size: cover;}
.masterclass-nano-fxbg {width: 100%;float: left;background-image: url(../images/2020/nano2.png);background-attachment: fixed;padding: 70px 0px 70px 10px;-webkit-background-size: cover;background-size: cover;}


.hive-fxbg {width: 100%;float: left;background-image: url(../images/2020//hive/bg1.jpg);background-attachment: fixed;padding: 70px 0px 70px 10px;-webkit-background-size: cover;background-size: cover;}


.subscribe-sec-bg {width: 100%;float: left;background-image: url(../images/2020/subscribe-bg.png);background-attachment: fixed;padding: 70px 0px 70px 10px;-webkit-background-size: cover;background-size: cover;}
.subscribe-radious-last{ background-color: rgba(255, 255, 255, 0.9); border-radius:0px 0px 0px 0px; }
.subsc-small-point{font-size: 25px; color: #88a53d;font-weight: 600; padding: 0 0 10px 0px; text-align:center; line-height:26px; border-right: solid 1px #080808; border-right-style:dotted;}
.subsc-small-point-noborder{font-size: 25px; color: #88a53d;font-weight: 600; padding: 0 0 10px 0px; text-align:center; line-height:26px;}
.subsc-hed{font-size: 30px; color: #2e3b49;font-weight: 500; padding: 60px 0 50px 0px; text-align:center;}
.subsc-email{font-size: 18px; color: #2e3b49;font-weight: 600; padding: 30px 0 50px 0px; text-align:center;}
.subsc-3pointer{font-size: 23px; line-height:23px; color: #2e3b49; font-weight: 600; padding: 0px 0 0px 0px; text-align: left;  margin: 0 0 0 -46px;}
.subscribe-hed{ text-align:center; color:#2e3b49; font-size:36px; padding:40px 0 20px 0px;}




.masterclass-inner{ background-color: rgba(255, 255, 255, 0.9); border-radius:0px 0px 0 0px; }
.masterclass-inner-b{ background-color: rgba(255, 255, 255, 0.9);  border-radius:0 0 0 0px;}
.masterclass-hed{ text-align:center; color: #89b959; font-size:36px; padding:40px 0 0px 0px; font-weight:600; }
.masterclass-typo{ text-align:center; color:#2e3b49; font-size:20px; padding:16px 0 20px 0px; line-height: 28px;}
.masterclass-inner-last{ background-color: rgba(255, 255, 255, 0.9); border-radius:0px 0px 40px 40px; }
	
.masterclass-image-hover-text{color: #fff;text-align: left;font-size: 20px;font-weight: 600; padding: 13px 0 10px 20px;}
.masterclass-image-hover-date{color: #ffca08; text-align: left;font-size: 16px;font-weight: 600;padding: 0px 0 10px 17px;}
.registernow-hed{ text-align:center; color:#2e3b49; font-size: 20px; line-height: 27px; padding: 0px 0 30px 0px;font-weight: 600;}
.registernow-hed a{ text-align:center; color:#2e3b49; font-size:32px; padding: 0px 0 30px 0px;}
.registernow-hed a:hover{ text-align:center; color:#2e3b49; font-size:32px; padding: 0px 0 30px 0px;}


.hive-typo {
    text-align: center;
    color: #2e3b49;
    font-size: 15px;
    padding: 0px 0 20px 0px;
    line-height: 28px;
	font-weight:600;
	 font-style:italic !important;
}


.hive-hed {
    text-align: center;
    color: #2e3b49;
    font-size: 32px;
    padding: 40px 0 25px 0px;
}


.role-of-cii-bg1{border-radius:8px; padding:24px 2px 24px 2px; font-size:20px; line-height:24px; margin:0 2px 0 0px; height:250px; background-color:#fb7735; color:#FFF; }

.role-of-cii-bg2{border-radius:8px; padding:24px 2px 24px 2px; font-size:20px; line-height:24px; margin:0 2px 0 0px; height:250px; background-color:#1EBD66; color:#FFF; }



.pagehack-s1-bg{ padding:150px 0 150px 0px; background-image:url(../images/fix-bg/midd2.jpg); background-attachment:fixed;}

.pagehack-s1-bg-new-midd8{ padding:150px 0 150px 0px; background-image:url(../images/fix-bg/midd8.jpg); background-attachment:fixed;}
.pagehack-s1-bg-new-midd8a{ padding:150px 0 150px 0px; background-image:url(../images/fix-bg/midd8a.jpg); background-attachment:fixed;}



.home_middle5_banner-in-page {padding:150px 0 150px 0px; background-image:url(../images/fix-bg/midd5.jpg); background-attachment:fixed;}



.aglive-banner-top-bg {padding: 60px 0 110px 0px; background-image:url(../images/aglive/bg3.jpg); background-attachment:fixed;}

.aglive-banner-top-bga {padding: 60px 0 110px 0px; background-image:url(../images/aglive/bg3b.jpg); background-attachment:fixed;}


.pg-banner-top-bg {padding: 60px 0 110px 0px; background-image:url(../images/pg/bg3.jpg); background-attachment:fixed;}



.workshop-top-bg {padding: 80px 0 66px 0px; background-color:#1e90b5;}
.work-shop-hed{font-family: 'Roboto', sans-serif;font-size: 55px; text-align: center;padding: 10px 0 40px 0px;color: #fff;}

.pagehack-s1-hed{font-family: 'Roboto', sans-serif;font-size: 55px; text-align: center;padding: 10px 0 40px 0px;color: #fff;}
.pagehack-s1-aboutus{ font-family: 'Roboto',sans-serif; color:#fff; font-size:16px; text-align:center; line-height: 26px;}

.aglive-top-text{ font-size:23px; text-align:justify; line-height:28px;}




.normal-padd{ padding: 0px 25px 0px 25px;}
.normal-padd1{ padding:0 1px 0 28px;}


.pagehack-apply-hed{font-family: 'Roboto', sans-serif;font-size: 34px;text-align: center;padding: 55px 0 50px 0px;color: #080808;}
.pagehack-s2-hed{font-family: 'Roboto', sans-serif;font-size: 34px;text-align: center;padding: 1px 0 50px 0px;color: #fff;}
.pagehack-s2-aboutus{ font-family: 'Roboto',sans-serif; color:#fff; font-size:16px; text-align:center; line-height: 26px;}
.home_middle2inner_banner { width: 100%;float: left;background-image:url(../images/fix-bg/midd2a.jpg); background-attachment:fixed;padding: 70px 0px 70px 10px;-webkit-background-size: cover;background-size: cover;}


.aghack-new-bg { background-color:#fff; padding:60px 0 60px 0px;}

.home_middle2inner_bannerb { width: 100%;float: left;height: 820px;background-image:url(../images/fix-bg/midd2b.jpg); background-attachment:fixed;padding: 90px 0px 10px;-webkit-background-size: cover;background-size: cover;}



.pagehack-whyhack1{font-family: 'Roboto',sans-serif; color:#333; font-size:17px; text-align:left; line-height: 26px; }
.pagehack-whyhack1hed{font-family: 'Roboto',sans-serif; color:#333; font-size:28px; text-align:center; margin:20px 0 20px 0px; }



.pagehack-whybg1{background-color:#FFF; padding: 72px 0 72px 0px;    margin: 0 0 0 194px;    border-radius: 50px 0 24px 0px;}
.pagehack-whybgA{background-color:#FFF; padding:28px; margin:31px 0 0 120px;}
.pagehack-whybg3{background-color:#FFF; padding: 60px 0 60px 0px; border-radius: 100px 4px 100px 4px; border: solid 1px #d6a90d; border-style:dotted; border-collapse: separate; border-spacing: 15px;}
.pagehack-whybg3A{background-color:#FFF; padding:28px; margin:31px 0 0 -120px;}

.pagehack-whybg2{background-color:#FFF;  margin: 287px 0 0 -210px; padding: 72px 0 72px 0px; border-radius: 50px 0 24px 0px;}
.pagehack-whyhack1{font-family: 'Roboto',sans-serif; color:#080808; font-size:17px; text-align:left; line-height: 26px; font-weight:300; margin: 0px 0 0 45px; padding: 0 0 0 0px; }
	
.pagehack-whyhack1-new {
    font-family: 'Roboto',sans-serif;
    color: #fff;font-size: 18px; text-align: left;
    line-height: 26px; font-weight: 300; margin: -160px 0 0 494px; padding: 0 0 0 0px; position: absolute;}
	
	
	
	
.pagehack-whyhack1hed{font-family: 'Roboto',sans-serif; color:#252525; font-size:28px; text-align:left; margin:20px 0 20px 0px; }

.pagehack-whybg2a{background-color:#FFF; padding:28px; margin: 334px 0 0 -120px;}







.pagehack-methodology-bg{background-color:#fff; padding:110px 0 110px 0px;}
.pagehack-methodologyhed{font-family: 'Roboto', sans-serif;font-size: 60px;text-align: center;padding: 65px 0 50px 0px;
    color: #464646; }



/*Methodology SECTION START******/



.metpang-hed1{font-family: 'Roboto', sans-serif; font-size: 24px; color:#3c3c3c;; margin:20px 0 2px 0px;}
.metpang-hed2{font-family: 'Roboto', sans-serif; font-size: 16px; color:#3e3e3e; margin:10px 0 0 0px; line-height:24px;}
.metpang-hed3{font-family: 'Roboto', sans-serif; font-size: 13px; color:#3e3e3e; margin:10px 0 0 0px; line-height:20px;}

.border-d{ border-top: solid 1px #000000; border-style: dotted; margin:26px 0 0 0px; }
.met-bg{ background-color:#f2f2f2; border-right: solid 10px #fcc82b; padding: 10px; margin:4px 0 0 0px; border-left: solid 1px #d7d7d7;  }
.met-bg2{ background-color:#f7f7f7; border-right: solid 10px #04da58; padding: 10px; margin:4px 0 0 0px; border-left: solid 1px #d7d7d7; }














.work-focus-hed {
    font-family: 'Roboto', sans-serif;
    font-size: 55px;
    text-align: center;
    padding: 0px 0 0px 0px;
    margin: 20px 0px 40px 0px;
    color: #fff;
}












/*  Themes section  START******/

.theme-main-bg{ background-color:#eae9e9; padding:50px 0 50px 0px;}
.theme-hed{font-family: 'Roboto', sans-serif;font-size: 60px;text-align: center;padding: 45px 0 60px 0px;color: #fff; font-weight:300; }
.theme-text1{font-family: 'Roboto', sans-serif;font-size: 19px;text-align: center;padding: 20px 0 50px 0px;color: #363636; border-right: solid 1px #363636;  border-style: dotted;}








.cate-of-pitch{background-color: #fc0;border: solid 2px #f4f4f4; }
.cate-of-pitch2{background-color: #0ab1e8;border: solid 2px #f4f4f4;}
.cate-of-pitch-t1{font-family: 'Roboto', sans-serif;font-size: 22px;text-align: center; color: #fff; padding: 35px 0 35px 0px;}
.cate-of-pitch-t2{font-family: 'Roboto', sans-serif;font-size: 22px;text-align: center; color: #fff; padding: 35px 0 35px 0px;}
.cate-of-pitch-t3{font-family: 'Roboto', sans-serif;font-size: 22px;text-align: center; color: #fff; padding: 35px 0 35px 0px;}










.topic-workshop{font-family: 'Roboto', sans-serif;font-size: 60px;text-align: center; padding: 58px 0 60px 0px; color: #fff; font-weight:300; }








.theme-text2{font-family: 'Roboto', sans-serif;font-size: 19px;text-align: center;padding: 20px 0 50px 0px;color: #363636;}

.these-t-left{ text-align:center; }
.pagetheme-s2-aboutus{ font-family: 'Roboto',sans-serif; color:#080808; font-size:16px; text-align:center; line-height: 26px;  }


.caps-section-bgnew {
    background-image: url(../images/fix-bg/fix-bg1.jpg);
    background-attachment: fixed;
    padding: 30px 0 30px 0px;
    margin: 0px 0 0 0px;
    background-repeat: no-repeat;
}



.caps-section-bgnew-theme {
    background-image: url(../images/fix-bg/theme.jpg);
    background-attachment: fixed;
    padding: 30px 0 30px 0px;
    margin: 0px 0 0 0px;
    background-repeat: no-repeat;
}



.caps-section-c-o-Pitch {
	background-color:#f4f4f4;
    padding: 30px 0 70px 0px;
    margin: 0px 0 0 0px;
    background-repeat: no-repeat;
}


.caps-section-topic {background-color:#fff; padding: 30px 0 70px 0px; margin: 0px 0 0 0px; background-repeat: no-repeat;}




/*  Categories of Pitch ******/
.categories-of-pitch-hed{font-family: 'Roboto', sans-serif;font-size: 60px;text-align: center; padding: 40px 0 60px 0px; color: #fff;}



/*  Themes section  START******/

.guidelines-bg-main{background-color:#ffcc00; padding:50px 0 50px 0px;}
.guidelines-text1{ text-align:left; line-height:28px; color:#FFF;}
.guidelines-hed{font-family: 'Roboto', sans-serif;font-size: 34px;text-align: center;padding: 20px 0 58px 0px; color: #fff;}




/*  FORM START******/

.form-main-bg{background-color:#f4f4f4; padding:50px 0 50px 0px;}
.form-hed{font-family: 'Roboto', sans-serif;font-size: 34px;text-align: center; padding: 0px 0 20px 0px;color: #0ab1e8; line-height:45px;}
.form-hed2-small{font-family: 'Roboto', sans-serif;font-size: 25px;text-align: center; padding: 0px 0 20px 0px;color: #323232; line-height:45px;}
.form-feld-text{font-family: 'Roboto', sans-serif; font-size:15px; color:#333; text-align: left;}




.jury-mentors-text1{ text-align:center; line-height:28px; color:#FFF;}

/*  Evaluation Criteria section  START******/
.sc-hed-new{font-family: 'Roboto', sans-serif; font-size: 34px; text-align: center;padding: 0px 0 40px 0px;color: #0ab1e8;}

.ec-bg-main{background-color:#fff; padding:50px 0 60px 0px;}
.ec-hed{font-family: 'Roboto', sans-serif; font-size: 34px; text-align: center;padding: 0px 0 20px 0px;color: #0ab1e8;}
.ec-small-hed{font-family: 'Roboto', sans-serif; font-size: 24px; text-align: center;padding: 0px 0 20px 0px;color: #484848;}


.home_middle6_banner { width: 100%;float: left;height: 1220px;background-image:url(../images/fix-bg/midd6.jpg); background-attachment:fixed;padding: 90px 0px 10px;-webkit-background-size: cover;background-size: cover;}
.ec-text1{font-family: 'Roboto', sans-serif;font-size: 20px;text-align:center; line-height:34px;color: #080808; }
.ec-text-space{ margin:20px 0 0 0px;}


/*  who can apply section  START******/

.whocanapply-hed{font-family: 'Roboto', sans-serif;font-size: 34px; text-align: center; padding: 62px 0 50px 0px; color: #fff;}



/*  jury section  START******/

.jury-mainbg{ background-color:#FFF; padding:100px 0 100px 0px;}

.jury-hed{font-family: 'Roboto', sans-serif;font-size: 60px;text-align: center;padding: 15px 0 50px 0px;color: #080808; font-weight:300; }




.jury-member-name{font-family: 'Roboto', sans-serif; font-size:18px; text-align:center; color:#F90; margin:12px 0 0 0px;}
.jury-member-t1{font-family: 'Roboto', sans-serif; font-size:14px; text-align:center; color:#080808; font-weight:300;}







/*  work shop******/


.wp-hed{font-family: 'Roboto', sans-serif; font-size:22px; text-align:left; color:#484848; margin:12px 0 0 0px;}
.wp-hed2{font-family: 'Roboto', sans-serif; font-size:22px; text-align:left; color:#484848; margin:50px 0 0 0px;}
.wp-hed3{font-family: 'Roboto', sans-serif; font-size:16px; text-align:left; color:#484848; margin:16px 0 0 0px;}


.wp-text-normal{text-align: left;
    margin: 18px 0 0 0px;
    font-size: 14px;
    line-height: 26px;}
.ws-line{ margin:-8px 0 20px 0px;}


.border-nor{    border-top: solid 3px #0ab1e8; border-style: dotted; margin:50px 0 0 0px;}












 /*aglive page START******/


aglivemain-bg_banner { width: 100%;float: left;height: 790px;background-image:url(../images/aglive/bg1.jpg); background-attachment:fixed;padding: 90px 0px 10px;-webkit-background-size: cover;background-size: cover;}

.aglivemain-bg_banner { width: 100%;float: left;height: 790px;background-image:url(../images/aglive/bg1.jpg); background-attachment:fixed;padding: 90px 0px 10px;-webkit-background-size: cover;background-size: cover;}


/* 

.aglivemain-bg_banner-ob-bg { width: 100%;float: left;height: 810px;background-image:url(../images/aglive/bg5.jpg); background-attachment:fixed;padding: 70px 0px 10px;-webkit-background-size: cover;background-size: cover;}

*/
 

.aglivemain-bg_banner-ob-bg { background-color:#f9f9f9; width: 100%;float: left; padding: 40px 0px 210px 0px;}

.og-bg1 { margin: 0px 0 0 270px;}
.og-bg2{ margin:120px 0 0 -30px}


.aglivemain-bg_banner-ob-bg-aim { width: 100%;float: left;    height: 380px;background-color: #f3f3f3; padding: 35px 0px 10px;}





.ag-new-bg{/* background-color: #eaeaea;*/ font-size: 24px; padding:14px; line-height:28px; /* border-left: solid 14px #33a6d2;*/ color: #ffcc00;  }
.ag-new-bg-last{/* background-color: #eaeaea;*/ font-size: 24px; padding:14px; line-height:28px; /* border-left: solid 14px #33a6d2;*/ color: #ffcc00; 
height:230px; }


.ag-new-bg-in-text{ padding:17px 0 0 0px;}



.ag-new-bg-in-text1 { margin: -210px 0 0 280px;padding: 0px 73px 0 52px;color: #2d2d2d;font-size: 22px;}


.ag-new-bg-in-text2{  margin: -218px 0 0 0px;
    padding: 0px 44px 0 39px; color: #2d2d2d; font-size:23px;}


.ag-new-bg-aim{padding: 11px; border-top: solid 1px #bfbfbf;}



.ag-section1-bg{ border: solid 1px #FFFFFF; border-style:dotted; padding:20px;  text-align:center;background: #e6e6e6;}

.ag-section2-bg{ padding:20px; font-size:20px; line-height:26px;  text-align:center;
 background-color:#FFF;  }

.ag-section3-bg{ border: solid 1px #FFFFFF; border-style:dotted; padding:20px;   text-align:center;background: #e6e6e6; }

.ag-section4-bg{ border: solid 1px #FFFFFF; border-style:dotted; 
background-color:#e6e6e6;}

.ag-section5-bg{ border: solid 1px #FFFFFF; border-style:dotted;   text-align:center;
background-color:#fff; }

.ag-section6-bg{ border: solid 1px #FFFFFF; border-style:dotted; text-align:center;
background-color:#e6e6e6; }

.ag-section7-bg{font-family: 'Roboto', sans-serif; border: solid 1px #FFFFFF; border-style:dotted; padding:20px; text-align:center;background-color:#fff; }



.ag-live-t1{font-family: 'Roboto', sans-serif; font-weight:300; padding:0 0 0 0px; color:#565656;; font-size:18px; line-height:26px;text-align:center;}
.ag-live-t2{font-family: 'Roboto', sans-serif; font-weight:300; padding: 40px 0 40px 0px;color:#080808;font-size:18px; line-height:26px;text-align:center;}
.ag-live-t3{font-family: 'Roboto', sans-serif; font-weight:300; padding: 52px 0 52px 0px;color:#565656;;font-size:18px; line-height:26px;text-align:center;}
.ag-live-t4{font-family: 'Roboto', sans-serif; font-weight:300; padding: 65px 0 65px 0px; color:#565656;;font-size:18px; line-height:26px;text-align:center;}
.ag-live-t5{font-family: 'Roboto', sans-serif; font-weight:300; padding: 39px 0 39px 0px;color:#696969;font-size:18px; line-height:26px;text-align:center;}
.ag-live-t6{font-family: 'Roboto', sans-serif  font-weight:300;;padding: 52px 0 52px 0px;color:#565656;;font-size:18px; line-height:26px;text-align:center;}
.ag-live-t7{font-family: 'Roboto', sans-serif; font-weight:300; padding: 32px 0 32px 0px;color:#080808;font-size:18px; line-height:26px; text-align:center;}








.aglive-t1{font-family: 'Roboto', sans-serif; font-size: 16px; color:#3c3c3c;; margin:20px 0 2px 0px; line-height:26px;}
.aglive-bg1{ background-color:#fff; border-bottom: solid 5px #fcc82b; padding: 10px; margin:4px 0 0 0px; border-left: solid 1px #d7d7d7; }

.aglive-bg-border-a{ background-color:#fff; padding: 10px; margin:4px 0 0 0px;  border-left: solid 5px #fcc82b; border-bottom: solid 5px #fcc82b;  }

.aglive-bg-border-b{ background-color:#fff; padding: 10px; margin:4px 0 0 0px;  border-right: solid 5px #fcc82b; border-bottom: solid 5px #fcc82b;  }


.aglive-hed{font-family: 'Roboto', sans-serif;font-size: 34px;text-align: center;padding: 20px 0 50px 0px;  color: #20b8ea;}


.pg-hed{font-family: 'Roboto', sans-serif;font-size: 34px;text-align: center;padding: 15px 0 0px 0px;  color: #fff;}
.aglive-hed-new{font-family: 'Roboto', sans-serif;font-size: 34px;text-align: center;padding: 20px 0 50px 0px;  color: #fff;;}

.aglive-hed-aim{font-family: 'Roboto', sans-serif;font-size: 60px;text-align: center;padding: 10px 0 50px 0px;  color: #363636;  }

.inno-p1 {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    margin: 10px 0 0 -90px;
    color: #383838;
}

.inno-p1 {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    margin: 10px 0 0 -90px;
    color: #383838;
}

.ser-bg1{ }

	
	.ser-bg1-t1 {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    margin: -180px 0 0 198px;
    position: absolute;
    text-align: center;
}


.ser-bg2{ }

	
	.ser-bg1-t2 {   font-family: 'Roboto', sans-serif;
    font-size: 18px;   margin: -198px 0 0 166px;    position: absolute;    text-align: center;
}
	
	
.yesapply{ margin:20px 0 0 0px; text-align:center;}




/* innovation and Technology Target Areas START******/

.innovation-hed{font-family: 'Roboto', sans-serif;font-size: 34px;text-align: center;padding: 23px 0 50px 0px;  color: #0ab1e8;;}


.innovation-bg_banner {width: 100%;float: left;background-image:url(../images/innovation/bg1.jpg); background-attachment:fixed;padding: 40px 0px 50px 0px;-webkit-background-size: cover;background-size: cover; border-top: solid 1px #dad9d9; border-bottom: solid 1px #dad9d9;
    border-style: dotted;}








/* Selection Criteria START******/
.selection-bg_banner {width: 100%;float: left;background-color: #fff; padding: 59px 0px 70px 0px; -webkit-background-size: cover;background-size: cover;}
.selection-t1{ text-align:left;font-family: 'Roboto', sans-serif; font-size:20px; font-weight:300; color:#FFF;}




.workshop-focus-bg {width: 100%;float: left;    height: 363px; background-color:#0ab1e8; padding: 50px 0px 10px;-webkit-background-size: cover;background-size: cover;}

/* workshop******/

.topics-text1{ font-size:14px; padding:20px 0 0 0px;}





/*Finals & Awards START******/

.finals-awards{background-color:#0ab1e8; padding:0px 0 200px 0px;}
.finals-hed{font-family: 'Roboto', sans-serif;font-size: 34px;text-align: center;padding: 71px 0 63px 0px; color: #fff;}

.finals-text1{ text-align:left; line-height:24px; font-size: 15px; color:#080808;}
.finals-text-border{ border-left: solid 1px #363636; border-style: dotted; font-size:19px; color:#080808; }
.f-a-bg1 {
    text-align: center;}
.f-a-bgt1{font-family: 'Roboto', sans-serif;font-size: 19px;text-align: center; color:#8e8e8e; margin: -258px 80px 0px 85px;}



.f-a-bg2{ text-align:center;}
.f-a-bgt2{font-family: 'Roboto', sans-serif;font-size: 19px;text-align: center; color:#8e8e8e; margin: -242px 71px 0px 81px;}



.f-a-bg3{ text-align:center;}



f-a-bgt3 {
    font-family: 'Roboto', sans-serif;
    font-size: 19px;
    text-align: center;
    color: #8e8e8e;
    margin: -245px 71px 0px 71px;
}




.finals-text-border-none{ font-size:19px; color:#080808; }


.cr-bg1{ padding:10px 0 0 0px;}

.cr-bg1-t1 {  margin: 0px 0 0px 0px;  color: #fff;
    font-size: 18px;  line-height: 21px; text-align: left; border-right: solid 1px #FFFFFF; border-right-style:dotted; }
	
.cr-bg1-t1-nonborder {  margin: 0px 0 0px 0px;  color: #fff;
    font-size: 18px;  line-height: 21px; text-align: left;}	
	
.cr-bg2{ padding:10px 0 0 0px; margin: 0 0 0 -150px;}
.cr-bg2-t2 { padding: -30px 0 0 0px;  text-align: center; margin: -80px 0 36px 120px;
    color: #fff; font-size: 18px; line-height: 21px;}
	
.cr-bg3{ padding: 10px 0 20px 0px;}
.cr-bg3-t3 { padding: -30px 0 0 0px;  text-align: center; margin: -70px 0 28px -111px;
    color: #fff;font-size: 18px; line-height: 21px;}
	
.cr-bg4{ padding:10px 0 0 0px; margin: 0 0 0 -150px;}
.cr-bg4-t4 {color: #fff; text-align: center; margin: -105px 0 9px 110px;
    font-size: 17px;line-height: 19px;}
	
.cr-bg5{ padding:10px 0 0 0px;}
.cr-bg5-t5 { padding: -30px 0 0 0px;  text-align: center; margin: -70px 0 41px -111px;
    color: #fff;font-size: 18px; line-height: 21px;}




/*How the AgLive Challenge Works START******/



.hacw-bg_banner{width: 100%;float: left;height: 650px; background-image:url(../images/aglive/bg4.jpg); background-attachment:fixed;padding: 90px 0px 10px;-webkit-background-size: cover;background-size: cover;}


.hacw-bg_bannernew{width: 100%;float: left; background-color: #fbfbfb;padding: 80px 0px 60px 0px;-webkit-background-size: cover;background-size: cover;}

.hacw-round{ text-align:left; font-size:28px; color:#FFF; margin:0px 0 0 0px; }

.aro-down{ padding:10px 0 0px 0px;}

.hacw-round-t1{text-align:left; font-size:16px; color:#FFF;}
.hacw-border{border-bottom: solid 1px #FFF; border-style:dotted; margin:-14px 0 0 0px;}





    margin: -110px 0 0 -12px;









.arodown-new{margin:-110px 0 0 0px;}





.aro-space{ text-align:center; margin:0 0 0 350px;}




.f-a-bgt3{font-family: 'Roboto', sans-serif;font-size: 19px;text-align: center; color:#8e8e8e;margin: -245px 71px 0px 82px;}



.gddpa-2019 {
    font-family: 'Roboto', sans-serif;
    font-size: 50px;
    text-align: left;
    margin: 45px 0 51px 190px;
    color: #08b3ab;
}

.yello-band-inside{background-color:#ffcc00 !important; padding:0px 0 24px 0px;}
.yello-band-2019{background-color:#ffcc00 !important; margin: 215px 0 0 0px;}



.master-class-div1 {
    text-align: center;
    background-color: #a3c54b;
    color: #FFF;
    border-radius: 0px 0px 0px 0px;
    margin: 55px 0 35px 0px;
    font-size: 20px;
    line-height: 30px;
}

.master-class-div4 {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    padding: 20px 0 40px 0px;
}

@media  screen and (max-width: 1900px) {
	

.master-class-div1{text-align:center; background-color:#88a53d; color:#FFF; border-radius: 0px 0px 0px 0px; margin:0px 0 0 0px; }
.master-class-div2{padding:40px 0 20px 0px; font-size:21px; line-height:28px;}
.master-class-div3{background-color:#88a53d; z-index:1000;}
.master-class-div4{font-size:24px; font-weight:600; color:#FFF; padding: 20px 0 40px 0px;}	
	
	
.masterclass-main-typo { color: #2e3b49; text-align:center; margin: 9px 0 0 122px;line-height: 22px;font-size: 17px;width: 61%;}
	
.masterclass-image-hover-bg{background-color: rgba(48, 62, 74, 0.9); margin: -72px 0 0 106px; z-index: 10000;position: absolute; width: 61%;}
	
.ser-bg1-t1-2019 { font-family: 'Roboto', sans-serif; font-size: 18px; margin: -225px 0 0 61px; position: absolute; text-align: center; padding: 0 66px 0 0px;}


.ser-bg1-t1-2019-point2 { font-family: 'Roboto', sans-serif; font-size: 18px;
    margin: -176px 0 0 0px; position: absolute;text-align: center; padding: 0 216px 0 206px;}
	
	
	
.ser-bg1-t1-2019 { font-family: 'Roboto', sans-serif; font-size: 18px; margin: -203px 0 0 41px;
    position: absolute;text-align: center; padding: 0 163px 0 109px;}
	
.aglive-banner-top-bga {padding: 130px 0 130px 0px; background-image:url(../images/aglive/bg3a.jpg); background-attachment:fixed;}	
	
	
	.yello-band-inside{background-color:#ffcc00 !important; padding:0px 0 24px 0px;}
	
.yello-band-2019{background-color:#ffcc00 !important; margin: 0px 0 0 0px;}	
	
	.gddpa-2019{font-family: 'Roboto', sans-serif; font-size:50px; text-align:left; 
margin:45px 0 45px -30px; color: #6ebff2; border-bottom: solid 8px #6ebff2;
    width: 76%; padding: 0px 0 10px 0px; }

	
	.aro-space{ text-align:center; margin:0 0 0 60px;}
	
	
	.cate-of-pitch-t3{font-family: 'Roboto', sans-serif;font-size: 22px;text-align: center; color: #fff; padding: 22px 0 22px 0px;}


	.og-bg1 {
    margin: 0px 0 0 248px;
}



.og-bg2 {
    margin: 120px 0 0 14px;
}








.inno-p1 {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    margin: 10px 0 0 -62px;
    color: #383838;
}




.ser-bg1-t1{font-family: 'Roboto', sans-serif;font-size:18px; margin: -180px 0 0 99px;
    position: absolute; text-align:center;}
	
.ser-bg1-t2 { font-family: 'Roboto', sans-serif;font-size: 17px;margin: -180px 0 0 71px;
    position: absolute; text-align: center;}
	
	
.ser-bg1-t3 {font-family: 'Roboto', sans-serif; font-size: 17px; margin: -221px 47px 0 62px;
    position: absolute; text-align: center; padding: 0 49px 0 15px;}	




.ag-new-bg-in-text2 {
    margin: -218px 0 0 0px;
    padding: 0px 43px 0 87px;
    color: #2d2d2d;
    font-size: 23px;
}




.ag-new-bg-in-text1 {
    margin: -210px 0 0 315px;
    padding: 0px 10px 0 0px;
    color: #2d2d2d;
    font-size: 22px;
}
.arodown-new{margin: -106px 0 0 190px; }
	
}





@media  screen and (max-width: 1400px) {  
.masterclass-main-typo{ color:#2e3b49; text-align:center; margin: 9px 0 0 25px;line-height: 22px;font-size: 17px; width:89%;}
.masterclass-image-hover-bg{background-color: rgba(48, 62, 74, 0.9); margin: -72px 0 0 10px; z-index: 10000;position: absolute; width: 88%;}
.master-class-div1{text-align:center; background-color:#a4c354; color:#FFF; border-radius: 0px 0px 0px 0px; margin:-8px 0 0 0px;}
.master-class-div2{padding:40px 0 20px 0px; font-size:21px; line-height:28px;}
.master-class-div3{background-color:#a4c354;}
.master-class-div4{font-size:24px; font-weight:600; color:#FFF; padding: 20px 0 40px 0px;}

.master-class-div5{}
.master-class-div6{}
.master-class-div7{}
.master-class-div8{}





.aglive-top-nnt3{margin: -210px -29px 0 -183px;color: #2d2d2d;font-size: 18px;}
.pagehack-whyhack1-new{font-family: 'Roboto',sans-serif; color:#fff; font-size:18px; text-align:left; line-height: 26px; font-weight:300; margin: -160px 0 0 340px; padding: 0 0 0 0px; position: absolute; }



.aglive-top-nnt1 {
    margin: -289px -14px 0 -12px;
    color: #2d2d2d;
    font-size: 18px;
    padding: 0 0px 0px 173px;
}

.aglive-top-nn3{margin: 0 0 0 -168px;}
.aglive-top-nnt2{ margin: -170px 0px 0 138px;color: #2d2d2d;
    font-size: 19px;position: absolute;}


.aglive-top-nn1{margin: 0px 0 0 108px;}


.og-bg1{ margin:0px 0 0 40px}

.ag-new-bg-in-text1{ margin: -210px 0 0 50px; padding: 0px 73px 0 52px; color: #2d2d2d; font-size:22px;}
.inno-p1{font-family: 'Roboto', sans-serif; font-size:16px; line-height: 22px; text-align:center; margin:10px 0 0 0px; color:#383838;}


.ser-bg1-t1{font-family: 'Roboto', sans-serif;font-size:18px; margin: -180px 0 0 36px;
    position: absolute; text-align:center;}
	
.ser-bg1-t2 { font-family: 'Roboto', sans-serif;font-size: 18px; margin: -180px 0 0 12px;
    position: absolute; text-align: center;}
	
	
.ser-bg1-t3 {font-family: 'Roboto', sans-serif; font-size: 17px; margin: -222px 0 0 12px;
    position: absolute; text-align: center; padding: 0 10px 0 14px;}	
	
	
	
.ser-bg1-t1-2019 { font-family: 'Roboto', sans-serif; font-size: 18px; margin: -225px 0 0 61px; position: absolute; text-align: center; padding: 0 66px 0 0px;}


.ser-bg1-t1-2019-point2 {font-family: 'Roboto', sans-serif; font-size: 18px; margin: -175px 0 0 71px;position: absolute;text-align: center; padding: 0 93px 0 0px;}
	
	
	
.ser-bg1-t2{font-family: 'Roboto', sans-serif; font-size:18px; margin: -177px 0 0 13px; position: absolute; text-align:center;}
.f-a-bg1 {
    text-align: center; }
.f-a-bgt3{font-family: 'Roboto', sans-serif;font-size: 19px;text-align: center; color:#8e8e8e;margin: -245px 71px 0px 82px;}

.f-a-bg2{ text-align:center;}
.f-a-bg3{ text-align:center;}



.arodown-new{margin:-110px 0 0 0px;}


}




@media  screen and (max-width: 420px) {  .logo-newfile{margin: -56px 0 60px 138px;}  }

@media  screen and (max-width: 390px) {  .logo-newfile{margin: -56px 0 60px 138px;}  }






 /*animation arow START******/

.chevron {position: absolute;width: 28px;height: 8px;opacity: 0;transform: scale3d(0.5, 0.5, 0.5);animation: move 3s ease-out infinite;
  
}

.chevron:first-child {animation: move 3s ease-out 1s infinite;}

.chevron:nth-child(2) { animation: move 3s ease-out 2s infinite;}

.chevron:before,
.chevron:after {
  content: ' '; position: absolute;top: 0;height: 100%;
  width: 51%;background: #fff;}

.chevron:before {left: 0;transform: skew(0deg, 30deg);}

.chevron:after { right: 0; width: 50%; transform: skew(0deg, -30deg);}

@keyframes move {
  25% {
    opacity: 1;

  }
  33% {opacity: 1; transform: translateY(30px); }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0; transform: translateY(55px) scale3d(0.5, 0.5, 0.5); }
}

.text { display: block;margin-top: 75px; margin-left: -30px;font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
  font-size: 12px;color: #fff;text-transform: uppercase;white-space: nowrap; opacity: .25;
  animation: pulse 2s linear alternate infinite;}

@keyframes pulse {
  to {
    opacity: 1;
  }
}
VIEW RESOURCES  1×
0.5×
0.25×
 RERUN
