/*-----font-face------*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,700&display=swap');


*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a, a:link, a:visited, a:active, a:hover {
    cursor: pointer;
    text-decoration: none;
    outline: none;
}

a {
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

html {
    scroll-behavior: smooth;
}
/*------------------------------------------------------*/
/*-global css
/*------------------------------------------------------*/

body {
    margin: 0;
    padding: 0;
    font-size: 13px;
    color: #101010;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    /*background: url("../images/bg.jpg") no-repeat;*/
    background-size: cover;
    background-attachment: fixed;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 10px;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

/*ul,ol{
    list-style: none;
}*/
.mt-1 {
    margin-top: .5em !important;
}

.mt-2 {
    margin-top: 1.5em !important;
}

.mt-3 {
    margin-top: 2em !important;
}

.mt-4 {
    margin-top: 2.5em !important;
}

.mt-5 {
    margin-top: 3em !important;
}

.mt-6 {
    margin-top: 3.5em !important;
}

.mt-7 {
    margin-top: 4em !important;
}

.nopad {
    padding: 0 !important;
}

.content-wrap {
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    /*background: url("../images/other-bg.png");*/
    /*background: #fff;*/
    background-size: cover;
    max-width: 450px;
    margin: 0 auto 60px;
    min-height: 550px;
}

/*=========================================*/
.home {
    background: #fff;
    /*min-height: 450px;*/
    position: relative;
}

    .home .profile {
        background: #9a3f96 url(../images/profile-bg.png) center no-repeat;
        background-size: cover;
        padding: 30px;
        padding-bottom: 0;
        margin: 0 auto;
        text-align: center;
        position: relative;
    }

        .home .profile .view {
            position: absolute;
            right: 20px;
            top: 20px;
            /*border-radius: 15px;*/
            font-size: 12px;
            /*font-weight: 700;*/
            color: #fff;
            border: 1px solid #fff;
            padding: 2px 7px;
            ;
        }
        /*.home .profile:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 25px;
    border-radius: 30px;
    background: #f00;
    left: 0;
    bottom: 0;
}*/
        .home .profile img {
            width: 170px;
            height: 170px;
            border-radius: 50%;
            border: 10px solid rgba(11, 11, 11, 0.06);
            margin-top: 3rem;
        }

    .home .content h2 {
        font-size: 24px;
        font-weight: 700;
        color: #000;
        margin-bottom: 20px;
        letter-spacing: 0.5px;
        align-items: center;
        display: flex;
        flex-direction: column;
    }

        .home .content h2 small {
            font-size: 15px;
            color: #fff;
            margin-top: 7px;
            border-radius: 30px;
            padding: 5px 10px;
            background: -moz-linear-gradient(left, rgba(109,64,152,1) 0%, rgba(155,63,150,1) 100%);
            background: -webkit-gradient(left top, right top, color-stop(0%, rgba(109,64,152,1)), color-stop(100%, rgba(155,63,150,1)));
            background: -webkit-linear-gradient(left, rgba(109,64,152,1) 0%, rgba(155,63,150,1) 100%);
            background: -o-linear-gradient(left, rgba(109,64,152,1) 0%, rgba(155,63,150,1) 100%);
            background: -ms-linear-gradient(left, rgba(109,64,152,1) 0%, rgba(155,63,150,1) 100%);
            background: linear-gradient(to right, rgba(109,64,152,1) 0%, rgba(155,63,150,1) 100%);
        }

    .home .content {
        /*background: url(../images/side-bg.png) no-repeat;*/
        background-position: left center;
        /*min-height: 330px;*/
        background-size: contain;
        padding: 30px 30px 0;
        padding-top: 10px;
        display: flex;
        flex-direction: column;
        /*justify-content: center;*/
    }

        .home .content p {
            margin: 0 0 10px;
            font-size: 15px;
            letter-spacing: 0.5px;
            font-weight: 500;
            padding-left: 50px;
            padding-top: 2px;
            position: relative;
            min-height: 35px;
            display: flex;
            align-items: center;
        }

            .home .content p i {
                width: 35px;
                height: 35px;
                border-radius: 50%;
                color: #fff;
                background: -moz-linear-gradient(left, rgba(109,64,152,1) 0%, rgba(155,63,150,1) 100%);
                background: -webkit-gradient(left top, right top, color-stop(0%, rgba(109,64,152,1)), color-stop(100%, rgba(155,63,150,1)));
                background: -webkit-linear-gradient(left, rgba(109,64,152,1) 0%, rgba(155,63,150,1) 100%);
                background: -o-linear-gradient(left, rgba(109,64,152,1) 0%, rgba(155,63,150,1) 100%);
                background: -ms-linear-gradient(left, rgba(109,64,152,1) 0%, rgba(155,63,150,1) 100%);
                background: linear-gradient(to right, rgba(109,64,152,1) 0%, rgba(155,63,150,1) 100%);
                line-height: 35px;
                font-size: 16px;
                text-align: center;
                position: absolute;
                left: 0;
                top: 0;
            }

            .home .content p a {
                color: #000;
				    font-size: 18px;
            }

    .home .other-pt {
        display: block;
        text-align: center;
        padding: 10px;
    }

    .home .other-link a {
        padding: 7px 15px;
        border-radius: 30px;
        color: #ffffff;
        font-size: 12px;
        /* font-weight: 600; */
        display: inline-block;
        background: #6139a7;
        margin: 0 2px;
    }

        .home .other-link a:hover {
            background-color: #9C27B0;
        }

    .home .save-pt a {
        padding: 7px 15px;
        /* border-radius: 30px; */
        color: #ffffff;
        font-size: 14px;
        /* font-weight: 600; */
        display: inline-block;
        background: #6139a7;
        border: 3px solid #fff;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    }

    .home .share-whatsapp {
        display: flex;
        justify-content: center;
    }

        .home .share-whatsapp input {
            -webkit-appearance: none;
            outline: 0;
            border: 0;
            background: #fff;
            box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
            padding: 10px 15px;
            /*border-radius: 30px;*/
        }

.share-whatsapp .whatsapp-button {
    -webkit-appearance: none;
    outline: 0;
    cursor: pointer;
    /*border-radius: 30px;*/
    padding: 10px 15px;
    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;
    margin-left: 10px;
    display: flex;
    align-items: center;
}

.social-container {
}

    .social-container a {
        border-radius: 50%;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        margin: 0 2px 5px;
        height: 30px;
        width: 30px;
        color: #fff;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    }

.facebook {
    background-color: #3b5998;
}

.twitter {
    background-color: #2ba9e1;
}

.instagram {
    background-color: #F18644;
}

.youtube {
    background-color: #E63631;
}

.pinterest {
    background-color: #cb2027;
}

.linkedin {
    background-color: #007bb6;
}

.google {
    background-color: #db4a39;
}

.whatsapp {
    background-color: #51B14D;
}

.blog {
    background-color: #fc4f08;
}

.skype {
    background-color: #00aff0;
}

.snapchat {
    background-color: #FFFC00;
}

.telegram {
    background-color: #0088cc;
}
.wechat {
    background-color: #05b310;
}
.tradeindia {
    background-color: #cf271e;
}
.foursquare {
    background-color: #FA4779;
}

.meetup {
    background-color: #e51937;
}

.btn1 {
    padding: 7px 15px;
    /* border-radius: 30px; */
    color: #ffffff;
    font-size: 14px;
    /* font-weight: 600; */
    display: inline-block;
    background: #6139a7;
    border: 3px solid #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}


/*===================================*/
.about {
    background: #fff;
    /*min-height: 450px;*/
    position: relative;
    padding: 20px;
    color: #565656;
	font-size: 18px;
}

    .about .h3 {
        font-size: 24px;
        text-transform: uppercase;
        color: #ffffff;
        margin-bottom: 20px;
        display: inline-block;
        background: #6139a7;
        padding: 5px 15px;
    }

    .about table {
        margin-bottom: 20px;
    }
    /*.about ul, .about ol{
    padding-left: 25px;
}*/
    .about ul li, .about ol li {
        margin-bottom: 3px;
    }

.document-wrapper {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 10px;
    color: rgb(97, 57, 167);
    border-width: 2px;
    border-style: solid;
    border-color: #6139a7;
    border-image: initial;
    border-radius: 6px;
}

    .document-wrapper .pdf-icon {
        font-size: 18px;
        padding: 7px 5px 7px 12px;
    }

    .document-wrapper .pdf-number {
        white-space: nowrap;
        text-overflow: ellipsis;
        padding: 5px 10px;
        flex: 1 1 0%;
        overflow: hidden;
    }

    .document-wrapper .download-icon {
        font-size: 18px;
        color: rgb(97, 57, 167);
        padding: 7px 12px;
        border-left: 2px solid rgb(97, 57, 167);
    }


/*===================================*/
.product {
    background: #fff;
    /*min-height: 450px;*/
    position: relative;
    padding: 20px;
    color: #565656;
}

    .product .h3 {
        font-size: 24px;
        text-transform: uppercase;
        color: #ffffff;
        margin-bottom: 20px;
        display: inline-block;
        background: #6139a7;
        padding: 5px 15px;
    }

.card .img-fluid {
    max-width: 100%;
    max-height: 15rem;
    object-fit: contain;
}

    .product h5 {
        font-size: 20px;
        margin-top: 20px;
        text-align:center;
    }

    .product h6 {
        color: #6139a7;
        width: calc(100% - 110px);
    }

/*===================================*/
.gallery {
    background: #fff;
    /*min-height: 450px;*/
    position: relative;
    padding: 20px;
    color: #565656;
}

    .gallery h3 {
        font-size: 24px;
        text-transform: uppercase;
        color: #ffffff;
        margin-bottom: 20px;
        display: inline-block;
        background: #6139a7;
        padding: 5px 15px;
    }

    .gallery .gallery-main {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }

        .gallery .gallery-main a {
            width: 100% !important;
            margin-bottom: 10px;
            border: 1px solid #ddd;
            padding: 5px;
            border-radius: 5px;
        }

            .gallery .gallery-main a:hover {
                box-shadow: 0px 5px 15px rgba(0,0,0,0.2);
            }


/*===================================*/
.enquiry {
    background: #fff;
    /*min-height: 400px;*/
    position: relative;
    padding: 20px;
    color: #565656;
}

    .enquiry h3 {
        font-size: 24px;
        text-transform: uppercase;
        color: #ffffff;
        margin-bottom: 20px;
        display: inline-block;
        background: #6139a7;
        padding: 5px 15px;
    }

.form-control {
    border-color: #ebebeb;
    padding: .9rem 0.85rem;
    height: calc(2.4em + .75rem + 2px);
    font-size: 13px;
}



/*-----------------------------------*/
/*footer navigation
/*----------------------------------------------*/

footer {
    background: #ffffff;
    padding: 0.5em 0;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 3;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
}

.footer-menu ul {
    text-align: center;
    display: flex;
    flex-direction: row;
    padding: 0;
    margin-bottom: 0;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

    .footer-menu ul li {
        list-style: none;
        flex: 1;
    }

.footer-menu li a {
    color: #565656;
    font-size: 13px;
    text-transform: uppercase;
    display: block;
    padding: 0 15px;
    font-weight: 500;
}

    .footer-menu li a:hover, .footer-menu li a.active {
        color: #6720e4;
    }

    .footer-menu li a i {
        display: block;
        clear: both;
        font-size: 20px;
        margin-bottom: 2px;
        color: #6720e4;
    }



/*========================================*/
@media(max-width: 480px) {
    .footer-menu li a {
        font-size: 12px;
        padding: 0 15px;
    }
}

@media(max-width: 360px) {
    .home .content p {
        font-size: 13px;
        margin-bottom: 10px;
        padding-top: 0;
    }

    .home .other-link a {
        padding: 7px 10px;
        margin: 0;
    }

    .home .share-whatsapp {
        flex-direction: column;
    }

        .home .share-whatsapp .whatsapp-button {
            margin: 10px 0 0;
            justify-content: center;
        }

    .footer-menu li a {
        font-size: 9px;
        padding: 0 15px;
    }

        .footer-menu li a i {
            font-size: 14px;
            margin-bottom: 5px;
        }
}

@media(max-width: 320px) {
    .home .other-link a {
        padding: 7px 10px;
        margin: 0 0 4px;
    }
}



/*----------------------------*/
.p-3{
    margin-bottom:10px !important;
}

.img-fluid {
    max-width: 100%;
    max-height: 15rem;
    object-fit: cover;
}