HEX
Server: Apache/2.4.58 (Ubuntu)
System: Linux ip-172-26-0-120 6.17.0-1009-aws #9~24.04.2-Ubuntu SMP Fri Mar 6 23:50:29 UTC 2026 x86_64
User: ubuntu (1000)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: /var/www/html/orbi-individual/assets/css/globle.css
 /* error css */
 
 
 
 
 /* loader css */
 .loader_body {
  display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    background-color: #f0f0f0;
}

.taxi-loader {
    position: relative;
    width: 380px;
    height: 100px;
}

.road {
    /* position: relative; */
    width: 100%;
    height: 4px;
    background-color: #333;
    margin-top: 37px;
    overflow: hidden;
}

.taxi {
    position: absolute;
    width: 50px;
    height: 30px;
    top: -36px;
    animation: drive 3s linear infinite;
}

.taxi img {
    width: 164px;
    height: 73px;
}

.loading-text {
    margin-top: 20px;
    text-align: center;
    font-size: 18px;
    color: #333;
}

@keyframes drive {
    0% {
        left: -50px;
    }
    50% {
        left: calc(70% - 50px);
    }
    100% {
        left: -50px;
    }
}


html,
body {
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1b1b1b;
    font-family: 'Radio Canada', sans-serif;
    font-weight: 500;
}

h2 {
    font-size: 28px;
}

body {
    color: #7e8186;
    font-weight: 400;
}

span {
    font-weight: 500;
}

.body-icon {
    position: fixed;
    z-index: 1;
    bottom: 52px;
    right: 28px;
    background-color: #f7c033;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #1b1b1b;
    font-size: 20px;
}

.body-icon i {
    color: #1b1b1b;
}

/* top-header style
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.top-header {
    background-color: #1b1b1b;
    color: white;
    padding: 10px;
}

.top-col-1 {
    display: flex;
    gap: 70px;
}

.top-col-1 p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
}

.iconss i {
    background-color: #f7c033;
    color: #1b1b1b;
    font-size: 13px;
    width: 25px;
    height: 25px;
    border-radius: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.top-icon {
    text-align: right;
}

.top-icon i {
    background-color: #f7c033;
    border: 1px solid;
    color: #1b1b1b;
    font-size: 13px;
    width: 25px;
    height: 25px;
    border-radius: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 0px 3px;
}

.top-icon i:hover {
    background-color: white;
    color: #1b1b1b;
}

.modal-backdrop.fade.show {
    opacity: 0.5;
    transition: opacity 0.15s linear;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1040;
}


/* media query top-header style
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 1199px) {
    .top-header {
        padding: 5px;
    }

    .top-col-1 p {
        font-size: 14px;
    }

    .iconss i {
        font-size: 10px;
        width: 20px;
        height: 20px;
    }

    .top-icon i {
        font-size: 10px;
        width: 20px;
        height: 20px;
    }
}

@media screen and (max-width: 767px) {
    .top-col-1 {
        font-size: 12px;
    }

    .iconss i {
        font-size: 9px;
        width: 18px;
        height: 18px;
    }

    .top-icon i {
        font-size: 9px;
        width: 18px;
        height: 18px;
    }

    header {
        top: 28px;
    }
}

@media screen and (max-width: 575px) {
    .top-header {
        display: none;
    }

    .top-col-1 p {
        font-size: 12px;
    }
}



/* header style
–––––––––––––––––––––––––––––––––––––––––––––––––– */
header {
    padding: 0px;
}

header {
    position: fixed;
    top: 45px;
    left: 0%;
    right: 0%;
    z-index: 9;
    background-color: white;
    box-shadow: 0px 0px 5px #00000052;
}

.navbar-fixed {
    top: 0;
    z-index: 100;
    position: fixed;
    width: 100%;
    background-color: white;
    box-shadow: 0px 0px 5px #00000052;
}

a.navbar-brand {
    color: #1b1b1b;
    font-weight: 500;
}

.navbar ul {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
}

.navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 20px;
}

.navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    justify-content: end;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 13px 20px;
    margin: 0px 1px;
    font-size: 18px;
}

a.nav-item.nav-link {
    color: #1b1b1b;
    text-decoration: none;
}

a.nav-item.nav-link:hover {
    color: #f7c033;
}

a.nav-item.nav-link.active {
    color: #f7c033;
    padding: 0px 20px;
}

.icons i {
    color: white;
    margin: 3px;
}

.phone-number p {
    margin-right: 20px;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.btn-phone-icon i {
    display: flex;
    float: left;
    justify-content: center;
    align-items: center;
    background-color: #f7c033;
    color: #1b1b1b;
    font-size: 12px;
    width: 25px;
    height: 25px;
    border-radius: 50px;
    margin-right: 15px;
}

.style-skew {
    transform: skew(-20deg);
    background-color: #f7c033;
    color: #1b1b1b;
    font-size: 14px;
    padding: 10px 30px;
    position: relative;
}

.style-skew:before {
    content: "";
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #1b1b1b;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    z-index: -1;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.style-skew:hover::before,
.style-skew.active::before {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.style-skew:hover {
    color: white;
}

.style-skew span {
    display: inline-block;
    -webkit-transform: skew(20deg);
    -ms-transform: skew(20deg);
    transform: skew(20deg);
}

:focus-visible {
    outline: none;
}


/* media query header style
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 1399px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 0px 15px;
        font-size: 17px;
    }
}

@media screen and (max-width: 1199px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 0px 3px;
        margin: 0px 1px;
        font-size: 17px;
    }

    header {
        top: 32px;
    }
}

@media screen and (max-width: 991px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 10px 0px;
        margin: 0px 1px;
        font-size: 17px;
    }

    .buttons {
        margin: auto;
    }

    .phone-number {
        margin: 10px 0px;
    }

    .navbar-toggler {
        padding: 0.25rem .75rem;
        font-size: 17px;
        line-height: 1;
        background-color: #f7c033;
        border: 1px solid #f7c033;
        border-radius: 5px;
        transition: box-shadow .15s ease-in-out;
        color: #1b1b1b;
    }

    .navbar-toggler:focus {
        text-decoration: none;
        outline: none;
        box-shadow: none;
    }
}

@media screen and (max-width: 767px) {
    .header_text {
        font-size: 11px;
    }

    header {
        top: 28px;
    }
}

@media screen and (max-width: 575px) {
    .top_header {
        display: none;
    }

    header {
        top: 0px;
    }

    .style-skew {
        font-size: 12px;
        padding: 8px 10px;
    }
}


/* banner style
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.banner {
    /* background-image: url('http://15.207.138.247/orbidirectory/public/storage/85/1735811506_download-(8).jpg');  */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 10rem 0;
    position: relative;
}

.banner-text {
    color: white;
    position: relative;
}

.small-text {
    text-align: center;
    color: #f7c033;
    font-size: 15px;
    text-transform: uppercase;

    &:before,
    &:after {
        content: '';
        display: inline-block;
        width: 100px;
        height: 1px;
        vertical-align: middle;
        background-color: currentColor;
    }

    &:before {
        margin-right: 10px;
    }

    &:after {
        margin-left: 10px;
    }
}

.banner-text h1 {
    color: white;
    margin: 10px 0;
}

.banner-text p {
    font-size: 18px;
}

.banner-text h3 {
    color: white;
}

.banner-button {
    margin-top: 30px;
}

/* media query banner style
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 991px) {
    .banner {
        padding: 8rem 0;
    }

    .banner::before {
        content: "";
        position: absolute;
        background-color: #1b1b1b8f;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
    }
}

@media screen and (max-width: 575px) {
    p {
        font-size: 15px;
    }

    h2 {
        font-size: 22px;
    }

    .banner-text p {
        font-size: 16px;
    }

    .banner {
        padding: 4rem 0;
        margin-top: 4rem;
    }

    .banner-button {
        text-align: center;
    }
}




/* about style
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.about {
    padding: 4rem 0;
}

.about-wrap {
    background-color: #303030;
    padding: 2rem;
    border-radius: 10px;
}

.about-wrap-images {
    position: relative;
}

.about-img-1 {
    text-align: center;
    border: 1px solid;
    border-radius: 10px;
}

.about-img-1 img {
    position: relative;
    height: 500px;
    width:100%;
    border-radius: 10px;
    object-fit: cover;
}

.about-wrap-info {
    position: absolute;
    background-color: white;
    padding: 20px 30px;
    border-radius: 12px;
    width: 153px;
    height: 160px;
    z-index: 2;
    border: 1px solid;
}

.about-wrap-info h2 {
    color: #f7c033;
}

.overlay_play {
    position: absolute;
    top: 27rem;
    left: 33rem;
}

a.play-btn {
    display: inline-block;
    /* width: 0px; */
    /* height: 50px; */
    color: #f7c033;
    border-radius: 50%;
    line-height: 52px;
    font-size: 39px;
    position: absolute;
    left: 3px;
    top: -5px;
    text-align: center;
}

.ripple {
    position: relative;
    text-decoration: none;
    color: #fff;
    width: 45px;
    height: 45px;
    background-color: transparent;
    margin: 0 auto;
    border-radius: 50%;
    -webkit-animation: ripple 1s linear infinite;
    animation: ripple 1s linear infinite;
}

@-webkit-keyframes ripple {
    0% {
        -webkit-box-shadow: 0 0 0 0 #f7c033, 0 0 0 10px #f7c033;
        box-shadow: 0 0 0 0 #f7c033, 0 0 0 10px #f7c033;
    }

    100% {
        -webkit-box-shadow: 0 0 0 10px #f7c033, 0 0 0 30px;
        box-shadow: 0 0 0 10px #f7c033, 0 0 0 30px #f7c033;
    }
}

@keyframes ripple {
    0% {
        -webkit-box-shadow: 0 0 0 0 #f7c033, 0 0 0 10px #f7c033;
        box-shadow: 0 0 0 0 #f7c033, 0 0 0 10px #f7c033;
    }

    100% {
        -webkit-box-shadow: 0 0 0 10px #f7c033, 0 0 0 30px #f7c033;
        box-shadow: 0 0 0 10px transparent, 0 0 0 30px transparent;
    }
}



.about-wrap-text {
    padding: 0 10px;
}

.about-wrap-text h2 {
    color: white;
    margin: 10px 0;
}

.about-list tbody tr {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.about-list-wrapper {
    display: flex;
    gap: 20px;
    align-items: center;
    margin: 20px 0;
    color: white;
}

.about-list:first-child {
    min-width: 250px;
    margin-left: 0;
}

.about-list {
    padding: 0;
    border: none;
    min-width: 250px;
    margin-left: 0;
}

.about-list td {
    color: white;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-transform: capitalize;
    white-space: nowrap;
    text-align: left;
    padding-bottom: 5px;
}

.about-list-wrapper .about-line {
    width: 1px;
    height: 95px;
    border-right: 1px solid #ffffff6e;
    margin-bottom: 10px;
}


.about-counter-wrap {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
    gap: 10px;
}

.about-counter_number {
    color: #f7c033;
    font-size: 35px;
    font-weight: bold;
}

.about-counter {
    border: 1px solid #ffffff6e;
    border-radius: 10px;
    padding: 18px 17px;
    text-align: center;
    color: white;
}

.about-counter_number h3 {
    margin-bottom: 0;
}

.about-counter_text {
    margin-bottom: 0;
}

.about-button-group {
    display: flex;
    gap: 40px;
    margin-top: 15px;
}

.call-btn {
    display: flex;
    box-align: center;
    align-items: center;
    align-items: center;
    gap: 20px;
}

a.btn-icon {
    color: #1b1b1b;
    background: #f7c033;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    text-decoration: none;
}

a.btn-title {
    color: #f7c033;
    font-size: 20px;
    text-decoration: none;
}

.style-skew-1 {
    transform: skew(-20deg);
    background-color: #f7c033;
    color: #1b1b1b;
    font-size: 14px;
    padding: 10px 15px;
    position: relative;
}

.style-skew-1:before {
    content: "";
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    background-color: white;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    z-index: -1;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.style-skew-1:hover::before,
.style-skew-1.active::before {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.style-skew-1:hover {
    color: #1b1b1b;
}

.style-skew-1 span {
    display: inline-block;
    -webkit-transform: skew(20deg);
    -ms-transform: skew(20deg);
    transform: skew(20deg);
}

:focus-visible {
    outline: none;
}

/* media query about style
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 1399px) {
    .overlay_play {
        position: absolute;
        top: 27rem;
        left: 27rem;
    }

    .about-list-wrapper {
        display: block;
    }

    .about-line {
        display: none;
    }

    .about-list:first-child {
        min-width: 100%;
    }

    .about-list {
        min-width: 100%;
    }

    .about-button-group {
        gap: 22px;
    }

    .call-btn {
        gap: 15px;
    }

    a.btn-title {
        font-size: 18px;
    }
}

@media screen and (max-width: 1199px) {
    .overlay_play {
        top: 27rem;
        left: 22rem;
    }

    .about-wrap-info {
        padding: 18px;
        font-size: 14px;
        width: 115px;
        height: 130px;
    }

    .about-button-group {
        display: flex;
    }
}

@media screen and (max-width: 991px) {
    .about-img-1 img {
        height: 300px;
    }

    .about-wrap-text {
        padding: 0;
        margin-top: 20px;
    }

    .about-counter-wrap {
        gap: 0px;
    }

    .overlay_play {
        top: 14rem;
        left: 34rem;
    }

    .about-button-group {
        gap: 40px;
    }

    a.btn-icon {
        color: #1b1b1b;
        background: #f7c033;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 30px;
        height: 30px;
        border-radius: 50px;
        text-decoration: none;
        font-size: 12px;
    }
}

@media screen and (max-width: 767px) {
    .overlay_play {
        top: 14rem;
        left: 24rem;
    }

    .about-counter {
        padding: 10px 10px;
    }
}

@media screen and (max-width: 575px) {
    .small-text {

        &:before,
        &:after {
            content: '';
            display: inline-block;
            width: 30px;
            height: 1px;
            vertical-align: middle;
            background-color: currentColor;
        }
    }

    .about-wrap-text {
        text-align: center;
    }

    .about-counter-wrap {
        display: block;
        margin: auto;
    }

    .about-counter {
        margin: 10px 0;
    }

    .overlay_play {
        top: 14rem;
        left: 24rem;
    }

    .feature-circle-wrap {
        display: block;
    }

    .style-skew-1 {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 12px;
        padding: 5px 10px;
        position: relative;
    }

    .about {
        padding: 2rem 0;
    }

    .about-button-group {
        justify-content: center;
        display: flex;
        gap: 20px;
        margin-top: 25px;
    }
}

@media screen and (max-width: 530px) {
    .overlay_play {
        top: 15rem;
        left: 23rem;
    }
}

@media screen and (max-width: 499px) {
    .overlay_play {
        top: 15rem;
        left: 20rem;
    }
}

@media screen and (max-width: 479px) {
    .overlay_play {
        top: 15rem;
        left: 18rem;
    }

    .about-wrap-info {
        padding: 11px;
        font-size: 13px;
        width: 100px;
        height: 110px;
    }
}

@media screen and (max-width: 430px) {
    .overlay_play {
        top: 15rem;
        left: 16rem;
    }

    .about-wrap-info {
        width: 85px;
        height: 110px;
    }
}

@media screen and (max-width: 396px) {
    .overlay_play {
        top: 15rem;
        left: 14rem;
    }
}

@media screen and (max-width: 365px) {
    .overlay_play {
        top: 15rem;
        left: 13rem;
    }
}




/* available style
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.available {
    padding-top: 4rem;
    padding-bottom: 8rem;
    background-color: #80808014;
}

.nav {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav .nav-item button.active {
    background-color: transparent;
}

.nav .nav-item button.active::after {
    content: "";
    border-bottom: none;
    width: 100%;
    background-color: #f7c033;
    position: absolute;
    left: 0;
    bottom: -1px;
    border-radius: 5px 5px 0 0;
}

.nav-pills .nav-link {
    background: #f7c033;
    border: 0;
    border-radius: .25rem;
}

.available-wrap {
    background-color: white;
    padding: 40px;
}

.taxi-feature_icon img {
    width: 18px;
}

.taxi-feature_icon {
    display: flex;
    background-color: #f7c033;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    width: 30px;
    height: 30px;
}

.tab-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px 0;
}

.taxi-feature {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 5px 0;
}

.taxi-feature_title {
    font-size: 17px;
    width: 175px;
    margin-bottom: 0;
}

.taxi-feature_info {
    width: 121px;
}

.taxi-img {
    text-align: center;
}

.taxi-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.pegination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 20px 0;
}

.pagination-button {
    border: 1px solid #f7c033;
    background-color: #f6bf32;
    color: #1b1b1b;
    border-radius: 5px;
    padding: 5px 10px;
}

.pagination-button:hover {
    background-color: #1b1b1b;
    color: white;
    border: 1px solid #1b1b1b;
}

/* media query available style
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 1399px) {
    .taxi-feature_title {
        width: 233px;
    }
}

@media screen and (max-width: 1199px) {
    .taxi-feature {
        display: flex;
        align-items: center;
        gap: 10px;
        margin: 5px 0;
    }

    .taxi-feature_info {
        width: 0;
    }

    .taxi-feature_title {
        width: 160px;
    }

    .taxi-feature_info {
        width: 64px;
    }
}

@media screen and (max-width: 991px) {
    .taxi-about {
        margin-top: 20px;
    }

    .taxi-feature_title {
        font-size: 16px;
        width: 156px;
    }

    .taxi-feature {
        gap: 15px;
        margin: 5px 0;
    }

    .taxi-feature_info {
        font-size: 14px;
    }

    .taxi-img img {
        width: 100%;
        height: auto;
    }
}

@media screen and (max-width: 767px) {
    .taxi-feature_info {
        width: 129px;
    }
}

@media screen and (max-width: 575px) {
    .available {
        padding-top: 2rem;
        padding-bottom: 7rem;
        background-color: #80808014;
    }
}

@media screen and (max-width: 480px) {
    .taxi-feature_title {
        font-size: 15px;
        width: 143px;
    }

    .taxi-feature_info {
        width: 121px;
    }
}

@media screen and (max-width: 416px) {
    .taxi-feature_title {
        width: 172px;
    }

    .taxi-feature {
        gap: 10px;
        margin: 3px 0;
    }
}

@media screen and (max-width: 392px) {
    .taxi-feature_title {
        width: 200px;
    }
}


/* track_wrap style
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.track_wrap {
    position: relative;
}

.track {
    background-image: url(/img/border_1.png);
    width: 100%;
    height: 24.56px;
    background-repeat: repeat-x;
    background-size: auto;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: bgSlide 25s linear infinite;
    animation: bgSlide 25s linear infinite;
    background-position: center center;
}

.moving_Car {
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-animation: movingX 35s linear infinite;
    animation: movingX 35s linear infinite;
}

.moving_Car img {
    max-width: 100%;
    height: auto;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.movingX {
    -webkit-animation: movingX 35s linear infinite;
    animation: movingX 35s linear infinite;
}

@-webkit-keyframes movingX {
    0% {
        -webkit-transform: translateX(0) rotateY(0deg);
        transform: translateX(0) rotateY(0deg);
    }

    50% {
        -webkit-transform: translateX(calc(100vw - 100%));
        transform: translateX(calc(100vw - 100%));
    }

    51% {
        -webkit-transform: translateX(calc(100vw - 100%)) rotateY(180deg);
        transform: translateX(calc(100vw - 100%)) rotateY(180deg);
    }

    100% {
        -webkit-transform: translateX(0) rotateY(180deg);
        transform: translateX(0) rotateY(180deg);
    }
}

@keyframes movingX {
    0% {
        -webkit-transform: translateX(0) rotateY(0deg);
        transform: translateX(0) rotateY(0deg);
    }

    50% {
        -webkit-transform: translateX(calc(100vw - 100%));
        transform: translateX(calc(100vw - 100%));
    }

    51% {
        -webkit-transform: translateX(calc(100vw - 100%)) rotateY(180deg);
        transform: translateX(calc(100vw - 100%)) rotateY(180deg);
    }

    100% {
        -webkit-transform: translateX(0) rotateY(180deg);
        transform: translateX(0) rotateY(180deg);
    }
}

@-webkit-keyframes bgSlide {
    0% {
        background-position: 0 0;
    }

    0% {
        background-position: 0 -50%;
    }

    0% {
        background-position: 0 0;
    }
}

@keyframes bgSlide {
    0% {
        background-position: 0 0;
    }

    0% {
        background-position: 0 -50%;
    }

    0% {
        background-position: 0 0;
    }
}


/* services style
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.hh {
    text-align: center;
}

.hh h2 {
    padding: 10px 0;
}

.services {
    background-color: #80808014;
    position: relative;
    padding-top: 6rem;
    padding-bottom: 4rem;
}

.owl-carousel.owl-loaded {
    display: block;
    margin-top: 20px;
}

.item img {
    display: block;
    width: 100%;
    height: 100%;
}

.item {
    background-color: white;
    margin: 0px 12px;
    position: relative;
}

.item-text {
    padding: 10px 20px;
}

.item-text h5 {
    margin-top: 10px;
    padding: 5px 0;
}


.owl-carousel .owl-nav {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 60px;
    color: #f7c033;
}

.owl-prev span {
    position: absolute;
    left: -40px;
    top: 50%;
    background-color: black;
    width: 40px;
    height: 40px;
    line-height: 25px;
    border-radius: 50px;
}

.owl-next span {
    position: absolute;
    top: 50%;
    background-color: black;
    width: 40px;
    height: 40px;
    line-height: 25px;
    border-radius: 50px;
}
.testimonialCarousel .slick-prev:before, .testimonialCarousel .slick-next:before {
    color: #000;
    font-size: 36px;
    border-radius: 100%;
    background-color: #f7c033;
    width: 24px;
    display: flex;
    height: 27px;
    justify-content: center;
    align-items: baseline;
}
.slick-prev:before, .slick-next:before {
    color: #000 !important;
    font-size: 36px !important;
    border-radius: 100%;
    background-color: #f7c033;
    width: 24px;
    display: flex;
    height: 27px;
    justify-content: center;
    align-items: baseline;
}


/* media query services style
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 767px) {
    .team-right-wrap-1 {
        display: block;
        height: 100%;
    }

    .owl-carousel .owl-nav {
        width: 94%;
        font-size: 32px;
    }

    .owl-prev span {
        width: 30px;
        height: 30px;
        line-height: 21px;
        left: 0px;
        top: 58%;
    }

    .owl-next span {
        width: 30px;
        height: 30px;
        line-height: 21px;
        top: 58%;
    }
}

@media screen and (max-width: 575px) {
    .services {
        background-color: #80808014;
        position: relative;
        padding-top: 4rem;
        padding-bottom: 2rem;
    }

    .item-text {
        padding: 10px 20px;
        text-align: center;
    }
}





/* my-skills style
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.my-skills {
    padding: 4rem 0;
}

.my-skills-wrap {
    background-color: #303030;
    padding: 2rem;
    border-radius: 10px;
}

.my-skills-wrap h2 {
    color: white;
    margin: 10px 0;
}

.progress-wrap {
    padding: 5px 0;
}

.progress {
    flex-grow: 1;
}

.pbar-mr-1 {
    justify-content: space-between;
    display: flex;
}

.pbar-mr-2 {
    margin: 5px 0;
    color: white;
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #f7c033;
    transition: width .6s ease;
}

.progress {
    display: flex;
    height: 25px;
    overflow: hidden;
    font-size: 15px;
    background-color: #f5f5f5;
    border-radius: 10px;
}

.skills-text-1 {
    margin-top: 10px;
    padding: 10px 0;
    color: white;
}

.skills-text-1 h3 {
    color: white;
}

.feature-circle-wrap {
    display: flex;
    justify-content: space-between;
}

.feature-circle {
    background-color: #f7c033;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 130px;
    height: 130px;
    border-radius: 100px;
    color: white;
}

.circle-num {
    text-align: center;
    font-size: 20px;
}

.my-skills-image {
    text-align: center;
}

.my-skills-image img {
    width: auto;
    height: 640px;

}


/* media query my-skills style
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 991px) {
    .my-skills-image img {
        width: auto;
        height: 300px;
    }

    .my-skills-image {
        margin-top: 20px;
    }
}

@media screen and (max-width: 767px) {
    .feature-circle {
        background-color: #f7c033;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100px;
        height: 100px;
        border-radius: 100px;
        color: white;
    }
}

@media screen and (max-width: 575px) {
    .my-skills-text {
        text-align: center;
    }

    .feature-circle {
        margin: auto;
        margin-bottom: 10px;
    }

    .feature-circle {
        background-color: #f7c033;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 90px;
        height: 90px;
        border-radius: 100px;
        color: white;
    }

    .my-skills {
        padding: 2rem 0;
    }
}

@media screen and (max-width: 380px) {
    .feature-circle {
        background-color: #f7c033;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 80px;
        height: 80px;
        border-radius: 100px;
        color: white;
    }

    .circle-num {
        text-align: center;
        font-size: 13px;
    }
}

@media screen and (max-width: 340px) {
    .feature-circle-wrap {
        display: block;
    }
}





/* booking-form style
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.booking-form {
    padding: 4rem 0;
    background-color: #80808014;
}

.booking-text h2 {
    text-transform: capitalize;
    line-height: 54px;
    margin: 12px 0px;
}

.booking-text p {
    margin-top: 20px;
    border: 1px solid var(--border-color);
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05);
    background-color: var(--white-color);
    padding: 17px 28px;
    margin-bottom: 20px;
    font-size: 17px;
    color: #7e8186;
    line-height: 26px;
}

.booking-button {
    margin-top: 30px;
    display: flex;
}

.call-text {
    margin-left: 25px;
}


.form-control.form-1 {
    display: block;
    width: 100%;
    padding: 10px 15px;
    color: #212529;
    font-size: 16px;
    border: none;
}

.form-select.form-control.form-1 {
    color: #717981;
}



/* media query booking-form style
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 991px) {
    .data-form {
        margin-top: 40px;
    }
}

@media screen and (max-width: 575px) {
    .booking-text {
        text-align: center;
    }

    .booking-button {
        margin-top: 30px;
        display: flex;
        justify-content: center;
    }

    .booking-form {
        padding: 2rem 0;
    }
}





/* why_choose_me style
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.why_choose_me {
    padding: 4rem 0;
}

.why_choose_me_image-1 img {
    width: 545px;
    height: 571px;
    border-radius: 20px;
    border: 1.5px dashed #f7c033;
    padding: 10px;
}

.why_choose_me_images {
    position: relative;
}

.why_choose_me_images .year-counter {
    background-color: #f7c033;
    border: 6px solid white;
    display: flex;
    color: white;
    gap: 10px;
    padding: 15px;
    border-radius: 50px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    left: -15%;
    top: 45%;
}

.why_choose_me_wrap h2 {
    padding-top: 10px;
}

.choose_me_paragraph {
    margin-top: 10px;
    border: 1px solid var(--border-color);
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.05);
    background-color: var(--white-color);
    padding: 17px 28px;
    margin-bottom: 20px;
    color: #7e8186;
    line-height: 26px;
}

.choose_me_list-1 {
    display: flex;
    gap: 20px;
    padding: 2px 0;
}

.choose_me_list-body_title {
    margin-bottom: 0;
    font-size: 20px;
}

.choose_me_list-icon {
    background-color: #f7c033;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    border-radius: 50px;
}

/* media query why_choose_me style
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 1199px) {
    .why_choose_me_image-1 img {
        width: 100%;
        height: 570px;
    }
}

@media screen and (max-width: 991px) {
    .why_choose_me_wrap {
        margin-top: 30px;
    }

    .why_choose_me_image-1 img {
        width: 100%;
        height: 490px;
    }
}

@media screen and (max-width: 575px) {
    .why_choose_me_wrap {
        text-align: center;
    }

    .choose_me_list-1 {
        display: block;
        gap: 0px;
        padding: 0px 0;
    }

    .choose_me_list-icon {
        margin: auto;
    }

    .choose_me_list-body_title {
        margin-top: 10px;
    }

    .about-button-group {
        justify-content: center;
        display: flex;
    }

    .why_choose_me_images .year-counter {
        padding: 10px;
        left: -15%;
    }

    .why_choose_me {
        padding: 2rem 0;
    }

    .choose_me_list-icon img {
        width: 20px;
    }

    .choose_me_list-icon {
        width: 40px;
        height: 40px;
    }
}


@media screen and (max-width: 430px) {
    .why_choose_me_image-1 img {
        width: 100%;
        height: 400px;
    }
}

@media screen and (max-width: 380px) {
    .why_choose_me_image-1 img {
        width: 100%;
        height: 350px;
    }
}



/* testimonial style
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.testimonial {
    padding: 4rem 0rem;
    background-color: #f5f5f5;
}

.carousel img {
    width: 70px;
    max-height: 70px;
    border-radius: 50%;
    margin-right: 1rem;
    overflow: hidden;
}


.carousel-inner {
    padding: 1em;
    text-align: center;
}

.carousel .card {
    margin: 0 0.5em;
    border: 0;
}
.slick-slide .tesimonial_cardBody img {
    display: inline-block;
    margin-right: 0px;
}

.carousel-control-next {
    width: 3rem;
    height: 3rem;
    /* font-size: 20px; */
    border-radius: 50%;
    top: 50%;
    right: -17px;
    transform: translateY(-50%);
    opacity: 1;
}

.carousel-control-prev {
    width: 3rem;
    height: 3rem;
    /* font-size: 20px; */
    border-radius: 50%;
    top: 50%;
    left: -22px;
    transform: translateY(-50%);
    opacity: 1;
}

i.fas.fa-chevron-left,
i.fas.fa-chevron-right {
    position: absolute;
    font-size: 25px;
    color: #f7c033;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background-color: #1b1b1b;
}

.form-select-2 {
    text-align: center;
}

.form-select-2 img {
    width: 400px;
}


/* media query testimonial style
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (min-width: 576px) {
    .carousel-inner {
        display: flex;
        width: 90%;
        margin-inline: auto;
        padding: 1em 0;
        overflow: hidden;
    }

    .carousel-item {
        display: block;
        margin-right: 0;
        flex: 0 0 calc(100% / 2);
    }
}

@media screen and (min-width: 768px) {
    .carousel-item {
        display: block;
        margin-right: 0;
        flex: 0 0 calc(100% / 2);
    }
}

@media screen and (min-width: 575px) {
    .testimonial {
        padding: 2rem 0rem;
    }
}





/* footer style
–––––––––––––––––––––––––––––––––––––––––––––––––– */
footer {
    background-color: #1b1b1b;
    padding: 4rem 0;
    border-bottom: 1px solid whitesmoke;
    color: #adadad;
}

a.navbar-brand-1 {
    color: white;
    text-decoration: none;
    font-size: 22px;
}

.footer-heading {
    color: white;
    text-transform: uppercase;
    padding-bottom: 12px;
    font-size: 20px;

    &:before,
    &:after {
        content: '';
        display: inline-block;
        color: #f7c033;
        width: 30px;
        height: 1px;
        vertical-align: middle;
        background-color: currentColor;
    }

    &:before {
        margin-right: 10px;
    }

    &:after {
        margin-left: 10px;
    }
}

.footer-col-0 p {
    margin-bottom: 0;
}

.footer-col-icon i {
    background-color: #f7c033;
    color: #1b1b1b;
    border: 1px solid;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: 3px;
}

.footer-col-icon i:hover {
    background-color: white;
    color: #1b1b1b;
}

.menu-list {
    list-style: none;
    font-size: 17px;
    padding: 8px 0;
}

.menu-list i {
    margin-right: 10px;
}

.menu-list a {
    color: #adadad;
    text-decoration: none;
}

.menu-list a:hover {
    color: #f7c033;
}

.footer-post {
    padding: 2px 0;
}

.img-post img {
    float: left;
    border-radius: 10px;
    margin-right: 10px;
    width: 100%;
}

.post-date span a {
    color: #adadad;
    text-decoration: none;
    font-size: 14px;
}

.post-date {
    margin-bottom: 5px;
}

.post-date i {
    color: #f7c033;
    margin-right: 3px;
}

.post-content h5 a {
    color: white;
    text-decoration: none;
}

.post-content h5 a:hover {
    color: #f7c033;
}

.post-content p a {
    color: #f7c033;
    text-decoration: none;
}

.post-content p a:hover {
    color: white;
}

.footer-contact p a {
    color: #ADADAD;
    text-decoration: none;
}

.footer-contact p a:hover {
    color: #f7c033;
}

.footer-col-3-icon {
    display: flex;
    gap: 10px;
}

.footer-contact i {
    background-color: #f7c033;
    color: #1b1b1b;
    width: 25px;
    height: 25px;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* media query footer style
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 991px) {
    .footer-col {
        margin-top: 20px;
    }
}

@media screen and (max-width: 991px) {
    .footer-heading {
        margin-top: 20px;
    }
}

@media screen and (max-width: 575px) {
    .footer-heading {
        text-align: center;
    }

    .footer-contact {
        padding: 8px 0px;
    }

    footer {
        padding: 2rem 0;
    }

    .footer-col-0 {
        text-align: center;
    }

    .footer-col-3 {
        text-align: center;
    }

    .footer-col-3-icon {
        display: flex;
        gap: 10px;
        justify-content: center;
    }
}



/* footer-bottom style
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.footer-bottom {
    background-color: #f7c033;
    padding: 10px 0;
}

.footer-bottom-1 p {
    margin: 0;
}

.footer-bottom-1 {
    display: flex;
    justify-content: space-between;
    color: #1b1b1b;
}

/* media query footer-bottom style
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 575px) {
    .footer-bottom-1 {
        display: block;
        text-align: center;
    }
}




/* model form style
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.modal-body {
    background-color: whitesmoke;
    padding: 10px;
}

.modal-image {
    position: relative;
}

.modal-image img {
    width: 100%;
    height: 450px;
}

.call-text-1 {
    margin-left: 25px;
    color: white;
}

.about-button-group-1 {
    justify-content: center;
    margin-top: 15px;
    display: flex;
    position: absolute;
    bottom: 32px;
    left: 100px;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 950px;
        margin: 1.75rem auto;
    }
}