
/* ============================
    breadcrumb css
=============================== */
.breadcrumb {
    padding: 200px 0 150px;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    background-image: url("../images/light-grey-texture-background-image.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.breadcrumb::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #ffffff69;
}

@media screen and (max-width: 991px) {
    .breadcrumb {
        padding: 90px 0 60px;
    }
}

.breadcrumb .banner-shape {
    position: absolute;
    top: 58%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
    opacity: 0.3;
}

.breadcrumb__wrapper {
    text-align: center;
    position: relative;
}

.breadcrumb__web {
    text-align: center;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #D1D1D0;
    -webkit-text-fill-color: transparent;
    font-size: 5.4375rem;
    font-style: normal;
    font-weight: 900;
    line-height: 36px;
    text-transform: capitalize;
    opacity: 0.2;
}

.breadcrumb__title {
    color: #eda921;
    margin-top: -30px;
    position: relative;
    font-weight: 600;
}

.portfolio-item {
    display: block;
    position: relative;
    margin-bottom: 2rem;
    height: 250px;
    overflow: hidden;
    border: 1px solid rgba(0,0,0,.2);
}
.portfolio-item .portfolio-image img {
    height: 100%;
    opacity: .6;
    width: 100%;
    object-fit: cover;
}
.portfolio-item .portfolio-image .logo {
    position: absolute;
    width: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    height: auto;
    opacity: 1;
    background: #fff;
    padding: 5px;
    box-shadow: 0 5px 10px 4px rgba(0,0,0,.2);
}

@media screen and (max-width: 991px) {
    .breadcrumb__title {
        font-size:16px !important;
    }
}

@media screen and (max-width: 991px) and (max-width: 1199px) {
    .breadcrumb__title {
        font-size: 1.813rem;
    }
}

@media screen and (max-width: 991px) and (max-width: 991px) {
    .breadcrumb__title {
        font-size:18px !important;
    }
}

@media screen and (max-width: 991px) and (max-width: 575px) {
    .breadcrumb__title {
        font-size: 1.688rem;
    }
}

.breadcrumb__title span {
    background: var(--gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.breadcrumb__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    margin-top: 15px;
}

.breadcrumb__item {
    text-transform: capitalize;
    color: #000000;
    font-weight: 600;
}

@media screen and (max-width: 1199px) {
    .breadcrumb__item {
        font-size: 1.125rem;
    }
}

@media screen and (max-width: 991px) {
    .breadcrumb__item {
        font-size: 1rem;
    }
}

.breadcrumb__item i {
    font-size: 0.875rem;
}

@media screen and (max-width: 1199px) {
    .breadcrumb__item i {
        font-size: 0.8125rem;
    }
}

.breadcrumb__item a {
    color: #000;
    text-decoration: none;
}

.breadcrumb__item a:hover {
    color: hsl(var(--base));
}

.breadcrumb .breadcrumb__item-text {
    background: #eda921;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.breadcrumb__postType .btn {
    padding: 14px 24px;
}

.breadcrumb__date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px;
    margin-top: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 10px;
}

.breadcrumb__date li {
    color: hsl(var(--gary-two));
    font-size: 16px;
    font-weight: 600;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.breadcrumb__date li:hover {
    color: hsl(var(--white));
}

.breadcrumb__date li::before {
    content: "Ã¢â‚¬Â¤";
    font-size: 30px;
    line-height: 1;
    position: relative;
    top: -9px;
}

.breadcrumb__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    max-width: 530px;
    width: 100%;
}

.breadcrumb__form input {
    width: 100%;
    height: 4.25rem;
    background: hsl(var(--white));
    border-radius: 0.5rem;
    border-radius: 0;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0 1.25rem;
    padding-right: 7.5rem;
    border: 0px solid hsl(var(--border-color));
    color: hsl(var(--black));
    font-size: 0.875rem;
    border-radius: 0.375rem;
}

@media screen and (max-width: 1199px) {
    .breadcrumb__form input {
        font-size: 0.8125rem;
    }
}

.breadcrumb__form input::-webkit-input-placeholder {
    color: hsl(var(--gray));
}

.breadcrumb__form input::-moz-placeholder {
    color: hsl(var(--gray));
}

.breadcrumb__form input:-ms-input-placeholder {
    color: hsl(var(--gray));
}

.breadcrumb__form input::-ms-input-placeholder {
    color: hsl(var(--gray));
}

.breadcrumb__form input::placeholder {
    color: hsl(var(--gray));
}

.breadcrumb__form .btn {
    position: absolute;
    right: 0.4375rem;
}

.breadcrumb__generator-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 690px;
    margin: 25px auto 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px;
}

@media screen and (max-width: 991px) {
    .breadcrumb__generator-btn {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.breadcrumb__generator-btn ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    row-gap: 10px;
}

.breadcrumb__generator-btn ul li {
    font-size: 1.0625rem;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

@media screen and (max-width: 1199px) {
    .breadcrumb__generator-btn ul li {
        font-size: 1rem;
    }
}

@media screen and (max-width: 991px) {
    .breadcrumb__generator-btn ul li {
        font-size: 0.9375rem;
    }
}

@media screen and (max-width: 575px) {
    .breadcrumb__generator-btn ul li {
        font-size: 0.875rem;
    }
}

.breadcrumb__generator-btn ul li:hover {
    color: hsl(var(--white));
}

.breadcrumb__ai__text {
    max-width: 702px;
    margin: 10px auto 10px;
}

.blog-details-breadcrumb {
    padding: 230px 0 150px;
}

@media screen and (max-width: 991px) {
    .blog-details-breadcrumb {
        padding: 150px 0 80px;
    }
}

.generator-breadcrumb {
    padding: 180px 0 100px;
}

@media screen and (max-width: 991px) {
    .generator-breadcrumb {
        padding: 150px 0 80px;
    }
}

/*XXXXXXX*/


.title_headings {
    font-weight: 600!important;
    font-size: 30px !important;
}

.counter-section {
    text-align: center;
    background: #f8f8f8;
    padding: 25px;
    border-radius: 15px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.counter-section:before {
    position: absolute;
    width: 124px;
    height: 121px;
    left: 0;
    top: 0;
    background-image: url(https://www.seotechexperts.ae/images/industry/dots.png);
    content: "";
}
.counter-text {
    font-size: 30px;
    font-weight: 600;
    color: #eda921;
}
.counter-section p {
    margin: 0;
    font-weight: 500;
    color: #000;
}
.over-view ul {
    margin: 20px 0;
}
.over-view ul li {
    line-height: 25px;
    padding-left: 25px;
    position: relative;
}
.over-view ul li:before {
    content: "\f152";
    position: absolute;
    left: 0;
    font-family: "Font Awesome 5 Free";
    color: #eda921;
}
.over-view-img {
    box-shadow: var(--bs-box-shadow) !important;
    border-radius: 10px;
    overflow: hidden;
}
.title_headings span {
    color: #eda921;
}
.screen-short-img p {
    font-weight: 500;
    margin: 0;
    text-align: center;
    line-height: 50px;
    background: #eda921;
}
.screen-short-img {
    box-shadow: var(--bs-box-shadow) !important;
    border-radius: 10px;
    overflow: hidden;
}

.animation-rotate-left {
    animation: rotateLeft 30s linear infinite;
}
.animation-rotate-right {
    animation: rotateRight 30s linear infinite;
}

@keyframes rotateRight {
    0% {
        transform: translate(-50%,-50%) rotate(0deg)
    }

    to {
        transform: translate(-50%,-50%) rotate(1turn)
    }
}

@keyframes rotateLeft {
    0% {
        transform: translate(-50%,-50%) rotate(0deg)
    }

    to {
        transform: translate(-50%,-50%) rotate(-1turn)
    }
}

.icon-list li {
    position: relative;
    padding-left: 25px;
    line-height: 25px;
}

.icon-list li:before {
    content: "\f152";
    position: absolute;
    left: 0;
    font-family: "Font Awesome 5 Free";
    color: #eda921;
}

ol.ol-list li {
    margin: 10px 0;
}


.table-list table {
    width: 100%;
    background: #f8f8f8;
    border-radius: 10px;
    overflow: hidden;
}
table, th, td {
    border-color: #d7d7d7 !important;
}

.table-list table thead {
    background: red;
}
tbody, td, tfoot, th, thead, tr {
    padding: 10px;
    border: 1px solid #dfdfdf;
    text-transform: capitalize;
}
.table-list table thead {
    background: #eda921;
}
.table-list table tr:nth-child(even) {
    background: #ededed;
}

.portfolio-item {
    margin: 0;
}
.btn.btn-primary {
    background: #000;
    border-color: #000;
    text-transform: uppercase;
    font-size: 16px;
}


.bg-yellow {
    background: url("../images/bg-map.png") center center / cover no-repeat rgb(237, 169, 33);
    width: 100%;
    padding-top: 50px;
}

.popup-gallery a { text-align: center; margin-top: 10px; text-decoration: none; font-weight: 600; }
.popup-gallery img { height: 170px; object-fit: cover; width: 100%; margin-bottom: 15px; }

@media (max-width:991px){
    .title_headings {font-size: 20px !important;}
    .counter-section { margin-top: 10px; padding: 15px; }
    .over-view-img { margin-top: 15px; }
    .scoop-work { margin-bottom: 35px; }
    .screen-short-img { margin-bottom: 15px; }
    .rank-img { margin-top: 50px; }
    .ol-list { padding: 0 30px; }
    .screen-short-img p{    line-height: 25px;  }
    .number { font-size: 30px;  }
    .portfolio-item { margin: 10px 0; }
    .breadcrumb__list { display: none; }
}

@media (max-width:767px){
    
}


