@font-face {
    font-family: Tahoma;
    src: url(fonts/tahoma/Tahoma.90837b522a5871209962.ttf);
}
@font-face {
    font-family: tahomabd;
    src: url(fonts/tahoma/tahomabd.4634205e441f085b830d.ttf);
}
body {
background: #fff;
color: #000;
font-family: tahomabd;
}

a {
transition: 0.5s;
}

a:hover, a:active, a:focus {
outline: none;
text-decoration: none;
}

p {
padding: 0;
margin: 0 0 30px 0;
}

h1, h2, h3, h4, h5, h6 {
font-family: tahomabd;
font-weight: 400;
margin: 0 0 20px 0;
padding: 0;
}
.downloadButton {
position: fixed;
bottom: 40px;
left: 5px;
margin: 0;
color: #fff;
font-weight: bolder;
z-index: 99999;
text-transform: capitalize;
font-size: 13px;
padding: 10px 15px;
border-radius: 50px;
-webkit-transition: all 2.5s ease-in-out;
-moz-transition: all 2.5s ease-in-out;
-o-transition: all 2.5s ease-in-out;
-ms-transition: all 2.5s ease-in-out;
transition: all 2.5s ease-in-out;
-webkit-animation-direction: normal;
-webkit-animation-duration: 2s;
-webkit-animation-iteration-count: infinite;
-webkit-animation-name: animateblink;
-webkit-animation-timing-function: ease-in-out;
-moz-animation-direction: normal;
-moz-animation-duration: 2s;
-moz-animation-iteration-count: infinite;
-moz-animation-name: animateblink;
-moz-animation-timing-function: ease-in-out;
}
.downloadButton i{
font-size: 15px;
padding-right: 5px;
}
/*modal*/
.MyModal {
background: rgb(0 0 0 / 0);
}
.MyModal .modal-body{
padding: 0;
}
.MyModal .modal-body button.close{
right: 2%;
position: absolute;
top: 2%;
color: #000;
opacity: 1;
font-weight: 900;
}
.custom-control-input:checked~.custom-control-label::before{background-color: #1b5bd2;border-color: #1b5bd2;}
.MyModal form{
padding: 0;
margin: 30px 0;
}
.MyModal .modal-content{
border-radius: 15px;
}
.MyModal .modal-content p{
font-size: 20px;
columns: #000;
padding: 0;
margin: 0;
text-transform: capitalize;
font-weight: 600;
}
.MyModal form input{
border: none;
border-bottom: 1px solid #000;
border-radius: 0;
padding: 0;
text-align: center;
}
.MyModal .form-group{
margin-bottom: 15px;
}
.MyModal .form-group:nth-child(3),
.MyModal .form-group:nth-child(4){
margin-bottom: 0;
}
.MyModal .btn-login{
color: #fff;
text-transform: uppercase;
width: 100% !important;
font-size: 20px !important;
border-radius: 5px !important;
}
.MyModal label{
    color: #fff;
}
/*modal*/

/*start landing*/
.modal-logo{
	width: 250px;
}
.logo{width: auto;/* margin-top: 15px; */ width: 200px;}
.btn-login{
    background-color: #e83523;
    background-image: linear-gradient(-180deg, #f72424 0%, #bb1c00 100%);
    text-align: center !important;
    font-size: 16px !important;
    color: #fff !important;
    text-transform: uppercase;
    line-height: 2 !important;
    width: 100% !important;
    transition: 0.9s;
    margin-top: 15px !important;
    margin-right: 15px !important;}
.btn-login:hover{
background-color: #e83523 !important;
background-image: linear-gradient(-180deg, #bb1c00 0%, #f72424  100%) !important;
color: #fff !important;
}
.carousel-control-prev-icon, .carousel-control-next-icon{
background-color: #000;
background-size: 25px;
height: 70px;
width: 70px;
}
.carousel-caption{
bottom: 20%;
}
#alert{
background: #cf8319;
}
.alert-content{
display: flex;
line-height: 2;
letter-spacing: 1px;
font-size: 15px;
color: #fff;
text-transform: capitalize;
font-weight: 500;
}
/*start landing*/

@media only screen and (max-width: 767px) {
body{
background: #000;
}
.carousel-item img{
height: 60vh;
object-fit: scale-down;
}
.fixed-top{
position: relative;
}
.logo{
width: 135px;
}
}
@keyframes animateblink {
0% {
background-color: #000;
}
50% {
background-color: #cf8319;
}
100% {
background-color: #000;
}
}
@-webkit-keyframes animateblink {
0% {
background-color: #000;
}
50% {
background-color: #cf8319;
}
100% {
background-color: #000;
}
}

.fancy_message {
	display: flex;
	color: red;
	width: 100%;
  }
  
  .fancy_message span {
	text-align: right;
	width: 100%;
	font-size: 12px;
	font-weight: 700;
  }