@charset "UTF-8";
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video{margin:0; padding:0;	border:0; font-size:100%;font: inherit;vertical-align:baseline;}article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display: block;}body{line-height:1;}ol, ul{list-style: none;}blockquote, q {quotes:none;}blockquote:before, blockquote:after,q:before, q:after{content:'';	content: none;}table{border-collapse:collapse;border-spacing:0;}

@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}

.fa-twitter-square:before{content:"\f081";color:#4cc2ff}
.fa-facebook-square:before{content:"\f082";color:#3a5897;}
.fa-linkedin-square:before{content:"\f08c";color:#47a7da;}
.fa-youtube-square:before{content:"\f166";color:#000;}
.fa-google-plus-square:before{content:"\f0d4";color:#e23a2d;}
.fa-pinterest-square:before{content:"\f0d3";color:#e23a2d;}
.fa-wordpress:before{content:"\f19a";color:#222;}
.fa-instagram:before{content:"f16d";color:#a326e6;}
.fa-arrow-circle-right:before{content:"\f0a9"}
.fa-bars:before{content:"\f0c9";}
.fa-chevron-circle-down:before{content:"\f13a";}
.fa-envelope:before{content:"\f0e0";}
.fa-envelope-o:before{content:"\f003"}
.fa-phone:before{content:"\f095"}
.fa-chevron-circle-right:before{content:"\f138";}
.fa-caret-right:before{content:"\f0da";}
.fa-check:before{content:"\f00c";}
.fa-check-square:before{content:"\f14a";}
.fa-angle-right:before{content:"\f105"}
.fa-angle-double-right:before{content:"\f101"}
.fa-lock:before{content:"\f023";}

body{font-family:Arial, sans-serif; color:#000; text-align:center; margin:0; padding:0; background:#f0e5da;}
.fl{float:left;} .fr{float:right;} .clr{clear:both;}
img{width:100%; max-width:100%; height:auto; border:none;}
b,strong{font-weight:700;}
input, textarea{width:100%; max-width:100%; color:#333; resize:none;}
input:focus, textarea:focus{border:1px solid #97d6eb;}
a, a:link, a:active{text-decoration:none;}
*{box-sizing:border-box;}
.clearfix:before, .clearfix:after{content:"";display:table;}
.clearfix:after{clear:both;}
.clearfix{*zoom:1;}

header{padding:0 10px; background:rgba(253,200,69,1); background:linear-gradient(to bottom, rgba(253,200,69,1) 0%,rgba(244,139,35,1) 100%);}
.pageContainer, .headerContainer{width:100%; text-align:left; position:relative;}
.headerContainer{position:relative;}
.headerTopSegment{padding:0 0 10px;}
.logo{width:131px; height:136px; margin:0; float:left;}
.logoRightContainer{width:50%; float:right;}
.logoRight_top_section{display:flex; flex-direction:column; gap:5px; align-items:center; padding-bottom:10px}
.header_icons{display:none}
.cont_header{line-height:30px; align-self:end}
.login, .tollno{display:flex; gap:10px; align-items:center; justify-content:end; text-align:right}
.login a{color:#0075ba}
.login i{font-size:140%;}
.tollno span{font-size:120%;}

/*.topBar{width:100%; padding:10px 0; text-align:right;}
.isoTagline{color:#eb2620; font-style:italic; font-size:87.5%; display:none;}
.login{margin-bottom:5px;font-weight:700; font-size:75%;}
.login a{color:#0075ba}
.login i{font-size:140%; margin-right:7px;}*/
.myaccount{width:150px; height:20px; margin:5px 0 0; padding:0;  line-height:25px;}
.myaccount a{color:#eb2620}
.myaccount img{width:18px;height:20px;margin:0 10px 0 0}
.myaccount i{display:none}

/*.tollno{font-size:87.5%; font-weight:700; line-height:200%;}
.tollno img{width:30px; height:20px; vertical-align:middle;}
.tollno span{display:block; font-size:120%;}*/


a#toggle{display:block; position:absolute; top:90px; right:10px; width:40px; height:40px; background-color:rgba(235, 38, 32, 0.8); text-align:center; color:white; transition: all ease-out 0.3s;}
a#toggle i{position:relative; top:50%; transform:translateY(-50%);}
#menu{position:fixed;width:250px;height:100%;top:0;left:0;overflow:hidden;overflow-y:auto;background-color:#0078bd;transform:translateX(-250px);}

#menu ul{text-align:left; margin:5px 0; font-size:82.5%;}
#menu ul li{display:block; border-bottom:1px dashed #0086d7; line-height:200%;}
#menu ul li:nth-child(2n+2){display:none;}
#menu ul li a{display:block; padding:10px; color:#eee;}
#menu ul li a:hover{background:#005e95;}
div#overlay{display:block;visibility:hidden;position:fixed;left:0;top:0;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.8);transition:all ease-out 0.3s;  z-index: 1;opacity:0;}
html.open-menu{overflow:hidden;}
html.open-menu div#overlay{visibility:visible;opacity:1;width:calc(-150%);left:250px;}
html.open-menu a#toggle{transform:translateX(0);}
html.open-menu nav#menu{z-index:3;transform:translateX(0);}

.navBottomRow{display:none;} /* Hidden from Mobile View */

.headerBottomSegment{padding:0x;}
.spotlight, .approvalLink{font-size:150%; font-family:'Calibri'; padding:5px 0; background:#e65246;background:linear-gradient(to bottom, #e65246 0%, #e23a2d 100%); text-align:center; font-variant:small-caps; cursor:pointer; border-bottom:2px solid #f9d6d2;}
.spotlight a, .approvalLink a{display:block;color:#fff;}
#courseWrapper, #approvalSection{display:none; background:#fff;}
.cwCol{padding:10px;}
.cwCol h5{font-variant:small-caps; font-size:120%;}
.cwCol h5 a{color:#000;}
.cwCol ul{margin:5px 0 15px; line-height:170%;}
.cwCol li{border-bottom:1px dotted #e33a2d; font-size:87.5%;}
.cwCol i{color:#e33a2d; margin-right:8px;}
.cwCol li a{color:#0075ba}

.midSection{padding:10px; font-size:87.5%; line-height:150%;}
.content{font-size:95%; padding:15px; color:#222; background:#fff; line-height:170%; position:relative; }
h1{font-size:120%; color:#047dbd; margin:0 0 5px; border-bottom:1px dotted #047dbd; display:inline-block;}

	/* css for texr blink */
.highlightTxt{position:absolute; bottom:5px;right:5px;width:383px;height:35px;}
/************************/

.contentRow{margin:10px 0;}
.downloadBox{border:1px solid #0f75ac; background:#fdc400; padding:10px; font-size:87.5%; font-weight:700; line-height:150%; margin-bottom:10px;}
h2{font-size:120%; line-height:170%; color:#047dbd;}
.downloadBox img{float:right;width:100px;height: 60px;margin-left:15px;}
.eventBox{border:1px solid #0f75ac; background:#fdc400; padding:0 10px;text-align:center;}
.eventBox img{width:100%; margin:0 auto; margin-top:-5px}

.approvalLink{border-bottom:none; padding:30px 10px;}
.approvalBox{padding:10px; text-align:center; font-size:110%; line-height:170%; }
.approvalBox span{display:block; margin-bottom:10px; color:#e23a2d}
.approvalBox img{width:103px; height:96px;}

.stuCornBox{border:1px solid #0083c2; padding:10px; line-height:170%;  font-size:87.5%; margin-bottom:10px; display:none;}
.stuCornBox h4{font-size:140%; display:inline-block; border-bottom:1px solid #0083c2; color:#0083c2; font-weight:700; margin-bottom:5px;}

.collaBox{background:#007ec4; background:linear-gradient(to bottom, #007ec4 0%, #005ea8 100%); padding:10px; line-height:170%;  font-size:87.5%; color:#fff;  margin-bottom:10px; display:none;}
.collaBox h4{font-size:140%; display:inline-block; border-bottom:1px solid #fff; color:#fff; font-weight:700; margin-bottom:5px;}


.noticeBox{border:1px solid #0083c2; padding:10px; line-height:170%;  font-size:87.5%;}
.noticeBox h4{font-size:150%; display:inline-block; border-bottom:1px solid #0083c2; color:#0083c2; font-weight:700; margin-bottom:5px;}

.noticeBox i{margin-right:8px;}
.noticeBox a{color:#000;}
.noticeBox ul{height:80px; padding:0 0 0 30px;}
.noticeBox li{text-indent:-20px; margin-bottom:5px;}
.noticeBox li:before{font-family:'FontAwesome';content:'\f0a9'; width:20px; float:left; color:#0083c2;}

#sidePanel{margin:0 0 10px;}

.programFinderBox{background:#007dc1;background:linear-gradient(to bottom, #007dc1 0%, #005da5 100%); padding:10px 20px; margin-bottom:10px;}
.programFinderBox h5{font-family:Impact; font-size:170%; border-bottom:1px solid #fff; color:#fff; line-height:140%; margin-bottom:10px; letter-spacing:2px;}
.pfRow{margin:0;}
.labeltxt{height:30px; color:#fff; width:30%; float:left; line-height:30px; margin:0 0 10px;}
.fieldBox2{width:60%; float:right;}
.smallfieldBox{width:40%; float:left; margin-left:10%;}
.goButt{width:15%; float:right;}
.selbox{width:100%; height:25px; border:1px solid #feecaf; background:#f4a11c; color:#000; margin:0 0 10px; padding:2px;}

.enquiryBox{background:#fdc845;background:linear-gradient(to bottom, #fdc845 0%, #f48b23 100%); padding:10px 20px;}
.enquiryBox h5{font-size:170%; border-bottom:1px solid #fff; color:#000; line-height:140%; margin-bottom:10px; letter-spacing:2px; font-variant:small-caps;}
.enqfield, .enqlfield{margin:0 0 5px;}
.txtbox, .txtarea, .stxtbox{font-family:Arial, sans-serif; height:25px; line-height:25px; background:#fff; border:1px solid #abadb3; color:#555; padding:2px 5px; font-size:110%;}
textarea{resize:none;}
.txtarea{height:70px;}
.labeltxt2{color:#000; font-size:120%; margin:0 0 5px;}
.sContainer{margin-bottom:15px;}
.smallenqfield{width:60%; float:left;}
.mathCaptcha{width:35%; float:right; font-size:120%;color:#f60c0c;font-weight:700;}
.mathCaptcha span{width:20%; margin:0 5%; float:left;}
.errmsg,.succmsg{font-size:11px;color:#f60c0c;font-weight:700;line-height:12px;margin:0 0 3px;}
.succmsg{color:green;}
.submitButt{width:50%; margin:0 auto;}

.queryForm{margin:0; background:#f3f3f3;}
.queryForm h5{font-family:Georgia; background:#007cc3; color:#fff; font-size:150%; padding:8px 16px; font-variant:small-caps;}
.qContainer{padding:15px 15px 10px; color:#0f307b; border:1px solid #ddd; border-top:none;}
.errmsgbox{background:#fff; border:1px solid #a00; padding:5px; line-height:25px; text-align:center; font-size:87.5%; color:#a00; margin:0 0 5px;}
.succmsgbox{background:#fff; border:1px solid #008000; padding:5px; line-height:25px; text-align:center; font-size:87.5%; color:#008000; margin:0 0 5px;}
.fieldBox{width:100%; float:none; margin:0;}
.inputbox{font-family:Arial, sans-serif; width:100%; border:1px solid #7c7a7b; background:#fff; height:31px; padding:0 5px; outline:none; margin:0 0 10px; font-size:110%;; border-radius:4px; color:#000;}
.inputlbox{font-family:Arial, sans-serif; font-size:90%; width:100%; border:1px solid #7c7a7b; background:#fff; height:80px; padding:5px; outline:none; margin:0 0 10px; border-radius:4px; color:#000;}
.submitQuery{width:40%; margin:0 auto;}
.submitButton{width:100%; border:1px solid #111; background:linear-gradient(to bottom,#444 0,#333 44%,#222 100%); color:#eee; line-height:200%; outline:none; margin:0; text-align:center; font-size:110%; border-radius:5px; }


.bottomSection{border-top:10px solid #0068af; background:#ffc534; padding:25px 10px;}
#bottomLeft{font-size:87.5%; line-height:180%; color:#000;}
#bottomLeft a{color:#000;}
#bottomLeft ul{margin-bottom:15px;}
#bottomLeft ul li:first-child{font-size:140%;}


.bottomRight a{text-decoration:underline; color:#000;}
.socialIcons{font-size:200%; line-height:100%; margin-bottom:10px;}
.socialIcons li{display:inline-block; margin:0; margin-right:2%; padding:0;}
.mailUs{font-size:110%; margin-bottom:15px;}
.mailUs i{margin-right:8px;}
.bottomRight img{width:30px; height:30px; display:inline-block; vertical-align:middle; margin-right:8px;}
.bottomRight p{margin-bottom:15px; font-size:110%;}

footer{padding:10px; font-size:87.5%; line-height:170%;}
.copyright{margin-bottom:15px; text-align:center;}
.bottomTxt{text-align:center;}





@media screen and (min-width:360px){
}

@media screen and (min-width:480px){
	.logoRightContainer{width:60%;}
	.login{margin-bottom:10px;}
	.tollno{line-height:100%;}
	.tollno span{display:inline;}

	.cwCol{float:left; width:50%;}

	h2{font-size:140%;}

	.approvalLink{font-size:250%; padding:50px 10px;}

	.labeltxt{height:40px; font-size:120%; width:20%; line-height:40px;}
	.fieldBox2{width:70%; float:right;}
	.smallfieldBox{width:50%;}
	.goButt{width:10%;}
	.selbox{font-size:120%; height:40px;}

	.enqfield{width:46%; margin:0 2% 15px; float:left;}
	.enqlfield, .enqtxtarea{width:96%; margin:0 2% 15px;}
	.txtbox, .stxtbox{height:30px; line-height:30px;}
	.sContainer{width:70%; margin:0 2% 15px;}
	.submitButt{width:30%;}

	#bottomLeft ul{width:50%; float:left;}
	
	
}

@media screen and (min-width:600px){
	.fieldBox{width:45%; float:left; margin:0 10px 15px;}
	.inputbox{height:40px;}
}

@media screen and (min-width:768px){
	.logoRightContainer{width:80%;}
	/*.login{width:25%; float:right; margin:0;}
	.login a{color:#000;}
	.isoTagline{display:inline-block; float:left; width:35%; font-weight:700; font-size:82.5%; margin-top:3px;}
	.tollno{width:38%; float:right;}
	.tollno span{font-size:inherit;}
	.tollno img{width:25px; height:17px; vertical-align:bottom;}*/
	

	.cwCol{width:33.33%;}
	.pageBanner img{display:none;}

	.approvalLink{font-size:200%; padding:30px 10px;}

	.programFinderBox{width:48%; float:left; margin:0;}
	.enquiryBox{width:50%; float:right;}

	.labeltxt{width:auto; float:none; margin:0;}
	.fieldBox2{width:auto; float:none;}
	.smallfieldBox{width:auto; float:none; margin:0;}
	.goButt{width:20%; float:none; margin:17px auto 0;}
	.selbox{margin:0;}

	.content{text-align:justify; font-size:100%;}
	h1{font-size:150%; line-height:170%;}
	h2{font-size:140%; line-height:140%;}

	.downloadBox{width:60%; float:left; margin:0;}
	.eventBox{width:38%; float:right; height:82px;}

	.approvalBox{width:33.33%; float:left;font-size:95%;}

	#bottomLeft ul{width:25%;}

	.copyright{width:50%; float:left; text-align:left; margin:0;}
	.bottomTxt{width:50%; float:right; text-align:right;}
}

@media screen and (min-width:1024px){
	body{background:#f0e5da url('../images/bodybg.png') no-repeat center top;}
	header{padding:0; background:transparent;}
	.headerTopSegment{padding:0;}
	.pageContainer, .headerContainer{width:1000px; margin:0 auto; max-width:1000px;}
	.logoRightContainer{width:85%;}
	/*.topBar{font-size:100%; line-height:170%; padding:5px 0 17px;}
	.isoTagline{width:35%; font-size:100%; margin-top:0;}
	.tollno{font-size:100%;}	
	.tollno img{width:30px; height:20px;}*/

	.logoRight_top_section{padding:10px 0 20px 50px; flex-direction:row; justify-content:space-between;}
	.header_icons{display:flex; justify-content:space-between; align-items:center; gap:50px;}
	.hicon_1, .hicon_2{width:120px;}
	.certification_txt{line-height:28px; font-size:16px; text-align:left; color:#f26624; font-weight:700}
	.certification_txt li{position:relative; padding-left:15px}
	.certification_txt li:before{content:'★'; color:#1c669a; font-size:15px; position:absolute; top:-1px; left:0}
	.cont_header{align-self:center}

	div#overlay, a#toggle{display:none;}
	#menu{position:static;width:100%;height:auto;transform:none;background-color:transparent;}
	#menu ul{text-align:right; margin:0;}
	/*#menu ul li{display:inline-block; border-bottom:none; line-height:140%; font-size:95%; letter-spacing:0.7px;}*/
	#menu ul li{display:inline-block; border-bottom:none; line-height:140%; font-size:95%; letter-spacing:0;color:#fff;}
	#menu ul li:nth-child(2n+2){display:inline-block;}
	/*#menu ul li a{display:inline-block; color:#000; padding:0 9px; font-weight:700;}*/
	#menu ul li a{display:inline-block; color:#fff; padding:0 8px; font-weight:700;}
	#menu ul li:last-child a{padding-right:0;}
	#menu ul li a:hover{background:transparent;}

	.navBottomRow{display:block; margin-top:16px; font-size:87.5%;}
	.nBR-leftCol{width:50%; float:left; line-height:150%; font-size:85%; margin-left:2%;}
	.nBR-leftCol i{color:#f16663; margin-right:8px;}
	.nBR-leftCol a{color:#333;}
	.nBR-rightCol{width:40%; float:right; text-align:center;}
	.nBR-rightCol h5{font-size:190%; line-height:107%; font-weight:700;}
	.nBR-rightCol p{font-size:87.5%; line-height:140%;}

	.spotlight, .approvalLink{display:none;}
	#courseWrapper, #approvalSection{display:block; background:transparent;}
	#courseWrapper{width:625px;}
	.cwCol{width:31%; padding:0 20px; margin-bottom:18px;}
	.large{width:38%}
	.pageBanner{width:345px; height:174px; position:absolute; bottom:0; right:0;}
	.pageBanner img{display:block;}	
	.cwCol h5{font-size:105%; font-variant:normal; text-transform:uppercase; font-weight:700;}
	.cwCol ul{margin:5px 0 0; line-height:170%;}
	.cwCol li{border-bottom:none; font-size:75%; font-weight:700;}
	.cwCol i{display:none;}
	.cwCol li a{color:#000}
	
	.midSection{padding:20px 0;}
	.contentPanel{width:67%; float:left;}
	.content{background:transparent; padding:0; font-size:95%;}
	h1{border:none; font-weight:700; margin:0;}
	/* css for texr blink */
	.highlightTxt{bottom:0;right:0;}
	/******************/

	.downloadBox{width:66%;}
	.eventBox{width:32.1%;}

	.approvalBox{border:1px solid #0f75ac; background:#fdc400; font-size:90%; font-weight:700; padding:5px 10px 70px; width:32.33%; margin-right:1.5%; position:relative; line-height:170%;}
	.approvalBox img{width:75px; height:70px; position:absolute; bottom:2%; left:35%;}
	#approvalSection .approvalBox:last-child{margin:0;}

	.stuCornBox{padding:10px 10px 8px; font-size:90%; margin-bottom:0; width:32.33%; margin-right:1.5%; float:left; display:block; }
	.stuCornBox h4{padding-left:40px; position:relative; border:none;text-decoration:underline;}
	.stuCornBox h4 img{width:30px; height:30px; position:absolute; left:0; top:-9px;}
	.collaBox{padding:10px; font-size:90%; margin-bottom:0; width:32.33%; margin-right:1.5%; float:left; display:block;}
	.collaBox h4{font-size:150%}
	.noticeBox{padding:10px; font-size:90%; width:32.33%; margin-right:0; float:right;}
	.noticeBox h4{margin-bottom:15px;}
	.noticeBox ul{height:93px;}

	#sidePanel{width:30%; float:right;}

	

	.programFinderBox{width:100%; float:none; margin:0 0 10px; font-size:82.5%;}
	.labeltxt{height:30px; width:30%; float:left; line-height:30px; margin:0 0 5px;}
	.fieldBox2{width:60%; float:right;}
	.smallfieldBox{width:40%; float:left; margin-left:10%;}
	.goButt{width:12%; float:right; margin:0;}
	.selbox{width:100%; height:25px; border:1px solid #feecaf; background:#f4a11c; color:#000; margin:0 0 10px; padding:2px;}

	.enquiryBox{width:100%; float:none; font-size:82.5%; padding:5px 20px;}
	.enquiryBox h5{font-size:200%;}
	.enqfield{width:100%; margin:0 0 5px; float:none;}
	.enqlfield, .enqtxtarea{width:100%; margin:0 0 5px;}
	.txtbox, .stxtbox{height:25px; line-height:25px; color:#000;}
	.txtarea{color:#000;}
	.submitButt{width:40%;}

	.queryForm{margin:0; background:transparent; width:34%; float:right;}
	.queryForm h5{background:transparent; color:#0063ac; padding:15px 0 0; display:inline-block; border-bottom:1px solid #0063ac;}
	.qContainer{color:#0f307b; border:none; text-align:left; padding:5px 15px 0;}
	.fieldBox{width:100%; float:none; margin:0;}
	.inputbox{height:32px; margin:0 0 5px;}
	.inputlbox{margin:0 0 5px;}
	.submitButton{border:none; background:linear-gradient(to bottom,#e4131d 0,#c21c24 44%,#aa2329 100%); border-radius:0;}

	.bottomSection{padding:20px 0 0; border:none; background:transparent url('../images/footerbg.png') repeat-x top;}
	#bottomLeft{width:73%; float:left; font-size:87.5%; line-height:170%;}
	#bottomLeft ul li:first-child{font-size:130%;}

	.bottomRight{width:27%; float:right;}
	
	.socialIcons{font-size:150%; margin-bottom:5px;}
	.socialIcons li{margin-right:2%;}
	.mailUs{font-size:80%; font-weight:700;}	
	.bottomRight img{width:20px; height:20px;}
	.bottomRight p{margin-bottom:10px; font-size:80%; font-weight:700;}

	footer{padding:0; font-size:75%; line-height:150%;}
}


  /*****CSS***/
.eventBox{border:1px solid #0f75ac; background:#fdc400; padding:0 10px;text-align:center;}
.eventBox img{width:100%; margin:0 auto; margin-top:-5px}
.scrollNews{border:1px solid #ee4325; background:#f0573c; padding:0; height:34px}
@-moz-document url-prefix() {
   .scrollNews{
       height:35px}
   }

.marqueeStyle{background:#fff; margin:0; padding:5px 0; font-family:'Verdana'; font-size:14px; font-weight:700} 
.marqueeStyle i{color:#e63a2d; margin:0 10px;}
.marqueeStyle a{color:#d02b33; border-bottom:1px solid transparent; margin:0; padding:0}
.marqueeStyle a:hover{border-bottom:1px solid #d02b33;}
.marqueeStyle img{width:35px; height:15px; margin-right:20px;}
/****************/

#scrollNews{border:1px solid #ee4325; background:#fff; padding:0; font-family:'Verdana'; font-size:130%; font-weight:700; text-align:center; line-height:250%}
#scrollNews i{color:#e63a2d; margin:0 10px;}
.blinking{animation:blinkingText 0.8s infinite;}
@keyframes blinkingText{
   0%{color: #000;}
49%{color: #c00;}
50%{color: #c00;}
99%{color:#000;}
100%{color: #000;}
}