@import "reset.css";

@import "components/header.css";
@import "components/sub-banner.css";
@import "components/mobile-menu.css";
@import "components/footer.css";

.banner-slider {
    width: 100%;
    height: auto;
    position: relative;
}

.banner-title {
    font-family: var(--font-primary);
}

.banner-bottom-bg {
    width: 180px;
    height: 80px;
    background-image: url(../images/banner-bottom-bg.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -36px;
    z-index: 5;
}

.banner-bottom-round {
    width: 30px;
    height: 46px;
    border: 1px solid #568ecb;
    border-radius: 15px;
    position: absolute;
    margin: 0 auto;
    left: 0px;
    right: 0px;
    bottom: 10px;
}

.banner-bottom-round-inner {
    width: 8px;
    height: 8px;
    background-color: #568ecb;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    margin: 0 auto;
    left: 0px;
    right: 0px;
    top: 10px;
    animation-name: dot-animation;
    animation-duration: 6s;
    animation-iteration-count: infinite;
}

@keyframes dot-animation {
    0% {
        top: 10px;
    }

    25% {
        top: 25px;
    }

    50% {
        top: 10px;
    }

    100% {
        top: 25px;
    }
}

.home-about-section {
    padding: 140px 0px 145px;
}

.home-about-section-inner {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.home-about-section-left {
    width: 65%;
    padding-right: 70px;

}

.home-about-section-left p span {
    background-color: #f3d87d;
    padding: 0px 3px;
}

.heading-with-line {
    line-height: 30px;
    font-weight: bold;
    padding-left: 25px;
    font-size: 16px;
    font-family: 'din_next_arabic';
    font-weight: bold;
    position: relative;
    text-transform: uppercase;
}

.heading-with-line::after {
    content: "";
    width: 2px;
    height: 30px;
    left: 0px;
    top: 0px;
    position: absolute;
    background-color: #5d9fe8;

}

.main-title {
    font-family: 'din_next_arabic';
    font-weight: 300;
    font-size: 48px;
    line-height: 50px;
    font-weight: 300;
    color: #000;
}

.home-about-section-left .main-title {
    margin-bottom: 25px;
}

.blue-btn {
    --height: 50px;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    padding: 0 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    height: var(--height);
    line-height: var(--height);
    background: #628ec6;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}




.blue-btn:hover {
    background: #f3d87d;
    color: #fff;
}

.home-about-section-left .blue-btn {
    margin-top: 30px;
}

.partner-image {
    margin: 0 auto;
}

.home-about-section-right {
    width: 35%;
    border: 3px solid #5d9fe8;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    padding: 8px;
}

.home-about-section-right img {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    width: 100%;
}

.why-choose-section {
    width: 100%;
    height: auto;
    padding: 100px 0px 120px;
    background-color: #f7f7f7;
    position: relative;
    min-height: 900px;

}

.why-choose-section-inner {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    position: relative;
    z-index: 9;
}

.why-choose-content {
    max-width: 560px;
}

.why-choose-content .main-title {
    margin-bottom: 20px;
}

.transparent-title {
    font-size: 150px;
    line-height: 120px;
    color: #fff;
    font-weight: 900;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    -webkit-text-stroke: 0.3px #dcdcdc;
    -webkit-text-fill-color: #f7f7f7;
}

.why-choose-transparent-title {
    text-align: center;
    position: absolute;
    top: 18px;
    z-index: 1;
    width: 100%;
}

.why-choose-images {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.why-choose-images img {
    width: 100%;
    height: auto;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    -webkit-border-radius: 12%;
    -moz-border-radius: 12%;
    border-radius: 12%;
}

.why-choose-border {
    -webkit-border-radius: 12%;
    -moz-border-radius: 12%;
    border-radius: 12%;
    overflow: hidden;
    position: relative;
}

.why-choose-first-image {
    width: 25%;
    height: auto;
    margin-right: 3%;
}

.why-second-images-main {
    width: 20%;
    height: auto;
    margin-right: 3%;
    position: relative;
    margin-top: -70px;
}

.why-second-image {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

.why-third-image {
    width: 49%;
    height: auto;
    margin-right: 0%;
    margin-top: 70px;
}

.why-fourth-image {
    width: 15%;
    height: auto;
    margin-top: 150px;
}

.choose-hover-content {
    width: 100%;
    height: 100%;
    background: rgba(93, 159, 232, 0.8);
    position: absolute;
    top: 100%;
    left: 0px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.choose-hover-content a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    padding: 8%;
}

.why-choose-border:hover .choose-hover-content {
    top: 0px;
}

.choose-hover-content h3 {
    font-weight: 200;
    line-height: 24px;
    font-size: 23px;
    color: #fff;
    margin-bottom: 15px;
}

.choose-hover-content p {
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 0px;
}

.hme-designation-section {
    width: 100%;
    height: auto;
    padding: 190px 0px 160px;
    position: relative;
}

.hme-designation-section h2 {
    font-size: 72px;
    line-height: 70px;
    color: #000;
    font-weight: 100;
    text-transform: none;
    text-align: center;
}

.white-transparent-title {
    text-align: center;
    position: absolute;
    top: 30px;
    z-index: 1;
    width: 100%;
}

.hme-designation-section .white-transparent-title {
    top: 70px;
}

.white-transparent-title .transparent-title {
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke: 0.5px #e9e9e9;
    padding-left: 0px;
}

.designation-content-main {
    width: 100%;
    padding-top: 30px;
}

.designation-content-main ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.designation-content-main ul li {
    width: 48%;
    list-style: none;
}

.main-designation-image {
    width: 100%;
    height: auto;
    overflow: hidden;
    -webkit-border-radius: 13%;
    -moz-border-radius: 13%;
    border-radius: 13%;
}

.main-designation-image img {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.main-designation-image:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.main-designation-content {
    width: 100%;
    padding: 50px 60px 0px;
}

.main-designation-content h3 {
    font-weight: 200;
    color: #000;
    font-size: 36px;
    line-height: 40px;
    font-weight: 200;
    margin-bottom: 15px;
}

.hme-enquiry-section {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    border-top: 2px solid #628ec6;
}

.hme-enquiry-image {
    width: 35%;
    min-height: 810px;
    background-repeat: no-repeat !important;
    background-position: right top !important;
    background-size: cover !important;
    height: auto;
    -webkit-border-bottom-right-radius: 80px;
    -moz-border-bottom-right-radius: 80px;
    border-bottom-right-radius: 80px;
    overflow: hidden;
}

.hme-enquiry-image img {
    width: 100%;
}

.hme-enquiry-content {
    width: 65%;
    height: auto;
    position: relative;
}

.hme-enquiry-content .white-transparent-title {
    top: 50px;
}

.hme-enquiry-content .white-transparent-title .transparent-title {
    text-align: left;
    padding-left: 100px;
}

.enquire-form-main {
    width: 100%;
    padding-left: 160px;
    padding-top: 210px;
}

.enquire-form-main-inner {
    width: 100%;
    height: auto;
    margin-top: 50px;
}

.enquire-form-group {
    width: 100%;
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
}

.enquire-form-half {
    width: 47%;
}

.enquiry-form-input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-weight: 300;
    font-size: 14px;
    color: #000;
    border: none;
    border-bottom: 1px solid #e3e3e3;
    border-radius: none !important;
}

.enquiry-form-input:focus {
    border-bottom: 2px solid #628ec6;
}

textarea.enquiry-form-input {
    height: 90px;
    line-height: 22px;
    resize: none;
    border-radius: none !important;
}

.blue-btn-enqury {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    padding: 0 20px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    height: 50px;
    line-height: 50px;
    background: #5d9fe8;
    min-width: 165px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-align: center;
    margin-top: 15px;
    margin-left: auto;

}

.blue-btn-enqury:hover {
    background: #f3d87d;
    color: #fff;
}

.hme-insta-section {
    width: 100%;
    padding: 40px 0px 150px;
    position: relative;
}

.right-dot-bg {
    position: absolute;
    right: 0px;
    top: -50px;
    z-index: -1;
}

.insta-bottom-bg {
    position: absolute;
    left: 30px;
    bottom: 0px;
    z-index: -1;
}

.title-insta {
    width: 100%;
    text-align: center;
    color: #e3e3e3;
}

.hmeinsta-section-main {
    width: 100%;
    max-width: 950px;
    margin: 0 auto;
    padding-top: 60px;
    position: relative;
}

.hmeinsta-round-img {
    width: 105%;
    height: 105%;
    position: absolute;
    left: -28px;
    top: 40px;

}

.hmeinsta-round-img img {
    width: 100%;
}

.hmeinsta-section-main ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -1.5%;
    margin-right: -1.5%;
}

.hmeinsta-section-main ul li img {
    width: 100%;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.hmeinsta-section-main ul li {
    width: 30%;
    margin-left: 1.5%;
    margin-right: 1.5%;
    list-style: none;
    -webkit-border-radius: 140px;
    -moz-border-radius: 140px;
    border-radius: 140px;
    overflow: hidden;
    position: relative;

}

.hmeinsta-content {
    padding: 20px 50px 35px;
    background-color: #fff;
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;

}

.hmeinsta-content p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 0px;
}

.inner-banner {
    width: 100%;
    min-height: 450px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.inner-banner h1 {
    font-size: 80px;
    line-height: 80px;
    color: #fff;
    font-family: 'din_next_arabic';
    font-weight: 200;
    text-align: left;
    margin-bottom: 50px;
}

.awards-main-section {
    padding: 120px 0px 70px;
    width: 100%;
    height: auto;
    position: relative;
}

.awards-main-section .white-transparent-title .transparent-title {
    padding-left: 0px;
}

.awards-main-section .white-transparent-title {
    top: 50px;
}

.sub-page-title {
    font-size: 72px;
    font-family: 'din_next_arabic';
    font-weight: 200;
    line-height: 70px;
    color: #000;
    font-weight: 200;
    text-align: center;
}

.awards-inner-main {
    position: relative;
    z-index: 9;
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
}

.awards-inner-main ul {
    margin-top: 0px;
    margin-left: -1.5%;
    margin-right: -1.5%;
    display: flex;
    flex-wrap: wrap;
}

.awards-inner-main ul li {
    width: 30%;
    min-height: 175px;
    margin-left: 1.5%;
    margin-right: 1.5%;
    background-color: #fff;
    list-style: none;
    border-radius: 40px;
    margin-bottom: 30px;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 30px -16px rgba(0, 0, 0, 0.33);
    -webkit-box-shadow: 0px 0px 30px -16px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 0px 0px 30px -16px rgba(0, 0, 0, 0.33);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.awards-inner-main ul li:hover {
    background-color: #5d9fe8;
}

.awards-inner-main ul li img {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.awards-inner-main ul li:hover img {
    filter: brightness(0) invert(1);
}

.designation-image-inner a {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
}


/*news*/

.news-main-section {
    padding: 110px 0px 80px;
    width: 100%;
    height: auto;
    position: relative;
}

.news-main-section .white-transparent-title .transparent-title {
    padding-left: 0px;
}

.news-inner-main {
    position: relative;
    z-index: 9;
    width: 100%;
}

.news-inner-main ul {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    margin-left: -1.6%;
    margin-right: -1.6%;
    margin-top: 0px;
}

.news-inner-main ul li {
    width: 30%;
    margin-left: 1.6%;
    margin-right: 1.6%;
    border: 1px solid #5d9fe8;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    list-style: none;
    overflow: hidden;
    margin-bottom: 60px;
}

.news-inner-main ul li a:hover .media-image img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.media-image {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.media-image img {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
}

.media-content {
    width: 100%;
    padding: 30px 50px 30px;
    background-color: #fff;
}

.media-content h5 {
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: #5d9fe8;
    margin-bottom: 15px;
}

.media-content p {
    font-size: 18px;
    color: #000;
}

.pagination-main {
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.pagination-main ul {
    display: flex;
    width: 100%;
    justify-content: center;

}


.related-news-section .white-transparent-title {
    top: 50px;
}

.pagination-main ul li {
    min-width: 28px;
    min-height: 28px;
    list-style: none;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    margin: 0px 5px;
}

.pagination-main ul li a {
    width: 100%;
    height: 100%;
    line-height: 23px;
    font-size: 16px;
    color: #000;
    border: 1px solid #f3d87d;
    font-weight: 200;
    display: flex;
    justify-content: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.pagination-main ul li.active a {
    background-color: #f3d87d;
    color: #000;
}

.pagination-main ul li:hover a {
    background-color: #f3d87d;
    color: #000;
}

.breadcrumbs-main {
    width: 100%;
    margin-top: 50px;
    position: relative;
    z-index: 10;
}

.breadcrumbs-main ul {
    display: flex;
    justify-content: center;
    width: 100%;
}

.breadcrumbs-main ul li {
    padding: 0px 15px;
    list-style: none;
    position: relative;
}

.breadcrumbs-main ul li::after {
    content: ">";
    width: 20px;
    height: 20px;
    position: absolute;
    font-size: 16px;
    right: -15px;
    top: 1px;
    color: #000;
}


.breadcrumbs-main ul li:last-child::after {
    display: none;
}

.breadcrumbs-main ul li a {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #000;
}

.breadcrumbs-main ul li a:hover {
    color: #5d9fe8;
}

.breadcrumbs-main ul li span {
    color: #999999;
}

.news-detail-first-section {
    padding: 70px 0px;
    background-color: #f7f7f7;
}

.news-detail-first-section h5 {
    font-size: 18px;
    line-height: 20px;
    color: #568ecb;
    font-weight: 300;
    margin-bottom: 10px;
}

.news-detail-first-section h3 {
    font-size: 36px;
    color: #000;
    font-weight: 200;
    line-height: 45px;
    max-width: 890px;
    margin-bottom: 30px;
}

.news-detail-first-section p {
    margin-bottom: 15px;
}

.news-detail-image {
    width: 100%;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    border-radius: 80px;
    border-bottom-right-radius: 0px;
    border: 2px solid #568ecb;
    margin: 80px 0px;
}

.news-detail-image img {
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    border-radius: 80px;
    border-bottom-right-radius: 0px;
    width: 100%;
    position: relative;
    top: -20px;
    left: -20px;
}

.related-news-section {
    padding: 160px 0px 130px;
    position: relative;
}

.related-news-section .white-transparent-title .transparent-title {
    padding-left: 0px;
}

.related-news-slider {
    width: 100%;
    margin-top: 70px;
}

.related-news-box {
    width: 100%;
    height: 100%;
    border: 1px solid #5d9fe8;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    list-style: none;
    overflow: hidden;
}

.related-news-box a:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.main-opertunities-nav {
    width: 100%;
    height: 70px;
    background-color: #568ecb;
}

.main-opertunities-nav ul {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}

.main-opertunities-nav ul li {
    list-style: none;
    position: relative;
}

.main-opertunities-nav ul li.active::after {
    content: "";
    width: 100%;
    height: 100%;
    background-image: url(../images/oppertunities-active.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}



.main-opertunities-nav ul li a {
    line-height: 56px;
    padding: 0px 80px;
    padding-top: 15px;
    display: inline-block;
    font-size: 13px;
    color: #fff;
}

.main-opertunities-nav ul li.active a {
    position: relative;
    z-index: 3;
    color: #000;
}


.main-leasing-section {
    padding: 100px 0px 90px;
    position: relative;
    overflow: hidden;
}


.main-leasing-section.first-section .white-transparent-title {
    top: 60px;
}

.main-leasing-section.first-section .transparent-title {
    padding-left: 20%;
}

.main-leasing-section.first-section .main-leasing-box {
    margin-top: 0px;
}

.main-leasing-box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
    align-items: center;
    position: relative;
    z-index: 9;
}

.main-leasing-box-image {
    width: 35%;
    height: auto;
    position: relative;
    z-index: 9;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    padding: 8px;
    border: 2px solid #568ecb;
}


.main-leasing-box-content {
    width: 65%;
    padding-left: 110px;
}

.main-leasing-box-content .sub-page-title {
    text-align: left;
    font-family: 'din_next_arabic';
    font-weight: 200;
}

.main-leasing-box-image img {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.main-leasing-box-content h3 {
    font-size: 24px;
    line-height: 30px;
    color: #000;
    font-weight: 200;
    margin-bottom: 35px;
}


.main-leasing-section:nth-child(2n) {
    background-color: #f7f7f7;
    padding-top: 60px;
}


.main-leasing-section:nth-child(2n) .white-transparent-title .transparent-title {
    -webkit-text-fill-color: #f7f7f7;
}

.main-leasing-section:nth-child(2n) .main-leasing-box {
    flex-direction: row-reverse;
    position: relative;
    z-index: 2;
}


.main-leasing-section:nth-child(2n) .main-leasing-box-image {
    background-color: #f7f7f7;
}


.main-leasing-section:nth-child(2n) .main-leasing-box-content {
    padding-left: 0px;
    padding-right: 110px;
}

.enquire-bottom-section {
    width: 100%;
    padding: 0px 0px 80px;
    overflow: hidden;
}

.enquire-bottom-inner {
    position: relative;
    padding-top: 84px;
}

.enquire-bottom-inner .white-transparent-title {
    left: -90px;
}

.enquire-bottom-inner .white-transparent-title .transparent-title {
    padding-left: 0px;
    text-align: left;
}

.enquire-bottom-inner-second {
    position: relative;
    z-index: 30;
}

.enquire-bottom-inner-second .main-title {
    text-align: left;
    margin-bottom: 15px;
}

.enquire-bottom-inner-second .blue-btn-enqury {
    position: absolute;
    right: 0;
    top: 0;
    margin: auto;
    top: 0px;
    bottom: 0px;
}

.opportunities-main-section {
    padding: 70px 0px 30px;
}


.opportunities-main-section ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.opportunities-main-section ul li {
    width: 45%;
    margin-bottom: 60px;
    list-style: none;
}

.opportunities-image {
    width: 100%;
    height: auto;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid #568ecb;
    padding: 8px;
    overflow: hidden;
}

.opportunities-image img {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.opportunities-image:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.opportunities-inner-section {
    width: 100%;
    max-width: 1020px;
    margin: 0 auto;
}

.opportunities-content {
    padding-top: 25px;
    padding-left: 60px;
    position: relative;
}

.opportunities-content h3 {
    font-size: 36px;
    line-height: 40px;
    font-weight: 200;
    color: #000;
    position: relative;
    padding-left: 70px;
    margin-bottom: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.opportunities-content h3 a:hover {
    color: #f3d87d;
}

.opportunities-number {
    min-width: 48px;
    min-height: 48px;
    text-align: center;
    background-color: #f3d87d;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    line-height: 44px;
    position: absolute;
    left: 0px;
    font-size: 27px;
    font-weight: 200;
    color: #000;
}

.careers-main-section {
    width: 100%;
    padding: 100px 0px 90px;
    position: relative;
}

.careers-main-section .transparent-title {
    padding-left: 0px;
}

.careers-main-inner {
    width: 100%;
}

.careers-main-inner ul {
    width: auto;
    height: auto;
    margin-left: -1%;
    margin-right: -1%;
    display: flex;
    flex-wrap: wrap;
}

.careers-main-inner ul li {
    width: 31.3%;
    margin-left: 1%;
    margin-right: 1%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 65px 50px 40px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    box-shadow: 0px 0px 30px -16px rgb(0 0 0 / 33%);
    -webkit-box-shadow: 0px 0px 30px -16px rgb(0 0 0 / 33%);
    -moz-box-shadow: 0px 0px 30px -16px rgba(0, 0, 0, 0.33);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    list-style: none;
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
}



.careers-main-inner ul li:nth-child(3n) {
    margin-right: 0px;
}

.careers-main-inner ul li h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    margin-bottom: 20px;
}

.careers-main-inner ul li:hover {
    color: #fff;
}

.careers-main-inner ul li .blue-btn-enqury {
    height: 36px;
    line-height: 34px;
    min-width: auto;
    border: 1px solid #5d9fe8;
}

.careers-main-inner ul li .blue-btn-enqury:hover {
    border: 1px solid #fff;
    background-color: transparent;
}

.career-content {
    position: relative;
    z-index: 9;
}

.career-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 3;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    visibility: hidden;
}

.careers-main-inner ul li:hover .career-bg {
    visibility: visible;
}

.designation-main-section {
    width: 100%;
    height: auto;
    padding: 50px 0px 90px;
    position: relative;
}

.designation-main-section .white-transparent-title .transparent-title {
    text-align: left;
    padding-left: 21%;
}

.designation-main-section .sub-page-title {
    text-align: left;
}

.designation-inner-main {
    width: 100%;
    margin-top: 60px;
    display: flex;
    align-items: center;
}

.designation-first-image {
    width: 21%;
    height: auto;
    margin-right: 2%;
}

.designation-second-image {
    width: 21%;
    height: auto;
    margin-right: 2%;
}

.designation-third-image {
    width: 31%;
    height: auto;
    margin-right: 2%;
}

.designation-img {
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.designation-image-inner {
    width: 100%;
    margin: 7px 0px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    overflow: hidden;
    display: inline-block;
    position: relative;
}

.designation-image-inner img {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.designation-image-inner:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.designation-image-inner a::after {
    content: "";
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: rgb(0, 0, 0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.6699054621848739) 11%, rgba(0, 0, 0, 0) 100%);
}

.designation-fourth-image {
    width: 21%;
    height: auto;
}

.designation-bottom-main {
    padding: 0px 40px;
    height: 25px;
    position: absolute;
    bottom: 25px;
    left: 0px;
    width: 100%;
    z-index: 9;
}

.designation-bottom-main h5 {
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    font-weight: 200;
    padding-right: 30px;
    margin-bottom: 0px;
}

.designation-bottom-main .des-btn {
    display: block;
    position: absolute;
    right: 35px;
    margin: auto;
    top: 0;
    bottom: auto;
}

.designation-top-main {
    padding: 0px 40px;
    height: 25px;
    position: absolute;
    top: 50px;
    left: 0px;
    width: 100%;
    z-index: 9;
}

.designation-top-main h4 {
    font-size: 30px;
    line-height: 25px;
    font-weight: 200;
    color: #fff;
}

.designation-top-main p {
    color: #fff;
}

.designation-map {
    width: 100%;
    height: auto;
    margin-top: 100px;
    border: 3px solid #5d9fe8;
    border-radius: 80px;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    border-bottom-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-bottom-right-radius: 0px;
}

.designation-map-main {
    min-height: 460px;
    border-radius: 80px;
    -webkit-border-radius: 80px;
    -moz-border-radius: 80px;
    border-bottom-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-bottom-right-radius: 0px;
    position: relative;
    bottom: 15px;
    right: 15px;
}

.contact-map-main {
    min-height: 680px;
    width: 100%;
}

.contact-main-section {
    width: 100%;
    height: auto;
    padding-bottom: 100px;
    display: flex;
    flex-wrap: wrap;
}

.contact-form-section {
    width: 60%;
    height: auto;
    padding-top: 160px;
    position: relative;
}

.contact-form-address {
    width: 40%;
    height: auto;
    padding-top: 160px;
    padding-bottom: 100px;
    position: relative;
    background-color: #f7f7f7;
    border-bottom-left-radius: 80px;
    -webkit-border-bottom-left-radius: 80px;
    -moz-border-bottom-left-radius: 80px;

}

.enquire-form-contact {
    width: 100%;
    padding-right: 120px;
}

.enquire-form-contact .white-transparent-title {
    left: 18%;
}


.enquire-form-contact .white-transparent-title .transparent-title {
    padding-left: 0px;
    text-align: left;
}

.contact-form-address-inner {
    padding-left: 120px;
    width: 100%;
}

.contact-form-address-inner h3 {
    font-size: 36px;
    line-height: 30px;
    font-weight: 200;
}

.contact-form-address-inner h5 {
    font-weight: bold;
    font-size: 16px;
    color: #000;
    margin-bottom: 25px;
}

.contact-form-address-inner p {
    font-size: 16px;
    line-height: 30px;
}

.contact-form-phone {
    width: 100%;
    margin-top: 20px;
}

.contact-form-phone a {
    width: 100%;
    display: block;
}

.contact-form-phone a.mail {
    color: #5d9fe8;
}

.contact-form-phone a:hover {
    color: #2776cd;
}

.contact-social {
    width: 100%;
    margin-top: 40px;
}

.contact-social ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

.contact-social ul li {
    list-style: none;
    margin-right: 10px;
}

.contact-social ul li a {
    font-size: 18px;
    line-height: 32px;
    color: #000000;
    width: 35px;
    height: 35px;
    display: inline-block;
    background-color: #f3d87d;
    border: 1px solid #f3d87d;
    text-align: center;
    border-radius: 100%;
    -webkit-transition: all 0.2 linear;
    -moz-transition: all 0.2 linear;
    transition: all 0.2 linear;
}

.contact-social ul li a:hover {
    color: #f3d87d;
    background-color: #000;
    border: 1px solid #000;
}

.contact-social h5 {
    margin-bottom: 5px;
}

.enquire-form-group:last-child {
    margin-bottom: 0px;
}

.designation-detail-section {
    padding: 100px 0px;
    position: relative;
    overflow: hidden;
}

.designation-detail-section .home-about-section-inner {
    align-items: center;
}

.designation-detail-section .white-transparent-title .transparent-title {
    padding-left: 0px;
}

.designation-detail-second-section {
    width: 100%;
    padding: 130px 0px 110px;
    background-color: #f7f7f7;
    position: relative;
}

.designation-detail-second-inner {
    width: 100%;
    max-width: 970px;
    margin: 0 auto;
    position: relative;
}

.designation-detail-second-box {
    width: 100%;
    height: auto;
    position: relative;
    min-height: 300px;
}

.designation-first-box {
    width: auto;
    display: inline-block;
    padding: 30px 40px 30px;
    background-color: #fff;
    box-shadow: 0px 0px 30px -16px rgb(0 0 0 / 33%);
    -webkit-box-shadow: 0px 0px 30px -16px rgb(0 0 0 / 33%);
    -moz-box-shadow: 0px 0px 30px -16px rgba(0, 0, 0, 0.33);
    color: #000;
    border-radius: 90px;
    position: absolute;
    top: 40px;
    left: 50px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    z-index: 3;
}


.designation-first-box:hover {
    background-color: #f3d87d;
    color: #000;

}



.designation-detail-second-box h3 {
    font-size: 72px;
    line-height: 60px;
    font-weight: 200;
    margin-bottom: 10px;
}

.designation-detail-second-box h3 span {
    font-size: 18px;
    line-height: 25px;
    font-weight: 200;
    padding-left: 6px;
}

.designation-first-box h5 {
    font-size: 18px;
    line-height: 18px;
    color: #568ecb;
    font-weight: 200;
    margin-bottom: 0px;
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;

}


.designation-first-box:hover h5 {
    color: #000;
}


.designation-first-box.second {
    left: 42.5%;
    top: -55px;
    z-index: 4;
}

.designation-first-box.third {
    left: 42.5%;
    top: 150px;
    z-index: 6;
}

.designation-first-box.fourth {
    left: 71%;
    top: 50px;
    z-index: 8;
}

.main-news-gallery-section {
    width: 100%;
    height: auto;
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 50px;
    margin-bottom: 70px;
}

.main-news-gallery-section ul {
    width: 100%;
    display: flex;
    margin: 0 -1.5%;
}

.main-news-gallery-section ul li {
    list-style: none;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 0 1.5%;
    position: relative;
}



.main-news-gallery-section ul:nth-child(1) li {
    width: 48%;
    min-height: 480px;
    background-color: #f7f7f7;
}

.news-gallery-inner-main {
    position: relative;
    z-index: 9;
    width: 100%;
}

.main-news-gallery-section ul:nth-child(2) li {
    width: 30.7%;
    min-height: 310px;
    background-color: #f7f7f7;
}

.main-news-gallery-section ul:nth-child(3) li {
    width: 30.7%;
    min-height: 310px;
    background-color: #f7f7f7;
}

.main-news-gallery-section ul:nth-child(3) li:nth-child(1) {
    width: 64.4%;
}

.main-news-gallery-section ul:nth-child(4) li {
    width: 30.7%;
    min-height: 310px;
    background-color: #f7f7f7;
}

.news-content-main {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(243, 216, 125, 0.8);
    display: flex;
    align-items: flex-end;
    top: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.main-news-gallery-section li:hover .news-content-main {
    top: 0px;
}


.news-content-main-inner {
    width: 100%;
    padding: 20px 50px 40px;
}

.news-content-main-inner h3 {
    font-size: 36px;
    line-height: 30px;
    margin-bottom: 15px;
    color: #000;
    font-weight: 200;
}

.news-content-main-inner p {
    font-size: 16px;
    color: #000;
    line-height: 23px;
    font-weight: 300;
}

.about-first-section {
    width: 100%;
    height: auto;
    padding: 100px 0px 110px;
    position: relative;
}



.about-first-section .home-about-section-left {
    width: 65%;
    padding-right: 0;
    padding-left: 80px;
}

.home-about-section-left h4 {
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    font-weight: 400;
}

.home-about-section-left h3 {
    font-size: 18px;
    font-family: 'din_next_arabic';
    font-weight: bold;
    color: #000;
}

.about-first-section .home-about-section-inner {
    align-items: center;
}

.about-first-section .white-transparent-title .transparent-title {
    padding-left: 0px;
}

.about-mission-section {
    width: 100%;
    padding: 125px 0px;
    background-color: #f7f7f7;
}

.about-mission-inner {
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.about-mission-box {
    --size: 520px;
    width: var(--size);
    height: var(--size);
    background-color: #fff;
    -webkit-border-radius: 250px;
    -moz-border-radius: 250px;
    border-radius: 250px;
    border: 12px solid #efefef;
    position: relative;
}



.about-mission-box:nth-child(1) {
    margin-right: -6px;
}


.about-mission-box::after {
    content: "";
    width: calc(100% + 24px);
    height: calc(50% + 24px);
    background-color: transparent;
    border: 12px solid #568ecb;
    border-bottom: none;
    border-top-left-radius: 250px;
    -webkit-border-top-left-radius: 250px;
    -moz-border-top-left-radius: 250px;
    border-top-right-radius: 250px;
    -webkit-border-top-right-radius: 250px;
    -moz-border-top-right-radius: 250px;
    position: absolute;
    top: -12px;
    left: -12px;
    z-index: 9;
}

.about-mission-box:nth-child(2) {
    margin-left: -6px;
}

.about-mission-box:nth-child(2)::after {
    top: inherit;
    bottom: -12px;
    left: -12px;
    transform: rotate(180deg);
}

.about-mission-box-icon {
    width: 100%;
    min-height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
}

.about-mission-box-icon img {
    max-width: 85px;
    margin-top: 25px;
}

.about-mission-content {
    width: 100%;
    height: auto;
    padding: 0px 80px 30px;
    text-align: center;
}

.about-mission-content .main-title {
    margin-bottom: 25px;
    margin-top: 30px;
}

.about-team-section {
    width: 100%;
    padding: 200px 0px 160px;
    position: relative;
    overflow: hidden;
}

.about-mission-content p span {
    background-color: #f3d87d;
    padding: 0px 3px;
}

.about-team-section .white-transparent-title .transparent-title {}

.about-team-inner {
    width: 100%;
    height: auto;
}

.about-team-inner .sub-page-title {
    text-align: left;
}

.about-team-slider {
    width: 100%;
    height: auto;
    padding-top: 70px;
}

.main-team-box {
    width: 100%;
    border: 3px solid #568ecb;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-bottom-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;

}

.main-team-box-inner {
    width: 100%;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-bottom-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    position: relative;
    right: 20px;
    bottom: 20px;
    overflow: hidden;
    position: relative;

}

.main-team-box img {
    width: 100%;
    cursor: pointer;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;

}

.main-team-box:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.about-team-slider .owl-stage .item {
    padding: 20px 2px 2px 20px;
}

.main-team-box-content {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 15px 20px 30px;
    background-color: #568ecb;
    overflow: hidden;
}

.main-team-box-content h3 {
    font-size: 21px;
    line-height: 30px;
    font-weight: 200;
    color: #fff;
    margin-bottom: 0px;
}

.main-team-box-content h5 {
    font-size: 11px;
    line-height: 18px;
    color: #fff;
    font-weight: 200;
    margin-bottom: 0px;
    padding-right: 100px;
}

.team-social {
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.team-social ul {
    display: flex;
    flex-wrap: wrap;
}

.team-social ul li {
    list-style: none;
}

.team-social ul li a {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    background-color: #f3d87d;
    font-size: 12px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    margin: 0px 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.team-social ul li a:hover {
    background-color: #d7b130;
    color: #000;
}

.about-partner-section {
    width: 100%;
    padding: 80px 0px 90px;
    background-color: #f7f7f7;
}

.about-partner-section .main-title {
    text-align: center;
}

.partner-slider-main {
    width: 100%;
    height: auto;
}

.partner-slider {

    max-width: 920px;
    margin: 0 auto;
    margin-top: 40px;
    width: 100%;
}

.partner-image {
    width: 268px;
    min-height: 268px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    background-color: #fff;
    border: solid 2px #f3d87d;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.partner-image img {
    width: auto !important;
    max-height: 120px;
}

.partner-slider-main h3 {
    text-align: center;
    padding-top: 20px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 200;
    color: #000;
}

.about-awards-section {
    padding: 70px 0px 100px;
}

.about-awards-section .main-title {
    text-align: center;
}

.awards-slider {
    width: 100%;
    height: auto;
    margin-top: 50px;
    position: relative;
}

.awards-slider::after {
    content: "";
    height: 100%;
    width: 10px;
    background-color: #fff;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1;
}

.award-image {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 110px;
    border-right: 1px solid #ececec;
}

.awards-slider.owl-carousel .owl-item.active:last-child .item .award-image {
    border-right: none !important;
}


.awards-slider .owl-item img {
    width: auto;
}

.team-slider.owl-carousel .owl-nav button.owl-next {
    background-image: url(../images/yellow-next.png) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.team-slider.owl-carousel .owl-nav button.owl-next span,
.team-slider.owl-carousel .owl-nav button.owl-prev span {
    display: none;
}

.team-slider.owl-carousel .owl-nav button.owl-next:hover,
.team-slider.owl-carousel .owl-nav button.owl-prev:hover {
    opacity: 0.3;
}


.team-slider.owl-carousel .owl-nav button.owl-next,
.team-slider.owl-carousel .owl-nav button.owl-prev {
    background-color: #fff !important;
    height: 58px;
    width: 58px;
    border: 1px solid #f3d87d;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 3;
}

.team-slider.owl-carousel .owl-nav button.owl-prev {
    background-image: url(../images/yellow-prev.png) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;

}


.awards-slider .owl-nav button.owl-next,
.awards-slider .owl-nav button.owl-prev {
    background-color: #fff !important;
    height: 58px;
    width: 58px;
    border: 1px solid #f3d87d;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 3;
    top: 45%;
}



.awards-slider.owl-carousel .owl-nav button.owl-next {
    background-image: url(../images/yellow-next.png) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    right: -50px;
}


.awards-slider.owl-carousel .owl-nav button.owl-prev {
    background-image: url(../images/yellow-prev.png) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    left: -50px;
}

.awards-slider.owl-carousel .owl-nav button.owl-next span,
.awards-slider.owl-carousel .owl-nav button.owl-prev span {
    display: none;
}

.awards-slider.owl-carousel .owl-nav button.owl-next:hover,
.awards-slider.owl-carousel .owl-nav button.owl-prev:hover {
    background-color: #f3d87d !important;
}

.designation-details-slider .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.designation-details-slider .mySwiper {
    padding-top: 4px;
}

.designation-details-slider .swiper-thumbs .swiper-slide {
    cursor: pointer;
    position: relative;
}

.designation-details-slider .swiper-thumbs .swiper-slide::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
}

.designation-details-slider .swiper-thumbs .swiper-slide:hover::after {
    background: rgba(98, 142, 198, 0.5);
}


.designation-details-slider .swiper-thumbs .swiper-slide img {
    min-height: 150px;
    max-height: 150px;
}

.banner-slider .hesperiden.tparrows:before {
    font-size: 0px !important;
}

.banner-slider .tp-leftarrow.tparrows.hesperiden {
    background-image: url(../images/slider-prev-arrow.png) !important;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.banner-slider .tp-leftarrow.tparrows.hesperiden:hover {
    background-image: url(../images/slider-prev-arrow-hover.png) !important;
}


.banner-slider .tp-rightarrow.tparrows.hesperiden {
    background-image: url(../images/slider-next-arrow.png) !important;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.banner-slider .tp-rightarrow.tparrows.hesperiden:hover {
    background-image: url(../images/slider-next-arrow-hover.png) !important;
}

.why-choose-content p span {
    background-color: #f3d87d;
    padding: 0px 3px;
}

.main-designation-content p span {
    background-color: #f3d87d;
    padding: 0px 3px;
}

.enquire-form-main .blue-btn-enqury {
    background-color: #f3d87d;
}

.enquire-form-main .blue-btn-enqury:hover {
    background-color: #d7b130;
}

.project-slider.owl-carousel .owl-nav button.owl-next,
.project-slider.owl-carousel .owl-nav button.owl-prev {
    background-color: #fff !important;
    height: 58px;
    width: 58px;
    border: 1px solid #f3d87d;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.project-slider.owl-carousel .owl-nav button.owl-next:hover,
.project-slider.owl-carousel .owl-nav button.owl-prev:hover {
    background-color: #f3d87d !important;
}


.project-slider.owl-carousel .owl-nav button.owl-next span,
.project-slider.owl-carousel .owl-nav button.owl-prev span {
    display: none;
}

.project-slider.owl-carousel .owl-nav button.owl-next {
    background-image: url(../images/yellow-next.png) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.project-slider.owl-carousel .owl-nav button.owl-prev {
    background-image: url(../images/yellow-prev.png) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.zoom-icon {
    width: 29px;
    height: 29px;
    position: absolute;
    top: 25px;
    right: 25px;
}

.insta-slider-main {
    width: 100%;
    border-radius: 60px;
    overflow: hidden;
    border: 1px solid #c3c3c3;
    overflow: hidden;
    position: relative;
}

.Rectangle_9 {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(195, 195, 195);
    border-radius: 62px;
    background-color: rgb(255, 255, 255);
    position: absolute;
    left: 315px;
    top: 4473px;
    width: 303px;
    height: 347px;
    z-index: 114;
}

.insta-top {
    padding: 25px 15px 20px 35px;
    position: relative;
    background-color: #fff;
}

.insta-top h3 {
    font-size: 18px;
    line-height: 34px;
    color: #000;
    margin-bottom: 0px;
    font-weight: 400;
    padding-left: 46px;
}

.insta-top img {
    position: absolute;
    left: 0px;
    left: 35px;
    width: 32px !important;
}

.insta-slider-img img {
    width: 100%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

.insta-bottom {
    padding: 25px 15px 20px 35px;
    background-color: #fff;
}

.insta-bottom p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 0px;
}

.insta-slider-main:hover .choose-hover-content {
    top: 0px;
}

.insta-slider-main .choose-hover-content {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.insta-slider-main .choose-hover-content::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(93, 159, 232, 0.8);
    top: 0px;
    left: 0px;
}

.insta-slider-main .choose-hover-content a {
    position: relative;
    z-index: 9;
}

.footer {
    width: 100%;
    padding: 40px 0px 25px;
    background-color: #628ec6;
}

.footer-inner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.footer-nav {
    width: 36%;
}

.footer-nav ul {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
}

.footer-nav ul li {
    width: 50%;
    padding-left: 26px;
    padding-right: 20px;
    position: relative;
    margin-bottom: 25px;
    list-style: none;

}

.footer-nav ul li::after {
    content: "";
    width: 16px;
    height: 1px;
    position: absolute;
    background-color: #fff;
    left: 0px;
    top: 13px;
}

.footer-nav ul li a {
    color: #fff;
    font-size: 16px;
    line-height: 18px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.footer-nav ul li a:hover {
    color: #f3d87d;
}

.footer-second {
    width: 37%;
    padding-right: 80px;
    box-sizing: border-box;
    padding-top: 60px;
}

.footer-second h2 {
    font-size: 24px;
    color: #fff;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 20px;
}

.footer-news-letter {
    width: 100%;
    position: relative;
}

.news-letter-text {
    width: 100%;
    height: 48px;
    line-height: 48px;
    padding: 0px 50px 0px 35px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    cursor: auto;
    border-radius: 30px;
    background-color: transparent;
}

.news-letter-text::placeholder {
    color: #fff;

}

.news-letter-submit {
    width: 50px;
    height: 48px;
    background-color: transparent;
    font-size: 0px;
    position: absolute;
    right: 6px;
    top: 0px;
    background-image: url(../images/submit-img.png);
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.news-letter-submit:hover {
    background-image: url(../images/submit-img-hover.png);
}

.footer-location {
    width: 100%;
    padding-top: 35px;
    padding-left: 35px;
    background-image: url(../images/location-footer.png);
    background-repeat: no-repeat;
    background-position: top 34px left 3px;
}

.footer-location p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
}

.footer-third {
    width: 27%;
    box-sizing: border-box;
    padding-top: 60px;
}

.footer-third h2 {
    font-size: 24px;
    color: #fff;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 20px;
}

.footer-btn {
    display: inline-block;
    font-size: 14px;
    color: #000;
    position: static;
    right: 0px;
    top: 30px;
    padding: 0 20px 0px 35px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    height: 50px;
    line-height: 50px;
    background: #f3d87d;
    min-width: 165px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-align: center;
    margin-left: auto;
    background-image: url(../images/download.png);
    background-repeat: no-repeat;
    background-position: left 18px top 20px;
}

.footer-btn:hover {
    background-color: #d7b130;
}

.no-vecancies-container {
    width: 100%;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: rgb(246, 246, 246);
    padding: 50px 100px;
    margin-bottom: 30px;
}

.no-vecancies-container h3 {
    font-size: 30px;
    font-family: 'din_next_arabic';
    font-weight: 200;
    margin-bottom: 40px;
}

.no-vecancies-container p {
    font-family: 'din_next_arabic';
    font-weight: bold;
    margin-bottom: 0px;
}

.no-vecancies-container a {
    font-size: 14px;
    line-height: 18px;
    font-family: 'din_next_arabic';
    font-weight: 300;
    color: #628ec6;
    display: inline-block;
}

.no-vecancies-container a:hover {
    color: #d7b130;
}

.designation-details-slider {
    position: relative;
}

.designation-details-slider .container {
    position: absolute;
    bottom: 60px;
    z-index: 1;
    left: 0;
    right: 0;

}

.designation-details-slider h1 {
    font-size: 80px;
    line-height: 80px;
    color: #fff;
    font-family: 'din_next_arabic';
    font-weight: 200;
    text-align: left;
}

.main-form-text {
    display: flex;
    margin-bottom: 4px;
}

.main-form-text a {
    padding-left: 4px;
}

.enquire-form-contact .blue-btn-enqury {
    background-color: #f3d87d;
}

.enquire-form-contact .blue-btn-enqury:hover {
    background-color: #d7b130;
}

.search-pannel {
    --search-height: 40px;
    position: absolute;
    height: var(--search-height);
    top: 64px;
    width: 100%;
    display: none;
    border-radius: 0px;
    overflow: hidden;
    right: 0px;
    z-index: 99;
}

.search-expand {
    width: 100%;
    color: #fff;
    font-weight: 400;
    z-index: 999;
    padding: 0 20px 0 20px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    font-size: 16px;
    height: var(--search-height);
}

.search-expand::placeholder {
    color: #fff;
}

.search-btn {
    color: #fff;
    cursor: pointer;
}


.header-search {
    width: 40px;
    height: 40px;
    z-index: 8;
    margin-right: 25px;
}

.search-btn {
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    background-image: url(../images/search.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 36px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: background-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
}

.search-btn:hover {
    background-color: #628ec6;
}

.sticky {
    position: fixed;
    top: 0px;
    z-index: 99;
    width: 100%;
}

.header-right-main {
    display: flex;
    margin-left: auto;
    flex-direction: row-reverse;
}

.chat-box {
    position: fixed;
    right: 50px;
    bottom: 30px;
    width: 67px;
    height: 58px;
    z-index: 30;
    cursor: pointer;
}

.footer-rights {
    font-size: 14px;
    color: #fff;
    font-family: 'din_next_arabic';
    font-weight: 300;
    margin-top: 10px;
}


.team-popup {
    max-width: 1000px;
    width: 100%;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.team-popup.fancybox__content>.carousel__button.is-close {
    color: #000000;
    right: 10px;
    top: 10px;
    box-shadow: none;
    text-shadow: none;
}

.team-popup-image {
    width: 33%;

}

.team-popup-content {
    width: 67%;
    padding-left: 40px;
}

.team-popup-image img {
    width: 100%;
    max-height: 400px;
    margin-bottom: 15px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.team-popup-outer {
    display: flex;
    flex-wrap: wrap;
}

.team-popup-image h4 {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 5px;
}

.team-popup-image h5 {
    font-size: 15px;
    line-height: 20px;

}

.nav-bar {
    position: relative;
    z-index: 100;
}

.search-btn.active {
    background-image: url(../images/close.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px;
}



/* -------------new-style-------- */
.pop-box {
    width: 100%;
    height: 100%;
    display: inline-block;
}

.banner-destination-detail {
    width: 100%;
}

.banner-destination-detail img {
    width: 100%;
}

.destination-pop-box {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 999;
}

.banner-destination-detail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main-destination-title {
    width: 100%;
    height: auto;
    position: relative;
    padding-right: 150px;
}

.home-about-social-btn {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 25px;
}

.home-about-social-btn .blue-btn-enqury {
    margin-left: initial;
    margin-top: 0px;
}

.home-about-social-main {
    width: auto;
    margin-left: 60px;
}

.home-about-social-main ul {
    display: flex;

}

.home-about-social-main ul li {
    list-style: none;
    margin-right: 10px;
}

.home-about-social-main ul li a {
    font-size: 18px;
    line-height: 32px;
    color: #000000;
    width: 35px;
    height: 35px;
    display: inline-block;
    background-color: #f3d87d;
    border: 1px solid #f3d87d;
    text-align: center;
    border-radius: 100%;
    -webkit-transition: all 0.2 linear;
    -moz-transition: all 0.2 linear;
    transition: all 0.2 linear;
}

.home-about-social-main ul li a:hover {
    color: #f3d87d;
    background-color: #000;
    border: 1px solid #000;
}

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
    border-top: none;
}



.designation-detail-second-btn {
    width: 100%;
    text-align: center;
    margin-top: 60px;
}

.footer-third ul {
    display: flex;
}

.footer-third ul li {
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}

.footer-third ul li a {
    color: #fff;
    font-size: 17px;
    line-height: 32px;
    color: #000000;
    width: 35px;
    height: 35px;
    display: inline-block;
    background-color: #f3d87d;
    border: 1px solid #f3d87d;
    text-align: center;
    border-radius: 100%;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.footer-third ul li a:hover {
    color: #f3d87d;
    background-color: #000;
    border: 1px solid #000;
}

.career_popup.fancybox__content {
    max-width: 1000px;
}

.career_popup.fancybox__content ul {
    margin-left: 22px;
}

.career_popup.fancybox__content>.carousel__button.is-close {
    top: 5px;
    right: 5px;
    color: #000;
    text-shadow: none !important;
}

.career_popup.fancybox__content ul li {
    margin-top: 0;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 6px;
}

.career_popup.fancybox__content h2 {
    font-size: 28px;
    line-height: 30px;
}

.career_popup.fancybox__content h3 {
    font-size: 25px;
    line-height: 25px;
    margin-top: 15px;
}

.career_popup.fancybox__content .contact_form {
    margin-top: 15px;
}

.career_popup.fancybox__content .enquire-form-group {
    margin-bottom: 15px;
}

.career_popup.fancybox__content .blue-btn-enqury {
    border: none;
    margin-top: 0px;
}

.enquire-form-group .blue-btn-enqury {
    border: none;
    margin-top: 0px;
    margin-left: auto;
}

.enquire-form-group p {
    margin-bottom: 0px;
    width: 100%;
    display: flex;
}

.enquire-form-group .wpcf7-form-control-wrap {
    width: 100%;
}

.career_popup.fancybox__content .enquire-form-group .enquire-form-half {
    width: 48%;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0px 0.5em 0px !important;
    padding: 0px !important;
    border: none !important;
    text-align: center;
}

.wpcf7-form.invalid .wpcf7-response-output {
    color: #dc3232;
}

.wpcf7-form.sent .wpcf7-response-output {
    color: #06831b;
}



.newsletter-msg.nf-response-msg.newsletter-success {
    margin-top: 10px;
    line-height: 18px;
    color: #7ddf5d;
}

.wpcf7-spinner {
    display: none !important;
}

.pagination-main ul li span.page-numbers.current {
    width: 100%;
    height: 100%;
    line-height: 23px;
    font-size: 16px;
    color: #000;
    border: 1px solid #f3d87d;
    font-weight: 200;
    display: flex;
    justify-content: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #f3d87d;
    color: #000;
}

.pagination-main ul li a.next.page-numbers {
    display: none;
}

.pagination-main ul li a.prev.page-numbers {
    display: none;
}

.designation-detail-second-btn a {
    margin: 0px 8px;
}

.wpml-ls-legacy-list-vertical a {
    padding: 0px;
}

.otgs-development-site-front-end {
    display: none !important;
}

.related-slider.owl-carousel .owl-stage {
    display: flex !important;
}


.related-slider.owl-carousel .owl-stage .owl-item .item {
    height: 100%;
    padding: 2px;
}


.wpml-ls-legacy-dropdown {
    --height: 40px;
    width: 80px;
    display: inline-block;
    font-size: 13px;
    color: #000;
    padding: 0 0px;
    text-transform: uppercase;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    height: var(--height);
    line-height: var(--height);
    background: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
}


.wpml-ls-legacy-dropdown::after {
    content: "";
    width: 28px;
    height: 28px;
    position: absolute;
    right: 7px;
    top: 6px;
    background-color: #628ec6;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-image: url(../images/menu-arrow-down.png);
    background-repeat: no-repeat;
    background-position: center;
}

.wpml-ls-legacy-dropdown a {
    background-color: transparent;
    border: none;
    padding: 0px;
}

.wpml-ls-legacy-dropdown:hover {
    background-color: transparent !important;
}

.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a,
.wpml-ls-legacy-dropdown a:focus,
.wpml-ls-legacy-dropdown a:hover {
    background-color: transparent !important;
    border: none !important;
}

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    display: none !important;
}

.header.header-sticky {
    position: fixed;
    padding: 10px 0px;
    background-color: #000;
    top: 0px;
}

header.header-sticky .search-expand {
    background: rgba(0, 0, 0, 0.5);
}

.main-leasing-box-content ul li {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    padding-left: 15px;
    margin-bottom: 5px;
    list-style: none;
    position: relative;
}

.main-leasing-box-content ul li::after {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #000;
    border-radius: 100%;
    position: absolute;
    left: 2px;
    top: 11px;
}

.header.header-sticky .sub-menu {
    background: rgba(0, 0, 0, 0.3);
}

/*------------Feedback change------*/
.choose-hover-content .zoom-icon {
    display: none;
}

.main-designation-content p {
    display: none;
}