@font-face {
    font-family: 'Conv_Play-Regular';
    src: url('../fonts/Play-Regular.eot');
    src: local('☺'), url('../fonts/Play-Regular.woff') format('woff'), url('../fonts/Play-Regular.ttf') format('truetype'), url('../fonts/Play-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_RussoOne-Regular';
    src: url('../fonts/RussoOne-Regular.eot');
    src: local('☺'), url('../fonts/RussoOne-Regular.woff') format('woff'), url('../fonts/RussoOne-Regular.ttf') format('truetype'), url('../fonts/RussoOne-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*
* Remove text-shadow in selection highlight:
* https://twitter.com/miketaylr/status/12228805301
*
* Vendor-prefixed and regular ::selection selectors cannot be combined:
* https://stackoverflow.com/a/16982510/7133471
*
* Customize the background color to match your design.
*/

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
* A better looking default horizontal rule
*/

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
* Remove the gap between audio, canvas, iframes,
* images, videos and the bottom of their containers:
* https://github.com/h5bp/html5-boilerplate/issues/440
*/

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
* Remove default fieldset styles.
*/

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
* Allow only vertical resizing of textareas.
*/

textarea {
    resize: vertical;
}

/* ==========================================================================
 Browser Upgrade Prompt
 ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
 Author's custom styles
 ========================================================================== */
/**/

html {
    height: 100%;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    background-position: 0% repeat;
    position: relative;
    font-family: 'Conv_Play-Regular',Sans-Serif;
    width: 100%;
    margin: 0;
    background-size: cover;
    height: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    background-image: url('../img/body-bg.png');
    background-repeat: repeat;
    background-attachment: scroll;
}

#page {
    position: relative;
    min-height: 100%;
    overflow: hidden;
}

/**
* Footer Styles
*/

footer { /*
position: absolute;*/
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
}

section {
    padding: 15px 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Conv_RussoOne-Regular',Sans-Serif;
    letter-spacing: 0.5px;
}

p.main-heading {
    color: #021539;
    font-size: 25px;
    font-family: 'Conv_RussoOne-Regular',Sans-Serif;
    font-weight: bold;
}

h2 {
    color: #f73e7d;
    font-size: 20px;
    font-family: 'Conv_RussoOne-Regular',Sans-Serif;
}

h3 {
    color: #021539;
    font-size: 15px;
    font-weight: bold;
}

P {
    color: #555555;
    font-family: 'Conv_Play-Regular',Sans-Serif;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.5px;
}

.heading-underline {
    width: 70px;
    border: 1.5px solid #021539;
    display: block;
    margin: 15px auto 15px;
}

    .heading-underline:before {
        content: '';
        background: #f73e7d;
        width: 30px;
        position: absolute;
        z-index: 9;
        height: 5px;
        margin-top: -2px;
        margin-left: -15px;
    }

.container {
    max-width: 85%;
    width: 85%;
}

.p-t-30 {
    padding-top: 30px;
}

#sticky-footer {
    flex-shrink: none;
}

/* Back to top button */

.back-to-top {
    position: fixed;
    display: none;
    background: #f73e7d;
    color: #fff;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    border-radius: 50%;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index: 11;
}

    .back-to-top i {
        padding-top: 12px;
        color: #fff;
    }

/* Prelaoder */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}

    #preloader:before {
        content: "";
        position: fixed;
        top: calc(50% - 30px);
        left: calc(50% - 30px);
        border: 6px solid #f2f2f2;
        border-top: 6px solid #007bff;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        -webkit-animation: animate-preloader 1s linear infinite;
        animation: animate-preloader 1s linear infinite;
    }

@-webkit-keyframes animate-preloader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.pinkcolor {
    color: #f97fa8;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
    height: auto;
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
    background: url(../img/headerBg.png);
    background-size: cover;
    background-repeat: no-repeat;
}

    #header .top_header {
        /*
  background-color: #e2e7ed;*/
        padding: 10px 0;
    }

    #header .nav_header {
        background: #021539;
        color: #fff;
        position: relative;
        padding: 0;
    }

.rightNav {
    position: absolute;
    right: 0;
    background: #f73e7d;
    padding: 0 15px 0 0;
}

    .rightNav ul {
        padding: 0;
        margin: 0;
    }

        .rightNav ul li {
            list-style: none;
            display: inline-block;
            padding: 10px;
        }

            .rightNav ul li:first-child {
                border-right: 1px solid #021539;
            }

            .rightNav ul li a {
                color: #ffffff;
                font-family: 'Conv_Poppins-Regular',Sans-Serif;
                letter-spacing: 1px;
            }

                .rightNav ul li a:hover {
                    color: #021539;
                }

                .rightNav ul li a span {
                    background: #d0012a;
                    padding: 0 10px;
                    border-radius: 10px;
                    margin-left: 5px;
                    font-size: 14px;
                }

            .rightNav ul li img {
                max-width: 20px;
                margin-right: 5px;
            }

        .rightNav ul:before {
            content: '';
            border-bottom: 41px solid #f73e7d;
            border-left: 30px solid transparent;
            position: absolute;
            left: -29px;
        }

#header.header-scrolled,
#header.header-pages {
    padding: 0;
}

#header .logo h1 {
    font-size: 36px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
}

    #header .logo h1 a,
    #header .logo h1 a:hover {
        color: #00366f;
        text-decoration: none;
    }

#header .logo img {
    padding: 0;
    margin: 7px 0;
    max-height: 26px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Desktop Navigation */

.main-nav {
    /* Drop Down */
    /* Deep Drop Down */
}

    .main-nav,
    .main-nav * {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .main-nav > ul > li {
            position: relative;
            white-space: nowrap;
            float: left;
        }

        .main-nav ul li:last-child a {
            border: none;
        }

li.home-icon i {
    font-size: 28px;
    line-height: 0.5;
    color: #e59f00;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
}

li.active.home-icon i {
    font-size: 28px;
    line-height: 0.5;
    color: #e59f00;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
}

.main-nav a {
    display: block;
    position: relative;
    color: #ffffff;
    transition: 0.3s;
    font-size: 16px;
    font-family: 'Conv_Play-Regular',Sans-Serif;
    border-right: 1px solid #4b545f;
    padding: 10px 15px;
    position: relative;
    transition: all 0.1s;
}

    .main-nav a:hover {
        color: #fff;
        z-index: 1;
    }
/*
.main-nav a:hover,
.main-nav .active > a,
.main-nav li:hover > a {
color: #fff;
text-decoration: none;
}
*/
.main-nav .drop-down ul {
    display: block;
    position: absolute;
    left: 0;
    top: calc(100% + 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: rgba(6,36,75, 0.8);
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: ease all 0.3s;
}

.main-nav .drop-down:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.main-nav .drop-down li {
    min-width: 180px;
    position: relative;
    border-bottom: 1px solid #80d0f8;
}

    .main-nav .drop-down li:last-child {
        border: none;
    }

.main-nav .drop-down ul a {
    padding: 7px 15px;
    font-size: 15px;
    color: #fff;
    text-align: left;
}

    .main-nav .drop-down ul a:hover,
    .main-nav .drop-down ul .active > a,
    .main-nav .drop-down ul li:hover > a {
        color: #fff;
        z-index: 1;
    }

.main-nav ul li a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0%;
    background: #f73e7d;
    height: 1px;
    text-align: left;
    content: '.';
    margin: 0;
    opacity: 0;
    color: transparent;
}

.main-nav ul li a:hover:after {
    z-index: -10;
    animation: fill 1s forwards;
    -webkit-animation: fill 1s forwards;
    -moz-animation: fill 1s forwards;
    opacity: 1;
}

/* Keyframes */
@-webkit-keyframes fill {
    0% {
        width: 0%;
        height: 1px;
    }

    50% {
        width: 100%;
        height: 1px;
    }

    100% {
        width: 100%;
        height: 100%;
        background: #f73e7d;
    }
}

.main-nav .drop-down > a::after {
    content: "\f107";
    font-family: FontAwesome;
    padding-left: 10px;
    color: #fff;
    position: absolute;
    display: table;
    top: 10px;
    left: 100%;
    background: no-repeat;
    opacity: 1;
}

.main-nav .drop-down > a:hover:after {
    z-index: -10;
    animation: none;
    -webkit-animation: none;
    -moz-animation: none;
    opacity: 1;
}

.main-nav .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
}

.main-nav .drop-down .drop-down > a {
    padding-right: 35px;
}

    .main-nav .drop-down .drop-down > a:after {
        content: "\f105";
        position: absolute;
        right: 15px;
    }

/* Mobile Navigation */
.mobile-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 9999;
    overflow-y: auto;
    left: -260px;
    width: 260px;
    padding-top: 18px;
    background: rgba(6,36, 75, 0.8);
    transition: 0.4s;
}

    .mobile-nav * {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .mobile-nav a {
        display: block;
        position: relative;
        color: #fff;
        padding: 10px 20px;
        font-weight: 500;
    }

        .mobile-nav a:hover,
        .mobile-nav .active > a,
        .mobile-nav li:hover > a {
            color: #e59f00;
            text-decoration: none;
        }

    .mobile-nav .drop-down > a:after {
        content: "\f078";
        font-family: FontAwesome;
        padding-left: 10px;
        position: absolute;
        right: 15px;
    }

    .mobile-nav .active.drop-down > a:after {
        content: "\f077";
    }

    .mobile-nav .drop-down > a {
        padding-right: 35px;
    }

    .mobile-nav .drop-down ul {
        display: none;
        overflow: hidden;
    }

    .mobile-nav .drop-down li {
        padding-left: 20px;
    }

.mobile-nav-toggle {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
}

    .mobile-nav-toggle i {
        margin: 25px 12px 0 0;
        color: #fff;
        background: #004289;
        padding: 3px 5px;
    }

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(6, 36, 75, 0.8);
    overflow: hidden;
    display: none;
}

.mobile-nav-active {
    overflow: hidden;
}

    .mobile-nav-active .mobile-nav {
        left: 0;
    }

    .mobile-nav-active .mobile-nav-toggle i {
        color: #fff;
        background: none;
    }
/*--------------------------------------------------------------
#banners
--------------------------------------------------------------*/

.hero_banner figure {
    background: #021539;
    position: relative;
}

.hero_banner img {
    width: 100%;
    object-fit: cove;
}

.hero_banner figcaption {
    position: absolute;
    bottom: 15%;
    width: 100%;
}

    .hero_banner figcaption .heading-1 {
        font-family: 'Conv_Poppins-Regular',Sans-Serif;
        margin: 0;
        display: flex;
    }

    .hero_banner figcaption .heading-2 {
        font-family: 'Conv_Poppins-Regular',Sans-Serif;
        display: flex;
    }

    .hero_banner figcaption .heading-1 span {
        background: #0850af;
        font-size: 50px;
        padding: 10px;
        line-height: 50px;
    }

    .hero_banner figcaption .heading-2 span {
        background: #021539;
        font-size: 36px;
        padding: 10px;
        line-height: 36px;
    }

.link-tab {
    padding: 15px 0;
    margin-bottom: 15px;
}



/*--------------------------------------------------------------
#breadcrumb
--------------------------------------------------------------*/
/* breadcrumb */

.breadcrumb-arrow {
    min-height: 36px;
    padding: 0;
    line-height: 36px;
    list-style: none;
    overflow: auto;
    background: none;
}

    .breadcrumb-arrow li:first-child a {
        border-radius: 4px 0 0 4px;
        -webkit-border-radius: 4px 0 0 4px;
        -moz-border-radius: 4px 0 0 4px;
    }

    .breadcrumb-arrow li,
    .breadcrumb-arrow li a,
    .breadcrumb-arrow li span {
        display: inline-block;
        /*vertical-align: top;*/
    }

        .breadcrumb-arrow li:not(:first-child) {
            margin-left: 0;
        }

        .breadcrumb-arrow li + li:before {
            padding: 0;
            content: "";
        }

        .breadcrumb-arrow li span {
            padding: 0 10px;
        }

        .breadcrumb-arrow li a,
        .breadcrumb-arrow li:not(:first-child) span {
            height: 36px;
            padding: 0 10px 0 25px;
            line-height: 36px;
        }

        .breadcrumb-arrow li:first-child a {
            padding: 0 10px;
        }

        .breadcrumb-arrow li a {
            position: relative;
            color: #fff;
            text-decoration: none;
            background-color: #021539;
            border: 1px solid #021539;
        }

        .breadcrumb-arrow li:first-child a {
            padding-left: 10px;
        }

        .breadcrumb-arrow li a:after,
        .breadcrumb-arrow li a:before {
            position: absolute;
            top: -1px;
            width: 0;
            height: 0;
            content: '';
            border-top: 18px solid transparent;
            border-bottom: 18px solid transparent;
        }

        .breadcrumb-arrow li a:before {
            right: -10px;
            z-index: 3;
            border-left-color: #021539;
            border-left-style: solid;
            border-left-width: 10px;
        }

        .breadcrumb-arrow li a:after {
            right: -11px;
            z-index: 2;
            border-left: 11px solid #fff;
        }

        .breadcrumb-arrow li a:focus,
        .breadcrumb-arrow li a:hover {
            background-color: #f73e7d;
            border: 1px solid #f73e7d;
        }

            .breadcrumb-arrow li a:focus:before,
            .breadcrumb-arrow li a:hover:before {
                border-left-color: #f73e7d;
            }

        .breadcrumb-arrow li a:active {
            background-color: #f73e7d;
            border: 1px solid #f73e7d;
        }

        .breadcrumb-arrow li.active a:before {
            right: -10px;
            z-index: 3;
            border-left-color: #f73e7d;
            border-left-style: solid;
            border-left-width: 10px;
        }

        .breadcrumb-arrow li a:active:after,
        .breadcrumb-arrow li a:active:before {
            border-left-color: #f73e7d;
        }

        /*set for Last child*/

        .breadcrumb-arrow li.active a {
            position: relative;
            color: #fff;
            text-decoration: none;
            background-color: #f73e7d;
            border: 1px solid #f73e7d;
        }

        .breadcrumb-arrow li.active:first-child a {
            padding-left: 10px;
        }

        .breadcrumb-arrow li.active a:after,
        .breadcrumb-arrow li.active a:before {
            position: absolute;
            top: -1px;
            width: 0;
            height: 0;
            content: '';
            border-top: 18px solid transparent;
            border-bottom: 18px solid transparent;
        }

        .breadcrumb-arrow li.active span:before {
            right: -10px;
            z-index: 3;
            border-left-color: #f73e7d;
            border-left-style: solid;
            border-left-width: 11px;
        }

        .breadcrumb-arrow li.active span:after {
            right: -11px;
            z-index: 2;
            border-left: 10px solid #f73e7d;
        }
/*--------------------------------------------------------------
#hexagon
--------------------------------------------------------------*/
.contentArea {
    min-height: 550px;
    max-width: 1140px;
    margin: auto;
}

.honeycomb {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}

.honeycomb-cell {
    flex: 0 1 210px;
    max-width: 210px;
    height: 120px;
    margin: 72.47619px 8.5px 60px 5.5px;
    position: relative;
    padding: 0.5em;
    text-align: center;
    z-index: 1;
    background: #f73e7d;
}

.honeycomb-cell__title {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-break: break-word;
    color: #021539;
    transition: opacity 350ms;
    font-family: 'Conv_Play-Regular',Sans-Serif;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    line-height: 24px;
    padding: 15px;
}

.honeycomb-cell.active::after {
    background: rgba(2,21,57,1);
}

.honeycomb-cell.active .honeycomb-cell__title {
    color: #f73e7d;
}

.honeycomb-cell__title > small {
    font-weight: 300;
    margin-top: 0.25em;
}

.honeycomb-cell__image {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.honeycomb-cell::before, .honeycomb-cell::after {
    content: '';
}

.honeycomb-cell::before, .honeycomb-cell::after, .honeycomb-cell__image {
    top: -50%;
    left: 0;
    width: 100%;
    height: 200%;
    display: block;
    position: absolute;
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    z-index: -1;
}

.honeycomb-cell::before {
    background: #fff;
    -webkit-transform: scale(1.055);
    transform: scale(1.055);
    color: #021539;
}

.honeycomb-cell::after {
    background: #f73e7d;
    transition: opacity 350ms;
}

.honeycomb-cell:hover .honeycomb-cell__title {
    color: #f73e7d;
}

.honeycomb-cell:hover::before {
    background: #021539;
    font-weight: bold;
}

.honeycomb-cell:hover::after {
    opacity: 0;
}

.honeycomb__placeholder {
    display: none;
    opacity: 0;
    width: 250px;
    margin: 0 12.5px;
}

/*--------------------------------------------------------------
#schemeDecp
--------------------------------------------------------------*/
.schemeDecp {
    background: rgba(2,21,57,0.9);
    padding: 30px 0;
}

    .schemeDecp .main-heading {
        color: #f97fa8;
        font-size: 25px;
    }

        .schemeDecp .main-heading .heading-underline {
            border: 1.5px solid #fff;
        }

    .schemeDecp h1 {
        color: #f97fa8;
        font-size: 26px;
        font-weight: bold;
    }

    .schemeDecp h2 {
        color: #f97fa8;
    }

    .schemeDecp p {
        color: #ffffff;
        font-size: 15px;
        text-align: justify;
    }

    .schemeDecp .linkBtn {
        border: 2px solid #f73e7d;
        padding: 10px 25px;
        font-size: 20px;
        border-radius: 0;
        display: inline;
    }

.linkBtn i {
    margin-left: 15px;
}

.mrgn-right {
    margin-right: 30px;
}

.carousel-control-prev, .carousel-control-next {
    left: 0;
    display: contents;
}

.btn {
    border: none;
    font-size: 10px;
    font-size: 1rem;
    background-color: #1d1d1d;
    color: white;
    transition: color 0.1s cubic-bezier(0.16, 0.08, 0.355, 1), background 0.1s cubic-bezier(0.16, 0.08, 0.355, 1);
    display: inline-block;
    cursor: pointer;
    outline: none;
    vertical-align: middle;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
    background: #f73e7d;
    border-color: #f73e7d;
    color: #fff;
}

.btn-border {
    background-color: transparent;
    color: #1d1d1d;
}

.btn-arrow {
    position: relative;
    transition: background-color 300ms ease-out;
}

    .btn-arrow span {
        display: inline-block;
        position: relative;
        transition: all 300ms ease-out;
        will-change: transform;
    }

    .btn-arrow:hover span {
        -webkit-transform: translate3d(-1rem, 0, 0);
        transform: translate3d(-1rem, 0, 0);
    }

.schemeImg {
    /* border: 15px solid #00143a; */
    background: #00143a;
    position: relative;
    width: 350px;
    height: 450px;
    display: block;
}

    .schemeImg img {
        left: 15px;
        bottom: 15px;
        position: absolute;
        width: 100%;
        height: 100%;
        display: block;
    }
/*--------------------------------------------------------------
all-links
--------------------------------------------------------------*/
.all-links {
    background: url(../img/blue-bg.jpg);
    padding: 30px 0;
}

    .all-links .main-heading {
        color: #f73e7d;
    }

        .all-links .main-heading .heading-underline {
            border: 1.5px solid #fff;
        }

    .all-links h1 {
        color: #f73e7d;
        font-size: 26px;
    }

    .all-links p {
        color: #ffffff;
    }

    .all-links ul {
        padding: 0;
        list-style: none;
        color: #ffffff;
        margin-top: 15px;
        padding-left: 15px;
    }

        .all-links ul li {
            margin-bottom: 15px;
            padding-left: 30px;
        }

            .all-links ul li::before {
                content: '';
                background: url(../img/arrow.png);
                left: 0;
                position: absolute;
                display: block;
                width: 30px;
                height: 30px;
                background-size: 22px;
                background-repeat: no-repeat;
                left: 15px;
            }

            .all-links ul li a {
                padding: 0;
                list-style: none;
                color: #ffffff;
            }

                .all-links ul li a:hover {
                    color: #f73e7d;
                }

.left-menu {
    list-style: none;
    padding: 0;
}

.linkBtn {
    background: #f73e7d;
    width: 100%;
    color: #021539;
    border: none;
    border-radius: 0;
    font-size: 19px;
    margin-bottom: 15px;
    padding: 15px 30px;
    letter-spacing: inherit;
}

    .linkBtn:hover {
        background: #021539;
        color: #f73e7d;
    }

    .linkBtn i {
        margin-left: 15px;
    }

.applytBtn {
    background: transparent;
    color: #f97fa8;
    line-height: 1.3;
    padding: 10px 15px;
    border: 2px solid #f97fa8;
    font-weight: bold;
    border-radius: 0;
}

    .applytBtn:hover {
        background: #f97fa8;
        color: #021539;
        line-height: 1.3;
        padding: 10px 15px;
        border: 2px solid #f97fa8;
        font-weight: bold;
    }

button.btn.linkBtn {
    width: auto;
    padding: 10px 30px;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
    color: #0a2455;
    text-align: left;
}

.form-control {
    font-size: 16px;
    color: #0a2455;
    border: 1px solid #0a2455;
    border-radius: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .form-control:focus {
        box-shadow: none;
        border: 2px solid #f73e7d;
    }

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

    [type="radio"]:checked + label,
    [type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        font-weight: normal;
        margin-right: 30px;
    }

        [type="radio"]:checked + label:before,
        [type="radio"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 2px solid #0a2455;
            border-radius: 100%;
            background: #fff;
        }

        [type="radio"]:checked + label:after,
        [type="radio"]:not(:checked) + label:after {
            content: '';
            width: 10px;
            height: 10px;
            background: #f73e7d;
            position: absolute;
            top: 4px;
            left: 4px;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        [type="radio"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        [type="radio"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }

.btn-file {
    position: relative;
    overflow: hidden;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        cursor: inherit;
        display: block;
    }

.file-input-label {
    padding: 0px 10px;
    display: table-cell;
    vertical-align: middle;
    border: none;
    border-radius: 4px;
    width: 300px;
    height: 48px;
}

input[readonly] {
    background-color: white !important;
    cursor: text !important;
}

.mrg-top-15 {
    margin-top: 15px;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    padding: 20px;
    border: 2px solid #f97fa8;
    background: no-repeat;
    margin: 10px;
    background: url(../img/arrow-left.png);
    background-repeat: no-repeat;
    background-position: center;
}

    .carousel-control-prev-icon:hover, .carousel-control-next-icon:hover {
        background-color: #021539;
    }

.carousel-control-next-icon {
    padding: 20px;
    border: 2px solid #f97fa8;
    background: no-repeat;
    margin: 10px;
    background: url(../img/arrow-left.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

/*--------------------------------------------------------------
#footer
--------------------------------------------------------------*/
footer {
}

.footer-top {
    background: #212529;
}

    .footer-top h4 {
        color: #f73e7d;
        font-size: 20px;
        font-family: 'Conv_RussoOne-Regular',Sans-Serif;
    }

.important_link {
    padding: 0;
    margin-bottom: 30px;
}

    .important_link li {
        list-style: none;
        padding: 0;
        font-size: 14px;
        font-family: 'Conv_Play-Regular',Sans-Serif;
        margin-bottom: 10px;
        letter-spacing: 1px;
    }

        .important_link li a {
            color: #ffffff;
            font-family: 'Conv_Play-Regular',Sans-Serif;
        }

.footer-bottom {
    background: #001323;
    padding: 0;
    border-top: 1px solid #003167;
}

    .footer-bottom p {
        margin: 15px 0;
    }

.nic_footer_logo {
    max-width: 100px;
    margin-right: 30px;
    object-fit: contain;
}

.footer-bottom p.left-text {
    font-size: 12px;
    font-family: 'Conv_Play-Regular',Sans-Serif;
    line-height: 18px;
    letter-spacing: 1px;
}

.footer-bottom p {
    font-size: 24px;
    font-family: 'Conv_RussoOne-Regular',Sans-Serif;
    color: #f73e7d;
    display: flex;
    justify-content: left;
    align-items: center;
}

    .footer-bottom p span {
        font-size: 14px;
        font-family: 'Conv_Poppins-Regular',Sans-Serif;
        display: inline-flex;
        align-items: center;
        margin-right: 10px;
        font-weight: normal;
    }

.footer-bottom .visitor p {
    float: right;
}

.contact_us {
    padding: 0;
    list-style: none;
    font-family: 'Conv_Play-Regular',Sans-Serif;
    letter-spacing: 1px;
    font-size: 14px;
}

    .contact_us li {
        margin-bottom: 10px;
        padding-left: 30px;
        vertical-align: top;
        display: flex;
    }

.address:before {
    content: "\f041";
    margin-right: 10px;
    margin-left: -30px;
    color: #f73e7d;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 20px;
}

.phone:before {
    content: "\f098";
    margin-right: 10px;
    margin-left: -30px;
    color: #f73e7d;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 20px;
}

.email:before {
    content: "\f0e0";
    margin-right: 10px;
    margin-left: -30px;
    color: #f73e7d;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 20px;
}


.about-nic p {
    font-size: 14px;
    font-family: 'Conv_Play-Regular',Sans-Serif;
    letter-spacing: 1px;
}
/*pop up*/
.student_enrollment_pop_up {
    margin: 0;
    font-size: 14px;
}

    .student_enrollment_pop_up .modal-header {
        background: #021539;
        color: #fff;
        padding: 10px;
    }

    .student_enrollment_pop_up .modal-title {
        width: 100%;
        text-align: left;
    }

    .student_enrollment_pop_up button.close {
        color: #fff;
        opacity: 1;
    }

.pageContetArea {
    padding: 20px;
    font-size: 14px;
}

.P-t-30 {
    padding-top: 30px;
}

/*
* Hide visually and from screen readers
*/

.hidden {
    display: none !important;
}

/*
* Hide only visually, but have it available for screen readers:
* https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
*
* 1. For long content, line feeds are not interpreted as spaces and small width
*    causes content to wrap 1 word per line:
*    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
*/

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
    /* 1 */
}

    /*
* Extends the .sr-only class to allow the element
* to be focusable when navigated to via the keyboard:
* https://www.drupal.org/node/897638
*/

    .sr-only.focusable:active,
    .sr-only.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        white-space: inherit;
        width: auto;
    }

/*
* Hide visually and from screen readers, but maintain layout
*/

.invisible {
    visibility: hidden;
}

/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
*    `contenteditable` attribute is included anywhere else in the document.
*    Otherwise it causes space to appear at the top and bottom of elements
*    that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
*    `:before` to contain the top-margins of child elements.
*/

.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
 Print styles.
 Inlined to avoid the additional HTTP request:
 https://www.phpied.com/delay-loading-your-print-css/
 ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    /*
   * Printing Tables:
   * https://web.archive.org/web/20180815150934/http://css-discuss.incutio.com/wiki/Printing_Tables
   */
    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


.item.sweep-to-top.active {
    background: #021539;
}

    .item.sweep-to-top.active .secondDiv {
        visibility: visible;
    }

    .item.sweep-to-top.active figcaption p {
        color: #ffffff;
    }

.dialogueBox {
    min-width: 280px;
    width: auto;
    height: auto;
    background-color: #d97770;
    position: relative;
    border-radius: 4px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    color: #fff;
    font-size: 14px;
    z-index: 999;
    position: absolute;
    max-width: 450px;
    text-align: left;
    left: 175px;
}
/*
.dialogueBox:after {
content: " ";
position: absolute;
right: 44%;
top: -15px;
border-top: none;
border-right: 15px solid transparent;
border-left: 15px solid transparent;
border-bottom: 15px solid #3ad2d2;
}*/

#result_data_table .dialogueBox a.viewMore {
    color: #fff;
}

.dialogueBox p {
    color: #fff;
    font-family: 'Conv_Roboto-Regular',Sans-Serif;
    font-size: 12px;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
}

    .dialogueBox p span {
        color: #fff
    }

.dialogueBox .heading {
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'Conv_Roboto-Bold',Sans-Serif;
    font-weight: bold;
    color: #fff;
    border-bottom: 2px solid #ab544e;
    line-height: 30px;
}

a:focus, a:hover {
    color: #27448f;
    text-decoration: none;
}

.dialogueBox .close {
    color: #fff;
    opacity: 1;
    font-size: 14px;
}

.dialogueBox .viewMore {
    color: #27448f;
    opacity: 1;
    text-decoration: underline;
}

    .dialogueBox .viewMore:hover {
        color: #fff;
    }

.rdSpace label {
    margin: 0 10px;
}

#result_data_table td {
    font-size: 14px;
}

#result_data_table_length select {
    float: left;
}

.school_Information_Block {
    border: 1px solid #3498db;
    margin: 30px;
    padding: 15px;
}

.top-mrg-150 {
    margin-top: 150px;
    padding-top: 1px;
}

.school_Information_Block span {
    font-family: 'Conv_Roboto-Regular';
    font-size: 14px;
}

.school_Information_Block p span {
    font-family: 'Conv_Roboto-Bold',Sans-Serif;
    font-size: 14px;
}


.SchoolinRajasthan thead {
    background: #37128c;
    color: #fff;
}

.SchoolinRajasthan a {
    color: #37128c;
}

.SchoolinRajasthan .dialogueBox {
    background: #37128c;
}

div#getdivdetails h2 {
    color: #37118b;
    text-align: center;
    margin-bottom: 10px;
}

.SchoolinRajasthan .dialogueBox .heading {
    border-bottom: 2px solid #fff
}

.classGroup thead {
    background: #daa403;
    color: #fff;
}

.classGroup a {
    color: #444
}

.classGroup .dialogueBox {
    background: #daa403;
}

.classGroupdetail h2 {
    color: #daa403 !important;
    text-align: center;
    margin-bottom: 10px;
}

.classGroup .dialogueBox .heading {
    border-bottom: 2px solid #fff
}

.sanctionedtabel {
    text-align: left;
}

    .sanctionedtabel thead {
        background: #054eac;
        color: #fff;
    }

    .sanctionedtabel a {
        color: #444
    }

    .sanctionedtabel .dialogueBox {
        background: #054eac;
    }

.sanctionedtabelheading h2 {
    color: #054eac !important;
    text-align: center;
    margin-bottom: 10px;
}

.sanctionedtabel .dialogueBox .heading {
    border-bottom: 2px solid #fff
}

section.hero_banner {
    padding: 0;
}

.modal-header {
    background: #f73e7d;
    color: #FFF;
    padding: 10px;
}

.modal-title {
    font-size: 16px;
    color: #fff;
}

.modal-header .close {
    color: #fff;
    opacity: 1;
}

.PopInfo .linkBtn {
    font-size: 13px;
    padding: 8px 10px;
    font-weight: bold;
    width: auto;
    color: #fff;
}

:focus {
    outline: none;
    border: none;
}

.autobtn {
    font-size: 13px;
    padding: 8px 10px;
    width: auto;
}

#Div_NMMSApplicationView h1, #Div_NMMSApplicationView h2, #Div_NMMSApplicationView h3 {
    margin: 0;
}

.tdHeading {
    color: #021539;
    font-weight: bold;
    font-size: 12px;
}

.tdTitleText {
    color: #021539;
    font-size: 12px;
    font-weight: bold;
}

.ViewHeader, .ViewHeader1 {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    margin: 0;
}

.border-none {
    border: none;
}

.check_Box input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.check_Box label {
    position: relative;
    cursor: pointer;
}

    .check_Box label:before {
        content: '';
        -webkit-appearance: none;
        background-color: transparent;
        border: 2px solid #26438f;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
        padding: 8px;
        display: inline-block;
        position: relative;
        vertical-align: middle;
        cursor: pointer;
        margin-right: 8px;
        font-weight: normal;
        width: 21px;
        height: 21px;
        float: left;
    }

.check_Box input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 7px;
    width: 6px;
    height: 11px;
    border: solid #26438f;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.emailBtn {
    width: 100%;
    font-size: 14px;
    border-radius: 0;
    background: #021539;
    color: #fff;
    margin-bottom: 12px;
    padding: 10px;
    text-align: center;
}

.cbomsg .modal-header .close {
    margin-top: -25px;
}
/*	.blink-text{
		color: #ffffff;
		font-weight: bold;
		animation: blinkingText 2s infinite;
	}
	@keyframes blinkingText{
		0%		{ color: #ffffff;}
		25%		{ color: #f4f4f4;}
		50%		{ color: #fdce1b;}
		75%		{ color: #021539;}
		100%	{ color: #ffffff;}
	}*/
main.heading-top {
    margin-top: 100px;
}

.modal11 {
    position: fixed;
    text-align: center;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999999;
    background-color: #000000;
    opacity: 0.7;
}

.center {
    padding: 10px;
    position: fixed;
    top: 40%;
    left: 41%;
    margin: 0px;
}

    .center img {
        height: 90px;
        width: 90px;
    }
