/*!
 * Start Bootstrap - Modern Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

/* Global Styles */

html,
body {
    height: 100%;
    /* font-family: math;
    letter-spacing:.2px; */
    overflow-x: hidden;
}

@font-face {
    font-family: 'captchaFont';
    src: url('../../css/fonts/Captchacode.otf') format('opentype');
}

.captcha {
    font-family: 'captchaFont';
    font-size: 28px;
}

body {
    /*padding-top: 50px;*/ /* Required padding for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
    font-size: 14px;
}

h3 {
    font-size: 1.7em;
}

.img-portfolio {
    margin-bottom: 30px;
}

.img-hover:hover {
    opacity: 0.8;
}

/* Home Page Carousel */

header.carousel {
    height: 50%;
}

    header.carousel .item,
    header.carousel .item.active,
    header.carousel .carousel-inner {
        height: 100%;
    }

    header.carousel .fill {
        width: 100%;
        height: 100%;
        background-position: center;
        background-size: cover;
    }

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

    .price sup {
        top: -20px;
        left: 2px;
        font-size: 20px;
    }

.period {
    display: block;
    font-style: italic;
}

/* Footer Styles */
.marT6 {
    margin-top: 6px;
}

.marB10 {
    margin-bottom: 10px;
}

.width100 {
    width: 100%;
}

.height300px {
    height: 300px;
}

.overflowHide {
    overflow: hidden;
}

.panel-danger > .panel-heading {
    background-color: #E45454;
    border-color: #A92525;
    color: #fff;
}

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
    position: absolute;
    height: 75px;
    background: #FFF;
    box-shadow: 0 2px 3px #333;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    text-align: center;
}

/* Responsive Styles */

@media(max-width:991px) {
    .customer-img, .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }

    .footer img {
        height: 22px;
        margin-right: 8px;
        vertical-align: middle;
        border-radius: 4px;
    }

    .navbar-nav {
        float: left;
        margin-left: -26px !important;
    }
}

#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

.wrapper {
    width: 100%;
    background: transparent;
}
/* Common Styles */
.top-header {
    padding: 5px 0;
    background: #353434;
    color: #fff;
    font-size: 12px;
}

    .top-header p,
    .top-header a {
        color: #fff;
        margin: 0;
        text-decoration: none;
        position: relative;
        z-index: 99999999999999999999999999;
    }

.headertop_contact {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

    .headertop_contact li {
        display: flex;
        align-items: center;
        gap: 0px;
    }

/* Desktop */
@media (min-width: 768px) {
    .top-header .action-section {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .headertop_contact {
        justify-content: flex-start;
    }
}

/* Mobile view */
@media (max-width: 767px) {
    .top-header .action-section {
        justify-content: center;
        text-align: center;
        margin-bottom: 5px;
    }

    .headertop_contact {
        flex-direction: column;
        align-items: center;
        gap: 8px;
        text-align: center;
    }

        /* Helpline + WhatsApp same line in mobile */
        .headertop_contact .helpline-whatsapp {
            /* display: inline-flex;
        flex-wrap: wrap; */
            gap: 0px;
            justify-content: center;
        }

        .headertop_contact li {
            justify-content: center;
            width: 100%;
        }
}
/* Small Mobile (No unnecessary margin shift) */
@media (max-width: 500px) {
    /* .top-header p {
        text-align: center;
        padding: 0px 0;
        margin: 0;
    } */

    .helpline-section {
        margin: 0;
        padding: 0;
    }

    .main-query-form h4 {
        color: #8e36f9;
        font-weight: bold;
        font-size: 17px !important;
        text-align: center;
        margin: 0px 0px;
    }


    .sectionPadding {
        padding-bottom: 160px !important;
    }

    .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }



    .headingHead h3 {
        color: #353434;
        font-family: "Open Sans", sans-serif;
        font-size: 18px !important;
    }

    table.dataTable {
        width: 100% !important;
        margin-bottom: 35px;
        margin-left: -8px !important;
    }



    .contact-forms {
        border: 1px solid #989a9c;
        padding: 10px !important;
        margin: 5px -12px !important;
        border-radius: 5px;
    }

    .navbar-nav {
        position: relative;
        left: 26px !important;
    }

    .main-query-form h3 {
        color: #000000 !important;
    }



    .headertop_contact {
        padding: 0;
        list-style: none;
        display: flex;
        margin: 0px 0 0 !important;
    }
}

.contact-forms {
    border: 1px solid #989a9c;
    padding: 5px 10px;
    margin: 15px -12px !important;
    border-radius: 5px;
}

.main-query-form {
    background-color: transparent !important;
    padding: 5px 10px;
}

    .main-query-form h3 {
        color: #9f48db;
        font-weight: bold;
    }

.contactForm {
    margin-bottom: 17% !important;
}
/* .pull-left {
               padding:0px 25px;
           } */
.navbar-nav {
    float: left;
    margin-left: 0px !important;
}



/* .pull-left{
        padding:25px;
    } */

.font-increase {
    margin-left: 52px !important;
}

.right-logo button {
    margin: 0 1px;
}

.right span {
    position: relative;
    left: 0px;
    top: 0px;
}

.desktop-view {
    display: none;
}

.mobile-view {
    display: inline-block !important;
}

}

.mobile-view {
    display: none;
}

.top-section .info {
    font-size: 0.785em;
}

.logo img {
    width: 170px;
    padding: 0;
    margin: 5px 0px;
}

.left-logo {
    padding-right: 100px;
    margin: 7px 0px;
}



.right-logo {
    position: absolute;
    right: 16px;
    top: 18px;
}





/* header-responsivre */






@media (max-width:500px) {
    .right-logo-btn {
        position: relative;
        top: 54px;
        right: 28%;
    }
}

/* REsponsive ENd  */


.all-right-logo p {
    font-weight: 900;
    position: relative;
    top: -70px;
    left: 60%;
    color: #0e6cc4e0;
    font-size: 12px;
}


.all-right-logo {
    position: relative;
    right: 7px;
    top: 23px;
}

/*
.right-logo-btn button {
    margin-top: 100px;
}*/

.dataTables_wrapper {
    margin-bottom: 100px !important;
}


@media (max-width:767px) {
    .logo img {
        width: 125px !important;
    }

    .action-section {
        display: flex;
        justify-content: centrer;
    }

    /* .main-query-form h3{
            color: #525252;
        } */

    .main-query-form p {
        color: #9f48db;
    }

    .main-text {
        position: absolute !important;
        font-size: 5rem !important;
        top: -8% !important;
        opacity: 0.1;
        color: rgb(0, 0, 0);
        font-weight: 900;
        text-transform: uppercase;
        font-family: "Open Sans", sans-serif;
    }

    .headingHead h1 {
        position: absolute;
        font-size: 4rem !important;
        top: 1% !important;
        opacity: 0.1;
        color: rgb(0, 0, 0);
        font-weight: 900;
        text-transform: uppercase;
        font-family: "Open Sans", sans-serif;
    }

    .pageHeading .pageHeadingContent .sub-title-service,
    .pageHeading .pageHeadingContent h6 {
        position: relative;
        top: 20px;
        font-size: 15px;
        font-weight: 500;
        color: var(--lightRed);
        width: fit-content;
        margin-bottom: 20px;
        text-transform: capitalize;
    }

    .main-about {
        margin-top: 15px;
        border: 1px solid #dfdfdf;
        padding: 5px;
        /* height: 216px; */
        background-color: #ffffff;
        margin-bottom: 0px !important;
        height: 100% !important;
    }

    .eqip-lep {
        margin-bottom: 250px !important;
    }

    .dataTables_wrapper {
        margin-bottom: 255px !important;
    }

    .phase-table {
        margin-bottom: 255px;
    }

    .sectionPadding {
        padding-bottom: 200px !important;
    }




    .headertop_contact li a {
        color: #fff;
        text-decoration: none;
        font-size: 12px !important;
        margin: 0px 0px;
    }


    .btn {
        position: relative !important;
        display: inline-block !important;
        /* margin: 10px; */
        padding: 5px 4px !important;
        background: #333 !important;
        color: white !important;
        border-radius: 5px !important;
        cursor: pointer !important;
        overflow: hidden !important;
    }
    /* 
                .reach-us{
                 display:none;
                } */

    .headertop_contact li a i {
        margin: 0 2px !important;
    }

    .footer .left,
    .footer .right {
        display: flex;
        align-items: center;
        justify-content: center;
        /* flex-wrap: wrap; */
    }

    .left-logo p {
        font-size: 18px;
        padding-top: 10px;
    }

        .left-logo p.subline {
            font-size: 16px;
            padding-top: 0;
        }

    /* .right-logo {
                                position: absolute;
                                    right: 80px;
                                    top: 80px;
                  } */
    /* 
                                .dataTables_wrapper {
                                    margin-bottom: 85px !important;
                                } */
    /* .resp-nopad{
            position: relative;
            top: 15px;
        } */
}

@media (max-width:550px) {
    .left-logo {
        padding-right: 0;
    }

        .left-logo p {
            display: block;
            clear: both;
        }
}

.logo span {
    color: #222222;
    font-weight: 800;
    position: relative;
    left: -7px;
    top: -8px;
}



.midContent {
    width: 100%;
    margin: 0 auto;
}

.heading {
    font-size: 2.2em;
    float: left;
    width: 100%;
}

.subHeading {
    font-size: 1.2em;
    float: left;
    width: 100%;
    margin-top: 0;
}

.box-wrap {
    margin-top: 30px;
    float: left;
    width: 100%;
}

.catagory-box {
    text-align: center;
}

.cirImage {
    display: block;
}

    .cirImage .btn {
        height: 90px;
        width: 90px;
        border-radius: 50%;
        font-size: 2.2em;
        font-weight: normal;
        padding-top: 20px;
    }

.catagory-box h3 {
    font-size: 1.3em;
    float: left;
    width: 100%;
}

.form-signin {
    max-width: 100%;
    padding: 0px 20px 18px;
    background-color: #fecf711a;
    /* box-shadow: 0px 5px 60px #9F9F9F; */
    min-height: 580px;
    /* box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px; */
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;
}

.catagory-box p {
    font-size: 1em;
    float: left;
    width: 100%;
    margin-top: 0;
    color: #7e7e7e;
}

hr {
    border-color: #fff;
    box-shadow: 0 1px 0 #E1E0E0;
    border-style: dashed;
    float: left;
    width: 100%;
}

.btn-view {
    background: transparent;
    border: 1px solid #0F6C31;
    color: #0F6C31;
    border-radius: 20px;
    transition: all 0.6s ease;
    float: right;
    padding: 8px 15px;
}

    .btn-view:hover {
        color: #fff;
        background: #0F6C31;
    }

.form-signin {
    max-width: 100%;
    padding: 0px 20px 18px;
    background-color: #c4e17f70;
    /*box-shadow: 0px 5px 60px #9F9F9F;*/
    min-height: 580px;
}

.login-page .form-signin {
    min-height: 374px;
    border: 1px solid rgba(0, 0, 0, 0.125);
    margin-top: 10px;
}

.home-mid-section {
    min-height: 580px;
}

.form-signin-heading {
    text-align: center;
    /* margin-bottom: 30px; */
}

h5.form-signin-heading {
    font-size: 0.785em;
}

.form-control {
    position: relative;
    font-size: 12px;
    height: auto;
    padding: 6px;
    margin: 0;
}

.loginSec .form-control {
    margin: 8px 0;
}

.password-feild, .captcha-section {
    position: relative;
    display: flex;
}

    .password-feild button, .captcha-section {
        position: absolute;
        top: 0;
        right: 0;
        padding: 6px 12px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        width: 40px;
    }


    .password-feild .form-control {
        padding-right: 45px;
        width: 90%;
    }

.capcha {
    background: url(../../Images/capcha-bg.png) !important;
    width: 100%;
    height: 32px;
    border: 1px solid #DBA082 !important;
    border-radius: 0 !important;
    text-align: center;
    font-size: 16px !important;
    letter-spacing: 10px;
    padding-right: 40px;
}

.capchaRefresh {
    background: #ffffff url(../../Images/refresh1.png) no-repeat center !important;
    height: 32px;
    width: 22px;
    border: 0;
    vertical-align: middle;
    cursor: pointer;
    background-size: 22px 22px !important;
}

.forgotPass {
    float: left;
    margin: 10px 0;
    color: #777;
}

input[type="text"] {
    margin-bottom: 0px;
}

input[type="password"] {
    margin-bottom: 20px;
}

.btn-login {
    transition: all 0.6s;
    margin-bottom: 6px;
}

    .btn-login:hover {
        background: #fff;
        color: #E85F2B;
        border: 1px solid #E85F2B;
    }

.colorgraph {
    height: 7px;
    border-top: 0;
    background: #c4e17f;
    border-radius: 5px;
    margin-top: 12px;
    margin-bottom: 10px;
    background-image: -webkit-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
    background-image: -moz-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
    background-image: -o-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
    background-image: linear-gradient(to right, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
}

.center {
    text-align: center;
}

.footer {
    background: #669ae1;
    font-size: 1em;
    height: 55px;
    padding: 20px 0;
    border-top: 1px solid #d7d7d7;
    box-shadow: 0px 3px 7px #676767;
    transition: all 1s ease;
    color: #fff;
    transition: all 1.1s ease;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    /* background-color: red; */
    color: white;
    text-align: center;
}

.boxSec {
    float: left;
}

.loginSec {
    float: right;
    margin-top: 7px;
}

@media (max-width:1400px) {
    .form-signin {
    }

    h3.form-signin-heading {
        font-size: 20px;
    }

    h5.form-signin-heading {
        font-size: 14px;
        font-weight: 300;
        margin-bottom: 0;
    }
}

@media (max-width:1220px) {
    h3.form-signin-heading {
        font-size: 18px;
    }

    h5.form-signin-heading {
        font-size: 13px;
    }
}

@media (max-width:1110px) {
    .forgotPass {
        margin: 0;
    }
}

@media (max-width:992px) {
    .midContent {
        margin-top: 10px;
    }

    .footer {
        margin: 30px 0 0 0;
        min-height: 60px;
        height: auto;
    }
}

.notification-section {
    margin-top: 5px;
    padding-bottom: 10px;
}

    .notification-section marquee hr {
        margin-top: 2px;
        margin-bottom: 3px;
    }

    .notification-section .panel-group {
        margin-bottom: 0;
    }

/* .card{
                    background: linear-gradient(135deg, #f5f7fa, #c3cfe2);
                    border-radius: 10px;
                } */

/* .card {
    background-image: url(../img/paralex-bg.png);
    background-image: url(../img/notification-img.png);
     border-radius: 10px;
     width: 100%;
     height:100%;
 } */


.form-signin {
    /* background-image: url(../img/paralex-bg.png); */
    background-image: url(../img/upcoming-events.png);
    border-radius: 5px;
    /* width: 100%; */
    /* height: 100%; */
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 88%;
    box-shadow: none !important;
    outline: none !important;
}

/*-----------------------------------------------------------------------------------------------------------
------------------------------------------Header-Section------------------------------- 
------------------------------------------------------------------------------------------------------------*/
.right-section {
    background: #3497e6;
    border-radius: 0px 0px 20px 20px;
    width: 80%;
}

.top-section {
    background-color: #ffffff;
    top: 0;
    width: 100%;
    border-top: 3px solid #fdc74c;
    position: relative;
    z-index: 1001;
}


.top-section {
    background-image: url(../img/header-bg-light\ \(2\).png);
}

    .top-section .top-menu.right {
        text-align: center;
    }

    .top-section .top-menu a {
        margin: 0;
        display: inline-block;
        padding: 6px 20px;
        color: #fff;
        font-size: 13px;
        border-right: 1px solid #DBDBDB;
    }

        .top-section .top-menu a:last-child {
            border: 0;
        }

    .top-section .top-menu p {
        margin: 0;
        display: inline-block;
        padding: 6px 0;
        color: #737373;
        font-size: 13px;
    }

    .top-section .top-menu .dropdown-menu-single {
        display: inline-block;
        color: #737373;
        font-size: 13px;
    }

        .top-section .top-menu .dropdown-menu-single .dropdown-menu {
            margin: 0;
            width: 100%;
            border-top-left-radius: 0;
            border-top-right-radius: 0;
            left: -4px;
        }

            .top-section .top-menu .dropdown-menu-single .dropdown-menu a {
                border: 0;
                width: 100%;
            }

            .top-section .top-menu .dropdown-menu-single .dropdown-menu li > a:focus, .top-section .top-menu .dropdown-menu-single .dropdown-menu li > a:hover {
                color: #000000;
                text-decoration: none;
                background-color: #fff;
            }

.navbar {
    margin-bottom: 0px;
    border-radius: 0px;
}

.popupbtn {
    display: block;
    width: 100%;
    white-space: normal;
}

.text-color {
    color: #fff;
}

.banner-section {
    height: 377px;
    margin-top: 17px;
    margin-bottom: 10px;
}

.carousel-inner > .item, .carousel-inner > .item img {
    height: 430px;
}

.banner-section .carousel, .banner-section .carousel-inner {
    height: 100%;
}

@media (max-width:1200px) {
    .banner-section {
        height: 362px;
    }

    .carousel-inner > .item, .carousel-inner > .item img {
        height: 362px;
    }
}

@media (min-width:991px) {

    .carousel-inner > .item, .carousel-inner > .item img {
        height: 430px;
    }
}

@media (max-width:992px) {
    .banner-section {
        height: 250px;
        margin-top: 30px;
    }

    .carousel-inner > .item, .carousel-inner > .item img {
        height: 250px;
    }

    .right-section {
        width: 100%;
        font-size: 11px;
    }

    .top-section .top-menu a {
        font-size: 11px;
        padding: 6px 8px;
    }
}

.padAll {
    padding: 4px 10px !important;
}

.loginbtn {
    position: absolute;
}
/*******************general style*********************************/
.btn {
    font-size: 1.07em;
}

table {
    width: 100%;
    border-collapse: collapse;
}
/* table {
    border: 1px solid #2196f3;
} */
/* Zebra striping */
/* tr:nth-of-type(odd) {
    background: #eee;
} */

th {
    background: #e9ecfb;
    color: #2e3192;
}

.table > thead > tr > th, .table > tbody > tr > td {
    padding: 8px 6px;
    border: 1px solid #ccc;
    text-align: left;
}

.main-icon a {
    font-family: math;
    font-size: 15px;
}

.main-headline {
    margin-bottom: 80px;
}
