
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


/* GLOBAL STYLES */
body {
	font-family: 'Roboto', sans-serif;
    padding-top: 45px;
    color: #5a5a5a;
	background: #f5851b;
}



.navbar-dark .navbar-nav .nav-link{
	color: #fff !important;
	font-weight: 500;
}

.bg-theme{
	background: #f5851b;
	box-shadow: 0px 1px 3px 1px #88888870;
	padding: 5px;
	min-height: 40px;
}
.inner_page .bg-theme{
	background: #c45827;
	box-shadow: 0px 1px 5px 1px #ccc;
}
.fa-25{
	font-size: 25px;
}
.navbar-brand{
	font-weight: 500;
	font-size: 20px;
    padding: 0px;
	margin: 0px;
    position: absolute;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  border-right: 1px solid #ddd;
}

.sidenav a {
	padding: 10px 15px;
    text-decoration: none;
    font-size: 16px;
    color: #000;
    display: block;
    transition: 0.3s;
    border-bottom: 1px solid #efefef;
}
.sidenav a i{
	margin-right: 7px;
}

.sidenav a:hover {
  color: #fa8117;
  background: #dcdcdc;
}

.sidenav .closebtn {
  position: absolute;
  top: -10px;
  right: 15px;
  font-size: 36px;
  margin-left: 50px;
  color: #ffffff;
}
.sidenav .closebtn .nav-link{
  line-height: auto;}

.entercount{
	border-radius: 5px;
    padding: 15px 25px;
	height: auto;
    text-align: center;
}
.view_link:hover{
	text-decoration: none;
}
.card_link{
	background: #0CC785;
    display: block;
    border-radius: 4px 4px 0px 0px;
    border: 1px solid #ccc;
    border-bottom: 0px;
	color: #fff;
}
.card_link:hover{
	text-decoration: none;
	color: #fff;
}
.count_link{
	padding: 13px 15px !important;
	background: #11D3EC !important;
	color: #fff !important;
}
.cotilink{
	background: #3C6975 !important;
}


.bd-placeholder-img {
	font-size: 1.125rem;
	text-anchor: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

@media (min-width: 768px) {
	.bd-placeholder-img-lg {
		font-size: 3.5rem;
	}
}
.count_card{
	background: #fff;
	box-shadow: 0px 0px 3px #ccc;
	border-radius: 4px;
	text-align: center;
}
.count_card h3.counts{				
	padding: 15px 15px;
	margin:0px;
	color: #7f7f7f;
}
.count_title{
	background: #7f7f7f;
	padding: 15px;
	border-radius:0px 0px 4px 4px ;
	/*min-height:95px;*/
}
.count_title p{
	margin-bottom: 0px;
	color: #fff;
	font-size: 14px;
}


.bg_strip {
    background: #ffffff;
    text-align: center;
    padding: 5px 10px;
	border: 2px solid #e30f0e;
	border-radius:5px;
    /*border: 1px solid #777;
    box-shadow: inset 0px 0px 5px 0px #777;*/
}

.strip_content {
    color: #B6235A;
    margin: 0px;
    font-size: 16px;
    font-weight: 600;
    line-height: 23px;
	text-transform: capitalize;
}
.sm_w{
	min-width: 210px;
	text-align: left !important;
	margin:0px 5px;
	width: auto !important;
}




footer{
	background: #424242;
	padding: 15px; 
}
footer p{
	font-size: 14px;
	margin: 0px;
	color: #fff;
}
footer p a{
	font-weight: 600;
	color: #fff;
}
.intro_btn{
	
}
a{
	color: #ff9933;
}
a:hover{
	color: #202020;
	text-decoration: none;
}
footer.login_footer{
	background: none !important;
	text-align: center !important;
}

.login_bg {
  background: #9053c7;
  background: -webkit-linear-gradient(-135deg, #ffb062, #ff9933);
  background: -o-linear-gradient(-135deg, #ffb062, #ff9933);
  background: -moz-linear-gradient(-135deg, #ffb062, #ff9933);
  background: linear-gradient(-135deg, #ffb062, #ff9933);
}

.login_contain {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;

  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 50px 20px;
}
.form_title{
	text-align: center;
	font-size: 24px;
	color: #ffffff;
	font-weight: 600;
	display: block;
	text-transform: uppercase;
}


.signup_form .form-group {
	margin-bottom: 15px;
}
.signup_form label{
	font-size: 14px;
	font-weight: 500;
	line-height: initial;
}
select.theme_input,
.theme_input{
	border-radius: 20px !important;
	padding: 12px 20px !important;
	height: 50px !important;
	background: #ffffff !important;
}
.theme_input:focus {
    color: #495057;
    background-color: #ffffff;
    border-color: #ff9933 !important;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255,153,51,.45) !important;
}

.card .nav-tabs{
	background: #ff9933;
}   
.card .nav-tabs .nav-link{
	color: #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}    
.card .nav-tabs .nav-link.active{
	color: #202020;
}
.text_theme{
	color: #fff;
}
table.table,
table.theme_tbl thead th{
	color: #ffffff;
}
.table-bordered, .table-bordered td, .table-bordered th{
	border: 0px !important;
}


@media screen and (max-height: 466px) {
	.menu_footer{
		position: relative !important;
	}
 /* .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}*/
}
.profile_part{
	padding: 25px 15px;
	background: #f3831d;
	background: -webkit-linear-gradient(-45deg, #f50a26, #f5851b, #c45827);
	background: -o-linear-gradient(-45deg, #f50a26, #f5851b, #c45827);
	background: -moz-linear-gradient(-45deg, #f50a26, #f5851b, #c45827);
	background: linear-gradient(-45deg, #f50a26, #f5851b, #c45827);
}
.profile_img{
	width: 60px;
	height: 60px;
	border-radius: 60px;
	border:2px solid #ffffff;
	background: #ffffff;
	float: left;
}
.profile_info{
	margin-left:70px;
	margin-top: 5px;
	color: #fff;
}
.profile_info h6{
	text-transform: uppercase;
}
.profile_info p{
	margin:0px;
}
span.nav-link{
	padding: 0px;
}
span.nav-link i{
	font-size:25px;
	padding: 0px;
	/*border:1px solid #fff;
	border-radius: 4px;*/
}
/*@media screen and (min-width: 768px) {
	.menu_btn{display: none;}
}*/
.menu_footer{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background: #424242;
	padding: 15px;
	text-align: center;
}
.menu_footer p{
	color: #fff;
	text-align: center;
	font-size: 14px;
}



.title_caption{
	text-align: center;
	color: #fff;
    line-height: 20px;
    font-size: 18px;
	font-weight: 500;
}
.title_caption span{
	font-weight: bold;}
.banner_img{
	background: #fff;
	border-radius: 8px;
	border:1px solid #ddd;
	box-shadow: 0px 0px 5px 0px #ddd;
	text-align: center;
}
.banner_img img{border-radius: 8px;width: 250px;}

.btn_theme{
	color: #000;
	background: #fff;
	border: 1px solid #777;
	border-radius: 20px;
    padding: 6px 12px;
    font-weight: 800;
    font-size: 18px;
    text-align: center !important;
}
.btn_theme i{
	font-size: 20px;
	margin-right: 10px;
}
.btn_block{
	background: #fff;
	color: #000;
	border: 1px solid #777;
    border-radius: 5px;
    padding: 6px 12px;
    font-weight: 600;
    font-size: 16px;
    text-align: center !important;
	line-height: 30px;
}
.btn_update{
	background: #fff;
	color: #B6235A;
	border: 1px solid #777;
    border-radius: 20px;
    padding: 6px 12px;
    font-weight: 500;
    font-size: 18px;
}
.btn_block i {
    font-size: 24px;
    margin-right: 10px;
	float: left;
	line-height: 30px;
}
.btn_send_bg{
	background: #f5841a;
    width: 100%;
    bottom: 0px;
}
.btn_update_bg{
	background: #424242;
    width: 100%;
    bottom: 0px;
}
.wel_text{
	color: #fff;
}
.text_caps,
select.theme_input{
	text-transform: uppercase;
}
.y_cent{
	
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

	.app_link .btn_size {width: 155px;line-height: 30px;}
	.app_link .btn_size .icon_size{float: left;}

@media only screen and (max-width: 767px) {
	.title_caption{font-size: 16px !important;line-height: 16px;}
	.btn_block{font-size: 14px;text-align: left;padding: 0px 4px;}
	.btn_size{font-size: 14px;}
	.btn_size i{font-size: 16px !important;margin-right: 3px !important;}
	.btn_block i {font-size: 18px;margin-right: 5px;}
	.btn_theme{width: 100%;}
	.sm_w{margin: 0px;width: 49% !important;min-width: 49%;font-size: 14px;}
	.sm_w i {font-size: 20px;}
	.btn_update.sm_w {width: 100% !important;min-width: 100%;}
	.count_title {min-height: 75px;line-height: initial;}
	.count_card h3.counts {font-size: 22px;}
	.count_title p {font-size: 12px;}
	.small_w{}
	.strip_content{font-size: 12px;line-height: 20px;font-weight: 600;}
	.entercount{text-align: center;padding: 15px 10px;}
	.entercount::-webkit-input-placeholder {font-size: 11px;}
	.entercount:-ms-input-placeholder {font-size: 11px;}
	.entercount::placeholder {font-size: 11px;}
	footer p {font-size: 12px;}
	.banner_img img{width: auto;}
	.m_padding{
		padding-right: 1rem!important;
		padding-left: 1rem!important;
	}
	.wel_text {font-size: 20px;}
	.app_link .btn_size {width: 49%;}
}
span.text-danger{
	color: red !important;
}

.communit{
	color: #6c6c6c;
}

.icon_size{
	width: 30px;
	height: 30px;
	margin-right: 5px;
}





#myContact .modal-footer{
	background: #424242;
	display: inline;
	
}
.coming_soon{
	font-family: 'Pacifico', cursive;
	color: #fff;
	font-size: 50px;
	/*transform: rotate(-35deg);
	-webkit-transform: rotate(-35deg);
	-moz-transform: rotate(-35deg);
	-ms-transform: rotate(-35deg);
	-o-transform: rotate(-35deg);*/
}
.navbar h5{padding-top: 5px;margin-bottom: 5px;}

.app_link{
	border: 1px solid #88888870;
    padding: 3px;
    margin-bottom: 3px;
    box-shadow: inset 0px 0px 3px 1px #88888870;
	background: #ffffff50;
}
.app_link h6{
	color: #fff;
	font-size: 14px;
}
.back_link{
	position: absolute;
	
    padding: 0px;
    margin: 0px;
	right: 15px;
}
@media only screen and (max-width: 767px){
	.btn_block{
		font-size: 14px;
	}
}
@media only screen and (max-width: 350px){
	.btn_size {
		font-size: 12px;
	}
}