html, body {
    overflow-x: hidden;
}

body {
    direction: rtl !important;
    text-align: right;
}

.header {
    padding-top: 0vw;
    padding-bottom: 0vw;
    width: 100%;
    height: 100%;
}

.header__container {
    display: flex;
    padding: 0px;
}

@media (max-width: 767px) {
    .header__container {
        margin-top: 55px;
    }
}

.header__contain {
    position: relative;
    background-color: #3a3638;
}

    .header__contain img {
        opacity: 0.8;
        width: 100vw;
        height: 97vh;
    }

* {
    transition: all 0.3s linear 0s;
}


.content__contain {
    position: absolute;
    left: 29%;
    top: 34%;
    width: 647px;
}

    .content__contain .paragraph {
        color: #fff;
        text-align: center;
        font-family: Montserrat;
        font-style: normal;
        font-weight: bold;
        font-size: 75px;
    }


.WhyBlueOcean_content__contain {
    position: absolute;
    top: 36%;
    width: 100%;
}

    .WhyBlueOcean_content__contain .paragraph {
        color: #fff;
        text-align: center;
        font-family: Montserrat;
        font-style: normal;
        font-weight: bold;
        font-size: 4rem;
    }

.MainPageBackGround {
    background-image: url(/asset/images/Mask_Group_2Blured.png);
    background-position: center;
    background-size: cover;
    position: relative;
    height: 71vh;
    background-repeat: no-repeat;
    background-color: white;
}

.hesdertext {
    font-size: 3vw;
    font-weight: bold;
    text-align: right;
    color: rgb(51, 55, 69);
}

.headerTextCon {
    z-index: 5;
    width: 45vw;
    position: absolute;
    word-break: break-word;
    top: 24%;
    right: 18%
}

.header__full-Text-container {
    flex-grow: 1;
}

.header__img-container {
    padding: 0px;
    flex-grow: 2;
    max-width: 60%;
    z-index: 1;
}

.header__input-container {
    padding: 0px;
    margin-top: 3vw;
    width: 70vw;
    height: 38vw;
    position: absolute;
    border-radius: 13vw;
    border: solid 4px rgb(51, 55, 69,0.1);
}

.header-p {
    opacity: 0.5;
    font-size: 0.8vw;
    font-weight: 500;
    text-align: right;
    padding: 2vw 0;
    color: rgb(51, 55, 69);
}

.header__img {
    width: 100%;
    height: auto;
}
/******************************************Endheader**************************************/

.box-index {
    height: 334px;
    padding: 24px;
    box-shadow: 2px 1px 15px 2px rgb(0 0 0 / 16%);
    border-radius: 20px;
}

    .box-index:hover {
        transform: translateY(3px)
    }

.img-index-box {
    width: 100%;
    height: 235px;
    border-radius: 5px;
    margin-bottom: 10px
}

/******************************************solutions**************************************/
.SolutionsSec__title {
    font-weight: bold;
    text-align: center;
    color: rgb(51, 55, 69);
    margin-bottom: 40px
}

.SolutionsSec__View-all {
    text-align: center;
    color: #007bff !important;
    cursor: pointer;
}

    .SolutionsSec__View-all::after {
        font-family: "Font Awesome 5 Free";
        content: "\f060";
        display: inline-block;
        color: inherit;
        padding-right: 3px;
        vertical-align: middle;
        font-weight: 900;
    }

.SolutionsSec__sol-card-container {
    justify-content: space-around;
    display: flex;
    flex-wrap: wrap;
    padding-left: 2vw;
    padding-right: 2vw;
}

.card-img-top {
    height: 175px;
}

.SolutionsSec__sol-card {
    padding: 0px;
    margin: 1vw;
    border-radius: 26px;
    background-color: rgb(246, 246, 246);
    height: 400px;
}

.SolutionsSec__sol-card-title {
    font-weight: 500;
    text-align: right;
    color: rgb(51, 55, 69);
}

.SolutionsSec__sol-card-p {
    opacity: 0.5;
    font-weight: 500;
    text-align: right;
    color: rgb(51, 55, 69);
}
/**********************SerSec__sec*******************************************/
.SerSec__sec {
    background-color: rgb(87, 141, 221,0.1);
}

.SerSec__title {
    position: absolute;
    top: 23%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
    text-align: center;
    color: rgb(51, 55, 69);
    opacity: 1;
}

.SerSec__icon {
    border-radius: 50%;
    background-color: #578ddd;
}

.SerSec__detailes h5 {
    font-weight: bold;
    line-height: 49px;
    text-align: right;
    color: #578ddd;
}

.SerSec__detailes p {
    opacity: 0.5;
    line-height: 24px;
    text-align: right;
    color: #578ddd;
}
/**********************ENd SerSec__sec*******************************************/
.PartnerSec__title {
    font-weight: bold;
    text-align: center;
    color: rgb(51, 55, 69);
}

.right,
.left {
    height: 7vw;
    width: 3.5vw;
}

.right {
    border-bottom-right-radius: 7vw;
    border-top-right-radius: 7vw;
}

.left {
    border-bottom-left-radius: 7vw;
    border-top-left-radius: 7vw;
}

.dot {
    width: 100%;
    padding-top: 100%;
    border-radius: 50%;
    background-color: #578ddd;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 4vw;
    display: inline-block;
}

.dots {
    position: absolute;
    top: -2%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 7vw;
    width: 7vw;
    background-color: #023757;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 4vw;
    border-radius: 50%;
    display: inline-block;
}

.spans {
    opacity: 0.1;
    background-color: rgb(51, 55, 69);
}

.PartnerSec__part {
    justify-content: space-between;
    display: flex;
    margin-top: 8vw;
}

.PartnerSec__Lorem-ipsum {
    position: relative;
    width: 46vw;
    border-radius: 26px;
    background-color: rgb(246, 246, 246);
}

.PartnerSec__Lorem-ipsum-p {
    padding: 44px 2px;
    font-weight: 500;
    margin: 4vw;
    text-align: right;
    color: rgb(51, 55, 69);
}

/*****************whysec***********/
.PartnerSec__Lorem-ipsum-p {
    font-weight: 500;
    margin: 4vw;
    text-align: right;
    color: rgb(51, 55, 69);
}

.WhySec__container {
    position: relative;
    margin: 0vw 12vw;
}

.WhySec__img {
    width: 100%;
}

.WhySec__lourm {
    position: absolute;
    /*opacity: 0.78;*/
    display: flex;
    justify-content: space-between;
    background-color: rgb(87, 141, 221,0.78);
    width: 100%;
    height: 15vw;
    bottom: 0px;
    border-radius: 0 0 1vw 1vw;
}

.WhySec__Article {
    margin: 1vw 0vw;
    border-right: #Fff 4px solid;
}

    .WhySec__Article:first-child {
        margin: 1vw 0vw;
        border-right: 0;
    }

.WhySec__Article-head {
    font-weight: bold;
    text-align: right;
    color: rgb(246, 246, 246) !important;
}

.WhySec__Article-body {
    font-size: small;
    opacity: 0.5;
    font-weight: 500;
    text-align: right;
    color: rgb(246, 246, 246);
}
/**********************new themeeeeeeeeeeeeeeeeeeeee********************/

a.nav-item.nav-link.tenslatedata {
    white-space: nowrap;
    transition: all 0.3s ease-out;
    cursor: pointer;
    text-align: left;
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    color: rgba(67,64,64,1);
}

/****************************ByMahmoud**************************************/

.WhyBlueOceanMainPage {
    background-image: url('/asset/images/D21D6826.png');
    background-size: contain;
    background-position: center;
    position: relative;
    height: 70vh;
    background-repeat: no-repeat;
}

.aboutUs {
    background-image: url('/asset/images/About.png');
    background-size: cover;
}

.ourCommunity {
    background-image: url('/asset/images/Community.png');
    background-size: cover;
}

.solutions {
    background-image: url('/asset/images/Services.png');
    background-size: cover;
}

.membership {
    background-image: url('/asset/images/Membership.jpg');
    background-size: cover;
}

.contactUs {
    background-image: url('/asset/images/contact us.jpg');
    background-size: cover;
}

.healthySocietyPage {
    background-image: url('/asset/images/For a healthy society.png');
    background-size: cover;
}

.WhyBlueOceanPage {
    background-image: url('/asset/images/why ocean blue.png');
    background-size: cover;
}

.Eventcontactus {
    padding: 0px;
    display: flex;
    background-image: url('../asset/images/product-school-lVTtqIY6pL0-unsplash.png');
    background-position-x: right;
    background-size: cover;
    height: 247px;
    border-radius: 15px;
}

.Member__list {
    line-height: 300%;
    text-align: right;
}

=
.contactUs__link {
    text-align: center;
    color: #007bff !important;
    cursor: pointer;
    padding-right: 5px
}

.floating-wpp .floating-wpp-popup.active {
    left: 0px
}

.floating-wpp .floating-wpp-input-message {
    flex-direction: row-reverse;
}

.floating-wpp .floating-wpp-popup.active .floating-wpp-message {
    width: fit-content;
}
/**************collapse****************/
.faq-container {
    max-width: 600px;
    margin: 0 auto;
}

.faq {
    background-color: transparent;
    border: 1px solid #9fa4a8;
    border-radius: 10px;
    margin: 20px 0;
    padding: 30px;
    position: relative;
    overflow: hidden;
    transition: 0.3 ease;
}

    .faq.active {
        background-color: #fff;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
    }

        .faq.active::before,
        .faq.active::after {
            content: "\f075";
            font-family: "Font Awesome 5 Free";
            color: #2ecc71;
            font-size: 7rem;
            position: absolute;
            opacity: 0.2;
            top: 20px;
            left: 20px;
            z-index: 0;
        }

        .faq.active::before {
            color: #3498db;
            top: -10px;
            left: -30px;
            transform: rotateY(180deg);
        }


.faq-title {
    margin-inline-start: 35px;
}


.infoabout_us .faq-title {
    margin: 0px;
    margin-bottom: 5px;
    font-weight: bold;
    color: #040251;
}

.infoabout_us {
    margin: 20px 0px
}


    .infoabout_us img {
        max-height: 100px;
        width: 95px;
        margin-inline-end: 20px;
    }

    .infoabout_us ul {
        margin: 0px;
        margin-top: 5px;
        padding: 0px;
    }

        .infoabout_us ul li {
            list-style-type: disc;
            list-style-position: inside;
            margin: 2px 0px
        }


.faq-text {
    display: none;
    margin: 30px 0 0;
}

.faq.active .faq-text {
    display: block;
}

.faq-toggle {
    background-color: transparent;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    padding: 0;
    position: absolute;
    top: 30px;
    right: 30px;
    height: 30px;
    width: 30px;
}

    .faq-toggle:focus {
        outline: 0;
    }

    .faq-toggle .fa-times {
        display: none;
    }

.faq.active .faq-toggle .fa-times {
    color: #fff;
    display: block;
}

.faq.active .faq-toggle .fa-chevron-down {
    display: none;
}

.faq.active .faq-toggle {
    background-color: #9fa4a8;
}

.column {
    -ms-flex: 25%; /* IE10 */
    flex: 25%;
    max-width: 25%;
    padding: 0 4px;
}

    .column img {
        margin-top: 8px;
        vertical-align: middle;
    }

.currentlink {
    color: #2f3f80 !important;
    text-decoration: underline !important;
}

.Organic-box {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0px 0px 1px 0px;
    margin-bottom: 60px;
}

    .Organic-box:hover {
        transform: perspective(4000px) translateZ(20px);
    }

.btn-Organic-box {
    text-align: center;
    width: 70%;
    height: 59px;
    margin-left: 15%;
    margin-right: 15%;
    border-radius: 48px;
    margin-bottom: -28px;
}

    .btn-Organic-box > a {
        color: white;
        font-size: 2em !important;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        text-decoration: none
    }

@media only screen and (max-width: 767px) {
    .WhySec__lourm {
        height: 100%;
    }
    /*********************************Newslatter*******************************************/
    .newsLatter__Sec {
        padding-bottom: 0vw;
    }

    .newsLattercontainer {
        border-radius: 26px 26px 0 0;
        background-color: rgb(51, 55, 69);
        width: 50%;
        height: 220px;
    }

    .custom-tab-content {
        color: #fff;
    }

    .newsLatter__title {
        font-weight: bold;
        text-align: center;
        color: #fff;
        padding: 1vw 0vw;
    }

    .newsLatterc__p {
        opacity: 0.5;
        font-weight: 500;
        text-align: center;
        color: #fff;
    }

    .spanSubsceribe {
        border-radius: 26px 0 0 26px;
        background: transparent;
        border-right: transparent;
    }

    .InputSubsceribe {
        background: transparent;
        border-left: transparent;
        border-right: transparent;
    }

    .btnSubsceribe {
        background: #377fff;
        color: #fff;
        border: 1px solid #ced4da;
        border-right: 0px;
        border-radius: 0 26px 26px 0;
    }


    .desc__p {
        line-height: 24px;
        font-size: medium;
        text-align: right;
        color: rgb(51, 55, 69, 0.5);
        font-weight: 300;
    }



    .comtactus__con {
        background-color: #f6f6f6;
        padding: 23px;
        border-radius: 20px;
    }

        .comtactus__con > .row {
            justify-content: center
        }

    .iconX {
        color: #007bff;
        padding: 0px 10px;
    }

    .WhyBlueOceanMainPage {
        background-image: url(/asset/images/D21D6826.png);
        background-size: contain;
        background-position: center;
        position: relative;
        height: 28vh;
        background-repeat: no-repeat;
    }

    .aboutUs {
        background-image: url(/asset/images/About.png);
        background-size: cover;
    }


    .ourCommunity {
        background-image: url(/asset/images/Community.png);
        background-size: cover;
    }

    .solutions {
        background-image: url(/asset/images/Services.png);
        background-size: cover;
    }

    .membership {
        background-image: url(/asset/images/Membership.jpg);
        background-size: cover;
    }

    .contactUs {
        background-image: url('/asset/images/contact us.jpg');
        background-size: cover;
    }

    .healthySocietyPage {
        background-image: url('/asset/images/For a healthy society.png');
        background-size: cover;
    }

    .WhyBlueOceanPage {
        background-image: url('/asset/images/why ocean blue.png');
        background-size: cover;
    }

    .MainPageBackGround {
        background-image: url(/asset/images/Mask_Group_2Blured.png);
        background-size: contain;
        background-position: center;
        position: relative;
        height: 38vh;
        background-color: white;
        background-repeat: no-repeat;
    }

    .WhyBlueOcean_content__contain .paragraph {
        color: #fff;
        text-align: center;
        font-family: Montserrat;
        font-style: normal;
        font-weight: bold;
        font-size: 2rem;
    }
}
/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
    .column {
        -ms-flex: 50%;
        flex: 50%;
        max-width: 50%;
    }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .column {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }

    .ChangeOrder1 {
        order: 1;
    }

    .ChangeOrder2 {
        order: 2;
    }

    .infoabout_us img {
        max-height: 50px !important;
        width: 50px !important;
        margin-inline-end: 15px !important;
    }
}
