/**
* Template Name: FlexStart - v1.4.0
* Template URL: https://bootstrapmade.com/flexstart-bootstrap-startup-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
:root {
  scroll-behavior: smooth;
}

body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #4154f1;
  text-decoration: none;
}

a:hover {
  color: #717ff5;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Nunito", sans-serif;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
  padding: 30px 0;
}


.logo{
  max-height: 150px;
}
.main_title{
  font-size: 38px;
  line-height: 42px;
  font-weight: 700;
  color: #012970;
}






.form-card {
  background: white;
  border: 0 none;
  border-radius: 5px;
  box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
  padding: 20px 40px 30px 40px;
  box-sizing: border-box;
  width: 94%;
  margin: 0 3% 20px 3%;
  position: relative
}





.form-group{margin-bottom: 40px;}
.form-control{
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #373435;
  box-shadow: none;  
  padding-top: 20px;  

}
.group        { 
  position:relative; 
  margin-bottom:25px; 
}

.form-control:focus     { 
  background-color: transparent;
  border-color: transparent;
  outline: 0;
  box-shadow: none; }


.form-card label          {
  color:#808080; 
  font-size:14px;
  font-weight:600;
  position:absolute;
  pointer-events:none;
  left:5px;
  top:0px;
  transition:0.4s ease all; 
  -moz-transition:0.4s ease all; 
  -webkit-transition:0.4s ease all;
}
.form-control[type=file] {
  padding-top: 30px;
}



.fs-title{
  font-size: 21px;
  color:#808080;
  font-weight: 700;
}
.sub-title{
  font-size: 24px;
  color:#012970;
  font-weight: 700;
}

.bar  { position:relative; display:block; width:100%; }
.bar:before, .bar:after   {
  content:'';
  height:2px; 
  width:0;
  bottom:0px; 
  position:absolute;
  background:#808080; 
  transition:0.4s ease all; 
  -moz-transition:0.4s ease all; 
  -webkit-transition:0.4s ease all;
}
.bar:before {
  left:50%;
}
.bar:after {
  right:50%; 
}


.form-control:focus ~ .bar:before, .form-control:focus ~ .bar:after {
  width:50%;
}

.highlight {
  position:absolute;
 /* height:60%; */
  width:100px; 
  top:25%; 
  left:0;
  pointer-events:none;
  opacity:0.5;
}

/* active state */
.form-control:focus ~ .highlight {
  -webkit-animation:inputHighlighter 0.3s ease;
  -moz-animation:inputHighlighter 0.3s ease;
  animation:inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
  from { background:#5264AE; }
  to  { width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
  from { background:#5264AE; }
  to  { width:0; background:transparent; }
}
@keyframes inputHighlighter {
  from { background:#5264AE; }
  to  { width:0; background:transparent; }
}


.btn{
  position: relative;
  font-size: 16px;
  margin: 1rem 0;
  padding: 7px 20px;
  cursor: pointer;
  font-weight: 600;
  
}

.btn:hover {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
}

.btn:active::before, .btn:focus::before {
  -webkit-transition: opacity 0.28s ease 0.364s, -webkit-transform 1.12s ease;
  transition: opacity 0.28s ease 0.364s, -webkit-transform 1.12s ease;
  transition: transform 1.12s ease, opacity 0.28s ease 0.364s;
  transition: transform 1.12s ease, opacity 0.28s ease 0.364s, -webkit-transform 1.12s ease;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  opacity: 0;
}
.btn:focus, .btn:active, .btn:active:focus {
  outline: none;
  box-shadow: none;
}

.btn-primary {
  color: #fff;
  background: #000000;
  border-color: #000000;
}
.btn-primary:hover {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}
.btn-primary:active, .btn-primary:focus {
  color: #fff;
  background: #000000;
  border-color: #000000;
}

.btn-danger {
  color: #fff;
  background: #d71921;
  border-color: #d71921;
}
.btn-danger:hover {
  color: #fff;
  background-color: #d71921;
  border-color: #d71921;
}
.btn-danger:active, .btn-danger:focus {
  color: #fff;
  background: #d71921;
  border-color: #d71921;
}


.btn-warning {
  color: #000000;
  background: #ffd602;
  border-color: #ffd602;
}
.btn-warning:hover {
  color: #000000;
  background-color: #ffd602;
  border-color: #ffd602;
}
.btn-warning:active, .btn-warning:focus {
  color: #000000;
  background: #ffd602;
  border-color: #ffd602;
}

.required label::after{
  content: "*";
  color: #f00;
    padding-left: 5px;
}
.checkbox_lable.required::after{
  content: "*";
  color: #f00;
  padding-left: 5px;
}

.help-inline{
  color: #f00;
  padding-left: 5px;
  text-align: left;
  width: 100%;
  display: block;
  font-size: 13px;
  margin-top: 3px;
}


.custom-checkbox{
  position: relative;
}
.custom-checkbox input {
  padding: 0;
  height: initial;
  margin-bottom: 0;
  cursor: pointer;
  position: absolute;
  width: 100%;
  opacity: 0;
  height: 100%;
}
.checkbox_lable{
  color:#808080; 
  font-size:14px;
  font-weight:600;
  pointer-events:none;
  left:5px;
  top:0px;
  transition:0.4s ease all; 
  -moz-transition:0.4s ease all; 
  -webkit-transition:0.4s ease all;
}
.custom-checkbox label {
  position: relative;
  cursor: pointer;
  /* color:#808080; 
  font-size:14px;
  font-weight:600; */
}

.custom-checkbox label:before {
  content:'';
  -webkit-appearance: none;
  background-color: #ffffff;
  border: 1px solid #808080;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 9px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  margin-top: -3px;
}

.custom-checkbox input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 8px;
  width: 6px;
  height: 14px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.custom-checkbox input:checked + label:before {
  background-color: #d71921;
  border: 1px solid #d71921;
}



.custom-radio{
  position: relative;
}
.custom-radio input {
  padding: 0;
  height: initial;
  margin-bottom: 0;
  cursor: pointer;
  position: absolute;
  width: 100%;
  opacity: 0;
  height: 100%;
}
.checkbox_lable{
  color:#808080; 
  font-size:14px;
  font-weight:600;
  pointer-events:none;
  left:5px;
  top:0px;
  transition:0.4s ease all; 
  -moz-transition:0.4s ease all; 
  -webkit-transition:0.4s ease all;
}
.custom-radio label {
  position: relative;
  cursor: pointer;
}

.custom-radio label:before {
  content:'';
  -webkit-appearance: none;
  background-color: #ffffff;
  border: 1px solid #808080;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
  border-radius: 100px;
}

.custom-radio input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 7px;
  left: 6px;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 100px;
}
.custom-radio input:checked + label:before {
  background-color: #d71921;
  border: 1px solid #d71921;
}
.datepicker {
  border-radius: 0;
  padding: 0;
}
.datepicker-days table thead, .datepicker-days table tbody, .datepicker-days table tfoot {
  padding: 10px;
  display: list-item;
}
.datepicker-days table thead, .datepicker-months table thead, .datepicker-years table thead, .datepicker-decades table thead, .datepicker-centuries table thead {
  background: #012970;
  color: #ffffff;
  border-radius: 0;
}
.datepicker-days table thead tr:nth-child(2n+0) td, .datepicker-days table thead tr:nth-child(2n+0) th {
  border-radius: 3px;
}
.datepicker-days table thead tr:nth-child(3n+0) {
  text-transform: uppercase;
  font-weight: 300 !important;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
}
.table-condensed > tbody > tr > td, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > td, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > thead > tr > th {
  padding: 11px 13px;
}
.datepicker-months table thead td, .datepicker-months table thead th, .datepicker-years table thead td, .datepicker-years table thead th, .datepicker-decades table thead td, .datepicker-decades table thead th, .datepicker-centuries table thead td, .datepicker-centuries table thead th {
  border-radius: 0;
}
.datepicker td, .datepicker th {
  border-radius: 50%;
  padding: 0 12px;
}
.datepicker-days table thead, .datepicker-months table thead, .datepicker-years table thead, .datepicker-decades table thead, .datepicker-centuries table thead {
  background:  #012970;
  color: #ffffff;
  border-radius: 0;
}
.datepicker table tr td.active, .datepicker table tr td.active:hover, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover {
  background-image: none;
}
.datepicker .prev, .datepicker .next {
  color: rgba(255, 255, 255, 0.5);
  transition: 0.3s;
  width: 37px;
  height: 37px;
}
.datepicker .prev:hover, .datepicker .next:hover {
  background: transparent;
  color: rgba(255, 255, 255, 0.99);
  /* font-size: 14px; */
}
.bootstrap-datetimepicker-widget table th.prev::after {
  content: "\f060"; 
  font-family: "Font Awesome 5 Free";
}

.bootstrap-datetimepicker-widget table th.next::after {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
}
.datepicker .datepicker-switch {
  font-size: 24px;
  font-weight: 400;
  transition: 0.3s;
}
.datepicker .datepicker-switch:hover {
  color: rgba(255, 255, 255, 0.7);
  background: transparent;
}
.datepicker table tr td span {
  border-radius: 2px;
  margin: 3%;
  width: 27%;
}
.datepicker table tr td span.active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover {
background-color:  #012970;
background-image: none;
}
.datepicker table tr td.today{
  background:  #012970;
  color:  #ffffff;
  background-image: none;
}
.datepicker table tr td.today:hover{
  background:  #012970;
  color:  #ffffff;
  background-image: none;
}
.datepicker table tr td.active.active{
  background-color:  #d71921;
  color:  #ffffff;
}
.datepicker table tr td.active.active:hover{
  background-color:  #d71921;
}
.datepicker table tr td.active:hover{
  background-color:  #d71921;
}

.dropdown-menu {
  border: 1px solid rgba(0,0,0,.1);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.datepicker-dropdown.datepicker-orient-top:before {
  border-top: 7px solid rgba(0,0,0,.1);
}


.bootstrap-datetimepicker-widget .btn{
  background: transparent;
  color: #012970;
  box-shadow: none;
  padding: 5px;
  border: 0px;
}
.login-block {
	background: #f8f9fa;
	height: 100vh;
	float: left;
	width: 100%;
	padding: 50px 0;
}
.select2-container{
  width: 100% !important;
}
.select2-container--default .select2-selection--single{
  border: 0px solid #aaa;
  border-radius: 0;
  border-bottom: 1px solid #373435;
}
.select2_op label{
  top: 0;
  position: relative;
}
.select2_op{
  text-align: left;
}


.wrapper-2{
  padding :30px;
  text-align:center;
  height: initial;
  max-width:620px;
  margin:0 auto;
  margin-top:50px;
  box-shadow: 4px 8px 40px 8px rgb(153 153 153 / 14%);
}
.wrapper-2 h1{
  font-family: 'Kaushan Script', cursive;
  font-size:4em;
  letter-spacing:3px;
  color:#012970 ;
  margin:0;
  margin-bottom:20px;
}
.wrapper-2 p{
	margin-bottom:10px;
  color:#444444;
}

.for0for p {
  font-size: 2em;
  text-align: center;
  font-weight: 100;
}

.for0for h1 {
  text-align: center;
  font-size: 15em;
  font-weight: 100;

}

h1.tran_failed{
  font-family: 'Kaushan Script', cursive;
  font-size:3em;
  letter-spacing:2px;
  color:#d71921 ;
  margin:0;
  margin-bottom:20px;
}

.loader{
  position: fixed;
  top: 0;
  background: rgb(0 0 0 / 54%);
  width: 100%;
  height: 100%;
  z-index: 9;
}
.loader_curcal{
  width:70px;
  height:70px;
  border-radius:50%;
  border:10px solid #d71921;
  display:flex;
  justify-content:center;
  align-items:center;
  position: absolute;
  left: 50%;
  top: 50%;
}

.loader_curcal::after{
  content:'';
  position:absolute;
  width:55px;
  height:55px;
  border-radius:50%;
  border:8px solid transparent;
  border-top:8px solid #ffd602;
  animation:rotate 1.3s linear infinite;
}

@keyframes rotate{
  0%{transform:rotate(0deg)}
  100%{transform:rotate(360deg)}
}

.events_info{
  text-align: left;
  margin-bottom: 20px;
  display: flex;
}
.events_info span{
  font-weight: 700;
  font-size: 15px;
}
.events_info_leb{
  color: #808080;
  padding-right: 15px;
  min-width: 147px;
}


.banner_img{
  background-position: center;
  background-attachment: fixed;
  position: relative;
  min-height: 400px;
}
.banner_bg{

}
.banner_img::before{
  content: "";
  background: rgb(0 0 0 /30%);
  position: absolute;
  width: 100%;
  height: 100%;
}
.banner_img .main_title{
  color: #ffffff;
}
.banner_text{
  position: absolute;
  z-index: 9;
  top: 50%;
}


/* event card
============================*/

.event {
	
	display: flex;
	flex-direction: column;
	background: #ffffff;
	color: #000000;
	font-size: 15px;
	line-height: 1.25;
	padding: 10px;
	border: 1px solid #cccccc;
	border-radius: 3px;
	transition: 0.3s ease;
	position: relative;
  padding: 10px;
		margin-bottom: 20px;
}

.event:hover .event--date {
	background: #d71921;
	color: #ffffff;
}
/* .event:hover .event--content h2 {
	color: #d71921;
} */

a:hover{
  color: #d71921;
}

.event--date {
	display: flex;
	justify-content: center;
	align-items: baseline;
	flex-wrap: wrap;
	padding: 15px;
	color:#4d4d4d;
	font-weight: 500;
	text-transform: uppercase;
	position: relative;
	transition: .35s;
  background: #e5e5e5;
		
}
.event--date::after {
	content: '';
	height: 1px;
	width: 100%;
	background: #d71921;
	position: absolute;
	bottom: 0;
	left: 0;
  height: 100%;
  width: 3px;
  top: 0;
}
/*.event--date span + span {
	margin-left: 5px;
}*/
.event--date span:nth-child(2) {
	font-weight: 600;
	font-size: 25px;
}
.event--date span{
  margin-bottom: 10px;
  
  }

.event--content {
	padding: 15px;
	text-align: left;
	background: #ffffff;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	transition: .35s;
	position: relative;
}
.event--content > * {margin: 0; margin-bottom: 10px;}
.event--content > *:last-child {margin-bottom: 0;}

.event--content h2 {
	font-weight:600;
	font-size: 18px;
  color: #012970;
  margin-bottom: 5px;
}
.event--content p{
	font-size: 14px;
  color: #8f8f8f;
}

.location{
 color: #d71921;
 font-size: 13px;
}
.datebox{
  display: grid;
  text-align: center;
}

@media (min-width:767px) {
	.event {
    max-width: 100%;
		flex-direction: row;
	}
	.event--date {
		align-items: center;
    flex-basis: 148px;
    text-align: center;
    font-size: 16px;
    line-height: 1;
    padding: 15px 5px;
    margin: 0 auto;
    
	}

	.event--content {
		flex: 2 0 0;
		padding: 10px 20px;
	}
  




}

@media (max-width:767px) {
  .logo {
    max-height: 80px;
  }
  .main_title {
    font-size: 28px;
  }
  section{
    padding-bottom: 0;
  }
  .datebox{
    display: block;
  }
  .event--date span, .event--date span:nth-child(2){
    font-size: 17px;
  }
  .event--date span:nth-child(2):after{
    content: ",";
  }
}
@media (max-width:576px) {
  .events_info{
    display: block !important;
  }
  .events_info span{
    display: block;
  }
}

