﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 18px;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Mulish', sans-serif;
}

h1 {
    font-size: 2rem;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.section-gap {
    padding: 60px 0;
}


/*loader*/

.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #393185;
    z-index: 9999999999;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}

.loader {
    width: 48px;
    height: 48px;
    display: inline-block;
    position: relative;
}

    .loader::after,
    .loader::before {
        content: '';
        width: 60px;
        height: 60px;
        border: 4px solid #e31e24;
        position: absolute;
        left: 0;
        top: 0;
        box-sizing: border-box;
        animation: rotation 2s ease-in-out infinite;
    }

    .loader::after {
        border-color: #ffffff;
        animation-delay: 1s;
    }

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*loader end*/

/*menubar*/
.top-bar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff;
    box-shadow: 1px 1px 1px 2px rgb(66 92 187 / 12%)
}

    .top-bar.fixed {
        position: fixed;
        top: 0;
        background: #fff;
        margin: 0 auto;
        -webkit-animation: 0.5s ease-in-out 0s normal none 1 running fadeInDown;
        animation: 0.5s ease-in-out 0s normal none 1 running fadeInDown;
    }

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 0%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0%, 0);
        transform: translate3d(0, 0%, 0);
    }
}

.bg-light {
    background-color: #ebebeb !important;
}

.top-bar .navbar-nav .nav-link {
    font-size: 18px;
    font-weight: 600;
    color: #393185;
    margin: 0 15px;
    padding: 5px 0px;
    transition: .5s;
    position: relative;
    border-bottom: 3px solid transparent;
}

    .top-bar .navbar-nav .nav-link:focus, .top-bar .navbar-nav .nav-item a:hover {
        border-bottom: 3px solid #e31e24;
        padding-bottom: 6px;
        transition: 0.2s;
        color: #e31e24;
    }

/*.top-bar .navbar-nav .nav-link::before {
        position: absolute;
        content: '';
        width: 0;
        height: 10%;
        bottom: -5px;
        left: 21px;
        background: #e31e24;
        transition: .5s;
    }*/

/*.top-bar .navbar-nav .nav-link:hover::before {
        width: 60%;
        bottom: -5px;
        left: 21px;
        right: 0;
        background: #e31e24;
    }*/

/*.activemenu::before {
    position: absolute;
    content: '';
    width: 0;
    height: 10%;
    bottom: -5px;
    left: 21px;
    background: #e31e24;
    transition: .5s;
}*/

/*.activemenu {
    border-bottom: 3px solid #e31e24 !important;
    padding-bottom: 6px !important;
    transition: 0.2s !important;
    color: #e31e24 !important;
}*/

.navbar-brand img {
    width: 40%;
}

/*menubar end*/

/*heading style*/
.title-border {
    width: 155px;
    height: 2px;
    background: #5664d2;
    background: linear-gradient(to right, transparent, #393185, transparent);
    margin: 0 auto;
}
/*heading style end*/

/*footer*/
.footer {
    background-image: url('../images/footer-bg.png');
    /*background-repeat:no-repeat;*/
    background-color: #ededed70;
    /*position: absolute;*/
    bottom: 0;
    width: 100%;
    z-index: 11;
    text-align: justify;
}

    .footer h4 {
        margin-bottom: 20px;
        font-weight: bold;
    }

.subfooter {
    background-color: #393185;
    padding: 10px 55px;
}

    .subfooter p {
        margin: 0;
        color: white;
    }

        .subfooter p a {
            text-decoration: none;
            color: #78b833;
            font-weight: 600;
        }

.side-line h6 {
    position: relative;
    padding: 0 10px;
    font-weight: bold;
    color: #393185;
}

    .side-line h6::before {
        position: absolute;
        content: '';
        top: 0;
        left: 0px;
        width: 1%;
        background: #393185;
        /*z-index: 1111;*/
        /*border-left: 4px solid red;*/
        height: 100%;
        margin: auto 0;
        transition: .5s;
    }

/*.side-line:hover::before {
        width: 50%;
        background: yellow;
        height: 10%;
        bottom:-10px;
    }*/

/*footer end*/

/*homepage*/
/*slider*/
.carousel-item img {
    height: 700px;
}

.carousel-item::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background-color: #00000087;
    width: 100%;
    height: 100%;
}

/*index page*/

/*homepage contactform*/
/*.contactform {
    position: relative;
    overflow: hidden;
    display: block;
    background-color: #f9f9f9;*/
/*z-index: -2;*/
/*}

    .contactform:before {
        position: absolute;
        content: '';
        width: 25%;
        height: 36%;
        bottom: 0;
        left: 0;
        background-color: #dddbee;
    }

    .contactform:after {
        position: absolute;
        content: '';
        width: 25%;
        height: 41%;
        top: 0;
        right: 0;
        background-color: #dddbee;
        z-index: 0;
    }*/

.about-link {
    text-align: right;
    margin-top: 10px;
    animation: fadeIn 2s infinite;
}

    .about-link a {
        text-decoration: none;
        color: #393185;
        font-weight: bold;
    }

.contactform1 {
    background-image: url('../images/indexcontactbg1.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-color: #f9f9f9;
    position: relative;
    overflow: hidden;
}

    .contactform1:before {
        position: absolute;
        content: '';
        background: #39318594;
        width: 100%;
        top: 0;
        left: 0;
        height: 100%;
    }

.contactinner {
    background-color: #ffffff9e;
    width: 100%;
    backdrop-filter: blur(5px);
    padding: 20px;
    position: relative;
    border: 2px solid #fff;
    /* box-shadow: 0px 0px 10px 2px #dfdfdf; */
    z-index: 1;
}

.k-invalid-msg {
    color: red;
    font-size: 14px;
}

.notetext span {
    color: black;
    font-weight: bold;
}

.texthead h3 span {
    background-color: #393185;
    padding: 10px;
    color: white;
    animation: fadeIn 1.6s infinite;
    font-size: 27px;
}

/*homepage contactform end*/
/*homepage end*/

/*aboutpage*/
/*about-section*/
.about-section {
    background-image: url('../images/about-bg-shape.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

    .about-section::before {
        content: '';
        position: absolute;
        height: 100px;
        width: 100%;
        background-image: linear-gradient(transparent, #fff);
        bottom: 0;
        left: 0;
    }

    h1, .index-about h2, .index-about p, .contactform1 p, .about-second p, .about-sec p, .about-section p, .about-third p {
        margin-bottom: 40px;
    }

p {
    color: #9b9b9b;
}

.about-section span, .about-inner span {
    font-weight: 600;
    font-style: italic;
}

.about-section .about-inner p {
    text-align: justify;
}

.about-section h2, .index-about h2 {
    font-weight: 600;
    font-style: italic;
    color: #393185;
}

/*empdetails*/
.tabledesign {
    justify-content: center;
    align-items: center;
    display: flex;
    border-collapse: collapse;
}

td, th {
    border: 1px solid #e9ecef;
    text-align: left;
    padding: 8px;
}

th {
    background-color: #39318530;
}

.tablefooter {
    font-weight: bold !important;
}

/*.about-third {
    background-image: url('../images/section_shape.png');
    background-color: #f7f7f7;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}*/

/*product section*/

.about-second {
    overflow: hidden;
    /*background-image: linear-gradient(white, #f7f7f7);*/
}

    .about-second .impclas p {
        color: red;
        font-weight: bold;
        text-align: center;
    }

.adddetail {
    background-color: #fbfbfb;
    padding: 20px;
    box-shadow: 0px 0px 1px 0px grey;
}

hr {
    border-top: 2px dashed rgba(0,0,0,.1);
}

.adddetail .adddetailin {
    border: 2px solid #393185;
    padding: 20px;
}

.img-inner {
    position: relative;
}

.card {
    border-radius: 0;
}

.card-outer {
    text-align: center;
    position: relative;
    overflow: hidden;
    color: #fff;
    display: block;
    transition: all 0.5s ease 0s;
    border: 2px solid gray;
    padding: 10px;
    background-color: white;
}

    .card-outer:hover {
        box-shadow: 0px 1px 30px 0px rgb(112 112 112 / 15%);
        /*margin-top: -10px;*/
    }

    .card-outer:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 94%;
        height: 92%;
        background-color: rgb(0 0 0 / 71%);
        opacity: 0.6;
        transition: all 0.5s ease 0s;
        margin: 3%
    }

    .card-outer:hover:before {
        opacity: .6;
    }

    .card-outer .card-body {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        /*display: flex;
        align-items: center;
        justify-content: center;*/
        transition: all 0s ease 0.3s;
        font-size: 25px;
    }

        .card-outer .card-body .card-title {
            font-size: 35px;
        }

    /*.card-outer:hover .card-body .card-title {
        color: transparent;
        display: hidden !important;*/
    /*bottom: 100%;*/
    /*}

    .card-outer:hover .card-body {
        color: transparent;*/
    /*bottom: 100%;*/
    /*}*/

    .card-outer:hover .card:hover {
        box-shadow: 2px 2px 2px 2px black;
    }

    .card-outer:after {
        content: "";
        position: absolute;
        height: 100%;
        width: 200%;
        left: 110%;
        top: 0;
        transform: skewX(45deg);
        transition: all 1s ease 0s;
        background-color: #e1e1e129;
        /*backdrop-filter: blur(0px);*/
        z-index: 1;
    }

    .card-outer:hover:after {
        left: -210%;
        top: 1px;
    }

    .card-outer img {
        width: 100%;
        height: auto;
    }

    .card-outer .box-content {
        position: absolute;
        bottom: -100%;
        left: 0;
        width: 100%;
        transition: all 0.5s ease 0s;
    }

    .card-outer:hover .box-content {
        /*bottom: 40%;*/
        bottom: 50%;
        left: 10%;
        transform: translate(0, 50%);
    }

    .card-outer .box-content .name {
        font-size: 22px;
        font-weight: 700;
        margin: 0 0 10px;
        display: block;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .card-outer .box-content .post {
        display: flex;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
    }

/*@media screen and (max-width: 990px) {
    .box {
        margin-bottom: 30px !important;
    }
}*/

.boxcontent {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    font-size: 22px;
    font-style: normal;
    text-align: left;
}

    .boxcontent span {
        font-style: normal;
        font-size: 20px;
    }

.cardouter {
    /*border: 1px solid #dddddd;*/
    background-color: white;
    /*border-radius: 5px;*/
    transition: all 0.2s linear 0s;
    border: 2px solid;
    margin-bottom: 50px;
    border-color: transparent;
    box-shadow: inset 5px 5px 3px #39318530, inset -2px -2px 4px #f9f9f9;
    /*box-shadow: inset 5px 5px 3px #e7e7e7, inset -2px -2px 4px #f9f9f9;*/
    height: 395px;
    /*height: 370px;*/
    /*padding: 0 0 30px 0;*/
    /*height: 200px;*/
}

    .cardouter:hover {
        margin-top: -10px;
        border: 2px solid #d9d7e7;
        /*border-color: transparent;*/
        box-shadow: 0px 1px 30px 0px rgb(112 112 112 / 15%);
        /*box-shadow: inset 2px 2px 4px #e7e7e7, inset -2px -2px 4px #f9f9f9;*/
        transition: all 0.2s linear 0s;
    }

.cardtext {
    display: flex !important;
    flex-direction: column;
    /*justify-content: center;*/
    align-items: center;
    text-align: justify;
    padding: 15px;
    color: #9b9b9b;
    /*height: 240px;*/
}

.cardouter .symbol {
    padding-top: 20px;
    /*text-align: center;*/
    display: flex;
    justify-content: center;
    align-items: center;
}

    .cardouter .symbol i {
        font-size: 45px;
        width: 80px;
        height: 80px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid #393185;
        border-radius: 50%;
        background-color: #393185;
        color: white;
        transition: all 0.6s linear 0s;
        /*box-shadow: 0px 1px 30px 0px rgb(112 112 112 / 15%);*/
        box-shadow: 4px 0px 14px -5px #393185;
    }

.cardouter:hover .symbol i {
    transform: rotateX(360deg);
}

.prasec span {
    font-weight: bold;
    color: #393185;
}

.outer-panel {
    margin: 10px;
    display: flex;
    flex-direction: column;
}

    .outer-panel .inner-panel {
        background-color: #393185;
        color: white;
        position: relative;
        cursor: pointer;
        margin: 6px 0;
    }

        .outer-panel .inner-panel .nav-pills .nav-link.active a {
            color: white;
            font-weight: 600;
        }

        .outer-panel .inner-panel::before {
            position: absolute;
            top: 50%;
            /*bottom: 10px;*/
            right: -6px;
            width: 0;
            height: 0;
            content: '';
            border-style: solid;
            border-width: 10px 10px 10px 0;
            border-color: transparent #fafafa transparent transparent;
            opacity: 0;
            transform: translate(-50%, -50%);
            transition: all 0.3s ease;
        }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    opacity: 1;
    background-color: #e43439;
    border-radius: 0;
    transform: scale(1.1);
    transition: all 0.3s ease;
}

.outer-panel .inner-panel.active::before, .outer-panel .inner-panel:hover::before {
    opacity: 1;
}

.outer-panel .inner-panel:hover {
    background-color: #e43439;
    transform: scale(1.1);
    transition: all 0.3s ease;
}

.outer-panel .inner-panel a {
    color: white;
    padding: 10px 10px;
    font-size: 16px;
}

.outer-panel .inner-panel h5 a {
    font-size: 16px;
}

.product-inner {
    padding: 15px;
    border: 1px solid #393185;
    /*box-shadow: 0 0 2px 1px #0000003d;*/
    box-shadow: 10px 10px 4px 0px #0000003d;
    margin: 22px 0;
    height: 165px;
    /*background-color: #39318521;*/
    background-color: #ffffff;
    position: relative;
    transition: all 0.3s ease;
}

    .product-inner:hover {
        border-color: transparent;
        box-shadow: 0px 0px 5px 0px rgb(229 228 239);
        /*box-shadow: 0px 1px 30px 0px rgb(112 112 112 / 15%);*/
        transition: all 0.3s ease;
    }

.pro-heading {
    display: flex;
    justify-content: space-between;
}

    .pro-heading h5 {
        font-weight: 600;
        color: #393185;
    }

    .pro-heading span {
        font-size: 13px;
        color: gray;
    }

.pro-heading {
    display: flex;
    justify-content: space-between;
}

.pro-subpro {
    display: flex;
    justify-content: space-between;
}

    .pro-subpro span {
        font-size: 14px;
        color: gray;
    }

.outer-panel .highlight {
    animation: fadeIn 2s infinite;
}

/*product end*/
/*contactform*/
.contactsection {
    background-image: url('../images/contactbg.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-color: #f9f9f9;
}

    .contactsection .contactin .contsymbol i {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 20px 20px;
        font-size: 36px;
        color: #393185;
    }

.grid-gap {
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 10.5px));
    grid-gap: 21px;
    /*margin: 50px -40px 50px 0;*/
    margin: auto -40px;
    z-index: 1;
}

.contactsection {
    position: relative;
}

#getSticky {
    position: sticky;
    top: 100px;
    z-index: 9;
}

.conatctbg {
    width: 100%;
    margin-bottom: 25px;
    background-color: #ffffff99;
    text-align: center;
    padding: 20px;
    border: 2px solid #7973ab;
    backdrop-filter: blur(50px);
}

    .conatctbg .conttext p a {
        color: #9b9b9b;
    }

        .conatctbg .conttext p a:hover {
            text-decoration: none;
        }

.contactsection .contactin .conthead h5 {
    font-weight: bold;
}

.formsection {
    background-color: #7973ab;
    padding: 35px;
    border: 2px solid #393185;
    color: white;
    backdrop-filter: blur(10px);
}

    .formsection .form-control {
        border: 1px solid #ffffff;
        border-radius: 0;
    }

.about-second {
    position: relative;
}

.btn-submit {
    color: #ffffff;
    background-color: #393185;
    border: 2px solid #ffffff;
    border-radius: 0;
    font-weight: 500;
}

    .btn-submit:hover {
        color: #393185;
        background-color: white;
        border-color: #ffffff;
        font-weight: 600;
    }

.form-control:focus {
    box-shadow: 0 0 0 0 rgb(0 123 255 / 25%);
}

/*contactform end*/
