#profile-name {
    color: white;
}

.projectbox .cover {
    overflow: hidden;
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
    height: 0;
    padding-bottom: 75%;
    background-position: center;
    background-size: cover;
}

#t2tnav {
    border-bottom: none;
    background: rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(6px);
    position: absolute;
}

/* .navbar-light .navbar-brand {
     background: url('/themes/v2/images/t2tlogo_white.png') no-repeat;
    background: url("/gen/images/tarh2tarh_logo_nowruz.png") no-repeat !important;
    
    background-size: contain !important;
    height: 40px;
    width: 150px;
    background-position: right;
} */

.transparentTheme .name {
    font-weight: 500;
    color: white;
    font-size: 16px;
}

#bodypath {
    margin-top: 0px !important;
}

.projectbox .projectmeta .icon {
    width: 33px;
    height: 33px;
    background: #d32f2f;
    border-radius: 100px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}

.projectbox .projectmeta .icon i {
    font-size: 16px;
}

.projectbox .projectmeta .title {
    font-size: 14px;
    font-weight: 500;
    color: #767676;
    margin-bottom: 4px;
}

.projectbox .projectmeta .des {
    font-size: 16px;
    font-weight: 600;
}

.projectCardDetails {
    display: flex;
    margin-top: 5px;
    margin-bottom: 6px;
}

.projectCardDetails .p_type {
    font-size: 12px;
    font-weight: 500;
    padding: 0 0 0 5px;
}

.projectCardDetails .p_mode {
    font-size: 14px;
    padding-right: 5px;
    color: #d32f2f;
    font-weight: 500;
    border-right: 1px solid white;
}

.projectmeta li {
    margin-bottom: 18px;
    align-items: center;
}

.projectbox .cover img {
}

.projectbox {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0px 1px 3px 0px rgba(82, 82, 82, 0.1),
        0px 1px 2px -1px rgba(82, 82, 82, 0.1);
}

.projectTimer {
    display: flex;
    max-width: 183px;
}

.projectTimer * {
    color: white;
}

.projectTimer p {
    font-size: 18px;
    margin-bottom: 0;
}

.projectTimer span {
    font-size: 14px;
}

@media screen and (max-width: 991px) {
    .projectbox .cover {
        overflow: hidden;
        border-top-right-radius: 16px;
        border-top-left-radius: 16px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    /* .navbar-light .navbar-brand {
         background: url('https://www.tarh2tarh.com/gen/images/t2tlogo_block.svg') no-repeat;
        background: url("/gen/images/tarh2tarh_logo_nowruz_b.png") no-repeat !important;
        background-size: contain !important;
        height: 56px;
        width: 150px;
        background-position: right;
    } */
}

.projectbox h3 {
    font-size: 24px;
    font-weight: 500;
}

.projectDefine {
    font-size: 14px;
    color: #3b3b3b;
    font-weight: 500;
}

.projectsection {
    min-height: 800px;
    background-color: #f1f1f1;
}

.link i {
    line-height: 1.5;
}

.home_title {
    position: absolute;
    z-index: 999;
    top: 30%;
}

.home_box {
    width: 600px;
    /* text-align: justify; */
    color: #fff;
    /* display: flex; */
    /* flex-direction: column; */
}

.home_box h1 {
    font-size: 36px;
    font-weight: 500;
}

.home_box h2 {
    font-size: 26px;
    font-weight: 500;
}

.home_box p {
    font-size: 18px;
    font-weight: 500;
    padding-left: 60px;
}

.title_slide h2 {
    font-size: 16px;
}

.title_slide h3 {
    font-size: 14px;
}

.home_slide {
    height: calc(100vh - 190px);
}

.home_slide .swiper-slide:after {
    content: " ";
    width: 100%;
    height: 100%;
    display: block;
    /* background: url(/themes/v2/images/bgrepeat.png) repeat; */
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
}

.home_slide .swiper-pagination-bullet {
    background: #fff;
}

.home_slide .swiperBtn {
    position: relative;
    display: flex;
    bottom: 30px;
    justify-content: center;
}

.home_slide .swiper-button-next,
.home_slide .swiper-button-prev,
.home_slide .swiper-pagination {
    position: relative;
}

.home_slide .swiper-pagination {
    width: fit-content;
    margin: 0 20px;
    display: flex;
    align-items: center;
    bottom: 14px;
}

.home_slide .swiper-button-next,
.home_slide .swiper-button-prev {
    color: #fff;
    bottom: 5px;
    top: auto;
}

.home_slide .swiper-button-next:after,
.home_slide .swiper-button-prev:after {
    font-size: 1.2em;
}

.home_slide .swiper-slide {
    background-size: cover;
}

.home_slide .title_slide {
    position: absolute;
    bottom: 5%;
    left: 5%;
    background: rgba(100, 100, 100, 0.5);
    z-index: 2;
    border-radius: 5px;
}

.home_slide .title_slide a {
    color: #fff;
}

@media screen and (max-width: 1200px) {
    .home_box {
        width: 500px;
    }

    .home_box h1 {
        font-size: 28px;
    }

    .home_box h2 {
        font-size: 20px;
    }

    .home_box p {
        font-size: 16px;
    }
}

@media screen and (max-width: 991px) {
    .title_slide h2 {
        font-size: 14px;
    }

    .title_slide h5 {
        font-size: 12px;
    }
}

@media screen and (max-width: 576px) {
    .home_title {
        right: 0;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .home_box * {
        text-align: center;
    }

    .home_box {
        width: fit-content;
    }

    .home_slide {
        height: calc(100vh - 260px);
    }

    .home_box h1 {
        font-size: 20px;
    }

    .home_box h2 {
        font-size: 14px;
    }
}

/* -----  zeplin project cards ----- */
.projectCard {
    display: grid;
    grid-gap: 36px;
    grid-template-columns: repeat(auto-fill, minmax(416px, 1fr));
    list-style: none;
    padding: 0;
}

.projectCardItems {
    position: relative;
}

.projectCardItems .cover {
    position: relative;
    height: 0;
    padding-bottom: 80%;
    overflow: hidden;
    border-radius: 16px;
    background-position: center;
    background-size: cover;
    background-position: left;
}

.projectCardItems .content {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 12;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 24px 25px;
}

.projectCardItems .cover::after {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
    right: 0;
    height: 63%;
    opacity: 0.9;
    background: rgb(255, 255, 255);
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(0, 0, 0, 0.927608543417367) 89%
    );
}

.projectCardItems .content h3 {
    width: fit-content;
    color: white;
    border-radius: 8px;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 500;
}

.projectCardItems .projectmeta .icon {
    width: 33px;
    height: 33px;
    background: rgba(250, 0, 0, 0.6);
    border-radius: 100px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}

.projectCardItems .projectmeta .title {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 4px;
}

.projectCardItems .projectmeta .des {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.projectCardItems .projectmeta .icon i {
    font-size: 16px;
    font-weight: 300;
}

.projectCardItems .projectmeta li:last-child {
    margin-bottom: 0px;
}

.contentInner {
    display: flex;
    justify-content: space-between;
    align-items: self-end;
}

.projectOptions {
    display: flex;
    flex-direction: column;
    color: white;
    border: 1px solid white;
    border-radius: 10px;
    padding: 6px 10px;
    justify-content: center;
    align-items: center;
    background-color: rgb(0, 0, 0, 0.2);
}

.projectOptions .p_type {
    font-size: 12px;
    padding: 0 0 0 5px;
    font-weight: 600;
}

.projectOptions .p_mode {
    padding-right: 5px;
    font-size: 12px;
    font-weight: 700;
    color: red;
}

.card_video {
    opacity: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.card_video_show {
    opacity: 1;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.sponsor {
}

.sponsor img {
    max-width: 75px;
    background-color: white;
    border-radius: 5px;
    padding: 3px;
    margin-left: 6px;
}

.sponsor .title {
    color: aliceblue;
    padding: 1px 10px;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    font-weight: 500;
}

@media screen and (max-width: 576px) {
    .projectCard {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    }

    .sponsor img {
        max-width: 40px;
    }

    .sponsor {
        display: flex;
    }

    .sponsor .title {
        display: flex;
        align-items: center;
        margin-left: 5px;
        height: 26px;
    }
}

/* ------------------------ */

.darkBackground {
    background-color: currentcolor;
}

.projectsGrid {
    display: grid;
    grid-gap: 36px;
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
    list-style: none;
    padding: 0;
}

.baseGrid {
    position: relative;
    height: 0;

    padding-bottom: 170%;
    overflow: hidden;
    border-radius: 8px;
}

.baseGrid a {
    z-index: 3;
}

.gridplaceholder img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: transform 0.35s;
}

.baseGrid:hover .gridplaceholder img {
    transform: scale(1.1);
}

.baseGrid::after {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
    right: 0;
    height: 63%;
    opacity: 0.9;
    background: rgb(255, 255, 255);
    background: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0) 0%,
        rgba(0, 0, 0, 0.927608543417367) 89%
    );
    z-index: 1;
}

.gridplaceholder > * {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.headSections h2 {
    line-height: 50px;
    font-weight: 500;
}

.headSections.commentHead {
    position: absolute;
    top: 1px;
    right: 0;
}

.proCatName {
    position: absolute;
    right: 0px;
    height: 70px;
    top: 86%;
    display: flex;
    align-items: center;
    padding-right: 20px;
    color: white;
    font-weight: 500;
    font-size: 26px;
    z-index: 2;
}

@media screen and (max-width: 1400px) {
    .projectsGrid {
        grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
        grid-gap: 55px;
    }

    .proCatName {
        top: 84%;
    }
}

@media screen and (max-width: 1200px) {
    .proCatName {
        right: -6px;
        top: 82%;
        font-size: 20px;
    }

    .projectsGrid {
        grid-gap: 26px;
    }
}

@media screen and (max-width: 991px) {
    .projectsGrid {
        grid-template-columns: repeat(auto-fill, minmax(216px, 1fr));
    }
}

@media screen and (max-width: 767px) {
    .projectsGrid {
        grid-template-columns: repeat(auto-fill, minmax(216px, 1fr));
    }
    .bodySections{
        margin-top: 16px;
    }
}


@media screen and (max-width: 576px) {
    .projectsGrid {
        grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
        grid-gap: 8px;
    }
    .proCatName {
        right: 0px;
        top: 79%;
        font-size: 18px;
    }

    .headSections h2 {
        font-size: 20px;
    }

    .projectCardItems .content {
        padding: 10px 10px;
    }

    .projectmeta li {
        margin-bottom: 4px;
    }

    .projectCardItems .projectmeta .title {
        font-size: 12px;
    }

    .projectCardItems .projectmeta .des {
        font-size: 12px;
    }

    .projectCardItems .content h3 {
        width: 100%;
        font-size: 14px;
        padding: 4px 12px;
    }

    .projectTimer p {
        font-size: 14px;
    }

    .projectTimer span {
        font-size: 12px;
    }

    .projectTimer {
        max-width: 130px;
    }
}
@media screen and (max-width: 400px) {
    .projectsGrid {
        grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    }
}

/* ------ */

.mentoring .mentoringImg {
    height: 0;
    border-radius: 50%;
    overflow: hidden;
    padding-bottom: 100%;
    background-position: center;
    background-size: cover;
}

.mentorDetails {
    opacity: 0;
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translateX(-50%);
    background-color: white;
    padding: 7px 12px;
    font-size: 14px;
    width: fit-content;
    font-weight: 500;
    text-wrap: nowrap;
    border-radius: 8px;
    border: 1px solid gainsboro;
    transition: opacity 0.45s;
    z-index: 3;
}

.mentoringImg:hover .mentorDetails {
    opacity: 1;
}

.mentoring .mentoringTitle {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mentoring .mentoringTitle h3 {
    font-size: 1.7rem;
    line-height: 45px;
    margin-bottom: 10px;
}

.mentoring .mentoringTitle p {
    font-size: 20px;
}

@media screen and (max-width: 1200px) {
    .mentoring .mentoringTitle h3 {
        font-size: 1.5rem;
        line-height: 37px;
    }

    .mentoring .mentoringTitle p {
        font-size: 16px;
    }
}

.mentoring .mentoringBody li {
    width: 20%;
    margin-bottom: 20px;
}

.mentoringBody {
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .mentoring .mentoringBody li {
        width: 25%;
        margin-bottom: 14px;
    }
}

@media screen and (max-width: 576px) {
    .mentoring .mentoringTitle h3 {
        font-size: 16px;
    }

    .mentoring .mentoringTitle p {
        font-size: 14px;
        font-weight: 500;
    }

    .mentorDetails {
        font-size: 12px;
    }
}

/* .mentoringImg img {
    width: 100%;
    height: 100%;
} */

/* ------ */

.brands .mentoringImg {
    height: 0;
    border-radius: 50%;
    overflow: hidden;
    padding-bottom: 100%;
    background-position: center;
    background-size: cover;
    background-color: white;
}

.brands .mentoringTitle {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.brands .mentoringTitle h3 {
    font-size: 2rem;
    line-height: 45px;
    margin-bottom: 10px;
}

.brands .mentoringTitle p {
    font-size: 20px;
}

@media screen and (max-width: 1200px) {
    .brands .mentoringTitle h3 {
        font-size: 1.5rem;
        line-height: 37px;
    }

    .brands .mentoringTitle p {
        font-size: 16px;
    }
}

.brands .mentoringBody li {
    width: 20%;
    margin-bottom: 20px;
}

.brands .brandOuter {
    border-radius: 50%;
    padding: 10px;
}

@media screen and (max-width: 767px) {
    .brands .mentoringBody li {
        width: 25%;
        margin-bottom: 14px;
    }
}

@media screen and (max-width: 576px) {
    .brands .mentoringTitle h3 {
        font-size: 16px;
    }

    .brands .mentoringTitle p {
        font-size: 14px;
        font-weight: 500;
        text-align: justify;
    }
}

/* ------ */

.projectType {
    width: 100%;
    min-height: 500px;
}

.projectTypeHead {
    position: absolute;
    z-index: 5;
}

.projectTypeHead h2 {
    font-size: 18px;
}

.projectTypeHead h3 {
    font-size: 27px;
}

.projectTypeDes {
    padding-top: 170px;
}

.projectTypeNav {
}

.projectTypeNav li {
    padding: 15px 0px 15px 26px;
}

.projectTypeNav li a {
    padding-bottom: 5px;
    color: #e17474;
    font-size: 18px;
    font-weight: 600;
}

.projectTypeNav li a.active {
    border-bottom: 2px solid #d32f2f;
    color: #d32f2f;
}

.ProjectType_sliders {
    width: 100%;
    height: 100%;
    padding-bottom: 50px;
}

.ProjectType_sliders .swiper-slide {
    width: 100%;
    height: 100%;
}

.ProjectType_sliders .swiper-wrapper {
    overflow: hidden;
    border-radius: 16px;
}

.ProjectType_sliders .swiper-slide img {
    width: 100%;
    height: 100%;
}

.projectTypeBox {
    display: flex;
    height: 450px;
}

.projectTypeDes {
    padding-left: 4%;
}

.projectTypeDes p {
    color: #3b3b3b;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    text-align: justify;
}

/* slider styles */
.ProjectType_sliders .swiperBtn {
    position: relative;
    display: flex;
    bottom: -30px;
    justify-content: center;
}

.ProjectType_sliders .swiper-button-next,
.ProjectType_sliders .swiper-button-prev,
.ProjectType_sliders .swiper-pagination {
    position: relative;
}

.ProjectType_sliders .swiper-pagination {
    width: fit-content;
    margin: 0 20px;
    display: flex;
    align-items: center;
}

.ProjectType_sliders .swiper-button-next:after,
.ProjectType_sliders .swiper-button-prev:after {
    color: #767676;
    font-weight: 600;
    font-size: 26px;
}

.ProjectType_sliders .swiper-pagination-bullet {
    background: black;
    width: 12px;
    height: 12px;
}

.ProjectType_sliders .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #d32f2f;
}

@media screen and (max-width: 992px) {
    .projectTypeSlider {
        display: none;
    }

    .projectTypeDes {
        padding-left: 0;
    }

    .projectTypeNav li a {
        font-size: 14px;
    }

    .projectTypeNav li {
        padding: 15px 0px 15px 12px;
    }

    .projectTypeHead h3 {
        font-size: 18px;
    }

    .projectTypeDes p {
        font-size: 15px;
        text-align: justify;
        padding: 5px 0;
        font-weight: 500;
    }
}

@media screen and (max-width: 576px) {
    .projectTypeNav li a {
        font-size: 13px;
    }
}

.onlineCal p {
    font-size: 14px;
    padding-left: 0%;
    line-height: 25px;
    margin-top: 10px;
    font-weight: 400;
    text-align: justify;
}

.onlineCalBtn a {
    width: fit-content;
}

/* --- khadamat_opts --- */
.khadamat_opts {
    padding: 10px 0;
}

.khadamat_opts .items.items1 {
    width: 14%;
    padding-right: 0;
}

.khadamat_opts .items:first-child .inner {
    margin-left: 30px;
}

.khadamat_opts .items .inner {
    width: 100%;
    width: fit-content;
    align-items: flex-start;
}

.khadamat_opts .items .up {
    font-size: 2.5rem;
    text-align: center;
}

.khadamat_opts .items {
    width: 100%;
    display: flex;
    justify-content: start;
    padding-right: 5%;
}

.khadamat_opts .items .down {
    font-size: 1.5rem;
    text-align: center;
    color: #bbb;
    margin-bottom: 10px;
}

.khadamat_opts .items .link a {
    color: #000;
}

.khadamat_opts .items {
    border-left: 1px solid #bebebe;
}

.khadamat_opts .items:last-child {
    border-left: none;
}

.khadamat_opts .items.items1 {
    width: 21%;
    justify-content: flex-start;
}

.khadamat_opts .items.items2 {
    width: 25%;
}

.khadamat_opts .items.items3 {
    width: 29%;
}

.khadamat_opts .items.items4 {
    width: 25%;
}

@media screen and (max-width: 992px) {
    .khadamat_opts .items .up {
        font-size: 2rem;
    }

    .khadamat_opts .items .down {
        font-size: 1rem;
    }

    .khadamat_opts .items .link a {
        font-size: 1rem;
    }
}

@media screen and (max-width: 767px) {
    .khadamat_opts .items.items1 {
        width: 18%;
    }

    .khadamat_opts .items.items2 {
        width: 27%;
    }

    .khadamat_opts .items.items3 {
        width: 25%;
    }

    .khadamat_opts .items.items4 {
        width: 30%;
    }

    .khadamat_opts .items .up {
        font-size: 16px;
    }

    .khadamat_opts .items .down {
        font-size: 12px;
    }

    .khadamat_opts .items .link a {
        font-size: 11px;
    }

    .khadamat_opts .items:first-child .inner {
        margin-left: 8px;
    }

    .khadamat_opts .items .down {
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 576px) {
    .khadamat_opts .items {
        padding-right: 1%;
    }

    .projectTypeDes {
        padding-top: 150px;
    }

    .projectType {
        min-height: unset;
    }

    .onlineCal h2 {
        font-size: 20px;
    }

    .onlineCal p {
        font-size: 12px;
        padding-left: 0%;
        line-height: 25px;
        margin-top: 10px;
    }

    .khadamat_opts .items .down {
        font-size: 0.6rem;
    }
}

/* --- comment slider --- */

.mySwiper .swiper.karfarma_Comments {
    width: 100%;
}

.mySwiper .swiper-pagination-bullet {
    display: none;
    background: none;
    width: 100%;
}

.karfarmaComments .imgOuter {
    border-radius: 16px;
    overflow: hidden;
}

.mySwiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    display: flex;
    justify-content: center;
    align-items: center;
}

.mySwiper .swiperBtn {
    position: relative;
    width: 45%;
    display: flex;
    bottom: 60px;
    right: 0;
    height: 100%;
    padding-left: 4%;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
}

.mySwiper .swiper-button-next,
.mySwiper .swiper-button-prev,
.mySwiper .swiper-pagination {
    position: relative;
}

.karfarmapic {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    overflow: hidden;
}

/* Ensure image fills the circle and centers properly */
.karfarmapic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.mySwiper .text {
    padding-top: 8%;
    padding-left: 5%;
}

.mySwiper .text p {
    font-size: 18px;
    line-height: 35px;
}

.mySwiper .swiper-button-prev,
.mySwiper .swiper-button-next {
    border-radius: 50%;
    border: 3px solid #3b3b3b;
    width: 46px;
    height: 40px;
}

.mySwiper .swiper-button-next:after,
.mySwiper .swiper-button-prev:after {
    font-size: 20px;
    font-weight: bold;
    color: #3b3b3b;
}

@media screen and (max-width: 1400px) {
    .mySwiper .swiperBtn {
        bottom: 86px;
    }
}

@media screen and (max-width: 991px) {
    .mySwiper .swiperBtn {
        bottom: -27px;
        width: 100%;
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 576px) {
    .mySwiper .text p {
        font-size: 14px;
        line-height: 30px;
        text-align: justify;
    }

    .mySwiper .text {
        padding-top: 6%;
        padding-left: 0;
    }

    .karfarmatitle h4 {
        font-size: 14px;
    }

    .karfarmatitle p {
        font-size: 12px;
    }
}

/* ----- */
.blog-card {
    border-radius: 16px;
    overflow: hidden;
    border: none;
    box-shadow: 0px 1px 5px 0px rgba(82, 82, 82, 0.1),
        0px 1px 2px -1px rgba(82, 82, 82, 0.1);
}

.blog-card .card-title {
    color: #3b3b3b;
    text-align: right;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}

.blog-card .card-text {
    color: #767676;
    text-align: right;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

/* -- */
.brandBackground {
    background-color: #f1f1f1;
}

/* --- */

.lastBlog .card img {
    height: 175px;
}

.lastBlog .card {
    height: 100%;
}

.lastBlog .card-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.transparentTheme .menueIcons .icon_wrap span {
    color: white;
}

.transparentTheme .menuitem {
    color: white;
}

/* ---- */
.hoverGrid {
    position: relative;
    margin: 0 auto;
}

/* Common style */
.hoverGrid figure {
    position: relative;
    overflow: hidden;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
}

.hoverGrid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
}

.hoverGrid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.hoverGrid figure figcaption::before,
.hoverGrid figure figcaption::after {
    pointer-events: none;
}

.hoverGrid figure figcaption,
.hoverGrid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.hoverGrid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.hoverGrid figure h3 {
    word-spacing: -0.15em;
    font-weight: 300;
}

.hoverGrid figure h3 span {
    font-weight: 800;
}

.hoverGrid figure h3,
.hoverGrid figure p {
    margin: 0;
}

.hoverGrid figure p {
    font-size: 68.5%;
}

/***** Layla *****/
/*---------------*/

figure.effect-layla {
    background: black;
}

figure.effect-layla h3 {
    padding-top: 10px;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    opacity: 0;
    padding-right: 10px;
    margin-bottom: 3%;
    font-size: 19px;
    color: white;
    font-weight: 500;
    text-align: right;
}

figure.effect-layla p {
    color: white;
    text-transform: none;
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
    font-size: 14px;
    text-align: right;
    padding-right: 15px;
}

figure.effect-layla img {
    height: 390px;
    opacity: 1;
}

figure.effect-layla figcaption {
    padding: 3em;
}

figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after {
    position: absolute;
    content: "";
    opacity: 0;
}

figure.effect-layla figcaption::before {
    top: 50px;
    right: 30px;
    bottom: 50px;
    left: 30px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

figure.effect-layla figcaption::after {
    top: 30px;
    right: 50px;
    bottom: 30px;
    left: 50px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

figure.effect-layla img,
figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after,
figure.effect-layla h3,
figure.effect-layla p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.4s;
    transition: opacity 0.35s, transform 0.4s;
}

figure.effect-layla:hover img {
    opacity: 0.4;
    transform: scale(1.1);
}

figure.effect-layla:hover figcaption::before,
figure.effect-layla:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

figure.effect-layla:hover h3,
figure.effect-layla:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

figure.effect-layla:hover figcaption::after,
figure.effect-layla:hover h3,
figure.effect-layla:hover p,
figure.effect-layla:hover img {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}
/* ----- */
.khadamat_opts .link a:hover{
    color:#db3037 !important;
}

.projectTypeNav li:hover a {
    border-bottom: 2px solid #d32f2f;
    color: #d32f2f;
}
