.aboutmain img{
    display: block;
    margin-left: auto;
    margin-right: auto
}
.tbwid{
    display: block;
    margin-left: auto;
    margin-right: auto;
    color: #8a0404;
}
.tbwid tr th{
    width: 10%;
    text-align: center;
    font-size: 1.50rem;
}
.prayer {
	background-image: url(../images/prayer_new.png),url(../images/prayer_new1.png);
	min-height: 258px;
	background-repeat: no-repeat;
	background-position: left 22px center,right 22px center;
	width: 100%;
	display: table;
}
.prayer p {
	vertical-align: middle;
	padding: 20px 0;
	display: table-cell;
	text-align: center;
}
 @media screen and (min-width: 320px) and (max-width: 1024px){
    .prayer {
      background-position: left 0 center,right 0 center;
    }
}
  @media screen and (min-width: 320px) and (max-width: 680px){
    .prayer {
      background-image: none;
    }
}
img.time {
	float: left;
	margin: 0 60px 47px 0;
}

table.new_table {
    width: 60%;
    border: 1px solid #d8d8db;
    text-align: center;
    color: #1b1a1a;
    margin-top: 60px;
}
table.new_table1 {

    border: 1px solid #d8d8db;
    text-align: center;
    color: #1b1a1a;
    margin-top: 30px;
}
  @media screen and (min-width: 0px) and (max-width: 1024px){
    img.time {
      float: none;
      margin: 0px;
    }
}
  @media screen and (min-width: 0px) and (max-width: 1024px){
    table.new_table {
      margin-top: 15px;
      table-layout: fixed;
    }
}
  @media screen and (min-width: 0px) and (max-width: 1024px){
    table.new_table {
      width: 100% !important;
    }
}
.new_table tr:nth-child(2n), .new_table1 tr:nth-child(2n){
	background: rgba(128, 4, 4, 0.08);
}
.hd-main_new{
    font-family: 'Roboto', sans-serif;
font-weight: 700;
color: #fff;
font-size: 30px;
margin-bottom: 18px;
font-weight: normal;
text-align: center;
}
.app_img01 {
    display: flex;
    justify-content: center;
}
.app_img01 img{
    max-width: 400px;
    position: absolute;
}
@media only screen and (max-width: 768px){
    .app_img01 img{
    position:relative;
    }
    .footerBtm {
    margin-top: 0px !important;
    }
}
.footerBtm {
margin-top:22px;
}
.contact_width{
	width:50%;
	display: block;
	float: left;
}
.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	color: #555555;
	vertical-align: middle;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #cccccc;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.input-lg {
	height: 46px;
	padding: 10px 16px;
	font-size: 14px;
	line-height: 1.33;
	border-radius: 3px;
}
.form-control {
	margin-bottom: 20px;
}
input, button, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
textarea.input-lg {
	height: auto;
}
textarea.form-control {
	height: auto;
}
input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
	margin-left: auto;
margin-right: auto;
display: block;
height: 40px;
	cursor: pointer;
background: #800404;
	color: #fff;
	width: 50%;
}
.flashwidth{
    width:100%;
    float:left;
    display:block;
    position:relative;
}
.online_regi{//float: right;margin-top: -180px;text-align: end;width: 100%;margin-left: -320px;}
.cta1 {display: inline-block;top: 4px;right: 10px;font-size: 12px;font-weight: bold;line-height: 25px;}
.cta2 {display: inline-block;top: 8px;right: 10px;font-size: 12px;font-weight: bold;line-height: 25px;}
.cta1 a{background-color: #800404;position: absolute;color: #ffffff;padding: 3px 15px;letter-spacing:2px;text-transform:uppercase;text-decoration:none;/* box-shadow: 0 20px 50px rgb(90 90 90 / 43%); */overflow:hidden;text-align: center;} .cta1 a::before {content: '';position: absolute;top: 2px;left: 2px;bottom: 2px;width: 50%;/* background: rgba(0,255,0,0.5); */} .cta1 a span:nth-child(1) {position: absolute;top: 0;right: 0;width: 100%;height: 2px;background: linear-gradient(to right,#FFC107,#FFEB3B);animation: animate1 2s linear infinite;} @keyframes animate1 { 0% { transform:translateX(-100%); } 100% { transform:translateX(100%); } } .cta1 a span:nth-child(2) {position: absolute;top: 0;right: 0;width: 2px;height: 100%;background: linear-gradient(to right,#FFC107,#FFEB3B);animation: animate2 2s linear infinite;animation-delay: 1s;} @keyframes animate2 { 0% { transform:translateY(-100%); } 100% { transform:translateY(100%); } } .cta1 a span:nth-child(3) {position: absolute;bottom: 0;left: 0;width: 100%;height: 2px;background: linear-gradient(to right,#FFC107,#FFEB3B);animation: animate3 2s linear infinite;} @keyframes animate3 { 0% { transform:translateX(100%); } 100% { transform:translateX(-100%); } } .cta1 a span:nth-child(4) {position: absolute;top: 0;left: 0;width: 2px;height: 100%;background: linear-gradient(to right,#FFC107,#FFEB3B);animation: animate4 2s linear infinite;animation-delay: 1s;} @keyframes animate4 { 0% { transform:translateY(100%); } 100% { transform:translateY(-100%); } }
.online_regi_inner{height:84px;}
@media only screen and (max-width: 768px){
.online_regi{//float: right;text-align: center;width: 100%; display:block;margin-left:auto;}
}
.NewBlink {
    background-color:red;
    color:white!important;
    text-decoration:wavy;
    font-family:'Times New Roman';
    font-size:12px;
    font-weight:700 bolder;

    
    //padding-left:3px;
    //padding-right:3px;
    margin-left:3px;
    //margin-right:4px;
    padding:5px 5px 5px 5px;
    
    border-radius: 2px;
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    
    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    
    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.NewBlink:before{
    content:" NEW ";
}
@-moz-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes blinker {  
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}
.new-links {
    animation: gradient22 10s ease infinite;
    padding: 3px 7px;
    border-radius: 4px;
   
}
@keyframes gradient22 {
	0% {
		background-color: red;
	}
	25% {
		background-color: #fc3e00;
	}
	50% {
		background-color: red;
	}
	75% {
		background-color: #fc3e00;
	}
	100% {
		background-color: red;
	}
}
.highlights_sec .visit_link{//position:absolute;background: #f16fa8;z-index: 999;padding: 5px 10px;right: 0px;top: 0px;/* border-top-left-radius: 20px; */border-bottom-left-radius: 20px;margin-top: -33px;position: relative;float: right;}
.highlights_sec .visit_link a{color: #fff;}
.highlights_sec .visit_link a:hover{color: #ffeb00;}
.highlights_sec{background-image: -moz-linear-gradient( 176deg, rgb(34, 183, 144) 0%, rgb(47,93,212) 40%);
  background-image: -webkit-linear-gradient( 176deg, rgb(34, 183, 144) 0%, rgb(47,93,212) 40%);
  background-image: -ms-linear-gradient( 176deg, rgb(34, 183, 144) 0%, rgb(47,93,212) 40%);height: 30px;//margin-top: -8px;}
.highlights_sec h3{margin:0px;position: absolute;background: #82080a;z-index:9;padding:5px;font-size:16px;animation: blinker 2s linear infinite;}@keyframes blinker{50% {color: #fff;background: #7A0505;}}
.highlights_sec h3 a{color:#fff;}
.highlights_sec p{font-size: 14px;//line-height: 30px;color: #fff;margin-top: 4px;height: 27px;}
.highlights_sec marquee{margin:0px;}
.highlights_sec .fa{color: #fff;background: #0c3a71;width: 31px;height:23px;border-radius:100%;padding-top:5px;text-align:center;}
.highlights_sec .fa:hover{color: #fce70d;}
@media screen and (max-width: 767px){
    .highlights_sec .visit_link {
        top: 29px;
        font-size: 11px;
    }
}
.highlights_sec a{
    color:#fff;
}