body {
	font-family: 'Raleway', sans-serif !Important;
	color: #000 !Important;
	width: 100%;
	overflow-x: hidden;
    font-size:16px;
    line-height:30px;
}

@font-face {
	font-family: 'El Messiri Regular';
	font-style: normal;
	font-weight: normal;
	src: local('El Messiri Regular'), url('ElMessiri-Regular.woff') format('woff');
}


@font-face {
	font-family: 'El Messiri Medium';
	font-style: normal;
	font-weight: normal;
	src: local('El Messiri Medium'), url('ElMessiri-Medium.woff') format('woff');
}


@font-face {
	font-family: 'El Messiri SemiBold';
	font-style: normal;
	font-weight: normal;
	src: local('El Messiri SemiBold'), url('ElMessiri-SemiBold.woff') format('woff');
}


@font-face {
	font-family: 'El Messiri Bold';
	font-style: normal;
	font-weight: normal;
	src: local('El Messiri Bold'), url('ElMessiri-Bold.woff') format('woff');
}

section.hero_slider_section .item img {
    width: 100% !Important;
    height: 700px;
    object-fit: cover;
}

section.hero_slider_section .owl-prev,
section.hero_slider_section .owl-next {
	position: absolute;
	top: 50%;
	height: 100%;
}

section.hero_slider_section .owl-prev i,
section.hero_slider_section .owl-next i {
	height: 50px;
	background: #f7941d;
	color: #fff;
	bottom: 50%;
	width: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 25px;
	cursor: pointer;
	transition: .4s;
}

section.hero_slider_section .owl-prev i:hover,
section.hero_slider_section .owl-next i:hover {
	background: #124888;
}

section.hero_slider_section .owl-next {
	right: 50px;
}

section.hero_slider_section .owl-prev {
	left: 50px;
}

section.record_section {
	padding: 60px 0;
}

h3.text-center.blue-color.font-weight-bold {
	font-weight: 700 !Important;
	color: #124888;
	margin: 0;
	font-size: 32px;
	text-transform: capitalize;
	margin-bottom: 20px;
}
h2.section_title{
font-weight: 700 !Important;
	color: #124888;
	margin: 0;
	font-size: 32px;
	text-transform: capitalize;
	margin-bottom: 20px;
    text-align:center;
}

.counter img {
	width: 180px;
}

.counter {
	/* background-color: #fff; */
	/* padding: 40px; */
	/* border-radius: 12px; */
	/* -webkit-box-shadow: 0 0 30px #cccccc73; */
	/* -moz-box-shadow: 0 0 30px #cccccc73; */
	/* box-shadow: 0 0 30px #cccccc73; */
	margin-top: 15px;
	text-align: center;
}

.counter.no_bg {
	box-shadow: none;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	padding: 0 !IMPORTANT;
}

.counter i {
	font-size: 60px;
	color: #124888;
}

.counter_block {
	display: flex;
	align-items: center;
	justify-content: space-around;


}

table.table.table-bordered.customtable p{
    margin:0;
}

img.arrow_icon {
	width: 80px;
}
.m_10 {
    margin: 10px 0 !IMPORTANT;
}
h2.timer.count-title.count-number {
	font-size: 42px;
	font-weight: 600;
	margin: 15px 0 5px 0;
}
td.fixed_td_width {
    width: 8%;
    text-align: center;
}
.about_us_right {
	background: #EEEEEE;
	padding: 40px 30px;
	border-radius: 4px;
}

.about_us_right p {
	font-size: 18px;
	line-height: 30px;
	text-align: justify;
}
h3.main_sub_title {
    color: #124888;
    /* margin: 0px 0px 10px 0; */
    font-weight: 600;
}
.counter p {
	margin: 0;
	font-size: 24px;
	font-weight: 600;
	position: relative;
	top: -15px;
}

.logo_circle span {
	display: block;
	margin-top: 3px;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	line-height: 18px;
}

.logo_left_section {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
}

.logo_circle img {
	height: 80px;

}

.logo_circle {
    text-align: center;
    padding-bottom: 5px;
}

.logo_text h4 {
	font-size: 48px;
	line-height: 40px;
	font-family: 'El Messiri Regular' !Important;
	white-space: nowrap;
	color: #124888;
	margin: 0;
}

.logo_text h6 {
	margin-bottom: 0;
	color: #222;
	font-size: 15px;
	font-weight: 600;
	margin-top: 6px;


}

header.site_header .row {
    display: flex;
    align-items: center;
}
header.site_header {
	padding: 6px 0 0 0;
	position: relative;
}

header.site_header:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	width: 200%;
	height: 3px;
	background: linear-gradient(115deg, #4fcf70, #fad648, #a767e5, #12bcfe, #44ce7b);
	background-size: 50% 100%;
}

.right_logo {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.right_logo img {
	max-height: 70px;
	margin: 0 8px;
}

section.hero_slider_section {
	position: relative;
        display: flex;
    align-items: center;

}

.login_form_block .form-group {
	margin-bottom: 20px;
    position:relative;
}
.login_form_block .form-group i {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 18px;
    color: #ccc;
}
.login_form_block {
	position: absolute;
	z-index: 9;
	right: 15%;
	background: #EEEEEE;
	padding: 60px 50px;
	width: 400px;
	border-radius: 4px;
	
}

.btn-default {
    display: inline-block;
    width: auto;
    background: #f7941d;
    border: 1px solid #f7941d;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    transition: .4s;
    line-height: 30px;
    margin-top: 0 !IMPORTANT;
    border-radius: 4px;
    padding: 8px 24px;
}
.row_spacing{
    padding:50px 0;
}
.btn_style2 {
    display: inline-block !Important;
    border: 1px solid #124888;
    color: #124888;
    width: auto !Important;;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    background: transparent;
    margin-top: 0px;
    transition:.4s;
    line-height: 30px;
       border-radius: 4px;
    padding: 8px 24px;
}
.btn_style2:hover{
	background:#124888;
	color:#fff;
}
.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}
.m_r_10 {
  margin-right:10px;
}
.text-danger {
    color: #e1231f;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    padding: 0px 5px;
}
.httext {
    display: block;
      background: linear-gradient(115deg, #ccc, #324b93, #3a63d9, #4d63a3, #3563e3);
    width: 100%;
    padding: 10px 15px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.login_form_block .btn.btn-default:focus,
.login_form_block .btn.btn-default:hover, .login_form_block .btn.btn-default:hover {
	background: #124888 !important;
	border-color:#124888 !important;
	outline: none !Important;
}

.login_form_block .btn.btn-default {
	display: block;
	width: 100%;
	background: #f7941d;
	border:1px solid #f7941d;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	transition:.4s;

}

a.btn.btn-default{
    display: inline-block;
	height: 46px;
	background: #f7941d;
	border:1px solid #f7941d;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	transition:.4s;
   line-height: 30px;
       margin-right: 15px;
}

a.btn.btn-default.btn_style2{
display: inline-block;
	height: 46px;
	border: 1px solid #124888;
	color: #124888;
        width: auto;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	background: transparent;
	margin-top: 0px;
	transition:.4s;
        line-height: 36px;
}

.login_form_block .btn.btn-default {
    display: block;
    width: 100%;
    background: #f7941d;
    border: 1px solid #f7941d;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    transition: .4s;
}
.login_form_block .btn_style2 {
    display: block;
    width: 100% !IMPORTANT;
    border: 1px solid #124888 !important;
    color: #124888 !important;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    background: transparent !IMPORTANT;
    margin-top: 15px !IMPORTANT;
    transition: .4s;
}

.login_form_block .btn_style2:hover{
	background:#124888 !important;
	color:#fff !important;
}

.login_form_block .form-control::placeholder {
	color: #222;
	font-size: 14px;
}
.login_form_block .form-control::placeholder {
 color:#999;
}
.login_form_block .form-control {
	display: block;
	width: 100%;
	height: 46px;
    padding: 6px 12px 6px 40px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #999;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

.fotr-bg {
	background: #ccc;
	padding: 12px 0;
	border-top: 3px solid #172e6b;
}

.bordr-botm {
	border-bottom: 1px solid #3867f1;
	padding-bottom: 15px;
}


.top-ftr {
	padding: 10px 0;
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.top-ftr span {
	color: #fff;
	font-size: 16px;
	white-space: nowrap;
}

.top-ftr img {}

.slect-lang {
	display: inline-block;
	width: 50% !IMPORTANT;
	background: transparent;
	color: #fff !IMPORTANT;
	border-radius: 0;
	margin: 0 20px;
	font-size: 13px;
	height: 36px !IMPORTANT;
	background-color: transparent !IMPORTANT;
}

.boxss {
	display: flex;
	align-items: center;
	justify-content: center;
}

.boxss span i {
	color: #fff;
	margin: 0 6px;
	font-size: 20px;
}

.boxss h4 {
	margin: 0;
	font-size: 15px;
	color: #fff;
	font-weight: 600;

}

.d-flex-bottom {
	text-align: right;
}

.bottm-fort {
	padding: 15px 0 0 0;
}

.bottm-fort ul li:not(:last-child) a {
	border-right: 1px solid #fff;
}

.bottm-fort ul li a {
	color: #fff;
	padding: 0 10px;
}

.bottm-fort ul {
	list-style-type: none;
	display: flex;
	justify-content: flex-start;
	margin: 0;
	padding: 0;
}


.bottm-fort p {
	font-size: 13px;
	padding: 10px;
	color: #fff;
}


.setpe p {
	text-align: right;
	color: #fff;
}

.setpe {
	padding: 15px 0 0 0;
}

.navbar-inverse {
    background-color: #2447ad;
    border: 0px !Important;
    border-radius: 0;
	margin-bottom:0;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #999;
    background-color: #999;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover{
	 color: #fff;
    background-color: #f7941d;
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 15px 30px;
    text-transform: uppercase;
    color: #fff !IMPORTANT;
    font-weight: 500;
}
@media (min-width: 768px){
.navbar-nav {
    float: none;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
}
@media (min-width: 1200px) {
	.container {
		max-width: 1320px !Important;
		width: 1320px !Important;
	}
}

li.has-drop-down:hover ul.drop-down-menu{
      opacity:1;
    display:block;
}
ul.drop-down-menu {
    width: auto;
    list-style-type:none;
    padding:0;
    display:none;
    opacity:0;
    transition:.4s;
        position: absolute;
    top: 45px;
    z-index: 9;
    width: 100%;
    background-color: #ede6e6e8;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
li.has-drop-down {
    position: relative;
}
ul.drop-down-menu li{
    display:block
}
ul.drop-down-menu li a {
    padding: 6px 10px;
    display: block;
    color: #000;
    border-bottom: 1px solid #cccccc61;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px !important;
    line-height:24px;
}
ul.drop-down-menu li a:hover{
background:#7a7f8d;
color:#fff;
}
.row_pannel span {
    display: block;
    font-weight: 600;
}
.row_pannel textarea {
    display: block;
    width: 100%;
    height: auto;
    padding: 10px;
    font-size: 14px;
    border-radius: 0;
    border:1px solid #ccc;
}
.row_pannel textarea:not(:last-child) {
     margin: 5px 0 15px 0;
    }
.row_pannel textarea:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}

table.mGrid,  td {
    border: 1px solid #ccc;
    padding: 5px 12px;
}


table.mGrid, th {
padding: 10px 12px;
  border: 1px solid #ccc;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f1f1f1;
}
span#MainContent_HeaderLabel {
    font-weight: 600;
    font-size: 18px;
    padding: 0px 12px;
    display: block;
}
td.headerTextBG {
    background: linear-gradient(115deg, #2447ad, #324b93, #3a63d9, #4d63a3, #3563e3);
    color: #fff;
}
table#MainContent_GeneralUploadGrid, table.mGrid.table-striped {
    width: 100%;
}

.row_pannel span:nth-child(even) {
    display: block;
    width: 100%;
    height: auto;
    padding: 10px;
    font-size: 14px;
    border-radius: 0;
    border: 1px solid #ccc;
    margin: 5px 0 15px 0;
    font-weight:normal;
}
.row_pannel span:nth-child(odd) {
   
}

.padd_row{
    padding:60px 0;
}
ul {
    margin: 0;
    padding: 0 0 0 15px;
}
.custom_box_pannel {
    padding: 30px 40px;
    -webkit-box-shadow: 0 0 20px 0px #f1f1f1;
    -moz-box-shadow:  0 0 20px 0px #f1f1f1;
    box-shadow: 0 0 20px 0px #f1f1f1;
}
.form_forgot_box {
    background: #EEEEEE;
    padding: 50px 60px;
    width: 60%;
    margin: 0 auto;
}

.form_forgot_box .form-control {
display: block;
    width: 100%;
    height: 46px;
    padding: 6px 12px 6px 40px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #999;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}
.form_forgot_box .form-group {
    margin-bottom: 20px;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: normal;
}
.form_forgot_box .btn-default{
    margin-right:10px;
}