@font-face {
    font-family: tajwal-regular;
    src: url("../fonts/Tajawal-Regular.ttf");
}

@font-face {
    font-family: tajwal-bold;
    src: url("../fonts/Tajawal-Bold.ttf");
}

@font-face {
    font-family: tajwal-medium;
    src: url("../fonts/Tajawal-Medium.ttf");
}

body {
    font-family: tajwal-medium !important;
}

body::-webkit-scrollbar {
    width: 10px;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
    background-color: #27a6dc;
    outline: 1px solid #27a6dc;
    border-radius: 20px;
}

::selection {
    background: #27a6dc;
    /* WebKit/Blink Browsers */
    color: #fff;
}

::-moz-selection {
    background: #27a6dc;
    /* Gecko Browsers */
    color: #fff;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7 {
    font-family: tajwal-bold !important;
}

.form-control,
.form-control:focus {
    box-shadow: none;
    outline: 0;
}

.btn,
.btn:focus {
    box-shadow: none;
    outline: 0;
}

.list-group-item {
    background-color: transparent;
    border: 0px;
    padding: 0px;
}

/* start of navbar */
.top-header {
    background-image: url("../images/aditya-joshi-FOhw4A1CR1Q-unsplash.png");
    width: 100%;
    height: 100%;
    background-size: cover;
    height: 750px;
    position: relative;
}

.top-header .bg {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(11, 45, 81, 0.85);
}

.navbar .container {
    border-bottom: 1px solid rgba(127, 156, 187, 0.25);
}

.bg-light {
    background-color: transparent !important;
    padding-top: 20px;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-size: 16px;
    padding: 0px 15px;
    padding-top: 20px;
    padding-bottom: 30px;
    border-bottom: 2px solid transparent;
    text-align: center;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
    color: #27a6dc;
    border-bottom: 2px solid #27a6dc;
}

.navbar .area li:first-of-type {
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    color: #fff;

    transition: all 0.3s ease-in-out;
}

.navbar .area li:first-of-type:hover {
    background-color: #27a6dc;
}

.navbar .area li:first-of-type a {
    color: #fff;
}

.navbar .area li:last-of-type:hover {
    padding-top: 5px;
}

.navbar .area li:last-of-type a {
    color: #7f9cbb;
}

.navbar .area li:last-of-type a:hover {
    color: #fff;
}

.navbar .area li {
    margin-right: 10px;
}

.navbar .area {
    margin-top: -10px;
}

.navbar .area li:first-of-type {
    margin-right: 0px;
}

.navbar .area li:last-of-type {
    padding-top: 5px;
}

.navbar .mr-auto {
    margin-left: auto !important;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #27a6dc;
    border-bottom: 2px solid #27a6dc;
}

.navbar .dropdown-menu {
    left: auto;
    right: 0;
    min-width: 163px;
    border-radius: 16px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.navbar .dropdown-item {
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #707070;
}

.dropdown-item:focus,
.dropdown-item:hover {
    background-color: #27a6dc;

    padding-right: 30px;
    border: 1px solid #27a6dc;
}

.dropdown-menu .dropdown-item:last-child {
    border: 0px;
}

.navbar .dropdown-item:first-child {
    border-top-right-radius: 16px;
    border-top-left-radius: 16px;
}

.navbar .dropdown-item:last-child {
    border-bottom-right-radius: 16px;
    border-bottom-left-radius: 16px;
}

.navbar-light .navbar-brand {
    margin: 0;
}

.dropdown-toggle::after {
    display: none;
}

/* end of navbar */
.slider {
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}

.slider .photo {
    width: 60px;
    height: 60px;

    text-align: center;
    border-radius: 50%;
    display: table;
    margin: auto;
    background-color: rgba(255, 255, 255, 0.05);
}

.slider .photo img {
    max-width: 100%;
    display: table;
    margin: auto;
    margin-top: 12px;
}

.slider .title {
    color: #27a6dc;
    font-size: 55px;
    margin: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}

.slider p {
    color: #fff;
    font-size: 20px;
}

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

.slider .owl-theme .owl-nav [class*="owl-"] {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    width: 50px;
    height: 50px;
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
}

.slider .owl-theme .owl-nav [class*="owl-"]:hover {
    background-color: #27a6dc;
}

.slider .owl-carousel .owl-nav button.owl-prev {
    right: 0px;
}

.slider .owl-carousel .owl-nav button.owl-next {
    left: 0px;
}

.filtering .nav-tabs {
    border: 0px;
    display: flex;
    justify-content: center;
}

.filtering .nav-tabs li {
    text-align: center;
    margin-left: 7px;
}

.filtering .nav-tabs .nav-link {
    color: #373737;
    font-size: 18px;
    font-weight: bold;
}

.filtering .nav-tabs .nav-item.show .nav-link,
.filtering .nav-tabs .nav-link.active {
    background-color: #27a6dc;
    color: #fff;
    border: 1px solid #27a6dc;
}

.filtering .nav-tabs .nav-link {
    margin: 0;
    padding: 10px 40px;
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.filtering .nav-tabs .nav-link:focus,
.filtering .nav-tabs .nav-link:hover {
    background-color: #27a6dc;
    color: #fff;
    border: 1px solid #27a6dc;
}

.filtering .first {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    padding: 20px;
}

.select2-container {
    direction: rtl;
}

.filtering
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    color: #7f9cbb;
    font-size: 16px;
    line-height: 50px;
}

.filtering .select2-container .select2-selection--single {
    height: 50px;
    border-radius: 5px;
}

.filtering button {
    height: 50px;
    background-color: #27a6dc;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    border: 1px solid #27a6dc;
    transition: all 0.3s ease-in-out;
}

.filtering button:hover {
    background-color: #0b2d51;
    border: 1px solid #0b2d51;
}

.filtering
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: #7f9cbb transparent transparent transparent;
    left: auto;
    right: 820%;
    top: 100%;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    direction: rtl;
}

.filtering button span {
    padding-right: 10px;
}

.about-us {
    padding-top: 70px;
    padding-bottom: 40px;
    overflow: hidden;
}

.about-us .right .title {
    color: #0b2d51;
    font-size: 30px;
    margin: 0;
    padding-top: 30px;
    padding-bottom: 15px;
}

.about-us .right .title span {
    color: #27a6dc;
}

.about-us .right p {
    color: #7f9cbb;
    font-size: 19px;
    padding-bottom: 15px;
}

.about-us .left {
    display: flex;
    justify-content: space-between;
}

.about-us .left img {
    max-width: 100%;
}

.about-us .left .images .img1 {
    margin-bottom: 15px;
}

.about-us .left .left-images {
    margin-right: 10px;
}

.about-us .features {
    display: flex;
    margin-bottom: 20px;
}

.about-us .features .photo {
    /*width: 40px;*/
    /*height: 40px;*/
    /*border-radius: 50%;*/
    /*background-color: rgba(11, 45, 81, 0.1);*/
    /*text-align: center;*/
    /*line-height: 40px;*/
}

.about-us .features .photo img {
    max-width: 100%;
}

.about-us .features .words {
    margin-right: 20px;
}

.about-us .features .words h2 {
    color: #0b2d51;
    font-size: 18px;
    margin: 0;
    padding-top: 10px;
}

.about-us .services {
    padding-top: 15px;
}

.about-us .services li {
    padding-left: 10px;
    padding-right: 10px;
    border-left: 1px solid #dadfe5;
}

.about-us .services li:last-of-type {
    border-left: 0px;
}

.about-us .services li a {
    color: #7f9cbb;
    font-size: 15px;
    transition: all 0.3s ease-in-out;
}

.about-us .services li a:hover {
    color: #27a6dc;
}

.about-us .list-group-horizontal > .list-group-item + .list-group-item {
    border-left: 1px solid #dadfe5;
    border-radius: 0px;
}

.about-us .more {
    display: table;
    background-color: #27a6dc;
    border-radius: 10px;
    width: 160px;
    height: 55px;
    line-height: 55px;
    color: #fff;
    font-size: 18px;
    position: relative;
    padding-right: 20px;
    transition: all 0.3s ease-in-out;
}

.about-us .more:hover {
    background-color: #0b2d51;
}

.about-us .more .fa {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    left: 10px;
    top: 8px;
}

.managment {
    overflow: hidden;
    padding-top: 100px;
}

.managment .right {
    position: relative;
}

.managment .right img {
    position: relative;
    z-index: 999999999;
    height: 410px;
    width: 410px;
    border-radius: 5%;
    margin-top: -50px;
    margin-right: -50px;
}

.managment .right .personal {
    position: absolute;
    top: -40px;
    right: -10px;
}

.managment .words {
    background-color: #f2f4f6;
    padding-top: 150px;
    padding-bottom: 70px;
    position: relative;
    z-index: 9999;
    justify-content: center;
    display: flex;
    width: 1000px;
    margin-top: -50px;
    padding-inline-start: 100px;
    padding-inline-end: 30px;
}

.managment .words h2 {
    font-size: 30px;
    color: #0b2d51;
    padding-bottom: 20px;
}

.managment .words h2 span {
    color: #27a6dc;
    padding-top: 20px;
    display: table;
}

.managment .words p {
    color: #7f9cbb;
    font-size: 18px;
}

.managment .child2 a {
    display: table;
    background-color: #27a6dc;
    border-radius: 10px;
    width: 160px;
    height: 55px;
    line-height: 55px;
    color: #fff;
    font-size: 18px;
    margin-top: 50px;
    position: relative;
    padding-right: 20px;
    transition: all 0.3s ease-in-out;
}

.managment .child2 a:hover {
    background-color: #0b2d51;
}

.managment .child2 .fa {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    left: 10px;
    top: 8px;
}

.services {
    padding-top: 100px;
    padding-bottom: 70px;
    text-align: center;
}

.services .title {
    color: #27a6dc;
    font-size: 18px;
    position: relative;
}

.services .title:before {
    content: "";
    height: 50px;
    width: 1px;
    background-color: #dadfe5;
    position: absolute;
    top: -60px;
    right: 50%;
}

.services .sub-title {
    color: #0b2d51;
    font-size: 30px;
    position: relative;
}

.services .sub-title:before {
    content: "";
    height: 50px;
    width: 1px;
    background-color: #dadfe5;
    position: absolute;
    top: 60px;
    right: 50%;
}

.services .parent {
    background-image: url("../images/bg-services.png");
    width: 100%;
    margin-top: 100px;
}

.services .owl-carousel .owl-item img {
    max-width: 100%;
    border-radius: 50%;
    width: auto;
    display: table;
    margin: auto;
    width: 200px;
    height: 200px;
}

.services .box {
    margin-top: 40px;
    text-align: center;
}

.services .box h2 {
    color: #0b2d51;
    font-size: 18px;
    padding-top: 30px;
    padding-bottom: 10px;
}

.services .box h2 a {
    color: #0b2d51;
    transition: all 0.3s ease-in-out;
}

.services .box h2 a:hover {
    color: #27a6dc;
}

.services .box p {
    color: #7f9cbb;
    font-size: 16px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #27a6dc;
}

.owl-theme .owl-dots .owl-dot span {
    background-color: #7f9cbb;
}

.projects {
    background-image: url("../images/bg_projects.png");
    width: 100%;
    padding-top: 150px;
    padding-bottom: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #0b2d51;
}

.projects .title {
    color: #27a6dc;
    font-size: 18px;
    position: relative;
    text-align: center;
}

.projects .title:before {
    content: "";
    height: 50px;
    width: 1px;
    background-color: #dadfe5;
    position: absolute;
    top: -60px;
    right: 50%;
}

.projects .sub-title {
    color: #fff;
    font-size: 30px;
    position: relative;
    text-align: center;
    margin-bottom: 100px;
}

.projects .sub-title:before {
    content: "";
    height: 50px;
    width: 1px;
    background-color: #dadfe5;
    position: absolute;
    top: 60px;
    right: 50%;
}

.projects .parent {
    display: flex;
    flex-wrap: nowrap;
    border-radius: 10px;
    background-color: #15355a;
    padding: 10px;
    margin-bottom: 50px;
}

.projects .owl-carousel .owl-item img {
    max-width: 100%;
    width: auto;
}

.projects .parent .content h2 {
    color: #fff;
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 15px;
}

.projects .parent .content h2 span {
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.projects .parent .content h2 a:hover {
    color: #27a6dc;
}

.projects .parent .content img {
    display: inline;
}

.projects .parent .content p {
    color: #7f9cbb;
    font-size: 14px;
}

.projects .parent .some-info {
    border-top: 1px solid rgba(127, 156, 187, 0.25);
    margin-top: 15px;
    padding-top: 20px;
    padding-left: 20px;
}

.projects .parent .some-info li {
    padding-left: 40px;
}

.projects .parent .some-info li:last-of-type {
    padding-left: 0px;
}

.projects .parent .some-info span {
    color: #7f9cbb;
    font-size: 14px;
    padding-right: 0px;
}

.projects .parent .photo {
    margin-right: 0;
    width: 535px;
    height: 260px;
    overflow: hidden;
}

.projects .parent .photo img {
    max-width: 100%;
    width: 100%;
    height: 100%;
}
.projects .owl-item .parent .photo {
    width: 480px;
    height: 210px;
    margin-inline-end: 20px;
}
.projects .owl-item .parent .photo img {
    max-width: 100%;
    width: 100%;
    height: 100%;
}
.contact-us {
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: url("../images/shape_bg.png");
    overflow: hidden;
    background-position: 50px 150px;
    background-repeat: no-repeat;
    background-position: bottom;
}

.contact-us .right img {
    max-width: 100%;
}

.contact-us .left .title {
    color: #0b2d51;
    font-size: 30px;
    padding-bottom: 25px;
    padding-top: 25px;
    margin: 0;
}

.contact-us .left .parent {
    display: flex;
    flex-direction: column;
}

.contact-us .left .parent label {
    color: #7f9cbb;
    font-size: 16px;
}

.contact-us .left .parent p {
    color: #0b2d51;
    font-size: 18px;
}

.contact-us .left input {
    height: 60px;
    background-color: #f2f4f6;
    border-radius: 10px;
    padding-right: 50px;
}

.contact-us .left .form-group {
    position: relative;
}

.contact-us .left .form-group img {
    position: absolute;
    position: absolute;
    top: 20px;
    right: 10px;
}

.contact-us .left textarea {
    background-color: #f2f4f6;
    border-radius: 10px;
}

.contact-us
    .select2-container--default
    .select2-selection--single
    .select2-selection__rendered {
    color: #7f9cbb;
    font-size: 16px;
    line-height: 50px;
    padding-right: 50px;
}

.contact-us .select2-container .select2-selection--single {
    height: 60px;
    border-radius: 10px;
    background-color: #f2f4f6;
    border-radius: 10px;
}

.contact-us
    .select2-container--default
    .select2-selection--single
    .select2-selection__arrow
    b {
    border-color: #7f9cbb transparent transparent transparent;
    left: auto;
    right: 2520%;
    top: 100%;
}

.contact-us .left button {
    display: table;
    background-color: #27a6dc;
    border-radius: 10px;
    width: 160px;
    height: 55px;
    line-height: 55px;
    color: #fff;
    font-size: 18px;
    margin-top: 50px;
    position: relative;
    padding-right: 20px;
    border: 1px solid #27a6dc;
    text-align: right;
    transition: all 0.3s ease-in-out;
}

.contact-us .left button:hover {
    background-color: #0b2d51;
    border: 1px solid #0b2d51;
}

.contact-us .left .fa {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    left: 10px;
    top: 8px;
}

.footer {
    background-color: #0b2d51;
    padding-top: 40px;
    padding-bottom: 10px;
}

.footer .top {
    padding-bottom: 20px;
}

.footer .top .parent {
    display: flex;
    justify-content: space-between;
}

.footer .top .parent .child1 img {
    max-width: 100%;
}

.footer .top .parent .child2 li {
    padding-left: 15px;
}

.footer .top .parent .child2 a {
    color: #fff;
    font-size: 18px;
    transition: all 0.3s ease-in-out;
}

.footer .top .parent .child2 a:hover {
    color: #27a6dc;
}

.footer .top .parent .child2 li .active {
    color: #27a6dc;
}

.bottom-footer {
    border-top: 1px dashed rgba(127, 156, 187, 0.19);
    padding-top: 20px;
}

.bottom-footer .parent {
    display: flex;
    justify-content: space-between;
}

.bottom-footer .parent p {
    color: #7f9cbb;
    font-size: 16px;
}

.bottom-footer .parent p a {
    color: #27a6dc;
}

.bottom-footer .parent .social-media ul li {
    margin-right: 30px;
}

.bottom-footer .parent .social-media .fa {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(39, 166, 220, 0.1);
    text-align: center;
    line-height: 40px;
    color: #7f9cbb;
    transition: all 0.3s ease-in-out;
}

.bottom-footer .parent .social-media .fa:hover {
    background-color: #27a6dc;
    color: #fff;
}

.header-single {
    height: 350px;
}

.page-breadcramp {
    padding-top: 30px;
    padding-bottom: 20px;
}

.page-breadcramp .parent {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.page-breadcramp .parent .page-name h2 {
    font-size: 30px;
    color: #fff;
    margin: 0;
    padding: 0;
}

.page-breadcramp .parent .pages {
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 0.1);
    padding-right: 20px;
    padding-left: 20px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin-top: -20px;
}

.page-breadcramp .parent .pages ul {
    justify-content: center;
}

.page-breadcramp .parent .pages span {
    color: #fff;
    font-size: 18px;
    padding-left: 5px;
    padding-right: 5px;
}

.page-breadcramp .parent .pages a {
    color: #fff;
    font-size: 18px;
}

.page-breadcramp .parent .pages li {
    color: #27a6dc;
    font-size: 18px;
}

.vision {
}

.vision .parent {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    padding-bottom: 20px;
}

.vision .message {
    border-bottom: 1px solid #dadfe5;
    border-top: 1px solid #dadfe5;
    padding-bottom: 40px;
    padding-top: 40px;
}

.vision .parent .child1 h2 {
    color: #0b2d51;
    font-size: 30px;
}

.vision .parent .child2 p {
    color: #7f9cbb;
    font-size: 18px;
}

.vision .content {
    background-color: #f2f4f6;
    border-radius: 5px;
    padding: 20px;
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 30px;
}

.vision .content .photo {
    padding-left: 20px;
    margin-top: 20px;
}

.vision .content .photo img {
}

.vision .words {
    border-right: 1px solid rgba(11, 45, 81, 0.2);
    padding-right: 20px;
}

.vision .words p {
    font-size: 18px;
    color: #0b2d51;
}

.services-single {
    padding-top: 0px;
}

.services-single .parent {
    margin-top: 0px;
    background-repeat: no-repeat;
}

.services-single .row {
    border-bottom: 1px solid #dadfe5;
    padding-bottom: 30px;
    padding-top: 30px;
}

.services-single .row:last-child {
    border-bottom: 0px;
}

.services-single .row .col-md-4 {
    border-left: 1px solid #dadfe5;
    padding-left: 20px;
}

.services-single .row .col-md-4:last-child {
    border-left: 0px !important;
}

.pagination-slider {
    position: relative;
    padding-top: 0px;
    padding-bottom: 70px;
}

.pagination-slider .owl-theme .owl-nav [class*="owl-"] {
    background-color: transparent;
    border-radius: 10px;
    width: 50px;
    height: 50px;
    color: #7f9cbb;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.pagination-slider ul {
    justify-content: center;
}

.pagination-slider ul li {
    padding-left: 10px;
}

.pagination-slider ul li a {
    color: #7f9cbb;
    font-size: 25px;
    font-weight: bold;
}

.pagination-slider ul li .active {
    background-color: #27a6dc;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: inline-block;
    text-align: center;
    color: #fff;
    line-height: 40px;
}

.pagination-slider .owl-carousel .owl-nav button.owl-prev {
    right: 33%;
    top: 15px;
}

.pagination-slider .owl-carousel .owl-nav button.owl-next {
    left: 33%;
    top: 15px;
}

.building {
    background-image: url(../images/shape_bg.png);
    background-position: top;
    background-repeat: no-repeat;
    padding-top: 60px;
    padding-bottom: 50px;
}

.building .first {
    background-color: #f2f4f6;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 30px;
}

.building .first img {
    width: 100%;
    border-radius: 10px;
}

.building .first h2 {
    font-size: 18px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.building .first h2 a {
    color: #0b2d51;
    transition: all 0.3s ease-in-out;
}

.building .first h2 a:hover {
    color: #27a6dc;
}

.building .building-number {
    border-top: 1px solid #dadfe5;
    padding-top: 15px;
}

.building .building-number img {
    width: auto;
    border-radius: 0px;
}

.building .building-number span {
    color: #7f9cbb;
    font-size: 14px;
}

.marketing {
    background-image: url(../images/shape_bg.png);
    background-position: top;
    background-repeat: no-repeat;
    padding-top: 60px;
    padding-bottom: 50px;
}

.marketing .first {
    background-color: #f2f4f6;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 30px;
}

.marketing .first .content {
    position: relative;
}

.marketing .first .content .info {
    display: flex;
    justify-content: space-between;
}

.marketing .first .info .right {
    position: absolute;
    bottom: 40px;
    right: 20px;
}

.marketing .first .info .right {
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.15);
    text-align: center;
    padding: 10px 15px;
}

.marketing .first .info .right p {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 0px;
    margin: 0;
}

.marketing .first .info .left {
    position: absolute;
    bottom: 50px;
    left: 20px;
}

.marketing .first .info .left span {
    color: #fff;
    font-size: 14px;
}

.marketing .first .content .info .left img {
    width: auto;
}

.marketing .first .content img {
    width: 100%;
}

.marketing .first .location {
    padding-bottom: 20px;
}

.marketing .first .meta-data h2 {
    color: #0b2d51;
    font-size: 18px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.marketing .first ul {
    justify-content: space-between;
    border-top: 1px solid #dadfe5;
    padding-top: 20px;
}

.marketing .first ul label {
    color: #7f9cbb;
    padding-right: 3px;
}

.marketing .first .location span {
    color: #7f9cbb;
    padding-right: 3px;
}

.unit-details {
    padding-top: 70px;
}

.unit-details .upper {
    height: 600px;
}

.unit-details .upper img {
    width: 100%;
    height: 100%;
}

.unit-details .SliderProduct {
    margin-top: 30px;
}

.unit-details .owl-carousel .owl-item img {
    max-width: 100%;
    width: auto;
}

.unit-details .parent {
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
}

.unit-details .parent .child1 h2 {
    font-size: 30px;
    color: #0b2d51;
    padding-bottom: 15px;
}

.unit-details .parent .child1 .location span {
    color: #7f9cbb;
    font-size: 14px;
    padding-right: 3px;
}

.unit-details .parent .child2 {
    border: 1px solid #dadfe5;
    border-radius: 10px;
    width: 370px;
    padding: 20px;
}

.unit-details .parent .child2 p {
    color: #fff;
    background-color: #0b2d51;
    text-align: center;
    font-size: 18px;
    padding: 0;
    margin-bottom: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 10px;
}

.unit-details .parent .child2 a {
    display: table;
    background-color: #27a6dc;
    border-radius: 10px;
    width: 100%;
    height: 55px;
    line-height: 55px;
    color: #fff;
    font-size: 18px;
    margin-top: 20px;
    position: relative;

    text-align: center;
}

.unit-details .parent .child2 .fa {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    left: 10px;
    top: 8px;
}

.unit-details .description {
    padding-top: 30px;
    padding-bottom: 40px;
    border-bottom: 1px solid #dadfe5;
}

.unit-details .description h2 {
    color: #0b2d51;
    font-size: 30px;
    padding-bottom: 15px;
}

.unit-details .description p {
    color: #7f9cbb;
    font-size: 16px;
    line-height: 30px;
}

.unit-details .details {
    padding-top: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #dadfe5;
}

.unit-details .details h2 {
    color: #0b2d51;
    font-size: 30px;
    padding-bottom: 15px;
}

.unit-details .details ul {
    justify-content: space-between;
}

.unit-details .details ul li label {
    color: #0b2d51;
    font-size: 18px;
}

.unit-details .details ul li span {
    color: #7f9cbb;
    font-size: 16px;
}

.unit-details .details .first {
    padding: 20px;
    border-radius: 5px;
}

.unit-details .details .first:nth-child(even) {
    background-color: #f2f4f6;
}

.unit-details .additional-features {
    padding-top: 30px;
    padding-bottom: 40px;
}

.unit-details .additional-features h2 {
    color: #0b2d51;
    font-size: 30px;
    padding-bottom: 15px;
}

.unit-details .additional-features ul {
    justify-content: space-between;
}

.unit-details .additional-features .parent-up {
    display: flex;
}

.unit-details .additional-features .parent-up .child1 {
    background-color: #f2f4f6;
    border-radius: 10px;
    width: 70px;
    height: 70px;
    line-height: 70px;
}

.unit-details .additional-features .first {
    margin-bottom: 30px;
}

.unit-details .additional-features .parent-up .child1 img {
    max-width: 100%;
    width: auto;
    display: table;
    margin: auto;
    padding-top: 20px;
}

.unit-details .additional-features .parent-up .child2 {
    margin-right: 15px;
}

.unit-details .additional-features .parent-up .child2 p {
    color: #7f9cbb;
    font-size: 16px;
    padding: 0px;
    margin: 0;
}

.unit-details .additional-features .parent-up .child2 span {
    color: #0b2d51;
    font-weight: bold;
    font-size: 25px;
}

.unit-details .upper {
    position: relative;
}

.map-address {
    position: absolute;
    top: 30px;
    right: 30px;
    display: flex;
    background-color: rgba(11, 45, 81, 0.2);
    border-radius: 10px;
    width: 278px;
    height: 70px;
    padding: 20px;
    justify-content: space-between;
    line-height: 70px;
}

.map-address .title h2 {
    color: #fff;
    font-size: 18px;
    margin: 0;
    padding: 0;
    padding-top: 3px;
}

.map-address .photo {
    background-color: #0b2d51;
    border-radius: 10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin-top: -10px;
}

.building-info .parent .child2 button {
    background-color: rgba(39, 166, 220, 0.05);
    border-radius: 10px;
    margin-bottom: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 18px;
    border: 1px solid #27a6dc;
    width: 100%;
    color: #27a6dc;
}

.building-info .parent .child2 a {
    background-color: rgba(39, 166, 220, 0.05);
    border: 1px solid #27a6dc;
    color: #00b55e;
}

.inside-build .all {
    background-color: rgba(39, 166, 220, 0.1);
    width: 100%;
    padding-top: 100px;
    padding-bottom: 20px;
}

.inside-build .title {
    color: #27a6dc;
    font-size: 18px;
    position: relative;
    text-align: center;
}

.inside-build .title:before {
    content: "";
    height: 50px;
    width: 1px;
    background-color: #dadfe5;
    position: absolute;
    top: -60px;
    right: 50%;
}

.inside-build .sub-title {
    color: #0b2d51;
    font-size: 30px;
    position: relative;
    text-align: center;
    margin-bottom: 100px;
}

.inside-build .sub-title:before {
    content: "";
    height: 50px;
    width: 1px;
    background-color: #dadfe5;
    position: absolute;
    top: 60px;
    right: 50%;
}

.inside-build .owl-carousel .owl-item img {
    width: auto;
    display: inline;
}

.inside-build .marketing {
    background-image: none;
    padding-top: 10px;
}

.inside-build .marketing .first .content img {
    width: 100%;
    height: 390px;
}

.inside-build .box {
    -webkit-transition: 0.3s;
    padding-top: 10px;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.inside-build .owl-item.center .box {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    max-width: 100%;
}

.modal-content {
    background-color: #0b2d51;
    border-radius: 10px;
    padding: 20px;
}

.login-to-site img {
    display: table;
    margin: auto;
}

.login-to-site h2 {
    color: #fff;
    font-size: 30px;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

.login-to-site .nav-tabs {
    border: 0px;
    justify-content: space-between;
}

.login-to-site .nav-tabs li {
    text-align: center;
    margin-left: 7px;
}

.login-to-site .nav-tabs .nav-link {
    color: #7f9cbb;
    font-size: 18px;
    font-weight: bold;
    border: 0px;
}

.login-to-site .nav-tabs .nav-item.show .nav-link,
.login-to-site .nav-tabs .nav-link.active {
    background-color: transparent;
    color: #fff;
    border: 0px;
}

.login-to-site .nav-tabs .nav-link .fa {
    border: 1px solid rgba(218, 223, 229, 0.2);
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.login-to-site .nav-tabs .active .fa {
    background-color: #27a6dc;
}

.login-to-site .nav-tabs .nav-link:focus,
.login-to-site .nav-tabs .nav-link:hover {
    color: #fff;
    border: 0px;
}

.login-to-site .first {
    padding-top: 30px;
}

.login-to-site .first .form-group {
    position: relative;
    margin-bottom: 20px;
}

.login-to-site .first .form-group img {
    position: absolute;

    top: 20px;
    right: 10px;
}

.login-to-site .first input {
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.05);
    height: 60px;
    text-align: right;
    padding-right: 40px;
    color: #fff;
}

.login-to-site .first button {
    display: table;
    background-color: #27a6dc;
    border-radius: 10px;
    width: 180px;
    height: 55px;
    line-height: 55px;
    color: #fff;
    font-size: 18px;
    margin-top: 50px;
    position: relative;
    padding-right: 20px;
    border: 1px solid #27a6dc;
    text-align: right;
}

.login-to-site .first .fa {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    left: 10px;
    top: 8px;
}

.login-to-site .new-account {
    border: 0px;
    justify-content: flex-start;
    margin-top: 30px;
}

.login-to-site .new-account li {
    text-align: center;
    margin-left: 7px;
    width: 48%;
}

.login-to-site .new-account .nav-link {
    color: #7f9cbb;
    font-size: 18px;
    font-weight: bold;
    border: 1px solid #dadfe5;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.2);
}

.login-to-site .new-account .nav-item.show .nav-link,
.login-to-site .new-account .nav-link.active {
    background-color: #27a6dc;
    color: #fff;
    border: 1px solid #27a6dc;
}

.login-to-site .new-account .nav-link:focus,
.login-to-site .new-account .nav-link:hover {
    color: #fff;
    border: 1px solid #27a6dc;
    background-color: #27a6dc;
}

.SliderProduct {
    position: relative;
}

.SliderProduct .owl-carousel .owl-nav.disabled {
    display: block;
}

.SliderProduct .owl-theme .owl-nav [class*="owl-"] {
    background-color: #27a6dc;
    border-radius: 10px;
    width: 50px;
    height: 50px;
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease-in-out;
}

.SliderProduct .owl-theme .owl-nav [class*="owl-"]:hover {
    background-color: #0b2d51;
}

.SliderProduct .owl-carousel .owl-nav button.owl-prev {
    right: 0px;
}

.SliderProduct .owl-carousel .owl-nav button.owl-next {
    left: 0px;
}

.collapse-login {
    justify-content: flex-end;
}

.login-to-site {
    height: 568px;
    width: 550px;
    display: table;
    margin: auto;
    background-color: rgba(11, 45, 81, 0.38);
    border-radius: 10px;
    padding: 20px;
    margin-top: 40px;
}

.header-login {
    height: 950px;
}

#sa {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ccc;
    opacity: 0.1;
    z-index: 99999999999999;
    display: none;
}

.men-cl {
    display: none;
}

.mobile-login {
    display: none;
}

.building .owl-dots,
.services-single .owl-dots,
.marketing .owl-dots {
    counter-reset: dots;
}

.building .owl-dot:before,
.services-single .owl-dot:before,
.marketing .owl-dot:before {
    counter-increment: dots;
    content: counter(dots);
}

.building .owl-theme .owl-dots .active,
.services-single .owl-theme .owl-dots .active,
.marketing .owl-theme .owl-dots .active {
    color: #fff !important;
    background-color: #27a6dc !important;
}

.building .owl-theme .owl-dots .owl-dot span,
.services-single .owl-theme .owl-dots .owl-dot span,
.marketing .owl-theme .owl-dots .owl-dot span {
    display: none;
}

.building .owl-dot,
.building .owl-dot,
.marketing .owl-dot {
    padding-right: 10px !important;
}

.building .owl-theme .owl-dots .owl-dot,
.services-single .owl-theme .owl-dots .owl-dot,
.marketing .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    color: #7f9cbb;
    font-weight: bold;
    font-size: 25px;
    text-align: center;
    line-height: 40px;
}

.building,
.services-single,
.marketing {
    position: relative;
}

.building .owl-theme .owl-nav [class*="owl-"],
.services-single .owl-theme .owl-nav [class*="owl-"],
.marketing .owl-theme .owl-nav [class*="owl-"] {
    background-color: transparent;
    border-radius: 0;

    color: #7f9cbb;
    position: absolute;
    bottom: 0;

    transition: all 0.3s ease-in-out;
}

.building .owl-carousel .owl-nav button.owl-prev,
.services-single .owl-carousel .owl-nav button.owl-prev,
.marketing .owl-carousel .owl-nav button.owl-prev {
    right: 30%;
}

.building .owl-carousel .owl-nav button.owl-next,
.services-single .owl-carousel .owl-nav button.owl-next,
.marketing .owl-carousel .owl-nav button.owl-next {
    left: 30%;
}

.owl-carousel .owl-item img {
    width: auto;
    max-width: 100%;
    display: inline;
}

.inline-header .bg {
    background: #0b2d51;
}

.requiredInp {
    border: solid 1.5px #f00;
}

.alert_success {
    position: fixed;
    bottom: 5%;
    right: 0px;
    border-left: solid 10px green;
    padding: 10px;
    min-width: 300px;
    display: flex;
    justify-content: center;
    box-shadow: 2px 2px 13px #999;
    font-size: 20px;
    z-index: 1000;
    background: #fff;
    height: 60px;
    line-height: 40px;
}

.services.services-single img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
}
.building .owl-carousel .owl-item img {
    width: 320px;
    height: 220px;
}

.about-us .features .photo img {
    /* max-width: 100%; */
    width: 40px;
    height: 40px;
    border-radius: 50%;
    max-width: inherit;
}

.page_content {
    display: flex;
    /* justify-content: center; */
    /* align-items: center; */
    flex-direction: column;
}
.page_content h1 {
    margin-bottom: 30px;
    text-align: center;
}
.page_content * {
    background: transparent !important;
    font-family: tajwal-medium !important;
    padding: 0px 20px;
}

footer a {
    text-align: center;
    display: block;
}

.upper .owl-item {
    height: 620px;
    overflow: hidden;
}
.box .button img {
    height: 150px;
    min-width: 100%;
}
.MsoNormal {
    margin: 0 !important;
    padding: 0;
}

.MsoNormal span {
    display: block;
    padding: 0;
}
.contact-us .left .parent {
    gap: 20px;
    display: unset;
}
