@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
    font-family: 'Ruaq Arabic';
    src: url('../fonts/RuaqArabic/RuaqArabic-Bold/RuaqArabic-Bold.eot');
    src: url('../fonts/RuaqArabic/RuaqArabic-Bold/RuaqArabic-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/RuaqArabic/RuaqArabic-Bold/RuaqArabic-Bold.woff2') format('woff2'),
    url('../fonts/RuaqArabic/RuaqArabic-Bold/RuaqArabic-Bold.woff') format('woff'),
    url('../fonts/RuaqArabic/RuaqArabic-Bold/RuaqArabic-Bold.ttf') format('truetype'),
    url('../fonts/RuaqArabic/RuaqArabic-Bold/RuaqArabic-Bold.svg#RuaqArabic-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ruaq Arabic';
    src: url('../fonts/RuaqArabic/RuaqArabic-Light/RuaqArabic-Light.eot');
    src: url('../fonts/RuaqArabic/RuaqArabic-Light/RuaqArabic-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/RuaqArabic/RuaqArabic-Light/RuaqArabic-Light.woff2') format('woff2'),
    url('../fonts/RuaqArabic/RuaqArabic-Light/RuaqArabic-Light.woff') format('woff'),
    url('../fonts/RuaqArabic/RuaqArabic-Light/RuaqArabic-Light.ttf') format('truetype'),
    url('../fonts/RuaqArabic/RuaqArabic-Light/RuaqArabic-Light.svg#RuaqArabic-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ruaq Arabic Med';
    src: url('../fonts/RuaqArabic/RuaqArabic-Medium/RuaqArabic-Medium.eot');
    src: url('../fonts/RuaqArabic/RuaqArabic-Medium/RuaqArabic-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/RuaqArabic/RuaqArabic-Medium/RuaqArabic-Medium.woff2') format('woff2'),
    url('../fonts/RuaqArabic/RuaqArabic-Medium/RuaqArabic-Medium.woff') format('woff'),
    url('../fonts/RuaqArabic/RuaqArabic-Medium/RuaqArabic-Medium.ttf') format('truetype'),
    url('../fonts/RuaqArabic/RuaqArabic-Medium/RuaqArabic-Medium.svg#RuaqArabic-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
 
 
@font-face {
    font-family: 'Madani Arabic';
    src: url('../fonts/Madani/Madani-Arabic-Medium.ttf') format('truetype');
    font-weight: 500;  
    font-style: normal;
   font-display: swap;
}

@font-face {
    font-family: 'Raleway Medium';
    src: url('../fonts/Raleway/Raleway-Medium.ttf') format('truetype');
    font-weight: 500;  
    font-style: normal;
   font-display: swap;
}
.slidItem-data p {
        font-family: sans-serif;
}

.page-template-page-blog-php .block-item-link , 
.post-type-archive-projects .block-item-link {
    display:none !important;
}


/******************************/
*:not(ol,ul,hr) {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: 15px;
}

p:not(:last-of-type) {
    margin-bottom: 10px;
}

.list-unstyled {
    padding: 0;
}

.wrap {
    overflow: hidden;
}

html[dir="rtl"] body {
    direction: rtl;
}

html[dir="ltr"] body {
    direction: ltr;
}
.about-img img{
    width:100%;
}
.about-stats-fin{
        text-align: end;
    margin-top: 30px;
}
body {
    font-family: "Madani Arabic", "Poppins", sans-serif;
    font-weight: 500;
    font-size: 16px;
    text-align: start;
    color: #000;
}
html[dir="ltr"] body {
     font-family: "Raleway Medium", "Poppins", sans-serif;
}
html[dir="ltr"] h1,
html[dir="ltr"] h2,
html[dir="ltr"] h3,
html[dir="ltr"] h4,
html[dir="ltr"] h5,
html[dir="ltr"] h6 {
    text-transform: capitalize;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

button,
li,
a {
    transition: all 0.5s ease-in-out;
}

a {
    display: inline-block;
}

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

button {
    cursor: pointer;
}

button:focus {
    outline: 0;
}

img, iframe, video {
    max-width: 100%;
}

.form-group {
    margin-bottom: 35px;
}

.form-control {
    color: #1A0001;
    background-color: #F4E7D8;
    border-color: #F4E7D8;
    border-radius: 0;
}

.form-control:focus {
    box-shadow: 0 0 0 0.2rem rgba(244, 231, 216, .25);
}

textarea.form-control {
    height: 184px;
}

.btn-main,
.btn-main-reverse {
    font-weight: 300;
    padding: 15px 25px;
    transition: all .5s ease-in-out;
}

.btn-main {
    color: #601623;
    font-size: 20px;
    border: 1px solid #601623;
    background-color: transparent;
}

.btn-main:hover {
    color: #fff;
    background-color: #601623;
}

.btn-main-reverse {
    color: #000;
    background-color: #FFD098;
    border: 1px solid #FFD098;
}

.btn-main-reverse:hover {
    color: #fff;
    background-color: #601623;
}

.sec-tit {
    color: #1A0001;
    font-size: 45px;
    margin-bottom: 50px;
}


.projects-section.hm{
        padding-top: 70px;
}

.projects-section p{
    text-align: center;
    color: gray;
}
.projects-section img{
   margin: 30px auto; 
    display: table;
}
.projects-section a{
    margin: 0 auto;
    display: table;
}













/******************************/
header {
}

.head-home {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    /*background: linear-gradient(to right, rgba(0, 0, 0, 0.50) calc(100% - 214px), #1A0001 214px);*/
    background-color: rgba(0, 0, 0, 0.7);
}

.head-inside {
    background-color: #1A0001;
   border-bottom: 1px solid #fff;
}

.menu-logo {
    height: 145px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    /*background-color: #1A0001;*/
}

.menu-logo img {
    max-height: 100%;
}

.icons-menu {
    display: flex;
    align-items: center;
}

.dropdown .btn {
    color: #fff;
}

.icon-lang {
    color: #FFD098;
    margin-inline-start: 5px;
}

@media (min-width: 1200px) {
    .head-container {
        width: 90%;
    }

}

@media (max-width: 992px) {
    .icons-menu {
        padding: 0 15px;
    }
}

/******************************/
@media (min-width: 992px) {
    .main-nav {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .nav-list {
        position: relative;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        margin-bottom: 0;
    }

    .nav-list > .menu-item {
        position: relative;
    }

    .nav-list > .menu-item:not(:last-of-type) {
        margin-inline-end: 10px;
    }

    .nav-list > .menu-item > a {
        display: flex;
        color: #fff;
        font-size: 16px;
        padding: 10px;
        font-weight: 500;
        transition: all 0.5s ease-in-out;
    }

    .nav-list > .menu-item-has-children > a:after {
        display: inline-block;
        content: "\f0d7";
        font-family: "Font Awesome 6 Sharp";
        font-weight: 400;
        margin-inline-start: 5px;
        color: #fff;
        transition: all .5s ease-in-out;
    }

    .nav-list > .menu-item:hover > a,
    .nav-list > .menu-item.active a {
        color: #FFD098;
    }

    .nav-list > .menu-item-has-children:hover a:after {
        transform: rotateX(-180deg);
        color: #FFD098;
    }

    .sub-menu {
        position: absolute;
        top: 100%;
        inset-inline-start: 0;
        z-index: 4;
        min-width: 250px;
        background-color: #1A0001;
        padding: 20px 0;
        opacity: 0;
        visibility: hidden;
        transform-origin: 0 0 0;
        transform: scaleY(0);
        box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
        transition: all 0.6s ease-in-out;
        list-style: none;
    }

    .nav-list .sub-menu li {
        position: relative;
        padding: 0 20px;
    }

    .nav-list .sub-menu li:not(:last-of-type) a {
        margin-bottom: 10px;
    }

    .nav-list .sub-menu li a {
        display: block;
        width: 100%;
        position: relative;
        color: #fff;
        padding-bottom: 10px;
        border-bottom: 1px solid #fff;
        transition: all 0.5s ease-in-out;
    }

    html[dir="rtl"] .nav-list .sub-menu > li.menu-item-has-children > a:after {
        content: "\f060";
    }

    html[dir="ltr"] .nav-list .sub-menu > li.menu-item-has-children > a:after {
        content: "\f061";
    }

    .nav-list .sub-menu > li.menu-item-has-children > a:after {
        font-family: "Font Awesome 6 Duotone";
        font-weight: 900;
        color: #fff;
        position: absolute;
        inset-inline-end: 0;
        transition: all 0.5s ease-in-out;
    }

    .nav-list .sub-menu li:hover > a {
        color: #FFD098;
        border-bottom: 1px solid #FFD098;
    }

    .nav-list .sub-menu > li.menu-item-has-children:hover > a:after {
        color: #FFD098;
    }

    .menu-item-has-children:hover > .sub-menu {
        opacity: 1;
        visibility: visible;
        top: 100%;
        transform: scaleY(1);
    }

    .sub-menu .menu-item-has-children .sub-menu {
        top: 0 !important;
        inset-inline-start: 100%;
    }

    .sub-menu .menu-item-has-children:hover > .sub-menu {
        inset-inline-start: 100%;
    }

    .btn-nav,
    .mobile-nav-list,
    .dd-trigger {
        display: none;
    }
}

@media (max-width: 992px) {
    .nav-list {
        display: none;
    }

    .dd-trigger {
        display: inline-block;
    }

    .main-nav {
        display: flex; 
        align-items: center;
        justify-content: space-between;
    }

    .menu-icons a:not(:last-of-type) {
        margin-inline-end: 10px;
    }

    .btn-nav {
        color: #000;
        background-color: #FFD098;
        width: 50px;
        height: 50px;
        margin-inline-start: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all 0.5s ease-in-out;
    }

    .btn-nav:hover,
    .btn-nav:focus {
        background-color: #601623;
    }

    html[dir="ltr"] .mobile-nav-list {
        transform: translateX(-100%);
    }

    html[dir="rtl"] .mobile-nav-list {
        transform: translateX(100%);
    }

    .mobile-nav-list {
        width: 300px;
        height: 100%;
        padding: 15px;
        background-color: #1A0001;
        display: flex;
        flex-direction: column;
        position: fixed;
        top: 0;
        inset-block-end: 0;
        z-index: 6;
        box-shadow: 0 0 5px rgba(0, 0, 0, .2);
        overflow-y: auto;
        transition: all .5s linear;
    }

    .mobile-nav-list .menu-item {
        position: relative;
        border-bottom: 1px solid #fff;
    }

    .mobile-nav-list .menu-item:not(:last-of-type) a {
    }

    .mobile-nav-list .menu-item a {
        display: block;
        color: #fff;
        padding: 15px;
        font-weight: bold;
        transition: all .3s linear;
    }

    .mobile-nav-list .menu-item.menu-item-has-children > a {
        width: calc(100% - 34px);
        display: inline-block;
    }

    .mobile-nav-list .menu-item a:hover,
    .mobile-nav-list .menu-item.active a {
        color: #ffd098;
    }

    .mobile-nav-list .menu-item.menu-item-has-children i {
        color: #ffd098;
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-inline-start: 1px solid #ffd098;
        text-align: center;
        transform-origin: center;
        transition: all .3s linear;
    }

    .mobile-nav-list .menu-item i.open {
        color: #fff;
    }

    .sub-menu {
        list-style: none;
        padding: 0;
    }

    .sub-menu.open {
    }

    .sub-menu li {
    }

    .mobile-nav-list .sub-menu a {
        padding: 15px 25px;
        color: #000;
        background-color: #FFF8EF;
    }

    .sub-menu .sub-menu a {
    }

    .trans-none {
        transform: none !important;
    }

    .nav-overlay {
        display: block;
        position: fixed;
        top: 0;
        inset-inline-start: 0;
        z-index: 5;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .4);
        transition: all .5s ease-in-out;
    }

    html[dir="ltr"] .nav-overlay {
        transform: translateX(100%);
    }

    html[dir="rtl"] .nav-overlay {
        transform: translateX(-100%);
    }
}

/******************************/
.main-swiper {
    position: relative;
}

.main-slidItem {
    position: relative;
}

.slidItem-thumb img {
    width: 100%;
    position: relative;
    transition: all 20s ease;
    transform-style: preserve-3d;
}
  .slidItem-thumb video{
  width: 100%;
    position: relative;  
    object-fit: fill;
}
.main-swiper .swiper-slide-active img {
    animation: scaleLoop 30s infinite ease-in-out;
    transform: scale(1); /* البداية من 1 */
}

@keyframes scaleLoop {
    0% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1.7);
    }
}



.slidItem-body {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.slidItem-des {
    margin-bottom: 30px;
}

.slidItem-data {
    color: #FFF;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.main-swiper .swiper-button-next,
.main-swiper .swiper-button-prev {
    color: #fff;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease-in-out;
}

.main-swiper:hover .swiper-button-next,
.main-swiper:hover .swiper-button-prev {
    color: #FFD098;
    opacity: 1;
    visibility: visible;
}

.main-swiper .swiper-pagination {
    position: static;
}

.main-swiper .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background-color: #FFD098;
    transition: all .5s ease-in-out;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #1A0001;
}

@media (min-width: 992px) {
    
    .slidItem-thumb img , .slidItem-thumb video {
    height: 769px;
    }
    html[dir="rtl"] .slidItem-data {
        font-size: 60px;
    }
    html[dir="ltr"] .slidItem-data {
        font-size: 40px;
    }
    .main-swiper .swiper-slide-active .slidItem-des {
        animation-duration: 1s;
        animation-fill-mode: both;
        animation-name: bounceIn
    }

    @keyframes bounceIn {
        0%, 20%, 40%, 60%, 80%, to {
            animation-timing-function: cubic-bezier(.215, .61, .355, 1)
        }
        0% {
            opacity: 0;
            transform: scale3d(.3, .3, .3)
        }
        20% {
            transform: scale3d(1.1, 1.1, 1.1)
        }
        40% {
            transform: scale3d(.9, .9, .9)
        }
        60% {
            opacity: 1;
            transform: scale3d(1.03, 1.03, 1.03)
        }
        80% {
            transform: scale3d(.97, .97, .97)
        }
        to {
            opacity: 1;
            transform: scaleX(1)
        }
    }
}

@media (max-width: 992px) {
       .slidItem-thumb img , .slidItem-thumb video {
    height: 300px;
    }
    
    .slidItem-data {
        font-size: 18px;
    }
      .slidItem-data p{
          font-size: 22px !important;
      }
    
}

/******************************/
.about {
    background-color: #FFF8EF;
  /*  background-image: url("../images/bg-about.png"); */
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 50px 0;
}

.newsticker {
    margin-bottom: 50px;
}

.newsticker-wrap {
    padding: 45px 60px;
    background-color: #1A0001;
}

.newsticker-tit {
    color: #FFD098;
    text-align: center;
    font-size: 36px;
}

.news-holder {
    height: 50px;
    line-height: 50px;
    position: relative;
    overflow: hidden;
}

.newsticker-items {
    white-space: nowrap;
    position: absolute;
    top: 5px;
    right: 100%;
    left: 100%;
    width: 100%;
    height: 40px;
    line-height: 40px;
    display: flex;
    align-items: center;
}

.newsticker-items .newsticker-item:not(:last-of-type) {
    margin-inline-end: 25px;
}

.newsticker-items .newsticker-item {
    position: relative;
    font-size: 18px;
}

.newsticker-items .newsticker-item  a{
    color: #FFF !important;
    font-size: 18px;
    font-weight: 300;
        display: flex;
    align-items: center; 
}

.newsticker-item-thumb{
    height : 50px;
    width : 50px;
    margin-inline-end: 5px;
}
.newsticker-item-thumb{
    max-height : 100%;
    max-width : 100%;
}
.newsticker-item-tit{
      margin-bottom: 0;
}
.about-tit {
    color: #1A0001;
    font-size: 24px;
}

.about-data {
    margin-bottom: 35px;
}

.about-des {
    color: #000;
    font-size: 14px;
    margin-bottom: 70px;
}

.about-info-tit {
    color: #000;
    font-size: 48px;
    text-align: center;
}

.about-info-des {
    color: #000;
    font-size: 14px;
    margin-bottom: 30px;
}

.about-signature,
.about-signature * {
    color: #000;
    font-size: 14px;
    font-weight: 300;
}

.about-stats-des {
    color: #601623;
    font-size: 42px;
    font-weight: 500;
}
html[dir="ltr"] .about-stats-des{
     font-size: 32px;
}
.about-stat-item {
padding: 0;
    background-color: transparent;
    justify-content: center;
}
.about-stats{
    margin-bottom:50px;
}
.about-stat-item-icon {
    margin-inline-end: 0px;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    max-width: 80px;
    height: 80px;
}

.about-stat-item-icon img {
    max-height: 100%;
}

.about-stat-item-data {
    -ms-flex: 0 0 calc(100% - 90px);
    flex: 0 0 calc(100% - 90px);
    max-width: calc(100% - 90px);
}

.about-stat-item-num {
    color: #FFD098;
    font-size: 48px;
    font-weight: bold;
}

.about-stat-item-tit {
    color: #FFF;
}

@media (min-width: 1200px) {
    .newsticker {
        margin-top: -125px;
        position: relative;
        z-index: 2;
    }
}

@media (min-width: 992px) {

    .about-wrap {
        margin-bottom: 75px;
    }
}

@media (max-width: 992px) {
      header.head-home{
      position: relative;
        background-color: #1a0001f0;
      }
      
      .menu-logo{
          height:auto;
      }
      .newsticker .container{
          padding:0 !important;
      }
      
      .newsticker-wrap{
              padding: 10px 0px;
      }
      .newsticker-item-tit { 
    font-size: 12px;
}
      .newsticker-tit { 
    margin-bottom: 35px;
}
      
      .services .tab{
          padding: 30px 10px;
      }
      
      .services { 
    padding: 45px 0 !important;
}
      
      .sec-tit{
          font-size: 28px !important;
      }
      
      
      
      
      
      
      
      
      
.about-stats-fin{
        text-align: center;
    margin-top: 0px;
}
  .about-stat-item {
        margin-bottom: 0px !important;
    }
    .about-stats {
    margin-bottom: 20px;
}
    .about-wrap,
    .about-block,
    .about-stats-des,
    .about-stat-item {
        margin-bottom: 35px;
    }

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

}

/******************************/
.services {
    color: #fff;
    background-color: #1A0001;
    padding: 75px 0;
}

.tab {
    padding: 30px 50px;
    background-color: #fff;
}


.tabs li:not(:last-of-type) {
    margin-inline-end: 15px;
}

.tabs li {
    display: inline-block;
    padding-bottom: 15px;
}

.tabs li a {
    display: block;
    color: #5A5252;
    font-size: 20px;
    font-weight: 300;
    position: relative;
    transition: all .3s ease-in-out;
}

.tabs li a:before {
    content: '';
    position: absolute;
    bottom: 0;
    inset-inline-start: 0;
    width: 71px;
    height: 5px;
    opacity: 0;
    visibility: hidden;
    background-color: transparent;
    transition: all .3s ease-in-out;
}

.tabs a:hover {
    color: #601623;
}

.tabs li.current a {
    color: #601623;
    font-size: 20px;
    font-weight: bold;
}

.tabs li.current a:before {
    bottom: -15px;
    background-color: #601623;
    border-radius: 5px;
    opacity: 1;
    visibility: visible;
}

.tabs_item:not(:first-of-type) {
    display: none;
}

.serv-item-body {
    color: #000;
}

.serv-item-tit {
    color: #601623;
    font-size: 26px;
    font-weight: 500;
}

.serv-item-des {
    color: #000;
    font-size: 16px;
    font-weight: 300;
}

@media (min-width: 768px) {

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

@media (max-width: 768px) {

    .tabs {
        margin-bottom: 30px;
    }

    .tabs li {
        margin-bottom: 10px;
    }
}


/******************************/
.partners {
    padding: 75px 0 15px 0;
    background-color: #fff;
}

.partner-logo {
    padding: 10px; 
    height: 125px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.partner-logo img {
    max-height: 100%;
    object-fit: contain;
}

/******************************/
.contact {
    padding: 45px 0 75px 0;
    background-color: #FFF8EF;
}

.form-focused {
    position: relative;
}

.form-focused label {
    position: absolute;
    z-index: 1;
    top: 5px;
    inset-inline-start: 15px;
    margin: 0;
    color: #A09F9F;
    font-size: 18px;
    transition: all .5s ease-in-out;
}

.focused label {
    top: -30px;
    inset-inline-end: 0;
    font-size: 20px;
}

.focused .form-control {
    color: #1A0001;
    background-color: #fff;
    font-size: 20px;
    border: 1px solid #1A0001;
}

.btn-submit {
    padding: 10px 0;
    padding-inline-start: 20px;
    padding-inline-end: 95px;
    color: #FFD098;
    background-color: #1A0001;
    border: 1px solid #1A0001;
    font-weight: bold;
    position: relative;
    z-index: 1;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

html[dir="rtl"] .btn-submit:after {
    content: "\e09d";
}

html[dir="ltr"] .btn-submit:after {
    content: "\e09f";
}
.btn-submit:after {
    font-weight: 900;
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    top: 50%;
    color: #FFD098;
    transform: translateY(-50%) rotate(0deg);
    inset-inline-end: 15px;
    font-size: 20px;
    transition: all 0.5s ease-in-out;
}

.btn-submit:hover {
    color: #000;
    background-color: #F4E7D8;
    box-shadow: 0 0 13px rgba(0, 0, 0, .3);
}
html[dir="rtl"] .btn-submit:hover:after {
    transform: translateY(-50%) rotate(-45deg);
}

html[dir="ltr"] .btn-submit:hover:after {
    transform: translateY(-50%) rotate(45deg);
}
.btn-submit:hover:after {
    color: #1A0001;
}

/******************************/
footer {
    color: #fff;
    background-color: #1A0001;
    padding: 70px 0;
}

.footer-main {
    margin-bottom: 50px;
}

.footer-widget-tit,
.footer-contact-item-tit {
    color: #FFD098;
    font-size: 20px;
}

.footer-menu {
    padding-inline-start: 20px;
    margin-bottom: 0;
    column-count: 2;
}

.footer-menu li {
    margin-bottom: 20px;
}

.footer-menu li a {
    color: #FFF;
    font-size: 14px;
    transition: all 0.5s ease-in-out;
}

.footer-logo {
    margin-bottom: 35px;
}

.social-media a:not(:last-of-type) {
    margin-inline-end: 15px;
}

.social-media a {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background-color: #511721;
    border-radius: 100%;
    transition: all 0.5s ease-in-out;
}

.social-media a:hover {
    color: #511721;
    background-color: #FFD098;
}

.footer-contact-item:not(:last-of-type) {
    margin-bottom: 20px;
}

.footer-contact-item {
    font-size: 14px;
}

.footer-contact-item-info {
    margin-bottom: 15px;
}

.footer-contact-item-data i {
    color: #FFD098;
    margin-inline-end: 5px;
}

.footer-contact-item-data,
.footer-contact-item-data a {
    color: #fff;
}

.footer-copyright {
    margin-bottom: 30px;
}

.footer-copyright a {
    color: #FFD098;
}

.footer-list {
    margin-bottom: 0;
    padding: 0;
}

.footer-list li:not(:last-of-type):after {
    content: ' - ';
    margin-inline-start: 5px;
}

.footer-list li {
    display: inline-block;
    margin-inline-end: 5px;
}

.footer-list li a {
    color: #fff;
}

@media (max-width: 768px) {
    .footer-widget {
        margin-bottom: 30px;
    }
}

/******************************/
.breadcrumb-area {
    padding: 15px 0;
    color: #fff;
    background-color: #1A0001;
}

.breadcrumb-area a {
    color: #FFD098;
}

.content {
    padding: 50px 0;
}

.serv-block{
     padding: 30px;
}
.block-item{
      padding: 15px;
}
.serv-block,
.block-item{
  
    box-shadow: 0 0 3px rgba(0, 0, 0, .3);
}
.block-item {
    height: 100%;
}
.block-item-thumb{
    height: 165px;
}

.block-item-thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.serv-block-img img,
.block-item-thumb img{
    max-height: 100%;
}
.serv-block-img img{
    border-radius : 10px;
}
.serv-block-tit,
.block-item-tit{
    color: #511721;
    margin-bottom: 15px;
}
.serv-block-des,
.block-item-exp{
    margin-bottom: 25px;
}
.dropdown-menu{
    text-align: start;
}
.dropdown-item:focus,
.dropdown-item:hover,
.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    background-color: #E5D283;
}
html[dir="ltr"] .slidItem-data,
html[dir="ltr"] .tabs li a{
    text-transform: capitalize;
}
html[dir="rtl"] .wpcf7,
html[dir="rtl"] .wpcf7 input[type="url"],
html[dir="rtl"] .wpcf7 input[type="email"],
html[dir="rtl"] .wpcf7 input[type="tel"] {
    direction: rtl;
}
html[dir="ltr"] .wpcf7,
html[dir="ltr"] .wpcf7 input[type="url"],
html[dir="ltr"] .wpcf7 input[type="email"],
html[dir="ltr"] .wpcf7 input[type="tel"] {
    direction: ltr;
}
@media (min-width: 768px) {
    .serv-block-img{
        text-align: end;
    }
}
@media (max-width: 768px) {
    .serv-block [class*='col-']:first-of-type{
        order : 2;
    }
        .serv-block [class*='col-']:last-of-type{
        order : 1;
    }
       .serv-block-img{
        text-align: center;
        margin-bottom:25px;
    }
}