* {
    margin: 0;
}

*, :after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:root {
    scroll-behavior: smooth;
}

body {
    min-width: 400px;
}
.sc-gap {
    padding: 15px;
}
.sc-menu-content a,
.sc-submit-holder .sc-btn {
    cursor: url('data:image/x-icon;base64,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'), auto!important;
    }

.sc-top-banner {
    background-image: url(../images/bg2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    margin-bottom: 5px;
}

.sc-topLang-admin {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.sc-intro {
    max-width: 60%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    padding: 0 5px;
    min-height: 58vh;
}

.sc-intro-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 15px;
    height: 58vh;
    justify-content: center;
}

.sc-intro-header {
    text-transform: uppercase;
    line-height: 1.3;
    font-size: 40px;
}

.sc-intro-text {
    line-height: 1.3;
    font-size: 32px;
    margin: 10px 0 20px 0;
    text-align: center;
}

.sc-btn {
    text-decoration: none;
    color: black;
    border: 1px solid black;
    border-radius: 15px;
    padding: 5px 25px;
    background: turquoise;
    font-size: 18px;
    cursor: pointer;
    user-select: none;
}

.sc-btn:hover {
    scale: 1.2;
    font-weight: bold;
}

.sc-header {
    padding: 2px 0;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-between;
}

.sc-main-content-wrapper {
    margin:10px 0;
    border-radius: 10px;
    text-align: center;
}

.sc-main-content-wrapper .lng-hindi {
    line-height: 1.5;
}

.sc-service-banner,
.sc-aboutus-banner,
.sc-contactus-banner,
.sc-gallery-banner {
    margin: 15px 20px 15px 20px;
    font-size: 2em;
    font-weight: bold;
    text-align: center;
}

.sc-aboutus-content-wrapper {
    display: flex;
    align-items: center;
}

.sc-aboutus-text {
    padding: 10px 15px;
    font-size: 1.4em;
}
.sc-aboutus-content-wrapper img {
    width: 60%;
}

.sc-aboutus-content-wrapper > div {
    width: 50%;
}

.sc-aboutus-img-div {
    display: flex;
    margin: auto;
    justify-content: center;
}

.ui-page-active {
    min-height: auto!important;
    border: 0;
}

.sc-top-container {
    padding: 5px;
    margin: 5px 10px;
}

.sc-socialIcons {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.sc-socialIcons i {
    width: 25px;
    height: 25px;
}

.sc-menu-content {
    padding: 0 5px;
    user-select: none;
}

.sc-socialIcons i,
.sc-menu-content i {
    display: inline-block;
    font-weight: bold;  
    text-align: center;
    margin: 0 2px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.sc-socialIcons i a,
.sc-menu-content i a {
    text-decoration: none !important;
}

.sc-social-icon.sc-tele:before,
.sc-social-icon.sc-email:before {
    content: " ";
    width: 25px;
    display: block;
    height: 25px;
    background-repeat: no-repeat;
    background-size: contain;
}

.sc-menu-content i {
    font-style: normal;
    text-transform:capitalize;
    border-radius: 50px;

    padding: 3px 10px;
    margin: 5px 2px;
}

.sc-menu-content a {
    display: inline-block;
    border-radius: 50%;
    border: 1px dotted black;
    margin: 2px auto;
    background : rgba(0, 0, 0, 0.1);
}

.sc-menu-content  a i {
    color: black;
}

.sc-menu-content a:hover {
    background: black;
}

.sc-menu-content a:hover i {
    --background: black;
    color: pink;
}

.sc-tele:before {
    background-image: url(../images/tele.png);
}

.sc-email:before {
    background-image: url(../images/email.png);
}

.sc-footer-wrapper {
    margin-top: 25px;
}

.sc-footer-wrapper > p {
    text-align: center;
    font-size: 2em;
}

.sc-contactus-img-wrapper {
    display: block;
    width: 45px;
}

.sc-contact-us {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin-top: 25px;
}

.sc-contact-us > div {
    min-width: 48%;
    width: 48%;
    min-height: 250px;
    display: flex;
    align-items: center;
}

.sc-contactus-img-wrapper img {
    width: 100%;
    filter: grayscale(100%);
    filter: contrast(0);
}

.sc-contact-details {
    display: flex;
    align-items: center;
    flex-direction: column;
    align-items: center;
}

.sc-contact-details > div {
    width: 100%;
    display: flex;
    margin-bottom: 5px;
}

.sc-contact-details > div:not(:last-of-type) {
    --border-bottom: 1px solid silver;
}

.sc-contact-us-deails-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}

.sc-contact-us-deails-wrapper > div {
    margin-left: 15px;
    margin-bottom: 15px;
}

.sc-contactus-content-header {
    font-size: 18px;
    user-select: none;
}

.sc-contactus-content-details {
    color: silver;
}
.sc-map-wrapper {
    position: relative;
}

.sc-map-wrapper gmp-map {
    height: 280px!important;
}

.getdirections {
    position: absolute;
    z-index: 3;
    top: 55px;
    left: 15px;
    color: #000000;
    display: inline-block;
    padding: 6px 12px !important;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-border-radius: 3px;
    display: none;
    box-shadow: 0 3px 14px rgba(0, 0, 0, .4);
    align-items: center;
    justify-content: space-between;
    background: #fff;
}

.icon-direction {
    font-size: 20px;
    margin-left: 5px;
}

.ui-loader-fakefix,
.ui-loader {
    display: none;
}

.sc-contact-wrapper {
    margin: 15px 0;
    border: 1px solid silver;
    border-radius: 15px;

}

.sc-inputs-fields {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.sc-inputs-fields div {
    display: flex;
    flex-direction: column;
    margin: 10px 20px;
}

.sc-inputs-fields  input[type=text],
.sc-inputs-fields input[type=number]  {
    padding: 10px 15px;
    border:1px solid black;
    min-width: 200px;
    border-radius: 20px;
}

.sc-message-wrapper {
    margin: 10px 5px;
}

.sc-contact-cotainer > div textarea {
    width: 100%;
    padding: 15px;
    border: 1px solid black;
    border-radius: 15px;
}

.sc-msg-submit-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; 
    margin: 15px 0;
}

.sc-submit-msg {
    margin-bottom: 15px;
    border: 1px solid black;
    padding: 5px 15px;
    border-radius: 25px;
    width: 95%;
    text-align: center;
    background: lightgreen;
    display: none;
}

.sc-top-lang {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin: auto 5px;
}

.sc-lang-wrapper {
    display: flex;
    align-items: center;
    flex-direction: row;
    padding: 5px;
    margin: 75px 0 25px 0;
    border: 1px solid black;
    background-color: pink;
}

.sc-lang-wrapper .lang {
    margin: 0 5px;
    color: blue;
    cursor: pointer;
}

body[setlang="2"] .lng-hindi    {
    display: none!important;
}

body[setlang="1"] .lng-eng {
    display: none !important;
}

body[setlang="1"] .hindi,
body[setlang="2"] .eng {
    color: green !important;
    font-weight: bold;
    text-decoration: underline;
}

label {
    margin-bottom: 4px;
    display: inline-block;
    font-size: 14px;
}

.sc-contact-us .lng-hindi {
    font-size: 14px;
}

.sc-service-cols-wrapper {
    text-align: center;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.sc-service-cols-wrapper img {
    width: 100%;
}

.sc-service-col {
    padding: 1px;
    margin: 5px 1px;
    width: 25%;
    display: inline-table;
    flex-direction: column;
    transition: box-shadow .3s;
    cursor: pointer;
    height: 80vh;
}

.sc-service-content-col:hover {
    box-shadow: 0 0 11px rgb(128, 128, 128);
}

.sc-service-content-col,
.sc-service-img img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border: 1px solid silver;
}

.sc-service-content-col {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.sc-service-col .sc-btn {
    padding: 2px 6px;
    margin: 20px auto;
}

.sc-service-col .sc-btn:hover {
    scale: 1.1;
    font-weight: normal;
}

.sc-service-img {
    width: 100%;

    border-style: solid;
    border-width: 0;
    border-radius: 15px 15px 15px 15px;

}
.sc-service-col-header {
    font-size: 16px;
    margin: 10px 0;
    font-weight: bold;
}

.sc-service-col-contents {
    font-size: 18px;
    margin: 4px;
    height: 100%;
}

.whatsapp-wrapper {
    position: fixed;
    bottom: 10px;
    right: 23px;
    z-index: 9999999;
}

.goToTop,
.whatsapp {
    font-size: 32px;
    font-weight: bold;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-align: center;
    display: flex;
    justify-content: center;
    border: 1px solid black;
    cursor: pointer;
}

.whatsapp {
    margin-top: 10px;
}
.whatsapp img {
    width: 35px;
}

.goToTop {
    background-color: burlywood;
}

.goToTop:before {
    content: "^";
    left: 4px;
    top: 4px;
    position: relative;
}

.sc-gallery-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    min-height: 400px;
    height: 400px;
    border: 1px dotted silver;
    position: relative;
    background-image: url(../images/spoon.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    user-select: none;
}

.sc-gallery-content {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 100%;
    z-index: 0;
    overflow: hidden;
}

.sc-carousel-container {
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
}

.sc-carousel-container img {
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.5);
    display: none;
    cursor: pointer;
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
}

.sc-active-img {
    display: block!important;
    animation: sc-fadeIn 1s ease-in-out;
}

.sc-carousel {
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    position: relative;
    max-width: 100%;
    max-height: 100%;
    align-items: center;
}

.sc-gallery-btn:hover {
    background-color: silver;
    opacity: .5;
}

.sc-gallery-left {
    left: 0;
}

.sc-gallery-right {
    right: 0;
}

.bg-image {
    width: 100%;
}

.arrow-button {
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #000;
    cursor: pointer;
    background: rgb(255, 255, 255, 0.3);
    width: 36px;
    font-size: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid black;
    outline: 2px solid white;
    border-radius: 50%;
    aspect-ratio: 1;
    -webkit-box-shadow: 5px 5px 5px -2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 5px 5px 5px -2px rgba(0, 0, 0, 0.5);
    box-shadow: 5px 5px 5px -2px rgba(0, 0, 0, 0.5);
    margin: auto 15px;
    z-index: 99;
}

.arrow-button > span {
    margin: auto 10px;
    font-weight: bold;
    font-family: cursive;
    font-size: 24px;
    top: -3px;
    display: block;
    position: relative;
}

@keyframes sc-fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.full-screen {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999999999999;
    overflow: hidden;
    user-select: none;
    padding: 0 5px;
}

.hideIt {
    display: none!important;
}

.full-screen img {
    margin: auto;
    display: block;
    position: relative;
    height: 80vh;
    max-width: 100%;
    max-height: 100%;
    height: auto;
    width: auto;
}

.sc-close {
    color: white;
    right: 10px;
    display: flex;
    position: absolute;
    top: 10px;
    padding: 10px;
    border-radius: 15px;
    border: 1px solid white;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    font-size: 2em;
    cursor: pointer;
    font-family: sans-serif;
}

.sc-close:hover {
    background-color: silver;
    color: black;
}

.sc-login-wrapper {
    padding: 0 5px;
    border: 1px solid black;
    border-radius: 10px;
    margin-left: 10px;
    font-weight: bold;
}

.sc-login-wrapper:hover {
    background: silver;
}

@media only screen and (max-width: 600px) {

    .sc-contact-us {
        flex-direction: column;
        align-items: center;
    }

    .sc-contact-us > div {
        width: 100%;
        align-items: center;
        flex-direction: column;
    }

    .sc-contact-details  div {
        align-items: center;
        flex-direction: column;
    }

    .sc-contact-us-deails-wrapper {
        align-items: center;
    }

    .sc-map-wrapper gmp-map {
        height: 250px!important;
    }

    .sc-inputs-fields  div {
        width: 100%;
        margin: 10px 5px;
    }

    .sc-menu-content {
        font-size: 10px;
        text-align: center;
    }

    .sc-top-banner {
        background-position: top;
        background-size: auto;
    }

    .sc-intro {
        max-width: 100%;
    }

    .sc-intro-content {
        justify-content: flex-start;
    }

    .sc-service-cols-wrapper {
        flex-wrap: wrap;
    }

    body[setlang="2"] .sc-service-col {
        height: 60vh;
    }

    body[setlang="1"] .sc-service-col {
        height: 70vh;
    }

    .sc-service-col {
        width: 45%;

    }

    .sc-service-col .sc-btn .lng-hindi {
        font-size: 16px;
    }

    .sc-main-content-wrapper .lng-hindi {
        line-height: 1.8;
    }

    .sc-aboutus-content-wrapper {
        flex-direction: column;
    }

    .sc-aboutus-content-wrapper > div {
        width: 100%;
    }

    .sc-contact-us-deails-wrapper .sc-contactus-content-header {   
        margin-left: 0;
    }

    .sc-map-wrapper {
        margin-bottom: 25px;
    }

    .sc-contactus-content-details {
        text-align: center;
    }
}

.sc-inputErr {
    text-align: center;
    font-size: 14px;
    color: red;
    margin-top: 3px;
    display: none;
}

/*
.sc-submit-holder.sc-disabled {
    color: silver;
    opacity: .6;
    cursor: not-allowed;
}

.sc-submit-holder.sc-disabled  .sc-btn:hover {
    scale: 1!important;
    font-weight: normal;
}

.sc-submit-holder.sc-disabled .sc-btn {
    cursor: unset;
}
*/
.required {
    color: red;
    font-weight: bold;
}

.sc-video-carousel {
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.sc-video-carousel video {
    margin: auto 5px;
    border: 1px solid white;
}

.sc-popup-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999999999999;
    overflow: hidden;
    user-select: none;
    padding: 0 5px;
}

.sc-popup-holder {
    background: wheat;
    max-width: 500px;
    margin: auto;
    color: black;
    border-radius: 10px;
}