/*Basic Css*/
:root {
    --c1: #3b3b3b;
    --trans: .35s ease-in-out;
    --animate: 2s;
    --c2: #09294d;
    --bk: #e6f1f8;
    --padding: clamp(1rem, 1.000vw, 1.25rem);
    --orange: #ff9700;
    --dark: #3b3b3b;
}
@media(min-width:1200px) {
    :root {
          --container-width: 1140px
    }
}
@media(max-width:1199px){
:root {
    --container-width: min(calc(100vw - var(--spacing--M)* 2), 1280px);
    --max-width--column--1: calc(((1280px - 11* var(--spacing--M)) / 12* 1) +(var(--spacing--M)* 0));
    --max-width--column--2: calc(((1280px - 11* var(--spacing--M)) / 12* 2) +(var(--spacing--M)* 1));
    --max-width--column--3: calc(((1280px - 11* var(--spacing--M)) / 12* 3) +(var(--spacing--M)* 2));
    --max-width--column--4: calc(((1280px - 11* var(--spacing--M)) / 12* 4) +(var(--spacing--M)* 3));
    --max-width--column--5: calc(((1280px - 11* var(--spacing--M)) / 12* 5) +(var(--spacing--M)* 4));
    --max-width--column--6: calc(((1280px - 11* var(--spacing--M)) / 12* 6) +(var(--spacing--M)* 5));
    --max-width--column--7: calc(((1280px - 11* var(--spacing--M)) / 12* 7) +(var(--spacing--M)* 6));
    --max-width--column--8: calc(((1280px - 11* var(--spacing--M)) / 12* 8) +(var(--spacing--M)* 7));
    --max-width--column--9: calc(((1280px - 11* var(--spacing--M)) / 12* 9) +(var(--spacing--M)* 8));
    --max-width--column--10: calc(((1280px - 11* var(--spacing--M)) / 12* 10) +(var(--spacing--M)* 9));
    --max-width--column--11: calc(((1280px - 11* var(--spacing--M)) / 12* 11) +(var(--spacing--M)* 10));
    --max-width--column--12: calc(((1280px - 11* var(--spacing--M)) / 12* 12) +(var(--spacing--M)* 11));
}
}
html {
 overflow-x:hidden   ;
  scroll-behavior: smooth;
}

html,body {
    background: #f2f2f2;
    color: var(--c1);
}
button,form,input,select,textarea {
    font-family: inherit;
}
.color {
    color: var(--c1);
}
body {
    direction:rtl;
    font-family: "Noto Kufi Arabic", sans-serif;
    line-height: 1.8;
}
h1,h2,h3,h4 {
     text-transform: capitalize;
}
.flex-column {
    display:flex;
    flex-direction:column;
}
.container {
    width: var(--container-width);
}
.pd {
    padding: 50px 0;
}


.otgs-development-site-front-end {
    display: none;
}


.wpml-ls-statics-footer {
    display: none;
}

header {
    padding: clamp(1rem, 1.000vw, 1.25rem);
    background: #09294d;
    color: #fff;
}

.main-menu {
    margin-inline-start: 40px;
}
.main-menu li {
    position:relative;
    margin-inline-end: 15px;
    font-size: 15px;
    white-space: nowrap;
}
.fixed-header .main-menu li {
    margin:0 15px
}
@media(min-width:1140px) {
    .sub-menu {
        position:absolute;
        background: #f5f5f5;
        width: fit-content;
        top: 100%;
        right: 0;
        z-index: 1000;
        min-width: fit-content;
        padding: 5px 0;
        margin: 2px 0 0;
        font-size: 14px;
        text-align: start;
        list-style: none;
        background-color: #fff;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border: 1px solid #ccc;
        border: 1px solid rgba(0, 0, 0, .15);
        border-radius: 4px;
        -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
        box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
        transition: .35s ease;
        opacity: 0;
        visibility: hidden;
    }
    .sub-menu li {
        margin-left:0
    }
    li:hover .sub-menu {
        opacity:1;
        visibility:visible
    }
       .sub-menu li a {
           color: #3b3b3b;
           display: block;
           padding: 8px 15px;
           border-bottom: 1px solid #00000014;
       }
     .sub-menu li:last-child a {
         border-bottom:0
     }
}
article.categories {
    background: var(--dark);
    padding: clamp(1rem, 1.000vw, 1.25rem);
    color: #fff;
    font-size: 14px;
}

a.ct {
    margin-inline-end: 30px;
    transition: .35s ease;
}
a.ct:hover{
    color:var(--orange)
}

    .item {}

a.block {
    color: #fff;
    display: flex;
    padding: 10px;
    border: 1px solid #d2d2d2;
    margin: 10px;
    height: calc(50% - 20px);
    border-radius: 15px;
    box-shadow: 0 0 29px #00000003;
    transition: .45s ease;
    position: relative;
    overflow: hidden;
    background-size: cover;
    z-index: 1;
    flex-direction: column;
    justify-content: end;
}
.slider .block {
    background-size:100% 100%
}
a.block img {
    width: 100%;
    display: block;
    background: #ffffff;
    height: 120px;
    border-radius: 8px;
    font-size: 8px;
}

a.center-block {
    overflow: hidden;
    box-shadow: 0 0 29px #00000003;
    transition: .35s ease;
    position: relative;
    z-index: 1;
    color: #fff;
    height: calc(100vh - 158px);
    display: flex;
    justify-content: end;
    flex-direction: column;
    background-size: 100% 100%;
}

a.center-block img {
    width: 100%;
    display: block;
    background: #ffffff;
    border-radius: 8px;
    font-size: 8px;
    height: 270px;
}

a.block h4 {
    font-size: 11px;
    line-height: 1.5;
}

a.center-block p {font-size: 15px;}

a.block:hover,a.center-block:hover {
    box-shadow: 0 0 50px #0000001f;
}

span.category {
    color: rgb(0 0 0);
    background: var(--bk);
    width: fit-content;
    font-size: 10px;
    padding: 1px 7px;
    border-radius: 7px;
    margin-bottom: 5px;
    display: block;
}

a.block:before,a.center-block:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: linear-gradient(transparent, #00000082);
    z-index: -1;
    opacity: 0;
}

.owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.owl-dot {
    width: 15px;
    height: 15px;
    background: #00000045;
    margin: 0 5px;
    cursor: pointer;
    border-radius: 50%;
}

.owl-dot.active {
    background: #000000;
}

a.main-block  {
    padding: 15px;
    border-radius: 5px;
    background: #09294d0f;
    transition: .35s ease;
    margin-bottom: 20px;
}
div[class*="col-"] > a.main-block  {
    display:block;
    margin: 10px;
    background: #fff;
    height: calc(100% - 20px);
}
div[class*="col-"] > a.main-block figure {
    width:100%;
    height:auto;
    margin:0 0 20px 0;

    min-height: 155px;
    max-height: 200px;
}
.bnad {
        margin: 10px;
}
a.main-block img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 0 29px #00000003;
    border: 1px solid #dfdfdf;
    transition: .35s ease;
}

.bar {
    padding: var(--padding) 0;
    border-bottom: 1px solid #0000002e;
    margin-bottom: 30px;
}
.recent-posts .bar {
    border: 0;
    border-right: 6px solid;
    padding: 0 10px;
    line-height: 1.2;
}
a.view-more {
    color: var(--c2);
}

.bar strong {
    font-size: 27px;
}

a.main-block h3 {
    font-size: 14px;
    line-height: 1.5;
}

a.main-block figure {
    display: block;
    overflow: hidden;
    border-radius: 10px;
    width: 100px;
    margin-left: 15px;
    height: 70px;
}

a.main-block:hover img {opacity: .9;}

.row {
    margin: 0 -20px;
}

a.main-block.big h3 {
    font-size: 25px;
    margin-bottom: 5px;
}

a.main-block span.category {
    background: none;
    color: #a5a5a5;
}


footer {
    background: #fff;
}

.footer-box .widgettitle {
    margin-bottom: 15px;
    font-size: 17px;
    line-height: 27px;
    color: #09294d;
}

.footer-box ul {
    list-style: none;
}

.footer-box ul li {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 6px;
    transition: .15s ease;
}
.footer-box ul li:hover {
    color:var(--orange)
}

a.phone {
    display: block;
    margin: 10px 0;
    direction: ltr;
    font-size: 20px;
    text-align: center;
    text-align: center;
}
.footer-box a.phone {background: var(--orange);padding: 3px;border-radius: 28px;} 
.footer-social a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px dashed;
    border-radius: 50%;
    margin-right: 5px;
    width: 40px;
    height: 40px;
    font-size: 22px;
}
.footer-social a:hover {
}
a.footer-btn {font-weight: bold;display: flex;align-items: center;flex: 1;}

a.footer-btn img {
    width: 20px;
    height: 20px;
    margin-inline-start: 20px;
}

article.footer-bottom {
    padding: 5px 0 30px;
    text-align: center;
    font-size: 12px;
    background: #fff;
}
.footer-box .textwidget {
    margin: 0;
}
.payments-logo {
    /* flex:1; */
}
.payments-logo img {
    width: 35px;
    margin-inline-start: 5px;
    height: 35px;
}
a.scrolltop {
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    background: var(--orange);
    border-radius: 50%;
}

article.footer-bottom ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
article.footer-bottom ul li {
    margin:0 25px
}


.footer-box a {
    transition:.35s ease;
    font-size: 13px;
}
.footer-box a:empty{display: none;}

.footer-box  > img {
    width: 100%;
    display: block;
    margin: auto;
}

.footer-images {
    display: flex;
    flex-direction: column;
    margin: 26px 15px 0 0;
    position: relative;
    top: 19px;
}

.footer-images img {
    width: 29px;
    margin-bottom: 15px;
}

.right-content {
    flex: 1;
    position: relative;
    z-index: 1;
    padding-inline-start: 90px;
}

.footer-box.flex-start.align-center {
    /* flex: 1.5; */
    padding-inline-end: 15px;
}
.gallery {
    min-width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}



.gallery .gallery-item {
    width: initial !important;
    margin: 0 20px !important;
}

.gallery  img {
    border: 0 !important;
    height: auto  !important;
}

.footer-box a.btn-footer {
    padding: 8px 15px;
    display: block;
    text-align: center;
    margin-bottom: 5px;
    background: #ffffff3b;
    font-size: 14px;
    border-radius: 23px;
    font-size: 13px;
    transition: .35s ease;
}
.footer-box a.btn-footer i {
    margin-inline-end:5px
}

.footer-box a.btn-footer:hover {
    background: var(--orange);
    color: #fff;
}

article.slider {
    /* padding: 25px 0; */
    overflow: hidden;
}

a.main-block:hover {
}

.single-white-box {margin-bottom: 25px;}

.breadcrumb li {
    font-size: 13px;
}


.breadcrumb li i {
    font-size: 9px;
    margin: 0 6px;
}

.single-white-box.post-thumbnail img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 18px;
}

.single-title-box h1 {}

.bar-lis {
    position: relative;
    font-size: 14px;
    margin-bottom: 30px;
}

.bar-li {margin-inline-end: 15px;}

.bar-li i {
    margin-inline-end: 5px;
}

.single-title-box {
    margin-bottom: 0px;
}
.content-holder * {
    padding:revert;
    margin:revert;
    max-width:100%
}
.share-box a {
    margin: 3px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    color: #fff;
}
.content-holder img {
    border-radius:5px;
}

.content-holder ul,.
.content-holder ol {
    margin-inline-start:20px;
}
.content-holder h2,
.content-holder h3,
.content-holder h4,
.content-holder h5,
.content-holder h6 {
    color:var(--c2);
    margin-bottom:15px;
    padding: 10px;
    background: #f1f2f5;
    border-radius: 15px;
}
.content-holder a {
    margin: 0 5px;
    color: #1877f2;
}
.tbl {
    overflow:auto
}
.content-holder table {
    width:100%;
}
.content-holder table td {
    border:1px solid #eee;
    padding:5px
}

.share-box a.facebook {
    background: #1877F2;
    color:#fff
}

.share-box a.twitter {
    background: #1DA1F2;
    color:#fff
}

.share-box a.whatsapp {
    background: #25D366;
    color: #fff;
}

.post-content .col-9 {
    padding-inline-end: 45px;
}

.holder.flex-center {
    margin: 0 -15px;
}

article.sidebar-posts-single.aside .bar strong {
    font-size: 22px;
}

article.sidebar-posts-single.aside .bar {
    margin-bottom: 15px;
}

.owl-item {
    float: left;
}

.owl-stage-outer {
    overflow: hidden;
}
.bars {
    display:none
}

article.banner {
    position: relative;
    z-index: 1;
    height: 430px;
}
article.banner .container {
    position:relative;
    padding: 60px;
    text-align: right;
    align-items: start;
    height: 100%;
}
.bk {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 5;
    background-size: 100% 100%;
    background-position: center;
    border-radius: 12px;
    background-repeat: no-repeat;
}

article.banner.boxed {
    color: #fff;
    text-align: center;
}

p.banner-description {
    margin: 0 0 25px 0;
    font-size: 13px;
    max-width: 440px;
}

a.banner-btn {
    padding: 14px 31px;
    border-radius: 35px;
}

article.banner.boxed a.banner-btn {
    background: linear-gradient(45deg,#f5c93c, #ec9b0d);
    box-shadow: 2px 8px 20px #0000004d;
    padding: 5px 36px;
    border-radius: 30px;
}

article.banner.banner-image:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: #000000bd;
}

article.banner.banner-image {
    color: #fff;
    text-align: center;
}

article.banner.banner-image a.banner-btn {
    background: var(--orange);
}

body >img {
    text-align: center;
    display: block;
    margin: auto;
}

article.subscribe {
    margin-bottom: 20px;
}

.form-holder {
    padding: 42px 142px;
    background-size: contain;
    background-repeat: no-repeat;
}

.wpcf7-form input {
    background: #fff;
    padding: 15px;
    margin-bottom: 16px;
    border-radius: 15px;
    width: 100%;
    text-align: left;
    box-shadow: 2px 8px 20px #0000004d;
}

.wpcf7-form input.wpcf7-form-control.wpcf7-submit.has-spinner {
    text-align: center;
    background: linear-gradient(45deg,#f5c93c, #ec9b0d);
    box-shadow: 2px 8px 20px #0000004d;
    padding: 10px 36px;
    cursor: pointer;
    color: #fff;
    font-size: 15px;
    margin-top: 12px;
    border-radius: 20px;
    border: 0;
}

h2.banner-title {
    width: 100%;
}

.img {
}

 #shareOnX {
        position: absolute;
        display: none;
        background-color: #1DA1F2;
        color: white;
        padding: 5px 10px;
        border-radius: 5px;
        font-size: 14px;
        cursor: pointer;
        z-index: 9999;
    }

article.newsletter .container {
    background-size: cover;
    padding: 50px 100px 0;
    background-repeat: no-repeat;
    color: #fff;
    align-items: center;
}

.subscribe img {
    width: 310px;
}

.subscribe {
    text-align: left;
}

.subscribe h2 {
    font-size: 34px;
    margin-top: -30px;
}

article.newsletter {
    direction: ltr;
    text-align: left;
    margin: 50px 0;
}

.sub-form h3 {
    margin-bottom: 20px;
}

.sub-form {
    width: 237px;
}

.content-headers {
    margin: 20px 0;
    background: #f1f2f5;
    padding: 20px;
    border-radius: 10px;
}

.h {
    padding: 5px 0;
    font-size: 14px;
    cursor: pointer;
}

.h.active {
    color: var(--c2);
}

article.before-footer {
    background: var(--c2);
    color: #fff;
    padding: 25px 0;
    border-bottom: 1px solid  #dddddd1f;
}

.bef-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
    flex: 1;
}

.bef-box i {
    font-size: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: var(--c2);
    display: flex;
    align-items: center;
    background: #fff;
    justify-content: center;
    margin-bottom: 10px;
}

.bef-box a {
    font-size: 20px;
}
.bef-box a[href*="tel"] {
    direction:ltr
}

.mailchip {
    background: #fff;
    padding: 5px;
    display: flex;
    border-radius: 5px;
    margin-top: 15px;
    flex-wrap: wrap;
}

.bef-box:last-child {
    flex: 1.5;
}

form#mc4wp-form-1 {
    width: 100%;
}

#email {
    padding: 10px;
    flex: 1;
}
.mailchip {
    position:relative
}
.mailchip input[type="submit"] {
    background: #ff9700;
    color: #fff;
    padding: 0 18px;
    border-radius: 6px;
    font-size: 17px;
    width: 125px;
}

article.footer-bottom .footer-box {
    width: 100%;
}

.rights {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: bold;
}

#gallery-1 {
    margin-top: 0 !important;
    margin-bottom: 30px !important;
}
      .whatsapp-float {
            position: fixed;
            bottom: 20px;
            left: 20px;
            width: 60px;
            height: 60px;
            background-color: #25D366;
            color: #FFF;
            border-radius: 50px;
            text-align: center;
            font-size: 30px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
            z-index: 100;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
            text-decoration: none;
        }
        
        .whatsapp-float:hover {
            background-color: #128C7E;
            transform: scale(1.05);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
        }
        
        .whatsapp-float i {
            line-height: 60px;
        }

figure.bnad img {
    display: block;
    width: 100%;
    border-radius: 21px;
}

.footer-box >div {
    margin-bottom: 25px;
}

article.top-header {
    background: #fff;
    padding: 2px 0;
}

a.open-ticket {
    padding: 2px;
    background-color: #ff9700;
    color: #fff;
    width: 130px;
    height: 34px;
    border: 1px solid #ff9700;
    text-align: center;
    border-radius: 4px;
    margin-right: 14px;
    font-weight: bold;
    display: inline-block;
}

.socials a {
    font-size: 19px;
    margin-right: 14px;
}

.head-phone i {
    margin-left: 10px;
    transform: rotateY(180deg);
    font-size: 22px;
}

a.btn {
    display: flex;
    align-items: center;
    margin-right: 5px;
    border: 1px solid transparent;
    border-radius: 4px;
    flex-direction: row-reverse;
    padding: 1px 8px;
    transition: .35s ease;
}

a.btn i {
    margin-left: 7px;
}

a.btn.btn-border {
    border-color: #fff;
}

.mega-menu-box {
    display: inline-block;
    vertical-align: text-top;
    padding: 22px;
}

.mega-menu-box h2 {
    color: #3b3b3b;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: normal;
}
.mega-menu-box ul {
    padding-right:15px;
    position: relative;
}
.mega-menu-box ul li {
    margin:0
}
.mega-menu-box ul li a {
    border:0;
    padding: 0px 0;
    font-size: 12px;
}

.mega-menu-box ul:before {
    content: '';
    position: absolute;
    width: 1px;
    right: 3px;
    top: 0;
    background: #e7e7e7;
    height: 100%;
}

article.fixed-header {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99;
    background: #09294d;
    width: 100%;
    padding: 7px;
    color: #fff;
    transition: .35s ease;
    transform: translateY(-100%);
    opacity: 0;
}
article.fixed-header.show {
    transform:translateY(0);
    opacity:1
}
article.fixed-header .logo img {
    height:40px
}

article.single {
    background: #fff;
}
article.single .container {
   width:1375px;
   max-width: 100%;
}
.footer-box {
    flex: 1;
}
.footer-box:nth-child(3) div~div ul{
    border:0;
    padding-right: 0;
}
.footer-box:nth-child(3) div~div ul li a {
    font-weight:bold;
    font-size: 16px;
    margin-bottom: 27px;
    display: block;
}
footer .logo {
    margin-bottom: 20px;
}

.footer-btns {
    margin-bottom: 25px;
    margin-top: 15px;
}

a.footer-btn i {
    width: 35px;
    height: 36px;
    border: 1px solid;
    border-radius: 50%;
    margin-left: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
}
a.behance {
    color: #1969ff;
}

a.vimeo {
    color: #00adef;
}

a.youtube {
    color:#ff9700
}

a.twitter {
    color: #6b4fff;
}

a.instagram {
    color: #a353a6;
}

a.linkedin {
    color: #565db3;
}

a.facebook {
    color: #2a374d;
}

.footer-box ul {
    border-right: 1px solid #0000003d;
    padding-right: 15px;
    margin-right: 15px;
}

.qr-code img {
    width: 100%;
}

.qr-code h4 {
    font-weight: normal;
    font-size: 14px;
}

.qr-code {
    border-right: 1px solid #0000003d;
    padding-right: 15px;
    margin-right: 15px;
}

.aside h2.widgettitle {border-right: 2px solid;padding-right: 10px;line-height: 1;margin-bottom: 20px;}

article.sidebar-posts-single.aside {
    margin-bottom: 40px;
}

.aside .wpcf7-form input,.aside .wpcf7-form textarea {
    box-shadow: 0 0 !important;
    background: #fff;
    margin-top: 10px;
    max-height: 80px;
    border: 1px solid #00000059;
    width: 100%;
    border-radius: 15px;
    padding: 10px;
}

article.sidebar-posts-single.aside > a >img {
    display: block;
    width: 100%;
}

.sticked {
    position: sticky;
    top: 100px;
}
.wpcf7-response-output{
    font-size: 13px;
}
form#commentform label {
    display: block;
}
form#commentform input,
form#commentform textarea {
    width: 100%;
    border: 1px solid #00000061;
    margin: 10px 0;
    padding: 10px;
    border-radius: 10px;
}

input#submit {
    width: fit-content !important;
    background: #efa81a;
    color: #fff;
    border: 0 !important;
    padding: 10px 30px !important;
    border-radius: 15px !important;
}

.comment--box {
    background: #fbfbfb;
    text-align: center;
    padding: 24px;
    margin-bottom: 20px;
    border-radius: 25px;
    position: relative;
}

span.time {
    font-size: 12px;
    color: #888;
    text-align:left;
    display:block;
    width: 100%;
}

.comment-box-content {
    margin: 15px 0;
}

.comment-user-box i {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #efa81a;
    font-size: 21px;
    border-radius: 50%;
    margin-left: 5px;
    color: #ffffff;
}

.comment-user-box {
    color: #efa81a;
    font-size: 18px;
    align-items: center;
    text-align: center;
}

a.btn-color {
    padding: 7px 14px;
    background: var(--c2);
    border-radius: 9px;
    color: #fff;
    font-weight: bold;
    font-size: 11px;
    display: inline-flex;
    align-items: center;
}
a.btn-color svg {
    width: 19px;
    fill: #fff;
    margin-left: 5px;
}


@media(max-width:1199px) {
    header .container {
        justify-content:space-between
    }
    .bars {
        display:block;
        font-size:25px
    }
    .logo img {
        width:200px
    }
    article.categories {
        overflow:auto
    }
    article.categories .container {
        flex-wrap:nowrap;
    }
    a.ct {
        min-width:fit-content
    }
    .holder-menu {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        z-index: 9999;
        background: #000000ad;
        transition: .35s ease;
        transform: translateX(100%);
    }
    .holder-menu.open {
        transform:translateX(0)
    }
    header .main-menu {
        padding: 0;
        position: absolute;
        width: 280px;
        top: 0;
        right: 0;
        background: #fff;
        margin: 0;
        overflow: auto;
        color: #000;
        flex-direction: column;
        height: 100%;
        transition: .35s ease;
        transform: translateX(100%);
        transition-delay: .1s;
        display: block;
        margin-inline-start: 0;
    }
    .sub-menu {
        display:none;
        list-style: none;
        background: #f7f7f7;
    }
    .mega-menu-box {
        padding:0;
        display:block
    }
    header .open .main-menu  {
         transform:translateX(0)
    }
    .main-menu li {
        margin:0;
        list-style: none;
        white-space: normal;
        margin-inline-end: 0;
    }
    .menu-item-has-children {
        position:relative
    }
    .menu-item-has-children:after {
        border-bottom: 2px solid #000;
        content:'';
        position:absolute;
        width: 5px;
        height: 5px;
        border-left: 2px solid #000;
        left: 10px;
        top: 19px;
        transform: rotate(-44deg);
    }
     .main-menu li a {
         display:block;
         padding: 10px;
         border-bottom: 1px solid #eee;
     }
    .container {
        padding: 0px 1em;
    }
    article.banner .container {
        padding:20px
    }
    .mega-menu-box ul:before {
     background:none
    }
    .mega-menu-box ul {
        padding-right:0
    }
    .sub-menu  li a {
        font-size:13px
    }
    article.fixed-header {
        display:none
    }
}


@media(max-width:1023px) {
    
}

@media(max-width:991px) {
    .navbar-btns,.head-left {
        display:none
    }
    .logo img {
        width:130px
    }
    footer .container {
     flex-direction:column;
        align-items:start
    }
    .footer-box ul {
        display:flex;
        flex-wrap:wrap
    }
    .footer-box ul li {
        margin:5px
    }
    .footer-box {
        margin-bottom: 0px;
    }
    .footer-box .widgettitle {
        margin-bottom:10px
    }
    .post-content .col-9 {
        padding-inline-end:0
    }
   
}


@media(max-width:767px) {
    a.center-block {
        height:30vh
    }
    article.newsletter .container {
        padding:25px
    }
       .footer-box {
        min-width: 100%;
    }
     .footer-social {
        text-align:center
    }
    .gallery .gallery-item:nth-child(1) img,
    .gallery .gallery-item:nth-child(2) img,
    .gallery .gallery-item:nth-child(3) img,
    .gallery .gallery-item:nth-child(4) img,
    .gallery .gallery-item:nth-child(5) img
    {
        width:50px !important;
        height:auto !important
    }
    a.main-block h3,a.view-more {
        font-size:11px
    }
    a.main-block.big h3 {
        font-size:14px
    }
    a.main-block.big p {
        font-size:11px
    }
    .bar strong {
        font-size:15px
    }
    .single-title-box h1 {
        font-size:18px
    }
    .content-holder a, .content-holder span,.content-holder strong,
    .content-holder td,.content-holder label,
    .content-holder p,.content-holder li,.breadcrumb li,.bar-li {
        font-size: 14px;
    }
    .bar-li {
        margin-bottom:7px
    }
    .footer-social a {
        width:35px;
        height:35px;
        font-size: 16px;
    }
    .footer-box >div,.footer-box ul {
        margin-right:0;
        padding-right: 0;
        border-right: 0;
    }
    .bef-box {
        min-width:100%;
        padding: 8px 0;
        text-align: center;
    }
    .mailchip input[type="submit"] {
        position:absolute;
        left: 12px;
        top: 12px;
    }
    #email {
        flex:1;
        width: initial;
    }
    article.banner {
        height: 200px;
        margin: 15px;
    }
    div[class*="col-"] > a.main-block figure {
        min-height:auto;
        height: auto;
        max-height: auto;
    }
}


ul.page-numbers {
    display: flex;
    justify-content: center;
    list-style: none;
}
ul.page-numbers li a,
ul.page-numbers li span {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    margin: 0 5px;
    background: #fff;
    justify-content: center;
    border-radius: 5px;
    font-size: 20px;
}
ul.page-numbers li span.current {
    background:var(--c2);
    color: #fff;
}