:root {
    --theme-color:#143160;
    --theme-color-light: #0b8fda;
}

html {
    scroll-behavior: smooth;
}
.img-responsive, img{max-width:100%; height:auto; width:auto;}
body {
    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('../common/img/template3-bg.jpg');
    background-attachment: fixed;
}

a {
    text-decoration: none;
    color: var(--theme-color);
}

strong, b, h1, h2, h3, h4, h5 {
    font-family: 'LatoHeavy';
}
.bottomborder{position:relative;}
.bottomborder:after{content:""; position:absolute; bottom:-10px; left:0; width:100%; height:2px; background:var(--theme-color);}
.firstpagetop {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 5%;
    padding-top: 35px;
    padding-bottom: 10px;
    margin: 0 auto;
    position: relative; background:#fff; position:relative;
   /* box-shadow: inset 0px 0px 10px rgba(0,0,0,0.5);*/
}
.firstpagetop:before{content:""; position:absolute; left:0; top:40%; height:20%; width:10px; background:var(--theme-color); border-radius:0 5px 5px 0;}
.firstpagetop:after{content:""; position:absolute; right:0; top:40%; height:20%; width:10px; background:var(--theme-color); 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: var(--theme-color);
}
.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%;
}

.profilepic {
    width: 120px;
    border-radius: 50%;
    margin-bottom: 15px;
	overflow: hidden;
    height: 120px;
    position: relative;
    background: #fff;
}
.profilepic img{position:absolute; top:0; bottom:0;left: 0;
    right: 0;
    margin: auto;}

.companyname {
    margin: 5px auto 10px auto;
    font-size: 13px;
    color: var(--theme-light-color);
    letter-spacing: 0.4px;
	font-family: latobold;
    text-transform: uppercase;

}

.name {
    font-family: 'LatoHeavy';
    color: var(--theme-color-light);
    font-size: 22px;
    letter-spacing: 0.4px;
}

.name span{display: block; font-size:14px;  font-family: 'LatoRegular'; color:#333;}


.firstpagebottom {
    background-color: var(--theme-color);
    color: #ffffff;
    padding: 20px;
    margin-top: -1px;
}

.actionbtn {
    display: flex;
    margin-bottom: 5px;
    margin-top: 20px;
}

.actionbtn a {
    margin: 0 8px;
}

.iconbtn {
    display: flex;
    justify-content: center;
    align-items: center;
    /* display: block;
    vertical-align: middle; */
    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: var(--theme-color);
    color: #ffffff;
}

.icontxt {
    color: #666666;
    text-decoration: none;
    font-size: 12px;
    font-family: 'LatoRegular';
}

.contact-buttons {
    text-align: center;
    width: calc(100% + 40px);
    margin-top: 20px;
}

.contact-button {
    padding: 8px 10px;
    border-radius: 50px;
    min-width: 70px;
    display: inline-block;
    font-size: 12px;
    box-shadow: 1px 1px 5px rgba(107, 128, 168, 0.2);
    /*box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2), 0 0 40px rgba(255, 251, 251, 0.1) inset;*/
    text-align: center;
    background-color: var(--theme-color);
    color: #fff;
    /*border: 2px solid #424242;*/
    margin-right: 5px;
    margin-bottom: 10px;
}

.contact-button i {
    margin-right: 5px;
}

.contactdata {
    -webkit-border-vertical-spacing: 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: var(--theme-color-light);
    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'; */

    color: #ffffff;
    margin-left: 10px;
    font-size: 14px;
    margin-right: 10px;
    display: inline-block;
    font-family: 'LatoRegular';
    word-break: break-word;
}

.share-whatsapp {
    text-align: left;
    display: flex; margin-bottom:10px;
}

.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;
    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;
}

.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;
}

.shadow-btn {
    display: flex;
    justify-content: center;
	margin: 0px -5px;
}

.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;
}
a.addphonebook{min-width:175px;}
a.share{min-width:80px;}


.shadow-btn .fa {
    color: var(--theme-color);
    vertical-align: middle;
    font-size: 15px;
    margin-right: 10px;
    margin-top: -2;
}

/* Section common classes Starts */
.main-wrapper {
    background: var(--theme-color);
}
.section-heading {
    color: var(--theme-color); 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: var(--theme-color); bottom:-5px; left:0;
    height:2px;}
.page-container {
    text-align: left;
    padding: 20px;
    margin-top: 15px;
    line-height: 22px;
    font-size: 14px;
    position: relative;
    box-shadow: 1px 2px 15px #48484833;
    background: #fff; 
    /*box-shadow: inset 0px 0px 10px rgba(0,0,0,0.5);*/
    overflow: hidden;
    word-break: break-word;
}
.page-container:before{    content: "";
    position: absolute;
    left: 0;
    top: 30%;
    height: 40%;
    width: 10px;
    background: var(--theme-color);
    border-radius: 0 5px 5px 0;
}
.page-container:after{    content: "";
    position: absolute;
    right: 0;
    top: 30%;
    height: 40%;
    width: 10px;
    background: var(--theme-color);
    border-radius: 5px 0 0 5px;
}

/* Section common classes  Completed */

/* Card  Starts */
.card {
    text-align: left;
    background-color: #d8d8d870;
    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';
}
/* Card  Completed */

/* About section start */
.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;
}

.about-txt {
    text-align: justify;
    max-width: 95%;
}

.download {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border: 2px solid var(--theme-color);
    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 var(--theme-color);
    color: #ffffff;
    background: var(--theme-color);
}


.other-links-wrapper .other-links-link {
    display: block;
    line-height: 20px;
    margin-bottom: 5px;
    word-break: break-all; color:#333;
}

.other-links-wrapper .other-links-link i {
    margin-right: 10px; color: var(--theme-color);
}

/* About section completed */

/* Product section starts */
.product-description {
    text-align: justify;
    max-width: 100%;
}
.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: var(--theme-color);
    border-radius:5px;
}
/* Product css completed */

/* Payment section Start */
.qr-image {
    max-width: 200px;	
}

/* Payment section Completed */

/* Gallery  Starts */
.images-container {
    column-count: 3;
    -webkit-column-count: 3;
    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;
}
/* Gallery Completed */

/* Feedback form  start */
.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;
}

.feedback-form input[type=submit] {
    background-color: var(--theme-color);
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin: 6px 0;
    font-family: 'Uniform', sans-serif;
}

.feedback-form input[type=submit]:disabled {
    opacity: 0.3;
}

.feedback-form .feedback-phoneNumber {
    flex: 1;
    margin-right: 5px;
}

.feedback-form .feedback-email {
    flex: 1;
    margin-left: 5px;
}

.feedback-list .feedback-wrapper {
}

.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: var(--theme-color);
    font-size: 15px;
    font-weight: 500;
}

.feedback-list .feedback-wrapper .gl-star-rating-stars > span {
    width: 18px;
    height: 18px;
    background-size: 18px;
}

#feedback hr {
    border-color: rgba(0, 0, 0, 0.12);
    border-width: 0.5px;
}

.feedback-form {
    margin-bottom: 0;
    padding: 15px;
}

.feedback-form .feedback-form-heading {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 500;
}
/* Feedback form Completed */

/* Enquiry form start */
.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;
    resize: vertical;
    outline: none;
    font-size: 14px;
    font-family: 'Uniform', sans-serif;
}

.enquiry-form input[type=submit] {
    background-color: var(--theme-color);
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin: 6px 0;
    font-family: 'Uniform', sans-serif;
}

.enquiry-form input[type=submit]:disabled {
    opacity: 0.3;
}

.enquiry-form .enquiry-phoneNumber {
    flex: 1;
    margin-right: 5px;
}

.enquiry-form .enquiry-email {
    flex: 1;
    margin-left: 5px;
}
/* Enquiry form Completed */

/* Footer Starts */
.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: var(--theme-color-light);
    /* border-radius: 20px 20px 0 0; */
    display: flex;

    background-image: linear-gradient(to right, var(--theme-color-light), var(--theme-color-light)), 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));
    /* Shadows */
    /* Shadow covers */
    background-position: left center, right center, left center, right center;
    background-repeat: no-repeat;
    background-color: var(--theme-color-light);
    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;
}

/* Footer Completed */

/* Copyright  start */
.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;
}

.copyright a {
    color:rgba(0,0,0,0.8);
}

/* Copyright completed */

/* Modal popup Start */

.modal {
    display: none; 
    position: fixed; 
    z-index: 1; 
    padding-top: 50px; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.9); 
}

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
}

.close {
    position: absolute;
    top: 0px;
    right: 15px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight:600;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
/* Modal popup Completed */

/* 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;
}
/* 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 */

/* Media query on Smaller Screens */
@media only screen and (max-width: 450px){
    .modal-content {
        width: 100%;
    }

    .share-modal {
        align-items: flex-end;
    }
}


.p-30 {
    padding-top: 30px;
}

.p-20 {
    padding-top: 20px;
}
.orderedList {
    list-style: decimal;
    padding-left: 16px;
}

.unorderedList {
    list-style: disc;
    padding-left: 16px;
}

.flex {
    display: flex;
}


.pdf {
    padding-bottom: 0;
}
