* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'LatoRegular', sans-serif;
    margin: 0 auto;
    color: #555555;
    text-decoration: none;
    max-width: 450px;
    text-align: center;
    box-shadow: 1px 2px 15px #48484833;
    padding-bottom: 85px;
    background-image: url(../images/bg_img_main.jpg);
    background-attachment: fixed;
}



a {
    text-decoration: none;
    color: #00390c;
}

b,
strong {
    font-weight: bold;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    border: 0;
}

:focus-visible {
    outline: 0;
}

strong,
b,
h1,
h2,
h3,
h4,
h5 {
    font-family: 'LatoHeavy';
}


/* start_css */


.main {
    background-color: #D48B1D;
}

.main .container {
    padding: 0;
}


.firstpagetop {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 5%;
    padding-top: 8px;
    padding-bottom: 10px;
    margin: 0 auto;
    position: relative;
}

.firstpagetop:before {
    content: "";
    position: absolute;
    left: 0;
    top: 40%;
    height: 20%;
    width: 10px;
    background: rgb(212 139 28);
    border-radius: 0 5px 5px 0;
}

.firstpagetop:after {
    content: "";
    position: absolute;
    right: 0;
    top: 40%;
    height: 20%;
    width: 10px;
    background: rgb(212 139 28);
    border-radius: 5px 0 0 5px;
}

.views {
    transform: translate(-50%, 0);
    padding: 5px 10px;
    position: absolute;
    color: #fff;
    left: 50%;
    top: -3px;
    border: 1px solid transparent;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    font-size: 14px;
    margin-bottom: 0px;
    border-top: 0;
    background: rgb(212 139 28);
}

.companylogo {
    width: 60%;
    max-width: 200px;
    float: left;
    text-align: left;
    padding: 5px;
    position: relative;
    vertical-align: middle;
    text-align: center;
    height: 50px;
}

.companylogo img {
    height: auto;
    max-width: 90%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto auto;
    max-height: 95%;
}

.companyname {
    margin: 10px auto;
    font-size: 12px;
    color: #fff;
    letter-spacing: 0.4px;
    font-family: latobold;
    text-transform: uppercase;
}

.profilepic {
    width: 150px;
    border-radius: 50%;
    margin-top: 10px;
    overflow: hidden;
    height: 150px;
    border: 1px solid rgb(212, 139, 28);
    position: relative;
    background: #fff;
}

.profilepic img {
    position: absolute;
    top: -14px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
}

.name {
    font-family: 'LatoHeavy';
    color: #00390c;
    font-size: 22px;
    letter-spacing: 0.4px;
}

.name span {
    display: block;
    font-size: 14px;
    font-family: 'LatoRegular';
    color: #333;
}

.actionbtn {
    display: flex;
    margin-bottom: 5px;
    /* margin-top: 20px; */
}

.actionbtn a {
    margin: 0 8px;
}

.iconbtn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    text-align: center;
    margin: 0 auto;
    box-shadow: 1px 1px 5px rgba(107, 128, 168, 0.2);
    border-radius: 50%;
    font-size: 20px;
    margin-bottom: 0px;
    background-color: rgb(213 141 34);
    cursor: pointer;
    color: #ffffff;
}

 tr
{
    vertical-align: baseline;
}

.main_T tr
{
    vertical-align: middle;
}


.unorderedList
{
    text-transform: none;
}

.icontxt {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-family: 'LatoRegular';
}

.firstpagebottom {
    background-color: rgb(212 139 28);
    color: #ffffff;
    padding: 20px;
    margin-top: -1px;
}

.shadow-btn {
    display: flex;
    justify-content: center;
    margin: 0px -5px;
}

a.addphonebook {
    min-width: 175px;
}

.shadow-btn a {
    padding: 10px 2px;
    font-size: 12px;
    color: var(--theme-color);
    margin: 5px;
    background: #fff;
    flex: 1;
    border: 2px solid #ffffff;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 3px;
    color: #d48b1c;
}

.shadow-btn .fa {
    color: #d48b1c;
    vertical-align: middle;
    font-size: 15px;
    margin-right: 10px;
}

.share-whatsapp {
    text-align: left;
    display: flex;
    margin-bottom: 10px;
}

.input-wrapper {
    position: relative;
    flex: 1;
    overflow: hidden;
}

.input-wrapper label {
    position: absolute;
    left: 10px;
    top: 10px;
    color: rgba(0, 0, 0, 0.6);
    font-size: 13px;
}

.share-whatsapp input {
    -webkit-appearance: none;
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid #fff;
    padding: 11px;
    outline: none;
    font-size: 12px;
    width: 100%;
    color: rgba(0, 0, 0, 1);
    border-radius: 3px;
    padding-left: 40px;
}

.whatsapp-btn {
    -webkit-appearance: none;
    padding: 10px;
    font-size: 13px;
    background-color: #51B14D;
    color: #fff;
    border: none;
    cursor: pointer;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 0 40px rgba(255, 251, 251, 0.1) inset;
    display: flex;
    align-items: center;
    border-radius: 0 3px 3px 0;
}

.whatsapp-btn i {
    font-size: 16px;
    margin-right: 10px;
}

.contact-table td {
    padding: 5px 0;
    text-align: left;
}

.contact-icon {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #00390c;
    background-color: #ffffff;
    font-size: 16px;
    border-radius: 5px;
}

.contact-text {
    color: #ffffff;
    margin-left: 10px;
    font-size: 14px;
    margin-right: 10px;
    display: inline-block;
    font-family: 'LatoRegular';
    word-break: break-word;
}

.contact-table td a:hover {
    color: #ffff;
}

.share-btn.firstpage {
    padding: 0;
    justify-content: center;
    margin: 10px -4px 0;
    border-top: 1px solid #fcbf00e8;
    padding-top: 10px;
}

.share-btn {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    padding: 0 60px;
    margin: 0;
}

.share-btn.firstpage li {
    padding: 3px;
}

.share-btn.firstpage li i {
    padding: 0;
    height: 30px;
    width: 30px;
    font-size: 15px;
    border-radius: 5px;
}

.share-btn li i {
    background-image: none;
    box-sizing: border-box;
    position: relative;
    margin: 0;
    overflow: hidden;
    line-height: 1.1em;
    color: #00390c;
    display: block;
    cursor: pointer;
    font-size: 24px;
    height: 40px;
    width: 40px;
    text-shadow: none;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}

.page-container {
    text-align: left;
    padding: 20px;
    margin-top: 15px;
    line-height: 22px;
    font-size: 14px;
    position: relative;
    box-shadow: 1px 2px 15px #D48B1D;
    background: #D48B1D;
    /* box-shadow: inset 0px 0px 10px rgba(0,0,0,0.5); */
    overflow: hidden;
    word-break: break-word;
    color: #ffffff;
}

.page-container:before {
    content: "";
    position: absolute;
    left: 0;
    top: 30%;
    height: 40%;
    width: 10px;
    background: #ffffff;
    border-radius: 0 5px 5px 0;
}

.page-container:after {
    content: "";
    position: absolute;
    right: 0;
    top: 30%;
    height: 40%;
    width: 10px;
    background: #ffffff;
    border-radius: 5px 0 0 5px;
}

.section-heading {
    color: #ffffff;
    /* margin: 0 0 20px 0; */
    display: inline-block;
    position: relative;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.section-heading:after {
    position: absolute;
    content: "";
    width: 100%;
    background-color: #fcbf00e8;
    bottom: -5px;
    left: 0;
    height: 2px;
}

.about-tbl {
    font-size: 14px;
    margin-top: 15px;
    border-collapse: separate;
    border-spacing: 0 0px;
    width: 100%;
}

.about-tbl .td-label {
    text-align: left;
    min-width: 140px;
    vertical-align: top;
}


.about-tbl h3 {
    font-size: 13px;
    line-height: 1;
    padding-left: 5px;
    margin: 7px 0;
    font-weight: bold;
}

.about-txt {
    text-align: justify;
    max-width: 95%;
}

h3.our_heeding {
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.unorderedList {
    list-style: disc;
    padding-left: 16px;
}

.other-links-wrapper .other-links-link {
    display: block;
    line-height: 20px;
    margin-bottom: 5px;
    word-break: break-all;
    color: #ffffff;
}

.download {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border: 2px solid #00390c;
    border-radius: 6px;
    margin-bottom: 10px;
    color: #555555;
}

.download .pdf-icon {
    padding: 12px;
    padding-right: 5px;
    font-size: 18px;
}

.download .pdf-number {
    padding: 10px;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.download .download-icon {
    font-size: 18px;
    padding: 12px;
    border-left: 2px solid #00390c;
    color: #ffffff;
    background: #00390c;
}

.download:hover {
    color: #555555;
}

.card {
    text-align: left;
    /* background-color: #014610; */
    background-color: transparent;
    padding: 20px;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
    /* box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 0 40px rgba(255, 251, 251, 0.1) inset; */
}

.card .card-title {
    font-size: 15px;
    text-align: left;
    margin: 0;
    padding: 0;
    margin-bottom: 15px;
    font-family: 'LatoRegular';
    font-weight: 600;
}


.product-enquiry-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product-price {
    font-size: 15px;
    color: #333;
}

.product-enquiry-btn {
    padding: 7px 15px;
    color: #ffffff;
    font-size: 14px;
    display: inline-block;
    background: #00390c;
    border-radius: 5px;
}

.product_description p {
    margin-bottom: 0;
}

.about-tbl {
    font-size: 14px;
    margin-top: 15px;
    border-collapse: separate;
    border-spacing: 0 0px;
    width: 100%;
}

.about-tbl .td-label {
    text-align: left;
    min-width: 140px;
    vertical-align: top;
}

.about-tbl h3 {
    font-size: 13px;
    line-height: 1;
    padding: 0;
    margin: 7px 0;
}

.accout_hedding h3 {
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #ffffff;
}

.qr-image {
    max-width: 220px;
}

.Paytm_heddig {
    text-align: center;
}

.Paytm_heddig h4 {
    font-size: 15px;
    color: #ffffff;
    margin: 5px 0;
}

.images-container {
    column-count: 4;
    -webkit-column-count: 2;
    column-gap: 0;
    -webkit-column-gap: 0;
}

.images-container .image-wrapper {
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
    padding: 3px;
}

.images-container .image-wrapper img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    border: 1px solid #f5f5f5;
}

.images-container .image-wrapper img:hover {
    opacity: 0.7;
}

.feedback-list .feedback-wrapper .feedback-name-wrapper {
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
    font-size: 12px;
}

.feedback-list .feedback-wrapper .feedback-name {
    color: #00390c;
    font-size: 15px;
    font-weight: 500;
}

.gl-star-rating-stars {
    position: relative;
    display: inline-block;
    height: 26px;
    vertical-align: middle;
    cursor: pointer;
}

.star_img {
    width: 18px;
    height: 18px;
    background-size: 18px;
    display: flex;
    margin: 0 4px 0 0;
}

.feedback-form {
    margin-bottom: 0;
    padding: 15px;
}

.feedback-form .feedback-form-heading {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 500;
}

.gl-star-rating[data-star-rating] {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-top: 6px;
    margin-bottom: 6px;
}

.gl-star-rating-ltr[data-star-rating]>select {
    left: 0;
}

.gl-star-rating[data-star-rating]>select {
    overflow: hidden;
    visibility: visible !important;
    position: absolute !important;
    top: 0;
    width: 1px;
    height: 1px;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: circle(1px at 0 0);
    clip-path: circle(1px at 0 0);
    white-space: nowrap;
}

.gl-star-rating-stars {
    position: relative;
    display: inline-block;
    height: 26px;
    vertical-align: middle;
    cursor: pointer;
}

.gl-star-rating-stars>span {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: 24px;
    background-repeat: no-repeat;
    background-image: url(../images/star-empty.svg);
    margin: 0 4px 0 0;
}

.gl-star-rating-stars>span:hover {
    background-image: url(../images/star-full.svg);
}

.gl-star-rating-text {
    display: inline-block;
    position: relative;
    height: 26px;
    line-height: 26px;
    font-size: 0.8em;
    font-weight: 600;
    color: #fff;
    background-color: #1a1a1a;
    white-space: nowrap;
    vertical-align: middle;
    padding: 0 8px 0 6px;
    margin: 0 0 0 12px;
}

.gl-star-rating-text::before {
    position: absolute;
    top: 0;
    left: -12px;
    width: 0;
    height: 0;
    content: "";
    border-style: solid;
    border-width: 13px 12px 13px 0;
    border-color: transparent #1a1a1a transparent transparent;
}

.feedback-form input[type=text],
.feedback-form select,
.feedback-form textarea,
.feedback-form input[type=email] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 6px;
    resize: vertical;
    outline: none;
    font-size: 14px;
    font-family: 'Uniform', sans-serif;
    background-color: transparent;
}

.feedback-form input[type=submit] {
    background-color: #ffffff;
    color: #00390c;
    padding: 8px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin: 6px 0;
    font-family: 'Uniform', sans-serif;
    width: 130px;
}

.enquiry-form input[type=text],
.enquiry-form input[type=email],
.enquiry-form select,
.enquiry-form textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 6px;
    background: transparent;
    resize: vertical;
    outline: none;
    font-size: 14px;
    font-family: 'Uniform', sans-serif;
}


.flex-1 {
    display: flex;
}

.enquiry-form .enquiry-phoneNumber {
    flex: 1;
    margin-right: 5px;
}

.enquiry-form input[type=submit] {
    background-color: #ffffff;
    color: #00390c;
    padding: 8px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin: 6px 0;
    font-family: 'Uniform', sans-serif;
}

.copyright {
    color: rgba(0, 0, 0, 0.8);
    background-color: #ffffff;
    font-size: 14px;
    line-height: 22px;
    margin-top: 15px;
    margin-bottom: -26px;
}

.copyright-inner {
    background-color: #fff;
    padding: 5px;
    font-size: 12px;
}

.copyright a {
    color: rgba(0, 0, 0, 0.8);
}


.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

.footer-menu {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(255, 251, 251, 0.1) inset;
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 0;
    list-style-type: none;
    overflow: auto;
    position: relative;
    background: #d48b1d;
    /* border-radius: 20px 20px 0 0; */
    display: flex;
    background-image: linear-gradient(to right, #00390c), #00390c, linear-gradient(to right, var(--theme-color-light), var(--theme-color-light)), linear-gradient(to right, rgba(0, 0, 20, .50), var(--theme-color-light)), linear-gradient(to left, rgba(0, 0, 20, .50), var(--theme-color-light));
    background-position: left center, right center, left center, right center;
    background-repeat: no-repeat;
    background-color: #d48b1d;
    background-size: 20px 100%, 20px 100%, 20px 100%, 20px 100%;
    background-attachment: local, local, scroll, scroll;
}

.footer-menu li {
    flex: 1;
    min-width: 80px;
}

.footer-menu .footer-menu-link {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 5px;
    box-sizing: border-box;
    color: #555555;
}

.footer-menu .footer-menu-icon {
    font-size: 20px;
    margin-bottom: 0px;
    color: #fff;
}

.footer-menu .footer-menu-text {
    font-size: 11px;
    color: #fff;
    text-transform: uppercase;
}

.modal-body {
    padding: 0;
}

.btn-close {
    position: absolute;
    right: -120px;
    top: -12px;
    font-size: 25px;
    background-image: url(../images/download.svg);
    opacity: 1;
}

.modal-lg,
.modal-xl {
    max-width: 700px !important;
}

a.whatsapp-btn:hover {
    color: #fff !important;
}

img.gallery3_top {
    height: 228px !important;
    object-fit: cover;
}

.about-tbl:last-child {
    margin: 0;
}

.share-btn li:nth-of-type(1) i {
    color: #4267B2;
}

.share-btn li:nth-of-type(2) i {
    color: #1DA1F2;
}

.share-btn li:nth-of-type(3) i::before {
    background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #fff0 !important;
}


.share-btn li:nth-of-type(4) i {
    color:#1da1f3 ;
}

.share-btn li:nth-of-type(5) i {
    color: #fb0007;
}

.share-btn li:nth-of-type(6) i {
    color: #1da1f3;
}


.gst_icon
{
    width: 75%;
    border-radius: 5px;

}

.icon_sec
{
    display: flex;
    justify-content: center;
    align-items: center;
    align-items: center;
    text-align: center;
    width: 95%;
    margin: auto;

}

.icon_sec a .review_img
{
    width: 100%;
    margin: auto;
}



#enquiry
{
    margin-top: 0px;
}

#feedback
{
    padding-bottom: 0;
}

.main_T a
{
    color: white;
}


/*  */















/* Share Form in popup Start*/
.share-modal {
    padding-top: 0;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.7);
}

.share-form {
    background-color: #F1F1F1;
}

.share-form .share-form-header {
    position: relative;
    padding: 20px 0;
}

.share-form .share-form-header .share-form-header-text {
    padding-top: 12px;
    margin: 0;
}

.share-form .share-form-header .close {
    top: 18px;
    color: #555555;
}

.share-form-buttons-container {
    margin-bottom: 40px;
}

.share-btn-heading {
    position: relative;
    padding: 0 60px;
}

.share-btn-heading .share-btn-arrow {
    position: absolute;
    left: 35px;
    top: 16px;
    width: 30px;
    transform: rotateZ(15deg);
}

.share-btn-heading .share-btn-heading-text {
    text-align: left;
    font-family: cursive;
    line-height: normal;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    color: #D34544;
    margin: 10px 0;
}

.share-btn {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    padding: 0 60px;
    margin: 0;
}

.share-btn li {
    padding: 4px;
    list-style: none;
}

.share-btn li i {
    background-image: none;
    box-sizing: border-box;
    position: relative;
    margin: 0;
    overflow: hidden;
    line-height: 1.1em;
    color: var(--theme-color-light);
    display: block;
    cursor: pointer;
    font-size: 24px;
    height: 40px;
    width: 40px;
    text-shadow: none;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}

.share-btn.firstpage {
    padding: 0;
    justify-content: center;
    margin: 10px -4px 0;
    border-top: 1px solid var(--theme-color-light);
    padding-top: 10px;
}

.share-btn.firstpage li {
    padding: 3px;
}

.share-btn.firstpage li i {
    padding: 0;
    height: 30px;
    width: 30px;
    font-size: 15px;
    border-radius: 5px;
}

.share-btn-whatsapp {
    background-color: #29a71a;
}

.share-btn-sms {
    background-color: #1598d5;
}

.share-btn-facebook {
    background-color: #3b5998;
}

.share-btn-twitter {
    background-color: #2ba9e1;
}

.share-btn-skype {
    background-color: #00aff0;
}

.share-btn-pinterest {
    background-color: #cb2027;
}

.share-btn-linkedin {
    background-color: #007bb6;
}

.share-btn-instagram {
    background-color: #F18644;
}

.share-btn-youtube {
    background-color: #E63631;
}

.share-btn-mail {
    background-color: #939598;
}

.close {
    position: absolute;
    top: 0px;
    right: 15px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.3s;
}

/* Animations start */
.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}


.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* Share Form in popup Completed*/
/* Animations start */
.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}


.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* Animations Completed */




.about-tbl tbody,
.about-tbl td {
    background-color: transparent;
}

/* .page-container,
.firstpagebottom,.footer-menu {
    background-image: url(../images/texture1.jpg);
    background-size: cover;
    background-position: center;
    margin: 0;
} */
.copyright{
    margin: 0;
}

.feedback-form input::placeholder,
.feedback-form textarea::placeholder,
.enquiry-form input::placeholder,
.enquiry-form textarea::placeholder {
    color: #ffffff;
}

.main_top_cont
{
    background-image: url(../images/hotel-laxmi-niwas_back.jpg);
    object-fit: cover;
    background-size: cover;
    width: 100%;
    background-position: center;
    position: relative;
    color: white;
}

.main_top_cont::before
{
    background-color: rgba(0,0,0,0.4);
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}