.some-element {
  border: 1px solid #ccc;
  display: none;
  font-size: 10px;
  margin-top: 10px;
  padding: 5px;
  color: white;
}

.iconbl{
	color: #131419;
}

.custom_icon{
	display: block;
    margin: 0 auto;
    font-size: 3em; 
    color: #fff; 
}

.margin_5{
	margin: 5px !important;
}

.toast-container {
    justify-content: flex-end;
    align-items: flex-end;
    position: fixed;
    top: 70px;
    padding: 1rem;
    right: 0px;
    width: 270px;
    z-index: 99999;
}


.mr5{
	margin-right: 5px;
}

.tb_data{
	background-color: white;
	font-size: 19px;
}

.type{
	position: absolute;
    bottom: 23%;
}

.fz_27{
	font-size: 27px !important;
}

.txt_center{
	text-align: center;
}

.div_center{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.br_4{
	border-radius: 4px;
}

.brand-logo{
	opacity: 0.8;
}

.brand-logo:hover  {
  opacity: 1.5;
}


.icon_t{
	font-size: 22px;
    font-weight: 700;
    font-family: Poppins, sans-serif;
    color: #110a32;
    margin-bottom: 8px;
    display: inline-block;
    margin-top: 30px;
}

.dropdown-item:after {
    content: "";
    display: block;
    border-bottom: 1px solid #64605f4d;
    margin-top: 4px;
}

.some-div:hover .some-element {
  display: block;
  position: absolute;
  width: 11%;
}
.proj_p{
  padding: 18px 25px !important;
}

.wd100{
	width: 100%
}

.mt_20{
	margin-top: 20px;
}

.mb15{
	border-radius: 15px;
}

.mb_30{
	margin-bottom: 30px;
}

.mt_100{
	margin-top: 180px;	
}

.mt50{
	margin-top: 50px;
}

.col_orange{
	color: #ff5b2e;
}

.col_orange:hover{
	color: white;
}

.cur_pinter{
	cursor: pointer
}

.data_input {
    -moz-appearance:textfield;
}

.txt_info{
	font-size: 14px;
    margin-top: 5px;
    text-align: unset;
    
}

.mt0{
	margin-top: 0px !important;
}

.wd20 {
    width: 20px;
}

.data_input::-webkit-outer-spin-button,
.data_input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.span_txt{
	font-size: 18px;
    line-height: 28px;
}

.language_txt{
	font-size: 16px;
    line-height: 26px;

}

.color_bl{
	color: #343a40 !important; 
}

.color_wh{
	color: #fff !important; 
}

.some-element_data {
  display: none;
  font-size: 13px;
  margin-top: 10px;
  padding: 5px;
  color: white;
  z-index: 999;
}

.some-div:hover .some-element_data {
  display: block;
  position: absolute;
  width: 90%;
  
}

.services_show{
	display: block;
}

.services_hide{
	display: none;
}

.fzh2{
	font-size: 23px;
}

.p0{
	padding: 0px 0 !important;
}

.p12{
	padding: 12px !important;
}




.lang > a::before {
    content: "";
    position: absolute;
    right: 4px;
    color: #ff5b2e;
}

.custom_btn{
    font-size: 18px !important;
    border-radius: 15px !important;
    padding: 0px 21px !important;
}

@media only screen and (min-width: 767px) {
.modal-dialog{
	max-width: 643px !important;
	}
}

@media only screen and (max-width: 991px) {
	.services_show{
	display: none;
}
.services_hide{
	display: block;
}
	
}

@media only screen and (max-width: 900px) {
	.some-div:hover .some-element {
	  display: block;
	  position: absolute;
	  width: 150px;
	}
	
}

@media only screen and (max-width: 600px) {
	.some-div:hover .some-element {
	  display: block;
	  position: absolute;
	  width: 150px;
	}
	
	.mt0{
		margin-top: 0px !important;
}
}

@media only screen and (max-width: 500px) {
	.mt_config{
		margin-top: -23px !important;
	}
}









