@font-face {
    font-family: 'UniversNextArabic-Regular';
    font-style: normal;
    font-weight: normal;
    src: local('UniversNextArabic-Regular'), url('../fonts/Arabic-font/UniversNextArabic-Regular.ttf') format('woff');
}

@font-face {
    font-family: 'UniversNextArabic-Light';
    font-style: normal;
    font-weight: normal;
    src: local('UniversNextArabic-Light'), url('../fonts/Arabic-font/UniversNextArabic-Light.ttf') format('woff');
}

@font-face {
    font-family: 'UniversNextArabic-Bold';
    font-style: normal;
    font-weight: normal;
    src: local('UniversNextArabic-Bold'), url('../fonts/Arabic-font/UniversNextArabic-Bold.ttf') format('woff');
}
@font-face {
    font-family: 'KlavikaMedium-TF';
    font-style: normal;
    font-weight: normal;
    src: local('KlavikaMedium-TF'), url('../fonts/klavika-medium-cufonfonts-webfont/KlavikaMedium-TF.woff') format('woff');
}

@font-face {
    font-family: 'KlavikaRegular-TF';
    font-style: normal;
    font-weight: normal;
    src: local('KlavikaRegular-TF'), url('../fonts/klavika-medium-cufonfonts-webfont/KlavikaRegular-TF.woff') format('woff');
}

@font-face {
    font-family: 'KlavikaLight-Plain';
    font-style: normal;
    font-weight: normal;
    src: local('KlavikaLight-Plain'), url('../fonts/klavika-medium-cufonfonts-webfont/KlavikaLight-Plain.woff') format('woff');
}

@font-face {
    font-family: 'Klavika Bold Bold';
    font-style: normal;
    font-weight: normal;
    src: local('Klavika Bold Bold'), url('../fonts/klavika-medium-cufonfonts-webfont/KlavikaBoldBold.woff') format('woff');
}
body {
    font-family:  'UniversNextArabic-Regular';
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* unicode-bidi: bidi-override; */
    direction: rtl;
}


ul li {
    list-style-type: none !important;
}

a {
    text-decoration: none !important;
}

ul.sitemap ul {
    display: unset;
}

ul.sitemap li a, ul.PagesUL li a {
    color: #13294b;
}

input[type="text"],
input[type="password"],
textarea,
select {
    outline: none;
}

input::placeholder {
    unicode-bidi: bidi-override;
    direction: rtl;
  }
/** Header **/

li.nav-item {
    font-size: 17px;
}

.header_overlay {
    position: fixed;
    z-index: 1200;
    top: 0;
    width: 100%;
    opacity: 1;
}

.active_header {
    position: fixed;
    background-color: #fff;
    transition: 0.8s;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    width: 100%;
    z-index: 9999;
}

a {
    display: inline-block;
}

img.Logo {
    width: 163px;
}

.nav {
    width: 100%;
    position: relative;
    justify-content: space-between;
    padding: 5px 1.5rem 0;
    flex-direction: row-reverse;
}

.nav>.nav-header {
    display: inline;
}

.nav>.nav-header>.nav-title {
    display: inline-block;
    font-size: 22px;
    color: #fff;
    padding: 10px 10px 0 10px;
}

.navbar-brand {
    padding-top: 3px;
}

.nav>.nav-btn {
    display: none;
}

.nav-links ul {
    margin-bottom: 0;
    display: block;
}

.nav-links ul li {
    display: inline-block;
  
}

.nav>.nav-links {
    display: inline;
    float: left;
    font-size: 17px;
    padding-top: 34px;
    width: 73%;
    text-align: left;
}

.nav>.nav-links>a {
    display: inline-block;
    padding: 13px 10px 13px 10px;
    text-decoration: none;
    color: #efefef;
}

.nav>#nav-check {
    display: none;
}
.submenu ul 
{
    display: block;
    justify-content: center;
    text-align: right;
}
.nav-links ul li.par-submenu {
    position: relative;
    padding: 10px 10px 10px 10px;
}

/* li.par-submenu a::after {
    content: "";
    background: #00a3e0;
    height: 1px;
    position: absolute;
    bottom: 0;
    transition: .16s all 0.025s;
} */

/* li.par-submenu a::after {
    left: 100%;
    right: 0;
}

li.par-submenu a:hover~a::after {
    left: 0;
    right: 100%;
}

li.par-submenu a:hover::after {
    left: 0;
    right: 0;
} */

/* span.animated-line {
    position: relative;
    visibility: hidden;
    width: 0px;
    left: 0;
    background-color: rgba(75, 145, 140, var(--bg-opacity));
    display: block;
    opacity: 1;
    z-index: 999;
    border-top: 1px solid #00a3e0;
    transform: translateY(5px) translateX(295px);
    transition: all .6s ease-in-out;
} */

ul li.submenuSlot_one:hover~.animated-line {
    width: 85px;
    visibility: visible;
    left: 535px;
}

ul li.submenuSlot_two:hover~.animated-line {
    visibility: visible;
    left: 420px !important;
    width: 95px;
}

ul li.submenuSlot_three:hover~.animated-line {
    visibility: visible;
    left: 240px !important;
    width: 155px;
}

ul li.submenuSlot_four:hover~.animated-line {
    visibility: visible;
    left: 185px !important;
    width: 30px;
}

ul li.submenuSlot_five:hover~.animated-line {
    visibility: visible;
    left: 115px !important;
    width: 45px;
}

ul li.submenuSlot_six:hover~.animated-line {
    visibility: visible;
    left: 0px !important;
    width: 95px;
}

.par-submenu .submenu {
    position: absolute;
    --bg-opacity: 1;
    background-color: #fff;
    visibility: hidden;
    margin-top: 15px;
    border-radius: 3px;
    z-index: 999;
    text-align: left;
    border-top: 2px solid #13294b;
    width: 200px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    top: calc(100% - -10px);
    transition: 0.6s;
    opacity: 0;
}

.submenu li.submenu-list {
    padding: 10px 8px;
    display: block;
    cursor: pointer;
}

.submenu li.submenu-list:hover {
    background-color: #e8e8e8;
}

.par-submenu:hover .submenu {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    top: 30px;
}

.menuRight-slot {
    display: inline;
    padding-top: 45px;
    position: relative;
    direction: ltr;
}

.slotIcon {
    display: inline-block;
    margin: 0 !important;
}

.slotIcon a.pl-1.pr-1 {
    position: relative;
    /* height: 23px;
    width: 23px;
    background-image: url(/images/english-lang-icon.jpg); */
    margin: 0;
    padding: 0;
}

.searchingSlot {
    width: 0px;
    background-color: #ffffff;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    border-radius: 5px;
    top: 25px;
    bottom: auto;
    right: 4px;
    left: 0;
    position: absolute;
    z-index: 999;
    direction: rtl;
    overflow: hidden;
    transition: all 0.6s;
}

.searching_effect {
    transition: all 0.6s;
    width: 830px;
}

.searchingSlot_popup_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    direction: ltr;
}

.searching_form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.searching_label {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0;
   
    
    
}


.searchingSlot__field {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5em;
    letter-spacing: 0.1px;
    background-color: #f2f3f6;
    color: #13294b !important;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    padding: 12px 18px 12px 18px;
    margin: 0px 0px 0px 0px;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-radius: 4px 4px 4px 4px;
    width: 100%;
    outline: none;
    text-align: right;
    flex-direction: row-reverse;
}

.searchinBtn {
    background-color: rgba(0, 0, 0, 0);
    color: #0c1325;
    padding: 10px 5px 10px 5px;
    margin: 0px 0px 0px 0px;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
}

.searchingSlot_closeBtn {
    background-color: rgba(0, 0, 0, 0);
    color: #0c1325;
    padding: 10px 0px 10px 8px;
    margin: 0px 0px 0px 0px;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    border-radius: 0px 0px 0px 0px;
}

button.popup_close_trigger:focus {
    box-shadow: none;
}

.nav-link {
    padding: 0 !important;
}

a.nav-link {
    color: #fff;
}
.submenu-list a.nav-link {
    color: #13294b !important;
}
.nav-linkScroll {
    color: #13294b !important;
}
.slotIcon i.fa.fa-search {
    color: #fff;
    font-weight: normal;
    font-size: 25px;
    padding: 0 0.5rem;
    cursor: pointer;
}
.fa-search:before {
    content: "\2315" !important;
}
input#ImageButton1 {
    vertical-align: middle;
    margin-top: -8px;
}
i.fa.fa-search {
    color: #000;
    font-weight: normal;
    font-size: 16px;
    padding: 0 0.5rem;
    cursor: pointer;
}

.fa-search_scroll {
    color: #13294b !important;
}

.fa-search_scroll:hover {
    color: #00a3e0 !important;
}

.searchSlot_close-icon:hover {
    color: #00a3e0 !important;
}

a.langIcon {
    padding: 0 0.5rem;
}


/** Header end**/


/** hero-section **/

section.hero-section {
    overflow-x: hidden;
    position: relative;
    background-color: #13294b;
}

img.bgImg {
    background-position: 50% 50%;
    background-size: cover;
    position: relative;
}

.para-content {
    position: absolute;
    z-index: 999;
    color: #ffffff;
    width: 100%;
    text-align: center;
    bottom: 40px;
}

.para-content a {
    color: #00a3e0;
}

/* .hero-section .carousel-inner .carousel-item {
    height: 100vh !important;
} */

.carousel .carousel-item {
    transition-duration: 0.2s !important;
    transition-property: auto;
}

.hero-section .carousel-item {
    transform: scale(1.2, 1.2);
    visibility: hidden;
    opacity: 0;
}

.hero-section .carousel-item.active {
    transition: transform 8000ms ease-out 0s, opacity 800ms ease 0s !important;
    opacity: 1;
    transform: scale(1, 1);
    z-index: 2;
    visibility: visible;
}

.carousel-indicators button {
    position: relative;
    width: 8px;
    height: 8px;
    background: #fff !important;
    margin: 0 3px;
    border: 0;
    bottom: 20px;
}

.carousel-indicators button:focus {
    outline: none !important;
}

.carousel-indicators button.active {
    background: #00a3e0 !important;
}

video.video-fluid {
    width: 100%;
    opacity: 0.8;
}

section.hero-section .carousel-item img {
    opacity: 0.8;
}


/** hero-section end **/


/** about-section **/

section.about {
    text-align: center;
    padding: 40px 80px;
    display: grid;
}

h2.headingDiv {
    font-weight: 600;
    text-transform: uppercase;
    color: #13294b !important;
    border-bottom: 2px solid #13294b;
    border-top: 5px solid #13294b;
    padding: 5px 0;
    margin: auto;
    margin-bottom: 30px;
}

.about p {
    color: #13294b;
}

.btnPlay {
    color: #00a3e0;
    margin-left: 6px;
    font-size: 14px;
}

.fa-play.btnPlay:before {
    content: "\25C1" !important;
    font-weight: bold;
    font-size: 16px;
    padding-top: 1px;
    margin-right: 10px;
}

i.fa.fa-play.btnPlay {
    display: none;
}


/** about-section end **/


/** Counter-section  **/

section.counter-area {
    background: #e8e8e8;
    margin-bottom: 70px;
}

.counter-box.text-center {
    padding: 50px 50px 50px 20px;
}

h3.count-up {
    margin: 0;
    text-align: left;
    font-weight: 600;
}

p.counter-p {
    margin: 0;
    font-size: 1.2rem;
    text-transform: uppercase;
    line-height: 1.8;
}

p.counter-smSlot {
    margin: 0;
    font-size: 0.8rem;
    line-height: 0.7;
    font-weight: bold;
}

.counterSlot {
    direction: initial;
}

span.count-up {
    text-align: right;
}

.mt-counter {
    margin-left: 10px;
    vertical-align: super;
}

.counterSlot:hover img {
    transform: scale(1.2);
}

.count-up span {
    /* margin: 0 5px;
    text-align: left; */
    font-size: 30px;
    display: inline-block;
}

.count-up h3 {
    margin: 0;
    display: inline-block;
    font-size: 30px;
}


/** Counter-section end **/


/** propertie-section **/

.propertie-secInner {
    padding: 0 75px;
}

.propertieImg .ourProp_inner {
    position: absolute;
    top: 26px;
    padding: 0 20px;
}

.propertieImg .ourProp_inner h2 {
    color: #fff;
    text-transform: uppercase;
    border-top: 5px solid #ffffff;
    border-bottom: 2px solid #ffff;
    padding: 5px 0px;
    font-weight: bold;
    font-size: 20px;
    text-align: right;
    width: fit-content;
}

.ourProp_inner p.readMore {
    position: initial;
    text-align: right;
}

a.prop_underline:after {
    content: "";
    display: block;
    width: 85px;
    height: 1px;
    background-color: #fff;
    margin-top: 1px;
}

.properties_item h5 {
    color: #13294b !important;
    text-align: right;
}

.slidingBtn {
    text-align: left !important;
    margin-top: 10px;
}

.ourProp_inner p.our_para {
    color: #fff;
    top: 100px;
    z-index: 999;
    padding-left: 15px;
    text-align: right;
}

.propertieImg {
    margin-bottom: 30px;
    position: relative;
    background: #000000b3;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    width: 100%;
    display: block;
}

.ourImg_opacity {
    opacity: 1 !important;
}

.propertieImg img {
    opacity: .7;
    transition: 0.3s ease-in-out;
    width: 100%;
}

.propertieImg img:hover {
    opacity: 1;
    transition: 0.3s ease-in-out;
}

p.projectDIV {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #fff;
    z-index: 999;
}

p.readMore {
    position: absolute;
    bottom: 0px;
    right: 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
    z-index: 999;
}

.readMore a {
    color: #fff !important;
}

em.fa.fa-play.playIcon {
    position: absolute;
    bottom: 0;
    left: 20px;
    margin-bottom: 1rem;
    color: #fff;
    cursor: pointer;
    transform: rotate(180deg);
    z-index: 999;
}

.fa-play.playIcon:before {
    content: "\25B7" !important;
    font-weight: bold;
}

.property_listing img {
    height: 297px !important;
    /* width: 100%; */
}

.property_listing {
    text-align: center;
}

.property_listing a.hover_effect {
    margin-bottom: 20px;
    max-width: 100%;
}

section.property_section {
    padding: 130px 30px 0px !important;
}

.marinaSlot_contact {
    margin-top: 110px;
    margin: 110px 0 3rem;
}


/** propertie-section end **/


/** news-section **/

section.news {
    text-align: center;
    padding: 20px 40px;
    margin-bottom: 20px;
    display: grid;
}

section.news_default {
    display: block !important;
    margin-bottom: 25px;
}

.news_default h2.headingDiv {
    width: fit-content;
}

.news.news_default .slick-list.draggable {
    direction: initial;
}

.newsSlot p.read-news {
    text-align: left;
    width: 100%;
    padding-left: 10px;
    color: #13294b;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
    cursor: pointer;
}

.newsSlot p.read-news:after {
    content: "\25C1" !important;
    font-weight: bold;
    color: #00a3e0;
    margin-right: 5px;
}

.news_slider .slick-slide div {
    padding-left: 15px;
    padding-right: 15px;
}

.newsSlot {
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    margin-bottom: 10px;
    max-width: 100%;
    padding: 0;
    width: 100%;
}

.newsSlot:hover {
    transform: translateY(-15px);
}

.newsSlot a:hover {
    transform: translateX(10px);
}

.newsDate {
    text-align: left;
    position: absolute;
    right: 25px;
    top: 30px;
    background: #13294b;
    color: #fff;
    padding: 2px 10px;
}

.Homenews {
    height: 210px;
    width: 375px;
}

.newsSlot .Newscontent {
    text-align: right;
    padding: 5px 10px;
    margin: 20px 15px 15px;
    height: 90px;
    overflow: hidden;
}

.newsSlot p.btnMore {
    text-align: left !important;
    width: 100%;
    padding-left: 10px;
    color: #13294b;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
    cursor: pointer;
}

.newsSlot p.btnMore:after {
    content: "\25C1" !important;
    font-weight: bold;
    color: #00a3e0;
    margin-right: 5px;
}

section.news_Details {
    padding-top: 125px;
}

.newsDetails_title {
    text-align: right;
}

a.detail_link {
    background: #13294b;
    border: 1px solid #13294b !important;
    padding: 7px 20px;
    color: #fff;
    transition: 0.5s ease-in-out;
    margin-bottom: 18px;
}
.newsSlot a {
    text-align: right !important;
    width: 100%;
    padding-right: 25px;
    color: #13294b;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.newsSlot a:after {
    content: "\25C1" !important;
    font-weight: bold;
    color: #00a3e0;
    margin-right: 5px;
    transform: rotate(180deg);
}

.Newscontent p {
    border-right: 7px solid #E8E8E9;
    padding-right: 10px;
    font-size: 18px;
    color: #132943 !important;
}

button.btnMore {
    background: none;
    border: none;
    font-weight: 600;
    text-transform: uppercase;
    color: #13294b !important;
    padding-right: 20px;
    padding-bottom: 10px;
    outline: none;
    cursor: pointer;
}

a.btnMore {
    background: none;
    border: none;
    font-weight: 600;
    text-transform: uppercase;
    color: #13294b !important;
    padding-right: 20px;
    padding-bottom: 10px;
    outline: none;
    text-align: right !important;
    cursor: pointer;
}

.about a.btnMore {
    text-align: center !important;
}

.about button.btnMore:hover {
    padding-left: 15px;
}

.carousel-control-prev {
    left: 40px;
    width: 2%;
}

.carousel-control-next {
    right: 0px;
    width: 2%;
}

.carousel-control-next-icon {
    background-color: #000;
    color: #000 !important;
    background-image: none;
    width: 0;
    height: 100px;
}

.carousel-control-next-icon::before {
    font-family: fontawesome;
    content: "🡢";
    background: #000;
    color: rgb(255, 255, 255);
    padding: 5px;
    border-radius: 25px;
    font-size: 25px !important;
    margin-left: 10px;
    font-weight: bolder;
}

.carousel-control-prev-icon {
    background-color: #000;
    color: #000 !important;
    background-image: none;
    width: 0;
    height: 100px;
}

.carousel-control-prev-icon::before {
    font-family: fontawesome;
    content: "🡠";
    background: #000;
    color: rgb(255, 255, 255);
    padding: 5px;
    border-radius: 25px;
    font-size: 25px !important;
    margin-left: 10px;
    font-weight: bolder;
}

.news .carousel-control-prev{
    display: none;
}

.news .carousel-control-next{
    display: none;
}

/** news-section end **/


/** presence-section **/

section.presence {
    text-align: center;
    padding: 20px 0px;
    margin-bottom: 20px;
    display: grid;
}

.Presence.our_proPara {
    padding: 0 100px 20px;
}

.presence_slotone {
    padding: 0 18px;
}

.preSlot {
    position: relative;
    background: #000;
}

.preSlot img {
    opacity: 0.7;
    transition: .2s;
    width: 100%;
}

.preSlot img:hover {
    opacity: 1;
}

.preSlot p {
    position: absolute;
    right: 15px;
    top: 20px;
    color: #ffffff;
}

.prePadl {
    padding-left: 0;
    padding-right: 16px;
}

.prePad {
    padding-left: 1px;
}

.prePadr {
    padding-right: 0;
    padding-left: 0;
}

.our_rgtImg {
    height: calc(100% - 35px);
}


/** presence-section end **/

/** team-section **/

section.team {
    background: url(/images/teamImg.jpg);
    background-position: center;
    background-size: cover;
    padding: 130px 0px;
    text-align: center;
    margin: 15px 0 55px;
    height: 405px;
}

.team h2 {
    color: #ffffff;
}

.team p {
    color: #ffffff;
    width: 53%;
    margin: 20px auto 0;
}

.applyBtn {
    margin-top: 30px;
    display: inline-block;
    width: 100%;
    background: transparent;
    border: none;
    cursor: context-menu !important;
}

.applyBtn a {
    border: 1px solid #fff;
    text-transform: uppercase;
    font-weight: 300;
    color: #fff;
    padding: 8px 15px;
    letter-spacing: 1px;
    transition: 0.5s ease;
}

.applyBtn a:hover {
    background-color: #13294b;
}


/** team-section end **/


/** about-page -section **/

section.aboutSlot {
    padding-top: 155px;
}

.leftSlot {
    position: relative;
    margin-bottom: -70px;
}

.leftSlot_bottom{
    position: relative;
    margin-bottom: -70px;
    text-align: right;
}

.mission_slot {
    margin-top: -90px;
}

.aboutTitle {
    position: relative;
    transform: rotate(270deg);
    top: -70px;
    left: 265px;
}

.aboutTitle h4 {
    font-size: 2rem;
    font-weight: 600;
    color: #13294b;
}

.aboutSlot-Img {
    max-width: 100%;
    height: auto;
    position: relative;
    padding-right: 60px;
    top: -110px;
}

img.aboutSlotright-Img {
    width: 82%;
    height: auto;
}

.aboutTitleRight {
    position: relative;
    transform: rotate(270deg);
    top: 0;
    right: 280px;
}

.aboutTitleRight h4 {
    font-size: 2rem;
    font-weight: 600;
    color: #13294b;
}

.headingAbout {
    font-weight: 600;
    text-transform: uppercase;
    color: #13294b !important;
    border-bottom: 2px solid #13294b;
    border-top: 5px solid #13294b;
    padding: 5px 0;
    margin-bottom: 30px;
    margin-left: auto;
    width: fit-content !important;
    font-size: 25px;
}

.aboutSlot .headingAbout {
    width: fit-content !important;
    text-align: right;
}

button.corpBtn {
    border: none;
}

.corpBtn a {
    color: #ffffff;
    background: #00a3e0;
    padding: 8px 10px;
    text-transform: uppercase;
}

.corpBtn a:hover {
    color: #00a3e0;
    background: #ffffff;
    border: 1px solid #00a3e0;
    font-weight: bold;
}

section.coreValue {
    background: url(/images/coreImg.jpg);
    background-position: center;
    background-size: cover;
    padding: 20px 70px;
    text-align: center;
    display: grid;
    margin-bottom: 50px;
    height: 390px;
    margin-top: 40px;
}

.coreValue .corevalue_slot {
    padding: 0 80px;
}

.valueSlot img {
    border: 1px solid #ffffff;
    border-radius: 50%;
    padding: 20px;
}

.valueSlot h6 {
    color: #ffffff;
    margin-top: 15px;
}

.valueSlot p {
    color: #ffffff;
    margin-top: 15px;
}


/** about-page section end**/


/** milestones section **/

section.milestones {
    text-align: center;
    padding: 20px 40px;
    margin-bottom: 20px;
    display: grid;
}

.yearSlot1 {
    padding-right: 15px;
    border-right: 1px solid #c2c2c2;
    padding-bottom: 5rem;
    margin-bottom: 5px;
    text-align: right;
}

.yearSlot1 h5 {
    font-weight: bold;
    color: #13294b;
    font-size: 25px;
    direction: ltr !important;
}

.yearSlot-bottom {
    display: flex;
    /* direction: ltr !important; */
}

.slotrightBottom {
    margin-right: 10px;
    /* direction: ltr; */
}

.bottomSlotDiv {
    border-right: 1px solid #c2c2c2;
    padding-right: 15px;
    margin-top: 5px;
    padding-top: 13.4rem;
    text-align: right;
}

.bottomSlotDiv h5 {
    font-weight: bold;
    color: #13294b;
    font-size: 25px;
    direction: ltr !important;
}

.respPara {
    color: #595959;
}

.milestones .carousel-control-next {
    right: 10px;
    width: 5px;
}

.milestones .carousel-control-prev {
    left: -10px;
    width: 5px;
}

.container.carousel-item {
    transition: transform .6s ease-in-out !important;
}

.milestones_default {
    display: block !important;
}

.milestones_default .milestones_slider .slick-list.draggable {
    /* direction: ltr !important; */
}

.milestones_default h2.headingDiv {
    width: fit-content;
}

.milestones_year {
    max-width: 100%;
}

.milestones_slider .slick-arrow.slick-disabled {
    cursor: default !important;
}

.milestones_slider button.slick-arrow {
    top: 35%;
}

.milestones_slider button.slick-next{
    left: -25px !important;
}

.milestones_slider button.slick-prev{
    right: -25px !important;
}

.milestones_slider .slick-prev:before, .slick-next:before {
    color: #13294b !important;
    font-family: 'FontAwesome';
    font-size: 28px;
}

.milestones_slider .slick-prev:before {
    content: "\f105";
}

.milestones_slider .slick-next:before {
    content: "\f104";
}

/** milestones section end **/


/** Presence-section **/

section.Presence {
    text-align: center;
    padding: 20px 40px;
    margin-bottom: 20px;
    display: grid;
    overflow: hidden;
}

.ourMap {
    width: 80%;
    margin: auto;
    position: relative;
    box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px;
}

.outermap {
    position: relative;
}

.locationOuter_map .fa-map-marker {
    font-size: 30px;
    color: #13294b !important;
}

.locationOuter_one {
    position: absolute;
    top: 90px;
    left: 120px;
}

.locationOuter_two {
    position: absolute;
    top: 60px;
    left: 530px;
}

.locationOuter_three {
    position: absolute;
    top: 105px;
    left: 540px;
}

.locationOuter_four {
    position: absolute;
    top: 160px;
    left: 480px;
}

.locationOuter_five {
    position: absolute;
    top: 115px;
    left: 650px;
}

.locationOuter_six {
    position: absolute;
    left: 750px;
    top: 210px;
}

.location_inner1:hover .maphover_one {
    visibility: visible;
    top: -100px;
    left: -85px;
    min-width: 200px;
}

.location_inner2:hover .maphover_two {
    visibility: visible;
    top: -100px;
    left: -80px;
    min-width: 200px;
}

.location_inner3:hover .maphover_three {
    visibility: visible;
    top: -100px;
    left: -80px;
    min-width: 200px;
}

.location_inner4:hover .maphover_four {
    visibility: visible;
    top: -100px;
    left: -80px;
    min-width: 200px;
}

.location_inner5:hover .maphover_five {
    visibility: visible;
    top: -100px;
    left: -150px;
    min-width: 200px;
}

.location_inner6:hover .maphover_six {
    visibility: visible;
    top: -100px;
    left: -80px;
    min-width: 200px;
}

.map_imgSlot {
    display: flex;
    justify-content: center;
    align-items: center;
}

.maphover {
    position: absolute;
    visibility: hidden;
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    z-index: 999;
    padding: 1px 10px;
}

.locationOuter:hover .maphover_one {
    visibility: visible !important;
    top: 0px;
    left: 20px;
}

.locationOuter:hover .maphover_two {
    visibility: visible !important;
    top: 70px;
    left: 365px;
}

.locationOuter:hover .maphover_three {
    visibility: visible !important;
    top: -40px;
    left: 44%;
}

.locationOuter:hover .maphover_four {
    visibility: visible !important;
    top: 0px;
    left: 45%;
}

.locationOuter:hover .maphover_five {
    visibility: visible !important;
    top: 15px;
    left: 58%;
}

.locationOuter:hover .maphover_six {
    visibility: visible !important;
    top: 105px;
    left: 67%;
}

span.hoverCaret {
    position: absolute;
    bottom: -15px;
    right: 50%;
    color: #fff;
}


/** Presence section end **/

/** carrers-section **/

section.carrers_atUrc {
    padding: 0 90px;
}

/** carrers-section end **/


/** marina-section **/

section.marinaSlot_outer {
    padding: 150px 0 0;
}

/* .marinaSlot .container {
    max-width: 90%;
} */

.marinaSlot p {
    text-align: justify;
}

.marainaAlign {
    text-align: right;
    margin-top: -10px;
}

.marainaAlign .footerBtn {
    margin-bottom: 15px;
}

.devlopSlot {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    text-align: center;
    padding: 20px;
    height: 100%;
}

.devlopSlot  hr {
    width: 110px;
    margin: 0 auto;
}

.devlopSlot .pro_Img img {
    height: 80px;
    margin-bottom: 5px;
}

.propertie_location {
    display: flex;
    line-height: 4.7;
    justify-content: space-between;
    max-width: 100%;
    padding: 0 30px;
    position: relative;
    text-align: left !important;
}

a.pro_Loc {
    color: #004488 !important;
    font-weight: bold;
    position: relative;
    left: 0px;
    width: calc(100% - 110px);
    text-align: right !important;
}

a.pro_Loc:after {
    position: absolute;
    content: "\f041 ";
    font-family: 'FontAwesome';
    font-size: 13px;
    top: 7px;
    color: #00a3e0;
    right: -12px;
}

.contactBox {
    background: #13294b;
    color: #ffffff;
    text-align: center;
    width: 320px;
    padding: 30px 20px;
    position: absolute;
    right: 70px;
    top: -80px;
}

.marinaSlot .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: right;
    padding-left: 15%;
    margin-right: 10%;
    margin-left: 0;
    list-style: none;
}


/** marina section end **/


/** investor section **/

.investorImg {
    margin: 25px auto;
}

h4.reportsLabel {
    font-size: 2rem;
    font-weight: 600;
    color: #13294b;
    text-align: right;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.lined .nav-link {
    border: none;
    border-bottom: 3px solid transparent;
    color: #595959;
    color: #c3c3c3;
    padding: 10px 0 !important;
    font-size: 14px !important;
    margin: 0 !important;
}

.lined .nav-link:hover {
    border: none;
    border-bottom: 3px solid transparent;
}

.lined .nav-link.active {
    background: none;
    color: #555;
    border-color: #13294b;
}

.panelBox {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 25px 20px;
    border-radius: 5px;
}

.Presence .nav-tabs {
    border-bottom: 1px solid #00a3e0;
    width: 97%;
}

.investor-tab-outer {
    padding: 0 35px !important;
}

.investor-tab-outer ul {
    width: 100% !important;
}

span.annualRange {
    font-size: 21px;
    font-weight: bold;
    padding: 10px 18px;
}

.lined .investor-nav-link {
    text-transform: capitalize !important;
    color: #13294b;
    padding-top: 10px !important;
}

.lined .investor-nav-link.active {
    background: #13294b;
    color: #ffffff !important;
    padding-top: 10px !important;
}

.investorCount_tab {
    border: 10px solid #13294b;
    height: 360px;
}

.investor-tab-vh {
    height: 100%;
}

.investor-tab-vh img {
    height: 100%;
}

.investor-tab-content>.active {
    display: block !important;
}

.investor-tab-content>.investor-tab-pane {
    display: none;
}

.investor-tab-pad {
    padding: 3rem 1.5rem;
}

/** investor section end **/


/** corporate-section **/

section.disclosures {
    text-align: center;
    padding: 150px 100px 20px;
    margin-bottom: 20px;
    display: grid;
}

.btn-secondary {
    color: #fff;
    background-color: #ff407b;
    border-color: #ff407b
}

.btn {
    font-size: 14px;
    padding: 9px 16px;
    border-radius: 2px
}

.nav-disclosures {
    color: #13294b !important;
    direction: ltr !important;
}

.tab-vertical .nav.nav-tabs {
    float: right;
    display: block;
    margin-right: 0px;
    border-bottom: 0;
    width: 30%;
}

.tab-vertical .nav.nav-tabs .nav-item {
    margin-bottom: 0px;
    border-bottom: 1px solid #13294b;
    text-align: left;
    position: relative;
}

.tab-vertical .nav-tabs .nav-link {
    padding: 17px 20px !important;
    background-color: #ffffff;
}

.tab-vertical .nav-tabs .nav-link.active {
    color: #ffffff !important;
    background-color: #13294b !important;
    border-color: transparent !important;
    text-align: right;
}

.tab-vertical .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-radius: 0;
    text-align: right;
}

.disclosures .tab-vertical .tab-content {
    overflow-y: auto;
    background: #fff;
    padding: 0px;
    border-right: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    border-top: 1px solid #d5d5d5;
    height: 565px;
    max-height: 565px;
}

.tab-vertical .nav-item .fa-angle-right {
    position: absolute;
    top: 15px;
    color: #ffffff;
    left: 20px;
    font-size: 30px;
    transform: rotate(180deg);
}

#myTabContent3 .tab-pane {
    border: 0;
    padding: 0;
    border-bottom: 1px solid #d5d5d5;
    border-top: 1px solid #d5d5d5;
    
}

/* .disclosures .tab-content .tab-pane {
    display: none;
} */
.disclosures .tab-pane p {
    text-align: right;
    padding: 19px 10px;
    margin-bottom: 0;
    font-size: 15px;
    color: #595959;
}

.lead {
    text-align: right;
    font-size: 15px;
    margin-bottom: 0;
    border: 0;
    color: #595959;
    background-color:#e8e8e8;;
}

/* .tab-content>.tab-pane {
    visibility: hidden;
    display: block;
} */

.tab-content>.active {
   display: block;
}

.corpDIv {
    position: relative;
    margin-bottom: 20px;
}

.corp-Para {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    width: 179px;
    font-size: 18px;
}

.corp-Para hr {
    border: 2px solid #fff;
    width: 50px;
    margin: 5px auto;
}


/** corporate-section end **/


/** news-section **/

section.newsDiv {
    padding-top: 150px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 35px;
}

.newsSlot img {
    width: 100%;
}

.newsDiv_outer {
    padding: 0;
    display: inline-block;
    width: 100%;
}

.newsDiv_outer h2.headingDiv {
    float: right;
    margin: 0 0 30px;
    width: fit-content;
}

.newsDiv_inner {
    float: left;
}

.archive_DB:before{
    display: none !important;
}

.newsDiv label.selectOptionDB {
    margin: 0 10px 5px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 7px;
}

.newsDiv h2.headingDiv {
    margin: initial;
    margin-bottom: 30px;
}

.newsDiv .selectOptionDB {
    position: relative;
    margin-right: auto;
}

.selectOptionDB:before {
    -moz-appearance: none;
    background: #ffffff none repeat scroll 0 0;
    color: #00a3e0;
    content: "\f107";
    display: block;
    font-family: FontAwesome;
    font-size: 20px;
    height: 23px;
    line-height: 23px;
    width: 25px;
    pointer-events: none;
    position: absolute;
    left: 0 !important;
    top: 10px !important;
    text-align: center;
}

.form-select-contact:before {
    /* background-color: #f9f8f7; */
}

.newsDiv .form-select {
    height: 45px;
    border: 0;
    padding: 0 20px;
    border-radius: 7px;
    /* width: 240px; */
    text-transform: uppercase;
    color: #13294b !important;
    font-weight: bold;
    line-height: 45px;
    background-color: #ffffff !important;
    background: #ffffff !important;
    /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
}

select.form-select option {
    color: #13294b !important;
    font-weight: bold;
}

/** news-section end **/


/** team-section **/

section.teamSec {
    text-align: center;
    padding: 150px 40px 20px;
    margin-bottom: 20px;
    display: grid;
}

.teamSec h4 {
    color: #13294b;
    font-weight: 600;
    text-align: right;
}

.team-outerSlot {
    position: relative;
}

.learnSlot h5 {
    font-weight: 600;
    color: #13294b;
}

.learnSlot {
    display: block;
    box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
    text-align: right;
    padding: 10px 10px;
    left: 0;
    top: 0;
    transform: translate(-10%, -50%);
    z-index: 999;
    opacity: 1;
    width: 280px;
    border-bottom: 4px solid #00a3e0;
    background: #ffffff;
}

.learnSlot .btnPlay:before{
    content: "\25C1" !important;
    font-weight: bold;
    font-size: 16px;
    padding-top: 1px;
    margin-right: 10px;
}

#show_slot5 {
    right: -250px;
}

#show_slot11 {
    right: -250px;
}

#show_slot14 {
    right: -250px;
}

p.readText {
    margin-bottom: 0;
}

.descriptionDiv {
    display: none;
    position: absolute;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background: #ffffff;
    padding: 25px 20px;
    width: 420px;
    height: 545px;
    top: 0;
    right: 70px;
    z-index: 999;
    text-align: left;
    overflow: hidden;
}

#Adel {
    right: -80px;
}

#Augostino {
    right: -80px;
}

#Issa {
    right: -80px;
}

.btnClose {
    text-align: right;
    padding: 0;
    outline: none;
    color: #00a3e0;
}

.moreTxt {
    margin-top: 20px;
    color: #595959;
    text-align: right;
}

.fullDescription {
    border-right: 10px solid #e8e8e8;
    padding-right: 15px;
    text-align: right;
}


/** team-section end **/


/** contact-section **/

section.contactSec {
    text-align: center;
    padding: 150px 100px 20px;
    margin-bottom: 20px;
    display: grid;
}

.contactSec .contactOuter {
    background-color: #f9f8f7;
}

.contactBg {
    background-image: url(/images/contactBg.png);
    background-size: contain;
    background-blend-mode: multiply;
    background-position: bottom right;
    background-repeat: no-repeat;
    padding: 65px 25px 150px;
    color: #ffffff;
}

.contactBg-Outer {
    background-color: #13294b;
}

.contact-effect {
    background-color: rgba(0, 0, 0, 0.5)!important;
}

.contactDetail {
    justify-content: center;
    margin-top: -100px;
    z-index: 999;
    background-color: #f9f8f7;
    margin-left: 0;
    margin-right: 0;
    padding-top: 35px;
    padding-bottom: 35px;
}

.contactSlot {
    background-color: #ffffff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 20px 50px;
    margin-bottom: 20px !important; 
    color: #13294b;
    display: flex;
    direction: ltr;
}

.contactSlot span i {
    color: #13294b;
    border-radius: 50%;
    padding: 0 15px 15px 20px;
    font-size: 15px;
    font-weight: bold;
}

.contact_txt {
    /* width: 170px; */
    width: 240px;
    text-align: right;
    margin-right: 25px;
}

.form-label {
    color: #737373 !important;
    font-size: 13px;
}

.contactSlot .form-control {
    height: 35px;
    padding: 0 15px;
    font-weight: 400;
    color: #2d2d2d !important;
    background-color: #f9f8f7;
    background-clip: padding-box;
    border: 1px solid #e4e5e6;
    border-radius: 4px;
    border-bottom: 2px solid #d1d1d1;
    transition: all 0.4s;
}

.contactSlot .form-control:focus {
    background: #fff;
    border-color: #e4e5e6;
    border-bottom: 2px solid #1a1a1b;
    outline: none !important;
    box-shadow: none;
    transition: all 0.4s;
}

.form-textarea {
    padding: 10px 15px;
    color: #2d2d2d !important;
    background-color: #f9f8f7;
    background-clip: padding-box;
    border: 1px solid #e4e5e6;
    border-bottom: 2px solid #d1d1d1;
    border-radius: 4px;
    width: 100%;
    height: 120px;
    text-align: right;
}

.form-textarea:focus {
    background: #fff;
    border-color: #e4e5e6;
    border-bottom: 2px solid #13294b;
    outline: none !important;
    box-shadow: none;
    transition: all 0.4s;
}

.radioBtn {
    display: inline-block;
    position: relative;
    margin-left: 45px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.radioBtn input {
    /* position: absolute; */
    opacity: 0;
    cursor: pointer;
}

.radioBtn label {
    font-size: 14px;
}

.checkmark {
    position: absolute;
    top: 3px;
    left: -30px;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
}

.radioBtn:hover input~.checkmark {
    background-color: #ccc;
}

.radioBtn input:checked~.checkmark {
    background-color: #13294b;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.radioBtn input:checked~.checkmark:after {
    display: block;
}

.radioBtn .checkmark:after {
    top: 6px;
    left: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.btn-form {
    text-align: center;
}

.btn-form .ContactBTN {
    text-transform: uppercase;
    border: 1px solid #13294b;
    padding: 0 25px;
    font-size: 16px !important;
    text-decoration: none;
    color: #13294b;
    transition: all 0.6s;
    background: transparent;
    height: 42px;
    border-radius: 0;
}

.btn-form .ContactBTN:hover {
    background: #13294b;
    color: #fff;
    transition: all 0.6s;
}

.office_filter label{
    width: 100%;
    margin: 0 0 5px !important;
}

.office_filter .form-select {
    width: 100%;
}


/** contact-section end **/

/** site-section **/

h1.Cat_heading.section_heading {
    padding: 50px 15px 0;
}
/** site-section end **/

/*----- Whistleblower Report Form -----*/

section.whistleblower-form {
    text-align: center;
    padding: 150px 70px 10px;
    margin-bottom: 25px;
}

.whistleblower-form h3 {
    font-size: 38px;
    color: rgba(7, 79, 124, 255);
    margin-bottom: 20px;
}

.whistleblower-form p {
    font-size: 16px;
    color: rgba(112, 112, 112, 255);
}

.report-form {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 20px 25px;
    margin-top: 3.5rem;
    margin-bottom: 50px;
}

.report-section {
    margin-top: 1.5rem;
}

/* .report-section table tbody tr {
    font-family: 'Didact Gothic', sans-serif;
    font-size: 14px;
    color: rgba(112, 112, 112, 255);
    text-align: left;
    width: 100%;
} */

.report-section h4 {
    font-size: 28px;
    color: rgba(7, 79, 124, 255);
}

.report-section h4 span {
    font-size: 20px;
    color: rgba(112, 112, 112, 255);
    margin-left: 10px;
}

.report-section p {
    font-size: 20px;
    color: rgba(112, 112, 112, 255);
}

input.report-text {
    width: 100%;
    text-indent: 10px;
    padding: 10px 7px;
    border-radius: 3px;
    background: #ececec;
    border: #ececec;
    font-size: 16px !important;
}

input#ContentPlaceHolder1_txtInvoiceNo{
    margin-left: 0 !important;
}

input#ContentPlaceHolder1_txtInvoicedate{
    margin-left: 0 !important;
}

::-webkit-file-upload-button {
    font-size: 16px;
    color: rgba(112, 112, 112, 255);
    border: #cbcbcb;
    cursor: pointer;
    padding: 5px 25px;
    border-radius: 5px;
}

.file-type {
    font-size: 12px !important;
    color: rgba(227, 39, 38, 255) !important;
    font-weight: bold;
}

.btn-form {
    text-align: center;
    margin: 15px 0px;
}

.btn-form input {
    background: #074f7c;
    padding: 10px 35px;
    font-size: 16px;
    color: rgba(255, 255, 255, 255);
    border: #074f7c;
    border-radius: 5px;
}

h4#Brand {
    padding-left: 0 !important;
    margin-left: 0 !important;
}

h4#Category {
    padding-left: 0 !important;
    margin-left: 0 !important;
}


.whistleblower-input{
    width:30% !important;
}

.report-section label {
    width: 100%;
    text-align: right;
    color: #13294b;
}

/*----- Whistleblower Report Form End -----*/

/*----- Site Map -----*/

.aboutsec.minheight {
    text-align: right;
}

.sitemapdiv .add_head {
    text-transform: uppercase;
    font-size: 18px;
    width: 100%;
    position: relative;
    padding: 15px 0;
    margin-bottom: 20px;
}

.sitemapdiv .add_head::after {
    content: '';
    height: 2px;
    background: #13294b;
    width: 30px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.sitemapdiv .sitemap {
    width: 100%;
    padding: 0;
    float: left;
    margin: 0;
    display: block;
}

.sitemapdiv .sitemap li {
    display: block;
    width: 100%;
    float: left;
}

.sitemapdiv .MainCat a {
    width: 100%;
    padding: 10px 0;
    float: left;
    border-bottom: 1px solid #ccc;
    text-transform: capitalize;
    font-size: 16px;
    margin-bottom: 20px;
    transition: all 0.5s;
    color: rgba(109, 109, 109, 255);
    text-transform: uppercase;
}

.sitemapdiv .MainCat ul {
    padding: 0;
    float: left;
    width: 100%;

}

.sitemapdiv .MainCat ul li {
    display: table;
    width: 100%;
    padding-right: 30px;
}

.sitemapdiv .MainCat ul li a {
    width: 100%;
    padding: 10px 0;
    float: left;
    border-bottom: 0px solid #ccc;
    font-size: 16px;
    margin-bottom: 0px;
    transition: all 0.5s;
}

/*----- Site Map End -----*/

/** footer-section **/

footer#footer {
    padding: 30px 60px 10px;
}

.footer-top {
    border: 1px solid #c2c2c2;
}

.footer-links {
    padding: 45px 25px 10px;
    text-align: right;
}

button.footerBtn {
    display: block;
    width: 250px;
    border: 1px solid #13294b !important;
    padding: 5px 0;
}

.footer-links img {
    margin-bottom: 25px;
}

.footer-links h6 {
    font-weight: bold;
    color: #13294b !important;
    text-transform: uppercase;
    text-align: right;
}

.footer-links p {
    color: #13294b !important;
    text-align: right;
}

.footer-links ul li a {
    color: #13294b !important;
    font-size: 13px;
    unicode-bidi: embed;
}

.footer-links ul li a:hover {
    padding-right: 10px;
    transition: all .3s ease;
    font-weight: bold;
}

.rg-footer {
    border-right: 1px solid #c2c2c2;
    padding: 45px 65px 10px 10px;
}

input#txtsubscribeEmail {
    width: calc(100% - 20px);
    border: 1px solid #13294b !important;
    padding: 5px 0;
    text-align: center;
    color: #13294b;
}

input#btnsubscibe {
    width: calc(100% - 20px);
    background: #13294b;
    border: 1px solid #13294b !important;
    padding: 5px 0;
    color: #fff;
    text-transform: uppercase;
}

.rg-footer .mt-5 {
    margin-top: 20px !important;
}

input.footerInput {
    width: 100%;
    border: 1px solid #13294b !important;
    padding: 5px 0;
    color: #13294b;
    text-align: center;
}

#footer .social-links a {
    font-size: 14px;
    display: inline-block;
    background: #13294b;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 30px;
    height: 30px;
    transition: 0.3s;
    cursor: pointer;
}

#footer .social-links a:hover {
    background: #ffffff;
    color: #13294b;
    border: 1px solid #13294b;
}

.upper-icon {
    position: fixed;
    left: 80px;
    bottom: 20px;
    font-size: 21px;
    background-color: #00a3e0;
    color: #ffffff;
    border: 1px solid #00a3e0;
    border-radius: 50%;
    padding: 5px 13px;
    cursor: pointer;
    display: none;
    z-index: 999;
}

.upper-icon.active{
    display: block !important;
}

.upper-icon:hover {
    background-color: #ffffff;
    color: #00a3e0;
    transition: all 0.6s;
}


/** footer-section end**/


/** slick **/

.slick-dots {
    bottom: 20px;
}

.slick-dots li button:before {
    color: #ffffff;
    opacity: 1;
}

.slick-dots li.slick-active button:before {
    color: #00a3e0;
}


/** slick **/



/* Direction css */

h1
    {
        direction: rtl!important;
    }
    h2
    {
        direction: rtl!important;
    }
    h3
    {
        direction: rtl!important;
    }
    p
    {
        direction: rtl!important;
    }
    a
    {
        direction: rtl!important;
    }
    .about
    {
         
    }

.counter
{
    direction: rtl!important;
    }

/*  Direction css end */


.afili_slot {
    max-height: 510px;
    height: 510px;
}


.contactDetail input#ContentPlaceHolder1_txtcaptchaAnswer {
    width: calc(100% - 30px) !important;
    margin: 5px auto;
}

section.search_section {
    padding: 90px 100px 20px;
}

.typeofdata {
    width: 100%;
    text-align: center;
}

.typeofdata h4 {
    font-weight: 600;
    text-transform: uppercase;
    color: #13294b !important;
    border-bottom: 2px solid #13294b;
    border-top: 5px solid #13294b;
    padding: 5px 0;
    margin: auto;
    margin-bottom: 30px;
    width: fit-content;
    font-size: 2rem;
}

.search_Page p {
    padding: 20px 0;
    font-size: 22px;
    color: #13294b !important;
    text-align: right;
}

.search_result_list ul {
    padding: 35px 0 35px 40px;
}

.search_result_list ul li {
    list-style-type: disc !important;
}

.search_result_list ul li a {
    font-size: 18px;
}

h3.found_msg {
    color: #13294b !important;
}

.uesinput-form:focus {
    background: #fff;
    border-color: #e4e5e6;
    border-bottom: 2px solid #13294b;
    outline: none !important;
    box-shadow: none;
    transition: all 0.4s;
}

.thank_u{
    min-height: initial !important;
    width: 100%;
    display: block !important;
    padding-top: 100px !important;
}

.ThanksMSG {
    width: 100% !important;
    float: none !important;
    text-align: center;
    padding: 45px 0 20px !important;
    line-height: 40px;
    font-size: 28px;
}

.subscribe_btn {
    border: 1px solid #333;
    background-color: #fff;
    width: initial !important;
    height: initial !important;
    color: #13294b !important;
    padding: 5px 8px;
    text-align: center;
    margin-top: 30px;
    cursor: pointer;
    margin: 0 auto;
    transition: all 0.3s ease-in !important;
    line-height: initial !important; 
}

.subscribe_btn:hover {
    background: #13294b !important;
    transition: all 0.3s ease-in !important;
    color: #ffffff !important;
    border-color: #13294b !important;
}




input#txtcaptchaAnswer {
    width: calc(100% - 20px);
    border: 1px solid #13294b !important;
    padding: 5px 0;
    text-align: center;
    color: #13294b;
    border-radius: 0 !important;
}