/****************************
#General Style
*****************************/
@import url(https://fonts.googleapis.com/earlyaccess/notokufiarabic.css);
* {
    margin: 0;
    padding: 0;
}
body {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    overflow-x: hidden;
    font-family: 'Noto Kufi Arabic', sans-serif;
    position: relative;
    direction: rtl;
    text-align: right;
    color: #051630;
    background: #fafafa;
}
::selection {
    background: #08538a;
    color: #fff;
}
/* width */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    margin-top: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #eee;
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: #ddd;
    border-radius: 10px;
}
.btn.focus, .btn:focus, .btn:hover, button:focus, button:hover {
    text-decoration: none;
    outline: none !important;
    box-shadow: none;
    border: none;
}
.btn, button {
    font-size: 14px;
    border-radius: 25px;
    position: relative;
    overflow: hidden;
    border: none;
}
.btn.btn-block{
    width: 100% !important;
}
.theme-btn {
    color: #fff;
    background: linear-gradient(-72deg, #013b62 0%, #0c5e9e 100%);
    padding: 10px 25px;
    min-width: 110px;
    position: relative;
    overflow: hidden;
}
.theme-btn:hover{
    color: #fff;
    background: linear-gradient(-72deg, #0c5e9e 0%, #013b62 100%);
}
.theme-btn2 {
    background: #fff;
    color: #0c61a4;
    padding: 10px 25px;
    min-width: 110px;
}
.theme-btn2:hover{
    background: linear-gradient(-72deg, #013b62 0%, #0c5e9e 100%);
    color: #fff;
}
form .btn {
    min-width: 115px;
    padding: 12px 25px;
}
.cancel-btn {
    background: #fff;
    color: #888;
    margin-left: 10px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.3em;
    margin-top: 0;
    color: #051630;
    font-weight: 400;
}
h1 {
    font-size: 36px;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 16px;
}
h6 {
    font-size: 14px;
}
a {
    transition: all .3s ease-in-out;
    text-decoration: none;
}
a:hover,
a:focus {
    text-decoration: none;
    color: inherit;
    outline: none;
    color: #493392;
}
p {
    color: #939598;
    margin-bottom: 0;
}
ul{
    margin: 0;
}
ul, ol, li {
    list-style: none;
}
li{
    list-style: none;
}
input[type="text"], input[type="email"], textarea, input[type="password"], input[type="tel"]
input[type="search"], .form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 6px 20px;
    color: #9B9B9B;
    width: 100%;
    height: 45px;
    background: #fff;
    outline: none !important;
    box-shadow: none !important;
    border-radius: 0;
    margin-bottom: 25px;
    font-size: 13px;
    border-color: transparent;
}
textarea {
    min-height: 100px;
    border-radius: 15px;
}
input[type="text"]:focus, input[type="email"]:focus, textarea:focus, input[type="password"]:focus, .form-control:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #0C61A4;
}
.grey-bg{
    background: #f9f9f9;
}
.white-bg{
    background: #fff;
}
.select2-container {
    display: block;
    width: 100% !important;
}
.select2-selection {
    color: #9B9B9B !important;
    width: 100% !important;
    height: 45px !important;
    font-size: 13px;
    border-radius: 5px !important;
    border-color: transparent !important;
    background: #F5F5F5 !important;
    color: #a2a2a2;
    margin-bottom: 25px;
}
.select-location .select2-selection{
    padding-left: 32px;
}
.select-location .select2-selection:before{
    font-family: 'themify';
    content: "\e693";
    position: absolute;
    color: #c1956c;
    left: 15px;
    top: 13px;
    font-size: 16px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #a2a2a2 !important;
    line-height: 48px;
    padding-left: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    right: 0px;
    top: 20px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #dedede;
}
.select2-container--default .select2-selection--single:hover, .select2-container--default .select2-selection--single:focus{
    outline: none;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color:linear-gradient(105deg, #aa66ff 0%, #7923ff 100%);
    color: #fff;
}
.select2-dropdown{
    border: 2px solid #f1f1f1;
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 1;
    filter: alpha(opacity=100);
}
:-moz-placeholder {
    /* Firefox 18- */

    color: inherit;
    opacity: 1;
    filter: alpha(opacity=100);
}
::-moz-placeholder {
    /* Firefox 19+ */

    color: inherit;
    opacity: 1;
    filter: alpha(opacity=100);
}
:-ms-input-placeholder {
    color: inherit;
    opacity: 1;
    filter: alpha(opacity=100);
}

.button:hover, input[type="submit"]:hover, .button:focus, input[type="submit"]:focus, input, button {
    outline: none;
    background: transparent;
}
button:disabled, button[disabled], button:disabled:hover, button[disabled]:hover {
    background-color: #eee;
    color: #c5c5c5 !important;
    cursor: no-drop;
}
select::-ms-expand {
    display: none;
}
.text-muted {
    color: #c5c5c5!important
}
.input-with-icon{
    position: relative;
    width: 100%;
}
.input-with-icon input{
    padding-left: 45px;
}
.input-with-icon i {
    position: absolute;
    color: #c1956c;
    left: 20px;
    top: 13px;
    font-size: 16px;
}
.mt-20{
    margin-top: 20px;
}
.mb-15{
    margin-bottom: 15px;
}
.mb-10{
    margin-bottom: 10px;
}
.mt-10{
    margin-top: 10px;
}
.mb-20{
    margin-bottom: 20px;
}
.mt-30{
    margin-top: 30px;
}
.mb-30{
    margin-bottom: 30px;
}
.mt-40{
    margin-top: 40px;
}
.mb-40{
    margin-bottom: 40px;
}
.mt-50{
    margin-top: 50px;
}
.mb-60{
    margin-bottom: 60px;
}
.mb-50{
    margin-bottom: 50px;
}
.mb-0{
    margin-bottom: 0;
}
.pt-40{
    padding-top: 40px;
}
.pt-30{
    padding-top: 30px;
}
.pt-20{
    padding-top: 20px;
}
.pt-15{
    padding-top: 15px;
}
.ptb-15{
    padding-top: 15px;
    padding-bottom: 15px;
}
.pb-40{
    padding-bottom: 40px;
}
.pb-60{
    padding-bottom: 60px !important;
}
.pb-20{
    padding-bottom: 20px;
}
.pr0{
    padding-right: 0;
}
mr-10{margin-right: 10px;}
.w50{
    width: 50%;
}
.w200{
    min-width: 200px;
}
.h-45{height: 45px;}
.opacity-0{opacity: 0;}
.flex-1{
    flex: 1;
}
/*******************************
#Pagination
********************************/
.pagination-counter {
    padding: 9px 0;
}
.pagination {
    width: 100%;
    margin: 0;
}
.pagination li {
    list-style: none;
    display: inline-block;
    margin: 0 4px 4px 0px;
}
.pagination .page-item a {
    background-color: #f1f1f1 !important;
    border: none;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    line-height: 45px;
    padding: 0;
    color: #666;
    text-align: center;
    margin-right: 10px;
}
.page-item:last-child .page-link, .page-item:first-child .page-link {
    border-radius: 50%;
}
.pagination li.active a, .pagination li a:hover, .page-item.active .page-link {
    background-color: #180B45 !important;
    border-color: #180B45 !important;
    color: #FEFF00;
}
.pagination .page-item.disabled a{
    background-color: #f1f1f1 !important;
    color: #999 !important; cursor: no-drop;
}
.page-link:focus {
    box-shadow: 0 0 0 0.2rem rgb(24 11 69 / 22%);
}
/*===============Navbar Part CSS Start===============*/
.menu-close, .responsive-menu{
    display: none;
}
.header-top {
    padding: 20px 0;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9;
    transition: all .5s ease 0s;
}
.header-top.sticky{
    background: linear-gradient(-72deg, #013b62 0%, #0c5e9e 100%);
    padding: 12px 0;
}
.home-header {
    position: relative;
}
.header-logo{
    position: relative;
    display: block;
    width: 72px;
}
.header-logo img {
    width: 100%;
}
.header-top.sticky .header-logo {
    width: 55px;
}
.header-inner .menu-toggle {
    background: #7b6cd5;
    border-radius: 3px;
    float: left;
    padding: 8px;
    margin: 20px 0;
    border: none;
    outline: none;
    cursor: pointer;
    display: none;
    z-index: 2;
}

.header-inner .menu-toggle .bar {
    display: block;
    width: 25px;
    height: 2px;
    background-color: #fff;
}

.header-inner .menu-toggle .bar:nth-child(2) {
    margin: 6px 0;
}

.header-inner.menu-active .menu-toggle .bar:nth-child(2) {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.header-inner.menu-active .menu-toggle .bar:first-child {
    -webkit-transform: translateY(8px) rotate(45deg);
    -moz-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    -o-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
}

.header-inner.menu-active .menu-toggle .bar:last-child {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -moz-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    -o-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
}

.header-inner .main-menu {
    position: relative;
    z-index: 9;
}
.header-search form {
    background: #fff;
    width: 500px;
    height: 40px;
    border-radius: 5px;
    align-items: center;
    padding-right: 15px;
}
.header-search input {
    /* flex: 1; */
    border: none;
    background: transparent;
    margin-bottom: 0;
    height: 100%;
    color: #CFCFCF;
    padding: 0 10px;
}
.header-search input:focus{
    border: none;
    outline: none;
}
.header-search form button {
    background: #000;
    color: #fff;
    border-radius: 5px 0 0 5px;
    height: 100%;
    padding: 0 5px;
}
.header-search button:hover{
    color: #fff;
}
.search-popup.active .search-form {
    visibility: visible;
    opacity: 1; }
.search-popup .search-form {
    min-width: 600px;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    visibility: hidden;
    opacity: 0;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 99999;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 55px;
    padding: 10px 25px;
}
.search-popup .search-form i {
    font-size: 17px;
}
.search-popup .search-form input {
    border: none;
    height: 54px;
    padding: 0;
    position: relative;
    margin: 0 20px 0 0;
}
.body-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    display: block;
    background: linear-gradient(-57deg, #01395f 0%, #0c61a4 100%);
    z-index: 991;
    content: '';
    left: 100%;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==), progress; }
.body-overlay.active {
    visibility: visible;
    opacity: .9;
    left: 0; }
.header-inner .navbar .nav li{
    position: relative;
}
.header-inner .navbar .nav li a {
    display: block;
    color: #fff;
    padding: 7px 15px;
    font-size: 13px;
}
.search {
    color: #fff;
    font-size: 16px;
    padding: 5px;
}
.header-inner .navbar .nav li.active a, .header-inner .navbar .nav li:hover a {
    color: #88CCFF;
}
.header-inner .navbar .nav li a i {
    margin-right: 5px;
    font-size: 9px;
}
.header-inner .navbar .nav .dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    width: 200px;
    padding: 0;
    background: #f9f9f9;
    list-style: none;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    transform-origin: 0 0;
}
.header-inner .navbar .nav li:hover > .dropdown {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
}
.header-inner .navbar .nav li:hover > .dropdown li > .dropdown {
    left: 100%;
    top: 0;
}
.header-inner .navbar .nav li .dropdown li a {
    color: #051630;
    padding: 12px 15px;
    border-bottom: 1px solid #dedede;
    font-size: 13px;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: transparent;
    transition: background 0.2s linear;
}
.header-inner .navbar .nav li .dropdown li:last-child > a{
    border-bottom: none;
}
.header-inner .navbar .nav li .dropdown li a:hover {
    background: linear-gradient(-72deg, #013b62 0%, #0c5e9e 100%);
    color: #fff;
}

.post-content{
 direction: rtl;
}
nav.navbar{
    padding: 0;
}
.navbar-nav {
    flex-direction: row;
    justify-content: center;
}
.home-banner {
    position: relative;
    height: 820px;
}
.home-banner video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home-banner:before{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(-57deg, #01395f 0%, #0c61a4 100%);
    opacity: 70%;
}
.banner-content {
    position: absolute;
    left: 0;
    transform: translateY(-50%);
    top: 50%;
    right: 0;
}
.banner-content h1 {
    color: #fff;
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 30px;
}
.banner-content p {
    color: #88CCFF;
    font-size: 18px;
}
footer {
    padding: 30px 0;
    background: linear-gradient(-79deg, #013b62 0%, #0c5e9e 100%);
}
.footer-social {
    text-align: left;
}
.social-icon {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: transparent;
    color: #fff;
    display: inline-block;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.social-icon:hover{
    background: linear-gradient(-79deg, #013b62 0%, #0c5e9e 100%);
    color: #fff;
}
.footer-copyright {
    padding-top: 20px;
    border-top: 1px solid rgb(255 255 255 / 49%);
    margin-top: 30px;
    text-align: center;
}
.footer-copyright p {
    color: #fff;
    font-size: 13px;
}
.footer-copyright p a{
    color: #fff;
}
.footer-copyright p a:hover{
    color: #88ccff;
}
footer .links a {
    color: #fff;
    margin-bottom: 10px;
    display: block;
}
footer .links a:hover{
    padding-right: 5px;
    color: #88ccff;
}
.section-block {
    padding: 50px 0;
}
.section-title {
    color: #0c61a4;
    text-align: center;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 40px;
}
.home-about p {
    font-size: 16px;
    width: 90%;
    margin: 0 auto 40px auto;
    line-height: 30px;
}
.new-row {
    border-bottom: 1px solid rgb(190 190 190 / 23%);
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.home-news .img-block {
    margin-bottom: 25px;
}
.new-row:last-child{
    border: none;
    padding-bottom: 0;
    margin-bottom: 0
}
.date {
    color: #8b8b8b;
    font-size: 13px;
    font-weight: 500;
}
.title {
    color: #0c61a4;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 15px;
}
.seemore {
    color: #063153;
    font-weight: 500;
    transition: all .3s ease-in-out;
    font-size: 13px;
}
.seemore i{
    margin-right: 5px;
}
.ti-arrow-right:before {
    content: "\e629";
}
.seemore:hover, .new-row:hover .seemore{
    padding-right: 10px;
    color: #88ccff;
}
.team-head {
    background: #0c61a4;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.team-head h3 {
    color: #88ccff;
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    z-index: 99
}
.team-head .btn {
    position: relative;
    z-index: 99
}
.team-member {
    background: #fff;
    position: relative;
}
.team-member:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(-57deg, #01395f 0%, #0c61a4 100%);
    opacity: 0.9;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.team-member:hover:before {
    opacity: 0.9;
    visibility: visible;
}
.member-social {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    left: 40px;
    bottom: 40px;
    z-index: 22;
    height: 28px;
    overflow: hidden;
}
.member-social li {
    display: inline-block;
    margin-right: 15px;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    font-size: 16px;
}
.team-member:hover .member-social li {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.member-social li:nth-child(2) {
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.member-social li:nth-child(3) {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.member-social li a {
    color: #fff;
}
.team-member:hover .member-social li {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.team-member .img-block{
    width: 100%;
    height: 250px;
    overflow: hidden
}
.team-member .img-block img{
    ;width: 100%;
    height: 100%;
    object-fit: cover;
}
.team-member .content {
    padding: 15px;
    text-align: center;
}
.team-member h4 {
    color: #0c61a4;
    padding: 0 30px;
    font-weight: 500;
    font-size: 18px;
}
.team-member p {
    font-size: 12px;
}
.activity-block {
    background: #fff;
    text-align: center;
    padding: 20px;
        margin-top: 30px;

    box-shadow: 0 10px 30px rgb(200 205 210 / 50%);
}
.activity-block:hover {
    box-shadow: 0 4px 11px rgb(200 205 210 / 20%) !important;
    transform: translateY(-5px);
}
.activity-block h4 {
    color: #0c61a4;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
}
.activity-block p {
    text-align: center;
    text-align-last: center;
    font-size: 13px;
}
.icon-block img {
    height: 48px;
    margin-bottom: 20px;
}
.bg-theme{
    background: #eef2f6;
}
.page-head {
    background: url("../images/page-head.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    height: 300px;
    padding-top: 100px;
}
.page-head h1 {
    color: #fff;
    font-size: 28px;
}
.inner-page {
    padding: 50px 0;
}
.side-menu {
    background: #fff;
    padding: 20px;
    border: 1px solid #e0e0e0;
}
.side-menu a {
    display: block;
    color: #a4a4a4;
    margin-bottom: 20px;
    font-weight: 500;
}
.side-menu a:last-child{
    margin-bottom: 0;
}
.side-menu a.active{
    color: #0c61a4;
}
.report-block{
    margin-bottom: 30px;
}
.report-block, .board-block{
    transition: all 0.2s ease-in-out;
}
.report-block:hover, .board-block:hover{
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgb(200 205 210 / 50%);
}
.report-block:hover{
    box-shadow: 0 10px 30px rgb(153 161 168 / 70%);
}
.report-block img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.report-block h3 {
    color: #fff;
    text-align: center;
    left: 0;
    right: 0;
    top: 25px;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.board-block {
    background: #fff;
    display: flex;
    padding: 15px;
    margin-bottom: 30px;
}
.board-block .content h3 {
    font-size: 15px;
    color: #0c61a4;
    font-weight: 600;
    line-height: 30px;
}
.board-block .content p {
    margin-bottom: 30px;
}
.board-block .img-block{
    width: 135px;
    height: 135px;
    margin-left: 10px;
    overflow: hidden;
    flex: none;
}
.board-block .img-block img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page-title {
    font-weight: 600;
    color: #0C61A4;
    font-size: 24px;
    margin-bottom: 25px;
}
.service-block {
    position: relative;
    margin-bottom: 30px;
    transition: all .3s ease-in-out;
}
.service-block:hover{
    transform: translateY(-5px);
}
.service-block img {
    width: 100%;
    transform: rotate(180deg);
}
.service-block .content {
    position: absolute;
    left: 10px;
    top: 10px;
    bottom: 10px;
    right: 100px;
}
.service-block .content h6 {
    color: #0C61A4;
    font-weight: 600;
    font-size: 16px;
}
.service-block .content p{
    font-size: 13px;
    color: #343434;
}
.list-numberd { counter-reset: item; }
.list-numberd li {
    list-style: none;
    display: block;
    position: relative;
    padding-right: 30px;
    margin-bottom: 25px;
}
.list-numberd li::before {
    content: counter(item) ". ";
    counter-increment: item;
    color: #0C61A4;
    display: inline-block;
    width: 20px;
    margin-left: 10px;
    height: 20px;
    font-weight: 600;
    font-size: 17px;
    position: absolute;
    right: 0;
}
.activities .activity-block {
    background: #fff;
    text-align: center;
    padding: 15px;
    box-shadow: none;
    margin-bottom: 20px;
}
.activities .activity-block  .icon-block {
    background: #0C61A4;
    width: 70px;
    height: 70px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
    flex: none;
}
.activities .activity-block .icon-block img{
    width: 36px;
    transition:transform .3s ease-out;
}
.activities .activity-block:hover img{
    transform: scale(1.2);
}
.activity-block h4{
    font-size: 15px;
}
.activity-details p {
    margin-bottom: 20px;
    color: #343434;
    line-height: 24px;
}
.activity-details img {
    margin-bottom: 30px;
}
.inner-title {
    font-weight: 600;
}
.hall-block{
    background: #fff;
    margin-bottom: 25px;
    padding: 20px;
    transition: all 0.2s ease-in-out;
}
.course-block{
    background: #fff;
    margin-bottom: 25px;
    transition: all 0.2s ease-in-out;
}
.hall-block .img-block:after, .course-block .img-block:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.hall-block .img-block:after{
    border-radius: 50%;
}
.hall-block:hover, .course-block:hover{
    box-shadow: 0 4px 11px rgb(200 205 210 / 35%);
    transform: translateY(-5px);
}
.hall-block .img-block {
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 50%;
    flex: none;
    margin-left: 20px;
    position: relative;
}
.course-block .img-block {
    position: relative;
    height: 350px;
    overflow: hidden;
    width: 100%;
}
.hall-block .img-block img, .course-block .img-block img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s ease-out;
    border: 4px solid #b8cedd;

}
.course-block:hover img{
    transform: scale(1.2);
}
.course-block .content {
    padding: 15px 20px;
}
.hall-block h3, .course-block h3 {
    color: #0C61A4;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 10px;
}
.hall-block .users i, .course-block .users i {
    color: #0C61A4;
    margin-left: 5px;
}
.course-det{
    border-bottom: 1px solid #dedede;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.course-det:last-child{
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.course-det .page-title{
    font-size: 20px;
}
.course-det ul li {
    color: #8B8B8B;
    margin-bottom: 15px;
}
.course-det ul li:last-child {
    margin-bottom: 0;
}
.course-det ul li i{
    color: #0C61A4;
    width: 25px;
}
.course-det p {
    text-align: justify;
    line-height: 24px;
}
.sp-wrap {
    background: transparent;
    border: none;
    border-radius: 0;
    margin: 0;
    width: 100%;
}
.sp-large{
    margin-bottom: 15px;
}
.sp-thumbs {
    text-align: center;
    display: flex;
    justify-content: space-between;
    padding: 0;
}
.sp-thumbs a{
    width: 30% !important;
    height: 150px !important;
    opacity: 1 !important;
    position: relative;
}
.sp-thumbs a:after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #0c61a4;
    opacity: 0.3;
}
.sp-current-big {
    width: 100%;
    height: 500px;
    overflow: hidden;
    text-align: center;
}
.sp-current-big img {
    width: 100%;
    height: 100% !important;
    object-fit: contain;
}
.contact-info{
    border-bottom: 1px solid #dedede;
    margin-bottom: 20px;
}
.contact-section .footer-social {
    text-align: right;
}
.contact-info li {
    color: #222;
    margin-bottom: 20px;
}
.contact-info li i {
    color: #0C61A4;
    width: 25px;
    display: inline-block;
}
.contact-section .footer-social .social-icon{
    color: #0C61A4;
}
.contact-section .footer-social .social-icon:hover{
    color: #fff;
}
.bs-wizard {margin-top: 150px;}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: transparent;
    border: none;
}
.nav-tabs {
    border-bottom: none;
}
/*Form Wizard*/
.bs-wizard {display: flex;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative; width: calc(100% / 7); cursor: pointer;}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover, .nav-tabs .nav-link {
    border: none;
}
.bs-wizard > .bs-wizard-step.active .bs-wizard-stepnum {
    color: #0C61A4;
    font-weight: 600;
    margin-top: 120px;
    font-size: 15px;
}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
    color: #343434;
    margin-bottom: 5px;
    font-size: 13px;
    white-space: break-spaces;
}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #999; font-size: 14px;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; top: 5px; left: 50%; margin-left: -15px; border-radius: 50%;}
/*.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: rgb(245 133 71 / 58%); border-radius: 50px; position: absolute; top: 8px; left: 8px; }*/
.bs-wizard > .bs-wizard-step > .progress {background-color: #CBD3DD; position: relative; border-radius: 0px; height: 3px; box-shadow: none; margin: 20px 0;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: transparent;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {
    background-color: #edf2f5;
    border: 4px solid #cbd3dd;
}
.bs-wizard > .bs-wizard-step:first-child  > .progress {right: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
.wizard-icon{
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all ease .5s;
    -ms-transition: all ease .5s;
    transition: all ease .5s;
    width: 150px;
    height: 150px;
    background: linear-gradient(-43deg, #013b62 0%, #0c5e9e 100%);
    border-radius: 50%;
    position: absolute;
    top: -50px;
    left: 30px;
    display: flex;
    align-items: center;
    justify-content: center;

}
.bs-wizard-step.active .wizard-icon {
    animation: pulse 2s infinite;
    box-shadow: 0 0 1px 1px rgba(3, 67, 112, 0.6);
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
@-webkit-keyframes pulse
{
    to
    {
        -webkit-box-shadow: 0 0 0 20px rgba(3, 67, 112, 0);
        box-shadow: 0 0 0 20px rgba(3, 67, 112, 0);
    }
}

@keyframes pulse
{
    to
    {
        -webkit-box-shadow: 0 0 0 20px rgba(3, 67, 112, 0);
        box-shadow: 0 0 0 20px rgba(3, 67, 112, 0);
    }
}
.bs-wizard-step .wizard-icon  img{
    height: 65px;
}
@media (max-width:991px){
    .search, .responsive-menu {
        display: inline-block;
        font-size: 17px;
        margin-left: 15px;
        color: #fff;
    }
    .search{
        padding: 5px;
    }
    .header-inner .my-logo img {
        max-height: 50px;
    }
    .close-search {
        display: block;
        position: absolute;
        top: 30px;
        left: 30px;
        font-size: 18px;
        color: #fff;
        opacity: 0.8;
    }
    .header-search{
        display: none !important;
    }
    .header-search.active {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        display: flex !important;
        align-items: center;
        background: #000000ab;
        z-index: 99;
        padding: 20px;
    }
    .header-search form {
        width: 100%;
        height: 50px;
    }
    .home-banner {
        height: 500px;
    }
    .banner-content h1 {
        font-size: 26px;
        margin-bottom: 20px;
    }
    .banner-content p {
        font-size: 15px;
    }
    .section-title {
        font-size: 28px;
        margin-bottom: 30px;
    }
    .home-about p {
        font-size: 14px;
        width: 100%;
        text-align: justify;
        text-align-last: center;
    }
    .header-inner .nav-search li {
        margin-left: 20px;
    }
    .header-inner .nav-search li a {
        color: #53565A;
    }
    .header-home .lang-btn a {
        border-right: 1px solid rgba(0, 0, 0, 0.2);
    }
    .header-inner .responsive-menu{
        display: inline-block !important;
    }
    .open-search:focus, .responsive-menu:focus{
        color: inherit;
    }
    .header-inner .responsive-menu i{
        font-size: 22px;
    }
    .header-inner.header-pages .responsive-menu i{
        color: #53565A;
    }
    .navbar {
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        background-color: #fff;
        max-width: 500px;
        z-index: 99;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        opacity: 0;
        visibility: hidden;
        overflow-x: hidden;
        overflow-y: auto;
        webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: all 0.6s ease;
        -o-transition: all 0.6s ease;
        transition: all 0.6s ease;
        width: 250px;
        bottom: 0;
        box-shadow: -7px 0px 40px 1px rgb(5 8 69 / 10%);
    }
    form.search-form {
        width: 90%;
        min-width: 90% !important;
    }
    .navbar.active{
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    .header-search form button {
        background: #ffa011;
        color: #000;
    }
    .menu-close {
        padding: 30px 0;
        display: block !important;
    }
    .menu-close i {
        background: transparent;
        width: 40px;
        height: 40px;
        display: block;
        margin: auto;
        line-height: 40px;
        border-radius: 50%;
        margin-right: 0;
        color: #051630;
    }
    .menu-close i:hover {
        background: #a47449;
        color: #fff;
    }
    .header-inner .navbar .nav > li {
        display: block;
        width: 100%;
    }
    .header-inner .navbar .nav li a {
        padding: 15px;
        position: relative;
        color: #051630;
        font-weight: normal;
        margin: 5px 0;
    }
    .header-inner .nav-search li a i {
        font-weight: normal;
        font-size: 19px;
        color: #53565A;
    }
    .header-inner.header-pages .nav-search li a i{
        font-weight: 500;
    }
    .header-inner .navbar .nav li a i {
        position: absolute;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
    }
    .header-inner .navbar .nav li.active a, .header-inner .navbar .nav li:hover a {
        color: #0C61A4;
        font-weight: 600;
    }
    .header-inner .navbar .nav .dropdown, .header-inner .navbar .nav li:hover > .dropdown li > .dropdown {
        position: static;
        top: auto;
        left: auto;
        width: 100%;
        opacity: 1;
        visibility: visible;
        -webkit-transform: scaleY(1);
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -o-transform: scaleY(1);
        transform: scaleY(1);
        display: none;
        transition: none;
    }
    .header-inner .navbar .nav li a:before {
        content: none;
    }
    .header-inner .navbar .nav li .dropdown li a {
        background: transparent;
        border-color: transparent;
        font-weight: 400;
        color: #888;
    }
    .header-inner .navbar .nav li .dropdown .dropdown a{
        font-size: 12px;
    }
    .header-inner .navbar .nav .dropdown{
        background: transparent;
    }
    .home-news .col-md-5 .new-row {
        border-bottom: 1px solid rgb(190 190 190 / 23%);
        padding-bottom: 25px;
        margin-bottom: 25px;
    }
    .section-block {
        padding: 30px 0;
    }
    .activity-block {
        margin-bottom: 15px;
    }
    .team-head {
        padding: 30px;
        margin-bottom: 25px;
    }
    .team-member .img-block {
        height: auto;
    }
    .team-member {
        margin-bottom: 15px;
    }
    footer {
        padding: 25px 10px 10px 10px;
    }
    .footer-contact li a img {
        width: 17px !important;
        height: auto;
        display: inline-block !important;
        max-width: 17px;
    }
    .footer-contact li a img {
        width: 17px !important;
        height: auto;
        max-width: 17px;
    }
    .footer-copyright p {
        text-align: center;
    }
    .footer-social {
        text-align: right;
    }
    .bs-wizard {
        overflow-x: auto;
        overflow-y: visible;
        white-space: nowrap;
        margin-top: 40px;
        flex-wrap: nowrap;
    }
    .bs-wizard > .bs-wizard-step {
        width: 50%;
        flex: none;
        margin-top: 50px;
    }
    .bs-wizard-step.active .wizard-icon {
        width: 80px;
        height: 80px;
        top: -22px;
    }
    .bs-wizard > .bs-wizard-step.active .bs-wizard-stepnum {
        margin-top: 70px;
    }
    .bs-wizard-step .wizard-icon  img {
        height: 40px;
    }
    .bs-wizard::-webkit-scrollbar-thumb, .side-menu::-webkit-scrollbar-thumb {
        background: transparent;
    }
    .bs-wizard::-webkit-scrollbar-track, ::-webkit-scrollbar-track {
        background: transparent;
    }
    .page-head h1 {
        color: #fff;
        font-size: 22px;
    }
    .inner-page {
        padding: 30px 0;
    }
    .side-menu {
        background: transparent;
        margin-bottom: 20px;
        border: none;
    }
    .side-menu {
        background: transparent;
        margin-bottom: 20px;
        border: none;
        display: flex;
        justify-content: space-between;
        white-space: nowrap;
        overflow-x: auto;
        padding: 0;
    }
    .side-menu a {
        margin-bottom: 0;
        margin-left: 20px;
    }
    .board-block .content p {
        margin-bottom: 5px;
    }
    .service-block img {
        width: 100%;
    }
    .service-block .content {
        position: absolute;
        left: 10px;
        top: 10px;
        bottom: 10px;
        right: 150px;
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .service-block .content h6 {
        width: 100%;
    }
    .contact-section .footer-social {
        margin-bottom: 30px;
    }
    .course-content {
        flex-direction: column-reverse;
    }
    .sp-current-big {
        height: 350px;
    }
    .sp-thumbs a {
        height: 100px !important;
    }
    .sp-wrap {
        margin-bottom: 30px;
    }
    .course-block .img-block {
        height: 180px;
    }
    .course-block .content {
        padding: 10px;
    }
    .hall-block h3, .course-block h3 {
        font-size: 15px;
    }
    .hall-block {
        padding: 20px 10px;
        flex-direction: column;
        text-align: center;
    }
    .hall-block .img-block {
        margin-right: 0;
        margin-bottom: 10px;
    }
    .activities .activity-block h4{
        text-align: right;
    }
    .page-title {
        font-size: 20px;
    }
}
.shine-block{
    position: relative;
    overflow: hidden;
}
.shine-block::after {
    content:' ';
    position:absolute;
    height:200%;
    width:200%;
    top:0px;
    left:0px;
    z-index:2;
    animation: moveafter 3s infinite linear;
    background: linear-gradient(135deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 45%,rgba(255,255,255,0.2) 50%,rgba(255,255,255,0) 55%,rgba(255,255,255,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
@-webkit-keyframes moveafter {
    0% {
        top:100%;
        left:100%;
    }
    50% {
        top:-100%;
        left:-100%;
    }
    100% {
        top:-200%;
        left:-200%;
    }
}
@-moz-keyframes moveafter {
    0% {
        top:100%;
        left:100%;
    }
    50% {
        top:-100%;
        left:-100%;
    }
    100% {
        top:-100%;
        left:-100%;
    }
}
@keyframes moveafter {
    0% {
        top:100%;
        left:100%;
    }
    50% {
        top:-100%;
        left:-100%;
    }
    100% {
        top:-100%;
        left:-100%;
    }
}
/*------------- Page Preloader --------------*/
#preloader {
    width: 100%;
    height: 100vh;
    background-color: #fff;
    position: fixed;
    z-index: 9999;
    top: 0;
}
#preloader-circle {
    position:relative;
    width: 80px;
    height: 80px;
    top: 43%;
    margin: 0 auto;
}
#preloader-circle span {
    position:absolute;
    border: 8px solid #0c61a4;
    border-top: 8px solid transparent;
    border-radius:999px;
}

#preloader-circle span:nth-child(1){
    width:80px;
    height:80px;
    animation: spin-1 2s infinite linear;
}
#preloader-circle span:nth-child(2){
    top: 20px;
    left: 20px;
    width:40px;
    height:40px;
    animation: spin-2 1s infinite linear;
}
@keyframes spin-1 {
    0% {transform: rotate(360deg); opacity: 1;}
    50% {transform: rotate(180deg); opacity: 0.5;}
    100% {transform: rotate(0deg); opacity: 1;}
}
@keyframes spin-2 {
    0% {transform: rotate(0deg); opacity: 0.5;}
    50% {transform: rotate(180deg); opacity: 1;}
    100% {transform: rotate(360deg); opacity: 0.5;}
}
.lang-btn {
    display: flex !important;
    align-items: center;
}
.lang-btn:hover {
    color: #fff !important;
}
.lang-btn img {
    margin-left: 5px;
    height: 13px;
}
