/* Add google font */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');

:root {
    /*    --mainColor2: #373286;*/
    --mainColor2: #2f5f9d;
    --mainColor: #2f5f9d;
    /*    --mainColor: #012970;*/
    --mainSecondary: #3c8cdc;
    --grayColor: #262525;
    --bgGray: #f5f5f5;
    --clrWhite: #fff;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
    background: var(--bgGray);
    overflow-x: hidden;
}

/*header {
    box-shadow: 0px 3px 10px 0px rgba(31, 31, 31, 0.08);
    border-bottom: 1px solid #eee;
}*/

header .brandLogo img {
    /*    max-height: 52px;*/
    max-width:105px;
}

    header .brandLogo span {
        font-weight: 600;
        font-size: 18px;
        margin-left: -22px;
        position: absolute;
        bottom: 6px;
        font-style: italic;
        background: linear-gradient(to right, #64256e, #750091, #511361, #7e005e);
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
    }

.mainBtn {
    padding: 5px 12px;
    font-size: 14px;
    background: linear-gradient(to right, #fff 50%, #2b7691 50%);
    background-size: 200% 100%;
    background-position: 100% 0;
    transition: 0.5s ease;
    color: white;
    text-decoration: none;
    display: inline-block;
    border: none;
    cursor: pointer;
    text-align: center;
    width: max-content;
    letter-spacing: 0.2px;
    font-size: 14px;
    border-radius: 50px;
    font-weight: 500;
}

.mainBtn:hover {
    background-position: 0 0;
    color: #373286;
    /* border:1px solid #373286; */
    box-shadow: 1px 2px 10px rgba(151, 151, 151, 0.5);
}

.mainBtn.regBtn {
    background: linear-gradient(to right, #373286 50%, #fff 50%);
    background-size: 200% 100%;
    background-position: 100% 0;
    color: #373286;
    border: 1px solid #373286;
}

.mainBtn.regBtn:hover {
    background-position: 0 0;
    color: var(--clrWhite);
    /* border:1px solid #373286; */
    box-shadow: 1px 2px 10px rgba(151, 151, 151, 0.5);
}

.headBox h1 {
    font-size: 40px;
    font-weight: 600;
    line-height: 3rem;
    letter-spacing: -2px;
    color: var(--mainColor);
    font-family: "Poppins", sans-serif;
}

.headBox h1 span {
    font-size: 60px;
    font-weight: 700;
}
.CTAContent p,
.work-progress .workInfo p,
.featureInfo p,
.aboutContent p,
.workContent p,
.headTitle p,
.Hero-section p {
    font-size: 13px;
    color: #333;
    font-weight: 400;
    line-height: 1.5rem;
    /*    color: var(--grayColor);*/
    font-family: "Lexend", sans-serif;
}
.head-title small {
    margin: 5px;
    font-weight: 600;
    font-size: 16px;
    color: #67206c;
}
.titleLine {
    width: 35%;
    height: 2px;
    margin: auto;
    background: var(--mainColor);
    border-radius: 50%;
}

.aboutContent .Aboutlist li {
    line-height: 1.5rem;
    font-size: 15px;
    font-weight: 500;
    color: var(--mainColor);
}

.aboutFeature {
    /*    border: 1px solid #e9e7e7;*/
    font-size: 24px;
    font-weight: 500;
    color: var(--clrWhite);
    display: flex;
    align-items: center;
    gap: 10px;
}

.aboutImg img {
    max-width: 98%;
}

/*.heroImg {
    z-index: 1;
}*/

.bgDarkBlue {
    background: var(--mainColor);
}

.bgSecBlue {
    background: var(--mainSecondary);
}
/* login form */
.profileForm,
.loginForm {
    border: 1px solid #e1e5ee;
    border-radius: 5px;
}
 
.loginForm h1 {
    font-size: 20px;
    font-weight: 600;
    color: var(--mainColor2);
}

.loginForm p {
    font-size: 12px;
    color: #262525;
}

.loginForm p a {
    color: var(--mainSecondary);
    text-decoration: underline;
}

.loginForm p a:hover {
    color: var(--mainColor);
}
.form-group .form-label {
    font-size: 13px;
    font-weight: 400;
    color: #333;
}
.form-label.total {
    font-size: 15px;
    font-weight: 600;
    color: #333;
}
    
    .totalAmount input {
        text-align: end;
        font-size: 18px;
        background: #e3ffe8;
        border-radius: 2px;
        border: 1px dashed #5fc65f;
    }
.form-group .form-control,
.resetForm .form-control,
.loginForm .form-select,
.loginForm .form-floating > .form-control {
    padding: 8px 20px;
    height: 42px;
    border-radius: 3px;
    border: 1px solid #d4d4d4;
    background-color: var(--clrWhite);
    transition: 0.3s ease;
    font-size: 13px;
    line-height: 1.3rem;
}

.loginForm .form-floating > .form-control:hover {
    border: 1px solid #abc4db
}

.loginForm .form-floating > label {
    top: -4px;
    left: 14px;
    font-size: 14px;
    width: max-content;
    color: var(--mainColor2);
}

.resetForm .form-label {
    font-size: 15px;
    color: var(--grayColor);
    width: max-content;
    margin-bottom: 2px;
}

.resetModel .modal-header .btn-close {
    background: none;
    color: var(--clrWhite);
    font-size: 30px;
    opacity: 1;
    padding: 0;
    margin-top: -20px;
}

.bgPurple {
    background: #ffeeff;
}

.loginForm .form-floating > label {
    top: 10px;
    left: 14px;
    font-size: 12px;
    width: max-content;
    background: var(--clrWhite);
    height: auto;
    /*    color: var(--mainColor2);*/
    color: #747474;
    padding: 0 5px;
}

.form-floating > .form-control:focus ~ label {
    top: 5px;
    background: var(--clrWhite);
    transform: scale(0.85) translateY(-1.50em) translateX(0.15rem);
}

.form-floating > .form-control:-webkit-autofill ~ label {
    opacity: 1;
    transform: scale(.85) translateY(-1.5rem) translateX(.15rem);
}

.form-floating > .form-control:not(:placeholder-shown) {
    opacity: 1 !important;
}

.form-floating select {
    font-size: 14px;
    cursor: pointer;
}

.loginForm .form-floating i {
    position: absolute;
    right: 20px;
    top: 12px;
    font-size: 17px;
    transition: 0.3s;
}

.form-floating > .form-control:not(:placeholder-shown) ~ label {
    opacity: 1;
    transform: scale(.85) translateY(-1.3rem) translateX(.15rem);
}

.loginForm .form-floating i {
    position: absolute;
    right: 14px;
    top: 10px;
    font-size: 13px;
    transition: 0.3s;
}

.loginForm .form-floating:hover i {
    color: var(--mainSecondary)
}

.loginForm .form-floating.chooseFile input[type="file"] {
    color: transparent;
}

.loginForm .form-floating.chooseFile span {
    font-size: 14px;
    color: var(--mainSecondary);
    position: absolute;
    top: 25%;
    left: 45%;
}

.btnLogin,
.loginForm .btnLogin {
    border: 1px solid var(--mainColor2);
    background-color: var(--mainColor2);
    color: var(--clrWhite);
    padding: 8px 10px;
    border-radius: 50px;
    transition: 0.3s ease;
    font-weight: 500;
    font-size:15px;
}

.btnLogin:hover,
.loginForm .btnLogin:hover {
/*        box-shadow: 1px 2px 20px rgba(221, 221, 221, 0.5);*/
    background: var(--clrWhite);
    color: var(--mainColor2);
    border: 1px solid var(--mainColor2);
}

.bgGray {
    background: var(--bgGray);
}

.topImg {
    width: 100%;
    height: 150px;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}

.topImg img {
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
}

.companyIcon {
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    background-color: var(--clrWhite);
    border: 1px solid #f5f5f5;
    border-radius: 50%;
    overflow: hidden;
}

    .companyIcon img {
        max-height: 45px;
        object-position: center;
        object-fit: cover;
    }
/* profile Css */
.profileInfo {
    border: 1px solid #f5f5f5;
    width: 85%;
    height: 180px;
    margin: auto;
}

.profile-img {
    text-align: center;
    width: 75%;
    height: 230px;
    padding: 5px;
    margin: auto;
    border: 1px solid #e3e2e2;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 1px 2px 10px rgb(195 192 192 / 50%);
    /*    margin-top: -30px;*/
}

.companyName h4 {
    font-size: 22px;
    color: var(--mainColor2);
    text-transform:capitalize;
}

.ProfileTop
.profile-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-img img {
    object-fit: contain;
}

.companyIcon .file,
.profile-img .file {
    position: absolute;
    overflow: hidden;
    bottom: -10%;
    left: 0;
    width: 100%;
    height: 30%;
    border: none;
    border-radius: 0;
    cursor: pointer;
    background: #273d70b8;
    height: 0;
    transition: .5s ease;
}

.companyIcon .file {
    border-radius: 50%;
}

    .companyIcon .file span,
    .profile-img .file span {
        font-size: 15px;
        margin-top: 5px;
        display: block;
    }

    .companyIcon .file span {
        font-size: 9px;
        margin-top: 5px;
    }

    .companyIcon .file input,
    .profile-img .file input {
        position: absolute;
        opacity: 0;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: block;
        cursor: pointer;
    }

.companyIcon:hover .file {
    height: 100%;
    bottom: 0;
}

.profile-img:hover .file {
    height: 30%;
    bottom: 0;
}

.topButton {
    border-bottom: 1px solid #f5f5f5;
}

    .topButton .btn {
        border-radius: 10px;
        font-weight: 500;
        padding: 3px 16px;
        background: #f5f5f5;
        font-size: 16px;
        color: var(--mainColor);
        transition: 0.5s all;
    }

        .topButton .btn i {
            font-size: 12px;
            margin-left: 1px;
            font-weight: 600;
            /* display: none; */
        }

        .topButton .btn:hover {
            background: #373286;
            color: var(--clrWhite);
        }

.profileContent p a,
.profileContent p {
    font-size: 14px;
    color: #424242;
    font-weight: 500;
    line-height: 1.7rem;
    text-decoration: none;
}

    .profileContent p span {
        font-weight: 600;
        color: var(--mainColor2);
        width: 8%;
        display: inline-block;
    }

    .profileContent p i {
        font-size: 16px;
    }


.backBtn {
    padding: 8px 20px;
    text-decoration: none;
    color: var(--mainColor2);
    font-weight: 500;
    transition: 0.3s all;
    font-size: 14px;
    position: absolute;
    top: -20px;
    left: -20px;
}

.carousel.themeSlider img {
    width: 98%;
    max-width: 18rem;
    object-fit: contain;
    margin: auto;
    overflow: hidden;
}

.themeSlider .carousel-inner {
    padding: 1em;
}

.resetModel .modal-header {
    padding: 10px 20px 10px 30px;
    background: var(--mainColor);
}

    .resetModel .modal-header h5 {
        color: var(--clrWhite);
        font-size: 18px;
    }

@media screen and (min-width: 576px) {
    .themeSlider .carousel-inner {
        display: flex;
        width: 90%;
        margin-inline: auto;
        padding: 1em 0;
        overflow: hidden;
    }

    .themeSlider .carousel-item {
        display: block;
        margin-right: 0;
        flex: 0 0 calc(100% / 2);
    }
}

@media screen and (min-width: 768px) {
    .themeSlider .carousel-item {
        display: block;
        margin-right: 0;
        flex: 0 0 calc(100% / 4);
    }
}

.carousel.themeSlider .card {
    margin: 0 0.3em;
    border: 0;
}

.carousel.themeSlider .carousel-control-prev,
.carousel.themeSlider .carousel-control-next {
    width: 2.5rem;
    height: 2.5rem;
    background-color: var(--mainColor);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    height: 22px;
}

.backBtn:hover {
    letter-spacing: 0.5px;
}

.cardTheme {
    border: 1px solid red;
}

    .cardTheme img {
        height: 220px;
    }
.featureSec {
    border-right: 1px solid #d4e7ff;
    border-bottom: 1px solid #d4e7ff;
    transition: 0.2s ease-in-out;
}
    .featureSec.even {
        border-right: 0px solid red;
    }
    .featureSec:last-child {
        border-bottom: 0px solid #dfdfdf;
    }
.featureIcon {
    width: 20%;
    text-align: center;
}

    .featureIcon .icon {
        width: 48px;
        height: 48px;
        line-height: 48px;
        margin: auto;
        border-radius: 50%;
        background: #f5f9fd;
        transition: 0.3s;
        border: 1px solid rgb(212, 231, 255);
    }
.featureSec:hover .icon {
    background: var(--mainColor);
}
    .featureSec:hover .icon i {
        color: var(--clrWhite);
    }
    .featureIcon .icon:hover {
        background: var(--mainColor);
    }

    .featureIcon .icon i {
        font-size:22px;
        font-weight: 600;
        color: var(--mainColor);
        transition: 0.3s;
    }

    .featureIcon .icon i:hover {
        color: var(--clrWhite);
    }

.featureDesc {
    width: 80%;
}
.work-progress .workInfo h4,
.featureInfo h4 {
    font-size: 18px;
    font-weight: 600;
    color: var(--grayColor);
}

/*.featureInfo p {
    font-size: 14px;
    color: var(--grayColor);
}*/

.bgBlue {
    /*    background: #f0f3ff;*/
    background: #ebf0ff;
}


.pt-50 {
    padding-top: 60px;
}

.pb-50 {
    padding-bottom: 60px;
}

.head-title h1,
.CTAContent h1 {
    margin: 10px 0;
    color: #2f5f9d;
    font-weight: 600;
    font-size: 32px;
    font-family: "Lexend", sans-serif;
    position: relative;
    letter-spacing: -1px;
}

/*    .head-title h1:after {
        content: '';
        position: absolute;
        width: 20%;
        height: 4px;
        background: #363285;
        bottom: -12px;
        left: 40%;
        border-radius: 50%;
    }*/
.priceBox {
    width: 100%;
    margin: auto;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #d4e7ff;
    transition: 0.3s ease;
    margin-bottom: 10px;
}

    .priceBox:hover {
        box-shadow: none;
/*        border: 2px solid #fff;*/
    }

.priceHead {
    width: 100%;
    height: 160px;
    border-radius: 0 0 100% 100%;
    background: #f3f9ff;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .priceHead.darkHead {
        background: linear-gradient( 263deg, #19928f, #434f93);
    }

    .priceHead p {
        color: var(--grayColor);
        letter-spacing: 0.6px;
        font-size: 12px;
    }

    .priceHead h2 {
        font-weight: 700;
        color: var(--mainColor);
        font-size: 34px;
        margin: 10px 0;
    }

        .priceHead h2 i {
            font-size: 32px;
        }

.darkBlue {
    background: #1a79a6;
}

.bggrySec {
    background: #f5f5f5;
}

.blink_me {
    background: #e53c6d;
    width: 110px;
    padding: 5px 10px;
    border-radius: 40px;
    transform: rotate(335deg);
    color: #fff;
    position: absolute;
    top: 12px;
    left: -3px;
    line-height: 1rem;
    animation: blinker 1.3s linear infinite;
    box-shadow: 1px 2px 10px rgba(0,0,0,0.6);
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}


.priceMain ul li {
    font-size:13px;
    line-height: 2rem;
    color: var(--grayColor);
    border-bottom: 1px dashed #c5c5c5;
    margin-bottom:8px;
}

    .priceMain ul li:last-child {
        border-bottom: 0;
    }


  
.contactInfo a {
    line-height: 2.4rem;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    color: var(--clrWhite);
}

    .contactInfo a i,
    .contactInfo a span {
        font-size:13px;
        font-weight: 600;
        color: var(--clrWhite);
        margin-right: 5px;
    }

.contactInfo .contactLinks {
    background: #f5f5f5;
    padding: 15px 20px;
    border-radius: 5px;
}

    .contactInfo .contactLinks a {
        line-height: 3rem;
        font-size: 18px;
        font-weight: 600;
        text-decoration: none;
        color: var(--grayColor);
    }

.contactInfo h4 {
    line-height: 2.1rem;
    font-weight: 600;
    color: var(--mainColor);
}

.contactInfo .contactLinks a i {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 20px;
    padding: 5px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    background: var(--mainColor);
    margin-right: 5px;
}

.profile-img.mobileProfile img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.contactBtn {
    position: fixed;
    transform: rotate(0deg);
    text-align: center;
    right: 0;
    bottom: 0;
    width: 100%;
    padding: 12px 18px;
    line-height: 10px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    color: var(--clrWhite);
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
    font-weight: 500;
    background: linear-gradient(45deg, #19928f, #434f93);
    border: 0px solid var(--mainColor);
    transition: 0.3s all;
}

    .contactBtn:hover {
        background: var(--clrWhite);
        border: 1px solid var(--mainColor);
        color: var(--mainColor);
    }
/* dashboard css */
.dashboad-main {
    border: 1px solid #f5f5f5;
    border-radius: 5px;
}

    .dashboad-main img {
        max-height: 60px;
    }

    .dashboad-main h2 {
        font-size:15px;
        font-weight: 600;
        line-height: 2rem;
        color: var(--grayColor);
    }

.dashboad-main h2 span {
    text-transform: capitalize;
    font-size:18px;
    color: #373286;
}
.w-40 {
    width: 40%;
}

.w-60 {
    width: 60%;
}
.w-30 {
    width: 30%;
}

.w-70 {
    width: 70%;
}

/* media query */
@media only screen and (max-width: 768px) {
    .profile-img.mobileProfile {
        border: 4px solid #2e91b6;
        width: 125px;
        margin: auto;
        height: 125px;
        background: var(--clrWhite);
        border-radius: 50%;
        /*        transform: translate(0, -50%);*/
        margin-top: -38%;
        margin-left: 2%;
        box-shadow: 1px 2px 16px rgb(73 71 71 / 50%);
        /*        position: absolute;
        top: 10%;
        left: 25%;
        transform: translate(55%, 0%);*/
    }
        .w-40,
        .w-60 {
            width: 100%;
        }
    .w-30{
        width:100%;
    }
    .w-70{
        width:100%;
    }
    .companyName h4 {
        color: #fff;
    }

    .profileForm {
        box-shadow: none;
        border: 0;
    }

    .main.profilePage {
        background: #383287;
    }
}

@media only screen and (min-width: 768px) {
    .profile-img {
        width: 90%;
        height: 210px;
    }

/*    .head-title h1,
    .CTAContent h1 {
        font-size: 40px;
    }*/

    .contactBtn {
        position: fixed;
        transform: rotate(90deg);
        right: -3.1%;
        bottom: 14%;
        width: max-content;
        z-index: 1;
    }

    .topImg {
        height: 140px;
    }

    .main.profilePage {
        background: #fff;
    }

    .topButton .btn {
        padding: 3px 20px;
    }

        .topButton .btn i {
            margin-left: 3px;
        }

    .profileContent p {
        line-height: 1.5rem;
        font-size: 15px;
    }

    .headBox h1 {
        font-size: 50px;
        line-height: 4.5rem;
    }

        .headBox h1 span {
            font-size: 60px;
        }
}

@media only screen and (min-width:1024px) {
}


/*------ profile image css --------*/
.bgImg {
    width: 100%;
    height: 210px;
    background: linear-gradient(rgb(11 47 71 / 50%), rgb(5 16 22 / 40%)), url(../img/profile-Bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.shape {
    position: absolute;
    z-index: 1;
    top: 15%;
    left: 0;
    width: 100%;
}

.designation {
    font-size: 15px;
    letter-spacing: 0.4px;
    color: rgb(146 197 247);
}

.separation {
    border: 1px solid #9898be;
    height: 2px;
}

    .separation h4 {
        background: #383287;
        width: max-content;
        margin: -20px auto;
        padding: 5px 20px;
        font-size: 24px;
    }

.contactInfo .contIcon {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 20px;
    text-align: center;
    background: #fff;
    border-radius: 5px;
/*    box-shadow: 1px 2px 10px rgb(30 30 30 / 80%);*/
}

    .contactInfo .contIcon i {
        color: #373286;
    }

.contactInfo .contWidth {
    width: 10%;
}

.contactInfo .contText {
    width: 90%;
}

.w-70 {
    width: 100%;
}

.w-20 {
    width: 18%;
}

.min-vh-100.height-auto {
    min-height: auto !important;
}

@media only screen and (min-width:1024px) {
    .w-70 {
        width: 80%;
    }

    .w-20 {
        width: 25%;
    }

    .min-vh-100.height-auto {
        min-height: 100vh !important;
    }

    .backBtn {
        top: 0;
        left: 2px;
    }
}

.loginSection {
    width: 92%;
    margin: auto;
    border-radius: 10px;
    overflow: hidden;
    /*    border: 1px solid #dfdfdf;*/
}

.loginBox.secondSec {
    border-left: 1px solid #fae9fc;
}
.badge {
    border: 1px solid #bfd5ff;
    background: #e8f0ff;
    border-radius: 30px;
    padding: 4px 12px;
    color: #333;
    font-weight: 500;
}
.badge.grnClr {
    border: 1px solid #8bf38b;
    background: #d7ffd7;
    color: #138913;
}
.badge.redClr {
    border: 1px solid #ff9393;
    background: #ffcaca;
    color: #d01010;
}
.modalPopup .modal-header {
    padding: 10px 20px;
    background: #e8f0ff;
}
    .modalPopup .modal-header .btn-close {
        width: 15px;
        height: 15px;
        background-color: #fff;
        border-radius: 50px;
        opacity: 1;
        border: 1px solid #e0e0e0;
    }
.modalPopup .modal-header .modal-title {
    font-size: 17px;
    font-weight: 600;
    color: #333;
}
.modalPopup .modal-body .form-label {
 font-size:14px;
}
.modalPopup .modal-body .form-control {
    border-radius: 3px;
    font-size: 14px;
}
.modalPopup .modal-body .alert-info {
    background: #ffcaca;
    padding: 4px 10px;
    border-radius: 0;
    color: #bf0606;
    border: 0;
    font-size: 12px;
}
.modalBtn .btn{
    background: #ffcaca;
    border-radius: 2px;
    font-size: 14px;
    color: #fff;
    border-radius: 50px;
    padding: 5px 15px;
    border: 1px solid #ff9e9e;
    color: #bf0606;
    font-weight:500;
}
.modalBtn .paymentBtn {
    border: 1px solid #8bf38b !important;
    background: #d7ffd7 !important;
    color: #138913 !important;
}

/*------- profile CSS   -----------*/

.bgImg {
    width: 100%;
    height: 210px;
    background: url(https://img.freepik.com/free-vector/abstract-futuristic-theme-background_23-2148417309.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    margin: 0;
    left: 0;
    top: 5%;
    z-index: 0;
}

.main.cardMain {
    padding: 0;
}

.profileForm {
    border: 1px solid #e1e5ee;
    border-radius: 5px;
}
.bg-blue {
    background: #fff;
    margin-top: 32%;
}


/* profile Css */
.profileInfo {
    border: 1px solid #f5f5f5;
    width: 85%;
    height: 200px;
    margin: auto;
}
/* mobile view css */
.profile-img.mobileProfile {
    border: 2px solid #f5f5f5;
    width: 120px;
    height: 120px;
    background: #fff;
    border-radius: 50%;
    margin-top: -20%;
    box-shadow: 1px 2px 6px rgb(53 53 53 / 40%);
}

    .profile-img.mobileProfile img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        object-fit: contain;
    }

    .profile-img.mobileProfile .companyName h4 {
        color: var(--grayColor);
    }

.companyIcon.mobileIcon {
    width: 65px;
    height: 65px;
    line-height: 65px;
    border: 1px solid #f1f1f1;
    border-radius: 50%;
    text-align: center;
    overflow: hidden;
}

    .companyIcon.mobileIcon img {
        max-height: 70%;
        height: 45px;
        object-fit: contain;
    }
/* mobile view css end */
.profile-img {
    text-align: center;
    width: 100%;
    height: 175px;
    padding: 5px;
    margin: auto;
    border: 1px solid #e1e5ee;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

    .profile-img img {
        width: 100%;
        height: 100%;
        object-fit: fill;
        object-position: inherit;
    }

    .companyIcon .file,
    .profile-img .file {
        position: absolute;
        overflow: hidden;
        bottom: -10%;
        left: 0;
        width: 100%;
        height: 30%;
        border: none;
        border-radius: 0;
        cursor: pointer;
        background: #273d70b8;
        height: 0;
        transition: .5s ease;
    }

.companyIcon .file {
    border-radius: 50%;
}

    .companyIcon .file span,
    .profile-img .file span {
        font-size: 15px;
        margin-top: 5px;
        display: block;
    }

    .companyIcon .file span {
        font-size: 9px;
        margin-top: 5px;
    }

    .companyIcon .file input,
    .profile-img .file input {
        position: absolute;
        opacity: 0;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: block;
        cursor: pointer;
    }

.companyIcon:hover .file {
    height: 100%;
    bottom: 0;
}

.profile-img:hover .file {
    height: 30%;
    bottom: 0;
}

.topButton {
    border-bottom: 1px solid #f5f5f5;
}

    .topButton .btn {
        border-radius: 2px;
        font-weight: 500;
        padding: 3px 6px!important;
        background: #f5f5f5;
        font-size: 13px;
        color: var(--mainColor2);
        transition: 0.5s all;
        z-index: 1;
    }
        .topButton .btn .spin-icon {
            font-size:16px;
            color:purple;
            animation-name: spin;
            animation-duration: 2500ms;
            animation-iteration-count: infinite;
            animation-timing-function: linear;
            transform-origin: 50% 50%;
            display: inline-block;
        }
@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}
        .topButton .btn i {
            font-size: 12px;
            margin-left: 1px;
            font-weight: 700;
            /* display: none; */
        }

        .topButton .btn:hover {
            background: #373286;
            color: #fff;
        }

.profileContent p {
    font-size: 13px;
    color: var(--grayColor);
    font-weight: 400;
    display: flex;
    margin-bottom: 3px;
    /* line-height: 1.3rem; */
}

    .profileContent p span,
    .profileContent p .label {
        font-weight: 600;
        color: var(--mainColor2);
        margin-right: 5px;
        width: max-content;
        display: inline-block;
    }

    .profileContent p .label {
        width: 90px;
    }

    .profileContent p span i {
        font-size: 18px;
    }

    .profileContent p .description {
        width: 70%;
        display: inline-block;
        line-height: 1.4rem;
        color: #424242;
        font-weight: 500;
        margin-right: 0;
    }

.social-icon a i {
    padding: 8px;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 18px;
    display: block;
    background: #f5f5f5;
    font-size: 16px;
    color: var(--mainColor2);
    transition: 0.3s ease;
    border: 1px solid #e1e5ee;
}

.social-icon a:hover i {
    background: var(--mainColor2);
    color: #fff;
}

.companyIcon {
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #e1e5ee;
    border-radius: 50%;
    overflow: hidden;
}

    .companyIcon img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

.QrCodeImg {
    position: absolute;
    bottom: 70px;
    background: #fff;
    right: 0;
    padding:3px;
    max-width: 190px;
    border: 1px solid #f5f5f5;
}

.profileForm.mobileProfile {
    border-radius: 20px;
    border: 1px solid #c9e7ff;
}

.QrCodeImg1 {
    position: relative;
    bottom: -10px;
    background: #fff;
    padding: 5px;
    max-width: 200px;
    border: 1px solid #f5f5f5;
}

@media screen and (min-width:768px) {
    .profile-img {
        width: 90%;
        height: 200px;
    }

    .topButton .btn {
        padding: 3px 20px;
    }

        .topButton .btn i {
            margin-left: 3px;
        }

    .profileContent p {
        line-height: 1.5rem;
        font-size: 13px;
    }

    .headBox h1 {
        font-size: 50px;
        line-height: 4.5rem;
    }

        .headBox h1 span {
            font-size: 80px;
        }
}

.fileAttach {
    font-size: 12px;
    color: var(--mainSecondary);
    font-weight: 500;
}
.badge.Active {
    border: 0;
    background: transparent;
    font-size: 18px;
    font-weight: 600;
    color: #35ba35;
}
.badge.deactive {
    border: 0;
    background: transparent;
    font-size: 18px;
    font-weight: 600;
    color: #dc3545;
}
.subText {
    font-size: 13px;
    color: #333;
    font-weight: 500;
}
.subText span {
    color: #35ba35;
    font-weight:600;
}
.subId {
    font-size: 14px;
    font-weight: 500;
}
.frame {
    border-radius: 2px;
    color: #fff;

}

.center {
    padding: 10px;
    background: #fff;
    border: 1px dashed #afafaf;
    border-radius: 3px;
}
.uploadImg {
    height: 80px;
    line-height: 80px;
}
.uploadImg img {
    height: 80px;
}

.content input[type=file] {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index:0;
}
.filename{
    display:block;
    border-top:1px dashed #d4d4d4;
    position:relative;
    z-index:1;
}
    .filename input {
        display: block;
        color: #333;
        font-size: 14px;
        font-weight: 500;
        text-align: center;
        margin-top: 10px;
        border: 1px solid #d4d4d4;
        border-radius: 0;
    }

/* card css */
.card-wrapper {
    /* position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); */
    perspective: 1000px;
    overflow: hidden;
    border-radius: 10px;
}
.blueBright, .Darkblack, .darklightblue, .BrownMix, .purpleOrange,
.purpleGreen, .greyOlive, .greyOrange, .azure, .greyBrown, .purplePink,
.Darkblue, .lightblue, .brightblue, .brightblue1, .pastelyellow, .green,
.Greygreen, .purple, .Darkgrey, .Grey, .lightgrey, .darkbrown, .Redpink,
.themChange, .bgChange, .WhiteBg,
.bussinessCard {
    width: 85mm;
    height: 55mm;
    background: #033e8a;
    border-radius: 20px;
    border: 1px solid #e1e5ee;
    transform-style: preserve-3d;
    position: relative;
    transition: transform 1s;
    margin: auto;
}
.card-wrapper:hover .WhiteBg,
.card-wrapper:hover .blueBright, .card-wrapper:hover .Darkblack,
.card-wrapper:hover .darklightblue,.card-wrapper:hover .BrownMix,
.card-wrapper:hover .purpleOrange,.card-wrapper:hover .purpleGreen,
.card-wrapper:hover .greyOlive,.card-wrapper:hover .greyOrange,
.card-wrapper:hover .azure,.card-wrapper:hover .greyBrown,
.card-wrapper:hover .purplePink,.card-wrapper:hover .Darkblue,
.card-wrapper:hover .lightblue,.card-wrapper:hover .brightblue,
.card-wrapper:hover .brightblue1,.card-wrapper:hover .pastelyellow,
.card-wrapper:hover .green,.card-wrapper:hover .Greygreen,
.card-wrapper:hover .purple,.card-wrapper:hover .Darkgrey,
.card-wrapper:hover .Grey,.card-wrapper:hover .lightgrey,
.card-wrapper:hover .darkbrown,.card-wrapper:hover .Redpink,
.card-wrapper:hover .bussinessCard {
    transform: rotateY(180deg);
}

.card-back,
.card-front {
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden; /* For older WebKit browsers */
    backface-visibility: hidden;
}

.card-front {
    display: flex;
    background-color: #fff;
    align-items: center;
}

.card-front .leftSide {
    width: 28%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.card-front .leftSide img {
    max-width: 60%;
}

.card-front .leftSide .qrImg img {
    max-width: 80%;
}

.card-front .rightSide {
    width: 72%;
    height: 100%;
    /* background-color: #d3d0ff; */
    background: rgb(200, 171, 249)
}

    .card-front .rightSide .right-content {
        color: var(--grayColor);
        font-size: 16px;
        width: 98%;
        margin: auto;
    }

.card-front .rightSide .right-content .perIcon i {
    width: 22px;
    height: 22px;
    text-align: center;
    display: inline-block;
    line-height: 22px;
    border-radius: 50%;
    margin-right: 3px;
    font-weight: 500;
    font-size: 11.5px;
    background: #fff;
}

.right-content .personInfo h4 {
    font-size: 12.5px;
    font-weight: 600;
}

.personInfo.emailSize p {
    font-size: 9px !important;
}

.card-front .rightSide .right-content .personInfo p {
    color: var(--grayColor);
    font-size: 11.5px;
    font-weight: 500;
    line-height: 1.1rem;
    text-align: start;
}


.right-content .personInfo .comName {
    font-size: 17px;
    font-weight: 600;
}

.card-back {
    transform: rotateY(180deg);
    position: absolute;
    top: 0;
    left: 0;
}

    .card-back img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .card-back .backLogo {
        position: absolute;
        top: 10%;
        right: 10%;
        width: 60px;
        height: 60px;
        border: 1px solid #f5f5f5;
    }

        .card-back .backLogo img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }
.f-13 {
    font-size: 13px !important;
}

/*----- card Theme  -------*/
/*.bussinessCard.defaultTheme {
    background: #012970;
}*/
.bussinessCard.themeCard .card-front {
    background: url('../img/myimg/theme-1.1.jpg')no-repeat;
    background-size: cover;
    border-radius: 10px;
}
.bussinessCard.themeCard.cardOne .card-front {
    background: url('../img/myimg/theme-2.jpg')no-repeat;
    background-size: cover;
    border-radius:10px;
}
.bussinessCard.themeCard.cardTwo .card-front {
    background: url('../img/myimg/theme-3.jpg')no-repeat;
    background-size: cover;
    border-radius: 10px;
}
.bussinessCard.themeCard.cardThree .card-front {
    background: url('../img/myimg/black2.png')no-repeat;
    background-size: cover;
    border-radius: 10px;
}
.bussinessCard.themeCard.cardFour .card-front {
    background: url('../img/myimg/dark-blue1.png')no-repeat;
    background-size: cover;
    border-radius: 10px;
}
.bussinessCard.themeCard.cardFive .card-front {
    background: url('../img/myimg/gold-blue2.png')no-repeat;
    background-size: cover;
    border-radius: 10px;
}
.bussinessCard.themeCard.cardsix .card-front {
    background: url('../img/myimg/blackB1.png')no-repeat;
    background-size: cover;
    border-radius: 10px;
}
.companyLogo.themeLogo {
    width: 70px;
    height:70px;
    overflow: hidden;
    line-height:70px;
/*    background: rgb(234 234 234 / 50%);*/
    /*    border-radius: 5px;
    padding: 10px;*/
}
    .companyLogo.themeLogo img {
        /*        max-width: 100% !important;
        height: 100%;
        background-size: contain;*/
        background-size: cover;
        max-width: 80%!important;
    }
.personInfo .companyName {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
/*    font-family: "PT Serif", serif;*/
}
.rightSide.backSide {
    width: 80%;
    left: 12px;
    bottom: 10px;
}
.backSide .right-content .perIcon i{
    font-size:9px;
    color:var(--clrWhite);
}
.backSide .right-content .personInfo h4{
font-size:16px;
font-weight:600;
color:var(--clrWhite);
}
.defaultTheme .rightSide.backSide,
.bussinessCard.defaultTheme .rightSide.backSide,
.cardThree .rightSide.backSide,
.cardTwo .rightSide.backSide,
.cardOne .rightSide.backSide {
    bottom: 20px;
}
.WhiteBg .rightSide.backSide .right-content .personInfo h4,
.WhiteBg .rightSide.backSide .right-content .perIcon i,
.WhiteBg .rightSide.backSide .right-content .personInfo p,
.defaultTheme.lightgrey .rightSide.backSide .right-content .perIcon i,
.defaultTheme.lightgrey .rightSide.backSide .right-content .personInfo h4,
.defaultTheme.lightgrey .rightSide.backSide .right-content .personInfo p,
.defaultTheme.pastelyellow .rightSide.backSide .right-content .perIcon i,
.defaultTheme.pastelyellow .rightSide.backSide .right-content .personInfo h4,
.defaultTheme.pastelyellow .rightSide.backSide .right-content .personInfo p {
    color: #111010 !important;
    /*    border: 1px solid red;*/
}

.bgChange .rightSide.backSide .right-content .perIcon i,
.bgChange .rightSide.backSide .right-content .personInfo h4,
.bgChange .rightSide.backSide .right-content .personInfo p,
.themChange .rightSide.backSide .right-content .perIcon i,
.themChange .rightSide.backSide .right-content .personInfo h4,
.themChange .rightSide.backSide .right-content .personInfo p {
    color: var(--clrWhite);
}

.defaultTheme .rightSide.backSide .right-content .perIcon i,
.defaultTheme .rightSide.backSide .right-content .personInfo h4,
.defaultTheme .rightSide.backSide .right-content .personInfo p,
.cardOne .backSide .right-content .perIcon i,
.cardOne .backSide .right-content .personInfo h4,
.cardOne .backSide .right-content .personInfo p,
.cardTwo .backSide .right-content .perIcon i,
.cardTwo .backSide .right-content .personInfo h4,
.cardTwo .backSide .right-content .personInfo p{
    color: var(--clrWhite);
}
    .backSide .right-content .personInfo p {
    font-size: 10px;
    color: var(--grayColor);
    margin-top: 2px;
}
.qrImg.themQr {
    position: absolute;
    width: 60px;
    height: 60px;
    right: 12px;
    top: -5px;
    /* border: 1px solid #b0afaf; */
    /* background: rgb(201 198 198 / 30%); */
    padding: 1px;
    overflow: hidden;
/*     border-radius: 3px;*/
}
.WhiteBg .qrImg.themQr {
    border: 1px solid #eaeaea;
    background: rgb(201 198 198 / 30%);
}
.qrImg.themQr img {
    height: 100%;
    object-fit: cover;
}
.card-back small {
    font-size:6px;
    width: max-content;
    position: absolute;
    right: 16px;
    letter-spacing: 0.6px;
    color: var(--clrWhite);
/*    top: 3px;*/
    bottom: 8px;
}
.defaultTheme.WhiteBg .card-back small,
.defaultTheme.WhiteBg .personInfo .companyName,
.defaultTheme.pastelyellow .personInfo .companyName,
.defaultTheme.lightgrey .personInfo .companyName,
.defaultTheme.pastelyellow .card-back small,
.defaultTheme.lightgrey .card-back small {
    color: #111010;
}
.defaultTheme .card-back small,
.bussinessCard.defaultTheme .card-back small,
.cardThree .card-back small,
.cardTwo .card-back small,
.cardOne .card-back small {
    top: auto;
    bottom: 6px;
    color: var(--clrWhite);
}
    /*--------  Themes Slider CSS    --------*/
    .Hero-section {
        background: linear-gradient(rgb(255 255 255 / 50%), rgb(255 255 255 / 50%)), url(https://wallpapers.com/images/hd/light-color-background-vmkuihk29pi1xq65.jpg)no-repeat center;
        background-size: cover;
    }
.themeBg {
    background: linear-gradient(rgb(255 242 254 / 50%), rgb(255 243 254 / 50%)),
        url(../img/myimg/theme-bg.jpg) no-repeat center;
    background-size: cover;
}
.heroText h4 {
    font-size: 52px;
    font-weight: 600;
    letter-spacing: -2px;
    margin-bottom: 30px;
    font-family: "Lexend", sans-serif;
}
.navbar-brand img {
    height: 50px;
}
.perIcon .bi-person {
    font-size: 16px!important;
    margin-left: -2px;
    margin-top: -2px;
    display: block;
}
.personInfo.telephone {
    margin-left:4px;
}
.bg {
    position: fixed;
    top: -4rem;
    left: -18rem;
    z-index: -1;
    opacity: 0;
}

.bg2 {
    position: fixed;
    bottom: -2rem;
    right: -3rem;
    z-index: -1;
    width: 9.375rem;
    opacity: 0;
}


.swiper {
    width: 100%;
    padding-top: 2.125rem;
}

.swiper-pagination-bullet,
.swiper-pagination-bullet-active {
    background: #fff;
}

.swiper-pagination {
    bottom: 1.25rem !important;
}

.swiper-slide {
    width: 18.75rem;
    height: 28.125rem;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: self-start;
    border-radius: 10px;
    border: 2px solid #ffffff;
}

.swiper-slide-active div {
    display: block;
    opacity: 1;
}

.swiper-slide--one {
    background: linear-gradient(to top, #0f2027, #203a4300, #2c536400), url("../img/myimg/screen-1.jpg") no-repeat;
    background-size: contain;
}

.swiper-slide--two {
    background: linear-gradient(to top, #0f2027, #203a4300, #2c536400), url("../img/myimg/screen-2.jpg") no-repeat;
    background-size: contain;
}

.swiper-slide--three {
    background: linear-gradient(to top, #0f2027, #203a4300, #2c536400), url("../img/myimg/screen-3.jpg") no-repeat;
    background-size: contain;
}

.swiper-slide--four {
    background: linear-gradient(to top, #0f2027, #203a4300, #2c536400), url("../img/myimg/screen-4.jpg") no-repeat;
    background-size: contain;
}

.swiper-slide--five {
    background: linear-gradient(to top, #0f2027, #203a4300, #2c536400), url("../img/myimg/screen-5.jpg") no-repeat;
    background-size: contain;
}

.swiper-slide--six {
    background: linear-gradient(to top, #0f2027, #203a4300, #2c536400), url("../img/myimg/screen-6.jpg") no-repeat;
    background-size: contain;
}

.swiper-slide--seven {
    background: linear-gradient(to top, #0f2027, #203a4300, #2c536400), url("../img/myimg/screen-7.jpg") no-repeat;
    background-size: contain;
}

.swiper-slide--eight {
    background: linear-gradient(to top, #0f2027, #203a4300, #2c536400), url("../img/myimg/screen-8.jpg") no-repeat;
    background-size: contain;
}

.swiper-slide--nine {
    background: linear-gradient(to top, #0f2027, #203a4300, #2c536400), url("../img/myimg/screen-9.jpg") no-repeat;
    background-size: contain;
}
.swiper-slide--ten {
    background: linear-gradient(to top, #0f2027, #203a4300, #2c536400), url("../img/myimg/screen-10.jpg") no-repeat;
    background-size: contain;
}
.swiper-slide--ele {
    background: linear-gradient(to top, #0f2027, #203a4300, #2c536400), url("../img/myimg/screen-11.jpg") no-repeat;
    background-size: contain;
}

.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right {
    background-image: none;
}

@media screen and (min-width: 48rem) {
    .bg,
    .bg2 {
        opacity: 0.1;
    }
}

@media screen and (min-width: 93.75rem) {
    .swiper {
        width: 85%;
    }
}

.bg-light {
    background: #f1f1f1;
}
.whiteClr{
    background-color:#fff;
}
.workBox {
    border: 1px solid #d4e7ff;
    padding: 15px 20px;
    border-radius: 5px;
    font-size: 14px;
    margin-bottom: 20px;
    background: #f5f9fd;
    transition: 0.2s ease-in-out;
}
    .workBox:hover {
        box-shadow: 1px 2px 10px rgb(159 159 159 / 50%);
    }
.gradientBtn {
    padding: 5px 25px;
    font-size: 15px;
    font-weight: 500;
    background: linear-gradient(45deg, #19928f, #434f93);
    border: 0;
    color: #fff;
}
.workBox .work-img i,
.workBox .work-img h5 {
    font-size: 15px;
    /*    color: #6a206c;*/
    color: #2f5f9d;
    font-weight: 600;
}
.headTitle small {
    margin: 5px;
    font-weight: 600;
    border-bottom: 1px solid;
    font-size: 16px;
    /*    color: #67206c;*/
    color: #2f5f9d;
}

.headTitle h2 {
    margin: 10px 0;
    /*    color: #6a206c;*/
    color: #2f5f9d;
    font-weight: 600;
    font-size: 32px;
    letter-spacing: -1px;
    font-family: "Lexend", sans-serif;
}
.bg-Color {
    background: linear-gradient(45deg, #19928f, #434f93);
}
.work-progress {
    background: #f8fbff;
    border: 1px solid #d4e7ff;
    border-radius: 5px;
}
.workInfo h4 {
    font-size: 16px !important;
    color: var(--mainColor) !important;
}
.workInfo p {
    line-height: 1.1rem !important;
}
.copyrigh a,
.copyright p {
    font-size: 13px;
    color: var(--clrWhite);
}
.bottom-dashed {
    border-bottom: 1px dashed #d4e7ff;
}