/*variables  */

:root {
    --primary-color: #11823b;
    --secondary-color: #186e52;
    --ternary-color: #00402b;
}

body {
    background-color: #f8f9fa;
    font-family: 'Cairo', sans-serif;
}

#loader-container {
    display: flex;
    flex-direction: column;

    background-color: transparent;
    position: fixed;
    inset: 0;
    height: 100vh;
    width: 100%;
    z-index: 999;
    transition: all ease-in-out 0.5s;
}

.hide {
    height: 0 !important;
}

/* .hide img {
  height: 0 !important;
} */

.loader-div {
    width: 100%;
    height: 33.3%;
    position: fixed;
    left: 0;
    background-color: var(--primary-color);
    transition: width ease 0.5s;
}

.loader-div:first-child {
    transition-delay: 0.6s;
    top: 0;
}

.loader-div:nth-child(2) {
    transition-delay: 0.8s;
    top: 33.3%;
}

.loader-div:nth-child(3) {
    transition-delay: 1s;
    top: 66.6%;
}

.transition {
    width: 0;
}

.carousel-indicators {
    width: auto;
    height: 25px;
    bottom: 3%;
}

.carousel-indicators li {
    background-color: #fff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-left: 8px;
    cursor: pointer;
    border: 1px solid green;
}

.carousel-indicators li.active {
    background-color: green;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-left: 8px;
    cursor: pointer;
}

/*  drop down */
.dropdown-lang {
    border: 1px solid var(--primary-color) !important;
}

.dropdown-menu {
    left: -40px;
    padding: inherit 4px;
    min-width: fit-content;
    padding-right: 15px;
}

.dropdown-item {
    padding: 5px 20px;
    padding-right: 0;
}

/* bootstrap modal */
.modal-backdrop {
    position: unset !important;
}

/*
news page
*/
.news {
    background: url("../assests/doctor.jpg") no-repeat center center / cover;
}

.news section {
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
        rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
        rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;

    /* box-shadow: 0 0 50px #ccc; */
}

.news section img {
    aspect-ratio: 1;
    object-fit: cover;
}

.text-direction {
    direction: rtl;
}

.truncate {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 600;
}

/*
single news page
*/

.single-news-item {
    box-shadow: 0 0 50px #ccc;
}

.single-news-item img {
    aspect-ratio: 1;
    object-fit: cover;
}

/* .container {
  background-color: rgb(109, 109, 109);
} */

/* slider**/
.splide__slide {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.splide__slide img {
    aspect-ratio: 1;
    object-fit: cover;
}

/* shared style */
.flex-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.flex-col {
    display: flex;
    flex-direction: column;
}

.main-header,
.header {
    /* border-bottom: 2px solid var(--primary-color); */
    padding-bottom: 7px;
    pointer-events: auto;
}

.header {
    transition: all ease 0.5s;
}

.header:hover {
    transform: translateX(-15px);
}

.paragraph {
    max-width: 450px;
}

.image-container {
    overflow: hidden;
}

.image-container img {
    transition: all ease 0.5s;
}

.image-container img:hover {
    transform: scale(1.2);
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 1.5%;
    background-position-y: 50%;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    padding: 1rem;
    padding-right: 2rem;
}

input {
    border-radius: 5px;
}

/*top bar  */
.navbar {
    padding: 15px 70px;
    padding-bottom: 8px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    border-bottom: 1px solid #666;
}

.top-bar-nav ul {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.top-bar-nav ul li {
    list-style: none;
    margin-left: 7px;
}

.top-bar-nav ul li a {
    color: #000;
}

.navbar-collapse ul li {
    list-style: none;
    border-left: 2px solid #a9a9a9;
}

.navbar-collapse ul li:first-child {
    border: none;
}

.nav-item a {
    color: #000 !important;
}

.nav-item button {
    border: none;
    border-radius: 10px;
    padding: 6px 25px;
    color: #fff;
    background-color: var(--primary-color);
    transition: all ease 0.5s;
}

.nav-item button:hover {
    filter: brightness(0.7);
}

/* ///////////////// header   */
.header-text {
    padding: 10px 0;
    background: var(--primary-color);
    justify-content: center;
}

.header-text {
    color: #fff;
    border-bottom: 1px solid #fff;
    text-align: center;
    font-size: 20px;
}

/* /////////////////hero slider   */

.hero {
    padding: 0;
    margin-bottom: 50px;
}

.hero img {
    /* max-height: 450px; */
    max-height: 400px;
}

/* /////////////////services   */
.services {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 50px;
}

.services-text-container {
    align-items: flex-end;
}

.services-text {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.services-text p {
    margin-bottom: 0;
}

.services-text span {
    margin-left: 5px;
}

.services-button {
    text-align: center;
    vertical-align: middle;
    padding: 50px;
}

.services-button button {
    border: none;
    background: rgb(8, 104, 59);
    color: white;
    font-size: 20px;
    padding: 15px 40px;
    transition: all ease 0.5s;
}

.services-button button:hover {
    outline: 1px solid var(--primary-color);
    background: #71be4c;
    transform: scale(1.1);
}

/* /////////////////book now   */

.book-now {
    position: relative;
    color: white;
    padding: 0;
}

.book-now-button button {
    margin-top: 20px;
    border: none;
    background: var(--primary-color);
    color: white;
    border-radius: 35px;
    padding: 8px 50px;
    font-size: 25px;
    transition: all ease 0.5s;
}

.book-now-button button:hover {
    transform: scale(1.1);
    filter: brightness(1.3);
}

.book-now-img {
    height: 400px;
    object-fit: cover;
}

.book-now-primary-text {
    position: absolute;
    top: 100px;
    right: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.book-now-secondary-text {
    position: absolute;
    bottom: 10px;
    right: 80px;
}

.book-now-secondary-text h3 a {
    font-size: 20px;
    color: #fff;
}

/* // body changes  */

.book-now {
    position: relative;
    color: var(--secondary-color);
    padding: 50px 0;
}

.book-now-section {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    flex-flow: column;
}

.bodyParts {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 0 1rem;
}

.bodyParts img {
    width: 20%;
}

.bodyParts ul {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    max-width: fit-content;
    gap: 10px;
}

.bodyParts a {
    color: var(--secondary-color);
}

.bodyParts li {
    list-style: none;
    padding: 10px 20px;
    border: 1px var(--ternary-color) solid;
    border-radius: 10px;
    max-width: 120px;
    text-align: center;
    cursor: pointer;
}

.bodyParts li button {
    color: var(--secondary-color);
    border: none;
    outline: none;
    background: transparent;
}

.book-now-button button {
    margin-top: 20px;
    border: none;
    background: var(--primary-color);
    color: white;
    border-radius: 35px;
    padding: 8px 50px;
    font-size: 25px;
    transition: all ease 0.5s;
}

.book-now-button button:hover {
    transform: scale(1.1);
    filter: brightness(1.3);
}

.book-now-img {
    width: 20%;
    aspect-ratio: 0.4;
    object-fit: contain;
}

.book-now-primary-text {
    position: absolute;
    top: 100px;
    right: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.book-now-secondary-text {
    position: absolute;
    bottom: 10px;
    right: 80px;
}

.book-now-secondary-text h3 a {
    font-size: 20px;
    color: var(--primary-color);
}

/* /////////////////message   */
.message {
    margin-top: 20px;
    padding: 50px;
    background: var(--secondary-color);
    clip-path: polygon(0 1%, 100% 7%, 100% 100%, 0% 100%);
    color: #fff;
}

.message-text-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.message-text-header {
    align-self: end;
}

.message-text {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
    text-align: end;
}

.message-text p {
    margin-bottom: 10px;
    margin-top: 30px;
    align-self: end;
}

.message-button button {
    border: 1px solid white;
    background: transparent;
    color: white;
    padding: 10px 35px;
    transition: all ease 0.5s;
}

.message-button button:hover {
    background: #fff;
    color: var(--secondary-color);
    transform: scale(1.1);
}

/* ///////////////////footer  */
.footer {
    padding: 0;
    background-color: var(--ternary-color);
}

.footer-wrapper {
    padding: 30px 50px 10px 50px;
    align-items: flex-start;
}

.footer-first-section,
.footer-second-section,
.footer-third-section {
    display: flex;
    flex-direction: column;
}

.footer-first-section p {
    position: relative;
    padding: 0;
    margin: 10px;
    text-align: right;
    transition: all ease 0.45s;
}

.footer-first-section p a {
    color: #fff;
    list-style: none;
    text-decoration: none;
}

.footer-first-section p::before {
    content: "";
    position: absolute;
    right: -20px;
    bottom: 3px;
    width: 15px;
    height: 15px;
    background: #fff;
    border-radius: 50%;
}

.footer-first-section p:hover {
    transform: translateX(-10px);
}

.footer-second-section .logo-container {
    align-self: center;
}

.footer-second-section div:last-child {
    color: #fff;
}

.footer-second-section .footer-social-icons {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

.footer-social-icons span {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    margin-left: 15px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    transition: all ease 0.45s;
}

.footer-social-icons span:hover {
    transform: translateY(-5px) scale(1.2);
}

.footer-social-icons span a {
    color: var(--ternary-color);
}

.footer-third-section {
    color: #fff;
    font-size: 14px;
}

.footer-third-section p,
.footer-third-section h5 {
    align-self: end;
}

.footer-third-section p {
    max-width: 250px;
    text-align: end;
}

.footer-third-section .footer-map {
    text-align: start;
}

.footer-map p {
    align-self: flex-start;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-map p span {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    color: var(--ternary-color);
    margin-right: 10px;
}

.footer-map p span a {
    color: var(--ternary-color);
}

.footer-map span {
    align-self: flex-end;
}

/* //////////////////////form */
.form-container {
    background: url("https://source.unsplash.com/random") no-repeat;
    background-size: cover;
    background-position: center;
}

.Form-nav {
    border: none;
}

.Form-nav li {
    width: 50%;
    text-align: center;
    padding: 1rem 0;
    padding: unset;
    background-color: #ffffffcb;
}

.Form-nav li a {
    padding: 1.5rem 0;
}

.Form-nav li a.active {
    background-color: white !important;
    border: none;
    height: 100%;
}

.form-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.tab-content-panals {
    padding: 3rem 0;
}

.form-container form {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.form-container form {
    display: flex;
    flex-direction: column;
    direction: rtl;
    margin-left: 25px;
}

.form-header {
    text-align: right;
    margin-bottom: 30px;
}

.form-container form input,
.form-container form select {
    margin-bottom: 20px;
    padding: 8px;
    border: 1px solid #000;
}

.form-container form input[type="submit"] {
    background: rgb(3, 118, 60);
    width: max-content;
    border: none;
    color: #fff;
    padding: 12px 18px;
}

/* about us page  */
/* about us page  */
/* about us page  */
/* about us page  */
/* about us page  */

.about-us {
    background: #fff;
    padding-bottom: 50px;
    padding-right: 40px;
    padding-left: 40px;
}

.about-us-first-section {
    border-bottom: 1px solid black;
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.about-us-first-section-header {
    align-self: center;
    margin-bottom: 40px;
}

.about-us-first-section-content-text {
    text-align: end;
}

/*  about-us-second-section */
.about-us-second-section-content {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 10px;
}

.about-us-second-section-content-text p {
    max-width: 400px;
    text-align: right;
}

/* about us third section  */

.about-us-third-section {
    padding: 20px;
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.about-us-third-section-header {
    font-size: 3rem;
    margin: 20px 0;
}

.about-us-third-section-text {
    font-size: 1rem;
}

/* about us third section  */
.about-us-fourth-section {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about-us-fourth-section-header {
    font-size: 3rem;
    margin: 20px 0;
}

/* about us fourth section  */
.about-us-fourth-section-content {
    width: 100%;
}

.about-us-fourth-section-header {
    margin-bottom: 30px;
}

/* contact us page  */

.contact-us-form {
    background-color: #fff;
    box-shadow: none;
    background: #fff;
}

.contact-us-wrapper {
    box-shadow: none;
}

.contact-us-social-wrapper {
    justify-content: center;
    align-items: center;
    color: var(--ternary-color);
}

.contact-us-social-wrapper span {
    background: var(--ternary-color);
    color: #fff;
    width: 50px;
    height: 50px;
}

.contact-us-social-wrapper span a {
    color: #fff;
}

/* our team  */

/*our team page */

.our-team-first-section-header {
    align-self: center;
}

.our-team-details-section-content-text {
    align-self: flex-start;
}

/* /////////details */

.our-team-details-header {
    align-self: flex-end;
}

.our-team-details-section-content-text {
    text-align: end;
}

/* Media Queries */
@media screen and (max-width: 1040px) {
    .navbar {
        flex-direction: row-reverse;
        padding: 5px;
    }

    .navbar-nav {
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-end;
        gap: 10px;
        padding-top: 15px;
        padding-bottom: 1px;
    }

    .navbar-nav li {
        border: none !important;
    }

    .navbar-brand {
        float: right;
    }
}

@media screen and (max-width: 1200px) {
    .flex-row {
        gap: 3rem;
    }
}

@media screen and (max-width: 800px) {
    .flex-row {
        flex-direction: column !important;
    }

    .contact-us-form .mr-5 {
        margin: 0 !important;
    }

    .contact-us-wrapper {
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }
}

/* ----- */

@media screen and (max-width: 800px) {
    .image-container img {
        height: 100%;
    }

    .carousel-item img {
        height: 100%;
    }

    .image-container img {
        height: unset;
        max-width: 100% !important;
        aspect-ratio: 1 !important;
    }

    .footer-wrapper {
        flex-flow: row wrap !important;
        align-items: center;
        gap: 20px;
        flex-direction: column !important;
    }

    .footer-third-section {
        order: 1;
    }

    .footer-second-section {
        order: 3;
    }

    .footer-first-section {
        order: 2;
        flex-flow: row wrap;
        gap: 15px;
        direction: rtl;
    }

    .footer-first-section p::before {
        content: "";
        width: 0;
        height: 1px;
        bottom: -5px;
        left: 0;
        background-color: #fff;
        transition: all ease 0.45s;
    }

    .footer-first-section p:hover::before {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .form-wrapper img {
        display: none;
    }
}

@media screen and (max-width: 370px) {
    .google-play-img-container img {
        width: 150px;
        height: 75px;
    }
}

.news_block .cover img {
    width: 100%;
    height: 100%;
    /* position: absolute; */
    object-fit: cover;
    -webkit-transition: 0.3s all linear;
    transition: 0.3s all linear;
}

.news_block .cover {
    position: relative;
    overflow: hidden;
    height: 155px;
}

.news_block {
    margin: 10px;
    text-align: right;
    /* background-color: #fff; */
    overflow: hidden;
    border-radius: 20px;
    -webkit-border-radius: 20px;
}

.news_block .cover .news_category {
    position: absolute;
    top: 10px;
    right: 10px;
    text-decoration: none;

}

.news_category {
    display: inline-block;
    background-color: #71be4c;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #fff;
    font-size: 14px;
    padding: 0 20px;
    line-height: 30px;
    margin-bottom: 10px;
    text-decoration: none;
}

.news_block .cont {
    background-color: #fff;
    padding: 15px 10px;
}



.news_block .cont .news_title:hover {
    color: #71be4c;
}

.news_block .cont .news_title {
    font-size: 30px;
    font-weight: 700;
    display: block;
    text-align: center;
}

.page_content {
    position: relative;
    width: 100%;
    z-index: 98;
}

.page_head {
    background: url(../assests/page_head.jpg) no-repeat center fixed;
    background-size: cover;
    padding: 50px 0;
    position: relative;
    text-align: center;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1260px;
    }
}

.page_head .h3 {
    text-align: center;
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    margin: 0;
}

.page_head .ul {
    margin: 25px 0 0;
    text-align: center;
}

.page_head .li {
    display: inline-block;
    color: #fff;
    font-size: 16px;
}

.page_head .li .a {
    font-size: 16px;
    display: block;
    color: #fff;
}

.page_head::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}

.page_head h3 {
    text-align: center;
    color: #fff;
    font-size: 32px;
    font-weight: 600;
    margin: 0;
}

.page_head ul {
    margin: 25px 0 0;
    text-align: center;
}

.page_head ul li {
    display: inline-block;
    color: #fff;
    font-size: 16px;
}

.page_head ul li a {
    font-size: 16px;
    display: block;
    color: #fff;
}

.white_bc {
    background-color: #fff;
    margin-bottom: -35px;
    padding-bottom: 35px;
    direction: rtl;

}

.white_bc .text {
    padding: 25px;
    text-align: right;
}

.white_bc .text h2 {
    display: block;
    font-size: 32px;
    font-weight: 600;
    color: #71be4c;
    word-spacing: 2px;
    margin: 0 0 25px;
}

.white_bc .text h3 {
    box-sizing: border-box;
    direction: rtl;
    margin: 0px 0px 25px;
    line-height: 1.2;
    font-size: 28px;
    color: #2f708e;
    outline: 0px !important;
}

.white_bc .text .img_cont {
    background-color: #f1f1f1;
    height: 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;
    padding: 25px;
}

.white_bc .text .img_cont img {
    display: block;
    max-width: 100%;
    height: 200px;
    margin: 0 auto;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float {
    margin-top: 16px;
}

section {
    padding: 25px 0 0;
    position: relative;
    display: block;
}

section .section_title {
    position: relative;
    margin: 0 0 15px;
    text-align: right;
    min-height: 30px;
}

section .section_title span {
    font-weight: 900;
    color: #71be4c;
    font-size: 30px;
    line-height: 30px;
    /* background-color: #e9ecef; */
    background-color: #f8f9fa !important;
    padding: 0 15px;
    display: inline-block;
    min-width: 140px;
    margin: 0 15px 0 0;
    text-align: center;
    position: relative;
}

section .section_title::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 2px;
    background-color: #2f708e;
}

.more {
    margin-top: 25px;
}

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

.news_block .cont .news_title {
    font-size: 14px;
}

.news_title {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #212121;
    word-spacing: 2px;
    text-decoration: none;
}

.news_block .cont .news_title:hover {
    color: #71be4c;
    text-decoration: none;
}

.link {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    line-height: 40px;
    font-weight: 600;
    text-align: center;
    font-size: 12px;
    padding: 0 15px;
    /* background-color: #2f708e; */
    background: rgb(8, 104, 59);
    color: #fff;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -webkit-transition: 0.1s all linear;
    transition: 0.1s all linear;
    text-decoration: none;
}

.link:hover {
    background-color: #71be4c;
    color: #fff;
    text-decoration: none;
}

.link i {
    margin-right: 5px;
}

/* Main Sec
======================*/
.main_section {
    padding: 0 !important;
}

@media all and (min-width: 1200px) {
    .main_section {
        height: calc(100vh - 185px);
    }

    .main_section .carousel,
    .main_section .carousel-item,
    .main_section .carousel-inner {
        height: 100%;
    }

    .main_section .carousel img,
    .main_section .carousel-item img,
    .main_section .carousel-inner img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
    }
}

.main_section .look_cont {
    position: absolute;
    background-color: rgba(33, 33, 33, 0.65);
    top: 0;
    left: 0;
    text-align: center;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.main_section .look_cont h3 {
    color: #fff;
    letter-spacing: 2px;
    font-weight: 700;
    font-size: 26px;
    max-width: 940px;
    line-height: 40px;
    margin: 0;
    text-transform: uppercase;
}

.main_section .look_cont .link {
    margin: 25px auto 0;
}

.main_section .carousel-indicators {
    right: 0;
    left: 0;
    margin: auto;
    bottom: 80px;
    padding: 0;
}

.main_section .carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    opacity: 1;
    border: 0;
    background-color: #fff;
    border-radius: 25px;
    -webkit-transition: 0.3s width linear;
    transition: 0.3s width linear;
}

.main_section .carousel-indicators li.active {
    width: 25px;
    background-color: #a06a00;
}

.main_section .carousel-control-next,
.main_section .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 25px;
    left: auto;
    opacity: 1;
}

.main_section .carousel-control-prev {
    left: 25px;
    right: auto;
}

@media all and (max-width: 1199.98px) {
    .main_section .look_cont h3 {
        max-width: 740px;
        letter-spacing: 0px;
        font-size: 24px;
    }
}

@media all and (max-width: 991.98px) {
    .main_section .look_cont h3 {
        max-width: 540px;
        font-size: 22px;
        line-height: 30px;
    }
}

@media all and (max-width: 767.98px) {
    .main_section .look_cont {
        padding: 0 25px;
    }

    .main_section .look_cont h3 {
        font-size: 18px;
    }

    .main_section .look_cont .link {
        margin: 10px auto;
        font-size: 12px;
        padding: 0 15px;
        line-height: 50px;
    }

    .main_section .carousel-indicators {
        bottom: 60px;
    }

    .main_section .carousel-control-next,
    .main_section .carousel-control-prev {
        display: none;
    }
}

@media all and (max-width: 575.98px) {
    .main_section .carousel-indicators {
        bottom: 10px;
    }

    .main_section .look_cont {
        position: relative;
        padding: 15px 10px 25px;
        background-color: #453116;
        min-height: 166px;
    }

    .main_section .look_cont h3 {
        line-height: 22px;
        font-size: 12px;
        font-weight: 500;
    }

    .main_section .look_cont .link {
        font-size: 11px;
        padding: 0 10px;
        line-height: 40px;
    }
}

.project_item {
    display: block;
    margin: 15px auto;
    border-radius: 3px;
    overflow: hidden;
    text-align: right;
    color: #08683b;
}

.project_item .cover {
    position: relative;
    height: 290px;
    width: 100%;
    overflow: hidden;
}

.project_item .cover img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: 0.3s transform linear;
    -webkit-transition: 0.3s -webkit-transform linear;
    transition: 0.3s -webkit-transform linear;
    transition: 0.3s transform linear;
    transition: 0.3s transform linear, 0.3s -webkit-transform linear;
}

.project_item .cover .desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 25px;
    font-size: 14px;
    color: #fff;
    background-color: #28a745;
    bottom: -100%;
    left: 0;
    margin: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s all linear;
    transition: 0.3s all linear;
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.project_item .cover .desc span {
    opacity: 0;
    visibility: hidden;
    display: block;
    margin-bottom: 15px;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: 0.3s all linear;
    transition: 0.3s all linear;
}

.project_item .cover .desc p {
    opacity: 0;
    visibility: hidden;
    top: 25px;
    margin: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: 0.3s all linear;
    transition: 0.3s all linear;
}

.project_item .cont {
    background-color: #fff;
    padding: 20px 15px;
}

.project_item .cont h3 {
    display: block;
    color: #28a745;
    text-transform: capitalize;
    font-size: 14px;
    letter-spacing: 0.5px;
    font-weight: 700;
}

.project_item .cont p {
    margin: 8px 0 0;
    font-size: 12px;
    text-transform: capitalize;
    font-style: italic;
    letter-spacing: 0.5px;
    color: #28a745;
}

.project_item .cont p i {
    -webkit-margin-end: 3px;
    margin-inline-end: 3px;
}

.project_item:hover .cover img {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}

.project_item:hover .cover .desc {
    bottom: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    text-align: right;
}

.project_item:hover .cover .desc span {
    top: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.project_item:hover .cover .desc p {
    top: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

@media all and (max-width: 575.98px) {
    .projects_slider .project_item {
        margin: auto;
    }
}

.project .container .row {
    margin-top: 30px;
}

.project .container .row:nth-child(1) {
    margin-top: 0;
}

@media all and (max-width: 767.98px) {
    .project .container .row {
        margin: 0;
    }
}

.project h3 {
    font-weight: 700;
    margin: 0 0 15px;
    font-size: 20px;
    text-transform: uppercase;
    color: #28a745;
    letter-spacing: 2px;
}

.project p {
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.5px;
}

.project p.hint {
    background-color: #f1f1f1;
    padding: 15px;
    border-left: 5px solid #28a745;
    margin: 25px auto;
}

.project .poject_serv {
    background-color: #f1f1f1;
    padding: 20px 25px 10px;
    margin-bottom: 25px;
    position: -webkit-sticky;
    position: sticky;
    top: 200px;
}

.project .poject_serv img {
    margin-bottom: 20px;
}

.project .poject_serv h3 {
    font-size: 16px;
    letter-spacing: 0.5px;
    margin: 0 0 15px;
}

.project .poject_serv h4 {
    font-weight: 700;
    margin: 0 0 10px;
    font-size: 14px;
    text-transform: uppercase;
    color: #a06a00;
    letter-spacing: 1px;
}

.project .poject_serv p {
    font-size: 13px;
    line-height: 20px;
}

.project iframe {
    margin-bottom: 25px;
}

@media all and (max-width: 575.98px) {
    .project h3 {
        font-size: 18px;
        letter-spacing: 1px;
        margin-bottom: 15px;
    }

    .project p {
        font-size: 13px;
        line-height: 22px;
    }

    .project .list li {
        font-size: 13px;
    }

    .project .poject_serv {
        padding: 15px 15px 5px;
    }
}

.inner_gall {
    display: block;
    margin: 0 0 25px;
    background-color: #f1f1f1;
    padding: 5px;
    width: 100%;
}

.project_slider {
    margin: 0 0 25px;
    height: 490px;
    overflow: hidden;
}

.project_slider .carousel-inner,
.project_slider .carousel-item {
    height: 100%;
    width: 100%;
}

.project_slider img {
    position: absolute;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.project_slider .carousel-control-next {
    right: 15px;
}

.project_slider .carousel-control-prev {
    left: 15px;
}

.project_slider .carousel-item a i {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 22px;
    z-index: 99;
    background-color: #28a745;
    color: #fff;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 3px;
}

@media all and (max-width: 767.98px) {
    .project_slider {
        height: auto;
    }

    .project_slider .carousel-inner,
    .project_slider .carousel-item {
        height: auto;
    }

    .project_slider img {
        position: relative;
        height: auto;
    }

    .project_slider .carousel-control-next,
    .project_slider .carousel-control-prev {
        display: block;
    }
}

@media all and (max-width: 575.98px) {
    .project_slider {
        height: 290px;
        overflow: hidden;
    }

    .project_slider .carousel-inner,
    .project_slider .carousel-item {
        height: 100%;
        width: 100%;
    }

    .project_slider img {
        position: absolute;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

    .project_slider .carousel-control-next,
    .project_slider .carousel-control-prev {
        display: none;
    }
}

.project_info {
    margin: 25px 0;
    border: 1px solid #f1f1f1;
    padding: 25px;
    background-color: #fefefe;
}

.project_info li {
    font-size: 14px;
    display: block;
    padding-left: 45px;
    margin: 15px auto;
}

.project_info li span {
    display: block;
    text-transform: uppercase;
    font-size: 15px;
    margin: 0 0 5px;
    color: #a06a00;
}

.project_info li p {
    margin: 0;
    text-transform: uppercase;
    display: inline-block;
    -webkit-margin-end: 25px;
    margin-inline-end: 25px;
    font-size: 15px;
    min-width: 140px;
}

.project_info li i {
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    height: 30px;
    width: 30px;
    font-size: 12px;
    display: inline-block;
    background-color: #f1f1f1;
    line-height: 30px !important;
    border-radius: 50%;
}

.icon_link {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 14px;
    padding: 0;
    background-color: #28a745;
    color: #fff;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 3px;
    -webkit-transition: 0.3s all linear;
    transition: 0.3s all linear;
}

.icon_link::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-clip-path: circle(0% at 50% 100%);
    clip-path: circle(0% at 50% 100%);
    background-color: #fff2;
    -webkit-transition: 0.3s all linear;
    transition: 0.3s all linear;
}

.icon_link i,
.icon_link::before {
    z-index: 999;
    position: relative;
}

.icon_link:hover::after {
    -webkit-clip-path: circle(100% at 50% 50%);
    clip-path: circle(100% at 50% 50%);
}

.icon_link:hover i,
.icon_link:hover::before {
    color: #fff;
}

a,
a:hover,
a:focus {
    cursor: pointer;
    text-decoration: none;
}

.category {
    padding: 20px;
    direction: rtl;
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.category_item {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 20px;
    -webkit-transition: 0.3s all linear;
    transition: 0.3s all linear;
}

.category_item .main {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 0.9s all linear;
    transition: 0.9s all linear;
}

.category_item .cont {
    bottom: 0;
    /* color: #fff; */

    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    /* -ms-flex-direction: column; */
    /* flex-direction: column; */
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    -webkit-transition: 0.5s all linear;
    transition: 0.5s all linear;
}

.category_item i {
    margin: 0;
    position: relative;
    font-size: 30px;
    line-height: 34px;
    color: #fff;
    -webkit-transition: 0.5s all linear;
    transition: 0.5s all linear;
}

a.category_item {
    font-size: 30px;
    line-height: 34px;
    color: #fff;
    width: 50%;
}

.category_item .cont:hover {
    font-size: 30px;
    line-height: 34px;
    color: rgb(0, 255, 0);
}

.cont>div {
    background: #1b5500;
    border-radius: 50%;
    height: 90px;
    width: 90px;
    display: flex;
    justify-content: center;
}

.cont h3 {
    color: #1b5500;
    font-size: 16px;
    text-align: center;
    margin-top: 15px;
    height: 38px;
    font-weight: bold;
}

a.category_item.colored-cursor.col-sm-3.aos-init.aos-animate {
    max-width: 10%;
}
