<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('./video-slider-white.css');

.page-spacing {
    padding-top: 60px;
    padding-bottom: 60px;
}

.labourDay {
    width: 100%;
    height: 103px;
    position: relative;
    overflow: hidden;
    display: block;
}

.starsBG {
    position: relative;
}

.starsBG img {
    width: 100%;
    height: 115px;
    /* object-fit: cover; */
}

.labourDayOverly {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    z-index: 11;
    width: 100%;
    display: none;
}



#portfolio .tab {
    float: left;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    width: 30%;
    height: 300px;
}

#portfolio .tab button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 22px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
}

#portfolio .tab button:hover {
    background-color: #ddd;
}

#portfolio .tab button.active {
    background-color: #ccc;
}

#portfolio .tabcontent {
    padding: 0px 12px;
    border: 1px solid #ccc;
    border-left: none;
    height: 300px;
}

.port-iner .row {
    display: flex !important;
    flex-wrap: inherit;
}

#portfolio-flters a.primary-btn {
    max-width: 100% !important;
    display: inline-block;
    width: 100%;
}

#portfolio-light .portfolio-disply-img {
    height: 600px;
}

#portfolio-light .row.portfolio-container {
    display: block !important;
    margin: 0 auto;
    margin-top: 50px;
}

.tabs {
    margin: 20px;
    padding: 0;
    list-style: none;
    position: relative;
}

.tabs .active-tab {
    border: 1px solid #ccc;
    color: white;
}

.tabs li {
    display: inline-block;
    cursor: pointer;
    color: #3a5ea7;
    padding: 5px 10px;
}

.tabs li:first-child {
    margin-left: 10px;
}

.tabs-content {
    padding: 0;
    list-style: none;
    margin-top: 25px;
}

.tabs-content li {
    display: none;
}

.imglist a {
    width: 24%;
    height: 327px;
    overflow: hidden;
    display: inline-block;
    border-radius: 0;
    padding: 0;
}

.imglist a img {
    width: 100%;
    transition: 1s;
}

.imglist a:hover img {
    transform: translate(0, -30%);
    transition: 1s;
}

.tabs-content p {
    margin: 0 !important;
}

.tabs-area-inr ul.tabs {
    margin: 0;
    display: flex;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.tabs-area-inr li {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin: 0 !important;
}

.tabs-area-inr ul.tabs li {
    display: block;
    font-size: 14px;
    color: black;
    padding: 16px 0;
    border-radius: 6px;
    background: #EBF3F4;
    width: 24%;
    margin: 4px auto !important;
}

.tabs-area-inr ul.tabs li.active-tab {
    background: #006577;
    color: #fff;
}

.tabs-area-inr ul.tabs li:last-child {
    opacity: 1;
}

.pkg-details {
    background: #006274;
    padding: 100px 0;
}

.pkg-details .plan-content h4 {
    font-size: 14px;
    color: #006577;
    padding: 10px 10px;
    transition: 1s;
    max-width: 90%;
    margin: 0 auto;
    width: auto;
    display: inline-block;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 400;
    background: #ffffff;
}

.pkg-details .plan-header {
    padding: 10px 0;
    background: #ffffff;
    margin-top: 20px;
    margin-bottom: 30px
}

.pkg-details .plan-header h1 {
    color: #006577;
    font-size: 55px;
    font-weight: 800
}

.pkg-details .plan-header h5 {
    font-size: 20px;
    color: #006577;
    text-decoration: line-through
}

.pkg-details .plan-body p b {
    text-align: center;
    color: #000;
    font-size: 20px;
    padding: 0 25px;
    display: inline-block
}

.pkg-details .plan-body p {
    color: #000;
    font-size: 16px;
    padding-bottom: 15px
}

.pkg-details .plan-content {
    text-align: center !important;
    border: 1px solid #ffffff;
    border-radius: 10px;
    padding: 37px 0;
    height: 500px;
}

.pkg-details .plan-content a.secondary-btn {
    background: #f6b544;
    padding: 15px 70px;
    color: #000
}

.pkg-details .plan-bottom .flex-btm {
    display: flex;
    border-top: 1px solid #ffffff80;
    border-bottom: 1px solid #ffffff80;
    padding: 21px 0;
    margin: 20px 0
}

.pkg-details .plan-bottom .flex-btm a {
    flex: 1;
    color: #ffffff;
    font-size: 16px
}

.pkg-details .plan-bottom .flex-btm a.chat-btn {
    text-align: left;
    margin-left: 20px
}

.pkg-details .plan-bottom .flex-btm a.call-btn {
    text-align: right;
    margin-right: 20px
}

.pkg-details .plan-content a.primary-btn {
    background: 0 0;
    border: 0;
    color: #ffffff;
    font-size: 19px;
    font-weight: 600;
    text-decoration: underline !important
}

.pkg-details .main-body {
    border: 1px solid #ffffff;
    border-radius: 10px;
    padding: 30px 50px;
    display: inline-block;
    width: 100%;
    height: 500px;
}

.pkg-details .main-body h6 {
    color: #fff;
    font-size: 35px;
    font-weight: 800;
    margin-bottom: 30px;
}

.pkg-details .main-body p b {
    display: inline-block;
    padding-bottom: 30px;
    color: #006476;
}

.pkg-details .main-body ul li {
    position: relative;
    font-size: 20px;
    color: #ffffff;
    line-height: 25px;
    font-weight: 500;
    border-bottom: 1px solid #ffffff6e;
    padding: 15px 0;
    padding-right: 40px;
    display: block
}

.pkg-details .main-body ul li::before {
    content: '';
    position: absolute;
    top: 17px;
    background-image: url(../img/check-blue.svg);
    right: 0;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    padding: 0;
    background-position: center
}

.pkg-details .main-body ul {
    height: 350px;
    overflow: auto;
    padding-right: 40px
}

.pkg-details ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 10%);
    border-radius: 7px;
    background-color: #f2f2f26e
}

.pkg-details ul::-webkit-scrollbar {
    width: 10px;
    background-color: #f5f5f500
}

.pkg-details ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 0 rgb(0 0 0 / 0%);
    background-color: #f6b544;
    transition: .8s
}

.pkg-details .main-body ul li:last-child {
    border: 0
}

.pkg-details .item {
    display: inline-block
}

.pkg-details .swiper-container {
    position: relative;
    overflow: hidden
}

.pkg-details .common-col-dark {
    margin-bottom: 40px
}

.pkg-details .container {
    position: relative
}

.pkg-details .swiper-button-next {
    right: -60px;
    background: #006577;
    color: #fff;
    height: 45px;
    width: 45px !important;
    border-radius: 50%;
    top: 58%
}

.pkg-details .swiper-button-next::after {
    font-size: 24px;
    left: 2px;
    position: relative
}

.pkg-details .swiper-button-prev {
    left: -60px;
    background: #006577;
    color: #fff;
    height: 45px;
    width: 45px !important;
    border-radius: 50%;
    top: 58%
}

.pkg-details .swiper-button-prev::after {
    font-size: 24px;
    right: 2px;
    position: relative
}

a.view-detail {
    color: #006577;
    margin-top: 8px;
    display: inline-block;
    background: white;
    padding: 7px 20px;
    line-height: 17px;
    border-radius: 4px;
    font-weight: 600;
    display: none;
}

nav#navbar ul li a.primary-btn:hover {
    background: #006173;
    color: #fff;
}

.row.portfolio-container {
    max-height: 1800px !important;
    overflow: hidden;
}

.blog-grid {
    margin-top: 100px;
}

/* .card-body-grid{
    width: 310px !important;
} */
.card-title-custom {
    font-size: 16px;
    font-weight: 800;
    padding-bottom: 20px;
    color: #000;
}

.card-comments {
    padding-left: 50px;
    text-decoration: none;
    color: black;
}

.card-like {
    padding-left: 20px;
    text-decoration: none;
    color: black;
}

.card-img-text-btn {
    position: absolute;
    margin-top: 62%;
    margin-left: 78%;
    display: block;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 1px solid #006172;
    background-color: #006172;
}

.card-grid {
    padding-top: 40px;
    padding-bottom: 40px;
}

.author-name {
    color: #000 !important;
}

.icon-white {
    color: white
}

.icon-red {
    color: #C11B1B
}

.blog-details-top-img {
    padding-top: 60px;
    padding-bottom: 60px;
    align-items: center;
}

.blog-details-top-bg {
    background-image: url('../img/blog/post-banner-HPY.jpg');
    background-size: 100% 100%;
    padding-bottom: 100px;
    padding-top: 100px;
}

.blog-details-top-bg-2 {
    background-image: url('../img/blog/web-dev-banner.jpg');
    background-size: 100% 100%;
    padding-bottom: 130px;
    padding-top: 100px;
}

.blog-details-top-bg-3 {
    background-image: url('../img/blog/web-desgn-banner.jpg');
    background-size: 100% 100%;
    padding-bottom: 130px;
    padding-top: 100px;
}

.blog-details-heading-first {
    font-size: 30px;
    font-weight: 800;
    padding-top: 40px;
    padding-bottom: 40px;
}

.blog-details-heading {
    text-align: left;
    font-size: 30px;
    font-weight: 800;
    padding-top: 40px;
    padding-bottom: 10px;
    text-decoration: none;
    position: relative;
}

.blog-details-heading-point {
    text-align: left;
    font-size: 22px;
    font-weight: 800;
    padding-top: 40px;
    padding-bottom: 10px;
    text-decoration: none;
    position: relative;
}

.blog-details-para {
    text-align: left;
    color: #000000;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0px;
}

.poppins {
    font-family: "Poppins", Sans-serif;
}





/* .blue-wraper {
    background: url(../images/slider/background.png);
    background-size: cover;
    width: 100%;
    height: 780px;
    padding: 80px 0px;
    margin: 30px 0px 0px 0px;
}

.slider-top h1 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 44px;
    align-items: center;
    text-align: center;
    letter-spacing: 1px;
    text-transform: capitalize;
    padding: 0px 0px 20px 0px;
    color: #fff;
}

.slider-top p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 1px;
    text-transform: capitalize;
    color: #FFFFFF;
    justify-content: center;
    padding: 0px 0px 20px 0px;
}

.swiper {
    width: 100%;
    height: 100%;
}

.card-body {
    flex: 1 1 auto;
    padding: 0 !important;
}

.card-body h5 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 22px;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #1F88CA;
    justify-content: center;
    padding: 45px 0px 10px 0px;
}

.card-body p {
    margin: 0px;
    font-size: 14px;
    line-height: 18px;
    padding: 0px;
    color: #fff;
    display: block;
    text-align: center;
    padding: 0px 20px 60px 20px;
}

.card {
    background-color: rgba(245, 245, 245, 0);
}

.card-header,
.card-footer {
    opacity: 1
} */









/* .blue-wraper {
    background: url(../images/slider/background.png);
    background-size: cover;
    width: 100%;
    height: 780px;
    padding: 50px 0px;
    margin: 30px 0px 0px 0px;
}

.slider-top h1 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 44px;
    align-items: center;
    text-align: center;
    letter-spacing: 1px;
    text-transform: capitalize;
    padding: 0px 0px 20px 0px;
    color: #fff;
}

.slider-top span {
    color: #1F88CA;
}

.slider-top p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 1px;
    text-transform: capitalize;
    color: #FFFFFF;
    justify-content: center;
    padding: 0px 0px 20px 0px;
}

.swiper {
    width: 100%;
    height: 100%;
}

.card-body {
    flex: 1 1 auto;
    padding: 0 !important;
}

.card-body h5 {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 22px;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    color: #1F88CA;
    justify-content: center;
    padding: 45px 0px 10px 0px;
}

.card-body p {
    margin: 0px;
    font-size: 14px;
    line-height: 18px;
    padding: 0px;
    color: #fff;
    display: block;
    text-align: center;
    padding: 0px 20px 60px 20px;
}

.card {
    background-color: rgba(245, 245, 245, 0);
}

.card-header,
.card-footer {
    opacity: 1
} */

.mixitup-control-active {
    color: #fff;
    background-color: rgba(245, 245, 245, 0) !important;
}

marquee {
    cursor: pointer;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.row.portfolio-container {
    max-height: 1200px !important;
    overflow: hidden;
}

@media (min-width: 300px) and (max-width: 720px) {

    .row.portfolio-container {
        max-height: 1460px !important;
        overflow: hidden;
    }

    marquee img {
        max-width: 130px;
    }

    .page-spacing {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    section {
        text-align: center;
    }

    .blue-wraper {
        padding: 30px 0px;
        margin: 0px auto;
        height: auto;
    }

    .slider-top h1 {
        font-weight: 600;
        font-size: 28px;
        line-height: 30px;
    }

    .slider-top p {
        font-weight: 500;
        font-size: 10px;
        line-height: 14px;
    }

    #hero {
        padding: 0;
        background-size: cover;
    }

    #hero .common-col-dark h1 {
        font-size: 26px;
        line-height: 40px;
        color: #000;
        font-weight: 800;
    }

    .blue-wraper {
        padding: 30px 0px;
        margin: 0px auto;
        height: auto;
    }

    .slider-top h1 {
        font-weight: 600;
        font-size: 28px;
        line-height: 30px;
    }

    .slider-top p {
        font-weight: 500;
        font-size: 10px;
        line-height: 14px;
    }

    #footer .col1 img {
        width: 100px;
        margin-bottom: 30px;
        display: inline !important;
    }

    footer#footer .col1 {
        text-align: center;
    }

    #footer .row .col-xl-3:nth-child(1) {
        width: 100%;
        text-align: center;
    }

    #footer .row .col-xl-3:nth-child(2) {
        width: 100%;
        text-align: center;
    }

    #footer .row .col-xl-3:nth-child(3) {
        width: 100%;
        text-align: center;
    }

    #footer .row .col-xl-3:nth-child(4) {
        width: 100%;
        text-align: center;
    }

    #footer .col4 ul li i {
        display: none;
    }
}


@media only screen and (max-width: 1920px) {
    #footer .col1 img {
        width: 100px;
        margin-bottom: 30px;
        display: block;
    }
}

@media only screen and (min-width: 0px) and (max-width: 479px) {
    .blog-details-heading {
        font-size: 20px;
    }

    .blog-details-heading-point {
        font-size: 15px;
    }
}</pre></body></html>