@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Arabic:wght@400;700&display=swap');
body {
    font-family: 'Noto Sans Arabic', sans-serif;
    background: url(../img/oil-pump.png) no-repeat #fbfbfb;
    background-position-y: 100%;
    background-attachment: fixed;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Noto Sans Arabic', sans-serif;
    font-weight: 700;
}
.p-0 {
    padding: 0;
}
aside {
    background: url(../img/aside-bg-7.jpg) no-repeat top center;
    background-size: cover;
    height: 100vh;
    padding: 30px 45px 26px;
    position: fixed;
    overflow: hidden;
    width: 525px;
    float: right;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
aside a,
header a {
    display: inline-block;
}
.logo img {
    width: 170px;
    height: auto;
}
aside p {
    margin: 0;
    font-size: 13px;
    text-align: center;
}
aside h3 {
    line-height: 2;
    font-size: 20px;
}
header {
    padding: 30px 50px 0;
}
header h3 {
    color: #666;
    line-height: 2;
    text-align: center;
}
.login-options {
    background: url(../img/bg-7.jpg) no-repeat;
    height: 100vh;
    background-attachment: fixed;
    background-position: top center;
}
.main-content {
    float: left;
    width: calc(100% - 525px);
    padding: 80px 50px 50px 50px;
    overflow-y: auto;
}
.menu-btn {
    position: absolute;
    left: 50px;
    top: 50px;
    cursor: pointer;
    z-index: 999;
    box-shadow: 0 3px 10px rgb(0 0 0 / 10%);
    border-radius: 6px !important;
    background: #fff;
    padding: 7px 7px 3px;
    border: 1px solid #eee;
    z-index: 999;
}
.login-options .menu-btn {
    box-shadow: none;
    border-radius: 0 !important;
    background: 0 0;
    padding: 0;
    border: 0;
}
.menu-btn span {
    background: #777;
    display: block;
    width: 35px;
    height: 3px;
    margin-bottom: 4px;
}
.login-options .menu-btn span {
    background: #777;
}
.sidebar {
    width: 270px;
    height: 100vh;
    position: fixed;
    top: 0;
    left: -300px;
    z-index: 999;
    background: #f2f2f2;
    transition: all 0.5s;
    box-shadow: 0 0 30px rgb(201 201 201 / 70%);
}
.sidebar h5 {
    margin: 25px 30px 25px 20px;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sidebar .separator {
    display: block;
    height: 1px;
    background: #dfdfdf;
}
.sidebar h5 span {
    display: inline-block;
    width: 25px;
    height: 25px;
    cursor: pointer;
}
.sidebar ul {
    margin-top: 20px;
    padding: 0 30px;
}
.sidebar ul li {
    list-style: none;
    border-bottom: 1px dotted rgb(30 30 30 / 10%);
    margin-bottom: 15px;
}
.sidebar ul li a {
    text-decoration: none;
    color: #5a5a5a;
    margin-bottom: 15px;
    display: inline-block;
    transition: all 0.5s;
}
.sidebar ul li a:hover {
    color: #f7931e;
    transition: all 0.5s;
    padding-right: 5px;
}

.sidebar p{
	position: absolute;
    bottom: 20px;
    padding: 20px;
    background: #f9f9f9;
    margin: 0 15px;
    border-radius: 6px !important;
    text-align: center;
	line-height:1.8;
}
.sidebar p a{
	color:#333;
	transition: all 0.5s;
}
.sidebar p a:hover{
	color:#333;
	color: #f7931e;
	transition: all 0.5s;
}
.container > br {
    display: none;
}
.about-program {
    /* color: #fff; */
    margin-bottom: 20px;
    padding: 0 10px;
}
.about-program h5 {
    font-size: 20px;
    color: #666;
}
.about-program h5:after {
    content: "";
    background-color: #f7931e;
    display: block;
    height: 2px;
    width: 50px;
    margin: 15px 0;
}
.about-program p {
    line-height: 1.5;
    font-size: 17px;
    color: #999;
    margin-bottom: 25px;
}
.about-program p span {
    display: block;
    margin-bottom: 10px;
}
.login-choices {
    padding: 15px 0 5px;
    overflow: hidden;
}
.login-choices .services-list {
    padding: 0 10px;
    display: flex;
    justify-content: center;
}
.login-choices .services-list li {
    list-style: none;
}
.login-choices .services-list li article {
    min-height: 400px;
    padding: 28px 15px;
    box-shadow: 0 0 5px rgb(0 0 0 / 9%);
    border-radius: 6px !important;
    text-align: center;
    background: #fdfdfd;
    border: 1px solid #fbfbfb;
}
.login-choices .services-list li article img {
    width: 97px;
    height: 97px;
    margin-bottom: 30px;
}
.login-choices .services-list li h2 {
    font-size: 20px;
    font-weight: 700;
    color: #666;
    margin: 0;
}
.login-choices .services-list li h2:after {
    content: "";
    background-color: #f7931e;
    display: block;
    height: 2px;
    width: 84px;
    margin: 17px auto 0;
}
.login-choices .services-list li p {
    color: #999;
    line-height: 1.6;
    font-size: 15.5px;
    margin: 10px 0 15px;
    min-height: 100px;
}
.login-choices .services-list li a {
    font-size: 16px;
    padding: 4px 20px;
    margin: 0 5px;
    transition: all 0.3s ease 0s;
    color: #fff;
    border-radius: 6px !important;
    clear: both;
    display: inline-block;
    text-decoration: none;
    background: #f7931e;
    line-height: normal;
}
.login-choices .services-list li a:hover {
    background-color: #e3861a;
    border-color: #e3861a;
    color: #fff;
    -webkit-box-shadow: 0 4px 16px 0 rgb(171 142 68 / 17%) !important;
    box-shadow: 0 4px 16px 0 rgb(171 142 68 / 17%) !important;
}
.portlet.box.green > .portlet-title {
    background: #fff;
}
.portlet.box.green {
    border-radius: 6px !important;
    overflow: hidden;
}
.page-title {
    padding: 10px 20px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 10%);
    border-radius: 6px !important;
    background: #fff;
    margin: 30px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.page-title .action-links a {
    font-size: 14px;
    padding: 10px 15px;
    margin-right: 7px;
    -webkit-box-shadow: 0 4px 16px 0 rgb(176 147 68 / 17%) !important;
    box-shadow: 0 4px 16px 0 rgb(176 147 68 / 17%) !important;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-color: #f7931e;
    border-color: #f7931e;
    color: #fff;
    border-radius: 4px !important;
    clear: both;
    display: inline-block;
    text-decoration: none;
}
.page-title .action-links a:hover {
    background-color: #e3861a;
    border-color: #e3861a;
    -webkit-box-shadow: 0 4px 16px 0 rgb(171 142 68 / 17%) !important;
    box-shadow: 0 4px 16px 0 rgb(171 142 68 / 17%) !important;
}
.portlet-body a {
    color: #f7931e;
}
.page-title h2 {
    margin: 0;
    font-size: 20px;
    color: #f7931e;
    font-weight: 700;
}
.form-wizard .steps > li.active > a.step .number {
    background: #f7931e;
}
.login-container {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: column;
    height: calc(100vh - 120px);
}
.login-container a {
    text-decoration: none !important;
    position: relative;
}
.login-container a:after {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    top: 1rem;
    right: 0;
    width: 0%;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
}
.login-container a:hover:after {
    width: 100%;
}
.login-container h5 {
    color: #74788d;
    font-size: 13px;
    margin: 25px -30px 0;
    padding: 20px 30px 0;
    border-top: 1px solid #eee;
}
.login-container h5 a {
    color: #f7931e;
    margin-right: 8px;
}
.login-container h5 a:after {
    border-bottom: 1px solid #f7931e;
    opacity: 0.5;
}
.login-container .login-form-container {
    width: 100%;
    max-width: 550px;
    margin: auto;
    background: #fff;
    padding: 30px;
    border-radius: 6px !important;
}
.login-container .login-form-container h3 {
    font-size: 17px;
    font-weight: 600;
    color: #f7931e;
    margin: 0;
    text-align: center;
}
.login-container .login-form-container h3::after {
    content: "";
    background-color: #f7931e;
    display: block;
    height: 3px;
    width: 84px;
    margin: 17px auto 25px;
}
.login-container .wide-form-container {
    max-width: 80%;
}
.login-container .login-form-container input[type="number"],
.login-container .login-form-container input[type="password"],
.login-container .login-form-container input[type="text"],
select.form-control,
textarea.form-control {
    border: 1px solid #ddd;
    height: 50px;
    margin-top: 1.25rem;
    background-color: rgba(247, 247, 249, 0.7);
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
    text-align: right;
}
.phoneInputContainer {
    /*margin-top: 1.25rem;*/
}
.login-container .login-form-container .form-actions {
    margin-top: 20px;
    text-align: left;
    background: 0 0;
    padding: 10px 0 0;
}
.login-container .login-form-container .form-actions a.pull-left {
    margin-top: 10px;
    color: #f7931e;
    padding-bottom: 5px;
}
.login-container .login-form-container .form-actions a.pull-left:after {
    border-bottom: 1px solid #f7931e;
    opacity: 0.5;
}
.login-container .login-form-container .form-actions .btn {
    font-size: 14px;
    padding: 10px 15px;
    margin: 0;
    -webkit-box-shadow: 0 4px 16px 0 rgb(176 147 68 / 17%) !important;
    box-shadow: 0 4px 16px 0 rgb(176 147 68 / 17%) !important;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-color: #f7931e;
    border-color: #f7931e;
    color: #fff;
    border-radius: 4px !important;
    clear: both;
    display: inline-block;
    text-decoration: none;
}
.login-container .login-form-container .form-actions .btn:hover {
    background-color: #e3861a;
    border-color: #e3861a;
    -webkit-box-shadow: 0 4px 16px 0 rgb(171 142 68 / 17%) !important;
    box-shadow: 0 4px 16px 0 rgb(171 142 68 / 17%) !important;
}
.login-container .login-form-container .form-actions .mt-checkbox {
    margin-top: 13px;
    font-size: 13px;
    font-weight: 400;
    color: #74788d;
    padding-right: 25px;
    margin-bottom: 0;
    float: right;
}
.login-container .login-form-container .form-actions .mt-checkbox > span {
    border: 1px solid #ddd;
    background-color: rgba(247, 247, 249, 0.7);
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
    right: 0;
    left: auto;
}
.alert {
    border-radius: 4px !important;
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
}
.alert a {
    color: #f7931e;
    font-weight: 600;
    text-decoration: underline !important;
    margin-right: 15px;
}
.alert-success {
    color: #f7931e;
    background-color: #e1fffc;
    border-color: #cffbf7;
}
.alert-dismissable .close,
.alert-dismissible .close {
    top: 5px;
}
.portlet.box.green > .portlet-title > .caption {
    font-size: 16px;
    float: right;
    width: 84%;
    color: #f7931e !important;
    padding: 20px 0;
}
.portlet > .portlet-title > .tools {
    background: #f7931e;
    line-height: normal;
    margin-top: 15px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.portlet > .portlet-title > .tools a {
    margin: 0;
}
.portlet.box.green > .portlet-title > .caption b {
    font-weight: 400;
    font-family: 'Noto Sans Arabic', sans-serif;
}
.portlet.box > .portlet-body {
    font-size: 16px;
    line-height: 1.5;
}
table {
    width: 100%;
    margin-bottom: 25px;
}
table thead {
    background: #e1fffc !important;
    color: #f7931e;
    font-weight: 700;
}
table tr td {
    padding: 10px;
    border: 1px solid #ddd;
}
table tr td p {
    margin: 0;
}
.scrollToTopBtn {
    position: fixed;
    bottom: 60px;
    left: 30px;
    display: block;
    padding: 8px 0 0;
    cursor: pointer;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
    transition: opacity 0.3s, -webkit-transform 0.5s;
    -o-transition: transform 0.5s, opacity 0.3s;
    transition: transform 0.5s, opacity 0.3s;
    transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
    z-index: 100;
    background: #f7931e;
    border: 0;
    border-radius: 6px !important;
    text-align: center;
    width: 40px;
    height: 40px;
}
.scrollToTopBtn:hover {
    background: #e3861a;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.showScrollBtn {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
footer {
    font-size: 14px;
    text-align: center;
    margin: 10px auto;
    color: #999;
	padding:0 15px;
}

.coe{
	display: flex;
    align-content: center;
    justify-content: center;
    align-items: flex-end;
	margin-bottom:25px;
}
.coe span{
	margin-left:10px;
	line-height:1.8;
	border-left:1px dotted #e5e5e5;
	padding-left:10px;
}

.coe img{
	height:50px !important;
	margin-bottom:5px;
}

.mobile-footer {
    display: none;
}
@media (min-width: 1350px) {
    .container {
        width: 1220px;
    }
}
@media (max-width: 1200px) {
    .login-choices .services-list li p {
        font-size: 16px;
        min-height: 154px;
    }
}
@media (max-width: 1024px) {
    body {
        background-size: 270px;
    }
	.login-options{
		height:auto;
	}
    aside {
        height: auto;
        width: 100%;
        display: block;
        position: relative;
        padding: 20px;
        float: none;
    }
    aside h3 {
        margin: 25px 0;
        font-size: 17px;
        text-align: center;
    }
    aside div {
        display: none;
    }
    .main-content {
        float: none;
        width: 100%;
        padding: 15px;
    }
    .menu-btn {
        left: 20px;
        box-shadow: none;
        border-radius: 0 !important;
        background: 0 0;
        padding: 0;
        border: 0;
        top: 30px;
    }
    .mobile-footer {
        background: #000;
        display: block;
        text-align: center;
        padding: 10px;
    }
    .mobile-footer p {
        color: rgb(255 255 255 / 60%);
        font-size: 13px;
        margin: 0;
    }
}
@media (max-width: 991px) {
    header {
        height: auto;
        padding: 20px;
    }
    .logo {
        width: 165px;
    }
    header h3 {
        margin: 25px 0;
        font-size: 17px;
    }
    .login-choices {
        padding: 40px 0 0;
    }
    .login-container .login-form-container {
        margin: 40px auto;
        padding: 30px 15px;
    }
    .choices-container {
        padding: 0;
    }
    .login-choices .services-list li {
        padding-bottom: 30px;
    }
    footer span {
        padding: 0 10px;
    }
}
@media (max-width: 600px) {
    .login-choices .services-list {
        flex-direction: column;
    }
    .login-choices .services-list li article,
    .login-choices .services-list li p {
        min-height: auto;
    }
	.coe{
		flex-direction: column;
		align-items: center;
	}
	.coe span{
		border-left:0;
		margin-left:0;
		padding-left:0;
		margin-bottom:10px;
		padding-bottom:10px;
		border-bottom:1px dotted #e5e5e5;
	}	
}
@media (max-height: 500px) {
    .sidebar {
        overflow: auto;
    }
}

@supports (-webkit-touch-callout: none) {
  .login-options{
		background-size: cover;
	}
}