/*-----font-face------*/
@import url('https://fonts.googleapis.com/css2?family=PT+Sans+Narrow:wght@400;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: 'PT Sans Narrow', sans-serif;*/
    font-weight: 400;
    letter-spacing: 0.5px;
	-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: 'PT Sans Narrow', 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;
}
.profile{
    padding: 30px;
    margin: 0 auto 20px;
    text-align: center;
    position: relative;
}
.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;;
}
/*.profile:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 25px;
    border-radius: 30px;
    background: #f00;
    left: 0;
    bottom: 0;
}*/
/*.profile img{
    width: 150px;
    border-radius: 100%;
}*/
    .profile .img-fluid {
        width: 150px;
        border-radius: 100%;
    }
.profile .qr{
    position: absolute;
    right: 15px;
    bottom: 15px;
    width: 80px;
    background: #fff;
}
.profile .qr img{
    border-radius: 0;
    border:0;
    padding: 0;
}
.content h2{
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin-top: 0px;
    margin-bottom: 32px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.content h2 small{
    font-size: 16px;
    color: #0004ff;
    margin-top: 5px;
}
.content {
    background: url(/assets/card-assets/images/card-bg7.png) left top / 450px 100% no-repeat rgb(0, 4, 255);
    background-position: left top;
    position: relative;
    min-height: 400px;
    margin-bottom: 15px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    background-size: 520px 100%;
}
/*.content:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 30px;
    background: #f00;
    bottom: 0;
    left: 0;
}*/
.content p {
    margin: 0px;
    font-size: 18px;
    font-weight: 400;
    padding-left: 60px;
    position: relative;
    min-height: 60px;
    display: flex;
    align-items: center;
}

.content p i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #000;
    background: #fff;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
}
.content p a{
    color: #000;
}
.other-pt{
    display: block;
    text-align: center;
    padding: 10px;
}

.other-link a {
    padding: 7px 15px;
    border-radius: 30px;
    color: #ffffff;
    font-size: 14px;
    /* font-weight: 600; */
    display: inline-block;
    background: #0004ff;
    margin: 0 2px;
}
.other-link a:hover{
    background-color: #9C27B0;
}
.save-pt a {
    padding: 7px 15px;
    border-radius: 30px;
    color: #ffffff;
    font-size: 14px;
    /* font-weight: 600; */
    display: inline-block;
    background: #727785;
    border: 3px solid #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.share-whatsapp{
    display: flex;
    justify-content: center;
}
.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;
}
.foursquare {
    background-color: #FA4779;
}
.meetup {
    background-color: #e51937;
}

.btn1{
    padding: 7px 15px;
    border-radius: 30px;
    color: #ffffff !important;
    font-size: 14px;
    /* font-weight: 600; */
    display: inline-block;
    background: #727785;
    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;
}

.about h3{
    font-size: 24px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 20px;
    display: inline-block;
    background: #0004ff;
    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: #0004ff;
    border-width: 2px;
    border-style: solid;
    border-color: #0004ff;
    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: #0004ff;
    padding: 7px 12px;
    border-left: 2px solid #0004ff;
}


/*===================================*/
.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: #0004ff;
    padding: 5px 15px;
}
.product h5{
    font-size: 20px;
    margin-top: 20px;
}
.product h6{
    color: #0004ff;
    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: #0004ff;
    padding: 5px 15px;
}
.gallery .gallery-main{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.gallery .gallery-main a{
    width: 47%;
    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: #0004ff;
    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){
    .content p{
        font-size: 13px;
        margin-bottom: 10px;
        padding-top: 0;
    }
    .other-link a {
        padding: 7px 10px;
        margin: 0;
    }
    .share-whatsapp {
        flex-direction: column;
    }
    .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){
    .other-link a {
        padding: 7px 10px;
        margin: 0 0 4px;
    }
}