﻿#ploader {
    position: fixed;
    display: block;
    width: 20%;
    height: 20%;
    top: 0;
    left: 0;
    text-align: center;
    opacity: 0.9;
    background-color: #fff;
    z-index: 99;
}


html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: white;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    transition: box-shadow .15s ease-in-out;
}

.navbar-light .navbar-nav .nav-link {
    
    color: white !important;
}

@media (min-width: 576px) {
    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        flex-direction: column;
        align-content: flex-end;
        align-items: flex-end;
    }
}


.sticky-container {
    padding: 0px;
    margin: 0px;
    position: fixed;
    right: -130px;
    top: 230px;
    width: 210px;
    z-index: 1100;
}

.sticky li {
    list-style-type: none;
    background-color: #fff;
    color: #efefef;
    height: 43px;
    padding: 0px;
    margin: 0px 0px 1px 0px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
}

    .sticky li:hover {
        margin-left: -115px;
    }

    .sticky li img {
        float: left;
        margin: 5px 4px;
        margin-right: 5px;
    }

    .sticky li p {
        padding-top: 5px;
        margin: 0px;
        line-height: 16px;
        font-size: 11px;
        padding-left: 5px;
    }

        .sticky li p a {
            text-decoration: none;
            color: #2C3539;
        }

            .sticky li p a:hover {
                text-decoration: underline;
            }


#hp-ctn-howItWorks {
    padding: 0px 0px 0px 0px;
    text-align: center;
    margin: 0px;
    width: 250px;
    height: 40px;
    background: red;
    z-index: 15;
    border-radius: 5px 5px 0px 0px;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform-origin: bottom left;
    position: fixed;
    left: 0px;
}

    #hp-ctn-howItWorks p {
        color: #fff;
        display: inline-block;
        line-height: 40px;
    }


nav a {
    transition: 0.3s ease;
    color: white;
    font-size: 20px;
    text-decoration: none;
    border-top: 2px solid dashed;
    border-bottom: 2px solid dashed;
    margin: 0 5px;
}

    nav a:hover {
        border-top: 2px solid red;
        border-bottom: 2px solid red;
        padding: 6px 0;
    }

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(255,255,255, .05);
}

nav a {
    transition: 0.3s ease;
    color: white;
    font-size: 16px;
    text-decoration: none;
    border-top: 2px solid dashed;
    border-bottom: 2px solid dashed;
    margin: 0 5px;
}


@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .text {
        font-size: 11px
    }
}
@media (min-width: 320px) {
    .carousel-item img {
        object-fit: cover;
        object-position: center;
        height: 27vh;
        overflow: hidden;
    }
}

@media only screen and (min-width: 375px) {
    .carousel-item img {
        object-fit: cover;
        object-position: center;
        height: 27vh;
        overflow: hidden;
    }
}


@media only screen and (min-width: 425px) {
    .carousel-item img {
        object-fit: cover;
        object-position: center;
        height: 27vh;
        overflow: hidden;
    }
}

@media only screen and (min-width: 768px) {
    .carousel-item img {
        object-fit: cover;
        object-position: center;
        height: 43vh;
        overflow: hidden;
    }
}

@media only screen and (min-width: 1024px) {
    .carousel-item img {
        object-fit: cover;
        object-position: center;
        height: 43vh;
        overflow: hidden;
    }
}


@media only screen and (min-width: 1440px) {
    .carousel-item img {
        object-fit: cover;
        object-position: center;
        height: 70vh;
        overflow: hidden;
    }
}

@media only screen and (min-width: 2560px) {
    .carousel-item img {
        object-fit: cover;
        object-position: center;
        height: 70vh;
        overflow: hidden;
    }
}


@media (min-width: 320px) {
    .servicecontent {
        text-align: initial;
    }
    .tab-content > .active {
        display: -webkit-inline-box;
    }
}

@media only screen and (min-width: 375px) {
    .servicecontent {
        text-align: initial;
    }
    .tab-content > .active {
        display: -webkit-inline-box;
    }
}


@media only screen and (min-width: 425px) {
    .servicecontent {
        text-align: initial;
    }
    .tab-content > .active {
        display: -webkit-inline-box;
    }
}

@media only screen and (min-width: 768px) {
    .servicecontent {
        text-align: initial;
    }
}

@media only screen and (min-width: 1024px) {
    .servicecontent {
        text-align: initial;
    }
}


@media only screen and (min-width: 1440px) {
    .servicecontent {
        text-align: initial;
    }
}
@media only screen and (min-width: 2560px) {
    .servicecontent {
        text-align: initial;
    }
    
}

/*gallaery*/

@media (min-width: 320px) {
    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        color: red !important;
        background-color: #fff;
    }

    p {
        height: 100px;
        width: 500px;
        margin: 100px auto;
        position: relative;
    }

    .imgss {
        height: 100px;
        position: absolute;
        left: 0;
        offset-path: path('m 0 50 q 50-30 100-30 t 100 30 100 0 100-30 100 30');
        box-shadow: 1px 1px 3px #0008;
        transition: transform .4s ease-out, offset-path .4s cubic-bezier(.77,-1.17,.75,.84),box-shadow .3s, z-index .3s;
        z-index: 0;
    }

        .imgss:hover {
            transform: scale(3);
            /* on hover, the path gets a bit shorter & flattened & shifted to left/bottom a bit for nicer movement */
            offset-path: path('m 5 65 q 45-0 90-0 t 90 0 90 0 90-0 90 0');
            box-shadow: 3px 4px 10px #0006;
            z-index: 999;
        }

        /* 3 images */
        .imgss:nth-last-child(3):first-child {
            offset-distance: 17%;
        }

        .imgss:nth-last-child(2):nth-child(2) {
            offset-distance: 49%;
        }

        .imgss:last-child:nth-child(3) {
            offset-distance: 81%;
        }

        /* 4 images */
        .imgss:nth-last-child(4):first-child {
            offset-distance: 10%;
        }

        .imgss:nth-last-child(3):nth-child(2) {
            offset-distance: 35%;
        }

        .imgss:nth-last-child(2):nth-child(3) {
            offset-distance: 65%;
        }

        .imgss:last-child:nth-child(4) {
            offset-distance: 90%;
        }

        /* 5 images */
        .imgss:nth-last-child(5):first-child {
            offset-distance: 0%;
        }

    img:nth-last-child(4):nth-child(2) {
        offset-distance: 25%;
    }

    img:nth-last-child(3):nth-child(3) {
        offset-distance: 51%;
    }

    img:nth-last-child(2):nth-child(4) {
        offset-distance: 75%;
    }

    img:last-child:nth-child(5) {
        offset-distance: 100%;
    }
}

@media only screen and (min-width: 375px) {
    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        color: red !important;
        background-color: #fff;
    }

    p {
        height: 200px;
        width: 500px;
        margin: 100px auto;
        position: relative;
    }

    .imgss {
        height: 100px;
        position: absolute;
        left: 0;
        offset-path: path('m 0 50 q 50-30 100-30 t 100 30 100 0 100-30 100 30');
        box-shadow: 1px 1px 3px #0008;
        transition: transform .4s ease-out, offset-path .4s cubic-bezier(.77,-1.17,.75,.84),box-shadow .3s, z-index .3s;
        z-index: 0;
    }

        .imgss:hover {
            transform: scale(3);
            /* on hover, the path gets a bit shorter & flattened & shifted to left/bottom a bit for nicer movement */
            offset-path: path('m 5 65 q 45-0 90-0 t 90 0 90 0 90-0 90 0');
            box-shadow: 3px 4px 10px #0006;
            z-index: 999;
        }

        /* 3 images */
        .imgss:nth-last-child(3):first-child {
            offset-distance: 17%;
        }

        .imgss:nth-last-child(2):nth-child(2) {
            offset-distance: 49%;
        }

        .imgss:last-child:nth-child(3) {
            offset-distance: 81%;
        }

        /* 4 images */
        .imgss:nth-last-child(4):first-child {
            offset-distance: 10%;
        }

        .imgss:nth-last-child(3):nth-child(2) {
            offset-distance: 35%;
        }

        .imgss:nth-last-child(2):nth-child(3) {
            offset-distance: 65%;
        }

        .imgss:last-child:nth-child(4) {
            offset-distance: 90%;
        }

        /* 5 images */
        .imgss:nth-last-child(5):first-child {
            offset-distance: 0%;
        }

    img:nth-last-child(4):nth-child(2) {
        offset-distance: 25%;
    }

    img:nth-last-child(3):nth-child(3) {
        offset-distance: 51%;
    }

    img:nth-last-child(2):nth-child(4) {
        offset-distance: 75%;
    }

    img:last-child:nth-child(5) {
        offset-distance: 100%;
    }
}


@media only screen and (min-width: 425px) {
    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        color: red !important;
        background-color: #fff;
    }

    p {
        height: 200px;
        width: 500px;
        margin: 100px auto;
        position: relative;
    }

    .imgss {
        height: 100px;
        position: absolute;
        left: 0;
        offset-path: path('m 0 50 q 50-30 100-30 t 100 30 100 0 100-30 100 30');
        box-shadow: 1px 1px 3px #0008;
        transition: transform .4s ease-out, offset-path .4s cubic-bezier(.77,-1.17,.75,.84),box-shadow .3s, z-index .3s;
        z-index: 0;
    }

        .imgss:hover {
            transform: scale(3);
            /* on hover, the path gets a bit shorter & flattened & shifted to left/bottom a bit for nicer movement */
            offset-path: path('m 5 65 q 45-0 90-0 t 90 0 90 0 90-0 90 0');
            box-shadow: 3px 4px 10px #0006;
            z-index: 999;
        }

        /* 3 images */
        .imgss:nth-last-child(3):first-child {
            offset-distance: 17%;
        }

        .imgss:nth-last-child(2):nth-child(2) {
            offset-distance: 49%;
        }

        .imgss:last-child:nth-child(3) {
            offset-distance: 81%;
        }

        /* 4 images */
        .imgss:nth-last-child(4):first-child {
            offset-distance: 10%;
        }

        .imgss:nth-last-child(3):nth-child(2) {
            offset-distance: 35%;
        }

        .imgss:nth-last-child(2):nth-child(3) {
            offset-distance: 65%;
        }

        .imgss:last-child:nth-child(4) {
            offset-distance: 90%;
        }

        /* 5 images */
        .imgss:nth-last-child(5):first-child {
            offset-distance: 0%;
        }

    img:nth-last-child(4):nth-child(2) {
        offset-distance: 25%;
    }

    img:nth-last-child(3):nth-child(3) {
        offset-distance: 51%;
    }

    img:nth-last-child(2):nth-child(4) {
        offset-distance: 75%;
    }

    img:last-child:nth-child(5) {
        offset-distance: 100%;
    }
}

@media only screen and (min-width: 768px) {
    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        color: red !important;
        background-color: #fff;
    }

    p {
        height: 200px;
        width: 500px;
        margin: 100px auto;
        position: relative;
    }

    .imgss {
        height: 100px;
        position: absolute;
        left: 0;
        offset-path: path('m 0 50 q 50-30 100-30 t 100 30 100 0 100-30 100 30');
        box-shadow: 1px 1px 3px #0008;
        transition: transform .4s ease-out, offset-path .4s cubic-bezier(.77,-1.17,.75,.84),box-shadow .3s, z-index .3s;
        z-index: 0;
    }

        .imgss:hover {
            transform: scale(3);
            /* on hover, the path gets a bit shorter & flattened & shifted to left/bottom a bit for nicer movement */
            offset-path: path('m 5 65 q 45-0 90-0 t 90 0 90 0 90-0 90 0');
            box-shadow: 3px 4px 10px #0006;
            z-index: 999;
        }

        /* 3 images */
        .imgss:nth-last-child(3):first-child {
            offset-distance: 17%;
        }

        .imgss:nth-last-child(2):nth-child(2) {
            offset-distance: 49%;
        }

        .imgss:last-child:nth-child(3) {
            offset-distance: 81%;
        }

        /* 4 images */
        .imgss:nth-last-child(4):first-child {
            offset-distance: 10%;
        }

        .imgss:nth-last-child(3):nth-child(2) {
            offset-distance: 35%;
        }

        .imgss:nth-last-child(2):nth-child(3) {
            offset-distance: 65%;
        }

        .imgss:last-child:nth-child(4) {
            offset-distance: 90%;
        }

        /* 5 images */
        .imgss:nth-last-child(5):first-child {
            offset-distance: 0%;
        }

    img:nth-last-child(4):nth-child(2) {
        offset-distance: 25%;
    }

    img:nth-last-child(3):nth-child(3) {
        offset-distance: 51%;
    }

    img:nth-last-child(2):nth-child(4) {
        offset-distance: 75%;
    }

    img:last-child:nth-child(5) {
        offset-distance: 100%;
    }
}

@media only screen and (min-width: 1024px) {
    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        color: red !important;
        background-color: #fff;
    }

    p {
        height: 200px;
        width: 500px;
        margin: 100px auto;
        position: relative;
    }

    .imgss {
        height: 100px;
        position: absolute;
        left: 0;
        offset-path: path('m 0 50 q 50-30 100-30 t 100 30 100 0 100-30 100 30');
        box-shadow: 1px 1px 3px #0008;
        transition: transform .4s ease-out, offset-path .4s cubic-bezier(.77,-1.17,.75,.84),box-shadow .3s, z-index .3s;
        z-index: 0;
    }

        .imgss:hover {
            transform: scale(3);
            /* on hover, the path gets a bit shorter & flattened & shifted to left/bottom a bit for nicer movement */
            offset-path: path('m 5 65 q 45-0 90-0 t 90 0 90 0 90-0 90 0');
            box-shadow: 3px 4px 10px #0006;
            z-index: 999;
        }

        /* 3 images */
        .imgss:nth-last-child(3):first-child {
            offset-distance: 17%;
        }

        .imgss:nth-last-child(2):nth-child(2) {
            offset-distance: 49%;
        }

        .imgss:last-child:nth-child(3) {
            offset-distance: 81%;
        }

        /* 4 images */
        .imgss:nth-last-child(4):first-child {
            offset-distance: 10%;
        }

        .imgss:nth-last-child(3):nth-child(2) {
            offset-distance: 35%;
        }

        .imgss:nth-last-child(2):nth-child(3) {
            offset-distance: 65%;
        }

        .imgss:last-child:nth-child(4) {
            offset-distance: 90%;
        }

        /* 5 images */
        .imgss:nth-last-child(5):first-child {
            offset-distance: 0%;
        }

    img:nth-last-child(4):nth-child(2) {
        offset-distance: 25%;
    }

    img:nth-last-child(3):nth-child(3) {
        offset-distance: 51%;
    }

    img:nth-last-child(2):nth-child(4) {
        offset-distance: 75%;
    }

    img:last-child:nth-child(5) {
        offset-distance: 100%;
    }
}


@media only screen and (min-width: 1440px) {
    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        color: red !important;
        background-color: #fff;
    }

    p {
        height: 200px;
        width: 500px;
        margin: 100px auto;
        position: relative;
    }

    .imgss {
        height: 100px;
        position: absolute;
        left: 0;
        offset-path: path('m 0 50 q 50-30 100-30 t 100 30 100 0 100-30 100 30');
        box-shadow: 1px 1px 3px #0008;
        transition: transform .4s ease-out, offset-path .4s cubic-bezier(.77,-1.17,.75,.84),box-shadow .3s, z-index .3s;
        z-index: 0;
    }

        .imgss:hover {
            transform: scale(3);
            /* on hover, the path gets a bit shorter & flattened & shifted to left/bottom a bit for nicer movement */
            offset-path: path('m 5 65 q 45-0 90-0 t 90 0 90 0 90-0 90 0');
            box-shadow: 3px 4px 10px #0006;
            z-index: 999;
        }

        /* 3 images */
        .imgss:nth-last-child(3):first-child {
            offset-distance: 17%;
        }

        .imgss:nth-last-child(2):nth-child(2) {
            offset-distance: 49%;
        }

        .imgss:last-child:nth-child(3) {
            offset-distance: 81%;
        }

        /* 4 images */
        .imgss:nth-last-child(4):first-child {
            offset-distance: 10%;
        }

        .imgss:nth-last-child(3):nth-child(2) {
            offset-distance: 35%;
        }

        .imgss:nth-last-child(2):nth-child(3) {
            offset-distance: 65%;
        }

        .imgss:last-child:nth-child(4) {
            offset-distance: 90%;
        }

        /* 5 images */
        .imgss:nth-last-child(5):first-child {
            offset-distance: 0%;
        }

    img:nth-last-child(4):nth-child(2) {
        offset-distance: 25%;
    }

    img:nth-last-child(3):nth-child(3) {
        offset-distance: 51%;
    }

    img:nth-last-child(2):nth-child(4) {
        offset-distance: 75%;
    }

    img:last-child:nth-child(5) {
        offset-distance: 100%;
    }
}

@media only screen and (min-width: 2560px) {
    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
        color: red !important;
        background-color: #fff;
    }

    p {
        height: 200px;
        width: 500px;
        margin: 100px auto;
        position: relative;
    }

    .imgss {
        height: 100px;
        position: absolute;
        left: 0;
        offset-path: path('m 0 50 q 50-30 100-30 t 100 30 100 0 100-30 100 30');
        box-shadow: 1px 1px 3px #0008;
        transition: transform .4s ease-out, offset-path .4s cubic-bezier(.77,-1.17,.75,.84),box-shadow .3s, z-index .3s;
        z-index: 0;
    }

        .imgss:hover {
            transform: scale(3);
            /* on hover, the path gets a bit shorter & flattened & shifted to left/bottom a bit for nicer movement */
            offset-path: path('m 5 65 q 45-0 90-0 t 90 0 90 0 90-0 90 0');
            box-shadow: 3px 4px 10px #0006;
            z-index: 999;
        }

        /* 3 images */
        .imgss:nth-last-child(3):first-child {
            offset-distance: 17%;
        }

        .imgss:nth-last-child(2):nth-child(2) {
            offset-distance: 49%;
        }

        .imgss:last-child:nth-child(3) {
            offset-distance: 81%;
        }

        /* 4 images */
        .imgss:nth-last-child(4):first-child {
            offset-distance: 10%;
        }

        .imgss:nth-last-child(3):nth-child(2) {
            offset-distance: 35%;
        }

        .imgss:nth-last-child(2):nth-child(3) {
            offset-distance: 65%;
        }

        .imgss:last-child:nth-child(4) {
            offset-distance: 90%;
        }

        /* 5 images */
        .imgss:nth-last-child(5):first-child {
            offset-distance: 0%;
        }

    img:nth-last-child(4):nth-child(2) {
        offset-distance: 25%;
    }

    img:nth-last-child(3):nth-child(3) {
        offset-distance: 51%;
    }

    img:nth-last-child(2):nth-child(4) {
        offset-distance: 75%;
    }

    img:last-child:nth-child(5) {
        offset-distance: 100%;
    }
}


/* Offers*/

@media (min-width: 320px) {
    .offerscontent {
        height: 300px;
    }

    
}

@media only screen and (min-width: 375px) {
    .offerscontent {
        height: 300px;
    }

}


@media only screen and (min-width: 425px) {
    .offerscontent {
        height: 300px;
    }

}

@media only screen and (min-width: 768px) {
    .offerscontent {
        height: 600px;
    }
}

@media only screen and (min-width: 1024px) {
    .offerscontent {
        height: 600px;
    }
}


@media only screen and (min-width: 1440px) {
    .offerscontent {
        height: 600px;
    }
}

@media only screen and (min-width: 2560px) {
    .offerscontent {
        height: 600px;
    }
}


.marquee {
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
}

    .marquee:before,
    .marquee:after {
        position: absolute;
        top: 0;
        content: "";
        z-index: 1;
    }

    .marquee:before {
        left: 0;
        background: linear-gradient(to right, #ccc 10%, transparent 80%);
    }

    .marquee:after {
        right: 0;
        background: linear-gradient(to left, #ccc 10%, transparent 80%);
    }

.marquee__content {
    display: flex;
    animation: marquee 10s linear infinite forwards;
}

    .marquee__content:hover {
        animation-play-state: paused;
    }

.list-inline {
    display: flex;
    justify-content: space-around;
    /* reset list */
    list-style: none;
    padding: 0;
    margin: 0;
}

@keyframes marquee {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-66.6%);
    }
}