body {
    font-family: 'Arial';
    background: #f7f7f7;
}

.image-list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap; /* Allow items to wrap onto a new line */
    justify-content: center; /* Center items horizontally */
}

.image-list-item {
    margin: 10px;
    overflow: hidden;
    /* border-radius: 50%; */
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.image-list-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
}


.img-body{
    border-radius: 50%;
    height: 95px;
    width: 95px;
    box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.2);
}

.img-wrap{
    padding-top: 50px;
    padding-bottom: 10px;
}

.card-title{
    text-shadow: 1px 1px 1px black;
}
.social-img{
    height: 60px;
    width: 60px;
    padding: 5px;
    border-radius: 50%;
}

.vcard-img{
    height: 225px;
    width: 225px;
    padding: 0px;
}

.wechat-img{
    height: 40px;
    width: 40px;
    padding: 5px;
    vertical-align: top;
}

h5 {
    font-size: 0.9rem;
}

a{
    color: rgba(0,0,0,0.8);
    font-size: 1.25rem;
}
a:hover{
    color: rgba(0,0,0,1);
    text-decoration: none;
}

a .fab{
    font-size: 66px;
    margin-right: 10px;
}
a .fas{
    font-size: 18px;
}

.card-wrapper{
    box-shadow: 0 -5px 40px 7px rgba(0,0,0,0.08);
    background-color: rgba(0, 0, 0, 0) linear-gradient(45deg, rgb(241, 133, 104) 0%, rgb(241, 133, 104) 1%, rgb(192, 62, 74) 100%) repeat scroll 0% 0% !important;
}
/* @media (min-width: 690px){
    .card-wrapper{
        margin-top: 60px;
    }
} */

.vcard-functions{
    display: block;
    width: 100%;
    text-align: center;
    height: 60px;
    border-top: 1px solid rgba(255,255,255,0.15);
}

.vcard-functions-wrapper{
    display: table;
    margin: 0 auto;
    height: 60px;
    text-align: center;
}
@media (min-width: 690px){.vcard-functions-wrapper{width:570px}}

.vcard-functions a {
    cursor: pointer;
    display: table-cell;
    color: #fff;
    padding: 10px 0;
    min-width: 100px;
    margin: 0;
    border-right: 1px solid rgba(255,255,255,0.15);
}

.vcard-functions a:hover{
    background-color: rgba(0,0,0,0.1);
    text-decoration: none;
}
@media (min-width: 690px){
    .vcard-functions a{min-width:215px}
}

@media (min-width: 690px){
    .vcard-body-wrapper{
        width: 570px;
        margin: 0 auto;
        margin-bottom: 0px;
        box-shadow: 0 -5px 40px 7px rgba(0,0,0,0.08);
        margin-bottom: 60px;
        overflow: hidden;
        height: 100%;
    }
}

.dynamicText{
    font-size: 12px;
    text-transform: capitalize;
}

.vcard-body{
    height: 100%;
    position: relative;
    float: left;
    width: 100%;
    padding: 20px 45px 40px;
    padding-top: 20px;
    padding-bottom: 40px;
    box-shadow: 0 -5px 40px 7px rgba(0,0,0,0.08);
}
@media (max-width: 480px){.vcard-body{box-shadow:none;height: 100%; padding:20px 0 0}}

.btn-vcard{
    color: #fff;
    background: rgb(192, 62, 74);
    border-radius: 0px !important;
    margin-bottom: 20px;
    box-shadow: 0px 10px 14.1px 0.9px rgba(0,0,0,0.24),0px 4px 19.6px 0.4px rgba(0,0,0,0.16);
}

.btn-vcard:hover{
    box-shadow: 0px 20px 28.2px 0.9px rgba(0,0,0,0.24),0px 8px 40.18px 0.82px rgba(0,0,0,0.16);
}

.btn-vcard-round{
    display: block;
    color: #fff;
    background: #17a2b8;
    width: 135px;
    white-space: normal;
    /* border-radius: 50% !important; */
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    padding: 10px;
    float: right;
    z-index: 998;
    overflow: hidden;
    position: fixed;
    bottom: 12px;
    right: 25px;
    animation: color-me-in 4.5s ease-out;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    box-shadow: 0px 10px 14.1px 0.9px rgba(0,0,0,0.24),0px 4px 19.6px 0.4px rgba(0,0,0,0.16);
}

.pulse-ring{
    display: block;
    border-radius: 50%;
    height: 120px;
    width: 120px;
    position: fixed;
    -webkit-animation: animation-pulse 3.5s ease-out;
    animation: animation-pulse 3.5s ease-out;
        animation-iteration-count: 1;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    opacity: 0;
    border-width: 3px;
    border-style: solid;
    border-color: rgba(54,153,255,.75);
    bottom: -15px;
    right: 0px;
}

@keyframes animation-pulse{
    0% {
        -webkit-transform: scale(.1,.1);
        opacity: 0;
    }
    60% {
        -webkit-transform: scale(.1,.1);
        opacity: 0;
    }
    65% {
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(0.9,0.9);
        opacity: 0;
    }
}
.btn-vcard-round:hover{
    color: #fff;
    box-shadow: 0px 20px 28.2px 0.9px rgba(0,0,0,0.24),0px 8px 40.18px 0.82px rgba(0,0,0,0.16);
}

.btn-red{
    background: #c03e4a !important;
}

.btn-vcard-share{
    color: rgba(0,0,0,0.8);
    background: #fff;
    border-radius: 0px !important;
    box-shadow: 0px 10px 14.1px 0.9px rgba(0,0,0,0.24),0px 4px 19.6px 0.4px rgba(0,0,0,0.16);
}

.btn-vcard-share:hover{
    color: rgba(0,0,0,0.8);
    background: #fff;
    box-shadow: 0px 20px 28.2px 0.9px rgba(0,0,0,0.24),0px 8px 40.18px 0.82px rgba(0,0,0,0.16);
}

.btn-vcard-share-round{
    display: block;
    color: rgba(0,0,0,0.8);
    background: #fff;
    border-radius: 50% !important;
    padding: 16px;
    float: right;
    z-index: 998;
    overflow: hidden;
    position: fixed;
    bottom: 70px;
    right: 25px;
    box-shadow: 0px 10px 14.1px 0.9px rgba(0,0,0,0.24),0px 4px 19.6px 0.4px rgba(0,0,0,0.16);
}

.btn-vcard-share-round:hover{
    color: rgba(0,0,0,0.8);
    background: #fff;
    box-shadow: 0px 20px 28.2px 0.9px rgba(0,0,0,0.24),0px 8px 40.18px 0.82px rgba(0,0,0,0.16);
}

.btn:focus{
    box-shadow: 0px 10px 14.1px 0.9px rgba(0,0,0,0.24),0px 4px 19.6px 0.4px rgba(0,0,0,0.16) !important;
}

.table-row {
    position: relative;
    padding: 20px 0 20px 65px;
    float: left;
    width: 100%;
    text-align: left;
}

.table-row-content{
    display: flex;
    flex-direction: column;
}
.table-row-content small {
    margin-bottom: 5px;
}

.table-row svg {
    position: absolute;
    top: 25px;
    left: 20px;
    font-size: 20px;
    fill: #b3b4bb;
}

#map {
    height: 400px;  /* The height is 400 pixels */
    width: 100%;  /* The width is the width of the web page */
}

.footer {
    background-color: #f9f9f9;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    color: #0a1832;
    text-align: center;
    padding: 20px 0;
    position: relative;
    bottom: 0;
    font-size: 13px;
}

.footer a{
    font-size: 13px;
    color: #0056b3;
}

.footer img{
    vertical-align: text-bottom;
}

.footer_logo{
    list-style: none;
    line-height: 1.2;
    margin-bottom: 0px;
}

.icons {
    fill: white;
    vertical-align: middle;
}
iframe{
    width: 100%;
}
.btn-icon {
    width: 60px;
    height: 60px;
    text-align: center;
    font-size: 30px;
    border-radius: 100%;
    padding: 17px;
    margin: 12px;
    display: block;
    gap: 5px;
}

    

    .template-1 .item-header {
        position: relative;
        overflow: hidden;
    }

    .template-1 .item-header .card-wrapper {
        margin-top: 0;
    }

    .template-1 .card-wrapper .item-background {
        position: absolute;
        
        z-index: -1;
    }

    @media only screen and (max-width: 768px) {
        .item-background{
            left: 0;
            top: 0;
        }  
    }

    @media only screen and (min-width: 768px) {
        .item-background{
            top: -145px;
            left: 0;
        }   
    }

    .template-1 .card-title {
        text-transform: capitalize;
        margin-bottom: 8px;
        font-weight: 700;
        font-size: 28px;
    }

    .template-1 .card-subtitle {
        font-size: 20px;
        font-weight: 400;
    }

    .template-1 .img-wrap {
        padding: 0 0 16px 0;
    }

    .template-1 .img-wrap .img-body {
        border-radius: 50%;
        height: 235px;
        width: 235px;
        box-shadow: none;
    }

    .template-1 .personal-desc {
        font-size: 16px;
        padding-bottom: 16px;
    }

    .template-1 .vcard-functions {
        height: auto;
        padding: 0 10px;
    }

    .template-1 .vcard-functions-wrapper {
        height: auto;
        gap: 6px;
        display: flex;
        margin: 0 auto;
        text-align: center;
    }

    .template-1 .vcard-functions .vcard-functions-wrapper a {
        display: flex;
        border: none;
        padding: 8px 10px;
        flex-direction: column;
        gap: 4px;
        border-radius: 4px;
        font-size: 10px;
    }

    .template-1 .vcard-functions-wrapper a {
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
        padding: 10px 0;
        min-width: 50px;
        margin: 0;
        flex: 1 1;
        font-size: 8px;
        border-right: 1px solid rgba(255, 255, 255, 0.15);
        text-decoration: none;
    }

    .template-1 .vcard-functions-wrapper a i {
        flex-shrink: 0;
    }

    .template-1 .vcard-functions-wrapper a .dynamicText {
        font-size: 16px;
    }

    .template-1 .item-body .details-row {
        border-top: none;
        padding: 0 10px 10px 10px;
    }

    .template-1 .item-body .details-row a {
        display: flex;
        padding: 10px;
        border-radius: 4px;
        align-items: center;
        color: rgba(0, 0, 0, 0.8);
        background: white;
        text-decoration: none;
        font-size: 18px;
    }

    .template-1 .item-body .details-row a i {
        font-size: 25px;
        -webkit-background-clip: text;
        -webkit-color: transparent;
        background-clip: text;
        color: transparent;
    }

    .template-1 .item-body .details-row a small {
        font-size: 16px;
        color: #b3b4bb;
    }

    .template-1 .item-body .details-row.social {
        padding: 10px 10px;
        text-align: center;
    }

    .template-1 .item-body .details-row.social a {
        padding: 0;
        margin: 3px;
        border-radius: 50%;
    }

    .template-1 .item-body .details-row.social a i {
        padding: 5px;
        width: 40px;
        height: 40px;
        border-radius: 50%;
    }

    .btn-add {
        display: flex;
        border-radius: 60px !important;
        right: 16px;
    }
    /** TEMPLATE 1 CSS END **/

    /** TEMPLATE 2 CSS START**/
    .template-2 .item-header {
        position: relative;
        overflow: hidden;
    }

    .template-1 .item-header .card-wrapper {
        margin-top: 0;
    }

    .template-2 .item-header .item-background {
        position: absolute;
          height: 75%;
          width: calc(100% - 20px);
          z-index: 1;
          border-radius: 10px;
          left: 10px;
          top: 23%;
          z-index: -1;;
    }

    .template-2 .card-title {
        text-transform: capitalize;
          margin-bottom: 8px;
          font-weight: 700;
          font-size: 28px;
    }

    .template-2 .card-subtitle {
        font-size: 20px;
        font-weight: 400;
    }

    .template-2 .img-wrap {
        padding: 0 0 8px 0;
    }

    .template-2 .img-wrap .img-body {
        border-radius: 50%;
        height: 235px;
        width: 235px;
        box-shadow: none;
    }

    .template-2 .personal-desc {
        font-size: 16px;
        padding-bottom: 16px;
    }

    .template-2 .vcard-functions {
        border: none;
        height: auto;
        padding: 0 20px 10px 20px;
    }

    @media (max-width: 1200px) {
        .template-2 .vcard-functions{
            padding: 0 16px 10px 16px;
        }
    }

    .template-2 .vcard-functions-wrapper {
        height: auto;
        gap: 6px;
        display: flex;
        margin: 0 auto;
        text-align: center;
    }

    .template-2 .vcard-functions .vcard-functions-wrapper a {
        display: flex;
        border: none;
        padding: 8px 10px;
        flex-direction: row;
        gap: 4px;
        border-radius: 4px;
        font-size: 10px;
        border: none;
        padding: 8px 10px;
        font-size: 8px;
        background-color: #fff; 
        margin-bottom: 3px;
    }

    .template-2 .vcard-functions-wrapper a {
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px 0;
        min-width: 50px;
        margin: 0;
        flex: 1 1;
        font-size: 8px;
        border-right: 1px solid rgba(255, 255, 255, 0.15);
        text-decoration: none;
    }

    .template-2 .vcard-functions-wrapper a i {
        flex-shrink: 0;
        font-size: 25px;
        -webkit-background-clip: text;
        color: transparent;
        -webkit-color: transparent;
        background-clip: text;
        /* color: transparent; */
    }

    .template-2 .vcard-functions-wrapper a .dynamicText {
        font-size: 16px;
    }

    .template-2 .item-body .details-row {
        border-top: none;
        padding: 0 10px 10px 10px;
    }

    .template-2 .item-body .details-row .icon-wrapper {
        display: flex;
            justify-content: center;
            align-items: center;
            padding: 6px;
            border-radius: 50%;
            background: white;
    }

    .template-2 .item-body .details-row a {
        display: flex;
        padding: 10px;
        border-radius: 4px;
        align-items: center;
        color: rgba(0, 0, 0, 0.8);
        text-decoration: none;
        font-size: 18px;
    }

    .template-2 .item-body .details-row a i {
        font-size: 25px;
        -webkit-background-clip: text;
        -webkit-color: transparent;
        background-clip: text;
        color: transparent;
    }

    .template-2 .item-body .details-row a small {
        font-size: 16px;
        color: #b3b4bb;
    }

    .template-2 .item-body .details-row.social {
        padding: 10px 10px;
        text-align: center;
    }

    .template-2 .item-body .details-row.social a {
        padding: 0;
        margin: 3px;
        border-radius: 50%;
    }

    .template-2 .item-body .details-row.social a i {
        padding: 5px;
        width: 40px;
        height: 40px;
        border-radius: 50%;
    }

    /** TEMPLATE 2 CSS END **/

     /** TEMPLATE 3 CSS START**/
     .template-3 .item-header {
        position: relative;
        overflow: hidden;
    }

    .template-3 .item-header .card-wrapper {
        margin-top: 0;
    }

    .template-3 .item-header .item-background {
        position: absolute;
          height: 100%;
          width: 100%;
          z-index: 1;
          left: 0;
          top: 0;
          z-index: -1;
          border-radius: 0 0 8px 8px;
    }

    .template-3 .card-title {
        text-transform: capitalize;
          margin-bottom: 8px;
          font-weight: 700;
          font-size: 28px;
    }

    .template-3 .card-subtitle {
        font-size: 20px;
        font-weight: 400;
    }

    .template-3 .img-wrap {
        padding: 0 0 16px 0;
    }

    .template-3 .img-wrap .img-body {
        border-radius: 50%;
        height: 235px;
        width: 235px;
        box-shadow: none;
    }

    .template-3 .personal-desc {
        font-size: 16px;
        padding-bottom: 16px;
        color: #fff;
    }

    .template-3 .vcard-functions {
        border: none;
        height: auto;
        padding: 0 20px 10px 20px;
    }

    @media (max-width: 1200px) {
        .template-3 .vcard-functions{
            padding: 0 16px 10px 16px;
        }
    }

    .template-3 .vcard-functions-wrapper {
        height: auto;
        gap: 6px;
        display: flex;
        margin: 0 auto;
        text-align: center;
    }

    .template-3 .vcard-functions .vcard-functions-wrapper a {
        display: flex;
        border: none;
        padding: 8px 10px;
        flex-direction: column;
        gap: 4px;
        border-radius: 4px;
        font-size: 10px;
        border: none;
        padding: 8px 10px;
        font-size: 8px;
        background-color: #fff; 
        margin-bottom: 3px;
    }

    .template-3 .vcard-functions-wrapper a {
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px 0;
        min-width: 50px;
        margin: 0;
        flex: 1 1;
        font-size: 8px;
        border-right: 1px solid rgba(255, 255, 255, 0.15);
        text-decoration: none;
    }

    .template-3 .vcard-functions-wrapper a i {
        flex-shrink: 0;
        font-size: 25px;
        -webkit-background-clip: text;
        color: transparent;
        -webkit-color: transparent;
        background-clip: text;
        /* color: transparent; */
    }

    .template-3 .vcard-functions-wrapper a .dynamicText {
        font-size: 16px;
    }

    .template-3 .item-body .details-row {
        border-top: none;
        padding: 0 10px 10px 10px;
    }

    .template-3 .item-body .details-row a {
        display: flex;
        padding: 10px;
        border-radius: 4px;
        align-items: center;
        color: rgba(0, 0, 0, 0.8);
        background: white;
        text-decoration: none;
        font-size: 18px;
    }

    .template-3 .item-body .details-row a i {
        font-size: 25px;
        -webkit-background-clip: text;
        -webkit-color: transparent;
        background-clip: text;
        color: transparent;
        padding-left: 10px;
    }

    .template-3 .item-body .details-row a small {
        font-size: 16px;
        color: #b3b4bb;
    }

    .template-3 .item-body .details-row.social {
        padding: 10px 10px;
        text-align: center;
    }

    .template-3 .item-body .details-row.social a {
        padding: 0;
        margin: 3px;
        border-radius: 50%;
        background-color: #fff;
    }

    .template-3 .item-body .details-row.social a i {
        padding: 5px;
        width: 40px;
        height: 40px;
        border-radius: 50%;
    }
      /** TEMPLATE 3 CSS END **/

      /** TEMPLATE 4 CSS START **/
    .template-4 .item-header {
        position: relative;
        overflow: hidden;
    }

    .template-4 .item-header .item-background-wrapper-bg{
        position: absolute;
        border-radius: 0 0 280px 280px;
        height: 388px;
        width: 125%;
        z-index: 1;
        left: -69px;
        top: 0px;
        overflow: hidden;
        background: white;
    }
    .template-4 .item-header .item-background-wrapper {
        position: absolute;
        border-radius: 0 0 280px 280px;
        height: 397px;
        width: 125%;
        z-index: 1;
        left: -69px;
        top: 0px;
        z-index: 0;
        overflow: hidden;
    }

    @media (max-width: 1200px) {
        .template-4 .item-header .item-background-wrapper-bg{
            height: 388px;
            width: 150%;
            left: -70px;
            top: 0px;
        }
        .template-4 .item-header .item-background-wrapper{
            height: 397px;
            width: 150%;
            left: -70px;
            top: 0px;
        }
    }

    .template-4 .item-header .card-wrapper {
        margin-top: 0;
    }

    .template-4 .item-header .item-background {
        position: relative;
        border-radius: 0 0 280px 280px;
        height: 388px;
        width: 125%;
        z-index: 1;
        top: 0px;
        left: -69px;
        overflow: hidden;
        background: transparent;
        margin-bottom: 40px;
    }

    @media (max-width: 1200px) {
        .template-4 .item-header .item-background{
            height: 388px;
            width: 150%;
            left: -70px;
            top: 0px;
        }
    }

    .template-4 .item-header .img-background{
        position: relative;
        height: 100%;
        left: -24px;
        bottom: 0px;
        object-fit: fill;
    }

    .template-4 .card-title {
        text-transform: capitalize;
          margin-bottom: 8px;
          font-weight: 700;
          font-size: 28px;
    }

    .template-4 .card-subtitle {
        font-size: 20px;
        font-weight: 400;
    }

    .template-4 .img-wrap {
        padding: 0 0 10px 0;
        overflow: hidden;
    }

    .template-4 .img-wrap .img-body {
        height: 235px;
        width: 235px;
        box-shadow: none;
    }

    .template-4 .personal-desc {
        font-size: 16px;
        padding: 16px;
    }

    .template-4 .vcard-functions {
        height: auto;
          border-top: unset;
          padding: 0 16px;
    }

    @media (max-width: 1200px) {
        .template-4 .vcard-functions{
            padding: 0 16px 0 16px;
        }
    }

    .template-4 .vcard-functions-wrapper {
        height: auto;
        gap: 8px;
        flex-direction: column;
        display: flex;
    }

    .template-4 .vcard-functions .vcard-functions-wrapper a {
        display: flex;
        justify-content: center;
        align-items: center;
        border: none;
        padding: 8px 10px;
        gap: 4px;
        border-radius: 4px;
        font-size: 10px;
        border: none;
        padding: 8px 10px;
        font-size: 10px;
        background-color: #4a87e0; 
        color: #fff;
        margin-bottom: 0;
    }

    .template-4 .vcard-functions-wrapper a {
        border-radius: 40px !important;
              border: none;
              padding: 8px 10px;
              gap: 4px;
              border-radius: 4px;
              font-size: 10px;
    }

    .template-4 .vcard-functions-wrapper a i {
        flex-shrink: 0;
        font-size: 16px;
    }

    .template-4 .vcard-functions-wrapper a .dynamicText {
        font-size: 16px;
    }

    .template-4 .item-body .details-row:first-child{
        border-top: unset;
    }

    .template-4 .item-body .details-row {
        padding: 0 10px;
    }

    .template-4 .item-body .details-row {
        border-top: 1px solid #dee2e6;
        position: relative;
        padding: 10px 0 10px 10px;
        float: left;
        width: 100%;
        text-align: left;
        font-size: 10px;
        background-color: #f2f8ff;
    }

    .template-4 .item-body .details-row .icon-wrapper {
        display: flex;
            justify-content: center;
            align-items: center;
            padding: 12px;
            border-radius: 50%;
            background: white;
            margin-right: 20px;
    }

    .template-4 .item-body .details-row a {
        display: flex;
        padding: 15px 10px;
        border-radius: 4px;
        align-items: center;
        color: rgba(0, 0, 0, 0.8);
        text-decoration: none;
        font-size: 18px;
    }

    .template-4 .item-body .details-row a i {
        font-size: 25px;
        -webkit-background-clip: text;
        -webkit-color: transparent;
        background-clip: text;
        color: transparent;
    }

    .template-4 .item-body .details-row a small {
        font-size: 16px;
        color: #b3b4bb;
    }

    .template-4 .item-body .details-row.social {
        padding: 10px 10px;
        text-align: center;
    }

    .template-4 .item-body .details-row.social a {
        padding: 0;
        margin: 3px;
        border-radius: 50%;
    }

    .template-4 .item-body .details-row.social a i {
        padding: 5px;
        width: 40px;
        height: 40px;
        border-radius: 50%;
    }

    .bg-solid{
        background: #4a87e0 repeat scroll 0% 0% !important;
    }
    .bg-gradient-linear{
        background: linear-gradient(45deg,#4a87e0 0%, #C03E4A 100%) repeat scroll 0% 0% !important;
    }
    .bg-gradient-upDown {
        background: linear-gradient(#4a87e0 0%, #C03E4A) repeat scroll 0% 0% !important;
    }
    .bg-gradient-diagonal1 {
        background: linear-gradient(to right bottom, #4a87e0, #C03E4A);
    }
    .bg-gradient-diagonal2 {
        background: linear-gradient(to right top, #4a87e0, #C03E4A);
    }
    .bg-gradient-radial {
        background: radial-gradient(#4a87e0 30%, #C03E4A 100%) repeat scroll 0% 0% !important;
    }
    /** css for icons color **/
    .bg-color-icon {
        background: #4a87e0;
    }
    .bg-icon-gradient-linear{
        background: linear-gradient(45deg,#4a87e0 0%, #C03E4A 100%);
    }
    .bg-icon-gradient-upDown {
        background: linear-gradient(#4a87e0 0%, #C03E4A);
    }
    .bg-icon-gradient-diagonal1 {
        background: linear-gradient(to right bottom, #4a87e0, #C03E4A);
    }
    .bg-icon-gradient-diagonal2 {
        background: linear-gradient(to right top, #4a87e0, #C03E4A);
    }
    .bg-icon-gradient-radial {
        background: radial-gradient(#4a87e0 30%, #C03E4A 100%);
    }
    /** color for icon **/
    .color-icons{
        color: #4a87e0;
    }
    
    /** can not use gradiant in border **/
    .bg-gradient-border{
        border-bottom: 9px solid #4a87e0;
    }
    /** icon css end **/
    /** Icons **/
    .qr-email1::before {
        content: "\e942";
    }
    .qr-phone-call::before {
        content: "\e941";
    }
    .qr-global::before {
        content: "\e97a";
    }
    .qr-brief-case::before{
        content: "\e97c";
    }
    .qr-location::before{
        content: "\e9ad";
    }
    .qr-fax::before{
        content: "\e97b";
    }
    #captcha-container {
        font-size: 20px;
        text-decoration: line-through;
        margin-right: 5px;
    }

    *, ::after, ::before {
        box-sizing: border-box;
     }
     body {
        margin: auto;
        font-family: Raleway, sans-serif;
        height: 100%;
     }
     #freemium{
        z-index: 10002;
     }
     .container-fluid {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
     }
     .row {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
     }
     .text-center {
        text-align: center !important;
     }
     .m-auto {
        margin: auto !important;
     }
     .mb-2, .my-2 {
        margin-bottom: .5rem !important;
     }
     img {
        vertical-align: middle;
        border-style: none;
     }
     .mt-5, .my-5 {
        margin-top: 3rem !important;
     }
     .ml-auto, .mx-auto {
        margin-left: auto !important;
     }
     .mr-auto, .mx-auto {
        margin-right: auto !important;
     }
     .mr-2, .mx-2 {
        margin-right: .5rem !important;
     }
     .ml-3, .mx-3 {
        margin-left: 1rem !important;
     }
     .align-items-center {
        -ms-flex-align: center !important;
        align-items: center !important;
     }
     .loaded h1 {
        font-family: 'Lato', sans-serif;
        font-weight: 300;
        letter-spacing: 2px;
        font-size: 48px;
     }
     .loaded p {
        font-family: 'Lato', sans-serif;
        letter-spacing: 1px;
        font-size: 18px;
        color: #333333;
     }
    .h-100 {
         height: 100% !important;
     }
    .block{
       display: none;
    }
    .dot-elastic {
       position: relative;
       width: 10px;
       height: 10px;
       border-radius: 5px;
       background-color: #ffc107;
       color: #ffc107;
       animation: dotElastic 1s infinite linear;
    }
  
    .dot-elastic::before, .dot-elastic::after {
       content: '';
       display: inline-block;
       position: absolute;
       top: 0;
    }
  
    .dot-elastic::before {
       left: -15px;
       width: 10px;
       height: 10px;
       border-radius: 5px;
       background-color: #ffc107;
       color: #ffc107;
       animation: dotElasticBefore 1s infinite linear;
    }
  
    .dot-elastic::after {
       left: 15px;
       width: 10px;
       height: 10px;
       border-radius: 5px;
       background-color: #ffc107;
       color: #ffc107;
       animation: dotElasticAfter 1s infinite linear;
    }
    @keyframes dotElasticBefore {
       0% {
          transform: scale(1, 1);
       }
       25% {
          transform: scale(1, 1.5);
       }
       50% {
          transform: scale(1, 0.67);
       }
       75% {
          transform: scale(1, 1);
       }
       100% {
          transform: scale(1, 1);
       }
    }
    @keyframes dotElastic {
       0% {
          transform: scale(1, 1);
       }
       25% {
          transform: scale(1, 1);
       }
       50% {
          transform: scale(1, 1.5);
       }
       75% {
          transform: scale(1, 1);
       }
       100% {
          transform: scale(1, 1);
       }
    }
  
    @keyframes dotElasticAfter {
       0% {
          transform: scale(1, 1);
       }
       25% {
          transform: scale(1, 1);
       }
       50% {
          transform: scale(1, 0.67);
       }
       75% {
          transform: scale(1, 1.5);
       }
       100% {
          transform: scale(1, 1);
       }
    }
    .loader-wrapper{
       z-index: 100;
       background: white;
       position: fixed;
    }
    .loaded .loader-wrapper{
       visibility: hidden;
       -webkit-transform: translateY(-100%);
       -ms-transform: translateY(-100%);
       transform: translateY(-100%);
       -webkit-transition: all 0.3s 1s ease-out;
       transition: all 0.3s 1s ease-out;
    }    