/* Minification failed. Returning unminified contents.
(1224,35): run-time error CSS1046: Expect comma, found '0'
(1224,39): run-time error CSS1046: Expect comma, found '/'
(1311,36): run-time error CSS1046: Expect comma, found '0'
(1311,40): run-time error CSS1046: Expect comma, found '/'
(1474,38): run-time error CSS1046: Expect comma, found '0'
(1474,42): run-time error CSS1046: Expect comma, found '/'
 */
body {
    max-width: 2500px;
    margin: auto;
    font-family: Roboto;
}

.main-section-1 {
    background: url(images/header-bg1.png?v=1.1) no-repeat 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 150vh;
}

.main-section-4 {
    background: url(images/sec4-bg1.png?v=1.1) no-repeat 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 65vh;
}

.main-section-3 {
    background: url(images/sec3-bg1.png?v=1.1) no-repeat 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.service-section-1 {
    background: url(images/service-bg1.png?v=1.1) no-repeat 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.aboutus-section-1 {
    background: url(images/aboutus-bg1.png?v=1.1) no-repeat 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.resources-section-1 {
    background: url(images/resources-bg1.png?v=1.1) no-repeat 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.main-section-1Overlap {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    background-color: rgba(5, 10, 52, 0.6);
}

.service-section-1Overlap {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    background-color: rgba(5, 10, 52, 0.6);
}

.aboutus-section-1Overlap, .resources-section-1Overlap {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    background-color: rgba(5, 10, 52, 0.6);
}

header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
    left: 0;
    opacity: 1;
    padding: 0 0 0 4%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

.cwheader ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    padding-right: 4%;
}

    .cwheader ul li {
        float: right;
    }

    .cwheader ul > li > a {
        display: block;
        color: black;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        margin-left: 85px;
        font-weight: 500;
    }

.let-talk-btn {
    padding: 10px !important;
    width: 170px;
    margin-top: 5px;
}

.section1-content {
    color: white;
    position: absolute;
    top: 350px;
    padding-left: 40px;
}

.ut-plpr-45 {
    padding-left: 45px;
    padding-right: 45px;
}

.ut-plpr-70 {
    padding-left: 70px;
    padding-right: 70px;
}


.learnBtn {
    background: #EB287D;
    border-radius: 0px;
    padding: 15px;
    width: 150px;
    text-align: center;
    color: white;
}

.readMoreBtn {
    background: #EB287D;
    border-radius: 0px;
    padding: 10px;
    width: 150px;
    text-align: center;
    color: white;
    margin-top: 20px;
}

.main-contactBtn {
    border: 0.995px solid #FFFFFF;
    border-radius: 0px;
    padding: 14px;
    width: 150px;
    text-align: center;
    color: white;
}

.ut-mt-40 {
    margin-top: 40px;
}


.ut-mt-10P {
    margin-top: 10%;
}

.pinkFont {
    color: #EB287D;
}

.blueFont {
    color: #334477;
}

.text-bold {
    font-weight: bold;
}

.font-35 {
    font-size: 35px;
}

.font-weight-300 {
    font-weight: 300;
}

.font-14 {
    font-size: 14px;
}

.font-16 {
    font-size: 16px;
}

.font-18 {
    font-size: 18px;
}

.font-20 {
    font-size: 20px;
}

.ut-mt-20 {
    margin-top: 20px;
}

.sec3-box {
    color: white;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.sec4-box {
    color: white;
    text-align: center;
    padding-top: 150px;
    padding-bottom: 150px;
}

.herobanner-box {
    color: white;
    text-align: center;
    position: relative;
    top: 30%;
}

.service-container {
    width: 100%;
    height: 270px;
    perspective: 600px;
}

.service-card {
    width: 100%;
    height: 100%;
    position: relative;
    transition: transform 1s;
    -webkit-transition: 1s;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
}

.service_card__face {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 0;
    z-index: 2;
}

.service-boxOverlap {
    position: relative;
    z-index: 2;
    height: 100%;
    width: 100%;
}


.service-content {
    padding-top: 190px;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
}

.service1-box {
    background: url("/Content/images/service1-image.png?v=1.1") 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.service2-box {
    background: url("/Content/images/service2-image.png?v=1.1") 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.service3-box {
    background: url("/Content/images/service3-image.png?v=1.1") 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.testimonial-bg {
    background: url("/Content/images/homepage-bg6.png?v=1.1") 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding-top: 30px;
    padding-bottom: 30px;
}

.service4-box {
    background: url("/Content/images/service4-image.png?v=1.1") 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.service5-box {
    background: url("/Content/images/service5-image.png?v=1.1") 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.service_card__back {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
}

.service-card.is-flipped {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
}

.service-card-flip-bg {
    background: rgba(235, 40, 125, 0.7);
}

.main-section-6-box {
    background: #F7F7F7;
    text-align: center;
    padding: 60px 30px 60px 30px;
}

.font-40 {
    font-size: 40px;
}

.leftButton, .rightButton {
    padding-top: 130px;
    cursor: pointer;
}

.sec7-box {
    padding: 6% 0px 6% 0px;
}

.footer-container {
    background: #334477;
}

.footerB2B {
    padding: 3% 30px 3% 30px;
}

.text-right {
    text-align: right;
}

.text-white {
    color: white;
}

.pinkBtn {
    background: #EB287D;
    border-radius: 0px;
    text-align: center;
    color: white;
}

.whiteBtn {
    border: 1px solid #EB287D;
    text-align: center;
    color: #EB287D;
}

.serviceBtn {
    padding: 10px;
    width: 180px;
    margin-top: 20px;
}


.homeBtn, .contactBtn {
    padding: 10px;
    width: 150px;
    margin-top: 20px;
}

.headersticky {
    position: -webkit-sticky;
    position: sticky;
}

.text-upper {
    text-transform: uppercase;
}

.font-15 {
    font-size: 15px;
}

.lineheight-30 {
    line-height: 30px;
}

.blueBG {
    background: #334477;
}

.re-blueBox {
    width: 300px;
    height: 450px;
    position: relative;
    left: 20%;
}

.width-350 {
    width: 350px;
}

.height-350 {
    height: 350px;
}

.bc-blueBox {
    position: relative;
    width: 300px;
    height: 450px;
    float: right;
}

.ut-mt-5P {
    margin-top: 5%;
}

.font-weight-600 {
    font-weight: 600;
}

.w3-animate-right {
    position: relative;
    animation: animateright 0.4s
}

@keyframes animateright {
    from {
        right: -300px;
        opacity: 0
    }

    to {
        right: 0;
        opacity: 1
    }
}


.slideRight {
    animation-name: slideRight;
    -webkit-animation-name: slideRight;
    animation-duration: 0.7s;
    -webkit-animation-duration: 0.7s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
}

.slideLeft {
    animation-name: slideLeft;
    -webkit-animation-name: slideLeft;
    animation-duration: 0.7s;
    -webkit-animation-duration: 0.7s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
}



@keyframes slideLeft {
    from {
        left: -700px;
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes slideLeft {
    from {
        left: -700px;
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes slideRight {
    from {
        right: -300px;
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes slideRight {
    from {
        right: -300px;
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.ut-mt-15P {
    margin-top: 15% !important;
}

.ut-pr-0 {
    padding-right: 0px !important;
}

.ut-pt-10 {
    padding-top: 10px !important;
}

.ut-pt-40 {
    padding-top: 40px;
}

.ut-pt-5P {
    padding-top: 5%;
}

.ut-pb-5P {
    padding-bottom: 5%;
}

.ut-pt-20 {
    padding-top: 20px !important;
}

.ut-mt-30 {
    margin-top: 30px !important;
}

.font-weight-700 {
    font-weight: 700;
}

.headeractive {
    color: #EB287D !important;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-400 {
    font-weight: 400;
}

.centerDiv {
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-tab > ul > li.active {
    border-bottom: 2px #EB287D solid;
}

.nav-tab > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
}

    .nav-tab > ul > li {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0;
        padding: 10px;
        text-align: center;
        border-bottom: 1px #BDBEBE solid;
    }

        .nav-tab > ul > li > a {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            cursor: pointer;
            display: -webkit-box;
            display: -ms-flexbox;
            /* display: flex; */
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
            font-size: 16px;
            letter-spacing: 2px;
            line-height: 20px;
            text-decoration: none;
            text-transform: uppercase;
        }

.ut-mt-30 {
    margin-top: 30px;
}

.ut-mb-5P {
    margin-bottom: 5%;
}

.ut-mt-15 {
    margin-top: 15px;
}

.ut-mt-15P {
    margin-top: 15%;
}

.ui-tabs-hide {
    display: none;
}

.font-36 {
    font-size: 36px;
}

.milestones {
    white-space: nowrap;
    overflow-x: hidden;
}

.timeline1 {
    margin: 50px 0;
    list-style-type: none;
    display: flex;
    padding: 0;
    text-align: center;
}

.swiper-container {
    width: 100%;
    height: 250px;
    margin: 50px 0;
    overflow: hidden;
    padding: 0 20px 30px 20px;
}

.timestamp {
    width: 100%;
    margin-bottom: 30px;
    padding: 0px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: 100;
}

.status {
    padding: 0px 40px;
    display: flex;
    justify-content: center;
    border-top: 3px solid #A81F62;
    position: relative;
    transition: all 200ms ease-in;
}

.milestones-statusDiv {
    position: absolute;
    top: 50px;
}

.swiper-slide {
    width: 410px;
    text-align: center;
    font-size: 18px;
}

.status span:before {
    content: '';
    width: 20px;
    height: 20px;
    background-color: #A81F62;
    position: absolute;
    top: -13px;
    left: calc(50% - 12px);
    left: 0;
    transition: all 200ms ease-in;
}

.blackFont {
    color: #4F4F4F;
}

.section {
    background: #F45B69;
    padding: 50px 0;
}

    .section .container {
        width: 90%;
        max-width: 1200px;
        margin: 0 auto;
        text-align: center;
    }

    .section h1 {
        font-size: 2.5rem;
    }

    .section h2 {
        font-size: 1.3rem;
    }


/* TIMELINE
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.timeline {
    white-space: nowrap;
    overflow-x: hidden;
}

    .timeline ol {
        font-size: 0;
        width: 100vw;
        padding: 130px 0;
        transition: all 1s;
    }

        .timeline ol li {
            position: relative;
            display: inline-block;
            list-style-type: none;
            width: 400px;
            height: 3px;
            background: #A81F62;
            margin-left: 0px;
        }

            .timeline ol li:not(:last-child)::after {
                content: '';
                position: absolute;
                top: 50%;
                left: calc(100%);
                bottom: 0;
                width: 20px;
                height: 20px;
                transform: translateY(-50%);
                background: #A81F62;
            }

            .timeline ol li .content {
                position: absolute;
                left: calc(65% + 15px);
                width: 280px;
                padding: 15px;
                font-size: 1rem;
                white-space: normal;
                color: black;
                text-align: center;
            }

            .timeline ol li .date {
                position: absolute;
                left: calc(100% - 37px);
                width: 200px;
                padding: 15px;
                font-size: 1rem;
                white-space: normal;
                color: black;
            }

            .timeline ol li .content::before {
                content: '';
                position: absolute;
                top: 100%;
                left: 0;
                width: 0;
                height: 0;
                border-style: solid;
            }

            .timeline ol li .content {
                top: calc(100% + 30px);
            }

                .timeline ol li .content::before {
                    top: -8px;
                    border-width: 8px 8px 0 0;
                    border-color: white transparent transparent transparent;
                }


            .timeline ol li .date {
                top: -16px;
                transform: translateY(-100%);
            }

                .timeline ol li .date::before {
                    top: 100%;
                    border-width: 8px 8px 0 0;
                    border-color: white transparent transparent transparent;
                }


    /* TIMELINE ARROWS
–––––––––––––––––––––––––––––––––––––––––––––––––– */

    .timeline .arrows {
        display: flex;
        justify-content: end;
        margin-bottom: 20px;
        margin-top: 45px;
    }

        .timeline .arrows .arrow__prev {
            margin-right: 20px;
        }

    .timeline .disabled {
        opacity: .5;
    }

.left-arrow, .right-arrow {
    background: #EB287D;
    padding: 10px;
    border: #EB287D;
}

.history-box {
    width: 160px;
    height: 160px;
    background: linear-gradient(180deg, #E5E5E5 0%, #FFFFFF 100%);
}

    .history-box.active {
        background: #EB287D;
    }

.history-box-text {
    font-size: 76px;
    margin-top: 35px;
    color: #E5E5E5;
}

    .history-box-text.active {
        color: rgba(255, 255, 255, 0.5);
    }


.history-arrows, .learn-arrows, .latestnews-arrows, .featureProperty-arrows {
    display: flex;
    justify-content: end;
    margin-bottom: 20px;
}

.leftwrapper {
    float: left !important;
}


.cursor-pointer {
    cursor: pointer;
}

@media(max-width:560px) {

    .homepage-title {
        font-size: 45px;
    }
}

@media(min-width:560px) {

    .homepage-title {
        font-size: 70px;
    }
}

@media (max-width: 768px) {
    .xs-hide {
        display: none;
    }


    .homepage-sec1-content {
        padding-right: 10px;
    }

    .section1-content {
        top: 280px !important;
    }
}

@media (min-width: 768px) {

    .homepage-sec1-content {
        padding-left: 70px;
        padding-right: 70px;
    }
}

@media (max-width: 1118px) {
    .hide-history-box {
        display: none;
    }
}

@media(max-width:1340px) {
    .main-section-1 {
        height: 100vh !important;
    }
}

@media(max-width:700px) {

    .videoWidth {
        width: 100%;
    }
}

@media(max-width:600px) {
    .xs-hide-600 {
        display: none;
    }

    .xs-show-600 {
        display: block !important;
    }
}


.display-block {
    display: block;
}

.benefitBtn {
    border: 1px solid #EB287D;
    color: #EB287D;
    padding: 10px;
    width: 200px;
}

.font-12 {
    font-size: 12px;
}

.font-24 {
    font-size: 24px;
}

.font-17 {
    font-size: 17px;
}

.font-32 {
    font-size: 32px;
}

.blue-bg {
    background: #334477;
}

.lineheight-40 {
    line-height: 40px;
}

.ut-mb-30 {
    margin-bottom: 30px;
}

.letterspacing-005em {
    letter-spacing: 0.05em;
}

.letterspacing-008em {
    letter-spacing: 0.08em;
}

.ut-p-20 {
    padding: 20px;
}

.ut-pb-60 {
    padding-bottom: 60px;
}

.ut-pt-60 {
    padding-top: 60px;
}

.ut-mt-60 {
    margin-top: 60px;
}

.full-height {
    height: 100% !important;
}


.mapDetail-box {
    position: absolute;
    background-color: #334477;
    color: white;
    width: 300px;
    z-index: 1;
    margin-top: 120px;
}


@media (min-width:1200px) {
    .mapDetail-box {
        left: 22%;
    }
}

@media (max-width:1200px) {

    .mapDetail-box {
        left: 8px;
        margin-top: 127px;
    }
}

@media(max-width:650px) {
    .mapDetail-box {
        display: none;
    }
}

.ut-pos-absolute {
    position: absolute;
}

.dropdown-lettalk {
    background: #FFFFFF;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
    padding: 0px !important;
    margin-left: 85px;
    display: none;
    margin-top: -5px;
}

.dropdown-service {
    background: #FFFFFF;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
    padding: 0px !important;
    margin-top: -5px;
    margin-left: 45px;
    display: none;
}

.dropdown-resources {
    background: #FFFFFF;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
    padding: 0px !important;
    margin-top: -5px;
    margin-left: 85px;
    display: none;
}

.gap {
    display: block;
    height: 9px;
    margin-left: 90px;
}

.gapService {
    display: block;
    height: 9px;
    margin-left: 90px;
}

.dropdown-lettalk a:hover, .dropdown-service a:hover, .dropdown-resources a:hover, .sidebar-menu > li:hover {
    background-color: #f1f1f1;
}

.mnLetsTalk:hover .dropdown-lettalk, .gap:hover .dropdown-lettalk, .mnService:hover .dropdown-service, .gapService:hover .dropdown-service, .mnResources:hover .dropdown-resources, gapResources:hover .dropdown-resources {
    display: block;
}


.homeheader ul > li > a:hover {
    color: #EB287D;
}

.cwheader ul > li > a:hover {
    color: #EB287D;
}

.ut-mb-60 {
    margin-bottom: 60px;
}

.ut-mb-20 {
    margin-bottom: 20px;
}

.ut-mt-25 {
    margin-top: 25px;
}

.display-none {
    display: none;
}

.ut-pl-70 {
    padding-left: 70px;
}

.ut-pr-70 {
    padding-right: 70px;
}

.ut-ptpb-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

@media(max-width:410px) {
    .nav-tab {
        margin-left: -44px;
    }
}

@media(max-width:992px) {
    .xs-hide-992 {
        display: none;
    }

    .xs-show-992 {
        display: block !important;
    }
}

.ut-mr-30 {
    margin-right: 30px;
}


@media all and (max-width: 500px) {

    .slidecontainer {
        margin-left: 13%;
    }
}

@media all and (min-width: 500px) and (max-width:745px) {

    .slidecontainer {
        margin-left: 26%;
    }
}


.slidecontainer {
    width: 375px;
    position: relative;
    padding-top: 10px;
    padding: 0px 10px 0px 10px;
}

@media (max-width: 576px) {
    .slidecontainer {
        width: calc(97%);
    }

    .xs-hide-576 {
        display: none;
    }
}

.slidecontainer:hover .overlay-bottom2 {
    opacity: 1;
}

.slidecontainer:hover {
    transform: scale(1.02);
}

.width-260 {
    width: 250px;
}

.round {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    color: #595959;
    border: 0px solid #ccc;
    min-height: 280px;
}

.imgProperty:hover .mainPageSlidesShowing {
    opacity: 0.3;
}

.imgProperty:hover .middle {
    opacity: 1;
    cursor: pointer;
}

.mainPageSlidesShowing {
    width: 230px !important;
    height: 200px !important;
    object-fit: cover;
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    bottom: 65%;
    left: 120px;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.viewUnit {
    color: white;
    display: block;
}

    .viewUnit:hover {
        color: white;
    }

.main-content {
    padding-left: 5%;
    padding-right: 5%;
}

.mainPropertyName {
    font-weight: bold;
    font-size: 18px;
    width: 240px;
    color: #334477;
    text-align: left;
}

.mainPropertyAddress {
    width: 240px;
    line-height: normal;
}

.leftwrapper {
    float: left;
}

.tooltip-rentalyield .tooltip-rentalyieldtext::after {
    left: 37%;
}

.tooltip-rentalyield:hover .tooltip-rentalyieldtext {
    visibility: visible;
}

.tooltip-rentalyield {
    position: relative;
    display: inline-block;
}

.tooltip-rentalyieldtext {
    visibility: hidden;
    width: 250px;
    background-color: white;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 150%;
    margin-left: -65px;
    border-radius: 8px;
    box-shadow: 0px 4px 30px rgb(0 0 0 / 25%);
}

.tooltip-rentalyield .tooltip-rentalyieldtext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 29%;
    border-width: 5px;
    border-style: solid;
    border-color: white transparent transparent transparent;
}

.ut-pl-30 {
    padding-left: 30px;
}

.ut-pr-30 {
    padding-right: 30px;
}

.darkGrayishBlue {
    color: #939598;
}

.featureScroller {
    margin: 0 auto;
}

@media (max-width: 760px) {
    .featureScroller {
        width: 390px !important;
    }
}

@media (max-width: 576px) {
    .featureScroller {
        width: calc(98%) !important;
    }
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    overflow: auto;
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
    float: right;
    font-size: 40px;
    margin-top: -25px;
    color: #EB287D;
}

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }


.letterspacing-002em {
    letter-spacing: 0.02em;
}

.text-justify {
    text-align: justify;
}

@media(min-width:1050px) and (max-width:1265px) {
    .cwheader ul > li > a {
        margin-left: 50px !important;
    }

    .homeheader ul > li > a {
        margin-left: 50px !important;
    }

    .dropdown-lettalk {
        margin-left: 50px;
    }

    .dropdown-resources {
        margin-left: 50px;
    }

    .dropdown-service {
        margin-left: 0px;
    }
}

@media(min-width:768px) and (max-width:1050px) {
    .cwheader ul > li > a {
        margin-left: -5px !important;
    }

    .homeheader ul > li > a {
        margin-left: -5px !important;
    }

    .dropdown-service {
        margin-left: -40px;
    }

    .dropdown-lettalk {
        margin-left: 0px;
    }

    .dropdown-resources {
        margin-left: 0px;
    }
}

.rightwrapper {
    float: right;
}

.wrapper {
    position: static;
    overflow: hidden;
    background-color: #222d32;
    display: none;
}

.main-siderbar {
    min-height: 0%;
    height: 100%;
    position: fixed;
    overflow: auto;
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    left: 0;
    padding-top: 60px;
    min-height: 100%;
    width: 270px;
    z-index: 99;
    -webkit-transition: -webkit-transform .3s ease-in-out,width .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out,width .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out,width .3s ease-in-out;
    transition: transform .3s ease-in-out,width .3s ease-in-out;
    background: white;
    box-shadow: 18px 10px 50px rgb(0 0 0 / 10%);
}

.sidebar-menu {
    white-space: nowrap;
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0;
}

@media (min-width: 320px) and (max-width: 667px) {
    ::-webkit-scrollbar {
        display: none;
    }
}

.sidebar-menu > li {
    position: relative;
    margin: 0;
    padding: 10px;
}

    .sidebar-menu > li > a {
        padding: 7px 5px 7px 15px;
        color: black;
        display: block;
    }

.navbar-fixed-top {
    position: fixed;
    left: 0%;
    right: 0%;
}

.home-service-line1 {
    height: 40%;
    margin-top: 10%;
    margin-left: 40px;
    border-left: 2px solid #EB287D;
}

.home-service-line2 {
    position: absolute;
    right: 0%;
    border: 2.5px solid #EB287D;
    height: 200px;
    top: 30%;
    border-left: 0px;
    width: 30px;
}

.single-brand {
    filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    /* -webkit-filter: grayscale(100%); */
    opacity: .3;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
}

    .single-brand:hover {
        filter: grayscale(0%);
        -o-filter: grayscale(0%);
        -ms-filter: grayscale(0%);
        -moz-filter: grayscale(0%);
        -webkit-filter: grayscale(0%);
        opacity: 1;
    }

.hidden {
    display: none;
}

