

.th-inner
{
    background: white;
    color: #6281ce;
    padding: 10px;
    border-radius: 30px;
}

.width-50
{
width:50px !important;
}
.width-100
{
width:100px !important;
}

.width-150
{
width:150px !important;
}

.width-200
{
width:200px !important;
}
.width-250
{
width:250px !important;
}
.width-300
{
width:300px !important;
}
.width-350
{
width:350px !important;
}

.border-none
{
border:none !important;
}
	

.upload-btn-wrapper {
	position: relative;
	overflow: hidden;
	display: inline-block;
}

.btn-img-upload {
	width: 30%;
	background-color: #31353D;
	color: white;
}

/* This does not work */
.btn-img-upload:hover {
  background-color: red;
}
/**/

.upload-btn-wrapper input[type=file] {
	cursor: inherit;
	display: block;
	font-size: 999px;
	filter: alpha(opacity=0);
	min-height: 100%;
	min-width: 100%;
	opacity: 0;
	position: absolute;
	right: 0;
	text-align: right;
	top: 0;
	cursor: pointer;
}



.upload_image_style_hide {
    padding: 3px;
    border: solid 2px #f33066;
    display: none;
    max-height: 150px;
}

.upload_image_style_show

{
	padding:3px;border:solid 2px #f33066;max-height:350px;
}

.img-vc
{      
     left:50%;
	 border-radius: 50%; 
     margin-right: 35px; 
	 position: relative; 
}

.img-vc img {
    -webkit-box-shadow: 0px 0px 0px 5px rgb(25 25 25 / 5%);
    -moz-box-shadow: 0px 0px 0px 5px rgba(25,25,25,0.05);
    /* box-shadow: 0px 0px 0px 5px rgb(25 25 25 / 5%); */
}

.alert h5, h6 {
    color: #2D3954 !important;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.header-bottom {
    padding:10px 0;
border-bottom: 3px solid #6281ce;
	
}
.skin-dark-header .header-bottom {
    background:#1b2132;
	border-top:none;
}


ul.header-bottom-social {
    margin: 0;
    padding: 0;
}
ul.header-bottom-social li {
    display: inline-block;
    list-style: none;
    margin-right: 17px;
	margin-top: 0;
}
ul.header-bottom-social li a {
    color:#546e7a;
}
ul.header-bottom-social li a:hover, ul.header-bottom-social li a:focus{
	color:#007bff;
}
ul.header-bottom-social li i {
    margin-right: 5px;
}
header.skin-dark-header ul.header-bottom-social li a {
    color: #858b9f;
    font-size: 14px;
}
header.skin-dark-header ul.header-bottom-social li a:hover, header.skin-dark-header ul.header-bottom-social li a:focus{
	color:#ffffff;
	opacity:1;
}

.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.news-header {
    font-size: 14px;
    text-transform: uppercase;
    background: #6281ce;
    padding: 10px 0px 0px 11px;
    color:white;
    border-radius:50px;
	font-weight:700;
	border: 4px double white;
    /* margin-bottom: 20px; */
}

.news-header-sub {
    font-size: 14px;
    text-align:center;
    text-transform: uppercase;
    
    min-width:250px;
	/*max-width:350px;*/
    color:white !important;
    font-weight:600 !important;
    display:inline-block;
    padding: 10px 20px ;
    
    font-size:17px;
	
    /* margin-bottom: 20px; */
}
 .event-item {
    position: relative;
   /*  padding-left: 55px;
   border-bottom: 1px solid #e8e8e8;*/
    padding-bottom: 10px;
}

.date-label {
    background: #fff;
    position: absolute;
    left: 0;
    padding:5px;
}
.date-label .month {
    background: #b749ff;
    color: #fff;
    display: block;
    font-size: 10px;
    padding:5px;
    text-transform: uppercase;
}

.date-label .date-number {
    clear: left;
    display: block;
    padding-top: 5px;
    font-size: 11px;
    text-align:center;
    font-family: 'open sans',arial,sans-serif;
    font-weight: 500;
}

	.news_show
{
border-bottom:double 3px #ccdbff;

padding:25px;

display:block;
}


.news_show a {

color:#f3494b !important;
}
.news_show a:hover, a:focus {
    color: #6281ce  !important;
	
	font-weight:800;
    text-decoration: none;


}

 .active {
    color: #3e54ec	  !important;
	text-shadow: 1px 3px 15px #3e54ec;
	font-weight:500;
    text-decoration: none;


}



 .cat-title {
    font-size: 14px;
    text-transform: uppercase;
    background: #f3f6ff; /*#d0ddff*/
    padding: 10px 20px;
	border-radius:50px;
    margin-bottom: 20px;
}

@media (min-width: 530px) {

	.logo {
	
	
	 float:left;
	 height:85px;
	}

	.salogn {

    float:left;
    margin: 0px 23px 0px 15px;
    font-weight: 600;
    color: #193885;
    text-align: justify;
    font-size: 20px; font-family: 'Roboto Slab', serif;
    
    line-height: 1.42857143;
    }
	
	.salogn span {

    float:left;
  
    font-weight: 400;
    color: #000;
    text-align: justify;
    font-size: 17px; font-family: 'Roboto Slab', serif;
 
    line-height: 1.42857143;
    }
	
	}
	
	@media (max-width: 531px) {
	
	.logo {
	
	
	 float:left;
	 height:55px;
	}
	.salogn {

    float:left;
   margin: 0px 2px 0px 6px;
    font-weight: 600;
    color: #193885;
    text-align: justify;
    font-size: 14px; font-family: 'Roboto Slab', serif;
    
    line-height: 1.42857143;
    }
	
	.salogn span {

    float:left;
  
    font-weight: 400;
    color: #000;
    text-align: justify;
    font-size: 12px; font-family: 'Roboto Slab', serif;
 
    line-height: 1.42857143;
    }	
	
	}

   
   select.error.fail-alert, input.error.fail-alert {

color: red;
line-height: 1;

background: #ffe6eb; 
border:1px solid red;
}
 
label.error.fail-alert {

color: red;
border-radius: 4px;
line-height: 1;
padding: 2px 0 6px 6px;
background: #ffe6eb;
}


select.valid.success-alert, input.valid.success-alert {
border: 1px solid #4CAF50;
color: green;
}

.container3 {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.container3 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container3:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container3 input:checked ~ .checkmark {
    background-color: #6281ce;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container3 input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container3 .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
*/