﻿@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@500&display=swap');


html {
    scroll-behavior: smooth !important;
}


* {
    padding: 0%;
    margin: 0%;
    box-sizing: border-box;
}

.header-top {
    width: 100%;
    height: 0;
    float: left;
    background-color: #746aa0 !important;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1024;
    box-shadow: 0px 7px 13px 7px #ccc !important;
}

    .header-top .first-col {
        width: 100%;
        height: 35px;
        line-height: 35px;
        padding: 0px 20px;
    }

.first-col i.fas {
    color: white;
    padding: 0 5px;
    font-size: 20px;
}

.header-top .first-col .fa-envelope-o {
    font-size: 16px;
    color: white;
    padding: 0 10px;
}

.header-top .first-col .fa-mobile {
    font-size: 25px;
    color: white;
    padding: 0 10px;
}

.header-top .first-col a {
    font-size: 16px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 200;
    color: white !important;
    text-decoration: none;
}

    .header-top .first-col a:hover {
        text-decoration: none !important;
        color: white !important;
        transition: .5s;
    }

.header-top .first-col span::before {
    content: "";
    width: 1px;
    height: 30px;
    position: absolute;
    background: rgb(146, 137, 137);
    top: 3px;
}

.header-top .Second-col {
    width: 100%;
    height: 60px;
    line-height: 35px;
    padding: 0px 20px;
    text-align: right;
}

    .header-top .Second-col a {
        font-size: 16px;
        font-family: 'Josefin Sans', sans-serif;
        font-weight: 300;
        color: white !important;
        text-decoration: none;
        padding: 0 10px;
        text-align: right;
    }

        .header-top .Second-col a:hover {
            text-decoration: none !important;
            color: white !important;
            transition: .5s;
        }

    .header-top .Second-col span::before {
        content: "";
        width: 1px;
        height: 30px;
        position: absolute;
        background: rgb(146, 137, 137);
        top: 3px;
    }

.header {
    width: 100%;
    height: auto;
    float: left;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1024;
    background: white;
    box-shadow: 0px 7px 13px 7px #ccc !important;
}

    .header .first-col {
        width: 100%;
        height: 90px;
        padding: 0 10px;
    }

        .header .first-col .img-setting {
            width: auto;
            height: auto;
        }

            .header .first-col .img-setting img {
                width: 100%;
                height: 100%;
                padding: 0 5px;
            }

    .header .second-col {
        width: 100%;
        display: flex;
        align-items: center;
        height: 100%;
        justify-content: space-between;
    }

        .header .second-col ul {
            list-style: none;
            text-align: center;
            line-height: normal;
            padding: 0;
            margin:0;
        }

            .header .second-col ul li {
                list-style: none;
                text-decoration: none;
                margin: 0;
                position: relative;
                display: inline-block;
            }

ul.setting {
    position: absolute;
    top: 90px;
    float: none;
    line-height: 30px !important;
    opacity: 1024;
    height: auto;
    transform: all .5s ease;
    display: none;
    width: 300px;
    left: -0px;
    text-align: left !important;
    /* background: #6965a2; */
    background-color: white;
    border-radius: 10px;
    box-shadow: 0px 1px 5px 3px gray;
    border: .1px solid black;
}

    ul.setting::after {
        content: "";
        width: 20px;
        height: 20px;
        border: 1px solid black;
        position: absolute;
        background-color: white;
        top: -11px;
        left: 60px;
        transform: rotate( 45deg );
        border-bottom: none;
        border-right: none;
    }

    ul.setting li {
        display: block !important;
        line-height: 10px;
    }

    ul.setting a {
        color: black !important;
        line-height: 30px !important;
    }

    ul.setting:hover {
        top: 85px;
        transition: .8s ease-in-out;
    }

.header .second-col ul li:hover > ul.setting {
    display: block;
    transition: .5s ease-in-out;
}

ul.setting li {
    position: relative;
    line-height: 30px !important;
}

.header .second-col ul li a {
    line-height: normal;
    padding: 0 4px;
    font-size: 13px;
    color: black;
    font-family: 'Poppins';
    font-weight: 500;
    position: relative;
    text-decoration: none;
}
    .header .second-col ul li a:hover {
        color: #473983;
    }
    .header .second-col ul li a::after {
        content: "";
        width: 0px;
        height: 1px;
        display: block;
        background: gray;
        position: absolute;
        top: 20px;
        transition: .5s;
    }

    .header .second-col ul li a:hover::after {
        width: 100%;
        transition: width .5s;
    }

a:hover {
    text-decoration: none !important;
}
/* a.Active {
    color: white !important;
    background:#6965a2 !important;
    padding: 5px !important;
} */
.blank {
    width: 100%;
    height: 125px;
    float: left;
}

.slider {
    width: 100%;
    height: 450px;
    float: left;
}

.w-100 {
    width: 100% !important;
    height: 450px !important;
}

.w-102 {
    width: 100% !important;
    height: 250px !important;
}

.w-101 {
    width: 100% !important;
    height: 300px !important;
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out;
    height: 450px;
}

.d-block {
    display: block !important;
    width: 100%;
    height: 100%;
}

.slider .img-setting {
    width: 100%;
    height: 100%;
    padding: 0;
}

    .slider .img-setting img {
        width: 100%;
        height: 100%;
        padding: 10px 0;
    }

.product-slider {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
}

.counter {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    float: left;
    padding: 50px 0;
    background-color: #fdfaf6;
}

    .counter .bg-setting {
        background: url(../images/bg.png);
        background-position: center;
        background-repeat: no-repeat;
        /* background-size: cover; */
        width: 75%;
        position: absolute;
        height: 500px;
        margin-left: 50px;
        transform: rotate(5deg);
    }

    .counter h2 {
        text-align: center;
        font-size: 30px;
        font-family: 'Josefin Sans', sans-serif;
        font-weight: 400;
        padding: 25px 50px;
        margin-bottom: 30px;
    }

    .counter .first-col {
        width: 200px;
        height: 200px;
        background: white;
        border-radius: 100%;
        margin: auto;
    }

        .counter .first-col h3 {
            text-align: center;
            padding-top: 75px;
            font-family: 'Josefin Sans', sans-serif;
            font-weight: 400;
        }

        .counter .first-col h5 {
            text-align: center;
            font-family: 'Josefin Sans', sans-serif;
            font-size: 16px;
            font-weight: 400;
        }

.mid-section {
    width: 100%;
    height: auto;
    padding: 50px 0;
    float: left;
}

    .mid-section h1 {
        text-align: center;
        margin: auto;
        display: block;
        font-size: 30px;
        color: black;
        line-height: 50px;
        padding: 20px 0;
        font-family: 'RocknRoll One', sans-serif;
        text-align: center;
        margin-bottom: 50px;
    }

    .mid-section .setting {
        width: 90%;
        height: 250px;
        margin: auto;
        background: #80808000;
        border-radius: 10px;
        box-shadow: 0px 4px 15px 4px #808080a3;
        padding: 15px 20px;
        margin-bottom: 20px;
        text-align: center;
        position: relative;
        /* border: 2px solid #6965a2; */
        margin-bottom: 75px;
    }

.img-fix {
    position: absolute;
    width: 90px;
    border: 3px solid #014682;
    border-radius: 100%;
    padding: 0px;
    top: -45px;
    left: 108px;
    height: 90px;
}

    .img-fix img {
        width: 100%;
        height: 100%;
        padding: 10px;
        border-radius: 100px;
    }

.setting p {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-top: 40px;
    color: #014682 !important;
}

.mid-section .setting:hover {
    transition: .5s;
    border-top: 5px solid #014682;
    border-radius: 10px;
    border-bottom: 5px solid #014682;
}

.mid-section .setting a {
    text-align: center;
    margin: auto;
    padding-top: 20px !important;
    color: #014682 !important;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Josefin Sans', sans-serif;
    margin-top: 20px !important;
    position: relative;
    top: 30px;
}

.second-mid {
    width: 100%;
    height: auto;
    float: left;
    padding: 50px 0;
    background-color: #5a52fd1a;
}

    .second-mid h3 {
        font-size: 20px;
        padding: 20px;
        text-align: center;
        line-height: 30px;
        font-family: 'Josefin Sans', sans-serif;
        font-weight: 300;
    }

    .second-mid h1 {
        font-size: 30px;
        text-align: center;
        padding: 10px;
        font-weight: 400;
        font-family: 'Josefin Sans', sans-serif;
        line-height: 40px;
    }

    .second-mid .seven-setting img {
        width: 35px;
        border-radius: 20px;
    }

.seven-setting {
    text-align: center;
}

    .seven-setting a:hover {
        background-color: transparent;
        border: 2px solid white;
        transition: .5s;
        color: black !important;
        border-radius: 20px;
        font-family: 'Josefin Sans', sans-serif;
        line-height: 40px;
    }

    .seven-setting a {
        background: white;
        padding: 10px;
        border-radius: 20px;
        margin: auto;
        font-family: 'Josefin Sans', sans-serif;
        font-weight: 400;
        line-height: 40px;
        text-align: center;
        color: gray;
        font-size: 20px;
    }

.img-set {
    width: 100%;
    height: auto;
    border-radius: 20px;
}

    .img-set img {
        width: 100%;
        height: auto;
        border-radius: 25px;
        padding: 0 20px;
    }

.product-slider {
    width: 100%;
    height: auto;
    float: left;
    padding-top: 40px;
}

    .product-slider h2 {
        color: #000;
        font-size: 26px;
        font-weight: 400;
        text-align: center;
        text-transform: uppercase;
        font-family: 'Josefin Sans', sans-serif;
        font-weight: 600;
        position: relative;
        margin: 30px 0;
    }

        .product-slider h2 b {
            color: #6965a2 !important;
        }

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 5% !important;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease;
}

.product-slider h2::after {
    content: "";
    width: 100px;
    position: absolute;
    margin: 0 auto;
    height: 2px;
    background: rgb(105 101 162);
    left: 0;
    right: 0;
    bottom: 0px;
}

.product-slider .carousel {
    margin: 20px auto;
    padding: 0 10px;
}

.testimonial4_slide a {
    font-size: 20px;
    background: #6965a2;
    padding: 10px;
    border-radius: 10px;
    font-weight: 100;
    color: white !important;
}

.product-slider p {
    font-style: italic;
    position: relative;
}

    .product-slider p::after {
        content: "";
        width: 40px;
        height: 2px;
        background-color: #00000047;
        position: absolute;
        top: 12px;
        right: 55px;
    }

.product-slider .carousel .carousel-item {
    min-height: 330px;
    text-align: center;
    padding: 0px 0;
    overflow: hidden;
}

    .product-slider .carousel .carousel-item .img-box {
        width: 150px;
        height: 150px;
        position: relative;
        margin: auto;
    }

.carousel-inner {
    position: relative;
    width: 90%;
    overflow: hidden;
    margin: auto;
}

.product-slider .carousel .carousel-item img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    border-radius: 100%;
}

.product-slider .carousel .carousel-item h4 {
    font-size: 18px;
    margin: 10px 0;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
}

.product-slider .carousel .carousel-item .btn {
    color: #333;
    border-radius: 0;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    background: none;
    border: 1px solid #ccc;
    padding: 5px 10px;
    margin-top: 5px;
    line-height: 16px;
}

    .product-slider .carousel .carousel-item .btn:hover, .carousel .carousel-item .btn:focus {
        color: #fff;
        background: #000;
        border-color: #000;
        box-shadow: none;
    }

    .product-slider .carousel .carousel-item .btn i {
        font-size: 14px;
        font-weight: bold;
        margin-left: 5px;
    }

.product-slider .carousel .thumb-wrapper {
    text-align: center;
}

.product-slider .carousel-control-prev, .carousel-control-next {
    height: 100px;
    width: 40px;
    background: none;
    margin: auto 0;
}

    .product-slider .carousel-control-prev i, .carousel-control-next i {
        font-size: 30px;
        position: absolute;
        top: 50%;
        display: inline-block;
        margin: -16px 0 0 0;
        z-index: 5;
        left: 0;
        right: 0;
        color: rgba(0, 0, 0, 0.8);
        text-shadow: none;
        font-weight: bold;
    }

    .product-slider .carousel-control-prev i {
        margin-left: -3px;
    }

.product-slider .carousel-control-next i {
    margin-right: -3px;
}

.product-slider .carousel .item-price {
    font-size: 13px;
    padding: 2px 0;
}

    .product-slider .carousel .item-price strike {
        color: #999;
        margin-right: 5px;
    }

    .product-slider .carousel .item-price span {
        color: #86bd57;
        font-size: 110%;
    }

.product-slider .carousel .carousel-indicators {
    bottom: -50px;
}

.product-slider .carousel-indicators li, .carousel-indicators li.active {
    width: 10px;
    height: 10px;
    margin: 4px;
    border-radius: 50%;
    border-color: transparent;
    border: none;
}

.product-slider .carousel-indicators li {
    background: rgba(0, 0, 0, 0.2);
}

    .product-slider .carousel-indicators li.active {
        background: rgba(0, 0, 0, 0.6);
    }

.product-slider .star-rating li {
    padding: 0;
}

.product-slider .star-rating i {
    font-size: 30px;
    color: #6965a2;
    padding: 0 10px;
}





.testimonial-slider {
    width: 100%;
    height: auto;
    float: left;
    color: black !important;
}

    .testimonial-slider .heading {
        text-align: center;
        color: #454343;
        font-size: 30px;
        font-weight: 700;
        position: relative;
        margin-bottom: 0px;
        text-transform: uppercase;
        font-family: 'Josefin Sans', sans-serif;
        font-weight: 400;
        z-index: 999;
    }

    .testimonial-slider .white-heading {
        color: #ffffff;
    }

    .testimonial-slider .heading:after {
        content: ' ';
        position: absolute;
        top: 100%;
        left: 50%;
        height: 40px;
        width: 180px;
        border-radius: 4px;
        transform: translateX(-50%);
        background: url(img/heading-line.png);
        background-repeat: no-repeat;
        background-position: center;
    }


    .testimonial-slider .heading span {
        font-size: 18px;
        display: block;
        font-weight: 500;
    }

    .testimonial-slider .white-heading span {
        color: #ffffff;
    }
    /*-----Testimonial-------*/

    .testimonial-slider .testimonial:after {
        position: absolute;
        top: -0 !important;
        left: 0;
        content: " ";
        background: black;
        background-size: 100% 100px;
        width: 100%;
        height: 100px;
        float: left;
        z-index: 99;
    }

    .testimonial-slider .testimonial {
        min-height: 375px;
        position: relative;
        background: black;
        padding-top: 50px;
        padding-bottom: 50px;
        background-position: center;
        background-size: cover;
    }

    .testimonial-slider #testimonial4 .carousel-inner:hover {
        cursor: -moz-grab;
        cursor: -webkit-grab;
    }

    .testimonial-slider #testimonial4 .carousel-inner:active {
        cursor: -moz-grabbing;
        cursor: -webkit-grabbing;
    }

    .testimonial-slider #testimonial4 .carousel-inner .item {
        overflow: hidden;
    }

    .testimonial-slider .testimonial4_indicators .carousel-indicators {
        left: 0;
        margin: 0;
        width: 100%;
        font-size: 0;
        height: 20px;
        bottom: 15px;
        padding: 0 5px;
        cursor: e-resize;
        overflow-x: auto;
        overflow-y: hidden;
        position: absolute;
        text-align: center;
        white-space: nowrap;
    }

        .testimonial-slider .testimonial4_indicators .carousel-indicators li {
            padding: 0;
            width: 14px;
            height: 14px;
            border: none;
            text-indent: 0;
            margin: 2px 3px;
            cursor: pointer;
            display: inline-block;
            background: #ffffff;
            -webkit-border-radius: 100%;
            border-radius: 100%;
        }

        .testimonial-slider .testimonial4_indicators .carousel-indicators .active {
            padding: 0;
            width: 14px;
            height: 14px;
            border: none;
            margin: 2px 3px;
            background-color: #9dd3af;
            -webkit-border-radius: 100%;
            border-radius: 100%;
        }

        .testimonial-slider .testimonial4_indicators .carousel-indicators::-webkit-scrollbar {
            height: 3px;
        }

        .testimonial-slider .testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb {
            background: #eeeeee;
            -webkit-border-radius: 0;
            border-radius: 0;
        }

    .testimonial-slider .testimonial4_control_button .carousel-control {
        top: 175px;
        opacity: 1;
        width: 40px;
        bottom: auto;
        height: 40px;
        font-size: 10px;
        cursor: pointer;
        font-weight: 700;
        overflow: hidden;
        line-height: 38px;
        text-shadow: none;
        text-align: center;
        position: absolute;
        background: transparent;
        border: 2px solid #ffffff;
        text-transform: uppercase;
        -webkit-border-radius: 100%;
        border-radius: 100%;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
        transition: all 0.6s cubic-bezier(0.3,1,0,1);
    }

        .testimonial-slider .testimonial4_control_button .carousel-control.left {
            left: 7%;
            top: 50%;
            right: auto;
        }

        .testimonial-slider .testimonial4_control_button .carousel-control.right {
            right: 7%;
            top: 50%;
            left: auto;
        }

            .testimonial-slider .testimonial4_control_button .carousel-control.left:hover,
            .testimonial-slider .testimonial4_control_button .carousel-control.right:hover {
                color: #000;
                background: #fff;
                border: 2px solid #fff;
            }

    .testimonial-slider .testimonial4_header {
        top: 0;
        left: 0;
        bottom: 0;
        width: 550px;
        display: block;
        margin: 30px auto;
        text-align: center;
        position: relative;
    }

        .testimonial-slider .testimonial4_header h4 {
            color: #ffffff;
            font-size: 30px;
            font-weight: 600;
            position: relative;
            letter-spacing: 1px;
            text-transform: uppercase;
        }

    .testimonial-slider .testimonial4_slide {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 70%;
        margin: auto;
        padding: 20px;
        position: relative;
        text-align: center;
    }

        .testimonial-slider .testimonial4_slide img {
            top: 0;
            left: 0;
            right: 0;
            width: 136px;
            height: 136px;
            margin: auto;
            display: block;
            color: #f2f2f2;
            font-size: 18px;
            line-height: 46px;
            text-align: center;
            position: relative;
            border-radius: 50%;
            box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
            -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
            -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
            -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
        }

        .testimonial-slider .testimonial4_slide p {
            color: #ffffff;
            font-size: 20px;
            line-height: 1.4;
            font-family: 'Josefin Sans', sans-serif;
            font-weight: 300;
            margin: 40px 0 20px 0;
        }

        .testimonial-slider .testimonial4_slide h4 {
            color: #ffffff;
            font-size: 22px;
            font-family: 'Josefin Sans', sans-serif;
            font-weight: 400;
        }

    .testimonial-slider .testimonial .carousel-control-next-icon, .testimonial .carousel-control-prev-icon {
        width: 35px;
        height: 35px;
    }
/* ------testimonial  close-------*/

.form {
   /* width: 100%;
    height: auto;
    float: left;
    padding: 40px 10px;*/
}

    .form h1 {
        font-size: 25px;
        text-align: center;
        padding: 20px 0px 10px;
        font-family: 'Josefin Sans', sans-serif;
        font-weight: 400;
    }

.form-setting {
    text-align: center;
}

.form a {
    color: black;
    padding: 20px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 300;
    text-align: center;
    font-size: 16px;
}

    .form a:hover {
        color: black !important;
    }

.form-fillup {
    padding: 20px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
}

.map {
    width: 100%;
    height: auto;
    float: left;
}

    .map iframe {
        width: 100%;
        height: 250px;
        padding: 0 !important;
        margin: 0;
    }





.footer {
    width: 100%;
    height: auto;
    float: left;
    padding: 50px 10px;
    background: #014682 !important;
}

    .footer .first-col h1 {
        font-size: 35px;
        text-align: center;
        color: white;
        line-height: 50px;
        letter-spacing: 2px;
        font-family: 'Josefin Sans', sans-serif;
        font-weight: 400;
    }

    .footer .first-col p {
        text-align: center;
        font-size: 18px;
        color: white;
        padding: 0 20px;
        letter-spacing: 2px;
        font-family: 'Josefin Sans', sans-serif;
        font-weight: 300;
        word-spacing: 2px;
    }

    .footer .first-col ul {
        text-align: center;
    }

    .footer .first-col li {
        text-decoration: none;
        list-style: none;
        display: inline-block;
        /* padding: 7px 20px; */
        width: 50px;
        background: white;
        border-radius: 100%;
        margin: 0 10px;
        height: 50px;
    }

        .footer .first-col li:hover {
            background-color: white;
            border: 1px solid gray;
            border-radius: 100%;
            transition: .8s;
        }

    .footer .first-col a {
        text-align: center;
        color: #de2020 !important;
        font-family: 'Josefin Sans', sans-serif;
        font-weight: 400;
    }

        .footer .first-col a:hover {
            text-align: center;
            color: white;
            transition: .8s;
        }

    .footer .first-col i.fa {
        font-size: 25px;
        padding-top: 12px;
    }

    .footer .col-setting h1 {
        font-size: 35px;
        line-height: 50px;
        color: white;
        text-align: center;
        padding-bottom: 20px;
        font-family: 'Josefin Sans', sans-serif;
        font-weight: 400;
    }

    .footer .col-setting ul {
        text-align: center;
    }

    .footer .col-setting li {
        list-style: none;
        text-decoration: none;
        line-height: 40px;
    }

    .footer .col-setting a {
        color: white;
        font-size: 18px;
        font-family: 'Josefin Sans', sans-serif;
        font-weight: 300;
        position: relative;
        text-align: center;
    }

    .footer .col-setting ul li a::after {
        content: "";
        width: 0px;
        height: 1px;
        display: block;
        background: gray;
        position: absolute;
        left: 0px;
        top: 20px;
        transition: .5s;
    }

    .footer .col-setting ul li a:hover::after {
        width: 100%;
        transition: width .5s;
    }

.scroll-up {
    position: fixed;
    right: 15px;
    bottom: 20px;
    z-index: 1024;
    padding: 10px 15px;
    border-radius: 5px;
}

.call {
    position: fixed;
    top: 50%;
    background: #014682 !important;
    z-index: 1024;
    padding: 10px 30px;
    border-radius: 25px;
    left: -170px !important;
}

    .call:hover {
        left: 0px !important;
        transition: all .5s ease-in-out;
    }

    .call i.fa {
        font-size: 25px;
        float: right;
        padding-left: 10px;
        padding-top: 2px;
        color: white;
    }

    .call a {
        color: white;
        letter-spacing: 2px;
        font-family: 'Josefin Sans', sans-serif;
        font-weight: 400;
        word-spacing: 2px;
    }

        .call a:hover {
            color: orange !important;
            transition: .5s;
        }

.Message {
    position: fixed;
    top: 60%;
    background: #014682 !important;
    padding: 10px 30px;
    border-radius: 25px;
    z-index: 1024;
    left: -285px !important;
}

    .Message:hover {
        left: 0px !important;
        transition: all .5s ease-in-out;
    }

    .Message i.fa {
        font-size: 25px;
        float: right;
        padding-left: 10px;
        color: white;
        padding-top: 2px;
    }

    .Message a {
        color: white;
        letter-spacing: 2px;
        font-family: 'Josefin Sans', sans-serif;
        font-weight: 400;
        word-spacing: 2px;
    }

        .Message a:hover {
            color: orange !important;
            transition: .5s;
        }

.btn-primary {
    color: #fff;
    background: #6965a2 !important;
    border-color: white !important;
}











#prg-counter .prg-container {
    text-align: center;
    width: 80%;
    margin: auto;
}

#prg-head h1 {
    text-align: center;
    color: #6965a2 !important;
}

#prg-counter h3.prg-count {
    color: #6965a2 !important;
    font-size: 25px;
    padding: 35px 20px;
    text-align: center;
    border-right: .2px solid;
}

    #prg-counter h3.prg-count::after {
        content: " +";
        display: inline-block;
    }

/*#prg-counter h3.prg-count {
    border: 5px solid blue;
    border-radius: 50%;
    width: 150px;
    height: 150px;
  }*/



#prg-counter h4.prg-count-title {
    background-color: rgba(0, 0,0,0);
    color: black;
    font-size: 1.6em;
}



/*  */

@media (max-width:815px) {
    .header-top .first-col .fa-envelope-o {
        font-size: 15px;
        color: white;
        padding: 0px 5px;
    }

    .header-top .first-col a {
        font-size: 15px;
    }

    .header-top .Second-col a {
        font-size: 15px;
        padding: 0 5px;
    }

    .header-top .first-col .fa-mobile {
        font-size: 20px;
        padding: 0 5px 0 10px;
    }

    .counter h2 {
        text-align: center;
        font-size: 20px;
        padding: 10px 50px;
        margin-bottom: 10px;
    }

    .slider {
        width: 100%;
        height: 300px !important;
    }

    .d-block {
        display: block !important;
        height: 300px !important;
    }

    #prg-counter h4.prg-count-title {
        font-size: 20px !important;
    }

    .mid-section .setting a {
        padding-left: 5px;
        font-size: 15px;
    }

    .testimonial-slider .heading {
        font-size: 25px !important;
        margin-bottom: 0px !important;
    }

    .testimonial-slider .testimonial4_slide p {
        font-size: 16px;
        line-height: 25px;
        margin: 20px 0 20px 0;
    }

    .form a {
        padding: 5px;
        font-size: 12px;
    }

    .footer .first-col h1 {
        font-size: 30px;
    }

    .footer .first-col p {
        font-size: 14px;
        color: white;
        padding: 0 10px;
    }

    .footer .first-col li {
        width: 40px;
        margin: 0 5px;
        height: 40px;
    }

    .footer .first-col i.fa {
        font-size: 20px;
        padding-top: 10px;
    }

    .footer .col-setting h1 {
        font-size: 25px;
        padding-bottom: 5px;
    }

    .footer .col-setting li {
        line-height: 30px;
    }


    .footer .col-setting a {
        color: white;
        font-size: 14px;
    }

    .second-mid h3 {
        font-size: 20px;
        padding: 10px;
        line-height: 25px;
    }

    .second-mid h1 {
        font-size: 25px;
        line-height: 25px;
    }
}


@media (max-width: 768px) {

    .header-top .first-col {
        display: none !important;
    }

    .header-top .Second-col {
        line-height: 20px !important;
        text-align: center;
    }

    .header-top .Second-col {
        line-height: 20px !important;
    }

    ul.setting {
        display: none !important;
    }

    .header .second-col ul li {
        margin: 0 5px;
    }

    i.fa.fa-caret-down {
        display: none;
    }

    .mai {
        width: 175px;
        height: auto;
        display: inline-block;
        justify-content: flex-end;
    }

    .header-top .Second-col a {
        font-size: 13px;
        padding: 0 5px;
    }

    .header .second-col ul li a {
        line-height: 33px;
        padding: 0 0px;
        font-size: 14px !important;
    }

    .school-lab h1 {
        font-size: 20px !important;
    }

    #prg-counter h3.prg-count {
        font-size: 25px;
        padding: 25px 5px;
        border-right: none;
    }

    #prg-counter h4.prg-count-title {
        font-size: 20px !important;
        margin-bottom: 55px;
    }

    .seven-setting {
        text-align: center;
        margin-bottom: 30px;
    }

    .product-slider .carousel .carousel-item {
        padding: 10px 0;
    }

    .slider {
        width: 100%;
        height: auto;
        float: left;
    }

    .first-col {
        margin-bottom: 40px;
    }

    .form-fillup {
        margin-top: 25px;
    }
}
@media (max-width: 767px) {

    .bihar-sarkar-logo { display: none; }

    .headerBox img {
        width: 100%;
    }

    .bannerBox .col-sm-12.col-md-3.col-lg-3 h3.font-weight-bold {
        margin-top: 30px !important;
    }

    label.btnsetting {
        margin-top: -14px !important;
        right: 0 !important;
    }

    .second-col { padding-top:0 !important; }

    .header .first-col { height: auto !important; padding:13px 0 !important; }
    .header { height: auto!important; top:0 !important; }

    .first-col { margin-bottom:0; }

}
    @media (max-width: 992px) and (min-width: 768px) {
        .header .second-col ul li a {
            padding: 0 0px;
        }

        .header-top .Second-col {
            height: 40px;
            line-height: 30px;
            text-align: center;
        }

            .header-top .Second-col a {
                font-size: 16px;
                padding: 0 5px;
            }

        .header-top {
            height: 40px !important;
            z-index: 1025;
        }

        .first-col {
            margin-bottom: 30px;
        }

        .header-top .Second-col span::before {
            top: 5px;
        }

        .header-top .first-col {
            display: none;
        }

        .header .first-col {
            width: 100%;
            height: 80px;
            padding: 0 10px;
            margin-top: 0px;
        }

            .header .first-col .img-setting {
                width: 200px;
                height: 100px;
                margin: auto;
            }

        .header {
            width: 100%;
            height: 100px;
            top: 0;
        }

            .header .second-col ul {
                line-height: 100px;
            }

        .setting .fa {
            left: 25%;
        }

        .header .second-col ul li {
            padding: 0%;
            line-height: 20px !important;
        }

        .blank {
            width: 100%;
            height: 140px;
            float: left;
        }

        .img-fix {
            left: 48px;
            height: 90px;
        }

        .counter h2 {
            text-align: center;
            font-size: 15px;
            padding: 10px 20px;
            margin-bottom: 10px;
        }

        #prg-counter h3.prg-count {
            font-size: 25px;
            padding: 0px 5px;
            border-right: none;
        }

        #prg-counter h3.prg-count {
            font-size: 25px;
            padding: 0px 5px;
            border-right: none;
        }

        #prg-counter h4.prg-count-title {
            font-size: 16px !important;
            margin-bottom: 40px;
        }

        .counter {
            padding: 20px 0;
            background-color: #fdfaf6;
        }

        .mid-section .setting {
            padding: 20px 0px;
            text-align: center;
        }

        .setting p {
            font-size: 13px;
        }

        .testimonial-slider .testimonial4_slide p {
            color: #ffffff;
            font-size: 16px;
        }

        .testimonial4_slide a {
            font-size: 13px;
        }

        .form h1 {
            font-size: 20px;
            text-align: center;
            padding: 35px 0px 0px;
        }

        .footer .first-col h1 {
            font-size: 25px;
        }

        .form a {
            font-size: 13px;
        }

        .footer .first-col p {
            text-align: center;
            font-size: 15px;
            color: white;
            padding: 0 50px;
        }

        .footer .col-setting h1 {
            font-size: 25px;
            padding-bottom: 0px;
        }

        .footer .col-setting li {
            line-height: 35px;
        }

        .mid-section {
            padding: 20px 0;
            float: left;
        }

        .call {
            position: fixed;
            top: 50%;
            z-index: 1;
            padding: 5px 20px;
            border-radius: 25px;
            left: -160px !important;
        }

        .Message {
            position: fixed;
            top: 62%;
            padding: 5px 25px;
            border-radius: 25px;
            z-index: 1;
            left: -200px !important;
        }
    }

    .carousel {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 100%;
    }

    .e-lab {
        width: 100%;
        height: auto;
        float: left;
        padding: 50px 10px;
    }

        .e-lab h1 {
            text-align: center;
            font-size: 30px;
            padding: 10px;
            font-family: 'RocknRoll One', sans-serif;
        }

        .e-lab p {
            font-size: 16px;
            text-align: justify;
            font-family: 'Josefin Sans', sans-serif;
            font-weight: 400;
        }

        .e-lab .e-lab-img {
            width: 100%;
            height: auto;
            padding: 20px 10px;
            border-radius: 10px;
        }

        .e-lab img {
            width: 100%;
            height: auto;
            margin: auto;
            text-align: center;
            padding-top: 100px;
        }


    .school-lab {
        width: 100%;
        height: auto;
        float: left;
        padding: 50px 10px;
    }

        .school-lab h1 {
            text-align: center;
            font-size: 30px;
            padding: 10px;
            font-family: 'RocknRoll One', sans-serif;
        }

        .school-lab p {
            font-size: 18px;
            text-align: justify;
            font-family: 'Josefin Sans', sans-serif;
            font-weight: 400;
        }

        .school-lab .school-lab-img {
            width: 100%;
            height: auto;
            padding: 20px 10px;
            border-radius: 10px;
        }

        .school-lab img {
            width: 100%;
            height: auto;
            margin: auto;
            text-align: center;
            padding-top: 50px;
        }

    .hospital-lab {
        width: 100%;
        height: auto;
        float: left;
        padding: 50px 10px;
    }

        .hospital-lab h1 {
            text-align: center;
            font-size: 30px;
            padding: 10px;
            font-family: 'RocknRoll One', sans-serif;
        }

        .hospital-lab p {
            font-size: 16px;
            text-align: justify;
            font-family: 'Josefin Sans', sans-serif;
            font-weight: 400;
        }

        .hospital-lab .hospital-lab-img {
            width: 100%;
            height: auto;
            padding: 20px 10px;
            border-radius: 10px;
        }

        .hospital-lab img {
            width: 100%;
            height: auto;
            margin: auto;
            text-align: center;
            padding-top: 100px;
        }

    .farm-lab {
        width: 100%;
        height: auto;
        float: left;
        padding: 0px 10px;
    }

        .farm-lab h1 {
            text-align: center;
            font-size: 30px;
            padding: 10px;
            font-family: 'RocknRoll One', sans-serif;
        }

        .farm-lab p {
            font-size: 16px;
            text-align: justify;
            font-family: 'Josefin Sans', sans-serif;
            font-weight: 400;
        }

        .farm-lab .farm-lab-img {
            width: 100%;
            height: auto;
            padding: 20px 10px;
            border-radius: 10px;
        }

        .farm-lab img {
            width: 100%;
            height: auto;
            margin: auto;
            text-align: center;
            padding-top: 100px;
        }

    .billing-lab {
        width: 100%;
        height: auto;
        float: left;
        padding: 50px 10px;
    }

        .billing-lab h1 {
            text-align: center;
            font-size: 30px;
            padding: 10px;
            font-family: 'RocknRoll One', sans-serif;
        }

        .billing-lab p {
            font-size: 16px;
            text-align: justify;
            font-family: 'Josefin Sans', sans-serif;
            font-weight: 400;
        }

        .billing-lab .billing-lab-img {
            width: 100%;
            height: auto;
            padding: 50px 10px;
            border-radius: 10px;
        }

        .billing-lab img {
            width: 100%;
            height: auto;
            margin: auto;
            text-align: center;
            padding-top: 50px;
        }

    .gst-billing-lab {
        width: 100%;
        height: auto;
        float: left;
        padding: 50px 10px;
    }

        .gst-billing-lab h1 {
            text-align: center;
            font-size: 30px;
            padding: 10px;
            font-family: 'RocknRoll One', sans-serif;
        }

        .gst-billing-lab p {
            font-size: 16px;
            text-align: justify;
            font-family: 'Josefin Sans', sans-serif;
            font-weight: 400;
        }

        .gst-billing-lab .gst-billing-lab-img {
            width: 100%;
            height: auto;
            padding: 20px 10px;
            border-radius: 10px;
        }

        .gst-billing-lab img {
            width: 100%;
            height: auto;
            margin: auto;
            text-align: center;
            padding-top: 50px;
        }

        .gst-billing-lab .first-e {
            padding-top: 100px;
        }


    /*  */
    .img-sss {
        width: 100%;
        height: 350px;
        padding: 10px 0px;
    }

    .form-valid {
        width: 100%;
        height: auto;
        float: left;
        padding: 40px 0px;
        font-family: 'Josefin Sans', sans-serif;
        font-weight: 400;
    }

        .form-valid button {
            padding: 5px 20px;
        }

        .form-valid p {
            text-transform: uppercase;
        }

            .form-valid p.small {
                font-size: 16px;
                text-transform: none;
            }

    .section-middle {
        width: 100%;
        height: auto;
        float: left;
        padding: 20px 0px;
        font-family: 'Josefin Sans', sans-serif;
        font-weight: 400;
    }

    .mai i.fa {
        font-size: 75px;
        text-align: center;
        display: block;
        padding: 10px;
        color: #de2020;
    }

    .mai .fas {
        font-size: 75px;
        text-align: center;
        display: block;
        padding: 10px;
        color: #de2020;
    }

    .img-sss img {
        width: 100%;
        height: 100%;
    }

    .contact-setting {
        float: left;
        width: 100%;
        height: auto;
    }

    a#\ back-to-top {
        background: #014682 !important;
    }

    i.fas.fa-arrow-up {
        color: white !important;
    }

    .mai h2 {
        font-size: 25px;
    }

    section.accordion-content {
        width: 100%;
        height: auto;
        padding: 10px;
    }

    section.accordion {
        border-radius: 0% !important;
    }

    .accordion-item__container {
        display: inline-flex;
        width: 100%;
        height: auto;
        /* display: inline-block; */
        padding: 5px;
        text-align: justify;
        margin: 10px;
    }

    .a {
        width: 100%;
        height: 400px;
        margin: 45px 10px;
        padding: 10px;
        position: relative;
    }

        .a img {
            width: 100%;
            height: 210px;
            margin-top: 35px;
        }

        .a h2 {
            position: absolute;
            top: 0;
            text-align: center;
            padding: 10px 0;
            margin: auto;
            /* left: 60px; */
            font-size: 21px;
            background-color: #014682 !important;
            width: 93%;
            color: white !important;
        }

        .a .hover-effect {
            position: absolute;
            top: 0px;
            width: 93%;
            height: 50px;
            margin: auto;
            text-align: center;
            background: #014682 !important;
            padding: 0px 10px;
            opacity: 0;
            overflow: hidden;
        }

            .a .hover-effect:hover {
                height: 400px;
                transition: all .5s ease-in-out;
            }

        .a:hover .hover-effect {
            height: 300px;
            opacity: 1;
            transition: .5s ease-in-out;
            background-color: #014682 !important;
            color: white !important;
        }

        .a ul {
            list-style: none;
        }

            .a ul li {
                text-align: left !important;
                font-size: 13px;
                line-height: 25px;
            }

    button.accordion-tab.accordion-active {
        background: #014682 !important;
        color: white !important;
    }

    button.accordion-tab {
        background: white !important;
    }

    .circle {
        width: 100px;
        height: 100px;
        /* background-color: black; */
        margin: 10px 5px;
        border-radius: 100%;
        border: 4px solid lightgray;
        position: relative;
        text-align: center;
        margin: auto !important;
    }

        .circle img {
            width: 80%;
            height: 80%;
            border-radius: 15px;
            margin-top: 10px;
        }

        .circle:hover {
            border: 5px solid #014682;
            transition: .8s ease;
            transform: translateZ(10px);
        }

    .firs {
        float: left;
        width: 100%;
        height: auto;
        padding: 10px;
        text-align: center;
        margin-bottom: 50px;
        /* margin: auto; */
    }

    .row {
        /* width: 100% !important;*/
    }

    .circle i.fa {
        font-size: 60px;
        padding: 15px 20px;
        text-align: center;
        color: #014682;
    }

    h1.cir {
        font-size: 30px;
        margin: 20px 0px;
    }

    .hover-effect h1 {
        font-size: 20px;
        padding-top: 10px;
    }

    /*  */

    .contact-setting.aos-init.aos-animate {
        width: 100%;
        height: auto;
        float: left;
    }

        .contact-setting.aos-init.aos-animate img {
            width: 100%;
            height: 100%;
        }

    .hov {
        position: absolute;
        width: 100px;
        height: 50px;
        background-attachment: fixed;
        background-color: white;
        bottom: -10%;
        z-index: 1025;
        right: -15%;
        transform: rotate(-225deg);
        box-shadow: 2px 3px 5px 3px #a0d05a;
    }






    .header input#check {
        display: none;
    }

    label.btnsetting {
        /* float: right; */
        margin-right: 20px;
        margin-top: -100px;
        display: none;
        position: fixed;
        right: 20px;
    }

    i.fa.fa-bars {
        font-size: 30px;
        float: right;
    }

    @media(max-width: 668px) {
        label.btnsetting {
            display: block;
        }

        .header {
            width: 100%;
            height: 90px;
            top: 25px;
        }

        .setting .fa {
            left: 34%;
            border: 1px solid;
        }

        .blank {
            width: 100%;
            height: 110px;
            float: left;
        }

        .testimonial-slider .testimonial4_slide {
            width: 100%;
            padding: 20px 25px;
        }

        .header ul {
            width: 100%;
            text-align: center;
            position: fixed;
            top: 140px;
            left: -100%;
            background-color: white;
        }

        .testimonial4_slide a {
            font-size: 14px;
            padding: 5px 10px;
        }

        .testimonial-slider .testimonial4_slide p {
            font-size: 14px;
            line-height: 22px;
            margin: 20px 0 20px 0;
        }

        .header ul li {
            display: block !important;
        }

        .header ul a {
            font-size: 20px !important;
        }

        #check:checked ~ ul {
            left: 0%;
            transition: all .5s ease-in-out;
            top: 75px;
            padding:15px;
        }
    }

    @media (max-width : 448px) {
        .img-fix {
            left: 95px;
            height: 90px;
        }
    }

    .loder-container {
        width: 100%;
        height: 100%;
        background-color: white;
        position: fixed;
        z-index: 99999;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .first-e {
        padding: 70px 10px;
    }

    .footer i.fab {
        padding: 7px 0 0 0;
        font-size: 35px;
    }

    /* 01-12-2022 */

    .headerBox {
        display: inline-block;
        width: 100%;
        z-index: 1024;
        background: white;
        box-shadow: 0px 7px 13px 7px #ccc !important;
        align-items: center;
        padding: 7px 0;
    }

    .header_inner {
        padding-top: 15px;
    }


    .container-fluid {
        max-width: 1330px;
    }

    .loginBox input, .loginBox select, .loginBox textarea {
        max-width: 100% !important;
    }

.font-weight-bold {
    font-weight: 700;
    font-family: 'Poppins';
}

body {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    font-family: 'Poppins' !important;
    font-size: 14px !important;
}

.noti_bac {
    background-color: #f1f1f1;
    padding: 15px;
}

div#Forgotpsd button.btn.btn-success {
    background-color: #746aa0;
    border-color: #746aa0;
    padding: 9px 27px;
    font-size: 14px;
    font-weight:500;
    outline: none;
    cursor:pointer;

}