* {
    padding: 0;
    margin: 0;
    box-sizing: border-box
}

body {
    overflow-x: hidden;
    font-family: "TheSansArab-Light";
    line-height: 1.4;
    min-width: 480px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "TheSansArab-Bold"
}

img {
    max-width: 100%
}

.header {
    position: relative
}

.logo {
    position: absolute;
    left: 30px;
    top: 30px;
    border: none;
    float: none;
}

.top_bar {
    display: flex;
    float: right
}

.top_bar ul {
    display: inline-block;
    background: rgba(167, 169, 172, 0.20);
    padding: 0 20px;
    position: relative
}

.top_bar ul:after {
    content: '';
    background: url(../images/top_bar_bg.png) no-repeat;
    width: 120px;
    height: 76px;
    position: absolute;
    left: -120px;
    top: 0;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.top_bar ul li {
    display: inline-block;
    margin: 25px 0 0
}

.top_bar ul li a {
    color: #333;
    text-decoration: none
}

.top_bar ul li a:after {
    content: '';
    width: 1px;
    height: 17px;
    display: inline-block;
    vertical-align: middle;
    background: #333;
    margin-left: 7px;
}

.search_icon {
    background: #004b96 url(../images/search_icon.png) center center no-repeat;
    width: 76px;
    height: 76px;
    transition: all .2s ease
}

.search_icon:hover {
    background: #222 url(../images/search_icon.png) center center no-repeat
}

.lang {
    background: #63b5e6;
    width: 76px;
    height: 76px;
    color: #fff !important;
    text-align: center;
    line-height: 69px;
    text-decoration: none;
    transition: all .2s ease;
    font-size: 20px;
    font-family: arial;
}

.lang:hover {
    background: #77d5c5
}

.top_bar ul li:last-child a:after {
    display: none
}

.header nav {
    float: right;
    clear: right;
    margin-right: 66px;
    margin-top: 20px
}

.header nav ul {
    list-style: none;
    display: flex
}

.header nav ul li {
    margin: 0 10px;
    position: relative
}

.header nav ul li a {
    color: #333;
    text-decoration: none;
    padding: 10px 0;
    font-size: 18px;
}

.header nav ul li.selected a:after {
    content: '';
    background: #77d5c5;
    width: 100%;
    height: 5px;
    display: block;
    visibility: visible;
    bottom: 0
}

.clearfix:after {
    content: '';
    display: block;
    clear: both
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir='rtl'] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff url(./ajax-loader.gif) center center no-repeat
}

@font-face {
    font-family: 'slick';
    font-weight: 400;
    font-style: normal;
    src: url(./fonts/slick.eot);
    src: url(./fonts/slick.eot?#iefix) format("embedded-opentype"), url(./fonts/slick.woff) format("woff"), url(./fonts/slick.ttf) format("truetype"), url(./fonts/slick.svg#slick) format("svg")
}

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25
}

.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

.slick-prev:before {
    content: ''
}

[dir='rtl'] .slick-prev:before {
    content: ''
}

.slick-next {
    right: -25px
}

.slick-next:before {
    content: ''
}

[dir='rtl'] .slick-next:before {
    content: ''
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '';
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}

.hero_slider .slick-dots {
    position: absolute;
    bottom: 50px
}

.hero_slider .slick-dots li:first-child:after {
    display: none
}

.hero_slider .slick-dots li button::before {
    display: none
}

.hero_slider .slick-dots li button {
    width: 25px;
    height: 25px;
    background: #a7a9ac
}

.hero_slider .slick-dots li {
    width: 25px;
    height: 25px;
    margin: 0 10px
}

.hero_slider .slick-dots li.slick-active button:after {
    content: '';
    width: 22px;
    height: 22px;
    display: none;
    transform: rotate(90deg);
    background: #63b5e6;
    position: absolute;
    top: -1px;
    right: 4px;
    z-index: 10000;
    box-shadow: 0 0 0 1px #fff
}

.hero_content {
    background: url(../images/hero_rect.png) no-repeat;
    background: url(../images/hero_rect.png) no-repeat;
    height: 400px;
    position: absolute;
    left: 0;
    top: 0;
}

.hero_slider .slick-slide {
    position: relative
}

.hero_content {
    background: url(../images/hero_rect.png) no-repeat;
    height: 600px;
    position: absolute;
    right: 0;
    top: 0;
    width: 1396px;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.hero_slider .slick-slide {
    position: relative
}

.hero_content_wrapper a {
    color: #fff;
    text-decoration: none;
    border: 2px solid #fff;
    height: 50px;
    display: inline-block;
    line-height: 43px;
    padding: 0 40px 0 60px;
    font-size: 24px;
    position: relative
}

.hero_content_wrapper a span {
    display: inline-block;
    vertical-align: middle;
    width: 36px;
    height: 46px;
    text-align: center;
    line-height: 56px;
    position: absolute;
    left: -20px;
    top: -4px
}

.hero_content_wrapper {
    max-width: 700px;
    text-align: center;
    color: #fff;
    padding: 70px 40px 40px;
    margin-left: 38%;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.hero_content_wrapper h1 {
    font-size: 48px
}

.hero_content_wrapper p {
    font-size: 24px;
    margin: 20px 0 43px;
    color: rgba(255, 255, 255, 0.87)
}

.hero_content_wrapper a span img {
    position: absolute;
    right: -60px;
    top: 12px;
    left: 0;
    margin: auto
}

.announcements_slider {
    margin-bottom: 40px
}

.hero_slider.slick-dotted.slick-slider {
    position: relative;
    /*height: 560px;*/
    overflow: hidden;
    margin-bottom: 0
}

.container {
    max-width: 1200px;
    margin: auto;
    padding: 40px 0
}

.home_section_title {
    text-align: center;
    font-size: 40px;
    color: #1f2e36;
}

.announcement_item {
    text-align: center;
    margin-top: 35px
}

.announcement_item .date_icon {
    background: #004b96;
    text-align: center;
    height: 57px;
    margin: auto;
    display: inline-block;
    color: #fff;
    line-height: 57px;
    padding: 0 40px;
    position: relative;
    z-index: 2
}

.announcement_item div {
    background: #e0eef8;
    border-bottom: 8px solid #63b5e6;
    margin: -30px 30px 0;
    padding: 40px 40px 40px;
    font-size: 18px;
    position: relative;
    z-index: 1;
    transition: all .2s ease;
    height: 286px;
    overflow: hidden;
}

.announcement_item:hover div {
    background: #f1f9ff
}

.announcement_item div:after {
    content: '';
    width: 0;
    height: 10px;
    display: block;
    background: #004b96;
    position: absolute;
    left: 0;
    bottom: -10px;
    transition: all .2s ease
}

.announcement_item:hover div:after {
    width: 100%
}

.announcement_item a {
    text-decoration: none;
    color: #222
}

.announcement_item .date_icon span {
    background: url(../images/date_icon.png) no-repeat;
    width: 24px;
    height: 24px;
    display: block;
    float: left;
    margin: 15px 10px 0 0
}

.announcements_slider .slick-next {
    background: url(../images/arrow_right.png) no-repeat;
    width: 25px;
    height: 49px
}

.announcements_slider .slick-next:before,
.announcements_slider .slick-prev:before {
    display: none
}

.announcements_slider .slick-prev {
    background: url(../images/arrow_left.png) no-repeat;
    width: 25px;
    height: 49px
}

.view_all {
    color: #222;
    text-decoration: none;
    font-size: 21px;
    border-bottom: 4px solid #77d5c5;
    padding-bottom: 0;
    position: relative;
    padding-right: 30px;
    transition: all .2s ease;
}

.view_all:after {
    content: '';
    background: url(../images/double_arrow.png) no-repeat;
    width: 22px;
    height: 21px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: 4px;
    transition: all .2s ease;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.view_all:hover:after {
    right: -10px
}

.view_all:hover {
    border-bottom: 4px solid #222
}

.text-center {
    text-align: center
}

.eservices_container {
    background: url(../images/eservices_bg.jpg) no-repeat center center;
    height: 764px
}

ul.tabs {
    margin: 0;
    padding: 0;
    list-style: none
}

ul.tabs li {
    background: none;
    color: #222;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer
}

ul.tabs li.current {
    background: #ededed;
    color: #222
}

.tab-content {
    display: none;
    background: #ededed;
    padding: 15px
}

.tab-content.current {
    display: inherit
}

.tab-content {
    background: none
}

ul.tabs {
    text-align: center;
    display: flex;
    border-bottom: 3px solid #0b71ae;
    margin-top: 40px
}

ul.tabs li.current {
    background: #004b96;
    color: #fff
}

ul.tabs li {
    background: rgba(163, 208, 239, 0.9);
    flex: 0 0 50%;
    font-size: 25px;
    color: #636363;
    position: relative
}

.eservices_slider_indv .slick-dots {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px
}

.eservices_slider_indv .slick-dots li:first-child:after {
    display: none
}

.eservices_slider_indv .slick-dots li button::before {
    display: none
}

.eservices_slider_indv .slick-dots li button {
    width: 25px;
    height: 25px;
    background: #a7a9ac
}

.eservices_slider_indv .slick-dots li {
    width: 25px;
    height: 25px;
    margin: 0 10px
}

.eservices_slider_indv .slick-dots li.slick-active button:after {
    content: '';
    width: 22px;
    height: 22px;
    display: block;
    transform: rotate(90deg);
    background: #63b5e6;
    position: absolute;
    top: -1px;
    right: 4px;
    z-index: 10000;
    box-shadow: 0 0 0 1px #fff
}

.eservices_slider_indv>div {
    text-align: center;
    margin-top: 40px
}

.eservices_slider_indv .slick-slide img {
    display: inline-block;
    padding: 10px;
    border: none;
}

.eservices_slider_indv>div h4 {
	position: relative;
    font-size: 24px;
    margin: 16px auto 16px;
    padding-bottom: 20px;
    height: 80px;
}

.eservices_slider_indv>div h4:after {
    content: '';
    position: absolute;
    width: 60%;
    height: 5px;
    background: #77d5c5;
    bottom: 0;
    display: block;
    margin: auto;
    left: 0;
    right: 0;
}

.eservices_slider_indv>div p {
    font-size: 18px;
    background: #fff;
    margin: 5px;
    padding: 16px;
    border-radius: 20px;
    height: 129px;
    overflow: hidden;
    line-height: 27px;
    text-align: center;
}

.eservices_slider_indv>div a {
    color: #222;
    text-decoration: none;
    display: block;
    transition: all .2s ease;
    border-radius: 10px
}

.eservices_slider_indv>div a:hover {
    background: #fff
}

ul.tabs li:before {
    content: '';
    display: block;
    width: 35px;
    height: 100%;
    background: rgba(163, 208, 239, 1);
    position: absolute;
    top: 0;
    left: -20px;
    transform: skew(25deg);
    border-left: 1px solid #fff;
}

ul.tabs li:first-child:before {
    display: none
}

ul.tabs li:nth-child(2).current:before {
    border-left: none;
    border-right: 1px solid #fff
}

.regulation_item {
    background: #e0eef8;
    position: relative;
    padding: 15px 15px 15px 110px;
    margin: 40px 0
}

.regulation_item img {
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto
}

.regulation_item span {
    font-size: 22px
}

.regulation_item a {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background: #63b5e6;
    line-height: 3;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    padding: 0 30px 0 20px;
    transition: all .2s ease
}

.regulation_item a:before {
    content: '';
    display: block;
    width: 35px;
    height: 100%;
    background: #63b5e6;
    position: absolute;
    top: 0;
    left: -20px;
    transform: skew(-25deg);
    border-left: 3px solid #fff;
    transition: all .2s ease
}

.regulation_item a:after {
    content: '';
    background: url(../images/double_arrows_white.png) no-repeat;
    width: 22px;
    height: 21px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 18px;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.regulation_item a:hover {
    background: #63b5e6
}

.regulation_item a:hover:before {
    background: #63b5e6
}

.publications_container {
    background: url(../images/publications_bg.jpg) no-repeat center center;
    height: 695px;
    background-size: cover
}

.publications_container .home_section_title {
    margin-bottom: 80px
}

.publications_slider div a {
    text-align: center;
    background-color: #1374b0;
    display: block;
    margin: 30px;
    padding: 30px 30px 50px;
    color: #fff;
    text-decoration: none;
    position: relative;
    transition: all .2s ease
}

.publications_slider div a:hover {
    box-shadow: 1px 9px 30px -10px #000
}

.publications_slider .slick-slide img {
    display: inline-block
}

.publications_slider div h4 {
    font-size: 22px;
    margin: 10px 0;
    height: 112px;
    overflow: hidden
}

.publications_slider div h4:after {
    content: '';
    height: 1px;
    width: 90%;
    background: rgba(255, 255, 255, 0.5);
    display: block;
    margin: 20px 0
}

.publications_slider div span {
    font-size: 18px
}

.publications_slider div h5 {
    font-size: 16px;
    background: #1f2e36;
    width: 62%;
    height: 51px;
    line-height: 51px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -20px
}

.publications_slider div h5:after {
    content: '';
    width: 120%;
    height: 2px;
    display: block;
    background: #0003;
    position: absolute;
    left: 0;
    right: -20px;
    margin: auto
}

.publications_slider div h5 .before,
.publications_slider div h5 .after {
    background: #1f2e36;
    height: 51px;
    width: 40px;
    position: absolute;
    top: 0
}

.publications_slider div h5 .before {
    left: -15px;
    transform: skew(-25deg)
}

.publications_slider div h5 .after {
    right: -15px;
    transform: skew(25deg)
}

.publications_slider div h5 .before:before {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 20px solid #000;
    display: block;
    transform: skew(25deg);
    position: absolute;
    left: -15px;
    bottom: 0
}

.publications_slider div h5 .after:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 20px solid #000;
    display: block;
    transform: skew(-25deg);
    position: absolute;
    right: -15px;
    bottom: 0
}

.publications_slider .slick-next {
    background: url(../images/arrow_right.png) no-repeat;
    width: 25px;
    height: 49px
}

.publications_slider .slick-next:before,
.publications_slider .slick-prev:before {
    display: none
}

.publications_slider .slick-prev {
    background: url(../images/arrow_left.png) no-repeat;
    width: 25px;
    height: 49px
}

.publications_slider {
    margin-bottom: 40px
}

.institutions_container {
    background: url(../images/institutions_bg.jpg) no-repeat center center;
    height: 287px;
    background-size: cover
}

.institutions_container .home_section_title:after {
    content: '';
    width: 13%;
    height: 5px;
    background: #63b5e6;
    display: block;
    margin: 10px auto
}

.institutions_container h4 {
    font-size: 24px;
    margin: 17px 0 35px;
    font-weight: 400
}

.institutions_container a {
    background: rgba(139, 210, 244, 0.83);
    text-decoration: none;
    font-size: 24px;
    color: #222;
    padding: 5px 60px 5px 30px;
    position: relative;
    transition: all .2s ease
}

.institutions_container a:after {
    content: '';
    background: url(../images/double_arrow.png) no-repeat;
    width: 22px;
    height: 20px;
    display: inline-block;
    position: absolute;
    right: 25px;
    top: 3px;
    bottom: 0;
    margin: auto;
    transition: all .2s ease;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.institutions_container a:hover:after {
    right: 15px
}

.footer_top {
    background: #004b96
}

.footer_top .container,
.footer_bottom .container {
    max-width: 100%;
    margin: auto;
    padding: 40px 100px
}

.site_map {
    display: flex;
    flex-flow: row;
    flex-wrap: wrap
}

.site_map>div {
    flex-basis: 20%;
    margin-bottom: 15px;
	padding: 0 16px
}

.site_map h4 {
    color: #fff;
    font-size: 20px
}

.site_map ul {
    list-style: none
}

.site_map ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 16px
}

.site_map ul li {
    margin: 10px 0
}

.newsletter_social_container {
    display: flex;
    justify-content: space-between;
    align-items: flex-end
}

.footer_newsletter h5 {
    font-weight: 400;
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px
}

.footer_newsletter h5 img {
    display: inline-block;
    vertical-align: -9px;
    margin-right: 10px
}

.footer_newsletter {
    flex: 0 0 50%
}

.footer_app {
    flex: 0 0 35%;
    text-align: left;
    display: flex;
    padding: 5px 15px;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.60);
    align-items: center;
    justify-content: space-around
}

.footer_app p {
    font-size: 14px;
    color: #fff;
    margin-right: 25px;
    font-weight: 700
}

.btn_store {
    width: 128px;
    display: inline-flex
}

.btn_store img {
    width: 100%
}

.newsletter_formgroup {
    position: relative
}

.newsletter_formgroup input[type="text"] {
    background: none;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.60);
    height: 46px;
    width: 100%;
    border: none;
    font-family: "TheSansArab-Light";
    color: #fff;
    font-size: 16px;
    padding-left: 20px;
}

.newsletter_formgroup input[type="submit"] {
    position: absolute;
    right: 1px;
    top: 1px;
    background: #fff;
    padding: 0 30px;
    height: 44px !important;
    border: none;
    font-family: "TheSansArab-Light";
    font-size: 18px;
    cursor: pointer;
    transition: all .2s ease;
    color: #222;
}

.newsletter_formgroup input[type="submit"]:hover {
    background: #222;
    color: #fff
}

.newsletter_formgroup input[type="text"]::placeholder {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.70);
    text-indent: 0
}

.d-flex {
    display: flex
}

.footer_bottom {
      background: #004b96
}

.footer_bottom ul {
    list-style: none;
}

.footer_bottom ul li {
    display: inline-block;
}

.footer_bottom .container.d-flex {
    justify-content: space-between
}

.footer_bottom ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 17px;
    transition: all .2s ease
}

.footer_bottom ul li a:hover {
    color: #8bd3f5
}

.footer_bottom div p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    margin-bottom: 10px
}

.footer_bottom ul li a:after {
     content: ' ';
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px
}

.footer_bottom ul li:last-child a:after {
    display: none
}

.footer_social {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 270px
}

.footer_social a {
    padding: 0 10px
}

.footer_social a svg {
    fill: #fff;
    transition: all .2s ease
}

.footer_social a:hover svg {
    fill: #8bd3f5
}

.btn_store img {
    transition: all .3s linear
}

.btn_store:hover img {
    transition: all .3s linear;
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.slicknav_btn,
.slicknav_nav .slicknav_item {
    cursor: pointer
}

.slicknav_menu,
.slicknav_menu * {
    box-sizing: border-box
}

.slicknav_btn {
    position: relative;
    display: block;
    vertical-align: middle;
    float: right;
    padding: .738em .625em;
    line-height: 1.125em;
    clear: both
}

.slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar {
    margin-top: .25em
}

.slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: right;
    color: #fff;
    font-weight: 400;
    text-shadow: none
}

.slicknav_menu .slicknav_icon {
    float: right;
    width: 1.125em;
    height: .875em;
    margin: .188em 0 0 .438em
}

.slicknav_menu .slicknav_icon:before {
    background: 0 0;
    width: 1.125em;
    height: .875em;
    display: block;
    content: "";
    position: absolute
}

.slicknav_menu .slicknav_no-text {
    margin: 0
}

.slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.325em;
    height: .125em;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .25)
}

.slicknav_menu:after,
.slicknav_menu:before {
    content: " ";
    display: table
}

.slicknav_menu:after {
    clear: both
}

.slicknav_nav li,
.slicknav_nav ul {
    display: block
}

.slicknav_nav .slicknav_arrow {
    font-size: .8em;
    margin: 0 0 0 .4em
}

.slicknav_nav .slicknav_item a {
    display: inline
}

.slicknav_nav .slicknav_row,
.slicknav_nav a {
    display: block
}

.slicknav_nav .slicknav_parent-link a {
    display: inline
}

.slicknav_menu {
    zoom: 1;
    font-size: 16px;
    padding: 0
}

.slicknav_nav,
.slicknav_nav ul {
    list-style: none;
    overflow: hidden;
    padding: 0
}

.slicknav_menu .slicknav_icon-bar {
    background-color: #fff
}

.slicknav_btn {
    margin: 0;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0;
    background-color: #004b96;
    font-weight: 400;
    width: 100%
}

.slicknav_nav {
    clear: both;
    color: #fff;
    margin: 0;
    font-size: .875em;
    background: #004b96
}

.slicknav_nav ul {
    margin: 0 0 0 20px
}

.slicknav_nav .slicknav_row,
.slicknav_nav a {
    padding: 5px 10px;
    margin: 2px 5px
}

.slicknav_nav .slicknav_row:hover {
    outline: none;
    background: rgba(163, 208, 239, 0.9);
    color: #636363;
    border: none;
    border-radius: 0;
    box-shadow: none
}

.slicknav_nav a {
    text-decoration: none;
    color: #fff
}

.slicknav_nav a:hover {
    border-radius: 0;
    background: rgba(163, 208, 239, 0.9);
    color: #636363
}

.slicknav_nav .slicknav_txtnode {
    margin-right: 15px
}

.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
    padding: 0;
    margin: 0
}

.slicknav_brand {
    float: right;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    padding: 7px 12px;
    height: 44px
}

.header nav ul li ul {
    position: absolute;
    left: 0;
    top: 36px;
    z-index: 3;
    max-height: 0;
    overflow: hidden;
    -webkit-transform: perspective(400) rotate3d(1, 0, 0, -90deg);
    -webkit-transform-origin: 50% 0;
    -webkit-transition: 350ms;
    -moz-transition: 350ms;
    -o-transition: 350ms;
    transition: 350ms;
    display: block;
    background: #fff;
    width: 300px;
    padding: 10px 0
}

.header nav ul>li:hover ul {
    max-height: 1000px;
    -webkit-transform: perspective(400) rotate3d(0, 0, 0, 0)
}

.header nav ul li ul li a {
    padding: 15px;
    display: block;
    transition: all .2s ease;
    font-size: 15px;
}

.header nav ul li ul li a:hover {
    background: #e0eef8
}

.hero_slider_container .slick-slide img {
    width: 100%
}

.slicknav_menu {
    display: none
}

.hero_slider_container .slick-slide .hero_content img {
    width: auto;
    border: none;
}

.header nav ul li a {
    overflow: hidden
}

.header nav ul li a:after {
    content: '';
    width: 100%;
    height: 5px;
    display: block;
    background: #77d5c5;
    position: absolute;
    left: 0;
    bottom: -5px;
    transition: all .2s ease;
    visibility: hidden
}

.header nav ul li a:hover:after {
    bottom: 0;
    visibility: visible
}

.header nav ul li ul li a:after {
    display: none
}

.hvr-sweep-to-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.hvr-sweep-to-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2098D1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-sweep-to-left:hover,
.hvr-sweep-to-left:focus,
.hvr-sweep-to-left:active {
    color: #fff
}

.hvr-sweep-to-left:hover:before,
.hvr-sweep-to-left:focus:before,
.hvr-sweep-to-left:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.site_map ul li a {
    position: relative
}

.site_map ul li a:after {
    content: '';
    width: 0;
    height: 2px;
    display: block;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .2s ease
}

.site_map ul li a:hover:after {
    width: 100%
}

.footer_social a:hover:after {
    transform: rotate(45deg)
}

.footer_social a:after {
    transition: all .2s ease
}

.search_box {
    background: -moz-linear-gradient(top, rgba(34, 34, 34, 1) 0%, rgba(34, 34, 34, 1) 29%, rgba(34, 34, 34, 0.88) 67%, rgba(34, 34, 34, 0.76) 81%, rgba(34, 34, 34, 0) 100%);
    background: -webkit-linear-gradient(top, rgba(34, 34, 34, 1) 0%, rgba(34, 34, 34, 1) 29%, rgba(34, 34, 34, 0.88) 67%, rgba(34, 34, 34, 0.76) 81%, rgba(34, 34, 34, 0) 100%);
    background: linear-gradient(to bottom, rgba(34, 34, 34, 1) 0%, rgba(34, 34, 34, 1) 29%, rgba(34, 34, 34, 0.88) 67%, rgba(34, 34, 34, 0.76) 81%, rgba(34, 34, 34, 0) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#222', endColorstr='#00222222', GradientType=0);
    position: absolute;
    width: 100%;
    height: 270px;
    top: 0;
    z-index: 100;
    transition: all .2s ease;
    transform: translate(0, -380px)
}

.close {
    background: #222;
    color: #fff;
    font-size: 25px;
    width: 40px;
    height: 40px;
    text-decoration: none;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    border: 2px solid #444;
    display: block;
    cursor: pointer;
    position: absolute;
    top: 20px;
    right: 20px
}

.close:before,
.close:after {
    content: '';
    width: 2px;
    height: 15px;
    background: #fff;
    position: absolute;
    top: 10px
}

.close:before {
    transform: rotate(-45deg)
}

.close:after {
    transform: rotate(45deg)
}

.search_box input[type="text"] {
    border: none;
    border-bottom: 2px solid #777;
    background: transparent;
    font-size: 25px;
    color: #e4e4e4;
    outline: none;
    color: #333;
    display: block;
    transition: all .3s ease;
    text-indent: 0;
    height: 46px;
    font-family: "TheSansArab-Light";
    flex: 0 0 85%
}

.search_box input[type="button"] {
    border: none;
    flex: 0 0 10%;
    background: none;
    color: #fff;
    border: 3px solid rgba(255, 255, 255, 0.49);
    margin-left: 3%;
    font-family: "TheSansArab-Light";
    font-size: 16px;
    cursor: pointer;
    transition: all .2s ease;
    min-width: auto
}

.search_box input[type="button"]:hover {
    border: 2px solid #fff;
    background: rgba(255, 255, 255, 0.14)
}

.search_box input::-webkit-input-placeholder {
    color: #939393;
    transition: all .3s ease
}

.search_box input:-moz-placeholder {
    color: #939393;
    transition: all .3s ease
}

.search_box input::-moz-placeholder {
    color: #939393;
    transition: all .3s ease
}

.search_box input:-ms-input-placeholder {
    color: #939393;
    transition: all .3s ease
}

.search_box input:focus {
    border-bottom: 2px solid #ccc;
    color: #ccc
}

.search_box input:focus::-webkit-input-placeholder {
    color: #ccc
}

.search_box input:focus:-moz-placeholder {
    color: #ccc
}

.search_box input:focus::-moz-placeholder {
    color: #ccc
}

.search_box input:focus:-ms-input-placeholder {
    color: #ccc
}

.search_field {
    max-width: 690px;
    margin: 50px auto 0;
    position: relative;
    display: flex;
    flex-wrap: wrap
}

.search_field span {
    color: #eee;
    font-size: 30px;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all .5s ease-in-out
}

.fixed-header {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.35)
}

.header nav ul li:first-child a span {
    display: none
}

.togglebox {
    transform: translate(0, 0)
}

a {
    text-decoration: none
}

.d_flex {
    display: flex
}

.justify-content-center {
    justify-content: center
}

.m_b_50 {
    margin-bottom: 50px
}

.btn_download {
    width: 165px;
    height: 45px;
    color: #fff;
    background: #63b5e6;
    text-align: center;
    line-height: 45px;
    font-size: 15px;
    transition: all .2s ease
}

.btn_download span {
    margin-right: 15px
}

.btn_download .icon-download3 {
    font-size: 20px
}

.btn_download:hover {
    background: #004b96
}

@font-face {
    font-family: 'icomoon';
    src: url(fonts/icomoon.eot?4jv74z);
    src: url(fonts/icomoon.eot?4jv74z#iefix) format("embedded-opentype"), url(fonts/icomoon.ttf?4jv74z) format("truetype"), url(fonts/icomoon.woff?4jv74z) format("woff"), url(fonts/icomoon.svg?4jv74z#icomoon) format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: block
}

[class^="icon-"],
[class*=" icon-"] {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-backward:before {
    content: "\e901"
}

.icon-left-arrow:before {
    content: "\e900"
}

.icon-search:before {
    content: "\e986"
}

.icon-download3:before {
    content: "\e9c7"
}

.icon-sphere:before {
    content: "\e9c9"
}

.icon-file-pdf:before {
    content: "\eadf"
}

.icon-file-excel:before {
    content: "\eae2"
}

.header_inner.fixed-header {
    position: relative
}

.breadcrumb {
    width: 100%;
    height: 94px;
    background: url(../images/bg_breadcrumb.png);
    padding: 0 30px;
    line-height: 90px
}

.breadcrumb ul {
    padding: 0;
    margin: 0
}

.breadcrumb ul li {
    list-style-type: none;
    display: inline-block;
    position: relative;
    padding: 0 15px;
    transition: all .2s ease
}

.breadcrumb ul li:after {
    content: url(../images/arrow_left.svg);
    fill: red;
    position: absolute;
    right: -10px;
    top: 7px
}

.breadcrumb ul li:last-of-type:after {
    content: ''
}

.breadcrumb ul li a {
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    transition: all .2s ease
}

.breadcrumb ul li a:hover {
    color: #77d5c5
}

.banner_header {
    background: url(../images/banner_regulations.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
    min-height: 250px
}

.banner_header:after {
    content: '';
    background-color: rgba(000, 000, 000, 0.70);
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0
}

.content_banner {
    text-align: center;
    position: relative;
    z-index: 1;
    margin-bottom: 50px
}

.content_banner h1.heading_inner {
    font-size: 40px;
    color: #fff;
    margin-bottom: 20px
}

h1.heading_inner {
    font-size: 30px;
    color: #1f2e36;
    text-align: center;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 40px
}

h1.heading_inner:after {
    content: '';
    width: 154px;
    height: 5px;
    background: #77d5c5;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0
}

.content_banner p {
    font-size: 20px;
    color: #fff;
    padding: 0 15px
}

.container_inner {
    display: flex;
    padding-top: 0;
    padding-bottom: 0
}

.wrapper_inner {
    background: rgba(224, 238, 248, 0.50)
}

.wrapper_inner .sidebar {
    width: 350px;
    padding: 50px 0;
    background: #fff
}

.wrapper_inner .content_inner {
    padding: 40px 30px;
    width: 100%;
    height: fit-content
}

.sidebar .widget {
    padding: 0 15px;
    margin-bottom: 40px
}

.sidebar .widget h4 {
    font-size: 20px;
    color: #a8abad;
    margin-bottom: 15px
}

.sidebar .widget ul {
    padding: 0;
    margin: 0
}

.sidebar .widget ul li {
    display: block;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 20px
}

.sidebar .widget ul li:after {
    content: '';
    width: 102%;
    height: 1px;
    background-color: #e6eff4;
    position: absolute;
    left: 10px;
    bottom: 0
}

.sidebar .widget ul li a {
    color: #1f2e36;
    text-decoration: none;
    font-size: 18px !important;
    padding-left: 30px !important;
    display: block !important
}

.sidebar .widget ul li a:before {
    content: "\e901";
    font-family: 'icomoon' !important;
    font-size: 20px;
    color: #1f2e36;
    position: absolute;
    top: 4px;
    left: 0;
    transition: all .2s ease;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}

.sidebar .widget ul li a:hover,
.sidebar .widget ul li a:hover:before {
    color: #004b96
}

.search_inner .search_field_inner {
    display: flex;
    justify-content: center;
    max-width: 600px;
    margin: auto;
    padding: 15px 40px;
    background-color: #63b5e6;
    position: relative;
    top: -70px
}

.search_inner .input_search {
    width: 100%;
    padding: 10px 15px;
    font-size: 16px;
    color: #1f2e36;
    font-family: "TheSansArab-Light";
    height: 48px;
    border: 1px solid #c2d4e0
}

.search_inner .btn_search {
    width: 59px;
    height: 48px;
    text-align: center;
    background: #004b96;
    line-height: 48px;
    font-size: 25px;
    color: #fff;
    text-decoration: none;
    transition: all .2s ease
}

.search_inner .btn_search:hover {
    background: #77d5c5
}

.wrapper_reg_details {
    margin-bottom: 60px
}

.wrapper_reg_details h2 {
    text-align: center;
    font-size: 30px;
    color: #1f2e36;
    margin-bottom: 35px
}

reg_details {
    margin-bottom: 30px
}

.reg_details h6 {
    font-size: 24px;
    color: #1f2e36;
    margin-bottom: 15px
}

.reg_details p {
    font-size: 18px;
    color: #1f2e36;
    margin-bottom: 15px;
    text-align: justify;
    line-height: 30px
}

.reg_details p:last-of-type {
    margin-bottom: 0
}

.reg_details ul {
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
    padding-left: 30px
}

.reg_details ul li {
    font-size: 18px;
    list-style-type: disc;
    margin-bottom: 15px
}

.container_item_regulations {
    display: grid;
    grid-gap: 35px;
    grid-template-columns: repeat(auto-fill, minmax(255px, 1fr))
}

.related_regulation.container_item_regulations {
    grid-template-columns: repeat(auto-fit, minmax(265px, 1fr))
}

.item_regulation {
    padding: 115px 15px 35px;
    background-color: #63b5e6;
    position: relative;
    transition: all .2s ease
}

.item_regulation:before {
    content: url(../images/icon_regulations.png);
    position: absolute;
    top: 25px;
    left: 25px
}

.item_regulation p {
    text-align: center;
    color: #fff;
    font-size: 20px;
    margin-bottom: 35px;
    display: block;
    line-height: 25px;
    min-height: 125px;
    overflow: hidden
}

.item_regulation a {
    float: right;
    padding: 10px;
    background: #fff;
    transition: all .3s ease;
    position: relative;
    margin-left: 5px;
}

.item_regulation a .icon-download3 {
    color: #004b96;
    font-size: 27px
}

.item_regulation i.fa.fa-bars {
    color: #004b96;
    font-size: 29px;
}

.item_regulation a span {
    color: #1f2e36;
    font-size: 15px;
    margin-right: 20px;
    vertical-align: top;
    opacity: 0;
    transition: all .3s ease;
    position: absolute;
    top: 5px;
    right: -5px
}

.item_regulation:hover a span {
    display: inline-block;
    opacity: 1;
    transition: all .3s ease;
    display: inline-block;
    position: relative;
    right: 0;
    width: 75px
}

.item_regulation:hover {
    background: #004b96
}

.item_regulation:after {
    content: '';
    width: 100%;
    height: 8px;
    background-color: #63b5e6;
    bottom: 2px;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute
}

.info_regulation p {
    font-size: 20px;
    color: #1f2e36;
    text-align: center
}

.contact_info .container {
    padding: 60px 0
}

.info_rules {
    margin-bottom: 85px
}

.info_rules p {
    font-size: 19px;
    color: #1f2e36;
    margin-bottom: 20px;
    text-align: justify
}

.container_item_rules {
    display: grid;
    grid-gap: 35px;
    grid-template-columns: repeat(auto-fit, minmax(267px, 1fr))
}

.container_item_rules .item_rules {
    padding: 15px 35px;
    background: #e0eef8;
    border-bottom: 8px solid #63b5e6;
    transition: all .3s ease;
    margin-bottom: 35px
}

.container_item_rules .item_rules .date {
    padding: 12px 29px;
    background: #004b96;
    border: 3px solid #fff;
    text-align: center;
    font-size: 18px;
    color: #fff;
    position: relative;
    width: 173px;
    margin: -47px auto 0
}

.date.collapse-close,
.date.collapse-open {
    cursor: pointer;
}

.date.collapse-close:after {
    content: "+";
    position: absolute;
    right: 15px;
    top: 8px;
    color: #fff;
}

.date.collapse-open:after {
    content: "-";
    position: absolute;
    right: 15px;
    top: 8px;
    color: #fff;
}

h3.collapse-close,
h3.collapse-open {
    position: relative;
    cursor: pointer;
}

h3.collapse-close:after {
    content: "+";
    position: absolute;
    right: 15px;
    top: 0;
}

h3.collapse-open:after {
    content: "-";
    position: absolute;
    right: 15px;
    top: 0;
}

.item_rules p {
    font-size: 15px;
    color: #222;
    height: 100px;
    overflow: hidden;
    margin-bottom: 20px;
    transition: all .3s ease;
    line-height: 21px;
    padding-top: 10px;
}

.item_rules a {
    float: right;
    padding: 5px;
    background: #fff;
    transition: all .3s ease;
    position: relative
}

.item_rules a .icon-download3 {
    color: #004b96;
    font-size: 25px;
    vertical-align: top;
    transition: all .3s ease
}

.container_item_rules .item_rules:hover {
    background: #004b96
}

.container_item_rules .item_rules:hover p {
    color: #fff
}

.container_tabs .tabs {
    border: none;
    margin-top: 0;
    margin-bottom: 40px
}

.container_tabs .tabs li {
    background: transparent;
    border: 1px solid #bbc6cf
}

.container_tabs .tabs li.active,
.container_tabs .tabs li:hover {
    background: #63b5e6;
    border: 1px solid #63b5e6;
    position: relative;
    color: #fff
}

.container_tabs .tabs li.active:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 7px 0;
    border-color: #56b2e4 transparent transparent;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto
}

.container_tabs .tabs li:before {
    background: none;
    width: 0;
    height: 0;
    border: none
}

.container_tabs .tab-content {
    padding: 0
}

.row_authorised {
    background: #fff;
    padding: 15px 35px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    align-items: center
}

.row_authorised .company_name h5 {
    color: #1f2e36;
    font-size: 20px;
	margin-bottom:10px;
}

.row_authorised .category {
    display: flex
}

.category_item {
    border: 2px solid;
    text-align: center;
    min-width: 30px;
    height: 29px;
    line-height: 26px;
    margin-left: 10px;
    font-size: 10px;
    font-family: arial;
    text-transform: capitalize;
    padding: 0 4px;
    border-radius: 3px;
    margin-right: 10px;
}

.category_item.blue {
    color: #1374b0;
    border-color: #1374b0
}

.category_item.green {
    color: #76998c;
    border-color: #76998c
}

.category_item.purple {
    color: #7a5f97;
    border-color: #7a5f97
}

.category_item.light_blue {
    color: #5e779b;
    border-color: #5e779b
}

.row_authorised .company_link a {
    background: #eff6fb;
    width: 45px;
    height: 45px;
    display: inline-block;
    text-align: center;
    line-height: 45px;
    margin-right: 15px;
    color: #004b96;
    font-size: 28px;
    transition: all .3s ease
}

.row_authorised .company_link a:hover {
    background: #63b5e6;
    color: #fff
}

.row_authorised .company_link a:last-of-type {
    margin-right: 0
}

.row_authorised .company_link a.email {
    font-size: 33px
}

.btn_group {
    display: flex;
    justify-content: flex-end
}

.btn_group a {
    height: 48px;
    border: 1px solid #23bcbc;
    color: #1f2e36;
    font-size: 16px;
    text-align: center;
    line-height: 37px;
    margin-left: 15px;
    position: relative;
    padding: 0 45px;
    transition: all .3s ease
}

.btn_group a span {
    display: inline-block;
    display: inline-block;
    margin-left: 16px;
    font-family: arial;
    font-weight: 700;
    vertical-align: middle
}

.btn_excel:after {
    content: '\eae2';
    position: absolute;
    top: 3px;
    right: 10px;
    font-family: 'icomoon' !important;
    font-size: 25px
}

.btn_pdf:after {
    content: '\eadf';
    position: absolute;
    top: 3px;
    right: 10px;
    font-family: 'icomoon' !important;
    font-size: 25px
}

.btn_group a:hover {
    background: #63b5e6;
    color: #fff
}

.widget_filtration {
    padding: 0 15px;
    margin-bottom: 40px
}

.widget_filtration h4 {
    font-size: 16px;
    color: #126ea7;
    margin-bottom: 15px
}

.widget_filtration ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.widget_filtration ul li {
    display: flex;
    margin-bottom: 15px;
    position: relative;
    padding-bottom: 15px;
    align-items: center;
}

.widget_filtration ul li:after {
    content: '';
    width: 102%;
    height: 1px;
    background-color: #e6eff4;
    position: absolute;
    left: 0;
    bottom: 0
}

.widget_filtration ul li .category_item {
    height: 24px;
    line-height: 23px;
    font-size: 12px;
}

.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer;
}

.checkbox input {
    opacity: 0;
    position: absolute;
    z-index: 1;
    cursor: pointer;
    margin-right: -19px;
    width: 20px;
    height: 20px;
    margin-top: 4px
}

.checkbox label {
    min-height: 20px;
    padding-left: 10px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}

.checkbox label::before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    right: 0;
    top: 2px;
    margin-left: -20px;
    border: 1px solid #94a9b8;
    border-radius: 3px;
    background-color: #fff
}

.checkbox label::after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 10px;
    height: 10px;
    left: 17px;
    top: 5px;
    margin-right: -20px;
    border-radius: 8px
}

.checkbox input:checked+label::after {
    background-color: #1374b0
}

.clear_filters {
    display: flex;
    justify-content: center
}

.clear_filters .btn_clear {
    border: 1px solid #63b5e6;
    text-decoration: none;
    font-size: 15px;
    color: #1f2e36;
    padding: 5px 30px;
    position: relative;
    transition: all .2s ease;
    line-height: 30px;
    font-weight: 700
}

.clear_filters .btn_clear:hover {
    background: #63b5e6;
    color: #fff
}

.ip_title {
    font-family: "TheSansArab-Light";
    font-size: 25px;
    color: #0f6aac;
    padding-bottom: 15px;
}

.general_contents span,
.general_contents,
.general_contents p {
    font-family: "TheSansArab-Bold" !important
}

.ms-core-listMenu-verticalBox>.ms-core-listMenu-root>li>.ms-core-listMenu-item,
.ms-core-listMenu-verticalBox>.ms-core-listMenu-root>li>.ms-core-listMenuEdit,
.ms-core-listMenu-heading,
.ms-tv-header {
    font-family: "TheSansArab-Bold" !important;
    color: #1f2e36
}

.ms-webpart-titleText {
    font-family: "TheSansArab-Light" !important;
    font-size: 22px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.wrapper_inner .content_inner {
    color: #1f2e36
}

.atitle {
    color: #1f2e36;
    font-family: "TheSansArab-Light";
    font-size: 17px;
}

.square_btn.small_btn:link,
.square_btn.small_btn:visited,
.square_btn.small_btn {
    height: 35px !important;
}

.square_btn span {
    font-family: "TheSansArab-Light" !important;
    white-space: nowrap;
}

.square_btn:link,
.square_btn:visited {
    background: #63b5e6;
    width: auto !important;
}

.k-panelbar .k-content,
.k-panelbar .k-panel {
    font-size: 16px
}

.k-panelbar>.k-item>.k-link,
.k-panelbar>.k-item>.k-link {
    font-size: 18px;
    line-height: 34px !important
}

ul.faqlistview li.faqcontainer span.k-link {
    line-height: normal !important;
    color: #0072c6 !important;
}

span.faqsearchbutton {
    background: #63b5e6 !important
}

.p_tab li a:link,
.p_tab li a:visited {
    font-family: "TheSansArab-Light"
}

h1,
h2,
h3,
h4,
h5,
h6,
.ms-h1,
.ms-h2,
.ms-h3,
.ms-h4,
.ms-h5,
.ms-h6 {
    font-weight: 700
}

.PagerContainerTable {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.PagerContainerTable td {
    max-width: 50px;
}

.PagerOtherPageCells {
    padding: 0;
    border: 1px solid #63b5e6
}

.PagerOtherPageCells a:link,
.PagerOtherPageCells a:visited {
    text-decoration: none !important;
    color: #404040;
    background: none;
    border: 1px solid #f1f1f1
}

.PagerCurrentPageCell {
    padding: 0;
    background-color: #63b5e6;
    color: #fff;
    border: 2px solid #63b5e6;
}

.PagerHyperlinkStyle {
    width: 100%;
    display: block;
    height: 100%;
    padding: 6px 8px;
}

.ms-rtestate-field p,
p.ms-rteElement-P,
.general_contents ul {
    line-height: normal
}

div.general_contents span,
div.general_contents,
div.general_contents p {
    font-size: 16px !important
}

.content_inner ul,
.content_inner ol {
    -webkit-padding-start: 40px;
}

.captcha {
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
}

.formControl table td input[type="checkbox"] {
    margin-right: 5px
}

ul.list_links {
    -webkit-padding-start: 10px;
    text-decoration: none !important;
}

ul.list_links li a:link,
ul.list_links li a:visited {
    text-decoration: none !important;
    background: #fff;
    padding: 8px 10px;
    font-size: 14px;
    transition: all 0.2s ease;
}

ul.list_links li a:before {
    content: '';
    width: 5px;
    height: 8px;
    display: inline-block;
    background: url(/Portal/images/bullet_01.png) no-repeat;
    vertical-align: middle;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
    margin-right: 10px;
}

ul.list_links li span,
ul.list_links li font {
    text-decoration: none !important
}

ul.list_links li {
    border: none;
    background: none;
    padding: 0;
    margin: 6px 0;
}

ul.list_links li a:hover {
    background: #8bd2f4 url(/Portal/images/bullet_01.png?v=1) no-repeat 99% center;
    color: #fff
}

/* .anno_arch_col .anno_arch:link, .anno_arch_col .anno_arch:visited{float:none;width:auto;height: auto;} */
.anno_arch_col .anno_arch:link,
.anno_arch_col .anno_arch:visited {
    width: 31.333%;
    border: none;
    background: #fff;
    margin: 1%;
    transition: all 0.2s ease
}

.anno_arch_col .anno_arch:hover {
    background: #63b5e6
}

.anno_arch_col .anno_arch:hover * {
    color: #fff
}

/* .anno_arch_col .adetails{height:auto} */
.anno_arch_col .anno_arch::after {
    display: none
}

.anno_arch_col {
    margin: 0 -1%
}

.anno_arch_col .atitle {
    height: 47px
}

.anno_arch_col .adetails {
    height: 90px;
}

footer .captcha {
    height: 46px !important;
    padding: 0 10px !important;
    width: 150px !important;
}

.PagerContainerTable td {
    max-width: none
}

.PagerContainerTable td.PagerInfoCell {
    padding: 5px
}

.classification li li span {
    margin-left: 7px
}

.srch_con:after {
    content: '';
    clear: both;
    display: block;
}

.classification>li:nth-child(2) li {
    height: auto
}

.f_ul li {
    width: 40.5%
}

.f_ul li:nth-child(3),
.f_ul li:nth-child(4) {
    width: 24% !important
}

.general_contents table th {
    vertical-align: middle !important;
    background: #004b96;
    padding: 10px 20px !important;
    text-align: left !important;
}

.general_contents table {
    background: none;
    border-collapse: collapse;
    margin-top: 20px
}

.general_contents table td {
    padding: 15px 20px !important;
}

.general_contents table ul {
    -webkit-padding-start: 20px
}

.container_inner {
    max-width: 1300px;
    width: 94%;
	flex-wrap: wrap;
}

.general_contents table td a {
    color: #63b5e6;
    position: relative;
    margin-bottom: 5px;
    display: inline-block
}

.general_contents table td a strong:after,
.general_contents table td strong a:after {
    content: '';
    background: #ccc;
    height: 2px;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0
}

.general_contents table td a strong font {
    color: #63b5e6
}

.formLabel>span {
    font-size: 15px
}

.square_btn span {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    transform: none;
    font-size: 14px;
    width: auto;
    max-height: none;
    overflow: visible;
    display: block;
}

.square_btn {
    width: auto !important;
    padding: 10px 20px;
    height: auto !important
}

.ms-rteTable-0>tbody>tr>th span,
table>tbody>tr>th strong {
    color: #fff !important
}

.formControl.captcha .btn_captcha {
    flex: 0 0 22%
}

.formControl.captcha .btn_captcha input {
    margin-top: 0
}

.formControl.captcha img.captcha {
    height: 50px !important;
    margin-right: 10px;
}

.formControl.captcha .captcha-container {
    align-items: center;
}

/*.ip_title{display:none}*/
.general_contents a:link,
.general_contents a:visited {
    color: #0072c6
}

.faqsearchcontainer {
    background: #fff !important
}

li.faqcontainer {
    background: none !important;
}

ul.k-panelbar div.k-content,
div.faqsocial {
    background: none !important;
}

.k-rtl .k-panelbar>.k-item {
    padding: 5px 20px !important
}

.classification>li:nth-child(3) {
    width: 20%
}

.classification>li:nth-child(2) {
    width: 70%
}

.classification>li:nth-child(3) .square_btn {
    padding: 10px 20px !important
}

.sub_title {
    font-family: "TheSansArab-Light";
    margin-bottom: 15px;
    font-size: 19px
}

.general_contents p .ms-rtePosition-1 {
    margin: 10px 15px 10px 0 !important;
    width: 100% !important;
    max-width: 200px
}

.subsite_block .title {
    font-family: "TheSansArab-Light";
    font-size: 30px;
    line-height: normal;
    padding: 0;
    color: #0072c6 !important;
}

.investment .title,
.titleonly .title a:link,
.titleonly .title a:visited {
    font-family: "TheSansArab-Light";
    font-size: 30px;
    color: #0072c6 !important
}

.apu .title {
    font-family: "TheSansArab-Light";
    font-size: 30px
}

.investment.parallax .title {
    color: #fff !important
}

.services_block .services_slider a {
    background: #63b5e6;
    border: none
}

.services_block .services_slider a * {
    color: #fff
}

.investment.parallax .title {
    color: #0072c6 !important
}

.contactuswebpartTitle a:link,
.contactuswebpartTitle a:visited {
    font-family: "TheSansArab-Light";
    font-size: 30px
}

.fund_tbl {
    font-size: 16px
}

.fund_tbl th {
    vertical-align: middle !important;
    background: #004b96;
    padding: 10px 20px !important;
    text-align: center !important;
    color: #fff;
    font-size: 16px
}

.fund_tbl th a {
    color: #fff;
}

.fund_tbl {
    background: none;
    border-collapse: collapse;
    margin-top: 20px
}

.fund_tbl td {
    padding: 10px 20px !important;
}

.fund_tbl tr:nth-child(even) {
    background: rgba(255, 255, 255, 0.72)
}

.c_select select {
    padding: 7px;
    height: auto;
    font-family: inherit;
}

.c_srch input {
    padding: 7px;
    height: auto;
    width: 88%;
    margin-right: 2%;
    font-family: inherit;
}

.c_srch span {
    height: 39px;
    width: 10%;
    text-align: center;
    line-height: 29px;
}

.contactUs_form .formControl.captcha .btn_captcha {
    flex: 0 0 46%
}

.contactus_info {
    font-size: 15px;
    padding: 0;
    margin-top: -20px;
}

.newsletter_formgroup .btn_captcha {
    flex: 0 0 35%
}

.newsletter_formgroup input[type="text"]::placeholder {
    font-size: 16px
}

ul.form_tbl {
    -webkit-padding-start: 0
}

.container_item_rules .item_rules.reg_details .date {
    margin: 0
}

.container_item_rules .item_rules.reg_details {
    padding: 0;
    background: none
}

.container_item_rules .item_rules.reg_details .faq_collapse {
    background: #fff;
    padding: 20px
}

.container_item_rules .item_rules.reg_details .faq_collapse h3 {
    font-size: 18px !important;
    color: #222;
    font-family: "TheSansArab-Light" !important;
    background-color: #f3f3f3;
    padding: 0 5px 0 0;
}

.regulation_title:after {
    display: none
}

.regulation_title {
    margin-bottom: 15px !important
}

.container_regulation {
    display: block;
    background: rgba(205, 230, 247, 0.5);
    padding: 15px 25px 15px;
    border-bottom: 7px solid #63b5e6
}

.container_regulation h3 {
    font-size: 23px !important;
    font-family: "TheSansArab-Light" !important;
    margin: 0 !important
}

.container_regulation p {
    font-size: 16px;
    margin-top: 10px
}

.container_regulation a {
    background: rgba(255, 255, 255, 0.4);
    width: 30px;
    display: block;
    height: 30px;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    float: right;
    margin: 0 15px;
}

.container_regulation:after {
    content: '';
    display: block;
    clear: both
}

.related_items {
    padding-top: 35px;
}

.related_items h1 {
    font-size: 21px;
    padding-bottom: 15px;
}

.item_rules.reg_details a {
    float: none;
    background: none;
}

.item_rules.reg_details p {
    /*overflow:visible !important*/
    max-height: none;
    margin-bottom: 10px;
    height: auto;
}

div.ad_details a:link {
    float: none;
    width: auto;
    display: inline-block;
    background: none;
    text-decoration: none !important;
}

div.ad_details a:link span,
div.ad_details a:link font,
div.ad_details a:link span span {
    text-decoration: none !important;
    color: #1374b0 !important
}

.ad_related_items .container_regulation {
    padding: 0;
    margin-bottom: 35px;
}

.ad_related_items .container_regulation>h3 {
    padding: 20px;
    color: #000;
    text-align: center
}

.slicknav_btn {
    float: none;
    height: auto;
    text-align: left;
    border: none;
    background: #404040
}

.slicknav_menutxt,
.slicknav_icon {
    float: none !important;
    display: inline-block !important;
}

.slicknav_icon {
    margin-left: 10px !important
}

.slicknav_btn.slicknav_open {
    background: #404040
}

.slicknav_nav {
    background: #383838;
    top: 100%;
    margin: 0 !important;
    padding: 0 !important;
}

.slicknav_nav>li {
    width: 100%;
    margin: 0;
    padding: 0;
}

.slicknav_nav li>a {
    display: flex !important;
    line-height: normal;
    padding: 10px 20px !important;
    margin: 0 !important;
    color: #fff !important;
}

.slicknav_nav li>a span {
    margin-left: 10px !important;
    margin-top: 4px !important
}

.slicknav_nav li>a a:hover {
    background: none
}

.slicknav_nav li>a:hover {
    background: #0069aa !important;
}

.slicknav_nav li>a:hover span {
    color: #fff !important
}

.slicknav_nav li a:link,
.slicknav_nav li a:visited {
    font-family: "TheSansArab-Light"
}

.breadcrumb {
    height: auto !important;
    line-height: normal !important;
    padding: 30px 30px;
}

.breadcrumb:after {
    content: '';
    clear: both;
    display: block
}

.bc ul.ms-breadcrumb {
    margin-top: 0
}

.lang:link,
.lang:visited {
    color: #fff
}

.header nav {
    margin-bottom: 10px
}

.header nav ul li a:hover:after {
    bottom: -10px
}

.search_field {
    margin: 70px !important
}

.item_research {
    line-height: 1.6;
    position: relative;
    background: #fff;
    padding: 1rem;
    margin-bottom: 20px;
    border-bottom: 5px solid #2a8dd4;
}

.item_research h3 {
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #222
}

.item_research h3+span {
    color: #2a8dd4
}

.item_research img {
    max-width: 20%;
    width: 100%;
    margin-left: 2%;
    max-height: 120px;
}

.item_research ul,
.item_research ol {
    -webkit-padding-start: 2rem
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "TheSansArab-Bold" !important
}

.item_research a {
    position: absolute;
    right: 1rem;
    top: 1rem;
    font-size: 18px;
}

.item_research .item_content {
    display: flex;
    flex-wrap: wrap;
}

.item_research .item_content div {
    flex: 0 0 78%
}

.bc ul li span {
    font-size: 20px;
    color: #fff
}

.category_item {
    min-width: 40px
}

.anno_arch_col .adetails {
    height: 80px
}

.newsletter_container {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.newsletter_container input[type="text"] {
    background: none;
    border: 2px solid #b1b1b1;
    height: 45px;
    width: 100%;
    font-size: 16px;
    text-indent: 10px
}

.newsletter_container .captcha-container img.captcha {
    height: 45px !important;
    margin-left: 10px
}

.newsletter_container .captcha-container {
    padding: 0 !important;
    flex-wrap: wrap
}

.newsletter_container>div {
    flex: 0 0 40%;
    margin-right: 1.5%
}

.newsletter_container .captcha-container .btn_captcha {
    flex: 0 0 70%
}

.newsletter_container input[type="submit"] {
    height: 45px !important;
    padding: 0 30px;
    font-family: "TheSansArab-Light";
    font-size: 16px;
    background: #63b5e6;
}

.newsletter_container_title {
    font-size: 20px;
    margin-bottom: 10px;
    color: #333
}

.slicknav_nav {
    max-height: none
}

.row_authorised .category {
    flex-wrap: wrap;
    justify-content: center;
}

.row_authorised .category_item {
    margin: 5px
}

.collaps_container .fund_tbl {
    /*max-width:95%;*/
    margin: 1rem auto
}

.header nav {
    float: left;
    margin: 30px 0 10px 10px;
}

.header nav ul li {
    margin: 0 1rem
}

.square_btn:link,
.square_btn:visited {
    padding: 10px 20px !important
}

.investment .des,
.subsite_block .des {
    font-size: 1rem;
    line-height: normal
}

.subsite_block .rsb2,
.subsite_block .rsb1 {
    width: 45%;
    height: auto;
    object-fit: cover;
}

.investment>div {
    max-width: none;
    padding: 30px;
}

.subsite_block>div,
.contactus_cont {
    max-width: none;
    padding: 30px 0;
}

.titleonly>div {
    max-width: none;
    padding: 50px 0
}

/*.container_item_regulations, .container_item_rules{display:flex;grid-gap: unset;grid-template-columns: none;flex-wrap:wrap; justify-content:center}
.item_regulation, .item_rules{flex:0 0 23%; max-width:23%; margin-bottom:2%}*/
.item_rules {
    margin: 1rem 5px 3.5rem !important
}

.item_rules.reg_details {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0rem 0 1.7rem !important
}

.container_item_rules .item_rules .date {
    border: 3px solid #eff6fb
}

.header nav ul li ul {
    padding: 0
}

.lang {
    display: block
}

body {
    overflow-x: visible
}

/*.container_inner{flex-wrap:wrap}*/
.wrapper_inner .sidebar {
    width: auto;
    flex: 0 0 25%
}

.wrapper_inner .content_inner {
    width: auto;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.container_item_rules .item_rules.reg_details .faq_collapse h3 {
    color: #222;
    margin-bottom: 10px !important;
}

.reg_details .faq_answer {
    border-bottom: 1px solid #ddd !important;
    margin-bottom: 20px !important
}

div.reg_details .faq_answer:last-child {
    border-bottom: none !important
}

.anno_arch_col .anno_arch:link,
.anno_arch_col .anno_arch:visited {
    height: auto;
    border-bottom: 6px solid rgba(146, 192, 224, 0.69);
}

.anno_arch_col .adetails {
    line-height: normal;
    font-size: 14px;
    height: 110px;
}

.anno_arch_col .atitle {
    font-size: 18px;
    height: 51px;
    color: #0f6aac
}

.srch_con {
    background: rgba(255, 255, 255, 0.8);
    padding: 15px 15px 10px;
    border-left: 6px solid rgb(146, 192, 224)
}

.srch_con .classification>li:nth-child(2) li:last-child {
    width: 30%
}

.f_ul li input,
.f_ul li select {
    border: 1px solid #a5a5a5;
    height: 32px;
    line-height: 32px
}

.f_ul li span.schr_btn {
    height: 32px;
    line-height: 30px;
    width: 32px;
    text-align: center;
    border: none;
    background: #004b96 ;
}

.f_ul li span.schr_btn img {
    width: 16px;
    height: auto;
    /*display: none*/
	padding:0;
}

.site_map ul li a {
    overflow: hidden;
    display: inline-block
}

.site_map>div {
    margin-bottom: 15px;
}

.site_map ul {
    margin-left: -5px;
    margin-top: 15px;
}



.footer_app {
    box-shadow: none;
    padding: 0;
    justify-content: flex-end;
    align-items: center
}

.newsletter_social_container {
    border: 2px dashed rgba(255, 255, 255, 0.34);
    padding: 15px;
    align-items: center;
}

.btn_store img {
    height: 44px;
    width: auto;
    display: block;
}

.footer_app p {
    font-weight: 400
}

.footer_app a {
    width: auto;
    display: block;
    height: 43px;
}

.footer_newsletter h5 {
    margin-bottom: 0;
    font-size: 16px
}

.footer_newsletter h5 img {
      height: 24px !important
}

.footer_bottom .container.d-flex>div {
    /* -ms-flex-preferred-size: 0;
     flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;*/
    max-width: 100%;
}

.footer_bottom .container.d-flex>div:last-child {
    text-align: center;
	Display: block;
	margin-right: 15px;

}

.footer_bottom ul li a {
    font-size: 14px;
}

.footer_bottom div p {
    font-size: 15px;
    color: #ccc;
    order: 2;
	padding-top: 20px;
}

.footer_bottom .container.d-flex>div:first-child {
    /* display: flex; */
    flex-direction: column;
    flex-wrap: wrap
}

.footer_bottom ul {
    order: 1
}

.site_map {
    margin-bottom: 15px
}

.footer_top .container,
.footer_bottom .container {
    padding: 40px
}

.site_map h4 {
    font-size: 17px;
}

.ad_related_items .container_regulation h3 {
    text-align: right;
    flex: 0 0 88%;
    max-width: 88%;
    font-size: 17px !important
}

.ad_related_items .container_regulation {
    align-items: center
}

.header nav ul li ul li {
    margin: 0
}

.header nav ul li ul li a {
    font-size: 16px;
    padding: 10px 20px;
}

.top_bar ul li a {
    font-size: 15px;
}

.dfwp-list {
    -webkit-padding-start: 0 !important;
}

/* MOBILE */
@media (max-width:1400px) {
    .hero_content {
        max-width: 1250px;
        background-size: contain;
        height: 540px
    }
}

@media (max-width:1260px) {

    .announcements_container .container,
    .publications_container .container,
    footer .container {
        max-width: 94%
    }

    .publications_slider div h5 {
        width: 69%
    }
}

@media (max-width:1200px) {
    .header nav ul li a {
        font-size: 16px
    }

    .hero_content {
        max-width: 1138px;
        height: 480px
    }

    .hero_content_wrapper h1 {
        font-size: 36px
    }

    .hero_content_wrapper p {
        font-size: 19px
    }

    .hero_content_wrapper a {
        font-size: 20px;
        height: 40px;
        line-height: 33px
    }

    .hero_content_wrapper a span {
        width: 46px;
        height: 46px;
        line-height: 46px;
        top: -5px
    }

    .hero_content_wrapper a span img {
        top: 6px
    }

    .item_regulation,
    .item_rules {
        flex: 0 0 31%;
        max-width: 31%;
    }
}

@media (max-width: 1024px) {
    .header nav ul li a {
        font-size: 14px
    }

    .hero_content {
        max-width: 900px;
        background-size: contain;
        height: 400px
    }

    .hero_content_wrapper h1 {
        font-size: 30px
    }

    .hero_content_wrapper p {
        font-size: 17px
    }

    .hero_content_wrapper a {
        font-size: 17px;
        height: 35px;
        line-height: 27px
    }

    .hero_content_wrapper a span {
        width: 36px;
        height: 36px;
        line-height: 36px;
        top: -3px
    }

    .hero_content_wrapper a span img {
        top: 4px;
        max-width: 25px
    }

    .hero_content_wrapper {
        padding: 40px
    }

	.site_map div {
        flex: 0 0 33.333333%
    }
    .footer_newsletter,
    .footer_app {
        flex: 0 0 100%
    }

    .footer_app {
        margin-top: 15px
    }

    .newsletter_social_container {
        flex-wrap: wrap
    }

    .footer_social {
        align-items: center;
        text-align: center
    }

    footer .container,
    .regulations_container .container,
    .eservices_container .container {
        max-width: 95%
    }

    .item_regulation,
    .item_rules {
        flex: 0 0 48%;
        max-width: 48%;
    }

    .k-edge .k-pager-numbers,
    .k-ff .k-pager-numbers,
    .k-ie11 .k-pager-numbers,
    .k-safari .k-pager-numbers,
    .k-webkit .k-pager-numbers {
        right: 40% !important;
        left: auto !important;
    }
}

@media (max-width:920px) {
    .js #menu {
        display: none
    }

    .js .slicknav_menu {
        display: block
    }

    .logo {
        max-width: 200px;
        position: relative;
        top: 15px;
    }

    .lang,
    .search_icon {
        width: 55px;
        height: 65px;
        line-height: 65px
    }

    .top_bar ul:after {
        height: 65px
    }

    .top_bar ul li a {
        font-size: 14px
    }

    .hero_content {
        max-width: 711px;
        background-size: contain;
        height: 300px
    }

    .hero_content_wrapper h1 {
        font-size: 25px
    }

    .hero_content_wrapper p {
        font-size: 15px;
        margin: 20px 0
    }

    .hero_content_wrapper a {
        font-size: 15px;
        height: 30px;
        line-height: 24px;
    }

    .hero_content_wrapper a span {
        width: 30px;
        height: 30px;
        line-height: 30px;
        top: -3px
    }

    .hero_content_wrapper a span img {
        top: 4px;
        max-width: 20px
    }

    .hero_content_wrapper {
        padding: 25px 40px 40px
    }

    .footer_bottom .d-flex div {
        flex: 0 0 100%;
        text-align: center !important;
        min-width: 100%;
    }

    .footer_bottom .d-flex {
        flex-wrap: wrap
    }

    .footer_bottom ul {
        justify-content: center
    }

    .footer_bottom .d-flex div {
        margin-top: 20px
    }

    .regulation_item span {
        font-size: 18px
    }

    .regulation_item img {
        max-width: 60px
    }

    .regulation_item {
        padding: 15px 15px 15px 70px
    }

    .slicknav_nav li:first-child a span {
        display: block
    }

    .slicknav_nav li:first-child a img {
        display: none
    }

    .site_map ul li {
        margin: 8px 0
    }

    .newsletter_social_container {
        padding-top: 20px
    }

    .header nav {
        display: none
    }

    .wrapper_inner .sidebar {
        width: 100%;
        flex: 0 0 100%;
    }

    .stacktable {
        zoom: 0.7;
    }
}

@media (max-width:768px) {
    .top_bar ul:after {
        display: none
    }

    .home_section_title {
        font-size: 32px
    }

    .view_all {
        font-size: 20px
    }

    .site_map div {
		flex: 0 0 33.33333%;
	}

    .regulation_item a {
        padding: 0 20px;
        font-size: 16px;
        line-height: 4.3
    }

    .regulation_item span {
        max-width: 69%;
        display: inline-block
    }

    .breadcrumb ul li {
        padding: 0 10px
    }

    .breadcrumb ul li a {
        font-size: 16px
    }

    .search_field {
        padding: 70px 50px 0 50px !important;
        max-width: 100%;
        margin: 0 !important;
    }

    .breadcrumb ul li {
        padding: 0 10px
    }

    .breadcrumb ul li a {
        font-size: 16px
    }

    .item_research .item_content div {
        flex: 0 0 100%;
        order: 2
    }

    .item_research img {
        max-width: 100%;
        margin-top: 1rem;
        order: 1;
        margin-bottom: 1rem;
        margin-left: 0;
        max-height: 120px;
    }

    .wrapper_inner .content_inner {
        padding-left: 10px;
        padding-right: 10px;
    }

    .contactus_info {
        margin-top: 10px
    }

    .footer_top .container {
        padding-right: 30px;
        padding-left: 30px
    }

    .site_map ul li a {
        font-size: 13px;
    }

    .anno_arch_col .anno_arch:link,
    .anno_arch_col .anno_arch:visited {
        width: 100%;
        float: none;
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .srch_con .f_ul,
    .srch_con .classification {
        width: 100%;
        float: none
    }

    .f_ul li:nth-child(3),
    .f_ul li:nth-child(4) {
        width: 49% !important
    }

    .faqsearchcontainer,
    .faqlistcontainer {
        float: right;
        width: 100% !important;
        margin-bottom: 10px;
        display: block !important;
    }

    .contactus_info,
    .contactUs_form {
        width: 100%;
    }
}

@media (max-width:650px) {
    .logo {
        max-width: 170px;
        top: 25px
    }

    .lang,
    .search_icon {
        width: 45px;
        height: 55px;
        line-height: 55px
    }

    .top_bar ul:after {
        height: 55px
    }

    .top_bar ul li a {
        font-size: 13px
    }

    .top_bar ul li {
        margin: 17px 0 0
    }

    .hero_content {
        max-width: 548px;
        background-size: contain;
        height: 250px
    }

    /*.hero_content_wrapper{position: absolute;
    width: 100%;
    left: 220px;}*/

    .hero_content_wrapper h1 {
        font-size: 20px
    }

    .hero_content_wrapper p {
        font-size: 14px;
        margin: 10px 0
    }

    .hero_content_wrapper a {
        font-size: 14px;
        height: 30px;
        line-height: 24px;
        padding: 0 25px 0 20px;
        min-width: 125px
    }

    .hero_content_wrapper a span {
        width: 30px;
        height: 30px;
        line-height: 30px;
        top: -3px
    }

    .hero_content_wrapper a span img {
        top: 4px;
        max-width: 20px
    }

    .hero_content_wrapper {
        padding: 25px 40px 40px;
        max-width: 322px;
        margin-right: 0;
        margin-left: 0;
        left: 154px;
        position: relative;
    }

    .hero_slider .slick-dots {
        bottom: 20px
    }

    .search_box input[type="text"] {
        font-size: 20px;
        flex: 0 0 73%
    }

    .search_box input[type="submit"] {
        flex: 0 0 23%
    }

    .container_inner {
        flex-wrap: wrap
    }

    .row_authorised {
        flex-wrap: wrap;
        justify-content: center
    }

    .row_authorised .company_name h5 {
        margin-bottom: 15px
    }

    .regulation_item img {
        display: none
    }

    .regulation_item {
        padding-left: 20px !important
    }

    .regulation_item a:after {
        display: none
    }

    .regulation_item span {
        font-size: 12px !important
    }

    .regulation_item a:before {
        display: none
    }

    .regulation_item a {
        line-height: 3.5;
        font-size: 13px;
    }

    .institutions_container {
        height: auto
    }

    .item_regulation,
    .item_rules {
        flex: 0 0 98%;
        max-width: 98%;
    }

    .header {
        display: flex;
        flex-wrap: wrap;
    }

    .top_bar {
        float: none !important;
        flex: 0 0 100%
    }

    .header>a {
        flex: 0 0 100%;
        display: block;
        padding: 15px 0;
        text-align: center;
    }

    .logo {
        position: relative;
        top: auto !important;
    }

    .top_bar ul {
        flex: 1 0 81%
    }

    .slicknav_menu {
        flex: 0 0 100%
    }

    .hero_content {
        max-width: 480px
    }

    .institutions_container {
        height: auto
    }

    .general_contents {
        overflow-x: auto;
    }
}

@media (max-width:580px) {
    .logo {
        right: 10px
    }

    .regulation_item img {
        max-width: 40px
    }

    .regulation_item span {
        font-size: 16px;
        width: 60%
    }

    .regulation_item {
        padding: 15px 15px 15px 55px
    }

    .search_icon {
        background-size: 40%
    }

    .lang,
    .search_icon {
        width: 35px
    }

    .top_bar ul {
        padding: 0 10px
    }

    .hero_slider .slick-dots li button {
        width: 15px;
        height: 15px
    }

    .hero_slider .slick-dots li:after {
        content: '';
        background: #a7a9ac;
        height: 3px;
        width: 24px;
        display: block;
        position: absolute;
        right: 28px;
        top: 30%;
        margin-top: -1.5px
    }

    .hero_slider .slick-dots li.slick-active button:after {
        width: 12px;
        height: 12px
    }

    .announcement_item div {
        font-size: 18px;
        padding: 60px 30px 30px;
        margin: -31px 55px 0 !important
    }
}

@media (max-width:559px) {
    .announcement_item div {
        margin: -30px auto;
        max-width: 80%
    }

    .announcements_slider .slick-next,
    .publications_slider .slick-next {
        right: 10px
    }

    .announcements_slider .slick-prev,
    .publications_slider .slick-prev {
        left: 10px
    }

    .announcements_container {
        height: auto
    }

    .publications_slider div a {
        margin: 30px 50px
    }

    .top_bar ul li a {
        font-size: 12px
    }

    .logo {
        max-width: 155px;
        top: 20px
    }

    .hero_slider .slick-dots {
        bottom: 0
    }

    .breadcrumb ul li a {
        font-size: 13px;
        white-space: normal;
    }
}

@media (min-width:414px) {
    .announcement_item div {
        max-width: 80%;
        margin: 0 auto
    }

    .slick-prev {
        left: 5px
    }

    .slick-next {
        right: -5px
    }

    .publications_slider div a {
        width: 80%;
        margin: 30px auto
    }
}

.captcha-container {
    display: flex;
    padding: 10px 0;
}

.captcha {
    height: 46px;
    padding: 0 10px;
    width: 150px;
}

.ms-cui-ribbon a img,
.ms-cui-menu a img,
.ms-cui-QAT a img,
.ms-cui-toolbar-toolbar a img {
    max-width: initial
}

.cbq-layout-main:after {
    content: '';
    clear: both;
    display: block
}

.int_title_sub {
    font-family: "TheSansArab-Light"
}

ul.share_expires>li {
    background: #fff;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

ul.share_expires>li>a:nth-child(2) {
    max-width: none !important;
    flex: 0 0 85%;
}

.share_expires a {
    float: none;
    display: inherit;
    height: auto;
}

.share_expires li strong {
    display: inherit;
    float: none
}

.expires {
    float: none;
}

.share_expires a strong {
    color: #1f2e36
}

.wrapper_rules_container {
    margin-top: 50px
}

.item_rules.reg_details:hover {
    background: #e0eef8;
}

.container_item_rules .item_rules h4.date {
    width: 100%;
}

.container_item_rules .item_rules.reg_details:hover p {
    color: #222;
}

.bc ul {
    float: left;
}

.bc ul li {
    display: inline;
}

.bc ul.ms-breadcrumb {
    margin-top: 35px
}

.s4-breadcrumb-arrowcont {
    margin: 11px 10px 0 0
}

.ad_related_items .container_item_rules .item_rules {
    margin: 45px 0 0;
    border-bottom: none;
}

.reg_details .faq_answer {
    border-bottom: 3px dashed;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.reg_details .faq_answer:last-of-type {
    border-bottom: none;
}

.reg_details .faq_answer a {
    display: inline;
}

@supports (-ms-ime-align:auto) {
    .header nav ul li ul {
        padding: 0 !important
    }

    .container_item_regulations,
    .container_item_rules {
        display: flex;
        flex-wrap: wrap;
        grid-gap: none;
        grid-template-columns: none
    }

    .item_regulation,
    .item_rules {
        min-width: 0;
        flex: 0 0 22.333%;
        margin: 15px !important
    }

    .item_regulation:after {
        display: none !important
    }

    .item_rules {
        margin: 30px 15px !important
    }

}

/*stackable table*/
.stacktable {
    width: 100%;
}

.st-head-row {
    padding-top: 1em;
}

.st-head-row.st-head-row-main {
    font-size: 1.5em;
    padding-top: 0;
}

.st-key {
    width: 49%;
    padding-left: 1%;
}

.st-val {
    width: 49%;
    padding-right: 1%;
}



/* RESPONSIVE EXAMPLE */

.stacktable.large-only {
    display: table;
}

.stacktable.small-only {
    display: none;
}

/*@media (max-width: 800px) {
  .stacktable.large-only { display: none; }
  .stacktable.small-only { display: table; }
  .st-head-row p{color:#fff !important}
}*/
.scrollup {
    width: 52px;
    height: 68px;
    position: fixed;
    bottom: 15px;
    right: 15px;
    display: none;
    text-indent: -9999px;
    background: url(/Portal/images/go_top_en.png) no-repeat;
    z-index: 999
}

.scrollup:hover {
    background: url(/Portal/images/go_top_h_en.png) no-repeat
}

@media (max-width: 767px) {
    .subsite_block .rsb1 {
        position: relative;
        width: 100%;
    }

    .subsite_block .rsb2 {
        width: 100%;
        padding: 30px;
    }

    .subsite_block .rsb1 {
        position: relative;
        width: 100%;
    }

    .fund_tbl th {
        font-size: 10px
    }

    .fund .page_collapsible th,
    .fund_tbl td {
        font-size: 14px;
        font-weight: normal !important;
    }
}

@media (max-width: 1090px) {
    .newsletter_container>div {
        flex: 0 0 100%;
        margin-left: 1.5%;
        margin-bottom: 10px;
    }
}

.faqlistpagercontainer {
    position: relative !important;
}

@media (max-width: 480px) {
    body {
        zoom: 0.6;
    }

    .dl a img {
        position: relative;
    }

    .stacktable {
        zoom: 1;
    }

}

.general_contents p span {
    background-color: transparent !important;
}

.slicknav_nav {
    max-height: calc(100vh - 157px);
    overflow-y: auto;
}

.edit_mode .search_box {
    display: none
}

#suiteBarDelta {
    z-index: 999999999;
    position: relative;
}

.edit_mode .content_inner {
    max-width: 75%
}

/*****/
#media_gallery {
    display: flex;
    flex-wrap: wrap;
}

#media_gallery .pagingItem {
    flex: 0 0 50%;
    padding: 10px;
}

#media_gallery .img-container img {
    width: 100%;
    height: 250px;
}

#media_gallery .pagingItem .card-body h3 {
    background-color: #63b5e6;
    transition: all .2s ease;
    display: block;
    padding: 10px 20px;
    color: #fff !important;
    height: 56px;
    overflow: hidden;
    font-size: 15px !important;
}

#media_gallery .pagingItem:hover .card-body h3 {
    background-color: #004b96;
    transition: all .2s ease
}

@media (max-width: 550px) {
    #media_gallery .pagingItem {
        flex: 0 0 100%;
    }
}

.carousel__button {
    background-color: transparent !important;
}

@media print{
    .wrapper_inner .sidebar, .icons_bar, .header, .breadcrumb, .banner_header, footer{display:none !important}
}

@media (min-width: 620px){
.rm{    flex: 0 0 25%;max-width: 280px}
}

@media (max-width:619px){
.rm{flex:0 0 100%}
.announcements_slider .slick-next{width:55px;right: -10px;background-position: center;}
.announcements_slider .slick-prev{width:55px;left: -10px;background-position: center;}
.publications_slider .slick-next{width:55px;right: -10px;background-position: center;}
.publications_slider .slick-prev{width:55px;left: -10px;background-position: center;}
}

.classification #classifications li{float:none;width:auto;flex: 0 0 25%;}
.classification #classifications{display:flex;flex-wrap: wrap;justify-content: flex-start;text-align: left;padding:0 1rem}
.classification>li{float:none}
.classification>li:nth-child(2){width:100%}
.classification{text-align: left;}
.classification>li:nth-child(1){width:auto; padding:1rem 0}
.classification>li:nth-child(3){width:auto; padding-top:1rem}
.classification{margin:0;}
.filter ul>li:first-child>span{background:none}
.services_slider .slick-prev{left: auto; right: 0;}
.edit-mode-panel .general_contents .ms-input select{
	width:500px !important;
}