:root {
    --bs-primary: #faa61a;
    --bs-primary-light: #fcb742;
    --bs-primary-dark: #ae4749;
    --bs-secondary: #368a93;
    --bs-secondary-light: #4FC1B0;
    --bs-light: #FFFFFF;
    --bs-gray: #D8D8D8;
    --bs-dark: #474747;
}

@font-face {
    font-family: "SansFont";
    src: url('../fonts/neo-sans-arabic-regular.ttf');
}

@font-face {
    font-family: "SecFont";
    src: url('../fonts/CoconNextArabic-Bold.ttf');
}

@font-face {
    font-family: "SecFontLight";
    src: url('../fonts/cocon-next-arabic.ttf');
}

/* shared  */

body, *, span, h1, h2, h3, h4, h5, h6, p, a {
    font-family: "SansFont";
}

html {
    scroll-padding-top: 180px;
}

#vision, #values, #goals {
    scroll-margin-top: 180px;
}

.table-header {
    font-family: "SecFont";
    font-size: 1.6rem !important;
    padding: .5rem !important;
}

.btn-primary, .btn-primary:focus {
    border-color: var(--bs-primary);
    background-color: var(--bs-primary);
}

.btn-primary:focus {
    box-shadow: 0 0 0 0.25rem rgba(250, 166, 166, 0.5);
}

.btn-primary:hover {
    border-color: rgba(250, 166, 166, 0.5);
    background: rgba(250, 166, 166, 0.5);
}

.text-primary {
    color: var(--bs-primary) !important;
}

.text-primary-dark {
    color: var(--bs-primary-dark) !important;
}

.text-primary-light {
    color: #89595c;
}

.bg-primary-light {
    background-color: #89595c !important;
}

.bg-primary {
    background-color: var(--bs-primary) !important;
}

.bg-primary-dark {
    background-color: var(--bs-primary-dark) !important;
}

.text-secondary {
    color: var(--bs-secondary) !important;
}

.bg-secondary {
    background-color: var(--bs-secondary) !important;
}

.bg-secondary-rgb {
    background: rgba(42, 157, 143, .88) !important;
}

.bg-grayBlue {
    background-color: #83a1ba !important;
}

.bg-gray {
    background-color: #C6C6C6 !important;
}

.bg-gray-2 {
    background-color: #efefef !important;
}

.bg-secondary-2 {
    background-color: #dba546 !important;
}

.bg-secondary-3 {
    background: #BFA999 !important;
}

.bg-linear {
    background-image: linear-gradient(to right, #000000, #faa61a) !important;
}

.box-shadow {
    box-shadow: -1px -1px 7px rgba(0, 0, 0, .3);
}

.mb--10 {
    margin-bottom: -10px;
}

.text-justify {
    text-align: justify !important;
}

.overflow-h {
    overflow: hidden;
}

.border {
    border: 1px solid #faa61a !important;
}

.mt-n1 {
    margin-top: -.5rem !important;
}

.rounded-start {
    border-bottom-right-radius: 50rem !important;
    border-top-right-radius: 50rem !important;
}

.rounded-end {
    border-top-left-radius: 50rem !important;
    border-bottom-left-radius: 50rem !important;
}

.w-25 {
    width: 30% !important;
}

.bg-light {
    background-color: #FFFFFF !important;
}

.mb-n1 {
    margin-bottom: -1.3rem !important;
    z-index: 3;
}

.progress-bar.bg-primary {
    background-color: #e0a35a !important;
}

/* modal  */
.start-up-modal .modal-dialog {
    max-width: 35%;
}

.start-up-modal .modal-content {
    border-radius: 1.3rem;
}

.start-up-modal .btn-close {
    padding: 0.4em 0.4em;
    background-size: 0.75em auto !important;
    border-radius: 1.25rem;
    opacity: 1;
    position: absolute;
    top: -10px;
    right: -10px;
    background-color: #fcfcfc;
}

.start-up-modal img {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}

.start-up-modal .modal-content {
    border-radius: 1.3rem;
}

.start-up-modal h2 {
    color: #89595c;
    font-weight: bold;
}

.see_more {
    min-width: 155px;
    font-size: 1.1rem;
    border-radius: 0;
    border-bottom-left-radius: 35px;
    border-top-right-radius: 35px;
}

/* mahmal-carousel */
.carousel-control-next, .carousel-control-prev {
    opacity: 1;
}

.carousel-indicators [data-bs-target] {
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

.mahmal-carousel .carousel-inner {
    overflow: visible !important;
}

.mahmal-carousel .carousel-item img {
    height: 550px;
    object-fit: cover;
}

.mahmal-carousel .carousel-caption {
    position: absolute;
    right: 15%;
    top: -20px;
    bottom: auto;
    left: auto;
    width: 300px;
    min-height: 430px;
    padding: 10rem 1.8rem 2.5rem;
    background-color: rgba(224, 163, 90, .9);
}

.mahmal-carousel .carousel-caption img {
    width: 100px;
    height: auto;
}

.carousel-indicators {
    bottom: 10px;
}

.mahmal-carousel .carousel-caption h5, .mahmal-carousel .carousel-caption p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
}

.mahmal-carousel .carousel-caption p {
    font-size: 1.1rem;
    -webkit-line-clamp: 6;
    text-align: justify;
}

.mahmal-carousel a {
    color: var(--bs-primary)
}

.mahmal-carousel a:hover {
    color: var(--bs-secondary)
}

.shadow-img {
    position: absolute;
    width: 100%;
    height: 100%;
    box-shadow: inset 0px 0px 100000px 100000px rgba(0, 0, 0, .1);
    top: 0;
    left: 0;
}

/* top bar  */
.top-bar ul li {
    background: none;
    border: none;
    padding: 0 7px;
}

.top-bar ul li>a {
    color: var(--bs-dark);
    text-decoration: none;
    font-size: .8rem;
    min-height: 35px;
    line-height: 35px;
}

.top-bar .social li a {
    font-size: 1.1rem;
}

.cir-icon {
    width: 25px;
    height: 25px;
    line-height: 25px;
    border-radius: 50%;
    border: 1px solid var(--bs-dark);
    display: inline-block;
    text-align: center;
    font-size: .8rem;
}

.main-navbar {
    border-bottom: 17px solid var(--bs-primary-dark);
    position: relative;
}

.navbar {
    display: block;
    flex-wrap: wrap;
    padding: 10px;
    width: 100%;
    z-index: 100;
}

/* 
.navbar .container {
    display: block;
} */

.navbar-expand-lg .navbar-collapse.d-none {
    display: none !important;
}

.navbar .nav-link {
    display: flex;
    align-items: center;
    color: #4f4f4f;
}

.navbar .nav-link img {
    height: 34px;
    width: 40px;
    object-fit: contain;
    margin: 0.1rem .2rem;
}

.navbar.fixed-nav {
    position: fixed;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    border-radius: 0;
    margin: 0;
    width: 100%;
    z-index: 1000;
    background-color: #fff;
    border-bottom: 10px solid var(--bs-primary);
    padding: 10px 20px;
}

.navbar.fixed-nav.navbar-expand-lg .navbar-collapse {
    display: flex !important;
}

.navbar.fixed-nav .navbar-brand img {
    width: 120px;
}

.navbar.fixed-nav.navbar-expand-lg .nav-link img {
    height: 40px;
    width: 40px;
    object-fit: contain;
    margin: 0 .2rem;
}

.navbar-nav {
    position: relative;
    padding: 3px 0;
    align-items: center;
}

.navbar-nav .nav-link {
    font-size: 1rem;
    color: var(--bs-dark);
    margin: 0 0.5rem;
    padding: 0 4px !important;
    border-bottom: 3px solid transparent;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
}

.navbar-nav .nav-link:hover {
    color: #e0a35a
}

.navbar.fixed-nav .nav-link {
    font-size: .85rem;
}

.active-item .nav-link {
    color: #e0a35a;
    border-bottom: 2px solid;
}

.navbar-brand img {
    width: 170px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler i {
    color: var(--bs-primary);
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}

.dropdown:hover .dropdown-toggle {
    color: var(--bs-primary);
}

.contact-style {
    padding: 0.2rem 0.8rem;
    background-color: #e0a35a;
    color: white !important;
}

.top-bar .dropdown-toggle {
    position: relative;
    z-index: 10;
}

.top-title {
    color: #fff;
    position: relative;
    font-size: 1.5rem;
    font-family: "SecFont";
}

.top-title:after {
    content: '';
    background: url(../imgs/icons/triangles-light.png)no-repeat;
    position: absolute;
    bottom: -6px;
    right: 60%;
    width: 185px;
    height: 13px;
    background-size: 100% 100%;
}

.top-title::before {
    content: '';
    background: url(../imgs/icons/triangles-light.png)no-repeat;
    position: absolute;
    top: -6px;
    left: 60%;
    width: 185px;
    height: 13px;
    background-size: 100% 100%;
    transform: scaleY(-1);
}

/* banner  */

.banner {
    background: url('../imgs/banner.png')no-repeat center center / cover;
}

.banner-menu {
    background: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1), rgba(255, 255, 255, 1), rgba(255, 255, 255, 1), rgba(255, 255, 255, 1), rgba(255, 255, 255, .5));
    box-shadow: -90px 0px 31px -3px rgba(255, 255, 255, .5);
    height: 100%;
}

.banner-menu a, .banner-cities a, .banner-cities {
    color: #4F4F4F;
    font-size: 1.3rem;
}

.banner-menu a:hover {
    color: var(--bs-primary);
}

.banner-menu img {
    height: 42px;
    min-width: 70px;
    margin: 0 10px;
    object-fit: contain;
}

.banner-menu img.small {
    height: 25px;
}

.banner-cities {
    background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1), rgba(255, 255, 255, 1), rgba(255, 255, 255, 1), rgba(255, 255, 255, 1), rgba(255, 255, 255, .5));
    box-shadow: 90px 0px 31px -3px rgba(255, 255, 255, .5);
}

.banner-cities li {
    min-width: 164px;
    display: flex;
    height: 39px;
    line-height: 39px;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #f7f7f7;
}

.banner-cities a {
    min-width: 130px;
    display: inline-block;
}

.banner-cities img {
    max-width: 25px;
    max-height: 25px;
    object-fit: contain;
}

/* donors */
.donors-title {
    width: 300px;
    margin: auto;
}

.donors-title span {
    background-color: #f5f5f5;
}

.donors-title img {
    width: 57px;
    background-color: #f5f5f5;
}

.donors-title h4 {
    min-width: 225px;
    text-align: center;
}

.donors h1, .donors h2 {
    font-size: 2.5rem;
    font-family: "SecFont";
}

.donors h1 {
    font-size: 3rem;
    position: relative;
    font-family: "SecFont";
}

.donors h1::before {
    content: '';
    position: absolute;
    width: 163px;
    height: 2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -1px;
    background-color: var(--bs-secondary);
    opacity: .5;
}

.donors .about-site span {
    border-radius: 0 25px 25px 0;
}

.donors .about-site span::before {
    display: none;
}

.table-header {
    color: white;
    background-color: #D8A47C;
}

.main-table .table {
    margin-bottom: 2rem;
    background-color: #f9f9f9;
}

.main-table thead {
    color: #595959;
    background-color: #ededed;
}

.main-table .table>:not(:last-child)>:last-child>*, tfoot td {
    border: none !important;
}

.main-table .table>:not(caption)>*>* {
    color: #595959;
}

.main-table tbody {
    height: 198px;
    overflow-y: scroll;
}

.main-table tbody td {
    font-size: .85rem;
}

.table-footer {
    height: 33px;
    line-height: 33px;
    border-radius: 0;
    color: #89595c;
    background-color: #f9f9f9;
}

.table-footer:hover {
    color: var(--bs-secondary);
}

.table-title {
    color: white;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.bg-1 {
    background-color: #89595c;
}

.bg-2 {
    background: linear-gradient(90deg, rgba(203, 148, 50, 1) 0%, rgba(175, 119, 25, 1) 35%, rgba(148, 92, 1, 1) 100%);
}

.bg-3 {
    background: linear-gradient(90deg, rgba(145, 103, 65, 1) 0%, rgba(139, 85, 52, 1) 35%, rgba(133, 71, 41, 1) 100%);
}

.bg-4 {
    background-color: #424242;
}

.bg-5 {
    background-color: #51869b;
}

.bg-6 {
    background: linear-gradient(90deg, rgba(0, 187, 175, 1) 0%, rgba(0, 158, 152, 1) 35%, rgba(0, 129, 129, 1) 100%);
}

.bg-7 {
    background-color: #8262a9;
}

.table-options img {
    height: 28px;
}

.sec-table .table {
    margin-bottom: 0;
    background-color: var(--bs-secondary);
}

.sec-table thead {
    color: #fff !important;
    background-color: var(--bs-primary);
}

.sec-table .table th, .sec-table .table td {
    color: #fff !important;
}

.sec-table .table img {
    max-width: 22px;
    object-fit: contain;
}

.sec-table .table thead th {
    font-weight: normal;
}

.sec-table .table-footer {
    color: #fff !important;
    background-image: linear-gradient(to left, #FFDC96, #DCB274);
}

.sec-table-options {
    border-radius: 0 0 25px 25px;
    background-color: var(--bs-secondary);
}

.sec-table-options img {
    height: 24px;
}

/* families */

.families h4 {
    color: white;
    font-weight: bold;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
}

.families .table-header {
    border: 2px solid;
    border-radius: 0;
    background: none;
    padding: .2rem 0;
}

.families-logo h2 {
    font-family: "secFont";
}

.families-logo img {
    height: 220px;
    object-fit: contain;
}

.families-logo .table-options img {
    height: 26px;
}

/* objectives */

.objectives {
    min-height: 400px;
    background: url('../imgs/others/ambition.png') no-repeat center center / cover;
}

.objectives .logo-light {
    width: 140px;
    margin: 0 auto;
}

.objectives li {
    color: white;
    margin-bottom: 1.3rem;
    font-size: .95rem;
}

.objectives li span, .objectives-2 span {
    display: inline-block;
    min-width: 80px;
    padding: 0 .5rem;
    margin-left: 1rem;
    border-left: 1px solid var(--bs-primary);
}

.objectives li span img {
    height: 30px;
    max-width: 30px;
    margin-bottom: .25rem;
    object-fit: contain;
}

.objectives li span h5, .objectives-2 span h2 {
    font-family: "secFont";
    font-weight: normal;
    position: relative;
}

.objectives .w-50 {
    width: 60% !important;
}

.objectives-2 span img {
    height: 55px;
}

.objectives-2 span h2::before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -1px;
    background-color: var(--bs-primary);
}

.objectives-2 h4 {
    font-size: 1.3rem;
    font-family: "secFontLight";
}

.values-head {
    border: 1px solid #2A9D8F;
    border-right: 0 !important;
}

.more-info a::before, .more-info a::after {
    content: '';
    position: absolute;
    top: 50%;
    width: calc((100% - 291px) / 2);
    height: 1px;
    background-color: var(--bs-primary);
}

.more-info a::before {
    right: 0;
}

.more-info a::after {
    left: 0;
}

/* projects */

.projects h4::before {
    /* content: ''; */
    height: 90px;
    position: absolute;
    left: 0;
    right: 0;
    top: -73px;
    z-index: -1;
    margin: 0 auto;
    background: url('../imgs/icons/projects.png')no-repeat center / contain;
}

.projects .owl-nav button span {
    font-size: 3rem;
    color: var(--bs-secondary);
    margin: 0 1.5rem;
}

.news h4::before {
    top: -30px;
    background: url('../imgs/icons/news-icon.png')no-repeat center / contain;
}

.project-img {
    height: 250px;
    overflow: hidden;
    box-shadow: 1px -3px 11px 1px rgba(0, 0, 0, .2)
}

.news .project-img {
    height: 210px;
    border-radius: 5px;
    background-color: rgba(250, 166, 26, .9);
}

.projects .card-body {
    min-height: 160px;
    border-bottom: 1px solid #2A9D8F;
}

.projects .card-img-top {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 0;
}

.news .card-img-top {
    opacity: .65;
}

.projects .card-img-top:hover {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.projects .card p, .tourists-sites .card p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-align: justify;
    margin-bottom: 18px;
    color: #6B6B6B !important;
}

.projects .card-title, .tourists-sites .card-title {
    overflow: hidden;
    font-family: "secFontLight";
    background-color: #e0a35a !important;
}

.statectic .nav-pills .nav-link {
    font-size: .9rem;
    font-weight: bold;
    color: #515151 !important;
    background-color: #efefef;
}

.statectic .nav-pills .nav-link.active {
    background-color: #dddddd;
}

/* sites */

.sites h4, .tourists-sites h4 {
    font-size: 1.7rem;
    font-family: "secFontLight";
}

.sites h4::before, .sites h4::after {
    content: '';
    height: 93px;
    position: absolute;
    z-index: -1;
}

.sites h4::before {
    width: 80px;
    right: 20%;
    top: -73px;
    background: url(../imgs/icons/sites-1.png)no-repeat center / contain;
}

.sites h4::after {
    left: 20%;
    top: -60px;
    width: 120px;
    background: url(../imgs/icons/sites-2.png)no-repeat center / contain;
}

.sites-carousel a {
    overflow: hidden;
    width: 100%;
}

.sites-carousel img {
    width: 100%;
    height: 215px;
    filter: brightness(.8);
    object-fit: cover;
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.sites-carousel img:hover {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.sites-carousel .owl-item::before, .sites-carousel .owl-item::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    z-index: 5;
}

.sites-carousel .owl-item::before {
    right: -15px;
    top: calc((215px - 30px) / 2);
    border-top: 20px solid transparent;
    border-left: 20px solid #fff;
    border-bottom: 20px solid transparent;
}

.sites-carousel .owl-item::after {
    left: 0;
    top: calc((215px - 40px) / 2);
    border-top: 25px solid transparent;
    border-left: 25px solid var(--bs-secondary);
    border-bottom: 25px solid transparent;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
    direction: ltr;
}

.lg-sub-html h4 {
    font-size: 1.1rem;
}

.lg-sub-html p {
    font-size: 1rem;
}

.lg-sub-html a {
    color: #87fdeb;
}

/* tourists sites  */

.tourists-sites h4.rounded-pill {
    background-color: var(--bs-secondary);
    border-bottom-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

.tourists-sites h4.rounded-pill::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    right: 0;
    bottom: -10px;
    margin: 0 auto;
    border-bottom: 1px solid var(--bs-secondary);
}

.tourists-sites .main-img {
    width: 200px;
    height: 230px;
    object-fit: cover;
    -webkit-mask-box-image: url("../imgs/others/mask.png");
    transition: all 0.3s ease-in-out;
}

.tourists-sites .border-img {
    position: absolute;
    left: 0;
    right: 0;
    top: -20px;
    margin: 0 auto;
    width: 240px;
    height: 280px;
}

.dot-location {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid;
    position: relative;
    margin-top: 2.8rem !important;
}

.dot-location::before {
    content: '';
    position: absolute;
    right: -10px;
    top: -10px;
    margin: 0 auto;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 2px solid;
}

/* counter-families */

.counter-families h4 {
    font-size: 1.8rem;
    margin: 0 10rem;
    margin-top: -4.55rem;
    border-radius: 0;
    font-family: "secFontLight";
    position: relative;
}

.counter-families .border {
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
}

.families .border-top {
    border-top: 1px solid #B58A1D !important;
}

.families-2 .col-md-4:first-child .table-header {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.families-2 .col-md-4:nth-child(2) .table-header {
    border-radius: 0 !important;
}

.families-2 .col-md-4:last-child .table-header {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.families-2 .col-md-4:first-child .border {
    border-right: 0 !important;
    border-bottom-left-radius: 40px;
}

.families-2 .col-md-4:nth-child(2) .border {
    border-left: 0 !important;
    border-bottom-right-radius: 40px;
}

.families-2 .col-md-4:last-child .border {
    border-left: 0 !important;
    border-bottom-right-radius: 40px;
}

.families-2 .main-table tbody td {
    font-size: 1rem;
}

/* contact-us/ */
.contact-us .map {
    height: 300px;
}


/* Start clients-opinions */
.clients-opinions {
    background: #fafafa;
}

.clients-opinions h4::before {
    content: '';
    height: 36px;
    position: absolute;
    left: 0;
    right: 0;
    top: -35px;
    z-index: 1;
    margin: 0 auto;
    background: url(../imgs/icons/people.png)no-repeat center / contain;
}

.opinions-slider .item, .partener .item {
    background: var(--bs-primary);
    border-radius: 10px;
    font-size: .8rem;
    margin: 2rem 1rem;
    color: white;
}

.partener .item {
    margin: 0;
}

.opinions-slider .item>img:first-child, .partener .item>img:first-child {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 50%;
    margin: 1rem auto;
}

.opinions-slider .item p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.opinions-slider .item h5, .partener .item h5 {
    font-size: .9rem;
    color: var(--main-color);
    font-weight: bold;
}

.opinions-slider .item>img:last-child, .partener .item>img:last-child {
    width: 70px;
    height: 40px;
    object-fit: contain;
    margin: 1rem auto 0;
}

.opinions-slider .active.center {
    transform: scale(1.1);
}

.clients-opinions .owl-theme .owl-dots .owl-dot span {
    margin: 0 3px;
    width: 20px;
    height: 3px;
    cursor: pointer;
    background-color: #ccc;
    border-radius: 0;
    display: inline-block;
}

.clients-opinions .owl-theme .owl-dots .owl-dot:hover span {
    background: #ccc;
}

.clients-opinions .owl-theme .owl-dots .owl-dot.active span {
    background: var(--bs-secondary);
    width: 40px;
}

.about-grid .partener .item {
    color: #000;
    background-color: white;
}

/* End clients-opinions */

/* gallery */
img.zoom {
    width: 100%;
    height: 200px;
    border-radius: 5px;
    object-fit: cover;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}

.transition {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.modal-header {
    border-bottom: none;
}

.modal-title {
    color: #000;
}

.modal-footer {
    display: none;
}

.gallery {
    width: 100%;
    display: inline-block;
}

.gallery-img {
    height: 100px;
    object-fit: cover;
    display: inline-block;
}

.gallery-img:nth-child(10n + 1) {
    width: 50%;
    height: 400px;
    float: left;
    border-right: 20px solid #fff;
    border-bottom: 20px solid #fff;
}

.gallery-img:nth-child(10n + 2) {
    width: 25%;
    height: 200px;
    float: left;
    border-bottom: 20px solid #fff;
}

.gallery-img:nth-child(10n + 3) {
    width: 25%;
    height: 200px;
    float: left;
    border-left: 20px solid #fff;
    border-bottom: 20px solid #fff;
}

.gallery-img:nth-child(10n + 4) {
    width: 25%;
    height: 200px;
    float: left;
    border-bottom: 20px solid #fff;
}

.gallery-img:nth-child(10n + 5) {
    width: 25%;
    height: 200px;
    float: left;
    border-left: 20px solid #fff;
    border-bottom: 20px solid #fff;
}

.gallery-img:nth-child(10n + 6) {
    width: 50%;
    height: 400px;
    float: right;
    border-bottom: 20px solid #fff;
}

.gallery-img:nth-child(10n + 7) {
    width: 25%;
    height: 200px;
    float: left;
    border-right: 20px solid #fff;
    border-bottom: 20px solid #fff;
}

.gallery-img:nth-child(10n + 8) {
    width: 25%;
    height: 200px;
    float: left;
    border-right: 20px solid #fff;
    border-bottom: 20px solid #fff;
}

.gallery-img:nth-child(10n + 9) {
    width: 25%;
    height: 200px;
    float: left;
    border-right: 20px solid #fff;
    border-bottom: 20px solid #fff;
}

.gallery-img:nth-child(10n + 10) {
    width: 25%;
    height: 200px;
    float: left;
    border-right: 20px solid #fff;
    border-bottom: 20px solid #fff;
}

.gallery-img a {
    display: block;
    overflow: hidden;
    position: relative;
    height: 100%;
}

.gallery-img a>img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.gallery-img a:hover>img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.gallery-img a:hover .gallery-poster>img {
    opacity: 1;
}

.gallery-img a .gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}

.gallery-img a .gallery-poster>img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

.gallery-img i a:hover .gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}

.gallery .justified-gallery>a>img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
}

.gallery .justified-gallery>a:hover>img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.gallery .justified-gallery>a:hover .gallery-poster>img {
    opacity: 1;
}

.gallery .justified-gallery>a .gallery-poster {
    background-color: rgba(0, 0, 0, 0.1);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: background-color 0.15s ease 0s;
    -o-transition: background-color 0.15s ease 0s;
    transition: background-color 0.15s ease 0s;
}

.gallery .justified-gallery>a .gallery-poster>img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

.gallery .justified-gallery>a:hover .gallery-poster {
    background-color: rgba(0, 0, 0, 0.5);
}

.gallery .video .gallery-poster img {
    height: 48px;
    margin-left: -24px;
    margin-top: -24px;
    opacity: 0.8;
    width: 48px;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
    direction: rtl;
}


/* about-us */

.about-head {
    border-bottom-style: solid;
    border-bottom-width: 30px;
    border-image-slice: 1;
    border-image-source: linear-gradient(to right, #D8D8D8, #FFFFFF);
}

.vision {
    position: absolute;
    position: absolute;
    right: 25px;
    top: 20px;
}

.about-us .values img {
    height: 80px;
}

.about-us .values h2 {
    font-size: 2.7rem;
}

.about-us h4, .volunteer-table h4, .volunteer-table h5 {
    font-family: "secFont";
}

.about-us p {
    color: #595959;
    font-size: 1.1rem;
    text-align: justify !important;
}

/* projects  */

.project-banner img {
    height: 315px;
    width: 100%;
    z-index: -1;
    object-fit: cover;
}

.project-banner h4 {
    z-index: 10;
    border-top: 2px solid #fff;
}

.project-info h4, .about-us-title, .volunteer-title {
    font-family: "secFont";
    font-size: 2.1rem;
}

.about-us-title {
    position: relative;
}

.about-us-title span {
    background: var(--bs-primary-dark);
    color: #fff;
    text-align: center;
    display: inline-block;
    width: 400px;
    border-radius: 25px 0 0 25px;
    margin: 0 auto;
    padding: .2rem;
}

.about-us-title::after {
    content: '';
    background: url(../imgs/icons/more-lines.png)no-repeat;
    position: absolute;
    left: 5%;
    top: 0;
    background-size: 100% 100%;
    width: 45%;
    height: 46px;
    z-index: -1;
}

.about-us-title::before {
    content: '';
    background: url(../imgs/icons/shape.png)no-repeat;
    position: absolute;
    right: 15%;
    top: 0;
    background-size: contain;
    width: 200px;
    height: 48px;
    z-index: -1;
}

.project-info p {
    font-size: 1.15rem;
    line-height: 1.8;
    text-align: justify !important;
}

.project-name {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
    background-color: var(--bs-primary-dark);
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
}

.project-name h5 {
    font-family: "secFontLight";
}

/* .project-name::before {
    content: '';
    height: 93px;
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: -58px;
    width: 120px;
    margin: 0 auto;
    background: url(../imgs/icons/ثادق.png)no-repeat center / contain;
} */
.project-details .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%8'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.project-details .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%8'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.project-details .carousel-control-next {
    left: -55px;
    right: auto;
}

.project-details .carousel-control-prev {
    right: -55px;
    left: auto;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 2.4rem;
    height: 2.4rem;
}

.project-details p {
    color: #595959;
    font-size: 1.1rem;
    text-align: justify;
}

.project-details h4 {
    background-color: #7AAAC4;
    border-radius: 0;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
}

.title {
    background-color: var(--bs-primary-dark);
}

.small-title {
    width: 400px;
    max-width: 90%;
    margin: 0 auto;
    border-radius: 0 0 15px 15px;
}

.title h4 {
    font-family: "secFont";
    font-size: 3.3rem;
}

.title p, .videos h4 {
    font-family: "secFontLight";
}

.projects .title h4::before {
    display: none;
}

.projects .donors-logo img {
    height: 400px;
    object-fit: contain;
    margin-top: -4rem;
}

.project-name h4 {
    font-size: 1.35rem;
}

.project-name-files span {
    width: 100%;
    border: 1px solid;
    display: inline-block;
    overflow: hidden;
}

.project-name-files h5 {
    font-family: "secFontLight";
}

.project-name-files span.d-flex h5 {
    width: calc(100% - 60px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.project-name-files span.d-flex .btn {
    height: 32px;
    width: 60px;
    border-radius: 0;
    font-size: 1.1rem;
    padding-top: 2px;
    padding-bottom: 2px;
    line-height: 31px;
}

/* videos  */

.videos-carousel .owl-item {
    padding-bottom: 2rem;
    position: relative;
}

.videos-carousel .owl-item::before {
    content: '';
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 10;
    width: 190px;
    height: 4px;
    background-color: var(--bs-primary-light);
}

.videos-carousel .owl-item::after {
    content: '';
    position: absolute;
    top: calc(75px / 2);
    right: 20px;
    width: 125px;
    height: 125px;
    box-shadow: 2px 8px 16px;
    border-radius: 28px;
    z-index: -1;
    -webkit-transform: rotate(44deg);
    transform: rotate(44deg);
    background-color: var(--bs-secondary);
}

.videos-carousel .owl-item:first-child:after {
    background-color: var(--bs-secondary);
}

.videos-carousel .owl-item:nth-child(3n+2):after {
    background-color: #faa61a;
}

.videos-carousel .owl-item:nth-child(3n+3):after {
    background-color: var(--bs-primary-dark);
}

.video-item {
    width: 200px;
    height: 200px;
    border-radius: 41px;
    overflow: hidden;
    position: relative;
    border: 2px solid #fff;
}

.video-item::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 10;
    width: 50px;
    height: 50px;
    cursor: pointer;
    top: calc(150px / 2);
    background: url(../imgs/others/play.png)no-repeat center center / contain;
}

.video-item img {
    height: 100%;
    object-fit: cover;
    border-radius: 41px;
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}

.video-item img:hover {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}

.video-icon {
    height: 110px;
    object-fit: contain;
}

/* volunteer  */
.volunteer .about-us-title span {
    border-radius: 0;
}

.volunteer .about-us-title::after {
    right: 5%;
    left: auto;
}

.volunteer .about-us-title::before {
    left: 15%;
    right: auto;
}

.volunteer img {
    z-index: -1;
}

.volunteer-title {
    position: relative;
    border-color: var(--bs-secondary) !important;
}

.volunteer-table .border {
    border-right: 0 !important;
    border-bottom-left-radius: 40px !important;
    border-color: var(--bs-secondary) !important;
}

.volunteer-table .main-table thead {
    font-size: 1.3rem;
    font-family: "secFont";
    background-color: transparent;
}

.volunteer-table .main-table thead th {
    color: #fff;
    padding: .3rem 0;
    background-color: var(--bs-primary-light);
}

.main-table .table>:not(:last-child)>:last-child>*.border-end {
    border-left: 7px solid #fff !important;
}

.volunteer-table .main-table tbody td {
    color: #474747;
    font-size: 1rem;
}

.volunteer-table h5 {
    position: relative;
    font-size: 1.5rem;
    cursor: pointer;
    margin-bottom: -1.4rem !important;
    background-color: var(--bs-secondary);
}

.volunteer-table h5::after {
    top: 0 !important;
}

#registerModal .modal-dialog {
    max-width: 75%;
    margin: 0 auto;
}

#registerModal label {
    font-size: .9rem;
    font-weight: 700;
}

/* tourist  */

.tourist-info .project-name {
    margin-left: 2.2rem !important;
    margin-right: 2.2rem !important;
}

.product_slides .carousel-indicators {
    right: auto;
    bottom: 0;
    top: 0;
    left: 10px;
    width: 27%;
    padding: 0 .5rem;
    overflow-y: scroll;
    display: inline-block !important;
}

.product_slides .carousel-indicators li {
    width: 100%;
    height: calc(460px / 3);
    margin-bottom: 1rem !important;
}

.product_slides .carousel-indicators li:last-child {
    margin-bottom: 0 !important;
}

.product_slides .carousel-indicators li img {
    background-color: #ffffff;
    object-fit: cover;
    border: 1px solid #E9E9E9;
}

.product_slides .carousel-indicators li:first-child img {
    border-top-left-radius: 20px;
}

.product_slides .carousel-indicators li:last-child img {
    border-bottom-left-radius: 20px;
}

.product_slides .carousel-indicators [data-bs-target] {
    width: 100%;
    height: 100%;
    border-radius: 0;
}

.product_slides .carousel-inner {
    width: 70.5%;
    overflow: hidden;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.product_slides .carousel-inner img {
    height: 490px;
    object-fit: cover;
}

.product_slides .carousel-caption {
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom-right-radius: 20px;
    background: rgba(70, 87, 102, .88);
}

.location .btn {
    border-radius: 0;
    box-shadow: none !important;
}

.site-info .main-table thead th, .site-info .main-table td {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 1.2rem;
}

.site-info td img {
    max-height: 35px;
    max-width: 37px;
    object-fit: contain;
}

.special-places-img {
    width: 220px;
    height: 220px;
    margin: 0 auto;
    padding: 22px;
    position: relative;
}

.special-places-img img {
    width: 100%;
    height: 100%;
    border-radius: 50% 50% 0;
    object-fit: cover;
    transform: translate(13px, -1px);
}

.special-places-img::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #368a93;
    width: 100px;
    height: 1px;
}

.special-places-img h5 {
    font-family: 'SecFontLight';
    font-size: 1.7rem;
}

.special-places-img::before {
    content: '';
    position: absolute;
    right: -11px;
    top: 14px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.special-places .row .col-md:nth-child(5n+1) .special-places-img:before {
    background: url(../imgs/others/66.png)no-repeat center center / contain;
}

.special-places .row .col-md:nth-child(5n+2) .special-places-img:before {
    background: url(../imgs/others/77.png)no-repeat center center / contain;
}

.special-places .row .col-md:nth-child(5n+3) .special-places-img:before {
    background: url(../imgs/others/88.png)no-repeat center center / contain;
}

.special-places .row .col-md:nth-child(5n+4) .special-places-img:before {
    background: url(../imgs/others/99.png)no-repeat center center / contain;
}

.special-places .card {
    border: none;
    padding: 0 15px 15px 15px;
    margin-top: 2rem;
}

.special-places .card p {
    font-size: .9rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.special-places .col-md:nth-child(1) .card {
    background: url(../imgs/others/1_1.png)no-repeat;
    background-size: contain;
}

.special-places .col-md:nth-child(2) .card {
    background: url(../imgs/others/2_2.png)no-repeat;
    background-size: contain;
}

.special-places .col-md:nth-child(3) .card {
    background: url(../imgs/others/3_3.png)no-repeat;
    background-size: contain;
}

.special-places .col-md:nth-child(4) .card {
    background: url(../imgs/others/4_4.png)no-repeat;
    background-size: contain;
}

.special-places .col-md:nth-child(4) h5 {
    color: #3F6596;
}

.special-places .col-md:nth-child(3) h5 {
    color: #D0A570;
}

.special-places .col-md:nth-child(2) h5 {
    color: #6A744F;
}

.special-places .col-md:nth-child(1) h5 {
    color: #6B6B6B;
}

/* orders */

.orders .title h4 {
    font-family: "secFontLight";
    font-size: 2.5rem;
}

/* employee */

.employee img {
    height: 120px;
    margin-bottom: 1rem;
    object-fit: contain;
}

.employee .col-2 {
    border: 1px solid #7AAAC4;
    border-bottom-left-radius: 45%;
    border-bottom-right-radius: 45%;
}

.tour-employee .bg-gray {
    background-color: #E2BA96 !important;
}

/* cities  */

.donors-logo h5.border {
    color: #93735D;
    font-family: "secFont";
    font-size: 1.7rem;
}

.visits h4 {
    position: relative;
}

.visits h4::before, .counter-families h4::before {
    content: "";
    position: absolute;
    left: 0;
    top: 15px;
    z-index: -1;
    width: 100%;
    height: 90%;
    transform: translateY(7px)skewY(2deg);
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.44) 0%, rgba(0, 0, 0, 0.04) 53%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.44) 0%, rgba(0, 0, 0, 0.04) 53%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0, 0, 0, 0.44) 0%, rgba(0, 0, 0, 0.04) 53%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#70000000', endColorstr='#00ffffff', GradientType=1);
    /* IE6-9 */
}


/* footer */

footer {
    color: #fff;
    font-size: .85rem;
    background-color: var(--bs-secondary);
}

.footer-logo {
    width: 250px;
}

.social-links li {
    margin: 0 .1rem !important;
}

.social-links a {
    color: #fff;
    font-size: 2rem;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
}

.social-links a:hover {
    color: var(--bs-secondary);
}

.social-links a:hover .cir-icon {
    border-color: var(--bs-secondary);
}

footer .list-unstyled li {
    margin-bottom: .15rem;
    display: flex;
    align-items: center;
}

footer .list-unstyled li i {
    font-size: 2rem;
}

footer .list-unstyled li>a {
    text-decoration: none;
    color: #fff;
    display: inline-block;
    position: relative;
    font-size: 1rem;
}

footer .list-unstyled li>a:after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 2px;
    background: #fff;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
}

footer .list-unstyled li>a:hover:after {
    width: 100%;
    background: var(--bs-primary);
}

footer .list-unstyled li>a:hover {
    color: var(--bs-primary);
}

.copy-right {
    background-color: #89595c;
    margin-top: 1.5rem;
    border-top: 8px solid rgba(255, 255, 255, 1);
}

.copy-right .container {
    background-color: #e0a35a;
}

/* scroll top btn */

.scroll-top {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    background: var(--bs-primary);
    color: #fff;
    text-align: center;
    cursor: pointer;
    display: none;
    opacity: 1 !important;
}

/* new style -- editing */
.about-us h4 {
    color: var(--bs-primary-dark);
}

.about-content {
    height: 400px;
    background: url('../imgs/others/ambition.png') no-repeat center center / cover;
    position: relative;
}

.about-content::after {
    content: '';
    width: 130px;
    height: 100%;
    background: url(../imgs/icons/Line.png);
    position: absolute;
    top: 0;
    right: 52%;
    opacity: .3;
    background-repeat: repeat;
    z-index: 0;
}

.about-label {
    width: 740px;
    max-width: 100%;
    padding: 70px;
    text-align: center;
}

.about-label>img {
    position: relative;
    width: 200px;
    z-index: 100;
}

.about-label .msg {
    width: 600px;
    max-width: calc(100% - 6rem);
    height: 250px;
    background: url(../imgs/icons/label.png)no-repeat;
    background-size: 100% 100%;
    padding: 2rem;
    position: absolute;
    bottom: -42px;
    z-index: 1;
}

.about-label .msg p {
    color: #fff;
    font-size: 1.4rem;
    margin-top: 0.5rem;
    line-height: 2.2rem;
}

.more-info {
    padding-top: 4rem;
}

.site-vision {
    width: 170px;
    margin: 0 auto;
}

.site-vision img {
    width: 150px;
}

.site-vision h4 {
    font-size: 1.1rem;
    font-family: "SecFont";
    background: var(--bs-primary-dark);
    color: #fff;
    border-radius: 25px;
    text-align: center;
    padding: 7px 5px;
    margin: 1.5rem 0;
}

.site-vision ul li {
    border: none;
    padding: 2px;
    font-size: 1.2rem;
}

.about-info>img {
    width: 400px;
    max-width: 70%;
}

.short-description {
    text-align: right;
    border: 1px solid var(--bs-dark);
    border-radius: 100px 0 0 100px;
    border-right: 0;
    padding: 1.5rem;
    position: relative;
    background: #fff;
}

.short-description::after {
    content: '';
    width: 140px;
    height: 99px;
    position: absolute;
    bottom: -15px;
    left: -15px;
    background: var(--bs-secondary);
    z-index: -1;
    border-radius: 0 0 0 97px;

}

.short-description p {
    font-size: 1.2rem;
}

.short-description span {
    display: block;
    width: 280px;
    border: 1px solid;
    text-align: center;
    border-radius: 10px 0;
    padding: 0.2rem 1rem;
    position: absolute;
    bottom: -21px;
    right: 50%;
    transform: translateX(70%);
    background: #fff;
}

.short-description span>img {
    width: 200px;
}

.about-list {
    text-align: center;
    position: relative;
}

.about-list>img {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -125px;
    width: 180px;
}

.about-list ul {
    position: relative;
    top: 50px;
    display: inline-block;
}

.about-list ul li {
    min-width: 170px;
    border: none;
    padding: 0;
    margin-bottom: .5rem;
    display: flex;
    align-items: center;
    border-radius: 0 !important;
    color: #fff;
    font-family: "SecFontLight";
    font-size: 1.4rem;
    height: 34px;
    cursor: pointer;
}

.about-list ul li a {
    color: #fff !important;
    font-size: 1.4rem !important;
    text-decoration: none;
}

.about-list ul li:nth-child(1) {
    background: #bababa;
}

.about-list ul li:nth-child(2) {
    background: #89595c;
}

.about-list ul li:nth-child(3) {
    background: #ceaa6b;
}

.about-list ul li:nth-child(4) {
    background: #388791;
}

.about-list ul li:nth-child(5) {
    background: #89595c;
}

.about-list li>img, .about-list li>a img {
    width: 38px;
    height: 34px;
    background: #fff;
    padding: 0 5px;
    margin: 0 0 0 13px;
    object-fit: contain;
}

.about-site {
    position: relative;
    text-align: initial;
    margin-bottom: 2rem;
    font-size: 1.8rem;
}

.about-site::before {
    content: '';
    background: url(../imgs/icons/shape.png)no-repeat;
    position: absolute;
    left: 3%;
    top: 0;
    background-size: 100% 100%;
    width: 22%;
    height: 100%;
    z-index: -1;
}

.about-site span {
    display: inline-block;
    padding: .4rem;
    background: var(--bs-primary);
    color: #fff;
    text-align: center;
    width: 75%;
    max-width: 100%;
    position: relative;
}

.about-site span::before, .volunteer-table h5::after {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    z-index: -1;
    width: 100%;
    height: 100%;
    transform: translateY(7px)skewY(2deg);
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.44) 0%, rgba(0, 0, 0, 0.04) 53%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.44) 0%, rgba(0, 0, 0, 0.04) 53%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0, 0, 0, 0.44) 0%, rgba(0, 0, 0, 0.04) 53%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#70000000', endColorstr='#00ffffff', GradientType=1);
    /* IE6-9 */
}

.site-data span {
    position: relative;
    display: inline-block;
}

.site-data span::after {
    content: '';
    position: absolute;
    right: -130px;
    background: url(../imgs/icons/triangles-light.png)no-repeat;
    width: 145px;
    height: 14px;
    background-size: 100% 100%;
    transform: rotate(270deg);
}

.special-sites-img {
    width: 220px;
    height: 220px;
    margin: 0 auto;
    padding: 22px;
    position: relative;
}

.special-sites-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.special-sites-img h5 {
    position: absolute;
    top: 15px;
    left: 0;
    right: 5px;
    z-index: 3;
    font-family: 'SecFontLight';
    font-size: 1.7rem;
}

.special-sites-img::before {
    content: '';
    position: absolute;
    right: -11px;
    top: 14px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.special-sites-img::after {
    content: '';
    position: absolute;
    right: 6px;
    top: 12px;
    width: 201px;
    height: 60px;
}

.special-sites .row .col-md:nth-child(5n+1) .special-sites-img:after {
    background: url(../imgs/others/1.png)no-repeat center center / contain;
}

.special-sites .row .col-md:nth-child(5n+1) .special-sites-img:before {
    background: url(../imgs/others/11.png)no-repeat center center / contain;
}

.special-sites .row .col-md:nth-child(5n+2) .special-sites-img:after {
    background: url(../imgs/others/2.png)no-repeat center center / contain;
}

.special-sites .row .col-md:nth-child(5n+2) .special-sites-img:before {
    background: url(../imgs/others/22.png)no-repeat center center / contain;
}

.special-sites .row .col-md:nth-child(5n+3) .special-sites-img:after {
    background: url(../imgs/others/3.png)no-repeat center center / contain;
}

.special-sites .row .col-md:nth-child(5n+3) .special-sites-img:before {
    background: url(../imgs/others/33.png)no-repeat center center / contain;
}

.special-sites .row .col-md:nth-child(5n+4) .special-sites-img:after {
    background: url(../imgs/others/4.png)no-repeat center center / contain;
}

.special-sites .row .col-md:nth-child(5n+4) .special-sites-img:before {
    background: url(../imgs/others/44.png)no-repeat center center / contain;
}

.special-sites .row .col-md:nth-child(5n+5) .special-sites-img:after {
    background: url(../imgs/others/5.png)no-repeat center center / contain;
}

.special-sites .row .col-md:nth-child(5n+5) .special-sites-img:before {
    background: url(../imgs/others/55.png)no-repeat center center / contain;
}

.special-sites .card {
    border-radius: 0;
    border-bottom: 2px solid var(--bs-secondary) !important;
}

.special-sites .col-md:nth-child(5n+2) .card {
    border-color: #75869E !important;
}

.special-sites .col-md:nth-child(5n+3) .card {
    border-color: var(--bs-primary) !important;
}

.special-sites .col-md:nth-child(5n+4) .card {
    border-color: #5F8EA3 !important;
}

.special-sites .col-md:nth-child(5n+5) .card {
    border-color: var(--bs-primary-dark) !important;
}

.sec-title {
    width: 370px;
    max-width: 100%;
    margin: 0 auto;
}

.sec-title h5 {
    font-family: "SecFont";
    font-size: 2rem;
    color: var(--bs-primary-dark);
    margin: 0;
    padding: .5rem 0;
}

.sec-title img {
    width: 100%;
}

.long-title {
    position: relative;
}

.long-title span {
    background: #51869B;
    border-radius: 25px;
    padding: .3rem 1rem;
    color: var(--bs-light);
    display: block;
    width: 600px;
    max-width: 80%;
    text-align: center;
    margin: 0 auto;
    font-size: 2rem;
}

.long-title::after, .long-title::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background: url(../imgs/icons/shape2.png)no-repeat;
    width: calc(50% - 270px);
    height: 100%;
    background-size: 100% 100%;
}

.long-title::before {
    right: auto;
    left: 0;
}

.about-grid {
    background: #F7F7F5;
    padding: 5rem 0;
    position: relative;
}

.about-grid::after, .valuable::after {
    content: '';
    position: absolute;
    bottom: -20px;
    width: 100%;
    height: 40px;
    background: url(../imgs/icons/shape3.png)repeat;
    background-size: 40px 40px;
}

.about-grid .img-holder {
    position: relative;
    text-align: center;
}

.about-grid .img-holder img {
    width: 120px;
    height: 120px;
    margin-bottom: 1rem;
}

.about-grid .img-holder span {
    position: absolute;
    top: 60px;
    right: 70px;
    font-family: "SecFont";
    font-size: 1.2rem;
}

.about-grid .row .col-lg {
    min-width: 20%
}

.about-grid .row .col-lg:nth-child(1) span {
    color: #9371BD;
}

.about-grid .row .col-lg:nth-child(2) span {
    color: #17A9EE;
}

.about-grid .row .col-lg:nth-child(3) span {
    color: #00BCB0;
}

.about-grid .row .col-lg:nth-child(4) span {
    color: #A06B44;
}

.about-grid .row .col-lg:nth-child(5) span {
    color: #D3AE13;
}

.about-grid .row p {
    font-size: .85rem;
    margin-bottom: .2rem;
    opacity: .9;
}

.content img {
    height: 70px;
}

.three-parts .long-title span {
    background: var(--bs-primary-dark);
}

.three-parts .long-title::after, .three-parts .long-title::before {
    background: url(../imgs/icons/more-lines.png)no-repeat;
    width: calc(50% - 300px);
    height: 100%;
    background-size: 100% 100%;
}

.three-parts .long-title::before {
    right: auto;
    left: 0;
}

.three-parts .img-holder {
    width: 110px;
}

.three-parts .img-holder h4 {
    color: #2a9d8f;
    font-family: "SecFont";
    font-size: 1.8rem;
    margin: .5rem 0 0 0;
}

.three-parts p {
    font-size: 1.2rem;
    margin-bottom: 0;
}

.three-parts .border-end {
    border-color: #A06B44 !important;
}

.valuable {
    position: relative;
}

.valuable h4 {
    background: var(--bs-primary);
    border-radius: 30px;
    padding: .2rem .5rem;
    font-size: 1.8rem;
    color: var(--bs-light);
    text-align: center;
    position: relative;
}

.valuable h4::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: url(../imgs/icons/iconv1.png)no-repeat;
    background-size: 100% 100%;
    width: 40px;
    height: 40px;
}

.valuable-grid {
    background: #f2f2f2;
}

.valuable-grid .col-md-8 .col-lg-6 p {
    font-size: .9rem;
}

.valuable-grid .col-md-8 .border-end {
    border-color: #B58A1D !important;
}

.valuable-grid .col-md-8 .col-lg-6 span {
    width: 80%;
    text-align: center;
    color: var(--bs-light);
    padding: .2rem .5rem;
    margin: 0 .5rem;
    font-size: 1.3rem;
}

.valuable-grid .col-md-8 .col-lg-6 img {
    height: 37px;
}

.valuable-grid .col-md-8 .col-lg-6:nth-child(1) span {
    background: #368a93;
}

.valuable-grid .col-md-8 .col-lg-6:nth-child(2) span {
    background: #8362aa;
}

.valuable-grid .col-md-8 .col-lg-6:nth-child(3) span {
    background: #a93b3d;
}

.valuable-grid .col-md-8 .col-lg-6:nth-child(4) span {
    background: #faa61a;
}

.goals .about-site::before {
    content: '';
    background: url(../imgs/icons/shape.png)no-repeat;
    position: absolute;
    right: 3%;
    left: auto;
    top: 0;
    background-size: 100% 100%;
    width: 22%;
    height: 100%;
    z-index: -1;
}

.goals .about-site span {
    margin-right: 22%;
    background: #51869B;
}

.goals .about-site span::before {
    display: none;
}

.goals p {
    font-size: 1.3rem;
}

/* resposive */

/* Large desktops and laptops */

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1200px;
    }
}

/* Landscape tablets and medium desktops */

@media (min-width: 991.98px) and (max-width: 1199px) {

    .banner .col-md-2 {
        flex: 0 0 auto;
        width: 25.666667%;
    }

    .about-us-title::before {
        right: 5%;
    }

    .social-links a {
        font-size: 1.4rem;
    }
}

/* Medium devices (tablets, less than 992px) */

@media (min-width: 580px) and (max-width: 991.98px) {
    .navbar {
        display: block;
        position: static;
        width: 100%;
    }

    .footer-logo {
        width: 165px;
    }

    .social-links a {
        font-size: 1.2rem;
    }

    .project-name-files span.d-flex .btn {
        height: 55px;
    }

    .project-name {
        margin-left: .5rem !important;
        margin-right: .5rem !important;
    }

    .project-info h4 {
        font-size: 1.7rem;
    }

    .banner .col-md-2 {
        flex: 0 0 auto;
        width: 30%;
    }

    .banner-menu img.small {
        height: 21px;
    }

    .banner-menu img {
        min-width: 42px;
        margin: 0 7px;
    }

    .donors .col-md-3.pe-5 {
        padding-left: 0 !important;
    }

    .families-logo {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }

    .tourists-sites .border-img {
        left: 0;
        right: -12px;
        top: -16px;
        width: 225px;
        height: 270px;
    }

    .navbar-nav .nav-link {
        font-size: .9rem;
    }

    .navbar-brand img {
        width: 130px;
    }

    .about-head {
        margin-top: 3rem;
    }

    .about-label {
        width: 600px;
    }

    .about-label .msg {
        width: 450px;
        height: 224px;
        padding: 1.5rem;
    }

    .about-label .msg p {
        font-size: 1.1rem;
    }

    /* .navbar-toggler{
        display: none;
    } */
    .about-us-title::before {
        right: 0;
    }

    .employee .row {
        margin: 0 !important;
        padding: 0 !important;
    }

    .employee .col-2 {
        padding: 1rem 0 !important;
    }

    .employee img {
        padding: 10px;
    }

    .volunteer-table .main-table thead th {
        font-size: 1rem;
    }

    .three-parts p {
        font-size: .9rem;
    }
}

/* Small devices (landscape phones, less than 768px) */

@media (max-width: 767px) {
    .navbar .container {
        max-width: 100%;
        margin: 0;
        padding: 0;
    }

    .wow {
        animation-name: none !important;
        visibility: visible !important;
    }

    .top-bar .container {
        margin: 0;
        padding: 0;
        width: 100%;
        max-width: 100%;
        align-items: flex-start !important;
    }

    .top-bar ul li>a {
        font-size: .75rem;
        padding: 0 7px;
    }

    .top-bar ul:last-child li>a i {
        font-size: .9rem;
    }

    .navbar-nav .nav-link {
        margin: 0;
        padding: 4px 0 !important;
        font-size: .9rem;
    }

    .employee .row {
        margin: 0 !important;
        padding: 0 !important;
    }

    .employee .col-2 {
        border: none !important;
        padding: 1rem 0 !important;
    }

    .employee img {
        padding: 10px;
    }

    .employee h5 {
        font-size: 1rem;
    }

    .about-head {
        margin-top: 3rem;
    }

    .about-us-title::after, .about-us-title::before,
    .site-data span::after, .long-title::after, .long-title::before {
        display: none;
    }

    .orders .title h4 {
        font-size: 1.5rem;
    }

    .footer-logo {
        width: 180px;
    }

    .top-bar .social li a {
        padding: 0;
    }

    .banner-cities {
        width: 222px;
        float: left;
    }

    .banner-menu a, .banner-cities a, .banner-cities {
        font-size: 1rem;
    }

    .banner-menu {
        display: none !important;
    }

    .three-parts p {
        font-size: .9rem;
    }

    .three-parts .border-end {
        border: none !important;
    }

    .three-parts .col-md-4, .three-parts .col-md-8 {
        padding: 1rem 0 !important;
    }

    .goals .col-auto img {
        width: 130px !important;
    }

    .goals p {
        font-size: 1rem;
    }

    .start-up-modal .modal-dialog {
        max-width: 50%;
    }
}

/* small devices (portrait phones, less than 576px) */

@media (max-width: 580px) {
    .navbar {
        margin: -12px auto;
        width: 100%;
    }

    .top-bar .list-group:first-child {
        display: none !important;
    }

    .top-bar .list-group:last-child {
        justify-content: flex-end;
        flex-grow: 1;
    }

    .top-bar ul li>a {
        padding: 0;
    }

    .scroll-top {
        bottom: 1rem;
        right: 1rem;
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    .objectives .w-50 {
        width: 100% !important;
    }

    /* .navbar .container {
        display: flex !important;
    }
    .navbar.fixed-nav.navbar-expand-lg .navbar-collapse.collapse:not(.show), .navbar-expand-lg .navbar-collapse.d-none.collapse:not(.show), .navbar .navbar-collapse {
        display: none !important;
    }
    .navbar.fixed-nav.navbar-expand-lg .navbar-collapse.collapse.show, .navbar-expand-lg .navbar-collapse.d-none.collapse.show, .navbar .navbar-collapse.collapse.show {
        display: flex !important;
    } */
    .navbar-brand img {
        width: 140px;
    }

    .main-navbar, .navbar, header {
        transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
    }

    .donors {
        padding: 1.5rem !important
    }

    .donors .pe-5 {
        padding-left: 0 !important;
    }

    .donors .ps-4 {
        padding-right: 0 !important;
    }

    .families .me-5 {
        margin-left: 1.5rem !important;
    }

    .objectives-2 .d-flex {
        display: block;
        text-align: center;
    }

    .objectives-2 span {
        margin-bottom: 1rem;
    }

    .tourists-sites .col-md-4 {
        margin-bottom: 1.5rem;
    }

    .row {
        margin: 0 !important;
    }

    .about-us {
        text-align: center;
        padding: 0 !important;
    }

    .about-us.objectives-2 .container, .about-us.objectives-2 .col-md-2, .about-us.objectives-2 .col-md-10 {
        padding: 0 !important;
    }

    .w-25 {
        width: 80% !important;
    }

    .volunteer-table.pe-5 {
        padding-left: 0 !important;
    }

    .counter-families.me-5 {
        margin-left: 0 !important;
    }

    .volunteer-table .main-table thead {
        font-size: 1rem;
    }

    .volunteer-table .main-table tbody td {
        font-size: .9rem;
    }

    .project-name-files {
        margin-top: 1rem;
    }

    .projects .donors-logo img {
        display: none;
    }

    footer .row {
        text-align: center;
    }

    footer .list-unstyled li {
        justify-content: center;
    }

    footer .border-start {
        border: none !important;
    }

    footer .mt-5 {
        margin-top: .25rem !important;
    }

    footer .list-unstyled li>a {
        min-width: 115px;
    }

    .counter-families h4 {
        margin: 0;
        margin-top: -4.55rem;
    }

    .about-content {
        height: 315px;
    }

    .about-label {
        padding: 50px;
    }

    .about-label .msg {
        right: 0;
        left: 0;
        margin: 0 auto;
        padding: 1.5rem;
        height: 200px;
    }

    .about-label .msg p {
        font-size: 1.1rem;
        line-height: 1.9rem;
    }

    .short-description p {
        font-size: .9rem;
    }

    .short-description::after {
        display: none;
    }

    .navbar-toggler {
        display: block;
    }

    .donors h1, .donors h2 {
        font-size: 2rem;
    }

    .main-navbar {
        border-bottom: 5px solid #A06B44
    }

    .navbar {
        padding-bottom: 1rem;
    }

    .navbar-nav {
        width: 100%;
    }

    .about-site {
        font-size: 1.4rem;
    }

    .about-grid .row .col-lg {
        width: 270px;
    }

    .start-up-modal .modal-dialog {
        max-width: 80%;
    }
}

/* Extra small devices (portrait phones, less than 576px) */

@media (max-width: 480px) {
    .top-bar .dropdown-menu {
        right: auto !important;
        left: 0 !important;
        -webkit-transform: translate(-42%, 0) !important;
        -o-transform: translate(-42%, 0) !important;
        transform: translate(-42%, 0) !important;
    }
}

@media (max-width: 380px) {
    section.px-5 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    section.p-5 {
        padding: 3rem 0 !important;
    }

    .project-name-files.px-5 {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important;
    }
}

/*** Styles added to fix the issue with zoom in on iphone ***/

/* iPhone < 5: */

@media screen and (device-aspect-ratio: 2/3) {
    select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"] {
        font-size: 16px;
    }
}

/* iPhone 5, 5C, 5S, iPod Touch 5g */

@media screen and (device-aspect-ratio: 40/71) {
    select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"] {
        font-size: 16px;
    }
}

/* iPhone 6, iPhone 6s, iPhone 7 portrait/landscape */

@media screen and (device-aspect-ratio: 375/667) {
    select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"] {
        font-size: 16px;
    }
}

/* iPhone 6 Plus, iPhone 6s Plus, iPhone 7 Plus portrait/landscape */

@media screen and (device-aspect-ratio: 9/16) {
    select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"] {
        font-size: 16px;
    }
}