a{  color: var(--bs-dark);
    text-decoration: none
}
.m-link{
    padding: 0 15px !important
}
.center{
    display: flex;
    align-items: center;
    justify-content: center
}
.btn{
    border-radius: 50px
}
.btn-warning, 
.bg-warning{
    background: #ffb31a !important
}
.bg-success {
    background-color: #4CAF50 !important
}
img {
    width: 100%;
    height: auto;
    user-select: none;
    border-radius: 20px !important
}
.width-40 {
    width: 40px;
    height: 40px
}
.width-50 {
    width: 50px;
    height: 50px
}
.cropper-container.cropper-bg {
    max-width: 100% !important;
    width: 100% !important;
}

.fs-10 {font-size: 10px}
.fs-11 {font-size: 11px}
.fs-12 {font-size: 12px}
.fs-13 {font-size: 13px}
.fs-14 {font-size: 14px}
.fs-15 {font-size: 15px}
.z-4{
    z-index: 4 !important
}
.RTL .rtl-ico{
    position: relative;
    top: -2px;
}
.form-floating>label{
    right: unset !important
}
/*
|-------------------------------------------------------------
|   Header
|-------------------------------------------------------------
*/
.link-buttons {
    margin: 0 0 0 auto
}
.RTL .link-buttons{
    margin: 0 auto 0 0
}
a.dropdown-item {
    text-align: left
}
.custom-btn:hover{
    background: #fff !important;
    color: #000 !important
}

/*
|-------------------------------------------------------------
|   Hero
|-------------------------------------------------------------
*/
.hero:after {
    content: '';
    position: absolute;
    background: linear-gradient(180deg, hsl(0deg 0% 0% / 54%) 0%, rgb(0 0 0 / 54%) 98%);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
.hero-description {
    width: 70%;
    margin: 0 auto;
}
.secondary-btn:hover {
    background: transparent !important;
    color: #fff !important;
    border-color: white;
}
/*
|-------------------------------------------------------------
|   Sections
|-------------------------------------------------------------
*/
.section {
    padding: 120px 0;
    position: relative
}
.pt-40 {
    padding-top: 40px
}
.pb-40 {
    padding-bottom: 40px
}
footer a,footer span{
    color: var(--bs-secondary)
}
footer a:hover{
    color: var(--bs-dark)
}

#Reviews{
background: #212529;
    padding: 150px 0;
}
@media (max-width: 768px) {
    #Reviews{
    padding: 72px 0 75px 0
    }
}

/*
|-------------------------------------------------------------
|   Projects
|-------------------------------------------------------------
*/
.project:hover .opacity-0 { 
    opacity: 1 !important; 
    transition: opacity 0.3s !important
}
.first-project{
    height: 500px
}

/*
|-------------------------------------------------------------
|   Services
|-------------------------------------------------------------
*/
.service-info {
    position: relative;
    margin-top: -60px;
    margin-left: 50px;
    padding: 40px 30px;
    background-color: #fff;
    transition: all 120ms ease-in-out
}
.col-12:hover .service-info {
    transition: all 120ms ease-in-out;
    filter: invert(1);
}

.cta-container{
    padding:120px 0
}


/*
|--------------------------------------------------------------------------
|  Alerts
|--------------------------------------------------------------------------
*/
.fixed-alert {
    position: fixed;
    top: 50px;
    right: 50%;
    border: 0;
    z-index: 9999;
    display: flex;
    font-size: 13px;
    width: max-content;
    padding: 10px 31px;
    transform: translateX(50%);
    box-shadow: 0 0 17px 8px rgb(0 0 0 / 12%)
}

.post .table {
    margin: 1rem 0;
    width: 100%;
}

.post .table table {
    width: 100%;
    border-collapse: collapse
}

.post .table th,
.post .table td {
    padding: 10px;
    border: 1px solid #ddd
}

.post .table th {
    font-weight: bold;
    background: #f5f5f5
}

.post .table tr:nth-child(even) {
    background: #fafafa
}

.post .table td p {
    margin: 0
}
.post a {
    color: #0a58ca
}
.post ol, .post ul {
    line-height: 34px
}
.post h2 {
    font-size: 1.4rem
}
.post h3 {
    font-size: 1.25rem
}
.post h4 {
    font-size: 1.15rem
}
.post h5 {
    font-size: 1.1rem
}
.post h6 {
    font-size: 1rem
}

.post iframe {
    border-radius: 15px
}
.post blockquote {
    padding: 20px;
    border-radius: 15px;
    background: #f8f9fa;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075)
}
.post blockquote p{
    margin: 0
}
.lightgallery a {
    width: 33%;
    text-align: center;
    display: inline-block;
    padding: 5px;
}
.block-page{
    padding: 75px 0
}
.map-container {
    height: 400px;
    background: #f8f9fa;
    padding-top: 10px;
    border-top-right-radius: 40px;
    border-top-left-radius: 40px;
    box-shadow: 0px -2px 3px hsl(0deg 0% 0% / 6%);
}

/*
|-------------------------------------------------------------
|   Others
|-------------------------------------------------------------
*/

@media (max-width: 768px) {
    .hero-description {
        width: 99%;
    }
    .hero-buttons{
        display: block
    }
    .hero-buttons .btn{
        width: 100%
    }
    .lightgallery a{
        width: 50%
    }
    .block-page, .section, .cta-container{
        padding: 50px 0
    }
    .map-container{
        height: 280px
    }
    header li.nav-item {
        width: 100%;
        display: block
    }
    .m-link {
        padding: 10px 15px !important
    }
    .first-project{
        height: 240px
    }
    .cta-arrow{
        display: none
    }
}

.filter-dark{
    filter: grayscale(1)
}
.filter-dark:hover{
    filter: grayscale(0)
}

.cta-container, .service-info{
    border-radius: 30px !important;
}

.project, .review{
    overflow: hidden;
    border-radius: 30px
}

.bg-warning {
    box-shadow: 2px 2px 20px hsl(40.09deg 100% 55.1% / 71%)
}
.bg-warning:hover {
    box-shadow: 2px 2px 20px #ffb31a
}


/*
|-------------------------------------------------------------
|   Admin
|-------------------------------------------------------------
*/
.hr-repeat {
    background: repeating-linear-gradient(135deg, transparent, transparent 8px, #b5b5b5 0, #4b4949 11px);
    height: 11px;
    margin-top: 2rem;
    border-width: 0;
}
.table-btn{
    height: 40px;
    width: 40px
}


/*
|--------------------------------------------------------------------------
|  Background Input Autofill
|--------------------------------------------------------------------------
*/
.form-control:focus {
    border-color: #000000;
    box-shadow: 0 0 0 .25rem rgb(0 0 0 / 25%)
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    background-color: #F5F5F5 !important; 
    transition: background-color 5000s ease-in-out 0s
}

.no-scroll {
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none
}
.no-scroll::-webkit-scrollbar {
    display: none
}

.table>:not(caption)>*>*{border:0;background:unset}
table th{
    font-size:15px;
    font-weight: 500;
    padding: 1rem 8px !important
}
table td{
    font-size:14px
}
