/*==============================
      Table of Contaent
================================*/

/*
- fonts
- body
- other settings
- general
- rev slider
- navbar
- about us
- counters
- parallax
- team
- work
- pricing
- blog
- blog-page
- footer
- media query

*/

/*=============================
     End Of Content
============================*/

/*=========================
   Google Fonts
=========================*/
/*@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600');*/
/*@import url('https://fonts.googleapis.com/css?family=Raleway:200,300,400,500,600,700');*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

html,
body {
    overflow-x: hidden !important;
    font-family: "Noto Kufi Arabic", serif;
}

/*side open btn*/

.sidemenu_btn {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    /* width: 36px; */
    padding: 6px;
    margin-left: 3.5rem;
    margin-top: -20px;
    border: 2px solid #3face7;
    border-radius: 3px;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    flex-direction: column !important;
    display: none !important;
}

.dropdown-sidemenu {
    margin-bottom: 0 !important;
}

.sidemenu_btn,
.side-menu .btn-close,
.side-menu .btn-close::before,
.side-menu .btn-close::after {
    position: absolute;
}

#close_side_menu {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    display: none;
    z-index: 1031;
    opacity: 0.5;
    cursor: pointer;
}

/* .navbar {
    height: 200px !important;

} */

/* ===================================
    Nav bar dropdown by mohamed fathy
======================================*/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
    z-index: 999 !important;
}

/* .navbar .nav-item .dropdown-menu {
    display: block;
    border: none;
    margin-top: 0;
    top: 150%;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
} */
/* ------------------------------ */
.navbar .nav-item .dropdown-menu {
    display: block;
    border: none;
    margin-top: 0;
    top: 150%;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    border-radius: 5px;
    padding: 5px !important;
    text-align: start;
    z-index: 90 !important;
    /* border: 1px solid red; */
    margin-top: 5px !important;
    /* max-width: 10px !important; */
    padding-right: 15px !important;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .nav-item .dropdown-menu {
    display: block;
    border: none;
    margin-top: 0;
    top: 150%;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}

.navbar .nav-item:hover .dropdown-menu {
    top: 68%;
    visibility: visible;
    transition: 0.5s;
    opacity: 1;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    padding: 10px;
    padding-right: 15px !important;
    border-radius: 2px;
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: var(--dark);
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    outline: none;
}

/* css from Eng Aml */

.static.dropdown {
    position: static;
}

.dropdown-toggle::after {
    content: "\f107";
    border: none;
    vertical-align: baseline;
    width: auto;
    height: auto;
    line-height: 1;
}

.megamenu {
    padding: 20px 0;
    width: 100%;
}

.navbar-nav .dropdown-menu {
    z-index: 5;
    background: #44b0e8;
    border: none;
    border-radius: 0;
    /* padding: 18px 0; */
    -webkit-box-shadow: 0 13px 25px -12px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 13px 25px -12px rgba(0, 0, 0, 0.25);
    box-shadow: 0 13px 25px -12px rgba(0, 0, 0, 0.25);
    right: 0;
    top: auto;
    border-top: 1px solid #283969;
    margin-top: 0;
    cursor: default;
    /* box-sizing: border-box !important; */
    /* margin-top: 5px; */
}

.bg-blue .dropdown-menu {
    background: #204394;
    border-top: 1px solid #204394;
}

.menu-top .navbar-nav .dropdown-menu {
    -webkit-box-shadow: 0 0 25px -10px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 0 25px -10px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 25px -10px rgba(0, 0, 0, 0.25);
    bottom: 68px;
}

.dropdown-menu.right-show {
    right: auto !important;
    left: 0 !important;
}

.dropdown-menu .dropdown-item {
    background: transparent;
    font-weight: normal;
    font-size: 1rem;
    padding: 0 1.4rem 0 0;
    line-height: 30px;
    position: relative;
    overflow: hidden;
    text-align: justify;
}

a.dropdown-toggle::after {
    transition: all 0s;
}

.dropdown-link {
    font-size: 14px !important;
}

.dropdown-menu .dropdown-item,
.dropdown-menu .dropdown-title {
    color: #ffffff;
}

.bg-blue .dropdown-menu .dropdown-item,
.bg-blue .dropdown-menu .dropdown-title {
    color: #ffffff;
}

.dropdown-item:before {
    position: absolute;
    content: "\f105";
    font-family: "Font Awesome 5 Free", serif;
    font-weight: 600;
    top: 50%;
    transform: translateY(-50%);
    right: -20px;
    color: inherit;
    transition: 0.2s;
}

.dropdown-item:hover:before {
    right: 10px;
}

.dropdown-item:hover {
    padding: 0 1.8rem 0 0;
}

.navbar .dropdown .dropdown-toggle::after {
    transition: 0.3s ease-in all !important;
}

.navbar .dropdown:hover .dropdown-toggle::after {
    transform: scaleY(-1);
}

.dropdown-menu .dropdown-title {
    margin: 1.5rem 1rem 0.5rem 0;
    font-size: 19px;
}

.dropdown-menu {
    position: absolute;
    /* or relative if you need it to stay positioned within the container */
    z-index: 1050;
    /* This is higher than the default Bootstrap z-index */
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    left: 0px;
    top: 10px;
    z-index: 50;
    padding: 0rem;
}

/* navbar container margin  by mohamed fathy*/
.navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    max-width: 1370px;
}

.navbar-expand-lg .navbar-nav {
    margin-right: 160px;
}

/* Ensure no clipping occurs due to overflow */
.navbar {
    overflow: visible;
}

/* Set a higher z-index to the dropdown */
.nav-item .dropdown-menu {
    position: absolute;
    /* Ensure it's positioned */
    z-index: 1050;
    /* Ensure it's higher than the navbar or breadcrumb */
}

.nav-item {
    position: relative;
    z-index: 100;
    /* Ensure it's not above the dropdown */
}

.navbar-nav {
    position: relative;
    z-index: 100;
    /* Ensure it's not above the dropdown */
}

.navbar-nav,
.nav-item {
    position: relative;
    /* Ensure these have relative positioning */
    z-index: 1;
    /* Ensure it's lower than the dropdown */
}

.navbar,
.navbar-collapse {
    overflow: visible;
    /* Ensure dropdown is not clipped */
}

.dropdown-menu {
    position: absolute !important;
    z-index: 1050 !important;
    /* Force higher priority */
}

/* custom edit breadcrumb by mohamed fathy*/

/* .slide-contain {
    padding-top: 8rem;
} */

/* Hover effect to show dropdown */
.side-nav .nav-item.dropdown:hover .dropdown-menu {
    display: block !important;
    /* Ensure the dropdown is shown */
    visibility: visible !important;
    /* Make sure it's visible */
    opacity: 1;
    /* Ensure it has full opacity */
    top: 100% !important;
    /* Ensure it appears below the parent link */
}

/* Hide the dropdown initially */
.side-nav .dropdown-menu {
    display: none;
    /* Hide it initially */
    opacity: 0;
    /* Hide it completely when not hovered */
    transition: opacity 0.3s ease-in-out;
    /* Smooth transition */
    position: absolute;
    z-index: 9999;
    /* Make sure it appears above other content */
}

/* Position the dropdown correctly relative to its parent */
.side-nav .nav-item.dropdown {
    position: relative;
    /* Ensures dropdown menu is positioned within the parent */
}

/* Hover effect to show dropdown */
.side-nav .nav-item.dropdown:hover .dropdown-menu {
    display: block !important;
    /* Ensure the dropdown is shown */
    visibility: visible !important;
    /* Make sure it's visible */
    opacity: 1;
    /* Ensure it has full opacity */
    top: 100% !important;
    /* Ensure it appears directly below the parent link */
}

/* Initially hide the dropdown */
.side-nav .dropdown-menu {
    display: none;
    /* Hide it initially */
    opacity: 0;
    /* Hide it completely when not hovered */
    transition: opacity 0.3s ease-in-out;
    /* Smooth transition */
    position: absolute;
    /* Ensures it's positioned correctly */
    z-index: 9999;
    /* Make sure it appears above other content */
    left: 0;
    /* Align it with the parent link */
}

/* Ensure the .dropdown container is positioned relative */
.side-nav .nav-item.dropdown {
    position: relative;
    /* Make sure it’s positioned relative to the parent link */
}

/* On hover, make the dropdown appear directly below the parent link */
.side-nav .nav-item.dropdown:hover .dropdown-menu {
    display: block !important;
    /* Show the dropdown on hover */
    visibility: visible !important;
    /* Ensure it’s visible */
    opacity: 1;
    /* Ensure full visibility */
    top: 100% !important;
    /* Position the dropdown directly below the link */
    left: 0 !important;
    /* Align to the left of the parent link */
    z-index: 1050 !important;
    /* Ensure dropdown appears above other elements */
    margin-bottom: 15px;
    /* Add margin below the dropdown to give space */
}

/* Initially hide the dropdown */
.side-nav .dropdown-menu {
    display: none;
    /* Hide the dropdown initially */
    opacity: 0;
    /* Hide it when not hovered */
    position: absolute;
    /* Ensure absolute positioning */
    top: 100%;
    /* Position it below the link */
    left: 0;
    /* Align it with the parent link */
    z-index: 9999;
    /* Make sure it appears above other content */
    transition: opacity 0.3s ease-in-out;
    /* Smooth transition for dropdown visibility */
}

/* ===================================
    ending of Nav bar dropdown by mohamed fathy
======================================*/

.sidemenu_btn > span {
    height: 2px;
    width: 100%;
    display: block;
}

.transparent-bg .sidemenu_btn > span {
    /* background: #fff; */
    color: red !important;
}

/* .fixedmenu .sidemenu_btn>span:not(.gradient-bg) {
    background: #204394 !important;
} */

.sidemenu_btn > span:nth-child(2) {
    margin: 4px 0;
}

#sidemenu_toggle span {
    background-color: #3face7 !important;
}

.border-red {
    border: 3px solid red;
}

.toggle-btn {
    border: 3px solid red;
}

.z100 {
    z-index: 9 !important;
    color: red !important;
}

.wrapper {
    margin-right: 0;
    display: block;
    width: 100%;
    float: right;
    -webkit-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    transition: 0.8s ease;
}

/*.Raleway {*/
/*    font-family: 'Raleway', sans-serif;*/
/*}*/

.rev_slider_wrapper {
    left: auto !important;
    right: auto !important;
}

/*.Open-Sans {*/
/*    font-family: 'Open-Sans', sans-serif;*/
/*}*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Noto Kufi Arabic", serif;
}

a {
    font-family: "Noto Kufi Arabic", serif !important;
}

p {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #9da0b2;
    line-height: 2rem;
}

.hidden {
    display: none;
}

.bg-light2 {
    color: #f9f8fa;
    background-color: #f8f9fa !important;
}

.bg-light1 {
    height: 520px !important;
}

.bg-light {
    color: #f9f8fa;
    height: 520px;
}

.bg-blue {
    background-color: #161922;
    margin-top: 100px;
}

.bg-grey {
    color: #9da0b2;
}

.green {
    color: #fcad29;
}

.blue {
    color: #161922;
}

.orange {
    color: #fcad29;
}

.text-white {
    color: #fff;
}

.grey {
}

.grey:hover {
    color: #fcad29;
}

.bg-overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

/*========================
   General
=======================*/
.textblue {
    color: #3face7 !important;
}
.para-justify {
    text-align: justify !important;
}
.para-justify p {
    margin-bottom: 10px !important;
}
section,
.section-padding {
    position: relative;
    padding: 4.5rem 0;
}

.h-100 {
    height: 100vh;
}

a,
a:active,
a:focus,
a:hover {
    text-decoration: none !important;
    outline: none;
}

.hr-line {
    width: 150px;
    height: 2px;
    background: #000;
    display: block;
}

a {
    color: #fff;
}

a:hover {
    color: #fcad29;
}

ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.heading-space {
    padding-bottom: 130px;
}

.text-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

/*=============================
   Slider
=============================*/
.wexim .tp-bullet {
    position: relative;
    display: contents;
    background: transparent;
    cursor: pointer;
    box-sizing: content-box;
}

.wexim .tp-bullet .tp-bullet-inner {
    width: 13px;
    height: 13px;
    position: relative;
    border: 3px solid #ffffff;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    box-sizing: content-box;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.wexim .tp-bullet:not(:last-child) .tp-line {
    height: 20px;
    width: 3px;
    background: white;
    display: block;
    margin: 0 auto;
}

.wexim .tp-bullet {
    position: relative;
    display: contents;
    background: transparent;
    cursor: pointer;
    box-sizing: content-box;
}

.tp-bullet {
    width: 15px;
    height: 15px;
    position: absolute;
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer;
}

.wexim .tp-bullet.selected .tp-bullet-inner {
    background: #fcad29;
}

.wexim .tp-bullet.selected .tp-bullet-inner {
    transform: scale(1.4);
    margin-top: 2px;
    background: #fcad29;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.wexim.tp-bullets {
    height: 110px !important;
    width: 19px !important;
    text-align: center;
    display: inline-block;
    position: relative;
}

/*==============================
   SVG pattern
=============================*/
svg {
    position: absolute;
    bottom: -12px;
    right: 0;
    width: 100%;
    height: 100px;
    display: block;
    z-index: 100;
}

.contact-us .svg {
    transform: rotate(-180deg);
    bottom: -1px !important;
    position: absolute;
    width: 100%;
}

.contact-us {
    position: unset;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-navigation svg {
    bottom: auto;
}

/* opacity */
.opacity-full {
    opacity: 1;
}

.opacity-3 {
    opacity: 0.3;
}

.opacity-4 {
    opacity: 0.4;
}

.opacity-5 {
    opacity: 0.5;
}

.opacity-6 {
    opacity: 0.6;
}

.opacity-7 {
    opacity: 0.7;
}

.opacity-8 {
    opacity: 0.8;
}

.opacity-9 {
    opacity: 0.9;
}

.opacity-0 {
    opacity: 0;
}

.dnone {
    opacity: 0;
    visibility: hidden;
    display: none;
}

/*font-weight*/
.font-weight-100 {
    font-weight: 100;
}

.font-weight-300 {
    font-weight: 300;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-600 {
    font-weight: 600;
}

/* z index */
.z-index-1 {
    z-index: 1;
}

.z-index-2 {
    z-index: 2;
}

.z-index-2 {
    z-index: 3;
}

.z-index-2 {
    z-index: 4;
}

.z-index-2 {
    z-index: 5;
}

/* button */
.btn {
    display: inline-block;
    font-size: 17px;
    border: 1px solid transparent;
    letter-spacing: 0.5px;
    line-height: inherit;
    border-radius: 0;
    text-transform: capitalize;
    width: auto;
    font-family: "Noto Kufi Arabic", serif !important;
    font-weight: 500;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition: all 0.3s !important;
    -o-transition: all 0.3s !important;
    transition: all 0.3s !important;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

/* button size */
.btn.btn-small {
    font-size: 11px;
    padding: 4px 24px;
}

.btn.btn-medium {
    font-size: 12px;
    padding: 6px 25px 5px;
}

.btn.btn-large.rev-slider {
    font-size: 16px;
    padding: 12px 34px !important;
    line-height: 25px;
    width: 150px !important;
    letter-spacing: 0.5px;
}

.btn.btn-rounded {
    border-radius: 50px !important;
}

.btn.btn-large {
    font-size: 14px;
    padding: 9px 34px !important;
    line-height: 25px;
    letter-spacing: 0.5px;
}

.form-btn {
    padding: 12px 5px !important;
}

/* button background */
.btn.btn-green {
    background: #fcad29;
    border-color: #fcad29;
    color: #ffffff !important;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    cursor: pointer;
}

.btn.btn-green:hover {
    background: #3face7 !important;
    border-color: #3face7;
    color: #fff !important;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    cursor: pointer;
}

.btn.btn-blue {
    background: #161922;
    border-color: #161922;
    color: #ffffff !important;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    cursor: pointer;
}

.btn.btn-blue:hover {
    background: #fcad29 !important;
    border-color: #fcad29;
    color: #ffffff !important;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    cursor: pointer;
}

.btn.btn-green-orange {
    background: #fcad29;
    border-color: #fcad29;
    color: #ffffff !important;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    cursor: pointer;
    padding: 9px 34px !important;
}

.btn.btn-green-orange:hover {
    background: #3face7;
    border-color: #3face7;
    color: #ffffff !important;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    cursor: pointer;
}

.btn.btn-transparent {
    /*background: transparent !important;*/
    background: #fcad29 !important;
    border: 1px solid #fcad29 !important;
}

.btn.btn-transparent:hover {
    background: #3face7 !important;
    border-color: #3face7 !important;
    color: #fff !important;
}

/*icon bg bover */
.facebook-bg-hvr:hover {
    background: #4267b2 !important;
    color: #fff !important;
}

.twitter-bg-hvr:hover {
    background: #1da1f2 !important;
    color: #fff !important;
}

.instagram-bg-hvr:hover {
    background: -webkit-gradient(
        linear,
        right top,
        right bottom,
        from(#aa2fb5),
        color-stop(93%, #f1762c)
    ) !important;
    background: -o-linear-gradient(top, #aa2fb5 0%, #f1762c 93%) !important;
    background: linear-gradient(to bottom, #aa2fb5 0%, #f1762c 93%) !important;
    color: #fff !important;
}

.linkedin-bg-hvr:hover {
    background: #0077b5 !important;
    color: #fff !important;
}

.pinterest-bg-hvr:hover {
    background: #bd081c !important;
    color: #fff !important;
    border: 1px solid #bd081c !important;
}

.google-bg-hvr:hover {
    background: #db4437 !important;
    color: #fff !important;
}

.mail-bg-hvr:hover {
    background: #c32aa3 !important;
    color: #fff !important;
    border: 1px solid #c32aa3 !important;
}

/*icon text bover */
.facebook-text-hvr:hover {
    color: #4267b2 !important;
}

.twitter-text-hvr:hover {
    color: #1da1f2 !important;
}

.instagram-text-hvr:hover {
    color: #aa2fb5;
}

.linkedin-text-hvr:hover {
    color: #0077b5 !important;
}

.pinterest-text-hvr:hover {
    color: #bd081c !important;
}

.google-text-hvr:hover {
    color: #db4437 !important;
}

.mail-text-hvr:hover {
    color: #c32aa3 !important;
}

/* Headings Fonts Size*/

h2 {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-size: 48px;
    font-weight: 400;
    color: #161922;
}

h3 {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-size: 28px;
    font-weight: 400;
    color: #161922;
}

h4 {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-size: 19px;
    font-weight: 400;
    color: #9da0b2;
}

h5 {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-size: 18px !important;
    font-weight: 500;
    color: #9da0b2;
}

h6 {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #9da0b2;
}

/*Margin & Paddind*/

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-80 {
    margin-top: 80px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mr-40 {
    margin-left: 40px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-50 {
    padding-top: 50px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pl-25 {
    padding-right: 25px;
}

.loader {
    background: #fff;
    text-align: center;
    height: 100vh;
    z-index: 999;
    position: fixed;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.load {
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
}

.load span {
    position: absolute;
    width: 25px;
    height: 25px;
    background: #262626;
    -webkit-animation: animate 4s infinite forwards ease-in-out;
    animation: animate 4s infinite forwards ease-in-out;
}

.load span:nth-child(1) {
    background: #3face7;
    right: -24px;
    top: -34px;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.load span:nth-child(2) {
    background: #fcad29;
    right: 5px;
    top: -34px;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.load span:nth-child(4) {
    background: #fcad29;
    right: -24px;
    top: 3px;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.load span:nth-child(3) {
    background: #3face7;
    right: 5px;
    top: 3px;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

@-webkit-keyframes animate {
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    20% {
        -webkit-transform: rotateY(-360deg);
        transform: rotateY(-360deg);
    }

    40% {
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg);
    }

    60% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }

    80% {
        -webkit-transform: rotateX(360deg);
        transform: rotateX(360deg);
    }

    100% {
        -webkit-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
    }
}

@keyframes animate {
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    20% {
        -webkit-transform: rotateY(-360deg);
        transform: rotateY(-360deg);
    }

    40% {
        -webkit-transform: rotateX(180deg);
        transform: rotateX(180deg);
    }

    60% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }

    80% {
        -webkit-transform: rotateX(360deg);
        transform: rotateX(360deg);
    }

    100% {
        -webkit-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
    }
}

/* nav top default */
.header-sec {
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important;
}

.navbar-top-default {
    position: absolute;
    top: 0;
    z-index: 99;
    /* overflow hidden make the drop down disappear after the height limit */
    /* overflow: hidden !important;  */
    height: 135px;
    width: 100%;
    -webkit-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.navbar-top-default .navbar-nav .nav-link {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-size: 13px;
    color: #000;
    font-weight: 500;
    margin-left: 1.1rem;
    /* margin-right: 1.1rem; */
    text-transform: capitalize;
}

.navbar-top-default .navbar-nav .nav-link:hover {
    color: #161922;
}

.header-appear .navbar-top-default .navbar-nav .nav-link {
    font-family: "Noto Kufi Arabic", sans-serif;
    font-size: 13px;
    color: #000;
    font-weight: 500;
    text-transform: capitalize;
}

.header-appear .navbar-top-default .navbar-nav .nav-link:hover {
    color: #161922;
}

/* Nav Radius Hover Effect */
.nav-radius .navbar-nav .nav-link {
    padding: 0.6rem 1.3rem;
    border-radius: 36px;
    font-size: 17px !important;
}

.header-appear .nav-radius .navbar-nav .nav-link {
    padding: 0.6rem 1.3rem;
    border-radius: 36px;
}

.nav-radius .navbar-nav .nav-link.active {
    background: #fcad29;
    color: #ffffff !important;
}

.header-appear .nav-radius .navbar-nav .nav-link.active {
    background: #fcad29;
    color: #ffffff !important;
}

.nav-radius .navbar-nav .nav-link.active:hover {
    color: #ffffff;
}

.nav-radius .navbar-nav .nav-link {
    margin: 0 0.1rem;
}

.header-appear .navbar-top-default {
    height: 135px;
    position: fixed;
    z-index: 999;
    background: #fff;
    -webkit-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
}

@-webkit-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

/* .header-appear .navbar .logo-default,
.navbar .logo-scrolled {
    display: none;
} */

.header-appear .navbar .logo-scrolled,
.navbar .logo-default {
    display: inline-block;
}

.rev_slider_wrapper {
    right: auto !important;
}

.ml-250 {
    margin-right: 150px;
}

/* ===================================
    Side Menu
====================================== */

.side-menu {
    width: 25%;
    /* opacity: .5; */
    position: fixed;
    left: 0;
    top: 0;
    background: #3a7295b2;
    z-index: 1032;
    height: 100%;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    -o-transition: -o-transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    overflow: hidden;
}

.side-menu.left {
    right: 0;
    left: auto;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.side-menu.before-side {
    width: 280px;
}

.side-menu.side-menu-active,
.side-menu.before-side {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.pul-menu .side-menu.side-menu-active {
    visibility: visible;
    opacity: 1;
}

.side-menu .navbar-brand {
    margin: 0 0 2.5rem 0;
}

/*Side overlay*/
#close_side_menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    -webkit-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -o-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    display: none;
    z-index: 1031;
    opacity: 0.4;
}

/*side clode btn*/
.side-menu .btn-close {
    height: 33px;
    width: 33px;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 30px;
    left: 15px;
    cursor: pointer;
}

.side-menu.before-side .btn-close {
    display: none;
}

.side-menu .btn-close::before,
.side-menu .btn-close::after {
    position: absolute;
    right: 16px;
    content: " ";
    height: 24px;
    width: 2px;
    background: #fff;
    top: 5px;
}

.side-menu .btn-close:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.side-menu .btn-close:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*side open btn*/

.sidemenu_btn {
    position: relative;
}

.sidemenu_btn.left {
    right: 15px;
    left: auto;
}

.sidemenu_btn span {
    height: 2px;
    width: 25px;
    background: #000;
    display: block;
}

.header-appear .sidemenu_btn span {
    height: 2px;
    width: 25px;
    background: #000;
    display: block;
}

.header-appear .navbar-simple .sidemenu_btn span {
    background: #666666;
}

.header-appear .navbar-gradient .sidemenu_btn span {
    background: #ffffff;
}

.sidemenu_btn span:nth-child(2) {
    margin: 4px 0;
}

.side-menu .inner-wrapper {
    padding: 6rem 5rem;
    height: 100%;
    position: relative;
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: right;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pul-menu.pushwrap .side-menu .inner-wrapper {
    padding: 6rem 2.5rem;
}

.side-menu .side-nav {
    display: block;
}

.side-nav .navbar-nav .nav-item {
    display: block;
    margin: 10px 0;
    padding: 0 !important;
    opacity: 0;
    -webkit-transition: all 0.8s ease 500ms;
    -o-transition: all 0.8s ease 500ms;
    transition: all 0.8s ease 500ms;

    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
}

.side-nav .navbar-nav .nav-item:first-child {
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.side-nav .navbar-nav .nav-item:nth-child(2) {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.side-nav .navbar-nav .nav-item:nth-child(3) {
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.side-nav .navbar-nav .nav-item:nth-child(4) {
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.side-nav .navbar-nav .nav-item:nth-child(5) {
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.side-nav .navbar-nav .nav-item:nth-child(6) {
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.side-nav .navbar-nav .nav-item:nth-child(7) {
    -webkit-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    transition-delay: 0.7s;
}

.side-nav .navbar-nav .nav-item:nth-child(8) {
    -webkit-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.side-nav .navbar-nav .nav-item:nth-child(9) {
    -webkit-transition-delay: 0.9s;
    -o-transition-delay: 0.9s;
    transition-delay: 0.9s;
}

.side-menu.side-menu-active .side-nav .navbar-nav .nav-item {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.side-nav .navbar-nav .nav-link {
    display: inline-table;
    color: #fff;
    padding: 2px 0 3px 0 !important;
    font-family: "Noto Kufi Arabic", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    position: relative;
    border-radius: 0;
}

.side-nav .navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    background: #fcad29;
    display: inline-block;
    width: 0;
    height: 3px;
    bottom: 0;
    right: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.side-nav .navbar-nav .nav-link:hover::after,
.side-nav .navbar-nav .nav-link:focus::after,
.side-nav .navbar-nav .nav-link.active::after {
    width: 100%;
}

.side-nav .navbar-nav .nav-link.active {
    background: transparent;
}

.side-menu p {
    font-size: 13px;
    margin-top: 0.5rem;
    margin-bottom: 0;
}

.social-icons-simple {
    margin-bottom: 0;
    margin-right: -10px;
}

.social-icons-simple li {
    display: inline-block;
}

.social-icons-simple li a {
    display: block;
    font-size: 16px;
    height: 36px;
    line-height: 38px;
    border: 1px solid transparent;
    text-align: center;
    width: 36px;
    color: #ffffff;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
}

.social-icons-simple.darkcolor li a {
    color: #fff;
}

.social-icons-simple.whitecolor li a {
    color: #fff;
}

.social-icons-simple li a:hover {
    background-color: #ffffff;
}

.social-icons-simple li.animated-wrap a:hover {
    background-color: transparent;
    color: #ffffff;
}

/*========================
   About Section
   =======================*/
/* this style has been edit to decrease hight of for the navbar in the home page */
.about-banner {
    padding-top: 0rem !important;
}

.about-max {
    max-width: 700px;
    margin: 0 auto;
}

.max-151 {
    max-width: 151px;
    margin: 0 auto;
}

.icon-hover-effect {
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

/*
.icon-hover-effect:hover .laptop-icon, .icon-hover-effect:hover .chart-icon, .icon-hover-effect:hover .pencil-icon {
    transform: translateY(-20px);
    transition: 1s;
}*/

.about-padding {
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 35px;
    padding-right: 35px;
    background-color: #fcad29;
    border-radius: 50%;
    max-width: 115px;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    margin: 0 auto;
}

.about-padding:hover {
    background-color: #161922;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.about-padding2 {
    padding-top: 35px;
    padding-bottom: 35px;
    padding-left: 35px;
    padding-right: 35px;
    background-color: #161922;
    border-radius: 50%;
    max-width: 115px;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    margin: 0 auto;
}

.about-padding2:hover {
    background-color: #fcad29;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.line-padding2::before {
    height: 1px;
    top: 115px;
    background: #000;
    width: 30%;
    z-index: -1;
    margin: 0;
    right: 10px;
}

.line-padding2::after {
    height: 1px;
    top: 115px;
    background: #000;
    width: 30%;
    z-index: -1;
    margin: 0;
    left: 10px;
}

.icon {
    font-size: 40px;
    color: #fff;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

/*Home About*/
.center-about {
    text-align: justify;
}

/* ============================
    our vision by mohamed fathy
============================== */
.rare-box2 {
    height: 300px;
    width: 95%;
    position: relative;
    right: 2rem;
    background: #3face7;
    border-radius: 25px;
}

.our-vision {
    background-color: #fff !important;
    direction: ltr;
    padding-top: 0 !important;
}

.img-icon {
    /* padding-right: 18px; */
    padding-top: 14px;
    /* padding-left: 18px; */
}

.image-vission {
    top: -265px;
    margin-right: 30px;
    margin-bottom: -230px;
    border-radius: 25px;
}

.vision-section {
    direction: rtl;
}

.title-vision {
    direction: rtl;
}

/*========================================
Counters Sec
========================================*/

.serial-box {
    text-align: center;
}

.serial-box p {
    color: #161922;
    font-size: 18px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
}

.serial-box span {
    font-size: 40px;
    font-family: "Open Sans", sans-serif;
    color: #161922;
    text-align: center;
    font-weight: 600;
    padding-bottom: 20px;
}

/*============================
    Counters
==========================*/

.hr-line {
    width: 40px;
    height: 3px;
    display: block;
    margin-top: 16px;
}

.icon {
    transition: all 1s;
}

.icon i {
    font-size: 40px;
}

.counters i {
    font-weight: 700;
}

.blue {
    color: #4c4c4c;
}

.bluee {
    color: #fcad29;
}

.icon-block:hover .counters h3,
.icon-block:hover .counters h3 i {
    color: #fcad29;
}

.icon-block.two:hover .counters h3,
.icon-block.two:hover .counters h3 i {
    background: #3264f5;
    background: -moz-linear-gradient(right, #643094, #00bcd4);
    background: -webkit-linear-gradient(right, #643094, #00bcd4);
    background: linear-gradient(to left, #643094, #00bcd4);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#643094', endColorstr='#643094', GradientType=1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.icon-block:hover .icon {
    transform: rotateY(-360deg);
    transition: all 1.2s;
}

.bg-blue {
    background: #161922;
}

.icon-block.two.white-color:hover .counters h3,
.icon-block.two.white-color:hover .counters h3 i {
    background: none;
    color: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: white;
}

.num-conuter {
    font-size: 30px;
}

/* custom edit for home page */

/*=============================
    Counters End
============================*/

/*=============================
    Parrallax
============================*/

.index-1 {
    background: url("../img/parallax-1.jpg");
}

.m-25 {
    margin-bottom: -25px;
    margin-top: -25px;
}

/*=============================
    Parallax End
============================*/

/* ===================================
    Team
====================================== */

#team {
    background: #f9f9f9;
}

.margin-30 {
    margin-bottom: 40px;
}

.text-width {
    max-width: 658px;
}

#team-slider {
    text-align: center;
}

#team-slider .team-image {
    border-radius: 25px;
}

.team-box {
    text-align: center;
    margin: 0 10px;
    display: inline-block;
    max-width: 380px;
    border: 10px solid #ffffff !important;
    background-color: #ffffff !important;
    transition: all 0.5s ease-in 0.1s;
    border-radius: 35px;
}

.team-box .team-image {
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease-in 0.1s;
}

.team-box .team-text {
    text-align: center;
    font-size: 16px;
    padding: 2rem 0 2.5rem 0;
    transition: all 0.5s ease-in 0.1s;
}

.team-box .team-text h5 {
    font-size: 1.6rem;
}

.team-progress {
    padding-bottom: 1rem;
}

.team-progress .progress-item:not(:last-child) {
    margin-bottom: 2rem;
}

.team-progress .progress {
    height: 12px;
    margin-top: 12px;
    overflow: hidden;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    background-color: #eaeaea;
}

.team-progress .progress-item .count {
    font-weight: 500;
}

.team-progress .progress-bar {
    height: 100%;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.blue-background {
    background-color: #161922;
}

.dark-blue-background {
    background-color: #222d38;
}

.team-box:hover .overlay {
    opacity: 1;
    visibility: visible;
}

.team-box .overlay {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}

.team-box .item {
    transition: all 0.5s ease;
}

.center-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.overlay {
    position: absolute;
    right: 20px;
    top: 25px;
    left: 20px;
    bottom: 22px;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    -webkit-transition: all 0.5s ease-in 0.1s;
    -o-transition: all 0.5s ease-in 0.1s;
    transition: all 0.5s ease-in 0.1s;
}

.team-box .overlay:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #3face7;
    opacity: 0.5;
}

.team-box .team-social li {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}

.team-box:hover .team-social li {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.team-box .team-social li {
    display: inline-block;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.team-box .team-social li:first-child {
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.team-box .team-social li:nth-child(2) {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.team-box .team-social li:nth-child(3) {
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.team-box .team-social li:nth-child(4) {
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.team-box .team-social li:nth-child(5) {
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.team-box .team-social li:nth-child(6) {
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.team-box .team-social li:nth-child(7) {
    -webkit-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    transition-delay: 0.7s;
}

.team-box .team-social li a {
    display: block;
    font-size: 16px;
    height: 36px;
    line-height: 38px;
    text-align: center;
    width: 36px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    background: #fff;
    border-color: #ffffff;
    color: #384141;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.margin-30 {
    margin-bottom: 50px !important;
}

.about-self {
    padding: 10px;
}

/*====================================
   Team End
==================================*/

/*===========================================
   custom edit for services by mohamed fathy
============================================*/
.work-section {
    padding-top: 3rem;
}

/* ======================================
sub-service by mohamed fathy
========================================*/
.section-title {
    text-align: justify !important;
    padding-bottom: 20px;
}

/* .ui-block-12.team-sec .main-title h2{
background: (#ffffff00 100%, #7202bb00 100%);

} */
.text-dark {
    text-transform: capitalize;
    font-weight: 600;
    background: none !important;
    /* Remove background gradient */
    color: black !important;
    /* Set text color to black */
    font-size: 52px;
    margin-bottom: 1.5rem;
    margin-left: auto;
    margin-right: auto;
}

.ui-block-12.team-sec .box-team {
    background-color: unset;
}

.ui-block-12.team-sec .main-title {
    margin-bottom: 2rem !important;
}

h2.text-dark {
    position: relative;
    color: black;
}

h2.text-dark::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.7);
    /* Light semi-transparent background */
    z-index: -1;
    /* Place behind the text */
}

.single-image {
    border-radius: 20px;
}

/* ======================================
new service card by mohamed fathy
=========================================*/

.ui-block-12.team-sec .overlay {
    right: 0px;
    background-color: rgb(67 175 230 / 63%) !important;
}

.team-img img {
    border-radius: 5%;
}

.btn.btn-large {
    font-size: 14px;
    padding: 7px 9px;
    line-height: 25px;
    letter-spacing: 0.5px;
}

.ui-block-12.team-sec .box-team h4 {
    text-shadow: 0 0 3px #000000, 0 0 3px #000000;
    text-align: center;

}

.ui-block-12.team-sec a,
.ui-block-12.team-sec *::before,
.ui-block-12.team-sec *::after,
.ui-block-12.team-sec img {
    padding: 9px 9px !important;
}

.ui-block-12.team-sec a,
.ui-block-12.team-sec *::before,
.ui-block-12.team-sec *::after,
.ui-block-12.team-sec img {
    padding: 9px 9px !important;
    border-radius: 20px !important;
}
.team-img {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    /* height: 300px; */
    overflow: hidden;
    border-radius: 5%;
}

.team-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5%;
}

.team-title {
    z-index: 99;
    font-size: 20px;
    text-shadow: 0 0 3px #000, 0 0 3px #000;
}

.team-img .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(67, 175, 230, 0.63); /* fallback if class is not applied */
    z-index: 1;
}

/*======================================
     portfolio three
 ===================================*/

.gallery {
    width: 100% !important;
    height: 600px;
}

.portfolio-three .filtering .active {
    color: #fcad29;
}

.portfolio-three .filtering span {
    background-color: #fff;
    border-left: 3px solid #ececec;
    line-height: 18px;
    color: #4c4c4c;
    cursor: pointer;
    overflow: visible;
    padding: 0 15px;
    position: relative;
    display: inline-block;
    -webkit-transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, border-color 0.3s ease-in-out;
}

.portfolio-three .filtering span:hover {
    color: #fcad29;
}

.portfolio-three .filtering span:last-child {
    border-left: none;
}

.portfolio-three .items {
    position: relative;
    padding: 0;
    min-height: 355px !important;
}

.price-item {
    /* min-height: 355px !important; */
}

.portfolio-three .items {
    padding: 0 5px;
}

.portfolio-three .items {
    margin-top: 10px;
}

.portfolio-three .item-img {
    position: relative;
    overflow: hidden;
}

.portfolio-three .item-img img {
    width: 100%;
}

.portfolio-three .item-img-overlay {
    position: absolute;
    top: 5px;
    right: 5px;
    left: 5px;
    bottom: 5px;
    color: #ffffff;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 2;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
}

.portfolio-three .item-img-overlay:before {
    content: "";
    position: absolute;
    background: #fcad29;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
}

.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.overlay-info {
    position: relative;
    width: 100%;
}

.overlay-info p {
    font-size: 13px;
}

.portfolio-three .item-img:hover .item-img-overlay {
    opacity: 0.8;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.portfolio-three .item-img-overlay a {
    font-size: 30px;
    position: absolute;
    bottom: 15px;
    left: 15px;
    color: #fff;
}

.plus {
    display: inline-block;
    height: 70px;
    width: 70px;
    position: relative;
    overflow: hidden;
}

.plus::before {
    width: 2px;
    margin-right: -1px;
    right: 50%;
    top: 5px;
    bottom: 5px;
}

.plus::before,
.plus::after {
    content: " ";
    position: absolute;
    background: #fff;
}

.plus::after {
    height: 2px;
    margin-top: -1px;
    top: 50%;
    right: 5px;
    left: 5px;
}

.plus::before,
.plus::after {
    content: " ";
    position: absolute;
    background: #fff;
}

.gradient-bg1 {
    background: #fcad29;
}

/*====================================
 Particles
===================================*/

/* ---- particles.js container ---- */

.particles-version {
    position: relative;
}

#particles-js {
    position: relative;
    width: 100%;
    height: 410px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00e0ce', endColorstr='#2989d8', GradientType=1);
    overflow: hidden;
}

#particles-js .center-col {
    position: absolute;
    top: 50%;
    transform: translateY(-52%);
}

.rotate-left {
    width: 103%;
    right: -30px;
    position: relative;
}

.clr-blue {
    background: #161922;
}

.rotate-left-none {
    transform: rotate(-1deg);
}

.transform {
    transform: none;
}

/* ===================================
    Client
====================================== */

.our-client {
    background: #f9f9f9;
}

.our-client .item {
    text-align: center;
}

.our-client.item,
.our-client .logo-item {
    position: relative;
}

.our-client .logo-item {
    width: 160px;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
}

.our-client .logo-item,
.our-client .logo-item > img {
    display: inline-block;
}

.logo-item > img {
    width: 98%;
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    cursor: pointer;
}

/*===========================================
Carousel
=========================================*/

.team-box {
    background: #161922;
}

.team-box h6 {
    padding-bottom: 20px;
}

.social_icons li {
    display: inline-block;
    text-align: center;
}

.social_icons li a {
    height: 30px;
    width: 30px;
    border-radius: 30px;
    color: #fff;
    background: transparent;
    display: block;
    line-height: 32px;
    font-size: 14px;
}

.carousel-date {
    background: #fcad29;
    padding: 86px;
}

.date-padding {
    font-size: 80px;
    padding-top: 20px;
    padding-bottom: 20px;
}

#team-carousel .owl-dots {
    position: absolute;
    display: block;
    text-align: center;
    width: 100%;
    top: 76%;
    -webkit-transform: translateX(-27%);
    -ms-transform: translateX(-27%);
    transform: translateX(-27%);
}

#team-carousel .owl-dots .owl-dot.active {
    background: #fcad29;
    height: 2px;
    width: 20px;
}

#team-carousel .owl-dots .owl-dot {
    background-color: #fff;
    height: 2px;
    width: 20px;
    margin-top: 40px;
    margin-left: 10px;
}

/* ===================================
    Pricing
====================================== */

.price-sec {
    background: #f9f8fa;
}

#price-slider {
    text-align: center;
}

.price-item {
    padding: 32px 22px;
    border-radius: 10px;
    max-width: 380px;
    margin: 40px 0 0 0;
    background: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.price {
    position: relative;
    display: inline-block;
    float: right;
    margin-left: 15px;
}

.price-tag {
    padding: 15px 0;
    text-align: right;
    border-top: 2px solid rgba(111, 123, 133, 0.18);
    border-bottom: 2px solid rgba(111, 123, 133, 0.18);
}

.price-text {
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    max-width: 212px;
}

.price .sign {
    font-size: 22px;
    font-weight: 500;
    vertical-align: super;
    padding-left: 5px;
}

.price .currency {
    font-size: 3.5rem;
    font-weight: 400;
    letter-spacing: -2px;
    line-height: 60px;
    padding: 0;
    vertical-align: middle;
}

.price .month {
    font-size: 14px;
    font-weight: 300;
    display: block;
    text-align: left;
    padding-left: 8px;
    padding-top: 8px;
}

ul.packages {
    padding: 20px 0;
    margin: 0;
}

ul.packages li {
    font-size: 13px;
    font-weight: 400;
    line-height: 40px;
    list-style-type: none;
    color: #161922;
}

ul.packages li i {
    display: inline-block;
    width: 24px;
    padding-left: 5px;
}

ul.packages li i.fa-check {
    color: #fcad29;
}

ul.packages li i.fa-times {
    color: #e04645;
}

/*================================================
Feedback Area CSS
=================================================*/
.feedback-slides {
    position: relative;
}

.feedback-slides .client-feedback {
    position: relative;
}

.feedback-slides .client-feedback .single-feedback {
    text-align: center;
    position: relative;
    padding-top: 20px;
}

.feedback-slides .client-feedback .single-feedback p {
    position: relative;
    max-width: 650px;
    line-height: 1.5;
    margin-bottom: 0;
    margin-right: auto;
    margin-left: auto;
    font-size: 15px;
    font-weight: normal;
}

.feedback-slides .client-thumbnails {
    position: relative;
    max-width: 450px;
    z-index: 1;
    margin-right: auto;
    margin-left: auto;
}

.feedback-slides .client-thumbnails .item .img-fill {
    cursor: pointer;
    position: relative;
    text-align: center;
}

.feedback-slides .client-thumbnails .item .img-fill img {
    opacity: 0.8;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    display: inline-block;
    position: relative;
    border-radius: 50%;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
}

.feedback-slides .client-thumbnails .item .title {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin: 20px -100px 0;
    text-align: center;
}

.feedback-slides .client-thumbnails .item .title h3 {
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 600;
}

.feedback-slides .client-thumbnails .item .title span {
    display: block;
    color: #3aade1;
    font-size: 14px;
    margin-top: 5px;
}

.feedback-slides .client-thumbnails .item.slick-center .title {
    opacity: 1;
    visibility: visible;
}

.feedback-slides .client-thumbnails .item.slick-center .img-fill img {
    border-color: #002e5b;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #fcad29;
}

.slick-dots li.slick-active button {
    background-color: #161922;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    padding: 0;
    cursor: pointer;
}

.slick-dots {
    position: absolute;
    bottom: -40px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.feedback-slides:hover .next-arrow,
.feedback-slides:hover .prev-arrow {
    opacity: 1;
    visibility: visible;
}

.feedback-slides .slick-list {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.single-feedback-item {
    position: relative;
    margin-right: 25px;
    margin-top: 25px;
    margin-bottom: 8px;
}

.client-feedback {
    text-align: center;
}

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.slick-dots li.slick-active button:before {
    opacity: 0;
    color: black;
}

.slick-dots li button::before {
    font-family: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 20px;
    height: 20px;
    content: "•";
    text-align: center;
    opacity: 0;
    color: black;
    -webkit-font-smoothing: antialiased;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 0;
}

/* ===================================
    Blog Section
====================================== */
.blog-title {
    margin-bottom: 150px;
    line-height: 32px;
}

.blog-text {
    max-width: 500px;
}

.blog-right {
    text-align: start;
}

.blog-text h2 {
    font-size: 40px;
    margin-bottom: 1.2rem;
    font-weight: 500;
    font-family: "Open Sans";
    line-height: 1.3;
}

.blog-image,
.blog-image2 {
    max-width: 500px;
}

.date,
.date-2 {
    position: absolute;
    top: 14px;
    background: #ffffff;
    left: 104px;
    z-index: 99;
    font-family: "Open Sans", sans-serif;
    font-weight: 200;
    font-size: 14px;
    color: #3c3f46;
    padding: 18px 22px 18px 22px;
    text-align: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-radius: 25px;
}

.blog-image,
.blog-image2 {
    overflow: hidden;
}

.blog-image img,
.blog-image2 img {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow: hidden !important;
    border-radius: 25px !important;
}

.blog-image:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 25px !important;
    overflow: hidden !important;
}

.blog-image2:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 25px !important;
    overflow: hidden !important;
}

.blog-image:hover img,
.blog-image2:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 25px !important;
    overflow: hidden !important;
}

.date.date-hvr,
.date-2.date-2-hvr {
    background: #fcad29;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

/* for fixed hover */
.blog-image2 {
    border-radius: 7%;
}

.date.date-hvr h5,
.date-2.date-2-hvr h5 {
    color: #ffffff;
}

/* ===================================
    Contact
====================================== */
.member-form {
    border-radius: 30px !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    padding-top: 30px;
    padding-bottom: 30px !important;
}

.address h2,
.address p,
.address h5 {
    color: #222d38;
}

.address img {
    max-width: 100%;
    height: auto;
    position: relative;
    top: 55px;
}

.address p {
    font-size: 16px;
    margin-bottom: 0px;
}

.address ul {
    list-style: none;
    padding: 0;
}

.address ul li {
    display: inline-block;
    text-align: center;
}

.address a {
    color: #222d38;
    height: 38px;
    width: 38px;
    line-height: 38px;
    border-radius: 34px;
    background: transparent;
    display: block;
    border: 1px solid transparent;
}

.contact-form {
    margin-top: 140px;
    position: relative;
    overflow: hidden;
}

/* .contact-form .form-group {
    margin-top: 30px;
} */

.contact-form .form-control {
    border: none;
    border-bottom: 1px solid #ced4da;
    border-radius: 0px;
    font-size: 14px;
    padding: 0;
    height: 40px;
    background: transparent;
}

.contact-form label {
    font-size: 13px;
    color: #a4a0a0;
    margin-bottom: 0;
    margin-top: 10px;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ced4da;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}

.check-box {
    margin: 12px 20px 0px;
}

.message {
    margin-top: 41px;
}

.message textarea {
    width: 100%;
    resize: none;
    margin-top: 14px;
    border: none;
    border-bottom: 1px solid #ced4da;
    background: transparent;
    line-height: 26px;
}

.message .form-group {
    margin-bottom: 0px;
}

.circle-bg2:before {
    position: absolute;
    left: -10px;
    top: 10px;
}

.angle-font {
    font-size: 14px;
}

/* custom edit by Mohamed Fathy */
.text-primary {
    color: #43afe7 !important;
    text-align: right;
}

.bg-light-gray {
    background-color: #f9f9f9 !important;
    /* padding-bottom: 88px !important; */
}

#request .container-xxl .container .row .col-md-6  .bg-light .contact-cont-sec{
    padding-bottom: 88px !important;
}

.formcolor {
    background-color: #3fa9e68c !important;
    border-radius: 6% !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.contact-cont-sec {
    background-color: #002e5b;
    padding: 0px;
    border-radius: 12px;
}

.btn-primary {
    background-color: #2394c3;
    border-radius: 50px !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.contact-add-item {
    text-align: right !important;
}

.form-control {
    border-radius: 12px !important;
}

.rounded-3 {
    border-radius: 6% !important;
    background-color: #ffffff !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

/* ===================================
    Address , Map % Contact
====================================== */

#google-map {
    height: 400px;
    width: 100%;
}

.col-map #google-map {
    height: 418px;
}

.map {
    background: url("../img/map.jpg");
}

.address-text {
    padding: 7.5rem 0;
}

.address-social li {
    display: inline-block;
}

.address-social a {
    display: block;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    border-radius: 34px;
    color: #2c3459;
    font-size: 16px;
    border: 1px solid transparent;
    -webkit-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}

.address-social a:hover {
    background-color: #ffffff;
}

.contact-form {
    max-width: 750px;
    display: block;
    text-align: center;
    margin: 0 auto;
}

.contact-form .form-control {
    border: none;
    border-bottom: 1px solid #e2e2e2;
    padding: 12px 0;
    background: #fff;
    letter-spacing: 0.7px;
    font-weight: 300;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 44px;
    color: #a5a5a5;
    font-size: 14px;
    position: relative;
    -webkit-transition: border 0.9s ease;
    -o-transition: border 0.9s ease;
    transition: border 0.9s ease;
}

.contact-form textarea {
    min-height: 175px;
    resize: none;
}

.contact-form .form-group {
    margin-bottom: 1.5rem;
}

.w-30 {
    width: 30% !important;
}

.tittle p {
    max-width: 720px;
    margin: 0 auto;
}

/* ===================================
    clients Section
====================================== */

.brands-area {
    background-color: #f9f9ff;
}

.brands-area .brand-wrap {
    padding: 20px 0;
}

.brands-area .brand-wrap .owl-carousel .owl-item img {
    width: auto !important;
}

.brands-area .brand-wrap .single-brand {
    text-align: center;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.5;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.brands-area .brand-wrap .single-brand:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1;
}

.brands-area .container .brand-wrap .active-brand-carusel .owl-nav {
    display: none !important;
}

.owl-stage {
    display: flex !important;
    text-align: center !important;
}

.brands-area .container .brand-wrap .active-brand-carusel .owl-dots .owl-dot {
    display: none !important;
}

.client-sction {
    padding-top: 0.2rem !important;
    padding-bottom: 0.2rem !important;
    background: #fff !important;
}
.clients-img {
    height: 200px !important;
}

/*====================================
    property-page
=================================*/

.property-wrap {
    margin-bottom: 60px;
}
@media (max-width: 767.98px) {
    .property-wrap {
        margin-bottom: 40px;
    }
}
.property-wrap .img {
    display: block;
    width: 100%;
    height: 250px;
    position: relative;
}
.property-wrap .img .icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #2394c3;
    color: #fff;
    font-size: 20px;
    opacity: 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.property-wrap .img .list-agent {
    position: absolute;
    bottom: 5px;
    left: 10px;
    right: 10px;
    opacity: 0;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.property-wrap .img .list-agent .agent-info {
    display: block;
    width: 100%;
}
.property-wrap .img .list-agent .agent-info .img-2 {
    width: 40px;
    height: 40px;
}
.property-wrap .img .list-agent .agent-info h3 {
    color: #fff;
    font-size: 18px;
}
.property-wrap .img .list-agent .tooltip-wrap a.icon-2 {
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-left: 10px;
    border: 1px solid rgba(255, 255, 255, 0.4);
}
.property-wrap .img .list-agent .tooltip-wrap a.icon-2 span {
    font-size: 20px;
    color: #fff;
}
.property-wrap .text {
    position: relative;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #fff;
    -webkit-box-shadow: 0px 5px 21px -14px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 5px 21px -14px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 5px 21px -14px rgba(0, 0, 0, 0.14);
    width: 100%;
    padding: 25px;
    height: 285px;
}
.property-wrap .text h3 {
    font-size: 18px;
}
.property-wrap .text h3 a {
    color: #000000;
    font-weight: 600;
}
.property-wrap .text .location {
    color: rgba(0, 0, 0, 0.4);
}
.property-wrap .text .location i {
    color: rgba(0, 0, 0, 0.4);
}
.property-wrap .text p.price span {
    font-size: 16px;
    font-weight: 600;
}
.property-wrap .text p.price span.orig-price {
    color: #2394c3;
}
.property-wrap .text p.price span.old-price {
    color: rgba(0, 0, 0, 0.2);
    position: relative;
    margin-right: 10px;
}
.property-wrap .text p.price span.old-price:after {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: #b3b3b3;
    content: "";
}
.property-wrap .text p.price small {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.4);
}
.property-wrap .text ul {
    padding: 0;
}
.property-wrap .text ul li {
    font-size: 16px;
    margin-right: 10px;
    display: inline-block;
    list-style: none;
}
.property-wrap .text ul li span {
    margin-right: 5px;
}
.property-wrap .text .btn-custom {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: #2394c3;
    border-radius: 50% 0 0 0;
}
.property-wrap .text .btn-custom span {
    color: #fff;
}
.property-wrap:hover .img .icon {
    opacity: 1;
}
.property-wrap:hover .list-agent {
    opacity: 1;
    bottom: 15px;
}
.property-wrap:hover .text {
    -webkit-box-shadow: 0px 5px 39px -14px rgba(0, 0, 0, 0.26);
    -moz-box-shadow: 0px 5px 39px -14px rgba(0, 0, 0, 0.26);
    box-shadow: 0px 5px 39px -14px rgba(0, 0, 0, 0.26);
}

.listing-wrap {
    width: 100%;
    height: 270px;
    position: relative;
    margin-bottom: 30px;
}
.listing-wrap .text {
    padding: 22px;
}
.listing-wrap .text h3 {
    font-size: 20px;
    font-weight: 600;
}
.listing-wrap .text h3 a {
    color: #fff;
}
.listing-wrap .text .btn-link {
    color: #fff;
}
.listing-wrap .location {
    position: absolute;
    top: 20px;
    left: 10px;
    right: 20px;
}
.listing-wrap .location span {
    padding: 10px;
    background: #2394c3;
    color: #fff;
}

.ftco-property-details .services .media-body .icon span {
    color: rgba(0, 0, 0, 0.8);
}

.ftco-property-details .services .media-body .text h3 {
    font-size: 14px !important;
    color: rgba(0, 0, 0, 0.4);
}
.ftco-property-details .services .media-body .text h3 span {
    display: block;
    color: #000000;
}

.property-details .img {
    width: 100%;
    height: 600px;
    margin-bottom: 40px;
}

.property-details h2 {
    font-weight: 600;
}

.property-details span.subheading {
    font-size: 18px;
    color: #2394c3;
    font-weight: 500;
    display: block;
}

.nav-pills {
    font-size: 18px;
    font-weight: 400;
    display: inline-block;
}
.nav-pills li {
    display: inline-block;
    font-weight: 500;
}
.nav-pills li a {
    margin-right: 2px;
    color: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.nav-pills li a.active {
    background: #2394c3 !important;
    color: #fff !important;
    border: 1px solid #2394c3;
}

.search-wrap-1 {
    position: relative;
}

.search-wrap-1 .form-group {
    margin-bottom: 0rem;
}

.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem;
}

.img,
.img-2,
.blog-img,
.user-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.block-27 ul {
    padding: 0;
    margin: 0;
}
.block-27 ul li {
    display: inline-block;
    margin-bottom: 4px;
    font-weight: 400;
}
.block-27 ul li a,
.block-27 ul li span {
    color: #2394c3;
    text-align: center;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: 1px solid #e6e6e6;
}
.block-27 ul li.active a,
.block-27 ul li.active span {
    background: #2394c3;
    color: #fff;
    border: 1px solid transparent;
}

.pills {
    margin-top: 40px;
}
.pills .tab-pane {
    padding: 2em;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}
.pills .features {
    margin: 0;
    padding: 0;
}
.pills .features li {
    list-style: none;
}
.pills .features li span {
    font-size: 20px;
    margin-right: 15px;
}
.pills .features li.check span {
    color: #2394c3;
}
.pills .features li.remove span {
    color: red;
}
.pills .head {
    font-size: 18px;
    margin-bottom: 30px;
    font-weight: 600;
}
.pills .review {
    width: 100%;
    margin-bottom: 30px;
}
.pills .review .user-img {
    width: 80px;
    height: 80px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.pills .review .desc {
    width: calc(100% - 100px);
    margin-left: 30px;
}
.pills .review .desc h4 {
    width: 100%;
    margin-bottom: 10px;
}
.pills .review .desc h4 span {
    width: 49%;
    display: inline-block;
}
.pills .review .desc h4 span:first-child {
    font-size: 16px;
}
.pills .review .desc h4 span:last-child {
    font-size: 13px;
    color: #b3b3b3;
}
.pills .review .desc .star {
    width: 100%;
}
.pills .review .desc .star span {
    width: 49%;
    display: inline-block;
}
.pills .review .desc .star i {
    color: #2394c3;
}
.pills .review .desc .star .reply {
    padding: 2px 10px;
    background: #f0f0f0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}
.pills .review .desc .star .reply i {
    color: gray;
    font-size: 12px;
}
.pills .wrap {
    padding: 2em;
    background: #fafafa;
}
.pills .rating-wrap {
    width: 100%;
    display: block;
}
.pills .rating-wrap .star {
    display: block;
    width: 100%;
}
.pills .rating-wrap .star:last-child {
    margin-bottom: 0;
}
.pills .rating-wrap .star span {
    display: inline-block;
    color: #b3b3b3;
}
.pills .rating-wrap .star span i {
    color: #2394c3;
}
.pills .rating-wrap .star span:first-child {
    width: 62%;
}
.pills .rating-wrap .star span:last-child {
    width: 32%;
}
/*------------------------------------------------------------------
    sales property
-------------------------------------------------------------------*/

/* .about-box {
    padding: 70px 0px;
} */

.single-feature {
    background: #f7f4f4;
    border-bottom: 10px solid transparent;
    text-align: center;
    padding: 30px 25px 45px 25px;
}

.single-feature h4 {
    margin: 35px 0 25px 0;
    padding: 0px;
    font-size: 22px;
}

.top-feature .center .single-feature,
.top-feature .single-feature:hover {
    border-bottom-color: #2394c3;
}

.about-box .container .owl-item img {
    width: auto;
    display: block;
    margin: 0 auto;
    width: 84px;
}

.single-feature h4 a {
    color: #2394c3 !important;
}

.post-media {
    position: relative;
    border: 8px solid #2394c3;
}

.post-media img {
    width: 100%;
}

.post-media_g {
    position: relative;
}

.navbar-top-default .btn-light {
    padding: 10px 10px;
    margin-left: 15px;
    font-weight: 500;
    font-size: 13px;
}

.btn-light {
    padding: 10px 30px;
    font-size: 18px;
    background-color: transparent;
    color: #ffffff;
    background: #2394c3;
    border-radius: 25px;
}

use {
    animation: move-forever 2s linear infinite;
}
use:nth-child(2) {
    animation-duration: 2.5s;
    animation-delay: -1.5s;
}
use:nth-child(1) {
    animation-duration: 5s;
}

@keyframes move-forever {
    0% {
        transform: translate(-2px, 0);
    }
    100% {
        transform: translate(0px, 0);
    }
}
/* layout only*/
svg {
    width: 100vw;
    height: 64px;
    bottom: 2rem;
    overflow: hidden;
}

/* ============================================
    owner page
================================================*/
/* :: 19.0 Listings Area CSS */
.listings-content-wrapper {
    direction: ltr;
    padding-top: 0px;
    overflow-x: hidden;
    padding-bottom: 20px;
}

.listings-top-meta {
    position: relative;
    z-index: 100;
}
.listings-top-meta .nice-select {
    float: right;
    height: 34px;
    line-height: 34px;
    position: relative;
    z-index: 100;
}
.listings-top-meta .nice-select .list {
    position: absolute;
    z-index: 500;
}
.listings-top-meta .nice-select .option {
    min-height: 34px;
    line-height: 34px;
}
.listings-top-meta span {
    color: #323232;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}
@media only screen and (max-width: 767px) {
    .listings-top-meta span {
        font-size: 11px;
    }
}
.listings-top-meta .grid_view a {
    color: #323232;
    line-height: 1;
    font-size: 18px;
}
.listings-top-meta .grid_view a.active {
    color: #947054;
}
.listings-top-meta .list_view a {
    color: #323232;
    line-height: 1;
    font-size: 18px;
}
.listings-top-meta .list_view a.active {
    color: #947054;
}

.single-listings-sliders {
    position: relative;
    z-index: 1;
}
.single-listings-sliders .owl-prev,
.single-listings-sliders .owl-next {
    width: 38px;
    height: 38px;
    position: absolute;
    top: 50%;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    left: -19px;
    opacity: 0;
    visibility: hidden;
    margin-top: -19px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    background-color: #947054;
    font-size: 13px;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.15);
}
.single-listings-sliders .owl-prev:hover,
.single-listings-sliders .owl-next:hover {
    background-color: #000000;
}
.single-listings-sliders .owl-next {
    left: auto;
    right: -19px;
}
.single-listings-sliders:hover .owl-prev,
.single-listings-sliders:hover .owl-next {
    opacity: 1;
    visibility: visible;
}

.listings-content {
    margin-top: 70px;
}
.listings-content .list-price p {
    text-align: right;
    /* padding-bottom: 10px; */
    direction: rtl;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 600;
    color: #2394c3;
}
.listings-content h5 {
    font-size: 30px;
    margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
    .listings-content h5 {
        font-size: 20px;
    }
}
.listings-content .location {
    margin-bottom: 40px;
}
.listings-content .location img {
    margin-right: 15px;
    /* margin-left: 15px; */
}
.listings-content p {
    margin-bottom: 40px;
    direction: rtl;
}
.listings-content .property-meta-data {
    direction: rtl;
}

.listings-btn-groups p {
    text-align: right;
    padding-bottom: 10px;
    direction: rtl;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 600;
    color: #2394c3;
}
.listings-content .property-meta-data div {
    margin-right: 15px;
}
.listings-content .property-meta-data span {
    font-size: 12px;
    font-weight: 600;
    margin-left: 5px;
    color: #838383;
}
.listings-content .property-meta-data img {
    margin-right: 10px;
    display: inline-block !important;
    width: auto !important;
}
@media only screen and (max-width: 767px) {
    .listings-content .property-meta-data img {
        margin-right: 0;
    }
}
.listings-content .listings-core-features {
    direction: rtl;
    text-align: right;
    padding: 70px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.listings-content .listings-core-features li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333%;
    flex: 0 0 33.3333333%;
    min-width: 33.3333333%;
    color: #323232;
    font-size: 15px;
    margin-bottom: 25px;
    padding-right: 0px !important;
}
@media only screen and (max-width: 767px) {
    .listings-content .listings-core-features li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        min-width: 100%;
    }
}
.listings-content .listings-core-features li i {
    width: 27px;
    height: 27px;
    background-color: #009252;
    color: #ffffff;
    border-radius: 50%;
    text-align: center;
    line-height: 27px;
    font-size: 12px;
    margin-right: 10px;
    margin-left: 10px;
}


.listings-content .listings-btn-groups a:first-child {
    border-radius: 25px;
    margin-bottom: 15px;
}
.listings-content .listings-btn-groups .south-btn {
    min-width: 350px;
    width: 350px;
    color: #fff;
    display: block;
    background-color: red;
}
.listings-content .listings-btn-groups .south-btn:hover{
    min-width: 350px;
    width: 350px;
    color: #fff;
    display: block;
    background-color: red;
}

.contact-realtor-wrapper {
    background-color: #f5f5f5;
    margin-top: 80px;
    position: relative;
    z-index: 1;
    border-radius: 30px;
}
.contact-realtor-wrapper .realtor-info > img {
    width: 100%;
}
.contact-realtor-wrapper .realtor---info {
    text-align: right;
    padding: 90px 20px;
    padding-top: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .contact-realtor-wrapper .realtor---info {
        padding: 40px 30px;
    }
}
@media only screen and (max-width: 767px) {
    .contact-realtor-wrapper .realtor---info {
        padding: 40px 30px;
    }
}
.contact-realtor-wrapper .realtor---info h2 {
    direction: rtl;
    font-size: 20px;
    /* text-transform: uppercase; */
    padding-right: 6px;
}
.contact-realtor-wrapper .realtor---info p {
    font-style: italic;
    color: #2394c3;
}
.contact-realtor-wrapper .realtor---info h6 {
    direction: rtl;
    font-size: 15px;
    color: #000000;
}
.contact-realtor-wrapper .realtor---info h6 span {
    direction: ltr;
}
.contact-realtor-wrapper .realtor---info h6 img {
    margin-right: 15px;
    margin-left: 15px;
}
.contact-realtor-wrapper .realtor--contact-form {
    padding: 0 45px 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .contact-realtor-wrapper .realtor--contact-form {
        padding: 0 30px 40px;
    }
}
@media only screen and (max-width: 767px) {
    .contact-realtor-wrapper .realtor--contact-form {
        padding: 0 30px 40px;
    }
}
.contact-realtor-wrapper .realtor--contact-form .form-group {
    margin-bottom: 15px;
}
.contact-realtor-wrapper .realtor--contact-form .form-control {
    border: 1px solid #e1dddd;
    height: 45px;
    background-color: #ffffff;
    border-radius: 0;
    font-style: italic;
    font-size: 12px;
    margin-bottom: 15px;
}
.contact-realtor-wrapper .realtor--contact-form textarea.form-control {
    height: 100px;
    padding: 15px;
}

.listings-maps {
    position: relative;
    z-index: 1;
}
.listings-maps #googleMap {
    width: 100%;
    height: 540px;
}

.south-btn {
    position: relative;
    z-index: 1;
    min-width: 170px;
    height: 50px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    background-color: #2394c3;
    border-radius: 0;
    line-height: 50px;
    padding: 0 30px;
    text-transform: uppercase;
    border-radius: 40px;
}
.listings-content .message-box{
    text-align: right;
    /* border-radius: 25px; */
}

.listings-content .message-box .p-2{
    border-radius: 25px;
}

/* ===================================
   bell notification
====================================== */

.notifier {
    position: relative;
    display: inline-block;
}

.bell {
    font-size: 26px;
    color: #fff;
    transition: 0.3s;
}

.bell:hover {
    color: #ef476f;
}

.badge {
    position: absolute;
    top: -5px;
    left: 24px;
    padding: 0 5px;
    font-size: 16px;
    line-height: 22px;
    height: 22px;
    background: #ef476f;
    color: #fff;
    border-radius: 11px;
    white-space: nowrap;
}

.notifier.green .badge {
    background: #06d6a0;
}

.notifier.green .bell:hover {
    color: #06d6a0;
}

.notifier.new .badge {
    animation: pulse 2s ease-out;
    animation-iteration-count: infinite;
}

@keyframes pulse {
    40% {
        transform: scale3d(1, 1, 1);
    }
    50% {
        transform: scale3d(1.3, 1.3, 1.3);
    }
    55% {
        transform: scale3d(1, 1, 1);
    }
    60% {
        transform: scale3d(1.3, 1.3, 1.3);
    }
    65% {
        transform: scale3d(1, 1, 1);
    }
}

.navbar-expand-lg .container .btn .badge {
    left: 2px;
}
/* =======================================
    sales property new section
========================================*/
@media (max-width: 768px) {
    .city-bottom .mt-30 {
        margin-top: 14px;
    }
}
.about-area {
    background: #f9f9ff;
    padding-bottom: 25px;
     padding-top: 25px;
}
@media (max-width: 1024px) {
    .about-area {
        padding: 60px 0px;
    }
}
@media (max-width: 991px) {
    .about-area {
        padding-bottom: 0px;
    }
}
.about-area .single-about {
    margin-bottom: 40px;
}
@media (max-width: 1024px) {
    .about-area .single-about {
        margin-bottom: 28px;
    }
}
.about-area .single-about:last-child {
    margin-bottom: 0;
}
@media (max-width: 992px) {
    .about-area .single-about:last-child {
        margin-bottom: 30px;
    }
}
.about-area h4 {
    color: #222222;
    text-align: right;
    margin-bottom: 15px;
}
@media (max-width: 120px) {
    .about-area h4 {
        text-align: right;
        margin-bottom: 5px;
    }
}
.about-area p {
    text-align: justify;
    margin: 0;
}
.about-left {
    padding-left: 3%;
    /* padding-right: 10%; */
}
@media (max-width: 1280px) {
    .about-left {
        padding-left: 2%;
    }
    .about-left .pb-30 {
        padding-bottom: 0px;
    }
}
@media (max-width: 991px) {
    .about-left {
        padding-left: 13%;
    }
}
@media (max-width: 776px) {
    .about-left {
        padding-left: 5%;
        padding-bottom: 30px;
    }
}
@media (max-width: 991px) {
    .about-left {
        padding-bottom: 50px;
    }
}

.about-right img {
    width: 100%;
   border-radius: 25px;
}

.about-right{
    padding-left:6%;
    max-width: 40%;
}



.request-stages{
    direction: ltr !important;
    width: 90%;
    padding-left: 0px;
}

.message-box h2{
    font-size: 20px;
}
.message-box .py-8 .border{
   border-radius: 25px;
}

.contact-form .g-recaptcha{
    margin-top: -120px;
}

.about-area .container-fluid .main-title h2{
    font-size: 52px;
    font-weight: 400;
    padding-bottom: 2rem;
}
/* ===================================
   Footer
====================================== */

.footer-social li {
    display: inline-block;
}

.footer-social a {
    display: block;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 50px;
    font-size: 17px;
    margin: 10px 5px;
    border: 1px solid transparent;
    -webkit-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}

.company-about {
    color: #fff;
}

.footer_notes .footer-descriptionc {
    color: #2394c3;
    text-shadow: 0 0 3px #000000, 0 0 3px #000000;
}

.footer_notes .footer-descriptionc span p {
    text-shadow: 0 0 3px #000000, 0 0 3px #000000;
}

.footer_notes .footer-descriptionc a {
    color: #ffffff !important;
    text-shadow: 0 0 3px #000000, 0 0 3px #000000;
    font-size: 16px !important;
}

.footer_notes .footer-descriptionc a:hover {
    color: #40afe8 !important;
    color: white;
    text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue !important;
    /* text-shadow: none; */
}

.btn-primary:hover {
    color: #fff;
    background-color: #fcc937;
    border-color: #fda42a;
}

.f-sec3 {
    text-shadow: 0 0 3px #000000, 0 0 3px #000000;
}

.footer-sec-padding {
    padding-bottom: 0px;
}

.copyright-marawan {
    /* background-color: rgb(253 168 39) !important; */
    background-color: rgb(35 148 195) !important;
    font-size: 0.8rem;
    color: #ffffff !important;
    width: 100% !important;
    text-align: center !important;
    margin: auto !important;
    /*padding: 0px !important;*/
    /*padding-right: 20rem !important;*/
    /* padding-left: 3rem !important; */
    /* text-align: center !important; */
}

.copy_right_out{
    font-size: 16px;
    font-weight: 500;
}

.footer-container .address {
    text-align: justify;
}

.footer-container .phone {
    text-align: justify;
}

.footer-container .mail {
    text-align: justify;
    font-family: "Roboto", "Noto Kufi Arabic" !important;
    font-style: normal !important;
}

.footer-container .col-lg-6 img {
    max-width: 40%;
}

/* ============================
    Media center page
    =============================== */
.media-content {
    display: flex;
    background-color: #f9f9f9 !important;
    justify-content: center;
    padding: 10px;
    border-radius: 10px;
    direction: ltr;
}
.media-side {
    background-color: #e2f2fb;
}
.media-class {
    padding: 50px 0;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: right;
}

.row-news {
    display: flex;
    flex-wrap: wrap;
    /* Ensure proper wrapping for smaller screens */
    justify-content: center;
}

.sidebar_widgets {
    background-color: #3fa9e626;
    list-style: none;
    padding: 1;
    text-align: right;
}

.post-img img {
    width: 70px;
    height: 65px;
    float: right;
    margin-left: 10px;
}
.widget {
    background-color: #e2f2fb !important;
}
.widget-post-info {
    vertical-align: top;
}

.meta {
    font-size: 12px;
    color: #186188;
}

.widget-post-info h5 a {
    font-size: 11px;
    color: #168ece !important;
    margin: 5px 0;
}

.widget-post-info h5 {
    direction: rtl;
}

.sidebar_widgets .widget-head {
    border-bottom: 1px #2394c3 solid;
    font-size: 13px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    color: #3aa8e4;
    position: relative;
    font-weight: bold;
}

.widget-content li {
    padding-bottom: 20px;
    margin-bottom: 15px;
    border-bottom: 1px #2394c3 solid;
}

.flexslider {
    display: flex;
    flex-direction: column;
    align-items: right;
    background-color: #e2f2fb;
    padding: 15px 15px;
    border-radius: 5px;
}

.slides div img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.blog_grid_con p {
    text-align: right;
    text-align: justify;
    color: #6d6f7c !important;
}

.media-class .pagination {
    width: 100%;
}

.media-class .pagination .page-item {
    padding: 0 0px;
}
.media-class .pagination .page-link {
    padding: 9px 15px;
}
/*================================================
    custom edit legal managment by mohamed fathy
 =================================================*/
.legal-description {
    direction: rtl;
}

.title-legal {
    text-align: end !important;
}

.rare-box3 {
    right: 0rem;
}

.legal-section2 {
    direction: ltr !important;
    padding-top: 0rem !important;
}

.rare-box4 {
    right: 3rem;
    left: -2rem;
}

.legal-content2 {
    direction: rtl;
    text-align: justify;
}

.imgsection2 {
    padding-right: 4rem !important;
    padding-left: 2rem !important;
}

/* .legal-section1 {
    height: 33rem;
} */

.legal-section2 {
    height: 24rem;
}

/*================================================
    custom edit fiancial managment by mohamed fathy
 =================================================*/

.fiancial-section1 {
    height: 29rem;
}

/*================================================
Go Top CSS
=================================================*/
.go-top {
    position: fixed;
    cursor: pointer;
    bottom: 15px;
    right: 15px;
    color: #ffffff;
    background-color: #3face7;
    border-radius: 50%;
    z-index: 4;
    width: 40px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.9s;
    -o-transition: 0.9s;
    transition: 0.9s;
    -webkit-transform: translateY(150px);
    -ms-transform: translateY(150px);
    transform: translateY(150px);
}

.go-top.active {
    -webkit-animation: bounceInDown 2s;
    animation: bounceInDown 2s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    z-index: 999;
}

.go-top i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    left: 0;
    margin: 0 auto;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%;
}

.go-top::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #fcad29;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.go-top:hover,
.go-top:focus {
    color: #ffffff;
    border-radius: 50%;
}

.go-top:hover::before,
.go-top:focus::before {
    opacity: 1;
    visibility: visible;
}

.go-top:hover i:first-child,
.go-top:focus i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}

.go-top:hover i:last-child,
.go-top:focus i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

/*=====================================
      About page
===================================*/

.news-img {
    background: url(../img/news-cover.jpg) no-repeat;
    padding-top: 120px;
    padding-bottom: 120px;
    background-attachment: fixed;
    background-size: cover;
    background-position: initial;
}

.blog-detail-img {
    background: url(../img/blog-details-cover.jpg) no-repeat;
    padding-top: 120px;
    padding-bottom: 120px;
    background-attachment: fixed;
    background-size: cover;
    background-position: initial;
}

.page_nav {
    text-align: center;
}

.year-max {
    max-width: 179px;
    margin: 0 auto;
}

ul.social-icons li a {
    height: 40px;
    line-height: 42px;
    width: 40px;
    font-size: 15px;
    border-radius: 50%;
    margin: 0 1px;
    text-align: center;
    display: inline-block;
    color: #444;
    position: relative;
    z-index: 1;
}

/*============================
     About Section
===========================*/

.about ul li:before {
    font-family: "Font Awesome 5 Free";
    padding-left: 15px;
    font-weight: 700;
    content: "\f061";
    background-color: #fcad29;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
}

.rare-box {
    height: 300px;
    width: 95%;
    position: relative;
    right: 0rem;
    background: #3face7;
    border-radius: 25px;
}

.image-about {
    top: -265px;
    margin-right: 30px;
    margin-bottom: -145px;
    border-radius: 25px;
}

.about-description {
    color: #000000;
}

ul li {
    list-style: none;
}

.pr-5 {
    padding-left: 4rem !important;
}

.font-42 {
    font-size: 42px;
}

.max-200 {
    max-width: 210px !important;
    margin: 0 auto;
}

/*=============================
    End about
===========================*/

/*========================
   Blog.html Section
==========================*/

.comment {
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.comment li a > i {
    margin-left: 5px;
    vertical-align: middle;
    color: #fcad29;
    font-size: 16px;
}

ul {
    padding: 0;
    list-style-type: none;
}

.commment li a {
    display: block;
    color: #444;
    font-size: 14px;
}

.heading_space {
    margin-bottom: 2rem;
}

.commment li:first-child {
    margin-right: 0;
}

.widget {
    /* -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35); */
    /* box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35); */
    padding: 25px 15px;
    background: #f6f6f6;
    border-radius: 5px;
}

/* .widget_search .input-group {
} */

.widget_search .form-control,
.widget_search .input-group-addon {
    border-color: #d6d5d5;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: table-cell;
}

.widget_search .form-control {
    width: 214px;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
}

.widget_search .form-control {
    border: 1px solid #c2c4ca;
    padding: 0 10px 0 0;
    line-height: 40px;
    height: 40px;
    border-radius: 3px;
    font-size: 15px;
    z-index: 9;
}

.widget_search .input-group-addon {
    height: 40px;
    background-color: #fcad29;
    color: #fff;
    position: relative;
    top: 0;
    width: 40px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border: none;
    cursor: pointer;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.widget_search .input-group-addon:hover {
    background-color: #fcad29;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.single_post {
    overflow: hidden;
}

.single_post .post,
.single_post .text {
    display: table-cell;
}

.single_post .post {
    height: 60px;
    width: 60px;
    padding-left: 10px;
}

.single_post .post > img {
    width: 100%;
    border-radius: 50%;
    vertical-align: text-top;
}

.webtags li {
    margin: 1px;
}

ul.social_icon li,
.webtags li,
.commment li {
    display: inline-block;
}

.webtags li a {
    border-radius: 24px;
    color: #2c3459;
    font-size: 12px;
    margin: 2px 0;
    padding: 5px 16px;
    border: 1px solid #c7c7c7;
    display: block;
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
}

.webtags li a:hover {
    background: #fcad29;
    color: #fff;
}

.webcats {
    list-style: none;
}

.webcats li:first-child a {
    margin-top: 0;
}

.webcats li a {
    display: block;
    margin: 5px 0;
    font-weight: 400;
    padding-bottom: 7px;
    border-bottom: 1px solid #c7c7c7;
    text-decoration: none;
}

.webcats li a > span {
    display: inline-block;
    margin-right: 5px;
    border-radius: 50%;
    font-size: 12px;
    height: 24px;
    width: 24px;
    text-align: center;
    color: #c7c7c7;
    line-height: 24px;
    float: left;
}

.news_box,
.webcats li a > span,
ul.links li a::before {
    -webkit-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}

.webcats li a {
    display: block;
    margin: 5px 0;
    font-weight: 400;
    padding-bottom: 7px;
    border-bottom: 1px solid #c7c7c7;
    text-decoration: none;
}

.webcats li a:hover {
    color: #fcad29;
}

.webcats li a:hover > span {
    background: #fcad29;
    color: #fff;
}

.webcats li:first-child a {
    margin-top: 0;
}

.a-recent {
    display: inline-block;
    font-weight: 400;
    position: relative;
    color: #2c3459;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    font-size: 14px;
}

.blog-pic {
    font-size: 15px;
}

.readmore {
    font-size: 14px;
}

.blog-15 {
    font-size: 16px;
}

.page_nav {
    text-align: center;
    font-size: 13px;
}

.pagination {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    float: right;
    list-style: none;
    border-radius: 0.25rem;
}

.pagination li > .page-link,
.pagination li:first-child .page-link,
.pagination li:last-child .page-link {
    border-radius: 50% !important;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #fcad29;
    border-color: #fcad29;
}

.page-link:hover {
    z-index: 2;
    color: #fff;
    text-decoration: none;
    background-color: #fcad29;
    border-color: #fcad29;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-right: -1px;
    line-height: 1.25;
    color: #fcad29;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-link {
    margin-right: 4px;
    margin-left: 4px;
}

.color-blockquote {
    font-size: 20px;
    font-weight: 500;
}

.p_pic {
    display: inline-block;
}

.p_pic img {
    border-radius: 50%;
    overflow: hidden;
}

.profile_text {
    max-width: 500px;
    margin-right: 30px;
}

.profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.profile_text {
    max-width: 500px;
    margin-right: 30px;
}

form.findus textarea {
    width: 100%;
    min-height: 160px;
}

.footer-para {
    text-align: left;
}

.btn-hvr-green:hover {
    -webkit-text-fill-color: #fcad29;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.pagi-50 {
    margin-bottom: 50px;
}

.widget_search .form-control {
    border: 1px solid #c2c4ca;
    padding: 0 10px 0 0;
    line-height: 40px;
    height: 40px;
    border-radius: 20px;
    font-size: 15px;
    z-index: 9;
}

.widget {
    /* -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35); */
    /* box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35); */
    padding: 70px 15px;
    background: #f6f6f6;
    border-radius: 5px;
}

.heading_space {
    margin-bottom: 2rem;
}

/*end blog.html section*/

/*=============================
    Blog Details
===========================*/

/* =======================================
    about us custom edit by mohamed fathy
=========================================*/
.title-about {
    text-align: justify;
}

.about-p {
    text-align: justify;
}

.about-us-section {
    margin-bottom: -9rem;
}

/* =========================================
    teams page custom edit by mohamed fathy
===========================================*/
.ui-block-09.about-sec .about-image-holder {
    padding: 0px;
    border-radius: 13%;
    border: solid 4px #fcad29;
}

.ui-block-09.about-sec .about-img-des .inner-text {
    border: solid 0px #fcad29;
    background-color: #ffffff00;
}

.ui-block-09.about-sec .about-self:hover .about-img-des .quote {
    color: #fcbd29;
}

.ui-block-09.about-sec {
    padding: 0px;
}

.ui-block-09.about-sec .about-img-des {
    /* background-color: white; */
    padding: 5px;
    position: relative;
    margin-top: -15%;
    margin-left: 3%;
    margin-right: 3%;
    box-shadow: 1px 1px 15px #e1e1e1;
    transition: 0.8s ease;
    border-radius: 15%;
}

#team {
    /* background: #f9f9f900; */
}

.justify-content-center {
    text-align: center;
}

/*

.bg-light {background-color: #f8f9fa;}
.blog-panel h5 {font-size: 18px; font-weight: 600; color: #2c3459; margin-bottom: 1.5rem; font-family: 'Raleway', sans-serif;}
.blog-panel .panel-img {height: 205px; width: 258px; margin-bottom: 25px;}
.blog-panel .img-link {font-size: 14px; font-weight: 600; font-family: 'Roboto', sans-serif;}
.blog-panel .img-link .name-link {margin-left: 15px;}
.panel-img {overflow: hidden; max-width: 258px;}
.panel-img img {    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.panel-img:hover img {   transform: scale(1.1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


.blog-post-navigation {
    padding-top: 1.5rem;
    justify-content: center;
}

.blog-post-navigation .page-link.current {
    z-index: 1;
    color: #FFFFFF;
    background-color: #2c3459;
}


.blog-post-navigation .page-link {
    position: relative;
    display: block;
    padding: 0.7rem 1.1rem;
    color: #646464;
    background-color: transparent;
    text-decoration: none;
    font-weight: lighter;
}

.blog-post-navigation a {
    text-decoration: underline;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    height: 35px;
    width: 35px;
    outline: #484b59;
    background-size: 100%, 100%;
    border-radius: 50%;
    border: 1px solid whitesmoke;
    background-image: none;
}

.carousel-control-next-icon:after
{
    content: '>';
    font-size: 22px;
    color: whitesmoke;
}

.pointer {cursor: pointer;}

.carousel-control-prev-icon:after {
    content: '<';
    font-size: 22px;
    color: whitesmoke;
}

.blog-panel {
    padding: 25px 45px 60px 45px;
    background-color: #FFFFFF;
}

.name-link{
    color: #2c3459;
}

*/

/*Blog*/

.blog-para {
    font-size: 24px;
}

.blog-width {
    max-width: 730px;
}

.angle-right {
    font-weight: 500;
    padding-right: 5px;
    font-size: 10px;
}

.angle-right2 {
    font-weight: 600;
    padding-right: 5px;
    font-size: 10px;
}

.blog-taste {
    max-width: 249px;
}

.blog-taste2 {
    max-width: 296px;
}

.img-blog {
    overflow: hidden;
}

.img-blog img {
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.img-blog:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.scale {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}

.widget_search .form-control {
    border: 1px solid #c2c4ca;
    padding: 0 10px 0 0;
    line-height: 40px;
    height: 40px;
    font-size: 15px;
    z-index: 9;
}

/*End Blog*/

/*=============================
    End blog-details
===========================*/

/*================================
   News Letter
===============================*/

.bg-brand {
    background: #42afe8;
}

.text-center {
    text-align: center !important;
}

.m-auto {
    margin: auto !important;
}

.section-title-wrap.white,
.section-title-wrap.white h2 {
    color: #fff;
}

.section-title-wrap.layout--2 {
    font-size: 15px;
    font-weight: 400;
    padding-bottom: 0;
    margin-bottom: 35px;
}

.section-title-wrap {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.8;
    margin-bottom: 80px;
    padding-bottom: 50px;
    position: relative;
}

.section-title-wrap.white i.fa {
    color: #222;
}

.section-title-wrap.layout--2 i.fa {
    color: #fff;
    font-size: 50px;
    line-height: 1;
    margin-bottom: 30px;
}

.section-title-wrap.white,
.section-title-wrap.white h2 {
    color: #fff;
}

.section-title-wrap.layout--2 h2 {
    font-size: 44px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 35px;
}

.section-title-wrap h2 {
    font-size: 26px;
    line-height: 1;
    font-weight: 400;
    margin-top: -4px;
    margin-bottom: 40px;
}

.newsletter-form-wrap form {
    position: relative;
}

.newsletter-form-wrap.layout--2 form input {
    background-color: #fff;
    color: #222;
    border-radius: 36px;
}

.newsletter-form-wrap form input {
    background-color: #444;
    border: none;
    color: #ccc;
    display: block;
    padding: 12px 15px 13px 40px;
    outline: 0;
    width: 100%;
}

.newsletter-form-wrap.layout--2 .mailchimp-alerts {
    position: absolute;
    margin-top: 5px;
    font-weight: 600;
    line-height: 1;
}

.newsletter-form-wrap.layout--2 .mailchimp-alerts .mailchimp-submitting {
    color: #222;
}

.newsletter-form-wrap.layout--2 .mailchimp-alerts .mailchimp-success {
    color: #fff;
}

.newsletter-form-wrap.layout--2 .mailchimp-alerts .mailchimp-error {
    color: #e74c3c;
}

.top-margin {
    margin-top: 0;
}

/* newsletter element 2 */
.subscribe-two {
    background: #ffffff;
    border: 10px solid #ffffff;
    border-radius: 38px;
    -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    box-shadow: 0 13px 15px -10px rgba(0, 0, 0, 0.35);
}

.subscribe-two .form-control {
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
    background: transparent;
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: table-cell;
    font-size: 14px;
    -webkit-border-bottom-right-radius: 20px;
    border-bottom-right-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    border-top-right-radius: 20px;
}

.subscribe-two .form-control:focus {
    border-color: #ffffff;
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0;
}

/*====================================
    swiper vertical slider
=================================*/
.swiper-container {
    width: 100%;
    height: 100%;
    max-height: 325px;
}

.swiper-slide {
    text-align: center;
}

.swiper-container-vertical > .swiper-pagination-bullets {
    left: 50%;
    top: auto;
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.swiper-container-vertical
    > .swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
    background: #fcad29;
    width: 2px;
    height: 22px;
    border-radius: 0;
}

.swiper-slide p {
    max-width: 292px;
    margin: 0 auto;
    padding-bottom: 20px;
}

/* ===================================
    Media Queries
====================================== */

@media (max-width: 1199px) and (min-width: 992px) {
    .service-title {
        margin-top: 3rem !important;
    }
    .team-box {
        background: #2c3459;
        /* padding: 52px 9px; */
    }

    .ml-250 {
        margin-right: 50px !important;
    }

    .navbar-top-default {
        height: 135px !important;
    }

    .navbar {
        height: 135px !important;
    }

    .rare-box {
        height: 210px;
    }

    .rare-box2 {
        height: 210px;
    }

    .image-about {
        top: -170px;
    }

    .about .font-42 {
        font-size: 32px;
    }

    .about .title {
        padding-bottom: 0.5rem !important;
    }

    .mt-30 {
        margin-top: 10px !important;
    }

    .tp-mask-wrap {
        margin-right: -140px !important;
    }
}

@media screen and (max-width: 991px) {
    .navbar-top-default {
        height: 135px !important;
    }

    .center-about {
        text-align: center;
    }

    .left-about {
        text-align: right;
    }

    .sm-pt-3 {
        padding-top: 1.5rem;
    }

    .widget_search {
        max-width: 330px;
        margin: 0 auto;
        padding-bottom: 15px;
    }

    .text-11 {
        text-align: center;
    }

    .single_post {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }

    .side-menu {
        width: 50%;
    }
}

@media (max-width: 992px) {
    .navbar-top-default {
        height: 135px !important;
    }
}

@media (max-width: 768px) and (min-width: 767px) {
    .navbar-top-default {
        height: 135px !important;
    }

    .sidemenu_btn {
        display: block !important;
    }

    .tp-mask-wrap {
        display: none !important;
    }

    .rare-box {
        margin-top: 50px !important;
    }

    .rare-box2 {
        margin-top: 50px !important;
    }

    .blog-title {
        margin-bottom: 50px;
    }

    .form-sec {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .form-sec-col {
        max-width: 100%;
        margin-bottom: 50px;
    }

    /* .about{
        margin-bottom: 450px !important;
     } */
    .vision {
        display: none !important;
    }

    .rare-box2 {
        display: none !important;
    }

    .footer-container .address {
        text-align: center;
    }

    .footer-container .phone {
        text-align: center;
    }

    .footer-container .mail {
        text-align: center;
    }

    .image-about {
        top: -265px;
        margin-right: 0px;
        margin-bottom: -145px;
        border-radius: 25px;
    }

    .imgsection1 {
        padding-top: 24rem;
        padding-right: 1rem !important;
        padding-left: 2rem !important;
    }

    .imgsection2 {
        padding-top: 22rem !important;
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
}

@media screen and (max-width: 767px) {
    .tp-mask-wrap {
        display: none !important;
    }
    .service-title {
        margin-top: 3rem !important;
    }
    .rare-box {
        margin-top: 50px !important;
        /* margin-bottom: 50px !important; */
    }

    .blog-title {
        margin-bottom: 50px;
    }

    .form-sec {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .form-sec-col {
        max-width: 100%;
    }

    .sidemenu_btn {
        display: block !important;
    }

    h2 {
        font-size: 30px;
    }

    h4 {
        font-size: 16px;
    }

    h5 {
        font-size: 14px !important;
    }

    h3 {
        font-size: 20px !important;
    }

    body p {
        font-size: 12px;
    }

    .btn.btn-large.rev-slider {
        font-size: 14px !important;
        padding: 12px 34px !important;
    }

    section,
    .section-padding,
    .testimonial-item {
        position: relative;
        padding: 4.5rem 0;
        overflow: hidden;
    }

    .price .month {
        padding-left: 5px;
        padding-top: 5px;
    }

    .tp-bullets {
        right: 0% !important;
    }

    .padding-50 {
        padding-bottom: 70px;
    }

    #team-carousel .owl-dots {
        top: 88%;
        -webkit-transform: translateX(-2%);
        -ms-transform: translateX(-2%);
        transform: translateX(-2%);
    }

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

    /* .side-menu .inner-wrapper {
        padding: 6rem 2rem;
    } */

    .font-42 {
        font-size: 28px;
    }

    .about ul li {
        font-size: 14px;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }

    .price .currency {
        font-size: 50px !important;
    }

    .blog-right {
        text-align: center;
        padding-top: 30px;
    }

    .blog-text {
        text-align: center;
        padding-top: 30px;
    }

    .address-box {
        text-align: center;
    }

    .address-text {
        padding: 4.5rem 0;
    }

    .blog-text h2 {
        font-size: 30px;
    }

    .blog-image,
    .blog-image2 {
        max-width: 540px;
    }

    .date,
    .date-2 {
        left: 30px;
    }

    .bg-blue {
        background-color: #2c3459;
        margin-top: 72px;
    }

    .navbar-top-default {
        height: 135px !important;
    }

    .blog-panel {
        padding: 25px 45px 40px 45px;
    }

    .blog-panel {
        text-align: center;
        margin-bottom: 20px;
    }

    .blog-panel .panel-img {
        width: 100%;
        height: 100%;
        max-width: 100%;
    }

    .comment-text {
        text-align: center;
    }

    .blog-img-p {
        margin: 0 auto;
        display: block;
        padding-bottom: 10px;
    }

    .comment-btn {
        margin-bottom: 30px;
    }

    .pagination {
        text-align: center;
        float: unset;
        margin-top: 50px;
    }

    .blog-0 {
        margin-top: 0;
    }

    .max-237 {
        max-width: 237px;
        margin: 0 auto;
    }

    .reser-blog {
        text-align: center;
    }

    .contact-social-icon {
        text-align: center !important;
        margin: 0 auto;
        display: table;
    }

    .margin-sm {
        margin-bottom: 40px;
    }

    .center-leave {
        text-align: center;
    }

    /* .about-banner {
        padding-top: 75px !important;
    } */

    .price-item {
        max-width: none;
    }

    .comment-para {
        padding-bottom: 40px;
    }

    .price {
        margin-left: 14px;
    }

    .price-item {
        margin: 40px 0 0 0;
    }

    .counter {
        text-align: center;
    }

    .hr-line {
        margin-left: auto;
        margin-right: auto;
    }

    .vision {
        display: none !important;
    }
}

@media screen and (max-width: 575px) {
    #team-carousel .owl-dots {
        top: 88%;
        -webkit-transform: translateX(-1%);
        -ms-transform: translateX(-1%);
        transform: translateX(-1%);
    }

    .newsletter-content button {
        max-width: 145px;
        text-align: center;
        margin: 0 auto;
    }

    .rev_slider_19_1_wrapper {
        position: relative;
    }

    .tp-mask-wrap {
        display: none !important;
    }

    /* .sl-text {



    } */
    .rare-box {
        display: none;
    }

    .image-about {
        margin-right: 0 !important;
        /* top: -200px !important; */
    }

    .about-text {
        margin-bottom: 200px;
    }

    .gallery {
        margin-left: 15px;
        margin-right: 15px;
    }

    .blog-title {
        margin-bottom: 50px !important;
    }

    .bg-light {
        height: 600px !important;
    }

    .portfolio-three {
    }

    .about-btn {
        margin-top: 150px !important;
    }
}

@media screen and (max-width: 400px) {
    .side-menu {
        width: 80%;
    }

    .margin-50 {
        margin-top: 50px;
    }

    .serial-box span {
        font-size: 24px;
    }

    #team-carousel .owl-dots {
        top: 81%;
        -webkit-transform: translateX(-2%);
        -ms-transform: translateX(-2%);
        transform: translateX(-2%);
    }

    /* .side-menu .inner-wrapper {
        padding: 6rem 2rem;
    } */
}

@media screen and (max-width: 480px) {
    .tp-bullets {
        right: 50% !important;
    }

    .side-menu {
        width: 76%;
    }

    .max-237 {
        max-width: 237px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 320px) and (max-width: 374px) {
    .slides div img {
        height: 21vh;
    }

    #newsDisplay {
        font-size: 10px !important;
    }

    .about-us-section {
        margin-bottom: -6rem;
    }

    .work-section {
        padding-top: 0rem !important;
    }

    .media-content {
        display: block !important;
    }

    .side-bar {
        padding-top: 2rem;
    }

    #news {
        padding-top: 2rem;
    }

    .title-about {
        font-size: 27px;
    }

    .image-about {
        top: -187px;
    }

    .media-class {
        padding-bottom: 0rem;
    }

    .rare-box3 {
        right: 8px;
        top: -61px;
        height: 139px;
        width: 105%;
    }

    .legal-content1 .title h3 {
        text-align: justify !important;
    }

    .fiancial-section1 {
        height: 52rem !important;
    }

    .rare-box2 {
        background: #3face700;
    }

    .our-vision {
        padding-top: 0rem !important;
        padding-bottom: 0rem !important;
    }

    .img-icon {
        padding-left: 5px;
        padding-top: 14px;
        position: relative;
        top: -13px;
    }

    .vision-section .about-p {
        padding-top: 0rem !important;
        /* font-size: 9px; */
    }

    .image-vision {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }

    .vision-about {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .center-about {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .about-img-cont {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }

    .image-vission {
        top: -206px;
    }

    .our-vision .container .row .image-vision .rare-box2 {
        height: 160px;
    }

    .title-about {
        font-size: 26px;
    }

    .footer-container .address {
        text-align: center;
    }

    .footer-container .phone {
        text-align: center;
    }

    .footer-container .mail {
        text-align: center;
    }

    .footer_notes .footer-descriptionc a {
        font-size: 11px !important;
    }

    .footer_notes .footer-descriptionc span p {
        font-size: 10px !important;
    }

    .navbar-top-default .btn-light {
        display: none !important;
    }

    .side-menu .inner-wrapper {
        padding-right: 41px;
    }

    .bg-light-gray {
        padding-bottom: 0px !important;
    }
    .about-right{
        max-width: 100%;
    }

    .vision-section .about-p{
        font-size: 10px;
    }
}

@media screen and (min-width: 375px) and (max-width: 424px) {
    #newsDisplay {
        font-size: 11px !important;
    }

    .media-content {
        display: block !important;
    }

    .side-bar {
        padding-top: 2rem;
    }

    .slides div img {
        height: 21vh;
    }

    #news {
        padding-top: 0px;
    }

    .title-about {
        font-size: 27px;
    }

    .about-us-section {
        margin-bottom: -6rem;
    }

    .title-about {
        font-size: 25px;
    }

    .image-about {
        top: -190px;
    }

    .work-section {
        padding-top: 0rem !important;
    }

    #news {
        padding-top: 2rem;
    }

    .media-class {
        padding-bottom: 0rem;
    }

    .rare-box3 {
        right: 11px;
        top: -64px;
        height: 151px;
        width: 105%;
    }

    .legal-content1 .title h3 {
        text-align: justify !important;
    }

    .rare-box2 {
        background: #3face700;
    }
    .img-icon {
        padding-left: 5px;
    }

    .vision-about {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    /* --------------------------- */
    .img-icon {
        padding-left: 5px;
        padding-top: 14px;
        position: relative;
        top: -13px;
    }

    .vision-section .about-p {
        padding-top: 0rem !important;
        font-size: 11px;
    }

    .image-vision {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }

    .vision-about {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .center-about {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .about-img-cont {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }

    .image-vission {
        top: -180px;
    }

    .our-vision .container .row .image-vision .rare-box2 {
        height: 160px;
    }

    .title-about {
        font-size: 26px;
    }

    .footer-container .address {
        text-align: center;
    }

    .footer-container .phone {
        text-align: center;
    }

    .footer-container .mail {
        text-align: center;
    }

    .footer_notes .footer-descriptionc a {
        font-size: 12px !important;
    }

    .navbar-top-default .btn-light {
        display: none !important;
    }

    .side-menu .inner-wrapper {
        padding-right: 41px;
    }

    .about-right{
        max-width: 100%;
    }

    .vision-section .about-p{
        font-size: 10px;
    }
}

@media screen and (min-width: 425px) and (max-width: 767px) {
    .footer-container .address {
        text-align: center;
    }

    .footer-container .phone {
        text-align: center;
    }

    .footer-container .mail {
        text-align: center;
    }

    .about-p {
        /* padding-bottom: 8rem; */
        text-align: justify;
    }

    .image-about {
        border-radius: 25px;
    }

    .img-icon {
        height: 55px;
    }

    /* .vision-section {
        height: 28px;
    } */

    .rare-box2 {
        height: 227px;
        width: 100%;
        position: relative;
        right: 1rem;
        background: #3face700;
        border-radius: 25px;
        top: -3rem;
    }

    .image-vission {
        top: -227px;
        margin-right: 1px;
        margin-bottom: -162px;
        border-radius: 25px;
    }

    .legal-section2 {
        height: 704px !important;
        padding-top: 3rem !important;
    }

    .legal-description1 {
        direction: rtl;
    }

    .legal-content2 {
        direction: rtl;
        text-align: justify;
        padding-right: 2rem;
    }

    .legal-content1 {
        text-align: justify;
        padding-right: 2rem;
    }

    .legal-description1 {
        padding-bottom: 0rem;
    }

    .imgsection1 {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }

    .imgsection2 {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }

    .about-img-cont {
        padding-top: 6rem;
    }

    .about-description {
        padding-bottom: 0px;
    }

    .portfolio-three {
        padding-top: 0rem;
    }

    .about-us-section {
        margin-bottom: -7rem;
    }

    .our-vision {
        padding-top: 0rem !important;
        margin-bottom: -6rem !important;
    }

    .about-img-cont {
        padding-top: 6rem;
        height: 0.5rem;
    }

    .our-vision .container .row .vision-section .ms-4 p{
        font-size: 10px;
    }

    .header {
        height: 143px !important;
    }

    .legal-img-section2 {
        height: 14rem;
    }

    .legal-img-section1 {
        height: 14rem;
    }

    .legal-section2 {
        height: 562px !important;
    }

    .financial-img-section {
        height: 14rem;
    }

    .financial-img-section2 {
        height: 15rem;
    }

    .financial-section2 {
        height: 637px !important;
    }

    .fiancial-section1 {
        height: 42rem;
    }

    .date,
    .date-2 {
        left: 30px;
    }
    /*
    .about-us-section {
        height: 43rem !important;
    } */

    .slides div img {
        height: 21vh;
    }

    /* .legal-section1 {
        height: 37rem;
    } */

    .media-content {
        display: block !important;
    }

    .side-bar {
        padding-top: 2rem;
    }
    #news {
        padding-top: 2rem;
    }

    .media-class {
        padding-bottom: 0rem;
    }

    .legal-content1 .title h2 {
        font-size: 30px !important;
        margin-bottom: 0px;
    }

    .legal-content1 .title h3 {
        text-align: justify !important;
        font-size: 20px !important;
        margin-bottom: 0px;
    }

    .footer_notes .footer-descriptionc a {
        font-size: 13px !important;
    }

    .navbar-top-default .btn-light {
        display: none !important;
    }

    .side-menu .inner-wrapper {
        padding-right: 41px;
    }
    .about-right{
        max-width: 100%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .about {
        margin-bottom: 0px !important;
    }

    .image-vission {
        top: 83px;
        margin-right: 1px;
        margin-bottom: -162px;
        border-radius: 25px;
    }

    .img-icon {
        padding-right: 0px;
        padding-top: 14px;
        padding-left: 0px;
    }

    .rare-box {
        height: 300px;
        width: 95%;
        position: relative;
        right: 0rem;
        background: #3face700;
        border-radius: 25px;
    }

    .title-about {
        text-align: justify;
        font-size: 1.5rem;
    }

    .about-p {
        text-align: justify;
    }

    .center-about {
        padding-right: 0px !important;
    }

    .about .container .row .about-text {
        padding-right: 27px !important;
        padding-left: 0px;
    }

    /* .about .container .row .px-5{
        padding-left: 0px;
    } */

    .legal-section2 {
        padding-top: 0rem !important;
        height: 21rem;
    }

    .legal-section1 {
        padding-bottom: 0rem !important;
        /* height: 27rem !important; */
        padding-right: 2rem;
        padding-left: 2rem;
    }

    .fiancial-section1 {
        height: 32rem;
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }

    .financial-section2 {
        height: 26rem;
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }

    .about-us-section {
        padding-bottom: 10px;
    }

    .about-img-cont {
        padding-top: 1rem;
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }

    .our-vision .container .row .image-vision {
        padding-right: 2rem !important;
        padding-left: 2rem !important;
    }

    .about-us-row {
        height: 22rem !important;
    }

    /* .about-us-section {
        height: 28.5rem !important;
    } */

    .about .container .row .about-text {
        text-align: justify;
    }

    .work-section {
        padding-top: 2rem;
    }

    .date,
    .date-2 {
        left: 30px;
    }

    .price-tag h4 {
        font-size: 14px;
    }

    .legal-content1 .title h3 {
        text-align: justify !important;
        font-size: 25px !important;
        margin-bottom: 0px;
    }

    .legal-content1 .title h2 {
        text-align: justify !important;
        font-size: 44px !important;
    }
    /*
    .imgsection1{
        padding-top: 21rem;
    } */

    .our-vision .container .row .vision-section .ms-4 p {
        margin-bottom: -9rem !important;
        font-size: 10px;
    }

    .media-class {
        padding-bottom: 0rem;
    }

    .footer_notes .footer-descriptionc a {
        font-size: 16px !important;
    }

    .navbar-top-default .btn-light {
        display: none !important;
    }
    .side-menu .inner-wrapper {
        padding-right: 4rem;
    }
    .about-right{
        max-width: 100%;
    }

    #main-content{
        padding: 25px !important;
    }

    .order{
        padding: 10px 0px !important;
    }
}

@media screen and (max-width: 320px) {
    h2 {
        font-size: 26px;
    }

    h3 {
        font-size: 20px;
    }

    h4 {
        font-size: 15px;
    }

    .margin-50 {
        margin-top: 50px;
    }

    .padding-50 {
        padding-bottom: 50px;
    }

    .price {
        margin-left: 4px;
    }

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

    #team-carousel .owl-dots {
        top: 83%;
        -webkit-transform: translateX(-2%);
        -ms-transform: translateX(-2%);
        transform: translateX(-2%);
    }

    .serial-box span {
        font-size: 24px;
    }

    .side-menu {
        width: 85%;
    }

    /* .side-menu .inner-wrapper {
        padding: 6rem 2rem;
    } */

    .blog-text h2 {
        font-size: 26px !important;
    }

    .price .currency {
        font-size: 30px !important;
        line-height: 1;
    }

    .price .sign {
        font-size: 15px;
    }

    .price .month {
        font-size: 11px;
        font-weight: 300;
        display: block;
        text-align: left;
        padding-left: 11px;
        padding-top: 5px !important;
    }

    .footer-social a {
        margin: 10px -1px;
    }

    .price-item {
        margin: 40px 0 0 0;
    }
}

/*Anas*/

/*fixed social icon*/
.revicon {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 34px;
    z-index: 999;
    position: fixed;
}

.social-icons .d-table .social-icon {
    background-color: #fcad29;
}

.social-icons .d-table .social-icon:hover {
    background-color: #3face7;
}

/*Image in service*/
.img-service {
    display: inline-block;
    position: relative;
}

.img-service::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fcad29;
    mix-blend-mode: color;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.img-service:hover::before {
    opacity: 1;
}

/*Footer*/
.footer-container h4 {
    color: #3aa8e4;
    font-weight: 900;
    font-size: 25px;
}

.footer-description {
    color: #47b2ea;
    font-weight: bold;
    text-shadow: 0 0 3px #000000, 0 0 3px #000000;
}

.f-sec2 {
    text-shadow: 0 0 3px #000000, 0 0 3px #000000;
}

/*side menu button*/
@media screen and (min-width: 769px) {
    #sidemenu_toggle {
        display: none;
    }
}

/*Slider*/
.tp-parallax-wrap {
    left: 70% !important;
}

/*Latest news image*/
.blog-image,
.blog-image2 img {
    border-radius: 25px;
}

/*Separator*/
.text-separator {
    color: #fff;
    text-shadow: 0 0 5px #000000, 0 0 5px #000000;
    font-size: 38px;
}

/*Header*/
header {
    height: 140px;
}

.navbar img {
    max-height: 145px !important;
    width: 100% !important;
}

.navbar .logo-default {
    height: 155px;
}

/* .navbar .logo-scrolled {
    height: 155px !important;
} */

/*Our team*/
.team-box .team-text .sub_title-team {
    display: none;
    transition: all 0.5s ease-in 0.1s;
}

.team-box:hover .title-team {
    display: none;
    transition: all 0.5s ease-in 0.1s;
}

.team-box:hover .sub_title-team {
    display: inline-block;
    transition: all 0.5s ease-in 0.1s;
}

.team-box .team-text {
    transition: all 0.5s ease-in 0.1s;
}

.team-box:hover .team-text {
    background-color: #fcad29;
    transition: background-color 3000ms ease-in-out !important;
    color: #000;
    border-radius: 25px;
    transition: all 0.5s ease-in 0.1s;
}

/*Latest news*/
#news .blog-text h4 {
    text-align: justify;
}

.media-title {
    margin-bottom: 50px;
}

.sl-text {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin-right: 155px !important;
    text-shadow: 0 0 5px #000000, 0 0 5px #000000;
}

.sl-text-btn {
    text-shadow: none;
}

.navbar-expand-lg {
    height: 140px !important;
    z-index: 100 !important;
    /* background-color: #fff; */
}

@media (min-width: 1024px) and (max-width: 1439px) {
    .footer-container .address {
        text-align: justify;
        font-size: 12px;
    }

    .footer-container .phone {
        text-align: justify;
    }

    .footer-container .mail {
        text-align: justify;
    }

    .title-about {
        text-align: justify;
    }

    .about-p {
        text-align: justify;
    }

    .image-vission {
        top: -180px;
        margin-right: 29px;
        margin-bottom: -162px;
        border-radius: 25px;
    }

    .rare-box2 {
        height: 216px;
        width: 95%;
        position: relative;
        right: 2rem;
        background: #3face7;
        border-radius: 25px;
    }

    .footer-container .address {
        text-align: justify;
    }

    .footer-container .phone {
        text-align: justify;
    }

    .footer-container .mail {
        text-align: justify;
    }

    .rare-box3 {
        right: 0.5rem;
        top: 1rem;
    }

    .imgsection2 {
        padding-right: 2rem !important;
        padding-left: 2rem !important;
    }

    .rare-box4 {
        right: 1.5rem;
        top: 1rem;
    }

    .legal-section1 {
        padding-bottom: 2rem !important;
    }

    .fiancial-section1 {
        height: 27rem;
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }

    .date,
    .date-2 {
        left: 30px;
    }

    .financial-section2 {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }

    /* .legal-content1 .title h2 {
        font-size: 1rem !important;
    } */

    .legal-content1 {
        padding-left: 1.5rem;
    }

    .legal-content2 {
        padding-right: 2rem;
    }

    .work-section {
        padding-top: 0rem;
    }

    .about-us-section {
        margin-bottom: -3rem;
    }

    .vision-section .about-p {
        padding-top: 0rem !important;
    }
    .navbar-top-default .btn-light {
        padding: 10px 0px;
        width: 12%;
        font-size: 10px;
    }

    .navbar-expand-lg .navbar-nav {
        margin-right: 50px !important;
    }

    .navbar-top-default .navbar-nav .nav-link {
        margin-left: 0px;
        margin-right: 5px;
        font-size: 11px;
    }

    .about-right{
        max-width: 100%;
    }

    .img-icon{
        padding-top: 0px;
    }

    .vision-section .about-p{
        font-size: 13px;
    }
}
.textblue p {
    color: #3face7 !important;
}

.side-menu .navbar-nav .btn-light {
    padding: 10px 25px !important;
    font-size: 15px;
}
