﻿
@font-face {
    font-family: 'Montserrat-black';
    src: url('../fonts/Montserrat-Black.ttf');
    src: url('../fonts/Montserrat-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Black.svg#Montserrat-Black') format('svg'), url('../fonts/Montserrat-Black.ttf') format('truetype'), url('../fonts/Montserrat-Black.woff') format('woff'), url('../fonts/Montserrat-Black.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat-midium';
    src: url('../fonts/Montserrat-Medium.ttf');
    src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Medium.svg#Montserrat-Medium') format('svg'), url('../fonts/Montserrat-Medium.ttf') format('truetype'), url('../fonts/Montserrat-Medium.woff') format('woff'), url('../fonts/Montserrat-Medium.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Montserrat-Bold';
    src: url('../fonts/Montserrat-Bold.eot');
    src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg'), url('../fonts/Montserrat-Bold.ttf') format('truetype'), url('../fonts/Montserrat-Bold.woff') format('woff'), url('../fonts/Montserrat-Bold.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat-Light';
    src: url('../fonts/Montserrat-Light.ttf');
    src: url('../fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Light.svg#Montserrat-Light') format('svg'), url('../fonts/Montserrat-Light.ttf') format('truetype'), url('../fonts/Montserrat-Light.woff') format('woff'), url('../fonts/Montserrat-Light.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

.orange {
    color: #D28B3F !important;
}

.white {
    color: #fff !important;
}

a:hover {
    text-decoration: none !important;
}

a {
    font-family: 'Montserrat-Light';
}

body {
    font-family: 'Montserrat-midium';
    text-align: left;
    background-color: white;
}

    body p {
        line-height: 24px;
        font-size: 15px;
        margin-bottom: 14px;
    }

a:hover {
    cursor: pointer;
    color: inherit;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat-Black';
}

h1 {
    font-size: 35px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 24px;
}


h5 {
    font-size: 22px;
}


h6 {
    font-size: 20px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat-black'
}

p {
    font-family: 'Montserrat-midium'
}

.mean-bar {
    position: absolute !important;
    background-color: transparent !important;
    border-bottom: 1px solid transparent !important;
}

.video-container {
    width: 100vw;
    height: 677px;
}
.modal-footer{
    justify-content:center;
}
.messageBoxModal {
    border: 1px solid #288fb0;
}
/*iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 100vh;
    transform: translate(-50%, -50%);
    pointer-events: none;
}*/
.text-content {
    position: absolute;
    color: #FFFFFF;
    left: 33%;
    top: 50%;
    z-index: 20;
    transform: translate(-50%, -50%);
}

.text-content2 {
    position: absolute;
    color: #FFFFFF;
    left: 46%;
    top: 50%;
    text-align: right;
    width: 100%;
    z-index: 20;
    transform: translate(-50%, -50%);
}

@media (min-aspect-ratio: 16/9) {
    .video-container iframe {
        height: 56.25vw;
    }
}

@media (max-aspect-ratio: 16/9) {
    .video-container iframe {
        width: 177.78vh;
    }
}

.carousel-indicators .active {
    background-color: #009CB9;
    opacity: 1;
    position: relative;
    width: 7px;
    margin: 0 auto;
    height: 7px;
    border-radius: 50%;
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 7px;
    margin: 0 auto;
    height: 7px;
    margin-right: 0px;
    margin-left: 0px;
    text-indent: -999px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    border-radius: 100%;
    border-radius: 100%;
    display: block !important;
}

.carousel-indicators .active ::before {
    content: '';
    bottom: -6px;
    position: absolute;
    right: -7px;
    display: inline-block;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    border: 1px solid #fff;
}

.carousel-indicators {
    position: absolute;
    left: 93%;
    z-index: 9999;
    bottom: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: block;
    -ms-flex-pack: center;
    justify-content: flex-start;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 1%;
    list-style: none;
    top: 72%;
}
.listview .card-footer {
    background: transparent !important;
    bottom: -5px !important;
}

.mainHeader .logo {
    position: relative;
    z-index: 2;
    padding-left: 60px;
    text-align: left;
}

.mainHeader .MenubItems {
    position: relative;
    z-index: 99;
}

.carousel {
    position: relative;
    margin-top: -172px;
    z-index: 1;
}

.side-socialmedia {
   position: absolute;
    top: 0px;
    width: 4%;
    left: 0px;
    min-height: 606px;
    z-index: 7;
    transform: rotate(0deg);
    background: #288fb0 0% 0% no-repeat padding-box;
    /* border: 1px solid #707070; */
    opacity: 0.75;}


    .side-socialmedia li {
        text-align: center;
        padding: 4px 0px;
        opacity: 0.57;
        border: 1px solid #fff;
        width: 35px;
        height: 35px;
        margin: 5px auto;
        opacity:1;
    }

.side-socialmedia {
    padding-top: 200px;
}

    .side-socialmedia li {
        list-style-type: none;
        transition: 0.5s ease;
    }

        .side-socialmedia li:hover {
            opacity: 1;
        }
.showmorediv{
    margin-left:1%;
}
.logo img {
    width: 150px;
    height: 53px;
}

.MenubItems li {
    list-style-type: none;
}

.MenubItems li {
    padding: 0px 10px;
    display: inline-block;
}

.slide {
    position: relative;
}

/*#slider-animation::after {
    background-color: rgb(15 15 15 / 33%);
    content: " ";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}*/

.text-content2 .mainstoryboredimage img {
    width: 65%;
}

.videocontrolbtn {
    position: relative;
    z-index: 0;
    width: 625px
}

    .videocontrolbtn:before {
        display:none !important;
        content: "";
        display: block;
        border-bottom: 1px solid #f2fbff66;
        position: absolute;
        top: 170px;
        right: -76px;
        transform: rotate(89deg);
        height: 29px;
        width: 28%;
        z-index: -1;
    }

.videocontrolbtn {
    position: relative;
    z-index: 0;
}

.stoyrboredcontent {
    position: absolute;
    left: 50%;
    bottom: 0;
    text-align: left;
    padding: 20px;
    width: 100%;
    height: 82px;
    border-radius: 68px 0px 0px 0px;
    border: 1px solid #2AB0D1;
    background: #2AB0D1 0% 0% no-repeat padding-box;
    color: #fff;
    z-index: 99;
}

.storybored-title h1 {
    font-size: 24px;
}

.storybored-title {
    position: absolute;
    width: 100%;
    right: 35px;
}

    .storybored-title img {
        padding-left: 10px;
    }

.sidemenu {
    background: #fff;
    padding-left: 30px;
    border: 1px solid #707070;
    height: 611px !important;
    overflow: hidden;
}

.sidemenustyle li {
    background: #ffffff40;
    display: inline-block;
    padding: 6px 0px;
    color: #fff;
    border-radius: 5px;
    width: 41px;
    height: 42px;
}

.sidemenustyle a {
    color: white;
    font-family: 'Montserrat-Medium';
    font-size: 18px;
}


.sectionpadding {
    padding: 0px 10px;
}


.ReadMore {
    border: 1px solid #ffffff59;
    padding:13px 34px;
    color: #fff;
    cursor: pointer;
}

#hamburger-icon {
    display: inline-block;
    width: 80px;
    position: relative;
    bottom: 23px;
    z-index: 99999;
    -webkit-transform: rotate( 0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate( 0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.burgermainmenu-header {
    margin-top: 80px !important;
}

#hamburger-icon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 40%;
    background: #fff;
    border-radius: 3px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate( 0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate( 0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
    /* Hamburger Lines  */

    #hamburger-icon span:nth-child(1) {
        top: 10px;
        left: 4px;
    }

    #hamburger-icon span:nth-child(2),
    #hamburger-icon span:nth-child(3) {
        top: 16px;
        left: 4px;
    }

    #hamburger-icon span:nth-child(4) {
        top: 22px;
        left: 12px;
        width: 24px;
    }

#hamburger-icon.hamburger-open span {
    background: #fff
}

    #hamburger-icon.hamburger-open span:nth-child(1) {
        top: 18px;
        width: 0%;
        left: 50%;
    }

    #hamburger-icon.hamburger-open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #hamburger-icon.hamburger-open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #hamburger-icon.hamburger-open span:nth-child(4) {
        top: 18px;
        width: 0%;
        left: 50%;
    }

.overlay {
    height: 0%;
    width: 100%;
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    overflow: hidden;
    transition: 0.5s;
}

.overlay-open .logo {
    display: none;
}

.overlay::before {
    background-position: right bottom !important;
    mix-blend-mode: screen;
    content: "";
    background-image: url(../images/menulayer.png);
    background-size: 40%;
    position: absolute;
    top: 0px;
    background-position: right;
    right: 0px;
    background-repeat: no-repeat;
    bottom: 0px;
    left: 0px;
    opacity: 0.4;
}

.overlay-open {
    overflow: hidden;
    height: 632px !important;
}

.overlay-content {
    position: absolute;
    width: 100%;
    top: -30px;
    text-align: left;
    margin-top: 30px;
}

.circle {
    cursor: pointer;
}

#slider-animation .carousel-inner {
    height: 677px;
}

.nav-tabs {
    border-bottom: 1px solid transparent !important;
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #dee2e6;
    display: flex;
}

    .nav-tabs li a:hover {
        text-decoration: none;
    }

    .nav-tabs .active {
        color: #5D5D5D !important;
        font-family: 'Montserrat-black' !important;
    }

    .nav-tabs li a {
        font-family: 'Montserrat-midium';
        font-size: 20px;
        color: #858585;
    }

    .nav-tabs li {
        position: relative;
        padding: 5px 0px;
    }

    .nav-tabs .active:before {
        content: "";
        display: block;
        border-bottom: 5px solid #009CB9;
        position: absolute;
        bottom: 0;
        width: 15%;
        z-index: 0;
    }

.secodarymenu {
    padding-bottom: 15px;
}

    .secodarymenu ul {
        padding: 0px 20px;
    }

        .secodarymenu ul li a {
            color: #000000;
        }

        .secodarymenu ul li {
            list-style-type: none;
        }

            .secodarymenu ul li a {
                font-family: 'Montserrat-midium';
            }

                .secodarymenu ul li a:hover {
                    text-decoration: none !important;
                }

    .secodarymenu ul {
        padding: 0px 5px;
    }

        .secodarymenu ul li {
            padding: 5px 0px;
        }

.languagebtn {
    background-color: #5E5E5E;
    width: 100%;
    height: 80px;
    POSITION: RELATIVE;
    bottom: 40px;
}
.sidemenulogo, .maincategories, .secodarymenu {
    padding-left: 70px;
}

.languagebtn {
    padding: 0px 80px;
}
    .languagebtn a {
        color: #fff;
        font-size: 14px;
        font-family: 'Montserrat-Bold';
    }

        .languagebtn a:hover {
            text-decoration: none;
        }
.fa-globe {
    color: white;
}
.tabCategorycontent {
    background-color: #2b8fb13b;
    height: 667px;
}

.tab-content {
    padding-top: 90px;
    padding-left: 30px;
    padding-right: 30px;
}

.contentlist ul {
    list-style-type: none;
    padding: 0px;
}

    .contentlist ul li {
        padding: 18px 0px;
        position: relative;
    }

        .contentlist ul li a:hover {
            text-decoration: none !important;
        }

        .contentlist ul li a {
            color: #000000;
            font-family: 'Montserrat-midium';
            font-size: 18px;
        }

        .contentlist ul li:before {
            content: "";
            display: block;
            border-bottom: 1px solid #000000;
            position: absolute;
            bottom: 10px;
            width: 100%;
            opacity: 0.36;
            z-index: 0;
        }

        .contentlist ul li:after {
            content: "";
            width: 30px;
            height: 30px;
            background: url(../images/right-arrow.png);
            background-repeat: no-repeat;
            top: 20px;
            right: -14px;
            position: absolute;
            display: inline-block;
        }

.video-container2 {
    width: 100%;
    height: 677px;
    left: 0;
    top: 0;
    position: absolute;
}

    .video-container2 img {
        width: 100%;
        height: 100%;
    }

.clear {
    clear: both;
}

.overviewimage img {
    width: 100%;
}

.overview {
    text-align: left;
}

.overview-content {
    padding: 80px 50px;
}

    .overview-content h5 {
        font-size: 22px;
    }

.dash {
    color: #F68920;
}

.overview-content h1 {
    font-family: 'Montserrat-black';
    width: 85%;
}

.sectionbreif p {
    font-size: 16px;
    width: 75%;
}

.sectionreadmore a {
    color: #2AB0D1;
    font-family: 'Montserrat-Bold';
    font-size: 16px;
}

    .sectionreadmore a:hover {
        text-decoration: none;
    }

.thingstodo {
    position: relative;
    overflow: hidden;
    background-color: #ECF5F8;
    border-radius: 182px 0px 0px 0px;
    height: 649px;
    text-align: left;
    padding: 50px 0px;
}

#owl-carousel1 .owl-nav {
    position: absolute;
    right: 16%;
    top: 0;
}

.itemimage img {
    border-radius: 0px 275px 0px 0px;
    width: 100%;
    height: 336px;
}

.itemdescription {
    padding-top: 60px;
    width: 80%;
}

    .itemdescription p {
        font-size: 16px;
        font-family: 'Montserrat-midium';
        text-align: left;
        letter-spacing: 0px;
        color: #000;
        opacity: 1;
    }

#owl-carousel1 .owl-nav button {
    background: transparent;
    border: 0;
    outline: 0;
}

.card-number {
    position: absolute;
    right: 16.5%;
    color: #919799;
    font-family: 'Montserrat-Bold';
    font-size: 15px;
}

.owl-prev {
    position: relative;
    right: 20px;
}

.owl-next {
    position: relative;
    left: 20px;
}

.beyondaqaba {
    background: linear-gradient(15deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.25)), url(../images/beyondaqaba.png);
    height: auto;
    padding-top: 100px;
    padding-left: 100px;
    overflow: hidden;
    height: 800px;
    background-size: cover;
}

.thingstodosectiontitle {
    padding-left: 100px;
}

.itemtitle {
    padding-left: 120px;
}

.beyondaqaba-descripition p {
    font-family: 'Montserrat-midium';
    font-size: 16px;
    letter-spacing: 0px;
    color: #292929;
}

.mainshape {
    position: relative;
}

.image1 {
    width: 428px;
    height: 523px;
    border-radius: 194px 0px 0px 0px;
    position: relative;
    z-index: 99;
}

.image2 {
    width: 260px;
    height: 303px;
}

.shape2 {
    position: absolute;
    top: 50%;
    left: 51.5%;
    z-index: 9999999999999999999;
}
/*.layer::after {
    content: '\A';
    position: absolute;
    width: 312px;
    margin: 0 auto;
    height: 523px;
    top: 0;
    border-radius: 194px 0px 0px 0px;
    left: 0;
    right: 0px;
    background: rgba(0,0,0,0.2);
    transition: all 1s;
    -webkit-transition: all 1s;
}*/
.layer2, .layer {
    cursor: pointer;
}

    .layer2::after {
        content: '\A';
        position: absolute;
        width: 260px;
        height: 303px;
        top: 0;
        right: 0px;
        background: rgba(0,0,0,0.2);
        transition: all 1s;
        -webkit-transition: all 1s;
    }

.shape2content {
    position: relative;
    bottom: 40px;
    left: 0;
    right: 0;
    font-size: 23px;
    color: #fff;
    z-index: 99;
    font-family: 'Montserrat-black';
}

    .shape2content h5 {
        text-align: center;
    }
.shapes {
    position: relative;
    z-index: 0 !important;
    right: 50px;
}

.shapes:after {
    content: "";
    width: 100%;
    background-size: 10% !important;
    height: 84%;
    background: url(../images/brands.png);
    background-repeat: no-repeat;
    top: 35%;
    right: 0px;
    left: 19%;
    position: absolute;
    z-index: 999;
    display: inline-block;
}

#owl-carousel6 {
    height: 967px !important;
    overflow: hidden;
    margin-top: 0px !important;
}

#owl-carousel6 .owl-nav {
    z-index: 9999999999999999999999999 !important;
    position: absolute;
    bottom: 366px;
    z-index: 99999999999;
    flex-direction: column-reverse;
    left: 0;
    flex-direction: column-reverse;
    align-items: center;
    height: 0px;
    width: 0px;
    left: 0px;
    display: flex;
}
.card-text span {
    font: normal normal 300 16px/26px Montserrat-Light !important;
}

#owl-carousel6 .owl-prev, #owl-carousel6 .owl-next {
    width: 60px;
    height: 135px;
    border: 0;
    outline: 0;
    background-color: transparent;
}

#owl-carousel6 .owl-nav img {
    width: 35px;
    height: 35px;
}

#owl-carousel5
{
    position: relative;
}
#owl-carousel6 .owl-prev {
    position: relative;
    top: 239px !important;
    left: 6% !important;
}
#owl-carousel6 .owl-next {
    top: 117px;
    left: -8px;
}


.serviceitem2 img {
    width: 100%;
    border-radius: 0px;
    height: 455px;
}

.serviceitem3 img {
    width: 100%;
    height: 455px;
}

.beyondaqabaitems {
    position: relative;
    bottom: 235px;
    height: 300px;
    padding: 0px 100px;
    z-index: 9999;
    margin-top:100px;
}

.serviceitem img {
    width: 100%;
    height: 455px;
}

.service-image3 img {
    border-radius: 0px 111px 0px 0px;
}

.serviceimage {
    position: relative;
}

.serviceitem .service-title {
    background: #A2D0DF 0% 0% no-repeat padding-box;
}

.serviceitem1 .service-title {
    background: #A2D0DF 0% 0% no-repeat padding-box;
}

.serviceitem2 .service-title {
    background: #D6984D 0% 0% no-repeat padding-box;
}

.serviceitem3 .service-title {
    background: #F38C61 0% 0% no-repeat padding-box;
}

.service-title {
    position: relative;
    width: 100%;
    height: 75px;
    padding-top: 25px;
    left: 0px;
    bottom: 74px;
    color: #fff;
    margin: 0 auto;
}

.beyondaqabaitems a:hover {
    text-decoration: none !important;
}

.VISITAQABA {
    padding: 30px 5%;
}

.aboutaqaba {
    padding: 5px 115px;
    text-align: left;
    height: 520px;
    background-position: center;
    background-image: url(../images/aboutaqaba.png);
    background-size: cover;
}

select {
    width: 100%;
    margin-bottom: 15px !important;
    /* width: 668px; */
    padding: 15px;
    /* height: 52px; */
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
    border-radius: 26px;
    word-wrap: normal;
}

#owl-carousel2 .owl-nav {
    position: absolute;
    left: 10% !important;
    top: 44% !important;
    bottom: 10px !important;
}
.aqabatitle {
    width: 70%;
}

.Readmore {
    padding: 13px 34px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 3px 2px 14px;
    border-radius: 24px;
    opacity: 1;
    height: 47px;
    width: 160px;
}

    .Readmore a {
        color: #292929 !important;
        font-size: 16px;
        font-family: 'Montserrat-midium';
    }

        .Readmore a:hover {
            text-decoration: none;
        }

.aqababreif {
    font-size: 16px;
}

#owl-carousel2 .owl-prev, #owl-carousel2 .owl-next {
    border: 0;
    outline: 0;
    background: transparent;
}

#owl-carousel2 .owl-next {
    left: 30px;
}

#message {
    width: 203px;
    height: 50px;
    background: #288FB0 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 24px;
    opacity: 1;
    padding: 8px 15px;
    text-align: left;
    position: fixed;
    right: -15px;
    top: 85%;
    z-index: 999999 !important;
}

.whitecircle {
    width: 36px;
    height: 36px;
    padding: 6px;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
}

#message span {
    color: #FFFFFF;
    padding-left: 15px;
    font-family: 'Montserrat-Bold';
}

.footer {
    background-color: #5E5E5E;
    padding-top: 30px;
    padding-bottom: 15px;
}

    .footer h5 {
        color: #fff;
        font-size: 16px;
    }

    .footer a {
        color: #ffffff61;
        font-family: 'Montserrat-Light';
    }

        .footer a:hover {
            text-decoration: none;
        }

.Powered p {
    color: #ffffff61;
    font-family: 'Montserrat-Light';
}

.card-footer {
    bottom: 20px;
    padding-top: 10px;
    width: 100%;
    background: transparent !important;
    border: 0px;
    position: absolute;
    bottom: 0;
}
.news-block {
    position: relative;
}

.subitem {
    position: relative;
}

    .subitem:after {
        content: "";
        display: block;
        border-bottom: 1px solid #ffffff45;
        position: absolute;
        bottom: 5px;
        width: 100%;
        opacity: 0.36;
        z-index: 0;
    }

.footerarrow {
    width: 11px;
    height: 11px;
    margin-top: 5px;
}

.open-close-btn:after {
    content: 'Menu';
    position: absolute;
    color: #fff;
    font-family: 'Montserrat-Light';
    right: 38px;
    top: 28px;
    z-index: 1;
}

.hamburger-open::after {
    content: '' !important;
}

.innerheaderlayer {
    background-image: linear-gradient(#0000000f, #0009),url(../images/storybored.png);
    background-size: cover;
    height: 573px;
    border-radius: 0px 0px 0px 228px;
}

    .innerheaderlayer .logo {
        text-align: left;
    }

.innertittle {
    padding-top: 183px;
    width: 70%;
}

    .innertittle h5 {
        color: #fff;
        font-size: 21px;
        font-family: 'Montserrat-Bold';
    }

.share li {
    padding: 4px 11px;
    margin: 0px 0px;
    display: inline-block;
    border: 1px solid #fff;
}

.sharepart span {
    font-family: 'Montserrat-midium';
    color: #fff;
    padding-left: 20px;
}

.contentbody {
    padding: 40px 0px;
    text-align: left;
}
.cardpadding
{
    padding-bottom:20px !important;
}
.innerheaderlayer:after {
    content: "";
    width: 100%;
    background-size: 45% !important;
    height: 500px;
    background: url(../images/inneroverlay.png);
    border-radius: 68px 0px 0px 0px;
    background-repeat: no-repeat;
    top: 32%;
    background-position: right;
    right: 53px;
    position: absolute;
    z-index: 0;
    display: inline-block;
}

.innerheaderlayer .mainHeader .MenubItems {
    position: relative;
    z-index: 99;
}

.sharepart {
    z-index: 0 !important;
    position: absolute;
    top: 492px;
    padding: 25px 40px;
    right: 0px;
    min-width: 886px;
    height: 82px;
    background: #2AB0D1 0% 0% no-repeat padding-box;
    border-radius: 68px 0px 0px 0px;
    opacity: 0.9;
}

.share {
    display: inline-block;
    padding: 0px 11px;
}

.innerheaderlayer {
    border-radius: 0px 0px 0px 0px !important;
}

.Powered {
    flex-direction: column;
    align-items: center;
}

.thingstodo:after {
    content: "";
    width: 100%;
    background-size: 45% !important;
    height: 500px;
    background: url(../images/thingstodolayer.png);
    border-radius: 68px 0px 0px 0px;
    background-repeat: no-repeat;
    top: 30%;
    background-position: right;
    right: 53px;
    position: absolute;
    display: inline-block;
}

.layer {
    width: 53%;
    margin: 0 auto;
    height: 523px;
}

.thingstodo .container-fluid {
    width: 100%;
    padding-right: 49px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

.responsive-items {
    display: none;
}

.search {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    pointer-events: none;
    position: fixed;
    z-index: 9999999999999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: transparent;
}

.search--open {
    pointer-events: auto;
}

#message a:hover {
    text-decoration: none;
}

.search--open::before {
    opacity: 1 !important;
}

.search::before {
    opacity: 0;
    transition: opacity 0.4s;
}

.search::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
}


.search.search--open .search-frm {
    transform: scale(1);
}

.search-frm-inner {
    position: relative;
    z-index: 10;
    height:220px !important;
    overflow: hidden;
    transform: translate3d(0, -50px, 0);
    transition: transform 0.4s;
}

.search-frm {
    position: relative;
    margin: 2em 0 2em;
    transform: scale(0);
    transition: 0.9s;
    transform-origin: center top;
}

.search-ip {
    font-family: inherit;
    font-size: 40px;
    line-height: 1;
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    padding: 0.25em;
    text-align: left;
    z-index: 99999999 !important;
    color: #fff;
    border: none;
    background: rgba(255,255,255,0.3);
    opacity: 1;
    transition: opacity 0.4s;
    transition: 0.3s;
    font-family: 'Montserrat-light' !important;
}

.search--open .search-cls {
    opacity: 1;
}

.search-cls {
    position: absolute !important;
    top: 15px;
    right: 15px;
    background: #eaba82;
    opacity: 0;
    transition: opacity 0.4s;
    background: none;
    border: 0;
    padding: 0;
    width: 30px;
    height: 30px;
    background: transparent;
    border: none;
    cursor: pointer;
}

#search-cls span::before {
    position: absolute;
    content: '' !important;
    background: #fff;
    width: 5px;
    height: 24px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}

#search-cls span::after {
    position: absolute;
    content: "";
    background: #fff;
    width: 5px;
    height: 24px;
    top: 50%;
    transform: translateY(-50%) rotate(-40deg);
}

.search-cls span::after {
    transform: translateY(-50%) rotate(-45deg);
}

.search-frm::after {
    transform: translateY(-50%) rotate(-45deg) !important;
}

.search--open .search-frm-inner {
    transform: translate3d(0, 0, 0);
    transition: none;
}

.search-frm-inner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0%;
    width: 100%;
    height: 105%;
    background: rgba(255,255,255,0.3);
    opacity: 0;
    z-index: -1;
}

.displayHidden {
    display: none !important;
}

.aboutaqabasectiontitle {
    text-align: left;
}


#banner-boxs {
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 200px;
    perspective: 1600px;
    -webkit-perspective: 1600px;
    transform-style: preserve-3d;
    bottom: 20px;
    right: 0px;
    transform-origin: 0% 50%;
}

    #banner-boxs .active .package-item {
        background-color: #33334b !important;
    }

    #banner-boxs .active .pakage-image img {
        display: none;
    }

    #banner-boxs .active #image1 {
        background-image: url(../images/icon1.png);
        background-position: right;
        height: 60px;
        background-repeat: no-repeat;
    }

    #banner-boxs .active #image2 {
        background-image: url(../images/icon2.png);
        background-position: right;
        height: 60px;
        background-repeat: no-repeat;
    }

    #banner-boxs .active #image3 {
        background-image: url(../images/icon3.png);
        background-position: right;
        height: 60px;
        background-repeat: no-repeat;
    }

    #banner-boxs .active #image4 {
        background-image: url(../images/icon4.png);
        background-position: right;
        height: 60px;
        background-repeat: no-repeat;
    }

    #banner-boxs .active #image5 {
        background-image: url(../images/icon5.png);
        background-position: right;
        height: 60px;
        background-repeat: no-repeat;
    }

    #banner-boxs .active .package-name {
        padding-top: 7% !important;
    }

    #banner-boxs .active .package-name {
        color: #fff;
    }

.package-item {
    padding: 12% 15%;
    height: 200px;
    width: 95%;
    text-align: right;
    background-color: #fff;
}

#banner-boxs .carousel-item {
    z-index: 0;
    display: block;
    opacity: 1;
    visibility: visible;
    z-index: 0;
    opacity: 1 !important;
    visibility: visible;
}

#banner-boxs .carousel-item {
    width: 250px;
    position: absolute;
    top: 0;
    left: 0;
}

#banner-boxs #carousel-item1 {
    transform: translateX(524.5px) translateY(0px) translateX(0px) translateX(0px) translateZ(0px);
}

#banner-boxs #carousel-item2 {
    transform: translateX(524.5px) translateY(0px) translateX(245px) translateZ(-200px);
    z-index: -1;
}

#banner-boxs #carousel-item3 {
    transform: translateX(500.5px) translateY(0px) translateX(535px) translateZ(-400px);
    z-index: -2;
}

#banner-boxs #carousel-item4 {
    transform: translateX(524.5px) translateY(0px) translateX(-520px) translateZ(-400px);
    z-index: -2;
}

#banner-boxs #carousel-item5 {
    transform: translateX(524.5px) translateY(0px) translateX(-250px) translateZ(-200px);
    z-index: -1;
}

.mainMenu {
    text-align: right;
}

.pagination {
    flex-direction: row !important;
}

.CurrentPageClass {
    border-radius: 10%;
    position: relative;
    padding: 0px 18px 0px 10px;
    color: #5E5E5E;
    font-weight: bold !important;
    font-size: 15px;
}

    .CurrentPageClass::after {
        content: '';
        border-bottom: 3px solid #2AB0D1;
        width: 22px;
        top: 20px;
        display: inline-block;
        position: absolute;
        left: 3px;
    }


.NumericClass {
    border-radius: 10%;
    padding: 0px 10px 0px 10px;
    background-color: #fff;
    color: #5E5E5E;
    font-weight: bold !important;
    font-size: 15px;
}

li {
    font-family: 'Montserrat-midium' !important;
}

.CurrentPageClass:hover {
    color: #777;
    background: #fff;
    cursor: pointer;
}


.pull-right {
    color: #2AB0D1;
    font-family: 'Montserrat-Bold';
    float: none !important;
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1290px !important;
}

.mainstoryboredimage {
    position: relative;
    left: 100px;
}

.addheight {
    min-height: 611px !important;
}

.sidebar {
    display: none !important;
}

.lblQuestion {
    border-left: 3px solid #2AB0D1;
    padding-left: 7px;
}
.footer-p-margin {
    color: #ffffffb5 !important;
}

.NewsSection .media-img img {
    border-radius: 0px 200px 0px 0px;
}


.card-news .card-deck .card {
    border: 1px solid #a1a1a1;
    border-radius: 0;
    padding: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    transition: all 0.5s;

}

@media screen and (min-width: 760px) {
    .PhotoGalleryClassWidth {
        width: 25%;
    }
}

.rotateimg {
    transform: rotate(180deg);
}

.BorderClass {
    border-left: 4px solid #2AB0D1;
    padding-left: 10px;
}

.breadcrumb-item {
    display: inline-block !important;
}

    .breadcrumb-item + .breadcrumb-item::before {
        display: inline-block;
        padding-right: 0.5rem;
        color: #fff;
        content: url(/App_Themes/ThemeEn/Images/breadcrumparrow.png);
    }

.sharethis-inline-share-buttons {
    display: flex !important;
}

#st-1 .st-btn:last-child {
    margin-right: 0;
    display: block !important;
}

#owl-carousel6 {
    height: 967px !important;
}

.rating {
    display: none;
}

.alignemnt {
    text-align: left !important;
}

.txt-search {
    margin: 0 auto;
    padding: 0px 10px !important;
    height: 52px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
    border-radius: 26px;
    opacity: 1;
    width: 65% !important;
}

.col-lg-8 .txt-search {
    width: 65% !important;
    padding: 0px 10px !important;
    margin: 10px auto !important;
}

.btn-search {
    width: 164px;
    height: 48px;
    /* UI Properties */
    background: #288FB0 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 24px;
    opacity: 1;
    color: #fff;
    border: 1px solid transparent !important;
}

#owl-carousel1 .owl-next {
    position: relative;
    left: 60px;
}

.serviceitem, .serviceitem2, .serviceitem3 {
    width: 95%;
    height: 452px;
}

.serviceitem {
    margin-left: 25px;
}

.serviceitem3 {
    margin-left: -25px;
}

.serviceitem, .serviceitem2, .serviceitem3 {
    transition: 1s ease;
}

.card-news .card-deck .card:hover {
    transform: translateY(-4px);
}
.card-news .card-deck .card {
    transition: 0.8s ease
}
.blockserviceitem .card-title {
    height: 189px;
}
.featureitems .serviceitemanimation:hover {
    transform: translateY(-16px);
}

.sectionreadmore a {
    font-size: 16px ;
}

.sectionreadmore {
    width: 115px;
}

    .sectionreadmore a::after {
        content: '';
        display: block;
        width: 0;
        height: 3px;
        background: #2AB0D1;
        transition: width .3s;
    }

    .sectionreadmore a:hover::after {
        width: 100%;
    }

.Readmore:hover {
    background-color: #2AB0D1 !important;
}

    .Readmore:hover a {
        color: #fff !important;
    }

.secodarymenu {
    padding-top: 0px;
    padding-bottom: 25px;
}

#divPager {
    display: flex !important;
    justify-content: center;
}

.bdr-blue2 {
    background: #009EB0;
    color: #fff;
}

.documnetgrid .bdr-grey:nth-child(odd) {
    background: #F1F1F1;
}

.documnetgrid .bdr-grey:nth-child(even) {
    background: #fff;
}

.btn-blue {
    background: #288FB0;
    color: #fff;
}

.bookslide .carousel {
    height: 560px !important;
}

.bookslide .carousel {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 400px;
    -webkit-perspective: 500px;
    perspective: 500px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
}

.bookslide .container {
    margin: 0 auto;
    max-width: 1280px;
    width: 100%;
}
/* set to flexbox to center the images with the indicator icons */
.bookslide .carousel-item {
    display: flex;
    align-items: start;
    justify-content: center;
}

    .bookslide .carousel-item img {
        width: auto !important;
        height: 350px !important;
    }


.bookslide {
    background-color: transparent;
}

    .bookslide .carousel .carousel-item {
        visibility: hidden;
        width: 100%;
        opacity: 1 !important;
        height: 500px;
        position: relative;
        top: 0;
        left: 0;
        right: 0;
    }

    .bookslide .carousel .active img {
        width: 360px !important;
        margin: 0 auto;
        height: 445px !important;
        border-radius: 194px 0px 0px 0px;
    }

.item2 {
    z-index: 999999 !important;
    position: relative;
    left: 42% !important;
    top: 274px !important;
}

.carousel-item {
    transition: none !important;
}

.square {
    width: 100px;
    height: 100px;
    font-size: 3em;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    color: black;
    cursor: pointer;
}

.item3 {
    width: 428px;
    height: 523px;
}

.btn-search-div {
    text-align: center;
}

.overview {
    height: 460px !important;
}
/*.aboutaqabasection:after {
    content: linear-gradient(to top, #791014 0%,#ffffff 28%);
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 999999999999999999999;
    width: 100%;
}*/
.aboutaqabasection {
    position: relative;
}
.card-footer a
{
    color: #2AB0D1;
    font-family: 'Montserrat-Bold' !important;
}
.aboutaqaba::after {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 13.89), rgba(255, 255, 255, 0) 96%);
}
.featureitems .serviceitem .service-image1, .featureitems .serviceitem2 .service-image1, .featureitems  .serviceitem3 .service-image1 {
    background-size: cover !important;
    height: 100% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.aqabaitem {
    position: relative;
    z-index: 999 !important;
    padding-top: 80px;
}

#search {
    width: 35px !important;
}

.beyondaqabaitems .serviceitem .service-image1 {
    border-radius: 111px 0px 0px 0px !important;
}

.beyondaqabaitems .serviceitem3 .service-image1 {
    border-radius: 0px 111px 0px 0px;
}

.booked-weather-160x36 {
    left: 430px !important;
    position: absolute !important;
    top: 28px !important;
    z-index: 99999999999999999 !important;
}
.news-block
{
    background:transparent !important;
}
.media.news-block .media-img {
    width: 250px;
}


.boxes:hover .progress-number3, .boxes:hover .progress-number2, .boxes:hover .progress-number1 {
    display: none !important;
}

.Powered a:hover {
    color: #2AB0D1 !important;
}
.w160x36-03 {
    color: #fff !important;
}

.booked-weather-160x36-city {
    font-family: 'Montserrat-midium';
    position: relative;
    bottom: 2px;
}
.sidemenu-content{
    height:0px !important;
}
.rotateImg {
    padding: 0px 5px !important;
}
.search2 {
    background-color: #288FB0;
    color: White;
    padding: 8px 34px;
    border: none;
    margin-top: 21px;
    border-radius: 2;
}
.contentbody .listview  a {
    color: #2AB0D1;
    position: absolute;
    bottom: 0px;
}
.contentbody a:hover
{
    color:#000 !important;
}

.innertittle  h5
{
    display:none !important;
}
.contentbody .media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}
.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}
.media.news-block .media-body .card-title {
    font-size: 17px !important;
    padding-top: 10px !important;
    text-align: left;
}
.rotateimage {
    transform: rotate(180deg) !important;
}
.news-card, .video-card {
    border: 1px solid #a1a1a1 !important;
    border-radius: 0;
    padding: 0px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%) !important;
    transition: all 0.5s;
}
.poll-container {
    z-index: 100;
    width: 300px;
    position: fixed;
    bottom: 0;
    margin: 0 10px;
    background-color: rgba(245, 239, 239, 0.9);
}

#rblPollAnswer {
    position: relative;
    left: 0%;
}
.poll-container .panel-primary {
    border-color: #288FB0 !important;
}
.booked-weather-160x36-city {
    font-family: 'Montserrat-midium';
    position: relative;
    bottom: 2px;
    color:#fff !important;
}
.booked-weather-160x36-degree {
    color: #fff !important;
}
a {
    color: #2AB0D0;
    font-family: 'Montserrat-midium' !important;
}

.listserviceitem .card-text {
    height: 180px !important;
}
.st-btn img {
    display: inline-block;
    height: 28px !important;
    width: 30px !important;
    position: relative;
    top: -3px !important;
    vertical-align: top;
}
.st-btn
{
    background:transparent !important;
}
.shapes
{
    position:relative;
    z-index:0 !important;
}
.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: -250px;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 7%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease;
}
.layer img {
    border-radius: 194px 0px 0px 0px;
    width: 428px;
    height: 523px;
}
.blockserviceitem {
    background: #ECF5F8 !important;
}

/* START FROM HERE */





/* START FROM HERE */

[data-star] {
    text-align: left;
    font-style: normal;
    display: inline-block;
    position: relative;
    unicode-bidi: bidi-override;
}

    [data-star]::before {
        display: block;
        content: '★★★★★';
        color: #eee;
    }

    [data-star]::after {
        white-space: nowrap;
        position: absolute;
        top: 0;
        left: 0;
        content: '★★★★★';
        width: 0;
        color: #ff8c00;
        overflow: hidden;
        height: 100%;
    }

[data-star^="0.1"]::after {
    width: 2%;
}

[data-star^="0.2"]::after {
    width: 4%
}

[data-star^="0.3"]::after {
    width: 6%
}

[data-star^="0.4"]::after {
    width: 8%
}

[data-star^="0.5"]::after {
    width: 10%
}

[data-star^="0.6"]::after {
    width: 12%
}

[data-star^="0.7"]::after {
    width: 14%
}

[data-star^="0.8"]::after {
    width: 16%
}

[data-star^="0.9"]::after {
    width: 18%
}

[data-star^="1"]::after {
    width: 20%;
    content: '★';
}

[data-star^="1.1"]::after {
    width: 22%
}

[data-star^="1.2"]::after {
    width: 24%
}

[data-star^="1.3"]::after {
    width: 26%
}

[data-star^="1.4"]::after {
    width: 28%
}

[data-star^="1.5"]::after {
    width: 30%
}

[data-star^="1.6"]::after {
    width: 32%
}

[data-star^="1.7"]::after {
    width: 34%
}

[data-star^="1.8"]::after {
    width: 36%
}

[data-star^="1.9"]::after {
    width: 38%
}

[data-star^="2"]::after {
    width: 40%;
    content: '★★';
}

[data-star^="2.1"]::after {
    width: 42%
}

[data-star^="2.2"]::after {
    width: 44%
}

[data-star^="2.3"]::after {
    width: 46%
}

[data-star^="2.4"]::after {
    width: 48%
}

[data-star^="2.5"]::after {
    width: 50%
}

[data-star^="2.6"]::after {
    width: 52%
}

[data-star^="2.7"]::after {
    width: 54%
}

[data-star^="2.8"]::after {
    width: 56%
}

[data-star^="2.9"]::after {
    width: 58%
}

[data-star^="3"]::after {
    width: 60%;
    content: '★★★';
}

[data-star^="3.1"]::after {
    width: 62%
}

[data-star^="3.2"]::after {
    width: 64%
}

[data-star^="3.3"]::after {
    width: 66%
}

[data-star^="3.4"]::after {
    width: 68%
}

[data-star^="3.5"]::after {
    width: 70%
}

[data-star^="3.6"]::after {
    width: 72%
}

[data-star^="3.7"]::after {
    width: 74%
}

[data-star^="3.8"]::after {
    width: 76%
}

[data-star^="3.9"]::after {
    width: 78%
}

[data-star^="4"]::after {
    width: 80%;
    content: '★★★★';
}

[data-star^="4.1"]::after {
    width: 82%
}

[data-star^="4.2"]::after {
    width: 84%
}

[data-star^="4.3"]::after {
    width: 86%
}

[data-star^="4.4"]::after {
    width: 88%
}

[data-star^="4.5"]::after {
    width: 90%
}

[data-star^="4.6"]::after {
    width: 92%
}

[data-star^="4.7"]::after {
    width: 94%
}

[data-star^="4.8"]::after {
    width: 96%
}

[data-star^="4.9"]::after {
    width: 98%
}

[data-star^="5"]::after {
    width: 100%;
    content: '★★★★★';
}
.serviceinnerimage img {
    border-radius: 0px 127px !important;
}
.divingtitle label {
    color: #288FAF !important;
    font-size: 22px;
}

.lb-data .lb-caption {
    display: none !important;
}

.design .card-text label {
    font-family: 'Montserrat-Light' !important;
}
.calendar-box {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 5px #00000029;
    overflow: hidden;
    background-color: #ECF5F8;
    border-radius: 0px 120px 0px 0px;
}


.calendar-boder {
    border-left: 4px solid #288fb0;
    padding-left: 5px;
}

.booked-bl-simple-city{
    color:#fff !important;
}