@import url(all.min.css);
@import url(bootstrap.css);
@import url(slick.css);
@import url(animate.css);
@import url(swiper-bundle.min.css);
@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;500;700&amp;display=swap');


@font-face {
    font-family: 'dg-faseh';
    src: url('../fonts/DG-Faseh-Regular.ttf') format('truetype');
}

/* apply dg faseh to any element with class dg-faseh */
.dg-faseh, .dg-faseh *{
    font-family: 'dg-faseh', 'Almarai', sans-serif !important;
}

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

* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}

:root {
    --main-color: #DE8E62;
    --sub-color: #EABC9F;
    --sec-padding: 80px 0;
}

html {
    scroll-padding-top: 50px;
}

body {
    font-family: 'Almarai', sans-serif;
    background-color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Almarai', sans-serif;
    font-weight: 700;
    font-style: normal;
    margin: 0;
}

p {
    margin: 0;
}

html,
button,
input,
select,
textarea {
    color: #222;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

img {
    vertical-align: middle;

}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}


a,
button {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

p {
    margin: 0;
}

a {
    cursor: pointer !important;
    text-decoration: none !important;
}

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

input,
textarea,
a,
button {
    outline: none !important;
    text-decoration: none;
}

img {
    max-width: 100%;
}


/****************************************************************************/
/** mh
/****************************************************************************/

.mh-text-start {
    text-align: start !important;
}

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

.mh-text-end {
    text-align: end !important;
}

/****************************************************************************/
/****************************************************************************/


.main-wrapper {
    position: relative;
    min-height: 100%;
    overflow: hidden;
    padding-top: 65px;
}

body.header-transparent .main-wrapper {
    padding-top: 0;
}

.menu-toggle .main-wrapper {
    -webkit-transition: -webkit-transform .0s ease;
    transition: -webkit-transform .0s ease;
    transition: transform .0s ease;
    transition: transform .0s ease,
        -webkit-transform .0s ease;
}

.hamburger,
.is-closed {
    width: 25px;
    height: 17px;
    background: transparent;
    display: none;
    flex-direction: column;
    justify-content: center;
    margin-right: 0px;
}

.hamburger span,
.is-closed span {
    width: 25px;
    height: 3px;
    border-radius: 20px;
    background-color: #2B3222;
    display: block;
    margin-bottom: 4px;
    -webkit-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -ms-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger span:nth-child(1) {
    width: 25px
}

.hamburger span:nth-child(2) {
    width: 21px
}

.hamburger span:nth-child(3) {
    width: 17px;
    margin-bottom: 0
}

.is-closed span:nth-child(1) {
    transform: rotate(45deg);
}

.is-closed span:nth-child(2) {
    display: none;
}

.is-closed span:nth-child(3) {
    transform: rotate(135deg);
    margin-top: -6px;
}

.mobile-menu {
    height: 100vh;
    width: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999;
    padding: 20px;
    overflow: auto;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
}

.mobile-menu.active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

body.header-transparent #header:not(.fixed-header) .hamburger span{
    background-color: #fff;
}

.logo-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo-mobile img {
    max-width: 150px !important;
}

.mmenu {
    padding-top: 40px;
}



/* Style Header */

#header {
    width: 100%;
    padding: 40px 0 20px;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 9;
}

body.header-transparent #header {
    background: transparent;
    background: linear-gradient(180deg, #00000047, transparent);
}

#header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 9;
}

.logo-site a {
    display: inline-block;
}

.logo-site img {
    border-radius: 4px;
    width: 170px !important;
    height: 100px;
    object-fit: cover;
    object-position: center ;
}

/* body.header-transparent #header:not(.fixed-header) .logo-site img {
    filter: brightness(0) invert(1);
} */

.main_menu {
    display: flex;
    gap: 15px;
}

.main_menu > li > a {
    display: block;
    color: #A4A4A4;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 400;
    position: relative;
    padding: 10px;
    border-radius: 10px;
}

body.header-transparent #header:not(.fixed-header) .main_menu > li > a {
    color: #fff;
}

#header.fixed-header {
    position: fixed !important;
    padding: 15px 0;
    width: 100%;
    top: 0;
    left: 0;
    box-shadow: 0 1px 7px rgb(0 0 0 / 16%);
    z-index: 999999;
}

body.header-transparent #header.fixed-header {
    background: #fff;
}

/* Style Home Slide */

.section_home {
    position: relative;
    padding: 150px 0;
    z-index: 1;
}

.home_txt {
    position: relative;
    width: 50%;
}

.home_txt h1 {
    color: #2B3222;
    text-transform: capitalize;
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 1.5;
}

.home_txt h1 span {
    color: var(--main-color);
}

.home_txt > p {
    color: #65706D;
    margin-bottom: 20px;
    font-size: 16px;
}

.home_txt .btn-site {
    height: 50px;
    min-width: 210px;
}

.statc-home {
    display: flex;
    align-items: center;
    margin-top: 50px
}

.statc-home > div {
    position: relative;
    margin-right: 40px;
    padding-right: 40px
}

.rtl-style .statc-home > div {
    margin-right: unset;
    margin-left: 40px;
    padding-left: 40px;
    padding-right: unset;
}

.statc-home > div:not(:last-child):after {
    content: "";
    background: #BFC1B2;
    width: 1px;
    height: calc(100% - 10px);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.rtl-style .statc-home > div:not(:last-child):after {
    right: auto;
    left: 0;
}

.statc-home h3 {
    display: block;
    color: #1F1F14;
    font-size: 40px;
    margin-bottom: 10px;
}

.statc-home h3 span {
    color: var(--main-color);
    font-size: 40px;
}

.statc-home p {
    color: #2B3222;
    font-size: 16px;
}

.thumb-home {
    position: absolute;
    right: 0;
    bottom: 0;
}

.rtl-style .thumb-home {
    left: 0;
    right: auto;
}

.thumb-home:before {
    content: "";
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .9) 74%);
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 50px;
    right: 0;
    z-index: 1;
}

.rtl-style .thumb-home img {
    transform: scale(-1, 1);
}

/* Style Stac Site */

.sec_head {
    margin-bottom: 40px;
    position: relative;
    text-align: center;
}

.sec_head h2 {
    color: #2B3222;
    font-size: 36px;
    margin-bottom: 5px;
    position: relative;
}

.sec_head h2 span {
    color: var(--main-color);
}

.btn-site {
    height: 48px;
    font-size: 15px;
    padding: 12px 25px;
    display: flex;
    align-items: center;
    border-radius: 4px;
    justify-content: center;
    background: var(--main-color);
    width: max-content;
    position: relative;
    overflow: hidden;
}

.btn-site:before {
    background: #EBEBEB;
    position: absolute;
    content: "";
    top: 0;
    height: 100%;
    left: -10px;
    width: 0%;
    transform: skew(-10deg);
    transition-duration: .6s;
    z-index: 0;
}

.btn-site:hover:before {
    position: absolute;
    content: "";
    top: 0;
    left: -10px;
    width: 120%;
    z-index: 0
}

.btn-site span {
    color: #fff;
    position: relative;
    font-weight: 400;
}

.btn-site:hover span {
    color: var(--main-color);
}

/* Style About */

.section_about {
    position: relative;
    padding: 50px 0;
}

.thumb-about figure {
    margin-bottom: 0;
}

.thumb-about figure img {
    border-radius: 16px;
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.abt-top {
    width: 90%;
}

.abt-bottom {
    display: none;
    width: 320px;
    position: absolute;
    right: 30px;
    bottom: -130px;
}

.rtl-style .abt-bottom {
    right: auto;
    left: 30px;
}

.info-about h2 {
    color: #2B3222;
    font-size: 36px;
    margin-bottom: 20px;
}

.info-about p {
    color: #65706D;
    font-size: 16px;
    line-height: 1.6;
}

.vision-mission-abt {
    border: solid 1px #0000001f;
    margin-top: 30px;
    border-radius: 7px;
}

.vision-abt {
    margin: 30px 0;
    border-inline-end: solid 1px #0000001a;
    padding-inline-end: 25px;
}

.vision-abt h4,
.mission-abt h4 {
    color: var(--main-color);
    font-size: 24px;
    margin-bottom: 10px;
}

/* Style Features */

.section_features {
    position: relative;
    padding: 100px 0 60px;
}

.section_features:before {
    content: "";
    background: url(../images/shape-about.svg);
    background-size: 100% 100%;
    width: 110px;
    height: 360px;
    position: absolute;
    bottom: -190px;
    left: 0;
}

.item-feat {
    position: relative;
    padding: 0 80px;
}

.section_features .col-lg-4:not(:last-child) .item-feat:before {
    content: "";
    background: #BFC1B2;
    width: 1px;
    height: 130px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.rtl-style .col-lg-4:not(:last-child) .item-feat:before {
    right: auto;
    left: 0;
}

.item-feat figure {
    position: relative;
    width: 80px;
    height: 80px;
    background: transparent;
    margin: 0 auto 20px !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.item-feat figure::after,
.item-feat figure::before {
    content: "";
    background: var(--main-color);
    width: 100%;
    height: 100%;
    border-radius: 7px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.5;
}

.item-feat figure::before {
    z-index: -1;
}

.item-feat figure::after {
    z-index: -2;
    transform: rotate(0deg);
    animation: rotateItemFeat 10s linear infinite;
}

@keyframes rotateItemFeat {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


.item-feat figure svg{
    fill: white;
}

.item-feat i {
	color: white;
	font-size: 27px
}

.txt-feat {
    text-align: center;
}

.txt-feat h3 {
    font-size: 24px;
    color: #2B3222;
    margin-bottom: 20px;
}

.txt-feat p {
    font-size: 16px;
    color: #65706D;
    line-height: 1.6;
}


/* Style Projects */

.section_projects {
    position: relative;
    padding: 60px 0;
}

.item-project figure {
    margin-bottom: 25px;
    height: 350px;
}

.item-project figure a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    overflow: hidden;
}

.item-project figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}

.item-project figure img:hover {
    transform: scale(1.1) rotate(1deg);
}

.txt-proj p,
.txt-proj p a {
    color: #2B3222;
    font-size: 24px;
    display: block;
    text-align: center;
}

.icon-arrow {
    background: url(../images/arrow.svg);
    background-size: 100% 100% !important;
    width: 70px;
    height: 22px;
    display: block;
}

.slick-slide {
    padding: 0 10px;
}

.project-slider .slick-arrow {
    position: absolute;
    top: -65px;
    right: 0;
    background: transparent;
}

.rtl-style .project-slider .slick-arrow {
    right: auto;
    left: 0;
    background: transparent;
    transform: scale(-1);
}

.project-slider .slick-next.slick-arrow {
    right: 80px;
    transform: scale(-1);
    filter: contrast(0);
}

.rtl-style .project-slider .slick-next.slick-arrow {
    left: 80px;
    right: auto;
    transform: scale(1);
}

/* Style Customer */

.section_customer {
    position: relative;
    padding: 50px 0 100px;
}

.section_customer:before {
    content: "";
    background: url(../images/shape-customer.svg);
    background-size: 100% 100%;
    width: 110px;
    height: 300px;
    position: absolute;
    top: unset;
    bottom: -0;
    right: 0;
}

.section_customer .sec_head {
    text-align: start;
    padding-right: 150px;
}

.rtl-style .section_customer .sec_head {
    padding-left: 150px;
    padding-right: unset;
}

.section_customer .sec_head p {
    color: #65706D;
    font-size: 16px;
    line-height: 1.6;
    margin-top: 20px;
}

#customer-slider .slick-slide {
    padding: 10px 20px 10px 90px;
}

.rtl-style #customer-slider .slick-slide {
    padding: 10px 90px 10px 20px;
}

.item-customer {
    display: flex !important;
    align-items: center;
    background: #fff;
    border: 1px solid #EAEAEA;
    padding: 20px 24px;
    transition: all ease-in-out 0.8s;
}

.slick-center .item-customer {
    border-left: 8px solid #3F422D;
    box-shadow: 0 4px 24px rgb(0 0 0 / 25%);
    transform: translateX(-80px);
}

.rtl-style .slick-center .item-customer {
    border-right: 8px solid #3F422D;
    border-left: unset;
    transform: translateX(80px);
}

.item-customer figure {
    width: 65px;
    height: 65px;
    border-radius: 50%;
}

.txt-customer {
    width: calc(100% - 65px);
    padding-left: 20px;
}

.rtl-style .txt-customer {
    padding-left: unset;
    padding-right: 20px;
}

.txt-customer h5 {
    color: #071E1C;
    font-size: 16px;
    margin-bottom: 10px;
}

.txt-customer p {
    color: #65706D;
    font-size: 16px;
    line-height: 1.8;
}


/* Style FAQ */

.section_faq {
    position: relative;
    padding: 60px 0;
}

.warrp-faq {
    width: 70%;
    margin: 0 auto
}

.item-faq {
    position: relative;
}

.collapsible-header {
    padding: 24px;
    cursor: pointer;
    border-radius: 8px;
    margin-bottom: 25px;
    background: #656959;
    position: relative;
}

.collapsible-header h4 {
    color: #fff;
    font-size: 16px;
}

.collapsible-header:before {
    border: 0;
    font: normal normal normal 14px / 1 FontAwesome;
    content: "\2b";
    color: #fff;
    font-size: 16px;
    position: absolute;
    top: 30px;
    right: 30px;
}

.rtl-style .collapsible-header:before {
    right: auto;
    left: 30px;
}

.collapsible-header.active:before {
    content: "\f068";
    color: #fff;
}

.collapsible-header.active {
    background: var(--main-color);
}

.collapsible-content {
    display: none;
    padding: 0 30px 30px;
    position: relative;
}

.collapsible-content p {
    color: #65706D;
    font-size: 16px;
    line-height: 1.8;
}

.collapsible-content.open {
    display: block;
}


/* Style Contact */

.section_contact {
    position: relative;
    padding: 50px 0 150px;
}

.warrp-contact {
    position: relative;
    border-radius: 24px;
    border: solid 1px #0000000f;
    box-shadow: 0 0 15px #0000000d;
    overflow: hidden;
}

.warrp-contact:before {
    display: none;
    content: "";
    background: url(../images/shape-contact.svg);
    background-size: 100% 100%;
    width: 390px;
    height: 220px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.sec-contact {
    position: relative;
    width: 45%;
    padding: 70px;
}

.section_contact.full-width .sec-contact {
    width: 100%;
}

.sec-contact > h2 {
    color: #2B3222;
    font-size: 36px;
    margin-bottom: 50px;
}

.form-contact .form-group {
    margin-bottom: 20px;
}

.form-contact .form-group .form-control {
    background: transparent;
    border: 1px solid #979797;
    height: 48px;
    border-radius: 4px;
}

.form-contact .form-group textarea.form-control {
    height: unset;
}

.form-contact .form-group .form-control::placeholder {
    color: #7D7D7D;
    font-size: 14px;
}

.form-contact .form-group .btn-site {
    min-width: 160px;
    height: 48px;
}

.thumb-contact {
    width: 500px;
    position: absolute;
    bottom: -80px;
    right: 0;
}

.rtl-style .thumb-contact {
    right: auto;
    left: 0;
}

.rtl-style .thumb-contact img{
    transform: scale(-1, 1)
}

/* Style Fotter */

footer {
    position: relative;
    background: #F3F3F3;
    border-top: 1px solid #D7D7D7;
    padding: 60px 0 30px;
}

.rtl-style footer:before {
    right: auto;
    left: 0;
}

.logo-ft {
    margin-bottom: 20px !important;
    text-align: start;
    display: block;
}

.logo-ft img {
    width: 160px;
    max-width: 100%;
    border-radius: 5px;
    object-fit: cover;
    object-position: center -4px;
    background-color: #dd9062;
}

.cont-ft p {
    color: #666666;
    font-size: 16px;
    text-align: start;
    line-height: 1.6;
    padding-right: 140px;
}

.rtl-style .cont-ft p {
    padding-right: unset;
}

.menu-ft ul li {
    margin-bottom: 25px;
    text-align: start;
}

.menu-ft ul li a {
    color: #666666;
    font-size: 17px;
}

.menu-ft li a:hover {
    color: var(--main-color);
}

.list-contact {
    display: flex;
    justify-content: center;
    gap: 25px
}

ul.list-contact li a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 23px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #dd906229;
    color: #dd9062;
}

.menu-ft p {
    color: #666666;
    font-size: 14px;
}

/* Style Project Details */

.thumb-proj-dtl img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section_about_project {
    position: relative;
    padding: 100px 0;
}

.txt-about-proj h3 {
    color: #2B3222;
    font-size: 36px;
    margin-bottom: 15px;
}

.txt-about-proj p {
    color: #65706D;
    font-size: 16px;
    line-height: 1.7;
}

.section_features_project {
    position: relative;
    padding: 40px 0 60px;
}

.item-feat.d-flex {
    padding: 0;
    margin-bottom: 40px;
}

.item-feat.d-flex figure {
    width: 40px;
    height: 40px;
    margin: 0 !important;
    border-radius: 8px;
}

.item-feat.d-flex figure svg,
.item-feat.d-flex figure img {
    max-width: 22px;
}
.item-feat.d-flex figure svg {
    fill: white;
}

.item-feat.d-flex .txt-feat {
    width: calc(100% - 40px);
    padding-inline-start: 20px;
    text-align: start;
}

.item-feat.d-flex .txt-feat p {
    color: #2B3222;
    font-size: 22px;
    margin: 0;
    line-height: 25px;
    min-height: 50px;
}

.section_gallery_project {
    position: relative;
    padding: 30px 0;
}

.gallery-offer {
    display: flex;
    margin: 0 -5px 30px;
}

.big-img {
    position: relative;
    width: 68%;
    padding: 0 5px;
}

.big-img a {
    position: relative;
    display: block;
    height: 610px;
}

.big-img img {
    width: 100%;
    height: 100%;
    border-radius: 16px;
}

.oth-img {
    position: relative;
    width: 32%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0 5px;
}

.oth-img img {
    width: 100%;
    height: 100%;
    border-radius: 14px;
    object-fit: cover;
}

.oth-img a {
    position: relative;
    height: 197px;
}

.show-all .overlay {
    background: rgba(33, 33, 33, .7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 14px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
}



  
/****************************************************************************/
/** Single.php *
/****************************************************************************/

.site-content {
    background-color: white;
    padding-top: 50px;
  }
  
  .site-content-inner {
    padding: 10px;
  }
  
  .single p {
    font-size: 18px;
    line-height: 35px;
  }
  
  .tags-cloud {
    margin-top: 20px;
  }

  .tags-cloud a {
    display: inline-block;
    padding: 5px 17px;
    background-color: #1f1f1f17;
    color: #1f1f1f;
    border-radius: 14px;
    font-size: 14px;
    margin-bottom: 5px;
    }


/****************************************************************************/
/** single post
/****************************************************************************/

.single-post .site-content-inner {
    /* padding: 10px; */
    padding-top: 50px;
  }
  
  .single-post h1 {
    font-size: 40px;
    line-height: 50px;
    padding: 0 15px;
    margin-bottom: 25px;
  }
  
  .single-post article {
    padding: 0 15px;
  }

    .single-post article h2,
    .single-post article h3,
    .single-post article h4,
    .single-post article h5,
    .single-post article h6 {
        margin: 20px 0;
    }
  
  .single-post .single-post-content .thumbnail figure img {
    max-width: 100%;
    width: 100%;
    height: 400px;
    border-radius: 0;
    border: solid 1px #0000002e;
    padding: 5px;
    object-fit: cover;
  }
  
  @media screen and (max-width: 800px) {

    .single-post h1 {
      padding: 0;
      font-size: 25px;
      line-height: 34px;
      margin-top: 20px;
    }
  
    .single-post article {
      padding: 0;
    }
  
    .single-post .single-post-content .thumbnail figure img {
      height: 250px;
    }
  }

/****************************************************************************/
/***  Single Page
/****************************************************************************/

.single-page h2,
.single-page h3,
.single-page h4,
.single-page h5,
.single-page h6 {
    margin: 20px 0;
}

.single-page p {
    margin: 20px 0;
}


.single-page h2 {
    font-size: 20px;
    color: #475846;
    background-color: #47584612;
    margin-bottom: 20px;
    padding: 10px;
    padding-inline-start: 10px;
}


.single-page h3,
.single-page h4,
.single-page h5,
.single-page h6 {
    color: #475846;
    margin-bottom: 20px;
}

.single-page h3 {
    font-size: 20px;
}

.single-page h4 {
    font-size: 18px;
}

.single-page h5 {
    font-size: 16px;
}

.single-page h6 {
    font-size: 14px;
}

.single-page p {
    font-size: 16px;
    margin-bottom: 20px;
}

.single-page strong {
    color: #475846;
}

.single-page ol, .single-page ul {
    margin-bottom: 20px;
    padding-left: 20px;
    margin-inline-start: 20px;
}

.single-page li {
    margin-bottom: 10px;
}

.single-page li ul {
    margin-top: 10px;
}

.single-page li ul li {
    margin-bottom: 5px;
}

.single-page a {
    color: #475846;
    text-decoration: none;
}

.single-page a:hover {
    text-decoration: underline;
}

.single-page blockquote {
    padding: 15px;
    margin: 20px 0;
    background: #f8f9fa;
    border-left: 5px solid #475846;
    font-style: italic;
}

.single-page img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .single-page .container {
        padding: 15px;
    }

    .single-page h4 {
        font-size: 20px;
    }

    .single-page p {
        font-size: 14px;
    }
}



/****************************************************************************/
/** breadcrumbs
/****************************************************************************/

.breadcrumbs {
    padding: 25px 25px;
    background-color: #1313131f;
    font-size: 17px;
  }
  
  .breadcrumbs ul {
    margin: 0;
  }
  
  .breadcrumbs ul li a{
    color: #000;
  }
  
  .breadcrumbs-1 span.breadcrumb-delimiter {
    padding: 10px;
    color: #000;
  }
  
  .breadcrumbs-1 .breadcrumbs-item {
    display: inline-block;
  }
  
  @media screen and (max-width: 800px) {
    .breadcrumbs {
      padding: 20px 15px;
      font-size: 18px;
    }
    .breadcrumbs ul {
      padding: 0;
    }
  }
  .slick-dots {
    position: absolute;
    bottom: -45px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%;
  }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
  }
  .slick-dots li button {
    border: 0;
    background: rgba(128, 128, 128, 0.384);
    border-radius: 50%;
    display: block;
    height: 10px;
    width: 10px;
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer;
  }

  .slick-dots li.slick-active button {
    background: #000;
  }
  .slick-dots li button:hover,
  .slick-dots li button:focus {
    outline: none;
  }
  .slick-dots li button:hover:before,
  .slick-dots li button:focus:before {
    opacity: 1;
  }
  .slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 5px;
    text-align: center;
    color: black;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .slick-dots li.slick-active button:before {
    color: black;
    opacity: 0.75;
  }
/****************************************************************************/
/** Archive Project
/****************************************************************************/

  .sp-item {
    border-radius: 5px;
    overflow: hidden;
    background-color: white;
    box-shadow: 0 0 5px #0000001f;
  }
  .sp-item a {
    position: relative;
    display: block;
    color: inherit;
    overflow: hidden;
  }

  .sp-item a .upcoming-project-text {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 17px;
    text-shadow: 0 0 5px black;
    background: #0000006b;
    z-index: 2;
  }

  .sp-item a img {
    width: 100%;
    transform: rotate(0) scale(1);
    transition: all ease-in-out 0.5s;
    z-index: 1;
  }
  
  .sp-item a:hover img {
    transform: rotate(1deg) scale(1.1);
  }

  .sp-item-head {
        padding: 12px 0;
  }

  .sp-item-head h3{
    text-align: center;
    font-size: 20px;
    margin-bottom: 5px;
  }
  .sp-item-head h3 a{
    color: inherit;
  }

  .sp-item-head-area{
    text-align: center;
    font-size: 16px;
    color: gray;
  }

/****************************************************************************/
/** Sidebar
/****************************************************************************/

.search-from-widget {
    position: relative;
  }

.search-from-widget input {
    padding: 15px 20px;
    display: block;
    margin-bottom: 10px;
    width: 100%;
    background-color: whitesmoke;
    border: solid 1px #f5f5f5;
    box-shadow: 0 0 1px #00000014;
}
  .search-from-widget button {
    position: absolute;
    right: 10px;
    top: 6px;
    border: 0;
    background: none;
    height: 45px;
    width: 45px;
    font-size: 20px;
    border-radius: 50%;
    color: var(--secondary-black);
  }
  
  body.ar .search-from-widget button {
    right: unset;
    left: 10px;
  }
  
  .recent-posts-widget {
    margin-bottom: 60px;
  }
  .recent-posts-widget ul {
    padding: 0;
  }
  .recent-posts-widget ul li {
    display: flex;
    align-items: stretch;
    width: 100%;
    height: 120px;
    padding: 5px;
    gap: 5px;
    margin-bottom: 15px;
    border: solid 1px #00000040;
  }
  
  .recent-posts-widget ul li .thumbnail {
    width: 160px;
  }
  
  .recent-posts-widget ul li .thumbnail a {
    display: block;
    height: 100%;
  }
  
  .recent-posts-widget ul li .thumbnail figure {
    height: 100%;
    margin: 0;
  }
  
  .recent-posts-widget ul li .thumbnail figure img {
    border-radius: 0 !important;
    border: solid 1px #00000024;
    background-color: #2852502e;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .single-ictc-product .recent-posts-widget ul li .thumbnail figure img {
    border-radius: 15px;
    width: 100%;
    height: 110px;
    padding: 7px;
    object-fit: contain;
    border: solid 1px #0000000d;
    box-shadow: 0 0 32px #0000000f;
  }

  .recent-posts-widget ul li .content {
    flex: 1;
  }
  
  .recent-posts-widget ul li .content .title {
    font-weight: 900;
    font-size: 16px;
    line-height: 25px;
  }
  
  .recent-posts-widget ul li .content .title a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    color: var(--primary-black);
  }
  
  .recent-posts-widget ul li .content .date {
    color: var(--secondary-black);
    font-size: 14px;
  }
  
  /* links-list-widget */
  
  .links-list-widget {
    margin-bottom: 60px;
  }
  
  .links-list-widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  
  .links-list-widget ul li {
    font-size: 18px;
  }
  
  .links-list-widget ul li a {
    color: #979797;
    display: block;
    padding: 8px 5px;
    transition: all ease-in-out 0.2s;
  }
  
  .links-list-widget ul li a:hover {
    color: var(--primary-black);
  }
  
  @media screen and (max-width: 800px) {
    .recent-posts-widget ul li .thumbnail {
      width: 120px;
    }
  }
  
  
 
/****************************************************************************/
/** post card
/****************************************************************************/

  .post-card {
    margin-bottom: 30px;
    text-align: start;
    border: solid 1px #0000001c;
    border-radius: 0;
    padding: 7px;
}

.post-card .thumbnail {
    position: relative;
    overflow: hidden;
    border-radius: 0;
}

.post-card .thumbnail img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.5s;
}


.col-md-4 .post-card .thumbnail img {
    min-height: 150px;
}

.col-md-6 .post-card .thumbnail img {
    min-height: 250px;
}

.post-card .thumbnail img:hover {
    transform: scale(1.1);
}

.post-card .thumbnail figcaption {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 1.2rem;
    line-height: 22px;
    max-height: 58px;
    overflow: hidden;
    text-align: center;
}

.post-card .title {
    padding: 0 5px;
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 30px;
    max-height: 60px;
    overflow: hidden;
}

.post-card .title a{
    color: black;
}
.post-card .excerpt {
    padding: 0 5px;
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 1rem;
    line-height: 25px;
    max-height: 75px;
    overflow: hidden;
    color: #636363;
}

.post-card .read-more {
    padding: 0 5px;
    margin: 10px 0;
    font-size: 1rem;
}

.post-card .read-more a{
    color: var(--primary-color);
}

.post-card .read-more a i{
    margin-inline-start: 0;
    transition: margin ease-in-out 0.3s;
}

.post-card .read-more a:hover i{
    margin-inline-start: 5px;
}

@media screen and (max-width: 768px) {
    .col-md-4 .post-card .thumbnail img,
    .col-md-6 .post-card .thumbnail img,
    .post-card .thumbnail img {
        min-height: 200px;
    }

}

/****************************************************************************/
/** Pagination
/****************************************************************************/

.pagination {
    border: none;
    display: block;
}

.pagination .pagination-inner {
    direction: rtl;
    float: left;
    margin: 50px;
}

.pagination a {
    display: inline-block;
    color: #00017c;
    margin: 5px;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    transition: 0.5s all;
}

.pagination a:hover {
    display: inline-block;
    color: #7647E2;
    background-color: white;
    margin: 5px;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.2), 0 0px 3px 0 rgba(0, 0, 0, 0.19);
}

.pagination span.current {
    display: inline-block;
    color: white;
    background-color: #00017c;
    margin: 5px;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.pagination span.dots {
    display: inline-block;
    margin: 5px;
}



/****************************************************************************/
/** Posts
/****************************************************************************/


.posts-container {
    display: flex;
    flex-wrap: wrap;
    margin: 50px 0;
  }
  
  .post-item {
    position: relative;
    width: calc(100% / 3 - 10px);
    min-height: 400px;
    border-radius: 8px;
    overflow: hidden;
    margin: 5px;
    cursor: pointer;
    border-top: solid;
  }
  
  .post-item a.thumbnail-link {
    display: block;
    position: absolute;
    left: 0;
    height: 0;
    width: 100%;
    height: 100%;
  }
  .post-item img.bg {
    position: absolute;
    left: 0;
    height: 0;
    width: 100%;
    height: 100%;
    scale: 1;
    transition: all ease-in-out 0.3s;
    object-fit: cover;
  }
  
  .post-item:hover img.bg {
    scale: 1.2;
    transform: rotate(3deg);
  }
  
  .post-item .post-content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-radius: 0 0 7px 7px;
    background-image: linear-gradient(0deg, black, transparent);
    padding-top: 120px;
  }
  
  .post-item .post-content p {
    color: #eae9e2;
    font-size: 14px;
    line-height: 20px;
    padding: 15px;
  }
  
  .post-item .post-content a.title-link {
    color: #eae9e2;
  }
  
  .post-item .post-content a.read-more {
    font-family: 'Khebrat', sans-serif;
    color: #eae9e2;
    display: inline-block;
    padding: 0 15px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  
  .post-item .post-content h4 {
    color: #eae9e2;
    font-size: 18px;
    padding: 0 15px;
    margin-bottom: 5px;
  }
  
  .post-item .post-content ul li a img.footer-logo {
    width: 34px;
  }
  
  @media screen and (max-width: 800px) {
    .post-item {
        min-height: 300px;
        width: calc(100% - 10px);
        margin-bottom: 50px;
    }
  }
  
  
  

/****************************************************************************/
/** Yoba Title
/****************************************************************************/

.yoba-title {
	margin-bottom: 50px !important;
    padding-inline-start: 40px;
}

.yoba-title-shape {
	position: absolute;
	top: 10px;
    right: 20px;
	margin-right: -5px;
	width: 2px;
	height: 60px;
	background-color: #de8e62;
}

.yoba-title.on-view .yoba-title-shape {
    height: 0;
    transition: 1s cubic-bezier(.767, .01, .18, 1.01);
}
.yoba-title.on-view.viewed .yoba-title-shape {
    height: 60px;
}

.yoba-title-shape .rectangle-1 {
	position: absolute;
    top: 0;
    width: 16px;
    height: 16px;
    margin-inline-start: -8px;
    background-color: inherit;
}

.yoba-title.on-view .yoba-title-shape .rectangle-1 {
    height: 0;
    transition: 1s cubic-bezier(.767, .01, .18, 1.01);
    transition-delay: 1s;
}
.yoba-title.on-view.viewed .yoba-title-shape .rectangle-1 {
    height: 16px;
}

/* .yoba-title-shape .line-1 {

} */
.yoba-title-shape .rectangle-2 {
    position: absolute;
    bottom: 0;
    width: 90px;
    height: 16px;
    background-color: inherit;
}

.yoba-title.on-view .yoba-title-shape .rectangle-2 {
    width: 0;
    transition: 1s cubic-bezier(.767, .01, .18, 1.01);
    transition-delay: 1s;
}
.yoba-title.on-view.viewed .yoba-title-shape .rectangle-2 {
    width: 90px;
}


  /****************************************************************************/
  /** apartments
  /****************************************************************************/

  .apartments {
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
  }
  
  .apartments .apartment {
    width: 33%;
    padding: 10px;
  }
  
  .apartments .apartment .apartment-inner {
    width: 100%;
    position: relative;
    background-color: #ffffff;
    border: solid 1px #f0f1f1;
    /* border-bottom: 0; */
    display: inline-block;
    padding: 0;
    transition: all ease-in-out 0.2s;
    cursor: pointer;
  }
  .apartments .apartment .apartment-inner .apartment-image {
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 250px;
    background-color: #3d3d3d;
    margin-bottom: 20px;
  }
  .apartments .apartment .apartment-inner .apartment-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease-in-out 0.5s;
  }
  .apartments .apartment .apartment-inner .apartment-image-overlay i {
    scale: 0;
    color: transparent;
    transition: all ease-in-out 0.5s;
  }
  
  .apartments .apartment:hover .apartment-inner .apartment-image-overlay i {
    color: white;
    scale: 1;
  }
  
  .apartments .apartment:hover .apartment-inner .apartment-image-overlay {
    display: flex;
    background-color: #00000085;
  }
  
  .apartments .apartment .apartment-inner a.edit-apartment-btn {
    display: none;
    position: absolute;
    left: 5px;
    top: 5px;
    width: 35px;
    height: 35px;
    border-radius: 7px;
    line-height: 34px;
    text-align: center;
    font-size: 14px;
    padding: 0;
    background-color: #ffffff;
    border: solid 1px #7376c32b;
    color: #302b70;
    transition: all ease-in-out 0.2s;
  }
  
  .apartments .apartment .apartment-inner:hover a.edit-apartment-btn {
    display: block;
  }
  
  .apartments .apartment .apartment-inner a.edit-apartment-btn:hover {
    background-color: #f5f5f5;
  }
  
  .apartments .apartment .apartment-inner:hover {
    /* box-shadow: 1px 6px 7px #00000045;
      transform: translateX(-1px) translateY(-3px); */
    /* border: solid 1px #a5a5a5; */
    box-shadow: 0 0 15px #0000000a;
  }
  
  .apartments .apartment .apartment-inner .apartment-content {
    padding: 0 20px;
    /* background: #f0f1f1; */
  }
  
  .apartments .apartment .apartment-inner .project-title {
    display: block;
    color: #dd9062;
    font-weight: normal;
    font-size: 30px;
    letter-spacing: 0;
  }
  
  .apartments .apartment.no-image .apartment-inner .project-title {
    font-size: 20px;
  }
  
  .apartments .apartment .apartment-inner .apartment-image-overlay svg {
    opacity: 0;
    color: white;
    transition: all ease-in-out 0.5s;
  }
  
  
  .apartments .apartment.no-image .apartment-inner .apartment-image-overlay svg {
    display: none;
  }
  .apartments .apartment:hover .apartment-inner .apartment-image-overlay svg {
    opacity: 1;
  }
  .apartments .apartment .apartment-inner table.apartment-table {
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    color: #717171;
  }
  
  .apartments .apartment .apartment-inner table.apartment-table tr td {
    border: solid 4px white;
    text-align: center;
    padding: 10px 0;
  }
  
  .modal-body .apartment-table .apartment-inner .apartment-image {
    display: none;
  }
  
  .apartments
    .apartment
    .apartment-inner
    table.apartment-table
    tr
    td
    .apartment-description {
    height: 90px;
    overflow: auto;
    font-weight: normal;
    font-size: 15px;
    padding: 0 10px;
    text-align: start;
  }
  
  .apartments .apartment .apartment-footer {
    position: relative;
    height: 60px;
  }
  
  .apartments .apartment.sale .apartment-footer {
    color: #009344;
  }
  
  .apartments .apartment.booked .apartment-footer {
    color: #f7931d;
  }
  
  .apartments .apartment.sold .apartment-footer {
    color: #be1e2d;
  }
  
  .apartments .apartment .apartment-footer .apartment-status {
    position: absolute;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    width: 100px;
    height: 45px;
    background-color: gray;
    color: white;
    bottom: 0;
  }
  
  .apartments .apartment.sale .apartment-footer .apartment-status {
    background-color: #009344;
  }
  
  .apartments .apartment.booked .apartment-footer .apartment-status {
    background-color: #f7931d;
  }
  
  .apartments .apartment.sold .apartment-footer .apartment-status {
    background-color: #be1e2d;
  }
  
  .apartments .apartment .apartment-footer .apartment-price {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50px;
  }
  
  .apartments .apartment .apartment-footer .apartment-price span {
    font-size: 28px;
    font-weight: bold;
  }
  
  .apartments .apartment a.new-apartment-btn {
    display: flex;
    width: 100%;
    height: calc(100% - 20px);
    margin: 10px 0;
    min-height: 270px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 40px;
    color: #e3e3e7;
    border: dotted 4px;
  }
  
  @media screen and (max-width: 800px) {
    .apartments .apartment {
      width: 100%;
      padding: 10px 0;
    }
  
    .apartments .apartment .apartment-inner {
      padding: 10px 10px 0;
    }
  
    .spp-title-stat {
      margin: 60px 0;
    }
  
    .apartments .apartment .apartment-inner .apartment-content {
      padding: 0;
    }
  }
  
  #filters-sidebar {
    background: #f0f1f1;
    padding: 20px;
    margin-bottom: 30px;
  }
  
  #filters-sidebar #content {
    flex: 1;
    padding: 20px;
  }
  
  #filters-sidebar h2 {
    margin-top: 15px;
    color: #333;
    margin-bottom: 20px;
    font-size: 1.5em;
    border-bottom: solid 1px #00000026;
    padding-bottom: 20px;
    text-align: center;
  }
  
  #filters-sidebar .filter-group {
    margin-bottom: 25px;
  }
  
  #filters-sidebar h3 {
    color: #555;
    font-size: 1.2em;
    margin-bottom: 15px;
  }
  
  #filters-sidebar label {
    color: black !important;
    font-size: 15px;
    background-color: white;
    margin-bottom: 10px;
    padding: 5px;
  }
  
  #filters-sidebar input[type="checkbox"] {
    margin: 0 5px 0 10px;
  }
  
  #filters-sidebar .input-label,
  #filters-sidebar .checkbox-label {
    display: flex;
    align-items: center;
    color: #555;
    cursor: pointer;
  }
  
  #filters-sidebar input {
    padding: 5px;
    margin: 0;
    width: 100%;
    border: none;
    outline: none;
    background: white;
  }
  
  #filters-sidebar input:focus {
    outline: none;
    border: none;
  }
  
  #filters-sidebar .checkbox-custom {
    width: 18px;
    height: 18px;
    border: 2px solid #555;
    border-radius: 3px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    transition: background-color 0.3s, border-color 0.3s;
  }
  
  #filters-sidebar .checkbox-custom:checked {
    background-color: #4caf50;
    border-color: #4caf50;
  }
  
  /* Add unique styles for each filter group */
  #filters-sidebar .price-group label {
    display: inline-flex;
    width: 47%;
    align-items: center;
    margin: 0;
  }
  
  #filters-sidebar .status-group label {
    color: #673ab7;
    display: inline-flex;
    width: 31%;
    margin: 0;
    align-items: center;
  }
  
  #filters-sidebar .floor-group label {
    color: #ffc107;
    display: inline-flex;
    width: 47%;
    align-items: center;
    margin: 2px 0;
  }
  
  #filters-sidebar .rooms-group label {
    color: #2196f3;
    display: inline-flex;
    width: 47%;
    align-items: center;
    margin: 2px 0;
  }
  
  #filters-sidebar .close {
    display: none;
    position: absolute;
    padding: 5px 10px;
    background-color: gainsboro;
    left: 20px;
    top: 15px;
  }
  
  .apartments-filter-btn {
    display: none !important;
  }
  
  @media screen and (max-width: 800px) {
    #filters-sidebar {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 9999999;
      overflow: auto;
    }
  
    #filters-sidebar .close {
      display: block;
    }
  
    .apartments-filter-btn {
      display: inline-block !important;
    }
  }
  
  /****************************************************************************/
  /** unit details */
  /****************************************************************************/
  
  .unit-details {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  
  .unit-details i,
  .unit-details svg {
    color: #dd9062;
    font-size: 21px;
    padding: 0 6px;
  }
  
  button.unit-view-btn {
    display: block;
    background-color: #dd9062;
    color: white;
    text-align: center;
    padding: 5px 0;
    width: 100%;
    margin: 0;
    margin-bottom: 5px;
    height: unset;
  }
  
  #bookApartmentModal button.unit-view-btn {
    display: none;
  }
  
  span.unit-status {
    position: absolute;
    top: 0;
    left: 10px;
    font-size: 14px;
    display: block;
    background-color: #595959;
    color: white;
    height: 30px;
    width: 75px;
    text-align: center;
    padding-top: 2px;
    border-radius: 0 0 50% 50%;
  }
  
  span.unit-status.sale {
    background-color: #599d59;
  }
  
  span.unit-status.sold {
    background-color: #d9534f;
  }
  
  span.unit-status.booked {
    background-color: #f0ad4e;
  }
  


  /****************************************************************************/

  
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img,
.swiper-slide a {
  display: block;
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.partners-slider .swiper-slide img {
  object-fit: contain;
}

.swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: cover;
  background-position: center;
}

.mySwiper2 {
  height: 80%;
  width: 100%;
}

.mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 5px;
  /* border: 1px solid #dad1c5; */
  border-radius: 15px;
  margin-bottom: 15px;
}

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

.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0;
}
.mySwiper .swiper-slide img {
  border-radius: 0;
  height: 80px;
}

.mySwiper .swiper-slide {
  border: 2px solid #fff;
  /* min-width: 100px; */
}

.mySwiper .swiper-slide.swiper-slide-thumb-active {
    filter: drop-shadow(0px 0px 3px #00000039);
}

body.single .swiper-button-prev,
body.single .swiper-button-next {
  background: rgb(255 255 255 / 70%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #747474;
}
body.single .swiper-button-prev:hover,
body.single .swiper-button-next:hover {
  background: rgb(255 255 255 / 100%);
  color: #000;
}
body.single .swiper-button-prev:after,
body.single .swiper-button-next:after {
  font-size: 26px;
}


/****************************************************************************/