@media screen and (min-width:0px) and (max-width:767px) {
    .btm-brdr{
        border-bottom:0px!important;
        padding-bottom:0px!important;
    }
    .dd-none{
        display:none;
    }
    ul.marker-list li {
        font-size: 14px !important;
    }
    .wpo-breadcumb-area .nav-area-navigation a {
        font-size: 13px!important;
    }
    .media .media-body{
        margin-left:10px;
    }
    .single-fun-facts-area-5 {
        border-bottom: 1px solid #2B2B30 !important;
    }
    .our-working-process-area-4.bg_image-process {
        height: 480px!important;
    }
    .video-section .title {
        font-size: 38px !important;
    }
    .appointment-section img{
        display:none;
    }
    .appointment-section .wpo-section-title-appointment h3 {
        font-size: 30px!important;
    }
    .modal-content1 {
        width: auto !important;
    }
    .video-section .duration {
        margin-top: 30% !important;
        position: relative;
        right: 20px;
    }
    .popular__featured--inner a {
        padding: 5px 0px!important;
        
    }
    .working-process-mt-dec-4 {
        margin-top: -50px;
    }
    .about-area-right-3 .title {
        font-size: 30px!important;
        line-height: 1.5;
    }
    .choose_detail h4 {
        font-size: 15px!important;
    }
    .cg-spon4-item {
        width: 50%!important;
    }

        .cg-spon4-item .item-img {
            height: 100px!important;
        }
    .cg-sec-title-2 .sec_title {
        font-size: 25px!important;
    }
    .helpLink{
        right:44%!important;
    }

    .about_icon_box h2 span {      
        font-size: 26px!important;
        
    }

    .about_icon_box h2 {
        font-size: 26px !important;
        position: relative;
        bottom: 30px;
        line-height: 1.5;
    }
    .section_choose-us {
        margin: 3px 0px!important;
    }
    .service_detail_m{
        position:relative;
        bottom:20px;
    }
    .img_about img {
        position: relative;
        bottom: 50px;
    }
    .title-left-align-five .title {
        font-size: 28px!important;
    }
}

img.logo__sdgl{
    width:130px;
}
.footer-icons a i:hover{
    color:#ff7236;
}

#fix-rig {
    top: 44%;
    right: -60px;
    font-size: 16px;
    background:#ff7236;
    color: #fff;
    padding: 8px 13px 10px;
    transform: rotate(-90deg);
    box-shadow: rgba(0, 12, 105, 0.44) 0px 2px 15px 0px;
    z-index: 999 !important;
}
.nav-popup .popup {
    margin: 70px auto;
    padding: 20px;
    /*background: #ff7236;*/
    border-radius: 5px;
    width: 35%;
    position: relative;
    transition: all 5s ease-in-out;
}
.quote-form-modal{
    margin-top:-15%;
}
.nav-popup .popup .close {
    position: absolute;
    top: -50px;
    right: 30px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    cursor: pointer
}
.overlay.nav-popup:target {
    visibility: visible;
    opacity: 1;
    overflow: hidden;
}

.overlay.nav-popup {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
    z-index:99;
}

.mb-20 {
    margin-bottom: 2rem;
}
.widget__form--input__field:focus{
    outline:none;
    
}
.widget__form--textarea__field {
    outline: none;
}

@media screen and (min-width:0px) and (max-width:767px){
    .nav-popup .popup{
        width:100%!important;
    }
}


.about_icon_box h2 span{
    color:#ff7236;
    font-size:40px;
}
.about_icon_box h2 {
    font-size: 40px;
}
.img_about img {
    border-radius: 20px;
}
.choose_us_index {
    display: flex;
    align-items: center;
    margin-top:30px;
}
.choose_detail {
    display: block;
    margin-bottom: 42px;
    overflow: hidden;
    padding-left: 50px;
    position: relative;
    top: 10px;
}
.choose_detail::before {
    border-left: 4px solid #ff7236;
    text-align: center;
    content: "";
    height: 100%;
    left: 8px;
    position: absolute;
    top: 2px;
    width: 32px;
}
    .choose_detail::after {
        background: url('https://www.warehousingexpress.com/img/service_bullet_img.png') no-repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 32px;
    }

.choose_detail h4{
    font-size:19px;
}
.hours{
    margin-top:-15px;
}
img.lazyloaded--img {
    border-radius: 20px;
}
.home-choose-us-video{
    position:relative;
}
.home-choose-us-video .video .btn-play {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 47%;
    transform: translate(-50%, -50%);
    box-sizing: content-box;
    display: block;
    width: 23px;
    height: 44px;
    border-radius: 50%;
    transition: 0.5s;
}
    .home-choose-us-video .video .btn-play::before {
        content: "";
        position: absolute;
        z-index: 0;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        display: block;
        width: 70px;
        height: 70px;
        background: var(--bs-white);
        border-radius: 50%;
        animation: pulse-border 1500ms ease-out infinite;
        transition: 0.5s;
    }
.home-choose-us-video a.iframe-link .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 23px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    margin-left: 5px;
}
.home-choose-us-video .video .btn-play::after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 50px;
    height: 50px;
    background: #ff7236;
    border-radius: 50%;
    transition: all 300ms;
}
@keyframes pulse-border{
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}


.achievements-section {
    padding: 100px 0 200px;

    
}
.with-bottom-effect {
    position: relative;
    overflow: hidden;
}

    .with-bottom-effect.transparent-effect .bottom-effect {
        position: absolute;
        z-index: 10;
        bottom: -50px;
        width: 2500px;
        height: 148px;
        left: -100px;
        background: rgba(255, 255, 255, 0.6);
        transform: rotate(-3deg);
        padding-top: 10px;
    }

        .with-bottom-effect.transparent-effect .bottom-effect::after {
            content: '';
            display: block;
            background: rgba(255, 255, 255, 0.9);
            height: 148px;
            box-shadow: inset 0px -12px 13px -2px white;
        }

    .with-bottom-effect::before {
        content: "";
        box-shadow: inset 0px -12px 13px -2px white;
        display: block;
        width: 100%;
        position: absolute;
        z-index: 11;
        bottom: 0;
        height: 0px;
    }

    .with-bottom-effect .bottom-effect {
        position: absolute;
        z-index: 2;
        bottom: -50px;
        width: 2500px;
        height: 148px;
        left: -100px;
        background: #fff;
        transform: rotate(-3deg);
        padding-top: 10px;
    }

        .with-bottom-effect .bottom-effect::after {
            content: '';
            display: block;
            background: #fff;
            height: 148px;
        }

.list-achieve .col-md-3:last-child .achieve-item::after {
    display: none;
}

.list-achieve .col-md-3 .achieve-item {
    position: relative;
}


.achieve-item {
    text-align: center;
    margin: 0 auto 15px;
    max-width: 300px;
    position: relative;
    transform: scale(0.95);
    transition: box-shadow 0.5s, transform 0.5s;
    box-shadow: 0 0 20px 0px #ff7236;
    padding: 15px 15px;
    border-radius: 12px;
}
    .achieve-item:hover {
        transition: all 1s;
        transform: scale(1);
        
    }

    .achieve-item .achieve-icon i.fa {
        font-size: 46px;
        color: #fff;
    }

    .achieve-item .count {
        padding: 30px 0;
        font-size: 30px;
        color: #fff;
        text-transform: uppercase;
        font-weight: bold;
    }

    .achieve-item .name {
        color: #fff;
        font-size: 22px;
        text-transform: uppercase;
    }

    /*video section*/

.video-section {
    padding: 100px 0 180px;
    position: relative;
}

    .video-section .video-play {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
.dark-content {
    position: relative;
    z-index: 2;
}

    .video-section .title {
        font-family: Raleway, sans-serif;
        font-size: 40px;
        margin-bottom: 10px;
        color: #fff;
        font-weight: 100;
    }

    .video-section em {
        font-size: 16px;
    }


    .video-section .duration {
        color: #dddddd;
        font-size: 14px;
        margin-top:9%;
    }

.dark {
    position: relative;
}

    .dark.dark-strong::after {
        opacity: 0.8;
    }

    .dark::after {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: #000000;
        opacity: 0.6;
        z-index: 1;
    }

.helpLink {
    display: block;
    line-height: 18pt;
    font-size: 72pt;
    font-weight: 400;
    text-align: center;
    color: #999;
    position: absolute;
    top: 100px;
    right: 47%;
    padding-left: .1em;
    transition: all .1s ease-in-out;
    user-select: none;
    cursor: pointer;
}

    .helpLink:hover,
    .helpLink:focus {
        color: #f60;
    }

    .helpLink:before {
        content: attr(data-assist);
        display: inline-block;
        text-align: center;
        background: #333;
        color: white;
        font-weight: 400;
        width: auto;
        overflow: hidden;
        white-space: pre;
        height: auto;
        position: absolute;
        bottom: calc(-10pt - 31px);
        right: 50%;
        line-height: 1;
        line-break: auto;
        padding: 8px;
        font-size: 10pt;
        color: white;
        transition: opacity .1s ease-in-out;
    }

    .helpLink:after {
        content: '';
        display: block;
        border: 10px solid transparent;
        border-right-color: #333;
        position: absolute;
        bottom: -25px;
        right: 50%;
    }

    .helpLink:before,
    .helpLink:after {
        pointer-events: none;
        opacity: 0;
    }

    .helpLink:hover:after,
    .helpLink:focus:after {
        transition: opacity .2s ease-in-out;
    }

    .helpLink:hover:before,
    .helpLink:focus:before,
    .helpLink:hover:after,
    .helpLink:focus:after {
        opacity: 1;
    }

/* Help Modal Logic */
.helpModal,
.helpModal * {
    box-sizing: border-box;
}

.helpModal,
.helpOverlay {
    display: none;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 5000;
}

    .helpModal:checked + .helpModal,
    .helpModal:checked + .helpModal .helpOverlay {
        display: block;
        opacity: 1;
        pointer-events: auto;
    }

.helpOverlay {
    margin: 0;
    background: rgba(0,0,0,.3);
    user-select: none;
    cursor: pointer;
}

.helpModal aside {
    display: block;
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    padding: 0;
    z-index: 6000;
    transition: padding .2s ease-in-out;
}

@media (min-width: 900px) {
    .helpModal aside {
        margin: 90px auto 30px auto;
    }
}
/* Exit Styles */
.helpExit {
    display: block;
    position: absolute;
    top: .0;
    right: 0;
    width: 50px;
    height: 50px;
    color: #c00;
    z-index: 6000;
    user-select: none;
    cursor: pointer;
}

    .helpExit:before,
    .helpExit:after {
        content: '';
        display: block;
        background: red;
        height: 25px;
        width: 4px;
        position: absolute;
        top: 12.5px;
        left: calc(50% - 2px);
        transform-origin: center;
        transition: all .1s ease-in-out;
    }

    .helpExit:before {
        transform: rotate(45deg);
    }

    .helpExit:after {
        transform: rotate(-45deg);
    }

    .helpExit:hover:before,
    .helpExit:focus:before,
    .helpExit:hover:after,
    .helpExit:focus:after {
        background: white;
    }

    .helpExit:hover:before,
    .helpExit:focus:before {
        transform: rotate(135deg);

    }

    .helpExit:hover:after,
    .helpExit:focus:after {
        transform: rotate(45deg);
    }

    .helpExit:focus + article,
    .helpExit:hover + article {
        opacity: .7;
    }

@media (min-width: 900px) {
    .helpExit:focus + article,
    .helpExit:hover + article {
        background: transparent;
        border: 1px solid white;
        color: white;
    }

        .helpExit:hover + article > *,
        .helpExit:focus + article > *,
        .helpExit:hover + article * + *,
        .helpExit:focus + article * + * {
            background: transparent !important;
            color: white;
        }
}
/* Article Styles */
.helpModal article {
    background: white;
    border: 0 solid transparent;
    margin: 0;
    color: #222;
    max-width: 900px;
    box-shadow: rgba(0,0,0,.15) 0 3px 15px;
    transition: all .2s ease-in-out;
     user-select: none;
    cursor: default;
}

    .helpModal article h1 {
        letter-spacing: -.02em;
        font-size: 24pt;
        margin: 0 0 .5em 0;
    }

    .helpModal article p {
        margin: 0;
        font-size: 12pt;
    }

        .helpModal article p + p {
            margin-top: 1em;
        }
/* Toggle Box */
.toggleBox,
.toggleBox * {
    box-sizing: border-box;
}

.toggleBox {
    background: #fafafa;
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
}

    .toggleBox:after {
        content: '';
        display: block;
        clear: both;
    }

    .toggleBox input {
        display: none;
        transition: all .1s ease-in-out;
    }

    .toggleBox label:hover,
    .toggleBox label:focus {
        text-decoration: underline;
    }

    .toggleBox input:checked + label {
        font-weight: bold;
        background: #eaeaea;
    }

    .toggleBox small {
        display: block;
        padding: 0;
        margin: 7px;
        font-size: 18pt;
        color: #333;
    }

    .toggleBox label {
        display: inline-block;
        width: 50%;
        float: left;
        padding: 15px 0;
        text-align: center;
        font-size: 10pt;
        user-select: none;
        cursor: pointer;
        background: white;
        border-top: 1px solid #eaeaea;
    }

    .toggleBox .slider {
        position: relative;
        float: left;
        width: 200%;
    }

        .toggleBox .slider div[class^="tab-"] {
            position: relative;
            display: block;
            float: left;
            width: 50%;
            transition: left .2s ease-in-out;
        }

    .toggleBox #tab1 ~ .slider .tab-1 {
        left: -50%;
    }

    .toggleBox #tab1:checked ~ .slider .tab-1 {
        left: 0;
    }

    .toggleBox #tab2 ~ .slider .tab-2 {
        left: 50%;
    }

    .toggleBox #tab2:checked ~ .slider .tab-2 {
        left: -50%;
    }

@media (min-width: 600px) {
    .toggleBox label {
        font-size: 12pt;
    }

    .toggleBox small {
        display: none;
    }
}
/* Video Embed */
.help-embed-container {
    position: relative;
    padding-bottom: 62.5%;
    height: 0;
    margin: 0;
    overflow: hidden;
    max-width: 100%;
}

    .help-embed-container iframe,
    .help-embed-container object,
    .help-embed-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
     /*clients section*/

.elementor-1100 .elementor-element.elementor-element-b2a9960 > .elementor-widget-container {
    padding: 40px 0px 0px 0px;
}
.cg-spon4-item-content {
    border-left: 1px solid rgba(0, 0, 0, 0.15);
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.cg-spon4-item {
    width: 20%;
    padding: 0px 30px;
    border-right: 1px solid rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

    .cg-spon4-item:hover .item-img {
        -webkit-animation: hithere 1s ease infinite;
        animation: hithere 1s ease infinite;
    }

    .cg-spon4-item .item-img {
        height: 200px;
        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;
    }


hithere animation {
    transform: rotate(8.70578deg) scale(1.1);
}

element.style {
}

.cg-spon4-item:hover .item-img {
    -webkit-animation: hithere 1s ease infinite;
    animation: hithere 1s ease infinite;
}

.cg-spon4-item .item-img {
    height: 200px;
    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;
}

@keyframes hithere {
    30% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    40%, 60% {
        -webkit-transform: rotate(-10deg) scale(1.1);
        transform: rotate(-10deg) scale(1.1);
    }

    50% {
        -webkit-transform: rotate(10deg) scale(1.1);
        transform: rotate(10deg) scale(1.1);
    }

    70% {
        -webkit-transform: rotate(0deg) scale(1.1);
        transform: rotate(0deg) scale(1.1);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
.cg-spon4-content .cg-sec-title-2 .sec_title {
    max-width: 800px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .cg-sec-title-2 .sec_title {
        font-size: 32px;
    }
}

.cg-sec-title-2 .sec_title {
    line-height: 1.4;
    font-size: 40px;
    font-weight: 500;
    color: #23262a;
}

.cg-sec-title-2 .subtitle {
    color: #ff7236;
    font-size: 18px;
    font-weight: 500;
}

.section__heading--subtitle.color__white {
    color: #fff;
    font-size:28px;
}
.section__heading--subtitle span {
    color: #ff7236;
    font-size:28px;
}
.popular__featured--inner a {
    padding:5px 15px;
    color: #fff;
    font-size: 16px;
    line-height:2.5;
}
    .popular__featured--inner a:hover {
        color: #ff7236;
    }

.section_choose-us{
    margin:60px 0px
}
.rts-section-gap {
    padding: 120px 0;
}
.g-24 {
    --bs-gutter-x: 24px;
    --bs-gutter-y: 24px;
}
.pb--50 {
    padding-bottom: 50px !important;
}
.title-left-align-five span.pre {
    text-transform: uppercase;
    font-size: 16px;
    color: #ff7236;
    font-weight: 700;
}
.why-choose-us-area {
    background: #F9F4F2;
}
.title-left-align-five .title {
    font-size: 40px;
    text-transform: uppercase;
    color: #141416;
    margin-top: 15px;
    margin-bottom: 0;
}
.accordion-area-five .accordion-item {
    padding: 13px 40px;
    margin-bottom: 20px;
    display: block;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: none;
    border: none;
}

@media only screen and (max-width: 575px) {
    .accordion-area-five .accordion-item {
        padding: 13px 15px;
    }
}

.accordion-area-five .accordion-item .accordion-button {
    background: transparent;
    border: none;
    box-shadow: none;
    font-size: 18px;
    font-weight: 600;
    color: #23262a;
    position: relative;
}

@media only screen and (max-width: 575px) {
    .accordion-area-five .accordion-item .accordion-button {
        font-size: 18px;
    }
}

.accordion-area-five .accordion-item .accordion-button::before {
    content: "";
    height: 144px;
    width: 144px;
    background-image: url(../images/why-choose/icons/01.svg);
    position: absolute;
    right: 0px;
    top: 20px;
    width: 0px;
    transition: 0.3s;
}

.accordion-area-five .accordion-item .accordion-button::after {
    display: none;
}

.accordion-area-five .accordion-item .accordion-button[aria-expanded=true]::before {
    opacity: 1;
    width: 144px;
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .accordion-area-five .accordion-item .accordion-button[aria-expanded=true]::before {
        display: none;
    }
}

@media only screen and (max-width: 1199px) {
    .accordion-area-five .accordion-item .accordion-button[aria-expanded=true]::before {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .accordion-area-five .accordion-item .accordion-button[aria-expanded=true]::before {
        display: none;
    }
}

.accordion-area-five .accordion-item .accordion-body {
    max-width: 75%;
}
    .accordion-area-five .accordion-item .accordion-body p {
        color: #535353;
        line-height:1.5;
        font-size:19px;
    }
    @media only screen and (min-width: 1200px) and (max-width: 1599px) {
        .accordion-area-five .accordion-item .accordion-body {
            max-width: 100%;
        }
    }

    @media only screen and (max-width: 1199px) {
        .accordion-area-five .accordion-item .accordion-body {
            max-width: 100%;
        }
    }

    @media only screen and (max-width: 575px) {
        .accordion-area-five .accordion-item .accordion-body {
            max-width: 100%;
        }
    }

    .accordion-area-five .accordion-item .accordion-body .more {
    display: flex;
    margin-top: 15px;
    font-weight: 600;
    color: #5E5F63;
    align-items: center;
    gap: 5px;
}

    .accordion-area-five .accordion-item .accordion-body .more img {
        filter: brightness(0) saturate(100%) invert(39%) sepia(86%) saturate(3031%) hue-rotate(350deg) brightness(99%) contrast(97%);
    }
.thumbnail-why-choose-5 {
    border-radius: 10px;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 575px) {
    .thumbnail-why-choose-5 {
        height: 500px;
    }
}

.thumbnail-why-choose-5 .why-choose-option-five {
    position: absolute;
    padding: 40px;
    background: #1E1E20;
    z-index: 5;
    bottom: 20px;
    left: 20px;
    border-radius: 10px;
}

@media only screen and (max-width: 575px) {
    .thumbnail-why-choose-5 .why-choose-option-five {
        padding: 15px;
    }
}

.thumbnail-why-choose-5 .why-choose-option-five .single {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 5px;
}
.accordion-area-five .accordion-item .accordion-body .more {
    display: flex;
    margin-top: 15px;
    font-weight: 600;
    color: #ff7236;
    align-items: center;
    gap: 5px;
}



    .thumbnail-why-choose-5 .why-choose-option-five .single:last-child {
        margin-bottom: 0;
    }

    .thumbnail-why-choose-5 .why-choose-option-five .single i {
        color: #ff7236;
    }

    .thumbnail-why-choose-5 .why-choose-option-five .single p {
        margin: 0;
        color: #fff;
        margin-bottom:10px;
    }

.about-us-area-five {
    position: relative;
    z-index: 5;
    background: #F9F4F2
}
.about-wrapper-area-five .about-left-wrapper span.pre{
    font-size: 16px;
    text-transform: uppercase;
    color:#ff7236;
    font-weight: 600;
}
.about-wrapper-area-five .about-left-wrapper .title {
    color: #141416;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size:40px;
    line-height:1.2;
}
.about-wrapper-area-five {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

@media only screen and (max-width: 1199px) {
    .about-wrapper-area-five {
        flex-direction: column;
    }
}

.about-wrapper-area-five .about-left-wrapper {
    padding: 60px 60px 60px;
    max-width: 90%;
}

@media only screen and (max-width: 1199px) {
    .about-wrapper-area-five .about-left-wrapper {
        padding: 25px;
    }
}

@media only screen and (max-width: 767px) {
    .about-wrapper-area-five .about-left-wrapper {
        padding: 15px;
    }
}

.about-wrapper-area-five .about-left-wrapper span.pre {
    font-size: 16px;
    text-transform: uppercase;
    color: #ff7236;
    font-weight: 600;
}

.about-wrapper-area-five .about-left-wrapper .title {
    color: #141416;
    margin-top: 10px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 1199px) {
    .about-wrapper-area-five .about-left-wrapper .title {
        font-size: 36px;
    }
}

@media only screen and (max-width: 991px) {
    .about-wrapper-area-five .about-left-wrapper .title {
        font-size: 32px;
    }
}

@media only screen and (max-width: 767px) {
    .about-wrapper-area-five .about-left-wrapper .title br {
        display: none;
    }
}

@media only screen and (max-width: 575px) {
    .about-wrapper-area-five .about-left-wrapper .title {
        font-size: 22px;
        line-height:1.5;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1599px) {
    .about-wrapper-area-five .about-left-wrapper .title br {
        display: none;
    }
}

.about-wrapper-area-five .about-left-wrapper p.disc {
    margin-bottom: 35px;
    max-width: 100%;
    font-size: 15px;
}

.about-wrapper-area-five .right-thumbnail {
    max-width: 578px;
    min-width: 578px;
    margin-right:40px;
}


@media only screen and (max-width: 1199px) {
    .about-wrapper-area-five .right-thumbnail {
        max-width: 100%;
    }
}
.about-wrapper-area-five .about-left-wrapper p.disc {
    margin-bottom: 35px;
    max-width: 100%;
    font-size: 18px;
    color:#535353;
}
.wpo-breadcumb-area .nav-area-navigation {
    position: absolute;
    bottom: 0;
    background: #fff;
    padding: 15px 31px;
    border-radius: 10px 10px 0 0;
    gap: 33px;
    display: flex;
}
    .wpo-breadcumb-area .nav-area-navigation a {
        text-transform: uppercase;
        font-size: 15px;
        font-weight: 600;
        font-size: 15px;
        color: #23262a;
    }
        .wpo-breadcumb-area .nav-area-navigation a.current {
            color: #ff7236;
            position: relative;
        }
            .wpo-breadcumb-area .nav-area-navigation a.current::after {
                position: absolute;
                content: "";
                left: -20px;
                height: 4px;
                width: 4px;
                background: #D9D9D9;
                border-radius: 50%;
                top: 50%;
                transform: translateY(-50%);
          
                }

.rts-section-gapBottom {
    padding-bottom: 120px;
    padding-top: 120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .rts-section-gapBottom {
        padding-bottom: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .rts-section-gapBottom {
        padding-bottom: 60px;
    }
}
.reveal-item {
    position: relative;
    display: block;
    overflow: hidden;
}

    .reveal-item .reveal-animation {
        position: absolute;
        top: 0;
        width: 100%;
        height: 101%;
        background:none;;
    }

        .reveal-item .reveal-animation::before {
            position: absolute;
            content: "";
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: var(--bs-gray-400);
            -webkit-transition-property: -webkit-transform;
            transition-property: -webkit-transform;
            transition-property: transform;
            transition-property: transform, -webkit-transform;
            -webkit-transition-duration: 1s;
            transition-duration: 1s;
        }


.reveal-animation.reveal-end.aos-animate::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}



.reveal-animation.reveal-end::before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
}



[data-aos=reveal-end]
{
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}



[data-aos=reveal-end] {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

    [data-aos=reveal-end].aos-animate {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: 100% 0%;
        transform-origin: 100% 0%;
    }



[data-aos=reveal-item] {
    visibility: hidden;
    -webkit-transition-property: visibility;
    transition-property: visibility;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
}

    [data-aos=reveal-item].aos-animate {
        visibility: visible;
    }

@keyframes scaleIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(1.5, 1.5, 1.5);
        transform: scale3d(1.5, 1.5, 1.5);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.scaleIn {
    -webkit-animation-name: scaleIn;
    animation-name: scaleIn;
}

.rts-about-area.rts-section-gap{
    background:#f9f4f2;
}
.about-three-area.rts-section-gapBottom {
    background: #f9f4f2;
}
img.video-icon-img {
    width: 80px!important;
    height: 80px!important;
    position:relative;
    bottom:20px;
}
.rts-blog-area{
    background:#f9f4f2;
}
.our-working-process-area-4.bg_image-process {
    background-image: url(../images/footer/03.webp);
    height:410px;
}
marquee span{
    color:#fff;
    font-size:36px;
}
.modal-content1 {
    background-color: #00000050;
    margin: auto;
    padding: 20px;
    border: 2px solid #fff;
    width: 370px;
    height:500px;
    border-top-left-radius: 2em;
    border-top-right-radius: 0em;
    border-bottom-right-radius: 2em;
    border-bottom-left-radius: 0em;
}
input#txtfullname, #txtemail, #txtphone, #txtsubject, #txtmeaasge, #txtmeaasge ::placeholder {
    color: #fff;
}

input#txtfullname, #txtemail, #txtphone, #txtsubject, #txtmeaasge {
    border: 0;
    border-bottom: 2px solid #fff;
    border-radius:0px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
    .txtbox1 {
        width: 100%;
        color: #fff;
        padding-left: 10px;
        margin: 2px;
        background-color: transparent;
    }
}



.cg-location-sec {
    z-index: 1;
}

@media (max-width: 767px) {
    .cg-location-sec .cg-sec-title-2 {
        margin-left: 0;
    }
}

.cg-location-sec .cg-location-img {
    right: 0;
    bottom: 0;
    height: 100%;
    z-index: -1;
    position: absolute;
}

    .cg-location-sec .cg-location-img .item-img {
        width: 100%;
        height: 100%;
    }

        .cg-location-sec .cg-location-img .item-img img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
        }

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .cg-location-sec .cg-location-img {
        width: 50%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .cg-location-sec .cg-location-img {
        width: 40%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .cg-location-sec .cg-location-img {
        width: 100%;
        margin: 0 auto;
        max-width: 700px;
        position: relative;
        margin-bottom: 40px;
    }
}

.cg-loc-counter {
    bottom: 0;
    left: -75px;
    width: 100%;
    height: 326px;
    max-width: 438px;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.3098039216);
    -webkit-backdrop-filter: blur(27px);
    backdrop-filter: blur(27px);
    clip-path: polygon(92.648% 0.755%, 92.648% 0.755%, 92.526% 0.616%, 92.396% 0.491%, 92.259% 0.379%, 92.116% 0.28%, 91.968% 0.196%, 91.814% 0.126%, 91.657% 0.072%, 91.496% 0.032%, 91.332% 0.008%, 91.166% 0%, 2.105% 0%, 2.105% 0%, 1.764% 0.034%, 1.44% 0.133%, 1.138% 0.291%, 0.862% 0.503%, 0.617% 0.763%, 0.406% 1.067%, 0.235% 1.408%, 0.107% 1.782%, 0.028% 2.183%, 0% 2.606%, 0% 97.394%, 0% 97.394%, 0.028% 97.817%, 0.107% 98.218%, 0.235% 98.592%, 0.406% 98.933%, 0.617% 99.237%, 0.862% 99.497%, 1.138% 99.709%, 1.44% 99.867%, 1.764% 99.966%, 2.105% 100%, 97.895% 100%, 97.895% 100%, 98.236% 99.966%, 98.56% 99.867%, 98.862% 99.709%, 99.138% 99.497%, 99.383% 99.237%, 99.594% 98.933%, 99.765% 98.592%, 99.893% 98.218%, 99.972% 97.817%, 100% 97.394%, 100% 10.859%, 100% 10.859%, 99.993% 10.652%, 99.973% 10.447%, 99.941% 10.246%, 99.895% 10.049%, 99.838% 9.857%, 99.768% 9.671%, 99.687% 9.493%, 99.595% 9.322%, 99.491% 9.161%, 99.377% 9.009%, 92.648% 0.755%);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .cg-loc-counter {
        left: 0;
    }
}

@media (max-width: 767px) {
    .cg-loc-counter {
        bottom: 0px;
        height: auto;
        padding: 30px;
    }
}

.cg-loc-counter h3 {
    color: #000000;
    line-height: 1.1;
    font-size: 70px;
    font-weight: 500;
}

@media (max-width: 767px) {
    .cg-loc-counter h3 {
        font-size: 80px;
    }
}

@media (max-width: 480px) {
    .cg-loc-counter h3 {
        font-size: 60px;
    }
}

.cg-loc-counter p {
    line-height: 1;
    font-size: 30px;
    color:#ff7236
}

@media (max-width: 767px) {
    .cg-loc-counter p {
        font-size: 28px;
    }
}

.cg-location-wrap {
    max-width: 700px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .cg-location-wrap {
        margin: 0 auto;
    }
}
.item-pin-wrap {
    width: 155px;
    cursor: pointer;
    position: absolute;
}

    .item-pin-wrap:nth-child(2) {
        right: 0;
        top: 55px;
    }

    .item-pin-wrap:nth-child(3) {
        top: 60px;
        left: 10%;
    }

    .item-pin-wrap:nth-child(4) {
        top: 30%;
        left: 40%;
    }

@media (max-width: 480px) {
    .item-pin-wrap:nth-child(4) {
        left: 15%;
    }
}

.item-pin-wrap:nth-child(5) {
    top: 50%;
    right: 0;
}

.item-pin-wrap:nth-child(6) {
    top: 60%;
    left: 25%;
}

.item-pin-wrap:nth-child(7) {
    top: 65%;
    left: 55%;
}

.item-pin-wrap span {
    position: relative;
}

    .item-pin-wrap span::before {
        top: -5px;
        left: -5px;
        width: 15px;
        opacity: 0.2;
        content: "";
        height: 15px;
        position: absolute;
        border-radius: 100%;
        background-color: #0195F7;
    }

    .item-pin-wrap span::after {
        top: -10px;
        left: -11px;
        width: 26px;
        content: "";
        opacity: 0.1;
        height: 26px;
        position: absolute;
        border-radius: 100%;
        background-color: #0195F7;
        -webkit-animation: borderpls 1.5s infinite cubic-bezier(0.4, 0, 1, 1) both;
        animation: borderpls 1.5s infinite cubic-bezier(0.4, 0, 1, 1) both;
    }

    .item-pin-wrap span i {
        width: 5px;
        height: 5px;
        display: block;
        border-radius: 100%;
        background-color: var(--cg-pr-c2);
    }

.item-pin-wrap .pin-text {
    top: -20px;
    left: -53px;
    opacity: 0;
    color: #fff;
    width: 110px;
    font-size: 14px;
    font-weight: 700;
    padding: 4px 20px;
    text-align: center;
    position: absolute;
    border-radius: 30px;
    visibility: hidden;
    background-color: #ff7236;
    animation: icon-bounce 1s ease-out infinite;
    transition: 400ms cubic-bezier(0.57, 0.21, 0.69, 1.25);
}

@media (max-width: 480px) {
    .item-pin-wrap .pin-text {
        display: none;
    }
}

.item-pin-wrap .pin-text::before {
    left: 50%;
    content: "";
    bottom: -10px;
    position: absolute;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 15px solid #ff7236;
    transform: translateX(-50%);
}

.item-pin-wrap:hover .pin-text, .item-pin-wrap:is(.active) .pin-text {
    opacity: 1;
    top: -40px;
    visibility: visible;
}

@keyframes icon-bounce {
    0%, 100%, 20%, 50%, 80% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    60% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}
.item-pin-wrap span::before
 {
    top: -5px;
    left: -5px;
    width: 15px;
    opacity: 0.2;
    content: "";
    height: 15px;
    position: absolute;
    border-radius: 100%;
    background-color: #0195F7;
}
.item-pin-wrap span::after {
    top: -10px;
    left: -11px;
    width: 26px;
    content: "";
    opacity: 0.1;
    height: 26px;
    position: absolute;
    border-radius: 100%;
    background-color: #0195F7;
    -webkit-animation: borderpls 1.5s infinite cubic-bezier(0.4, 0, 1, 1) both;
    animation: borderpls 1.5s infinite cubic-bezier(0.4, 0, 1, 1) both;
}
@keyframes borderpls{
    0% {
        -webkit-box-shadow: 0 0 0 0 #0195F7;
        box-shadow: 0 0 0 0 #0195F7;
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px #0195F7;
        box-shadow: 0 0 0 10px #0195F7;
        opacity: 0;
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 #0195F7;
        box-shadow: 0 0 0 0 #0195F7;
        opacity: 0;
    }
}
.with-icon {
    position: relative;
}
    .with-icon .section-icon {
        position: absolute;
        top: -25px;
        left: 50%;
        margin-left: -25px;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        background: #fff;
        text-align: center;
    }
.core-features-section {
    padding: 0 0 100px;
}
.section-heading {
    padding: 30px 0;
}

.section-title {
    font-size: 26px;
    color: #333333;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
    letter-spacing: 1px;
}

.section-subtitle {
    font-style: italic;
    font-size: 16px;
    color: #999999;
    margin-bottom: 15px;
    text-align: center;
}

.design-arrow {
    width: 1px;
    height: 50px;
    background: #dddddd;
    position: relative;
    margin: 10px auto;
}

    .design-arrow.inline-arrow {
        display: inline-block;
        vertical-align: middle;
        float: none;
    }

    .design-arrow::after {
        content: "";
        display: block;
        position: absolute;
        width: 11px;
        height: 11px;
        border: 2px solid #ff6400;
        border-radius: 50%;
        top: 100%;
        left: -5px;
    }
    .navigation-item {
        text-align: center;
        cursor: pointer;
        margin-bottom: 15px;
    }

        .navigation-item .navigation-icon {
            margin: 0 auto 55px;
            width: 170px;
            max-width: 100%;
            background: #eff2f7;
            border-radius: 5px;
            padding: 25px 0;
            text-align: center;
            position: relative;
            transition: all 0.3s ease-out;
        }

            .navigation-item .navigation-icon::after {
                content: "";
                border: 15px solid transparent;
                border-top: 15px solid #eff2f7;
                display: block;
                position: absolute;
                top: 100%;
                left: 50%;
                margin-left: -15px;
                transition: all 0.3s ease-out;
            }


            .navigation-item .navigation-icon .icon {
                display: inline-block;
                width: 88px;
                height: 88px;
                line-height: 88px;
                border: 1px solid #fff;
                text-align: center;
                font-size: 32px;
                color: #666666;
                border-radius: 50%;
                background: #fff;
                transition: all 0.3s ease-out;
            }

        .navigation-item h5::after {
            margin: 20px auto 0;
        }
        .navigation-item h5{
            font-size:16px;
        }
.navigation-icon:hover {
    background: #ff7236;
    
}
.rts-projects-area-inner.services-tab .nav.nav-tabs li button[aria-selected=true] .navigation-icon{
    background:#ff7236;

}
    .rts-projects-area-inner.services-tab .nav.nav-tabs li button[aria-selected=true] .navigation-icon::after {
        border-top-color: #ff7236;
    }

.navigation-icon:hover::after {
    border-top-color: #ff7236;
}
.rts-projects-area-inner.services-tab .nav.nav-tabs li button[aria-selected=true] {
    box-shadow: none !important;    
}
.rts-projects-area-inner.services-tab .nav.nav-tabs li [aria-selected=true] .navigation-item h5 {
    color: #ff7236 !important;
}
    .rts-projects-area-inner.services-tab .nav.nav-tabs li button {
        box-shadow: none !important;
    }
.rts-projects-area-inner.services-tab .nav.nav-tabs{
    gap:60px!important;
    margin-top:-30px;
}
.navigation-item h5::after {
    content: "";
    display: block;
    margin-top: 20px;
    width: 25px;
    height: 4px;
    background: #ff7236;
}

.navigation-icon .icon:hover {
    background: #ff7236;
    border-color: #ffb07c;
    color: #fff;
}
h5.italic-title {
    font-size: 16px;
    color: #535353;
    margin-bottom: 10px;
    font-weight: normal;
    text-transform: none;
    font-style: italic;
}
ul.marker-list {
    margin-bottom: 15px;
    
}
    ul.marker-list li {
        color: #535353;
        font-size: 16px;
        line-height: 24px;
        padding: 3px 0;
        font-weight: 500;
        position: relative;
    }
        ul.marker-list li::before {
            content: " ";
            position: absolute;
            top: 4px;
            left: -20px;
            display: inline-block;
            transform: rotate(45deg);
            height: 1em;
            width: 0.5em;
            border-bottom: 0.2em solid #ff7236;
            border-right: 0.2em solid #ff7236;
        }
.services-section.service-service-section {
    background: url('../images/service-background.jpg') center no-repeat;
    background-size: cover;
    padding: 40px 0 140px;
}

.media {
    margin-top: 0;
    padding: 40px 0 20px;
    margin: 0 auto;
}

.media-image {
    width: 70px;
    height: 70px;
    line-height: 82px;
    background: none;
    border: 5px solid #fff;
    padding: 0;
    border-radius:50%;
}
.btm-brdr{
    border-bottom:1px solid #535353;
    padding-bottom:50px;
}
.media-image i.fa {
    font-size: 26px;
    color: #535353 !important;
    padding: 17px;
    display: flex;
    justify-content: center;
}
    .media-image:hover i.fa{
        color:#fff!important;
    }
    .media-image:hover {
        background: #ff7236;
    }
    .media-image:hover i.fa{
        color:#fff;
    }

    .media-body {
        margin-top: 0;
    }

    .media-body h3 {
        margin-top: 1em;
        margin-bottom: .5em;
        font-size:22px;
        color:#fff;
        font-weight:600;
    }

    .media-body p {
        margin-top: 0;
        font-size: 11px;
        line-height: 1.5;
        text-align: justify;
        color:#535353;
    }

@media (min-width: 480px) {
    .media-image {
        float: left;
        margin-right: 1em;
    }

    .media-body {
        overflow: auto;
    }

        .media-body h3 {
            margin-top: 0;
        }

        .media-body p {
            font-size: 1rem;
        }
}
.offers-section .text-item.top-item {
    margin-bottom: 55px;
    box-shadow: 0 5px 50px #172B4D19;
    padding: 20px;
    border-radius: 12px;
}

.offers-section .text-item.left-item {
    text-align: right;
    padding-right: 20px;
    box-shadow: 0 5px 50px #172B4D19;
    padding: 20px;
    border-radius: 12px;
}

.offers-section .text-item {
    position: relative;
    margin-bottom: 57px;
    box-shadow: 0 5px 50px #172B4D19;
    padding: 20px;
    border-radius: 12px;
    transition: all 1s;
}

    
    .offers-section .text-item h5 {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .offers-section .text-item em {
        margin-bottom: 10px;
        display: block;
    }
    .offers-section .text-item p{
        font-size:12px;
        color:#535353;
    }
.service-categories {
    background: #fff;
    box-shadow: 0px 3px 14px rgb(0 0 0 / 8%);
    border-radius: 5px;
    padding: 30px 20px;
    height: 100%;
    text-align: center;
    transform: scale(0.95);
    transition: box-shadow 0.5s, transform 0.5s;
}
.service-categories h6{
    color:#23262a;
    font-size:16px;
    position:relative;top:8px;
}
.service-categories:hover {
    background-color: #ff7236;
    transition: all 1s;
    transform: scale(1);
}
    .service-categories:hover h6 {
        color:#fff;
    }

.news-item {
    margin: 0 auto 15px;
    max-width: 360px;
}

    .news-item .meta {
        padding: 15px 0;
    }

        .news-item .meta .meta-item {
            display: inline-block;
            vertical-align: middle;
            font-size: 12px;
            font-weight: 500;
            text-transform: uppercase;
            color: #666666;
            margin-right: 10px;
        }

            .news-item .meta .meta-item .icon {
                font-size: 11px;
                margin-right: 7px;
                vertical-align: middle;
                color: #666666;
            }

    .news-item .image {
        position: relative;
    }

        .news-item .image img {
            vertical-align: middle;
            max-width: 100%;
        }

        .news-item .image:hover .image-content {
            opacity: 1;
        }

        .news-item .image .image-content {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            background: rgba(0, 0, 0, 0.8);
            display: table-cell;
            vertical-align: bottom;
            transition: all 0.3s ease-out;
            opacity: 0;
        }

        .news-item .image .read-more {
            position: absolute;
            font-size: 13px;
            bottom: 35px;
            left: 30px;
            display: block;
            color: #fff;
            text-transform: uppercase;
        }

.latest-news-section{
    background:#f9f4f2;
    padding:25px 0;
}

.news-item .user-avatar {
    position: relative;
    margin-bottom: 30px;
}

        .news-item .user-avatar .avatar {
            float: right;
            margin-top: -40px;
            width: 70px;
            height: 70px;
            margin-right: 15px;
            border: 5px solid #fff;
            border-radius: 50%;
            overflow: hidden;
        }

            .news-item .user-avatar .avatar img {
                width: 100%;
                height: 100%;
                vertical-align: middle;
            }


    .news-item .news-body h5 {
        color: #23262a;
        font-size: 14px;
        text-transform: uppercase;
        margin-bottom: 25px;
        font-weight: bold;
        position: relative;
    }
        .news-item .news-body h5::after {
            content: "";
            display: block;
            margin-top: 20px;
            width: 25px;
            height: 4px;
            background: #ff7236;
        }
.news-item .news-body p {
    font-size: 13px;
    color: #535353;
    text-align:justify;
    line-height: 2;
    margin: 0 0 2.14em;
}
}

ul.list-one li {
    font-size: 13px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: 400;
    position: relative;
    line-height: 1.7 !important;
}

    ul.list-one li::before {
        content: " ";
        position: absolute;
        top: 4px;
        left: -20px;
        display: inline-block;
        transform: rotate(45deg);
        height: 1em;
        width: 0.5em;
        border-bottom: 0.2em solid #ff7236;
        border-right: 0.2em solid #ff7236;
    }
.news-body {
    padding: 25px;
    background: #fff;
}
.faq-inner-area-main{
    background:#f9f4f2;
}