.top_header{
	background: #f35923;
	padding: 10px 0px;
}
.logo a img{
	height:70px !important;
	border-radius:5px;
}
.img-div img{
	height: 135px;
	margin-right: 10px;
}
.s-dpt-name h4{
	font-size:20px;
}
.theme-bg {
  background: #f35923 !important;
}
.fw-logo a img{
	width: 175px;
	border-radius: 5px;
}
.id_btn{
	border-radius:5px !important;
	background:#f35923 !important;
	padding:5px 20px !important;
	font-size:13px;
}
.emp_img img{
	border: 2px solid #000;
	width: 135px;
	border-radius: 5px;
}
.pricing-list{
	margin-top:5px;
}
.line_1{
	width:100%;
	display:flex;
}
.line_1 span{
	font-weight:bold;
	color:#000
}
.line_1 .left_line{
	width:40%;
	text-align:left;
}
.line_1 .right_line{
	width:60%;
	text-align:left;
}
.emp_footer{
	margin-top: 25px;
}
.emp_ft{
	width:100%;
	display:flex;
}
.emp_ft .emp_lft{
	width: 60%;
	text-align: left;
}
.emp_ft .emp_rft{
	width: 60%;
}
.emp_lft p{
	font-size:15px;
	margin-bottom:5px;
	line-height: 1.2;
}
.emp_rft h5{
	margin-top: 50px;
	font-weight: normal;
	font-size: 16px;
}
.betch_header{
	background: #074da2;
	padding: 10px;
	text-align: center;
	border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.betch_header h4{
	color: #fff;
	font-size:18px;
}
.timig_item{
	margin-left:20px;
}
.timig_item li{
	color:#000 !important;
	font-weight: 400;
}
.timing_bdr{
	margin:10px 0px;
	width: 310px;
}
.betch_body{
	background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;
}
.course_body{
	height:353px;
}
.course_body ul{
	margin-left:15px;
	margin-top: 15px;
}
.course_body ul li
{
	color: #000 !important;
  font-weight: 400;
}
.theme-bg_crt{
	background-color:#074da2 !important;
}
.contact {
    background: url(../img/bg1.jpg) no-repeat center fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    position: relative;
	height:100%;
}
.contact::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: .8;
    background-color: rgba(0,0,0,0.45);
    /*background: linear-gradient(to right, #0054c9 0%, #269fcb 100%);*/
}
.en_form{
	background:transparent;
	width:100%;
}
.en_bnt{
	background-color:#074da2 !important;
}
