*{
	margin:0;
	padding:0;
	font-family:Arial; 
	font-size: 14px;
	color:#000;
}
a{
	text-decoration: none;
}
p{
	margin-bottom: 0;
	line-height: 25px;
}
header{
	position: fixed;
	top:0;
	left:0;
	width:100%;
	z-index: 9999;
}
header .header-bottom{
	padding:5px 0;
}
header .header-bottom.header-bottom-bg-color {
    background-color: rgb(39, 60, 102);
}

/*nav-menu-link start*/
/*.nav-box{
	position: fixed;
	top:0;	
	left:0;	
	z-index: 9999;
	width:100%;
}*/
.nav-menu-box-overlay{
  width:100%;
  height:100vh;
  z-index: 9999;
  background: rgba(0,0,0,0.2);
  /*position: absolute;*/
  position: fixed;
  top:0;
  left:0;
  display:none;
}
.nav-menu-box-overlay-effect{
  width:100%;
  height:100vh;
  z-index: 9999;
  background: rgba(0,0,0,0.4);
  /*position: absolute;*/
  position: fixed;
  top:0;
  left:0;
  display:block;
}
.nav-menu-link{
	/*position: absolute;*/
	position: fixed;
	top:20px;
	right:15px;
	z-index: 9999;
	display: none;
}
.nav-menu-link i{
	color:#fff;
	font-size: 22px;
}
.nav-menu-box{
	z-index: 9999;
    position: fixed;
    top:0;
    right:-100%;
    background-color: #fff;
    width:100%;
    padding:10px;
    transition:all 0.5s;
}
.nav-menu-box-effect{
	z-index: 9999;
    position: fixed;
    top:0;
    right:0;
    background-color: #fff;
    width:100%;
    padding:10px;
    transition:all 0.5s;
}
.nav-menu-box .nav-menu-box-close-btn{
	position: absolute;
	top:10px;
	right:10px;
	/*color:#f00;*/
	text-decoration: none;
}
.nav-menu-box .nav-menu-box-close-btn i{
	color:#f00;
}
.nav-menu-box .nav-menu-box-close-btn span{
	color:#f00;
}
.nav-menu-box-header{
	margin-top: 25px;
}

.nav-menu-box-body h5{
	background-color:#273c66;
	text-align: center;
	margin-top: 25px;
	padding:4px 0;
	color:#fff;
	font-weight: 600;
}
.nav-menu-box-body ul {
	list-style: none;
}
.nav-menu-box-body ul li {
	display: inline-block;
	width:49%;
}
.nav-menu-box-body ul li a {
	color:#000;
	text-decoration: none;
	border:solid 1px #ccc;
	text-align: center;
	padding:3px 0;
	margin-bottom:3px;
	width:100%;
	display: block;
	border-radius:4px;
}
.nav-menu-box-body ul li a:hover {
	color:#009ce7;
	background-color: #eee;
}
.nav-menu-box-body ul li a.login-button {
	display: block;
	text-align: center;
	background-color: #009ce7;
	color:#fff;
	padding:5px 0;	
	border-radius:4px;
	margin-top: 5px;
}
.nav-menu-box-body ul li a.login-button i {
	color:#fff;
}
.nav-menu-box-body ul li a.login-button:hover {
	display: block;
	text-align: center;
	background-color: #273c66;
	color:#fff;
	padding:5px 0;	
	border-radius:4px;
	margin-top: 5px;
}
.nav-menu-box-body ul li a.search_box_opn_btn {
	display: block;
	text-align: center;
	background-color: #009ce7;
	color:#fff;
	padding:5px 0;	
	border-radius:4px;
	margin-top: 5px;
}
.nav-menu-box-body ul li a.search_box_opn_btn i {
	color:#fff;
}
.nav-menu-box-body ul li a.search_box_opn_btn:hover {
	display: block;
	text-align: center;
	background-color: #273c66;
	color:#fff;
	padding:5px 0;	
	border-radius:4px;
	margin-top: 5px;
}

.nav-menu-box-footer{
	background-color: #eee;
	padding:5px 10px;
}
.nav-menu-box-footer ul{
	margin-bottom:0;
}
.nav-menu-box-footer ul li{
	list-style: none;
}
.nav-menu-box-footer ul li a{
	color:#000;
	text-decoration: none;
}
.nav-menu-box-footer ul li:hover a{
	color:#009ce7;
	text-decoration: none;
}
/*nav-menu-link end*/



.home-banner{
	position: fixed;
	top:0;
	left:0;
	width:100%;
}
.home-banner .carousel-caption{
    bottom:100px;
}
.home-banner .carousel-caption h3 span{
	background-color: #ff0000;
	color:#fff;
	padding:3px 15px;
	border-radius:30px;
	font-size: 30px;
}
.home-banner .carousel-control-prev i{
	color:#fff;
	font-size: 35px;
}
.home-banner .carousel-control-next i{
	color:#fff;
	font-size: 35px;
}
.members-section{
	padding:20px 0 20px;
	background-color: #eee;
	position: relative;
	margin-top: 50%;
}
.members-section .member-bx{
	display: flex;
	border-top:solid 3px #ff0000;
	background-color: #fff;
	margin:5px;
	padding:10px;
}
.members-section .member-bx .member-photo{
	width:25%;
}
.members-section .member-bx .member-details{
	width:75%;
	margin-left:8px;
}
.members-section .member-bx .member-details h6{
	color:#ff0000;
}
.members-section .member-bx .member-details p{
	line-height: 22px;
}

.whatsnew-section{
	position: relative;
	padding:20px 0;
	background-color: #fff;
}

.photogallery-section{
	position: relative;
	padding:10px 0 40px;
	background-color: #fff;
}
.photogallery-section .section-title{
	text-align:center;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 30px;
	position: relative;
}
.photogallery-section .section-title::after{
	content:"";
	width:50px;
	height:3px;
	background-color: #ff0000;
	position: absolute;
	bottom:-7px;
	left:50%;
	margin-left:-25px;
}
.photogallery-section .photogllery-bx{
	margin:5px;
}

.videogallery-section{
	position: relative;
	padding:10px 0 40px;
	background-color: #fff;
}
.videogallery-section .section-title{
	text-align:center;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 30px;
	position: relative;
}
.videogallery-section .section-title::after{
	content:"";
	width:50px;
	height:3px;
	background-color: #ff0000;
	position: absolute;
	bottom:-7px;
	left:50%;
	margin-left:-25px;
}
.videogallery-section .videogallery-bx{
	margin:5px;
}

.message-donate-information-section{
	position: relative;
	padding:40px 0 40px;
	background-color: #fff;
}
.message-donate-information-section .message-box h5{
	text-transform: uppercase;
	font-size:22px;
	margin-bottom: 25px;
	position: relative;
}
.message-donate-information-section .message-box h5:after{
	content:"";
	width:50px;
	height:3px;
	background-color: #ff0000;
	position: absolute;
	bottom:-7px;
	left:0;
}
.message-donate-information-section .donate-box h5{
	text-transform: uppercase;
	font-size:22px;
	margin-bottom: 25px;
	position: relative;
}
.message-donate-information-section .donate-box h5:after{
	content:"";
	width:50px;
	height:3px;
	background-color: #ff0000;
	position: absolute;
	bottom:-7px;
	left:0;
}
.message-donate-information-section .donate-box .donate-inner-box{
	background-color: #f9f9f9;
	padding:15px;
	border-radius:6px;
	border:solid 1px #eee;
	min-height:270px;
	text-align: center;
	/*display: flex;
	align-items: center;*/
}
.message-donate-information-section .donate-box .donate-inner-box .donatenow-icon-box{
	margin-top: 30px;
	margin-bottom: 20px;
}	
.message-donate-information-section .donate-box .donate-inner-box .donatenow-button-box a:hover img{
	/*opacity:0.8;*/
	filter: contrast(200%);
}
.message-donate-information-section .information-box h5{
	text-transform: uppercase;
	font-size:22px;
	margin-bottom: 25px;
	position: relative;
}
.message-donate-information-section .information-box h5:after{
	content:"";
	width:50px;
	height:3px;
	background-color: #ff0000;
	position: absolute;
	bottom:-7px;
	left:0;
}
.message-donate-information-section .information-box ul li{
	margin-bottom:7px;
}
.message-donate-information-section .working-hours-box{
	background-color: #f9f9f9;
	border:solid 1px #eee;
	padding:10px;
	border-radius:6px;
	margin-top:27px;
}
.message-donate-information-section .working-hours-box h5{
	color: #ff0000;
	margin-bottom: 10px;
}
.message-donate-information-section .working-hours-box ul li{
	margin-bottom:6px;
}
.message-donate-information-section .message-box input[type='submit']{
	background-color: #ff0000;
	color:#fff;
	border:none;
	padding:8px 20px;
	text-transform: uppercase;
	border-radius:4px;
}
.message-donate-information-section .message-box input[type='submit']:hover{
	background-color: #ea0707;
	color:#fff;
	border:none;
	padding:8px 20px;
	text-transform: uppercase;
	border-radius:4px;
}

.news-devotees-section{
	position: relative;
	background-color: #f9f9f9;
	padding:50px 0;
}
.news-devotees-section .news-box h5{
	text-transform: uppercase;
	font-size:22px;
	margin-bottom: 25px;
	position: relative;
}
.news-devotees-section .news-box h5:after{
	content:"";
	width:50px;
	height:3px;
	background-color: #ff0000;
	position: absolute;
	bottom:-7px;
	left:0;
}
.news-devotees-section .news-box .news-inner-box .owl-theme .owl-controls .owl-buttons .owl-prev:before {
    content: "\f060";
    font-family: FontAwesome;
    position: absolute;
    top: -39%;
    left: 89%;
    background: #ff0000;
    color: #fff;
    filter: Alpha(Opacity = 50);
    opacity: 0.5;
    padding: 4px 10px;
}
.news-devotees-section .news-box .news-inner-box .owl-theme .owl-controls .owl-buttons .owl-next:before {
    content: "\f061";
    font-family: FontAwesome;
    position: absolute;
    top: -39%;
    right: 0px;
    background: #ff0000;
    color: #fff;
    filter: Alpha(Opacity = 50);
    opacity: 0.5;
    padding: 4px 10px;
}
.news-devotees-section .news-box .news-inner-box .owl-theme .owl-controls .owl-buttons .owl-next:before:hover {
    content: "\f061";
    font-family: FontAwesome;
    position: absolute;
    top: -39%;
    right: 0px;
    background: #ff0000;
    color: #fff;
    filter: Alpha(Opacity = 50);
    opacity: 0.5;
    padding: 4px 10px;
}
.news-devotees-section .news-box .news-inner-box .news-data-bx {
	background-color: #fff;
	padding:10px;
	border-radius:4px;
	border:solid 1px #eee;
	margin-right: 10px;
	display: flex;
}
.news-devotees-section .news-box .news-inner-box .news-data-bx .news-date-bx{
	width:20%;
}
.news-devotees-section .news-box .news-inner-box .news-data-bx .news-date-bx .news-date-inner-bx{
	background-color: #555;
	padding:10px 0;
	border-radius:4px;
	text-align: center;
}
.news-devotees-section .news-box .news-inner-box .news-data-bx .news-date-bx h4.news-date{
	color:#fff;
	margin-bottom: 0;
}
.news-devotees-section .news-box .news-inner-box .news-data-bx .news-date-bx p.news-month{
	color:#fff;
	margin-bottom: 0;
	line-height: 19px;
}
.news-devotees-section .news-box .news-inner-box .news-data-bx .news-date-bx p.news-year{
	color:#fff;
	margin-bottom: 0;
	line-height: 19px;
}

.news-devotees-section .news-box .news-inner-box .news-data-bx .news-content-bx{
	width:78%;
	margin-left:2%;
}
.news-devotees-section .news-box .news-inner-box .news-data-bx .news-content-bx h4{
	font-size: 16px;
	font-weight: 600;
	/*margin-bottom: 0;*/
}
.news-devotees-section .news-box .news-inner-box .news-data-bx .news-content-bx h6{
	margin-bottom: 0;
}
.news-devotees-section .news-box .news-inner-box .news-data-bx .news-content-bx p{
	margin-bottom: 10px;
}
.news-devotees-section .news-box .news-inner-box .news-data-bx .news-content-bx a{
	border:solid 1px #ff0000;
	background-color: #fff;
	color:#ff0000;
	padding:3px 7px;
	border-radius: 4px;
}
.news-devotees-section .news-box .news-inner-box .news-data-bx .news-content-bx a:hover{
	border:solid 1px #ff0000;
	background-color: #ff0000;
	color:#fff;
	padding:3px 7px;
	border-radius: 4px;
}



.news-devotees-section .devotees-box h5{
	text-transform: uppercase;
	font-size:22px;
	margin-bottom: 25px;
	position: relative;
}
.news-devotees-section .devotees-box h5:after{
	content:"";
	width:50px;
	height:3px;
	background-color: #ff0000;
	position: absolute;
	bottom:-7px;
	left:0;
}
.news-devotees-section .devotees-box .devotees-inner-box .owl-theme .owl-controls .owl-buttons .owl-prev:before {
    content: "\f060";
    font-family: FontAwesome;
    position: absolute;
    top: -41%;
    left: 84%;
    background: #ff0000;
    color: #fff;
    filter: Alpha(Opacity = 50);
    opacity: 0.5;
    padding: 4px 10px;
}
.news-devotees-section .devotees-box .devotees-inner-box .owl-theme .owl-controls .owl-buttons .owl-next:before {
    content: "\f061";
    font-family: FontAwesome;
    position: absolute;
    top: -41%;
    right: 0px;
    background: #ff0000;
    color: #fff;
    filter: Alpha(Opacity = 50);
    opacity: 0.5;
    padding: 4px 10px;
}
.news-devotees-section .devotees-box .devotees-inner-box .devotees-data-bx{
	background-color: #fff;
	padding:15px;
	border-left:solid 4px #ff0000;
	margin-right:10px;
	min-height: 122px;
}
.news-devotees-section .devotees-box .devotees-inner-box .devotees-data-bx h6{
	font-weight:600;
	margin-top: 20px;
}
.news-devotees-section .devotees-box .devotees-inner-box .devotees-data-bx h6 span{
	font-weight:normal;
}


footer{
	position: relative;
	background-color: #00091a;
	margin-top:-30px;
    bottom:-30px;
}
footer .footer-top{
	padding:70px 0 50px;
}
footer .footer-top .footer-title{
	color:#fff;
	text-transform: uppercase;
	margin-bottom: 30px;
	font-size:19px;
}
footer .footer-top .footer-link li {
	/*padding-left: 15px;*/
    position: relative;
    margin-bottom: 12px;
    list-style: none;
}
/*footer .footer-top .footer-link li:before {
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background: #009ce7;
}*/
footer .footer-top .footer-link li a{
	color:#fff;
	text-decoration: none;
}
footer .footer-top .footer-link li a:hover{
	color:#ff0000;
}
footer .footer-top .footer-reachus-box li{
	list-style: none;
	margin-bottom: 17px;
	position: relative;
	padding-left:25px;
}
footer .footer-top .footer-reachus-box li i{
	color:#fff;
	position: absolute;
	top:5px;
	left:0;
}
footer .footer-top .footer-reachus-box li a{
	color:#fff;
	text-decoration: none;
}
footer .footer-top .footer-reachus-box li a:hover{
	color:#ff0000;
}
footer .footer-top .footer-reachus-box li span{
	color:#fff;
}

footer .footer-top .ftr-logo-bx p{
 color:#fff;
 margin-top: 20px;
 text-align: center;
}

footer .footer-top .footer-social-section{
	margin-top: 30px;
    /*border-top: solid 1px #2b2f32;
    border-bottom: solid 1px #2b2f32;*/
    padding: 10px 0;
}
footer .footer-top .footer-social-section .footer-social {
    margin-top: 0px;
    margin-bottom: 0;
    text-align: center;
}
footer .footer-top .footer-social-section .footer-social li {
    display: inline;
    margin-right: 5px;
}
footer .footer-top .footer-social-section .footer-social li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 30px;
    /*border-radius: 100%;*/
    /*background: #273c66;*/
    border:solid 1px #5e5e5e;
    color: #ffffff;
    text-align: center;
}
footer .footer-top .footer-social-section .footer-social li a:hover {
    color: #009ce7;
}
footer .footer-top .footer-social-section .footer-social li a i {
    margin-top: 10px;
    font-size: 20px;
    color:#fff;
}

footer .footer-bottom{
	padding:10px 0;
	border-top:solid 1px rgba(255, 255, 255, 0.1);
}
footer .footer-bottom .copyright p{
	color:#eee;
}
footer .footer-bottom .developed-by{
	 text-align: right;
}
footer .footer-bottom .developed-by a img{
	 width:112px;
}
footer .footer-top .ftr-quicklinks-box{
	/*margin-left:80px;*/
}
footer .footer-top .ftr-quicklinks2-box{
	margin-left:50px;
}

.inner-banner{
	margin-top:70px;
	position: relative;
}
.inner-banner ul.page-breadcrumb{
	position: absolute;
	top:37%;
	left:3%;
}
.inner-banner ul.page-breadcrumb li{
	display: inline;
	list-style: none;
	color:#fff;
	font-size: 16px;
}
.inner-banner ul.page-breadcrumb li span{
	color:#fff;
	margin:0 5px;
}
.inner-banner ul.page-breadcrumb li a{
	color:#fff;
	font-weight: bold;
}
.inner-page-section{
	padding:50px 0 50px;
}
.inner-page-section .page-title .title {
    font-size: 48px;
    line-height: 35px;
    font-weight: bold;
    color: #111111;
    font-family: Arial;
    margin-bottom: 40px;
}
.inner-page-section .page-title .title.title-capitalize {
    font-size: 39px;
    line-height: 35px;
    font-weight: bold;
    color: #111111;
    font-family: Arial;
    margin-bottom: 40px;
}


.aboutus-description-box p {
    font-size: 21px;
    line-height: 35px;
    font-weight: normal;
    color: #505050;
    text-align: center;
}

/*.aboutus-wraper{
  padding:50px 0;
}*/
.aboutus-content-box {
    background-color: #eee;
    padding: 0 0 0 40px;
    text-align: left;
    position: relative;
    min-height: 442px;
    display: flex;
    align-items: center;
}
.aboutus-content-box::before{
  content:"";
  background-color: #eee;
  width:100px;
  height:100%;
  position: absolute;
  top:0;
  left:100%;
}
.aboutus-content-box h4{
  margin-bottom:20px;
}
.aboutus-content-box p{
  color: #000;
  text-align: justify;
}
.aboutus-photo-box img{
  width:100%;
  height:auto;
}

.aboutus-wraper .owl-theme .owl-controls .owl-buttons .owl-prev:before {
    content: "\f060";
    font-family: FontAwesome;
    position: absolute;
    top: 101%;
    left: 0%;
    background: #ff0000;
    color: #fff;
    filter: Alpha(Opacity = 50);
    opacity: 0.5;
    padding: 4px 10px;
}
.aboutus-wraper .owl-theme .owl-controls .owl-buttons .owl-next:before {
    content: "\f061";
    font-family: FontAwesome;
    position: absolute;
    top: 101%;
    right: 87%;
    background: #ff0000;
    color: #fff;
    filter: Alpha(Opacity = 50);
    opacity: 0.5;
    padding: 4px 10px;
}

.contact-us-inner-box{
  background-color: #fff;
  border-top:solid 5px #ff0000;
  padding:25px;
  box-shadow:0 0 20px 0 #ccc;
  min-height: 245px;
}
.contact-us-inner-box i{
  font-size:21px;
  color:#273c66;
}
.contact-us-inner-box h5{
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 20px;
}
.contact-us-inner-box h6{
	font-weight:600;
	color:#db0000;
}
.contact-us-inner-box p{
  color:#000;
  margin-bottom: 11px;
}

.contactus-feedback-box {
    padding: 70px 40px 70px;
    background-color: #F9F8F8;
}
.contactus-feedback-box p {
    font-size: 16px;
    color: #363636;
    line-height: 32px;
    font-weight: 400;
    margin-bottom:20px;
}
.contactus-feedback-box .from-control {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #F1F1F1;
    box-shadow: 0 0 30px #eee;
    color: #363636;
    width: 100%;
    max-width: 100%;
    opacity: 1;
    border-radius: 3px;
    border: 1px solid #ffffff;
    color: #767676;
    background: #ffffff;
    padding: 10px 18px;
}
.contactus-feedback-box .form-group .btn-send:hover {
    opacity: 0.90;
}
/*.contactus-feedback-box .form-group .btn-send {
    padding: 16px 0px 16px 0px;
    text-transform: uppercase;
    box-shadow: 0px 28px 50px 0px rgba(0, 0, 0, 0.05);
    outline: none;
    border: none;
    padding: 12px 40px;
    border-radius: 3px;
    display: inline-block;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    background: #ff0000;
    transition: all 0.3sease;
    position: relative;
    overflow: hidden;
    width: 100%;
}*/
.contactus-feedback-box .form-group .btn-send {
    padding: 16px 0px 16px 0px;
    text-transform: uppercase;
    box-shadow: 0px 28px 50px 0px rgba(0, 0, 0, 0.05);
    outline: none;
    border: none;
    padding: 12px 252px;
    border-radius: 3px;
    display: inline-block;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    background: #ff0000;
    transition: all 0.3sease;
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-left:15px;
}

.our-team-content-box{
	 border:solid 1px #ccc;
	 padding:5px;
	 position: relative;
	 text-align: center;
	 margin-bottom: 20px;
}
.our-team-content-box img{
	 width:100%;
     height:270px;
}
.our-team-content-box .our-team-desc-box{
	position: absolute;
	bottom:8px;
	left:0;
	display: block;
	width:100%;
}
.our-team-content-box .our-team-desc-box h5{
	margin-bottom: 11px;
}
.our-team-content-box .our-team-desc-box h5 span{
	background:rgba(2,16,116,0.6);
	color:#fff;
	padding:5px 10px;
	border-radius:20px;
	font-weight: 600;
}
.our-team-content-box .our-team-desc-box h6 span{
	background:rgba(255,0,0,0.6);
	color:#fff;
	padding:5px 10px;
	border-radius:20px;
}

.gallery {
	/*list-style: none;
	overflow: hidden;
	padding: 0;
	margin: 0;*/
}
.gallery .gallery-bx{
	background-color: #fff;
	/*border-top: solid 5px #037959;
    border-right: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-bottom: solid 1px #ccc;*/
	text-align: center;
	position: relative;
	margin-bottom: 25px;
	padding:7px;
	border:solid 1px #ccc;
}
/*.gallery .gallery-bx::before{
	content:"";
	width:60px;
	height:40px;
	background-color: #ff5e14;
	position: absolute;
	bottom:-1px;
	right:-1px;
	z-index: -1;
}
.gallery .gallery-bx::after{
	content:"";
	width:60px;
	height:40px;
	background-color: #ff5e14;
	position: absolute;
	top:-1px;
	left:-1px;
	z-index: -1;
}*/

.news-events-box .news-events-inner-box .news-data-bx {
	background-color: #fff;
	padding:10px;
	border-radius:4px;
	border:solid 1px #eee;
	box-shadow: 0 0 10px #eee;
	margin-right: 10px;
	margin-bottom: 20px;
	display: flex;
}
.news-events-box .news-events-inner-box .news-data-bx .news-date-bx{
	width:10%;
}
.news-events-box .news-events-inner-box .news-data-bx .news-date-bx .news-date-inner-bx{
	background-color: #273c66;
	padding:10px 0;
	border-radius:4px;
	text-align: center;
}
.news-events-box .news-events-inner-box .news-data-bx .news-date-bx h4.news-date{
	color:#fff;
	margin-bottom: 0;
}
.news-events-box .news-events-inner-box .news-data-bx .news-date-bx p.news-month{
	color:#fff;
	margin-bottom: 0;
	line-height: 19px;
}
.news-events-box .news-events-inner-box .news-data-bx .news-date-bx p.news-year{
	color:#fff;
	margin-bottom: 0;
	line-height: 19px;
}

.news-events-box .news-events-inner-box .news-data-bx .news-content-bx{
	width:88%;
	margin-left:2%;
}
.news-events-box .news-events-inner-box .news-data-bx .news-content-bx h4{
	font-size: 16px;
	font-weight: 600;
	/*margin-bottom: 0;*/
}
.news-events-box .news-events-inner-box .news-data-bx .news-content-bx h6{
	margin-bottom: 0;
}
.news-events-box .news-events-inner-box .news-data-bx .news-content-bx p{
	margin-bottom: 10px;
}
.news-events-box .news-events-inner-box .news-data-bx .news-content-bx a{
	border:solid 1px #ff0000;
	background-color: #fff;
	color:#ff0000;
	padding:3px 7px;
	border-radius: 4px;
}
.news-events-box .news-events-inner-box .news-data-bx .news-content-bx a:hover{
	border:solid 1px #ff0000;
	background-color: #ff0000;
	color:#fff;
	padding:3px 7px;
	border-radius: 4px;
}
/*.tbl_scroll {
    width: 100%;
    max-height: 400px;
    overflow: auto;
}*/
.shop-tbl{
    margin-top:10px;
}
.shop-tbl thead tr th {
    background: #9a0000;
    color: #fff;
}

