/*!------------------------------------------------------------------
[MAIN STYLESHEET]
Powered By:	Tejobindu Solutions Pvt.Ltd.
VERSION: V4.3.1	
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Front-End Design And Developed By: Bikash Bhandari]
-------------------------------------------------------------------*/
/*  typography */
@import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,700,900");

body {
    line-height: 1.6;
    font-family: roboto,sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 15px;
    color: #818385;
}
/*.container{max-width: 90% !important;}*/
p, .paragraph {
    font-weight: 400;
    color: #172231;
    font-size: 15px;
    line-height: 1.6;
    font-family: roboto,sans-serif;
}

a {
    color: #2460b9;
}

h1, h2, h3, h4, h5, h6 {
    color: #172231;
    font-family: "roboto", sans-serif;
    font-weight: 500;
    line-height: 1.2;
    transition: .2s ease;
}

h1, .h1 {
    font-size: 60px;
}

h2, .h2 {
    font-size: 40px;
}

h3, .h3 {
    font-size: 36px;
}

h4, .h4 {
    font-size: 22px;
}

h5, .h5 {
    font-size: 18px;
}

h6, .h6 {
    font-size: 16px;
}

.mt-3 {
    margin-top: 1rem !important;
}

/* Button style */
.btn {
    font-size: 15px;
    text-transform: inherit;
    padding: 5px 15px;
    font-weight: 500;
    border: 1px solid #ccc;
    position: relative;
    z-index: 1;
    transition: .3s ease-in;
    border-radius: 100px;
}

    .btn:focus {
        outline: 0;
        box-shadow: none !important;
    }

    .btn:active {
        box-shadow: none;
    }

.btn-lg {
    font-size: 20px;
    padding: 19px 35px;
}

.btn-md {
    font-size: 18px;
    padding: 17px 30px;
}

.btn-sm {
    font-size: 12px;
    padding: 5px 20px;
}

.btn-primary {
    background: #2460b9;
    color: #fff;
    border-color: #0e479c;
}

    .btn-primary:active {
        background: #0e479c !important;
        border-color: #0e479c;
    }

    .btn-primary:hover {
        background: #0e479c;
        border-color: #0e479c;
    }

    .btn-primary:not(:disabled):not(.disabled).active,
    .btn-primary:not(:disabled):not(.disabled):active,
    .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #0e479c;
        border-color: #0e479c;
    }

.btn-gray {
    background: #f5f6fa;
    color: #172231;
    border-color: #f5f6fa;
}

    .btn-gray:active {
        background: #86c33a !important;
        border-color: #86c33a;
        color: #fff;
    }

    .btn-gray:hover {
        background: #86c33a;
        border-color: #86c33a;
        color: #fff;
    }

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #6b9c2e;
    border-color: #6b9c2e;
}

.btn-secondary {
    background: transparent;
    color: #172231;
    padding-left: 0;
    border: 0;
}

    .btn-secondary:active {
        background: transparent !important;
        color: #86c33a;
    }

    .btn-secondary:hover {
        background: transparent;
        color: #86c33a;
    }

    .btn-secondary:not(:disabled):not(.disabled).active,
    .btn-secondary:not(:disabled):not(.disabled):active,
    .show > .btn-secondary.dropdown-toggle {
        color: #86c33a;
        background-color: transparent;
        border: 0;
    }

.btn-primary-outline {
    background: transparent;
    color: #172231;
    border: 2px solid #172231;
}

    .btn-primary-outline:active {
        background: #86c33a !important;
        border-color: #86c33a;
        color: #fff;
    }

    .btn-primary-outline:hover {
        background: #86c33a;
        border-color: #86c33a;
        color: #fff;
    }

.btn-light {
    background: #fff;
    color: #172231;
    border-color: #e7e7e7;
}

    .btn-light:active {
        background: transparent !important;
        border-color: #fff;
        color: #fff;
    }

    .btn-light:hover {
        background: transparent;
        border-color: #fff;
        color: #fff;
    }

.btn-light-alt:active {
    background: #86c33a !important;
    border-color: #86c33a;
    color: #fff;
}

.btn-light-alt:hover {
    background: #86c33a;
    border-color: #86c33a;
    color: #fff;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
    background: transparent;
    border-color: #fff;
    color: #fff;
}

.btn-light-outline {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
}

    .btn-light-outline:active {
        background: #6b9c2e !important;
        border-color: #6b9c2e;
        color: #fff;
    }

    .btn-light-outline:hover {
        background: #6b9c2e;
        border-color: #6b9c2e;
        color: #fff;
    }

.btn-arrow {
    transition: .2s ease;
}

    .btn-arrow::before {
        position: absolute;
        content: '';
        height: 8px;
        width: 8px;
        background: transparent;
        top: 50%;
        -webkit-transform: translateY(-50%) rotate(-45deg);
        transform: translateY(-50%) rotate(-45deg);
        border-right: 2px solid #000;
        border-bottom: 2px solid #000;
        left: calc( 85% + 5px);
        transition: .2s ease;
    }

    .btn-arrow::after {
        position: absolute;
        content: '';
        height: 2px;
        width: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background: #000;
        transition: .2s ease;
        left: 85%;
    }

    .btn-arrow:hover::before {
        left: calc( 85% + 10px);
        border-color: #86c33a;
    }

    .btn-arrow:hover::after {
        width: 20px;
        background: #86c33a;
    }

/* hover effect */
.hover-ripple {
    transition: .2s ease-in;
}

    .hover-ripple:hover {
        -webkit-transform: scale(0.97);
        transform: scale(0.97);
    }

        .hover-ripple:hover::after {
            -webkit-animation: sonarEffect 1s ease-out 50ms;
            animation: sonarEffect 1s ease-out 50ms;
        }

    .hover-ripple::after {
        pointer-events: none;
        position: absolute;
        width: 100%;
        height: 100%;
        content: '';
        top: 0;
        left: 0;
        padding: 0;
        z-index: -1;
        opacity: 0;
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        border-radius: inherit;
    }

    .hover-ripple.ripple-white:hover::after {
        -webkit-animation: sonarEffectWhite 1s ease-out 50ms;
        animation: sonarEffectWhite 1s ease-out 50ms;
    }

@-webkit-keyframes sonarEffect {
    0% {
        opacity: 0.1;
    }

    40% {
        opacity: 0.3;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #e9010e33, 0 0 0 10px rgba(255, 255, 255, 0.2);
    }

    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #e9010e33, 0 0 0 10px rgba(255, 255, 255, 0.2);
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0;
    }
}

@keyframes sonarEffect {
    0% {
        opacity: 0.1;
    }

    40% {
        opacity: 0.3;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #e9010e33, 0 0 0 10px rgba(255, 255, 255, 0.2);
    }

    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #e9010e33, 0 0 0 10px rgba(255, 255, 255, 0.2);
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0;
    }
}

@-webkit-keyframes sonarEffectWhite {
    0% {
        opacity: 0.1;
    }

    40% {
        opacity: 0.3;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, 0.2);
    }

    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, 0.2);
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0;
    }
}

@keyframes sonarEffectWhite {
    0% {
        opacity: 0.1;
    }

    40% {
        opacity: 0.3;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, 0.2);
    }

    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #fff, 0 0 0 10px rgba(255, 255, 255, 0.2);
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0;
    }
}

body {
    background-color: #fff;
    overflow-x: hidden;
}

::-moz-selection {
    background: #9ed060;
    color: #fff;
}

::selection {
    background: #9ed060;
    color: #fff;
}

/* preloader */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.spinner {
    color: #007bff;
    font-size: 90px;
    text-indent: -9999em;
    overflow: hidden;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    margin: 72px auto;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
    animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}

@-webkit-keyframes load6 {
    0% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }

    5%, 95% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }

    10%, 59% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }

    20% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }

    38% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }

    100% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
}

@keyframes load6 {
    0% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }

    5%, 95% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }

    10%, 59% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
    }

    20% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
    }

    38% {
        box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
    }

    100% {
        box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
    }
}

@-webkit-keyframes round {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes round {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

ol,
ul {
    list-style-type: none;
    margin: 0px;
}

a,
a:hover,
a:focus {
    text-decoration: none !important;
    outline: 0 !important;
}

a,
button,
select {
    cursor: pointer;
    transition: .2s ease;
}

    a:focus,
    button:focus,
    select:focus {
        outline: 0 !important;
    }

    a:hover {
        color: #e9010e;
        outline: 0 !important;
    }

    a.text-white:hover, a.text-light:hover {
        color: #e9010e !important;
        outline: 0 !important;
    }

    a h4:hover, a h5:hover {
        color: #e9010e;
        outline: 0 !important;
    }

.section {
    padding-top: 45px;
    padding-bottom: 45px;
}

.section-sm {
    padding-top: 30px;
    padding-bottom: 30px;
}

/* overlay */
.overlay {
    position: relative;
}

    .overlay::before {
        position: absolute;
        content: '';
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        background: #000;
        opacity: .6;
    }

.overlay-secondary {
    position: relative;
}

    .overlay-secondary::before {
        position: absolute;
        content: '';
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        background: #252d39;
        opacity: .85;
    }

.outline-0 {
    outline: 0 !important;
}

.d-unset {
    display: unset !important;
}

.bg-primary {
    background: #2460b9 !important;
}

.bg-secondary {
    background: #252d39 !important;
}

.bg-secondary-darken {
    background: #1f2630 !important;
}

.bg-gray {
    background: #f5f6fa !important;
}

.bg-gray-white {
    background-image: linear-gradient(to right, #f5f6fa 45%, #fff 0%);
}

.bg-white-gray {
    background-image: linear-gradient(to right, #fff 45%, #f5f6fa 0%);
}

.bg-white2-gray {
    background-image: linear-gradient(to right, #fff 70%, #f5f6fa 0%);
}

.text-primary {
    color: #86c33a !important;
}

.text-color {
    color: #818385;
}

.text-light {
    color: #ddd !important;
}

.text-dark {
    color: #172231;
}

.hilighted {
    background: #252d39;
    padding: 0 5px;
    border-radius: 2px;
    color: #fff;
}

.letter-spacing {
    letter-spacing: 2px;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.mb-25 {
    margin-bottom: 25px !important;
}

.mb-30 {
    margin-bottom: 30px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.zindex-1 {
    z-index: 1;
}

.zindex-0 {
    z-index: 0;
}

.overflow-hidden {
    overflow: hidden;
}

.min-height-400 {
    min-height: 400px;
}

.border-none {
    border: 0 !important;
}

.rounded-top-0 {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.box-shadow {
    box-shadow: 0px 15px 39px 0px rgba(8, 18, 109, 0.1);
}

.font-size-30 {
    font-size: 30px;
}

.font-weight-semebold {
    font-weight: 600 !important;
}

.font-secondary {
    font-family: "roboto", sans-serif !important;
}

.text-decoration-none {
    text-decoration: none !important;
}

    .text-decoration-none:hover {
        text-decoration: none !important;
    }

.border-md-right {
    border-right: 1px solid;
}

@media (max-width: 767px) {
    .border-md-right {
        border: 0;
    }
}

.water-wave {
    position: relative;
    -webkit-animation-name: water-wave;
    animation-name: water-wave;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

    .water-wave::before {
        -webkit-animation-name: water-wave;
        animation-name: water-wave;
        -webkit-animation-duration: 3s;
        animation-duration: 3s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
    }

@-webkit-keyframes water-wave {
    0% {
        border-radius: 120px 135px 110px 90px;
        :: before

{
    border-radius: 130px 120px 160px 130px;
}

}

25% {
    border-radius: 130px 140px 100px 110px;
    :: before

{
    border-radius: 100px 147px 140px 120px;
}

}

50% {
    border-radius: 110px 97px 150px 100px;
    :: before

{
    border-radius: 102px 147px 140px 120px;
}

}

75% {
    border-radius: 80px 107px 120px 90px;
    :: before

{
    border-radius: 102px 147px 140px 120px;
}

}

100% {
    border-radius: 120px 135px 110px 90px;
    :: before

{
    border-radius: 130px 120px 160px 130px;
}

}
}

@keyframes water-wave {
    0% {
        border-radius: 120px 135px 110px 90px;
        :: before

{
    border-radius: 130px 120px 160px 130px;
}

}

25% {
    border-radius: 130px 140px 100px 110px;
    :: before

{
    border-radius: 100px 147px 140px 120px;
}

}

50% {
    border-radius: 110px 97px 150px 100px;
    :: before

{
    border-radius: 102px 147px 140px 120px;
}

}

75% {
    border-radius: 80px 107px 120px 90px;
    :: before

{
    border-radius: 102px 147px 140px 120px;
}

}

100% {
    border-radius: 120px 135px 110px 90px;
    :: before

{
    border-radius: 130px 120px 160px 130px;
}

}
}

/* google map */
#map_canvas {
    height: 500px;
}

/* form control */
.form-control {
    height: 45px;
    font-size: 0.9rem;
}

.form-control-sm {
    height: 28px;
}

.form-control:focus {
    box-shadow: 0px 15px 39px 0px rgba(8, 18, 109, 0.1);
    border-color: #86c33a !important;
}

.focus-shadow-none {
    box-shadow: none !important;
}

textarea.form-control {
    height: 150px;
}

textarea.form-control-sm {
    height: 100px;
}

/* /form control */

/* navigation */
.navigation {
    box-shadow: 0px 9px 20px 0px rgba(0, 0, 0, 0.09);
    position: relative;
    z-index: 1;
}

.navbar {
    padding: 0;
}

.navbar-collapse {
    /*padding-bottom: 10px;*/
    transition: .2s ease;
}

.navbar .nav-item .nav-link {
    /*text-transform: uppercase;*/
    font-weight: 600;
}

.navbar .dropdown:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.nav_sec {
    border-top: 1px solid #2460b9;
}

    .nav_sec .navbar-nav .nav-link {
        padding: .5rem 2.4rem;
        color: #fff;
        border-left: 1px solid #104382;
        border-bottom: 4px solid #2460b9;
        font-size: 15px;
    }

    .nav_sec .navbar-nav .nav-item:last-child .nav-link {
        border-right: 1px solid #104382;
    }

    .nav_sec .navbar-nav .nav-item.show .nav-link.dropdown-toggle {
        background: #fff;
        color: #000;
        border-bottom-color: #e9010d;
    }


    .nav_sec .dropdown-submenu {
        position: relative;
    }

        .nav_sec .dropdown-submenu > .dropdown-menu {
            top: 0;
            left: 100%;
            margin-top: -6px;
            margin-left: -1px;
            -webkit-border-radius: 0 6px 6px 6px;
            -moz-border-radius: 0 6px 6px;
            border-radius: 0 6px 6px 6px;
        }

    .nav_sec .dropdown:hover > .dropdown-menu {
        display: block;
    }

    .nav_sec .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .nav_sec .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .nav_sec .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }


.menu-large {
    position: static !important;
}

.megamenu {
    width: 100%;
    position: relative;
    padding: 30px;
    display: none;
    background: #fff;
}

    .megamenu ul li {
        display: inline-block;
        position: relative;
        width: 20%;
        float: left;
    }

        .megamenu ul li a {
            color: #000;
            padding: 10px;
            display: block;
            font-weight: 600;
        }

            .megamenu ul li a:hover {
                text-decoration: none;
                color: #e9010e;
            }

.menu-large .nav-link.dropdown-toggle:hover,
.nav_sec .navbar-nav .nav-item .nav-link:hover,
.menu-large.show .nav-link.dropdown-toggle,
.nav_sec .navbar-nav .nav-item .nav-link.active,
.nav_sec .navbar-nav .nav-item.show .nav-link:hover,
.nav_sec .navbar-nav .nav-item.dropdown:hover .nav-link.dropdown-toggle,
.nav_sec .navbar-nav li.active .nav-link {
    border-bottom-color: #f94a2e;
    background: #fff;
    color: #f94a2e;
}

.nav_sec .navbar-nav .dropdown-menu {
    background: #2460b9;
    color: #fff;
    min-width: 100%;
    border-radius: 0px;
    padding: 0rem;
    margin-top: 0px;
    margin-bottom: 0px;
}

    .nav_sec .navbar-nav .dropdown-menu .dropdown-item {
        color: #fff;
    }

.dropdown-item:focus, .dropdown-item:hover,
.dropdown-item.active, .dropdown-item:active {
    background: #f94a2e;
    color: #fff;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #fff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

/* /navigation */

.events-ticker {
    margin-bottom: 0px;
    position: relative;
    background: #fff;
    max-height: 52px;
    overflow: hidden;
    border-bottom: solid 1px rgba(0,0,0,.14);
}

    .events-ticker h4 {
        display: inline-block;
        position: relative;
        width: 152px;
        text-align: center;
    }

        .events-ticker h4 span {
            background: #f0f0f0;
            padding: 10px 15px;
            position: absolute;
            top: -8px;
            left: 0px;
            z-index: 9;
            font-size: 16px;
            text-transform: uppercase;
            color: rgba(0,0,0,.6);
            letter-spacing: 0.025em;
            font-weight: 600;
        }

            .events-ticker h4 span:after {
                content: " ";
                position: absolute;
                right: -7px;
                top: 12px;
                border-top: 7px solid transparent;
                border-right: none;
                border-left: 7px solid #f0f0f0;
                border-bottom: 7px solid transparent;
            }

.marquee-with-options a {
    margin-right: 20px;
    color: #e00c1b;
    font-weight: 600;
    font-size: 16px;
    position: relative;
}

    .marquee-with-options a:hover {
        color: #2270b2;
    }

.marquee, .marquee-with-options, .marquee-vert-before, .marquee-vert {
    width: 100%;
    overflow: hidden;
}

.marquee-with-options {
    padding: 7px;
    margin-top: -24px;
    background: #fff;
    max-height: 42px;
    overflow: hidden;
}

    .marquee-with-options a:after {
        content: '||';
        position: absolute;
        right: -15px;
        top: -4px;
        color: #e00c1b;
    }



/*Custom File Upload Css By: Bikash Bhandari*/
.file-upload {
    display: block;
    text-align: center;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
}

    .file-upload .file-select {
        display: block;
        border: 2px solid #dce4ec;
        border-radius: 4px;
        color: #34495e;
        cursor: pointer;
        height: calc(2.2rem + 2px);
        line-height: 30px;
        text-align: left;
        background: #FFFFFF;
        overflow: hidden;
        position: relative;
    }

        .file-upload .file-select .file-select-button {
            background: #dce4ec;
            padding: 0 10px;
            display: inline-block;
            height: calc(2.2rem + 2px);
            line-height: 34px;
        }

        .file-upload .file-select .file-select-name {
            line-height: 30px;
            display: inline-block;
            padding: 0 10px;
        }

        .file-upload .file-select:hover {
            border-color: #86c33a;
            transition: all .2s ease-in-out;
            -moz-transition: all .2s ease-in-out;
            -webkit-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
        }

            .file-upload .file-select:hover .file-select-button {
                background: #34495e;
                color: #FFFFFF;
                transition: all .2s ease-in-out;
                -moz-transition: all .2s ease-in-out;
                -webkit-transition: all .2s ease-in-out;
                -o-transition: all .2s ease-in-out;
            }

    .file-upload.active .file-select {
        border-color: #33b35a;
        transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
    }

        .file-upload.active .file-select .file-select-button {
            background: #33b35a;
            color: #FFFFFF;
            transition: all .2s ease-in-out;
            -moz-transition: all .2s ease-in-out;
            -webkit-transition: all .2s ease-in-out;
            -o-transition: all .2s ease-in-out;
        }

    .file-upload .file-select input[type=file] {
        z-index: 100;
        cursor: pointer;
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .file-upload .file-select.file-select-disabled {
        opacity: 0.65;
    }

        .file-upload .file-select.file-select-disabled:hover {
            cursor: default;
            display: block;
            border: 2px solid #dce4ec;
            color: #34495e;
            cursor: pointer;
            height: 40px;
            line-height: 40px;
            margin-top: 5px;
            text-align: left;
            background: #FFFFFF;
            overflow: hidden;
            position: relative;
        }

            .file-upload .file-select.file-select-disabled:hover .file-select-button {
                background: #dce4ec;
                color: #666666;
                padding: 0 10px;
                display: inline-block;
                height: 40px;
                line-height: 40px;
            }

            .file-upload .file-select.file-select-disabled:hover .file-select-name {
                line-height: 40px;
                display: inline-block;
                padding: 0 10px;
            }

input.form-control-custom {
    visibility: hidden;
    width: 1px;
}

    input.form-control-custom:checked + label::before {
        background: #33b35a !important;
        border-color: #2a944a !important;
    }

    input.form-control-custom:checked + label::after {
        opacity: 1 !important;
    }

    input.form-control-custom.radio-custom + label::before {
        border-radius: 50%;
    }

    input.form-control-custom.radio-custom + label::after {
        content: '';
        width: 6px;
        height: 6px;
        line-height: 6px;
        background: #fff;
        border-radius: 50%;
        top: 7px;
        left: 5px;
    }

    input.form-control-custom[disabled] + label {
        cursor: not-allowed;
    }

        input.form-control-custom[disabled] + label::before, input.form-control-custom[disabled] + label::after {
            border: 2px solid #aaa;
            cursor: not-allowed;
        }

    input.form-control-custom[checked] + label::before, input.form-control-custom[checked] + label::after {
        border: none;
    }

    input.form-control-custom + label {
        margin-bottom: 0;
        margin-left: 0;
        color: #999;
        padding-left: 25px;
        position: relative;
    }

        input.form-control-custom + label span {
            margin-left: 20px;
        }

        input.form-control-custom + label::before {
            content: '';
            display: block;
            width: 18px;
            height: 18px;
            line-height: 18px;
            background: #ddd;
            color: #fff;
            text-align: center;
            position: absolute;
            top: 3px;
            left: 0;
            -webkit-transition: all 0.1s;
            transition: all 0.1s;
            cursor: pointer;
            border: 1px solid #aaa;
        }

        input.form-control-custom + label::after {
            content: '\f00c';
            display: block;
            font-family: 'FontAwesome';
            font-size: 8px;
            color: #fff;
            position: absolute;
            top: 6px;
            left: 6px;
            -webkit-transition: all 0.1s;
            transition: all 0.1s;
            opacity: 0;
            cursor: pointer;
        }

button {
    cursor: pointer;
}

.select-style {
    min-width: 60px;
    padding: .245rem .75rem;
    /*
    margin: 0;*/
    display: inline-block;
    vertical-align: middle;
    background: url("http://grumbletum.com/places/arrowdown.gif") no-repeat 100% 30%;
}

    .select-style select {
        width: 100%;
        padding: 0;
        margin: 0;
        background-color: transparent;
        background-image: none;
        border: none;
        box-shadow: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        outline: none !important;
    }

        .select-style select:focus {
            outline: none !important;
        }

header {
    background: #fff;
    background: #ffffff;
    background: -moz-linear-gradient(45deg, #ffffff 0%, #ffffff 50%, #fafafa 100%);
    background: -webkit-linear-gradient(45deg, #ffffff 0%,#ffffff 50%,#fafafa 100%);
    background: linear-gradient(45deg, #ffffff 0%,#ffffff 50%,#fafafa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fafafa',GradientType=1 );
    background: url(../images/topbg.png) no-repeat bottom right;
    min-height: 114px !important;
    background-size: auto 150px !important;
}

.container {
    max-width: 95%;
}

img {
    max-width: 100%;
    transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
}

.logo_text span, .logo_text b {
    display: block;
    width: :100%;
}

.pad-right-0 {
    padding-right: 0px;
}

.logo_sec {
    text-decoration: none;
    color: #e9010e;
    display: inline-block;
    position: relative;
    padding: 10px 0px;
    display: block;
}

.logo_img, .logo_text {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.logo_text {
    padding-left: 15px;
}

    .logo_text small {
        padding-bottom: 10px;
        font-size: 14px;
        color: #004A89;
    }

    .logo_text small, .logo_text span, .logo_text b {
        display: block;
        line-height: 20px;
    }

    .logo_text span {
        font-size: 18px;
    }

    .logo_text b {
        font-size: 24px;
        line-height: 35px;
        color: #005dac;
        margin-bottom: 10px;
    }

    .logo_text h5 {
        font-weight: 600;
        color: #263a57;
    }

        .logo_text h5 img {
            max-height: 25px;
            max-width: 100%;
            display: inline-block;
            position: relative;
            background: #7aaedd;
            padding: 1px 9px;
            margin-left: 10px;
            border-radius: 4px;
        }

.logo_sec:hover {
    text-decoration: none;
    color: #004A89;
}

    .logo_sec:hover small {
        color: #e9010e;
    }
/*Zoom In*/
.logo_sec img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    max-height: 90px;
    max-width: 100%;
}

.logo_sec:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.left-box {
    padding-top: 10px;
}

    .left-box li {
        display: inline-block;
        position: relative;
        vertical-align: middle;
        font-size: 12px;
    }

        .left-box li #MyClockDisplay {
            padding-left: 10px;
            margin-left: 10px;
            border-left: 1px solid #ddd;
        }

.right-box {
    padding-top: 0px;
}

    .right-box ul, .right-box ul li, .right-box ul li img {
        display: inline-block;
        position: relative;
        list-style-type: none;
    }

    .right-box ul {
        padding-left: 0px;
        margin-left: 0px;
        margin-top: 10px;
    }

        .right-box ul li a {
            background: rgb(233 1 14 / 65%);
            color: #fff;
            padding: 5px 10px;
            border-radius: 100px;
            font-weight: 600;
            box-shadow: 0px 0px 5px 2px rgb(0 19 95 / 9%);
        }

        .right-box ul li.logo_image img {
            max-height: 60px;
        }

    .right-box ul, .right-box form {
        display: inline-block;
        position: relative;
    }

    .right-box form {
        padding-right: 0px;
        margin-top: 15px;
    }

    .right-box ul li {
        font-size: 14px;
        color: #e9010e;
        margin-left: 10px;
    }

        .right-box ul li:first-child {
            border: 0;
        }

        .right-box ul li.language, .right-box ul li.user {
            border: none;
        }

            .right-box ul li.language a, .right-box ul li.user a {
                background: #f94a2e;
                color: #fff;
                border-radius: 100px;
                padding: 5px 15px;
            }

                .right-box ul li.language a:hover, .right-box ul li.language.active a, .right-box ul li.user a:hover {
                    background: #7aaedd;
                    color: #fff !important;
                }

.left-box li.user a, .left-box li.contact_btn a {
    padding: 2px 15px 3px 15px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-left: 10px;
    box-shadow: 0px 0px 5px 2px rgb(0 19 95 / 9%);
    border-radius: 100px;
    background: #005dac;
    color: #fff;
}

    .left-box li.user a:hover, .left-box li.contact_btn a:hover, .right-box ul li a:hover {
        background: rgb(233 1 14 / 99%);
        color: #fff !important;
    }

#banner {
    width: 100%;
    position: relative;
    background: #f7f7f7;
}

    #banner img {
        display: block;
        width: 100%
    }

    #banner span.slide {
        position: absolute;
        top: 0;
        left: 0
    }

    #banner .caption {
        position: absolute;
        left: 0;
        top: 151px;
        width: 100%
    }

.main-banner {
    padding-bottom: 30px;
}

    .main-banner .owl-carousel .owl-item img {
        max-height: 480px;
        width: auto;
        margin-left: auto;
        margin-right: 30px;
    }

    .main-banner .owl-carousel .owl-item figure, .main-banner .owl-carousel .owl-item img {
        text-align: center;
    }

    .main-banner .caption-text {
        position: absolute;
        top: 5%;
        right: 0%;
        text-align: left;
        color: #2270b2;
        font-family: 'montserratsemibold';
        font-size: 18px;
        letter-spacing: 1px;
    }

        .main-banner .caption-text h2 {
            font-size: 18px;
            margin-bottom: 0px;
            padding: 5px 15px;
            background: #fff;
            color: #2270b2;
            box-shadow: 0px 5px 15px 0px rgb(8 18 109 / 10%);
            font-family: 'montserratbold';
        }

.banner-carousel {
    box-shadow: 0px 15px 39px 0px rgb(8 18 109 / 10%);
    border: 2px solid #fff;
}

.main-banner .owl-carousel .owl-item figure {
    margin-bottom: 0px;
    max-height: 385px;
    overflow: hidden;
}

.main-banner .owl-item.active h2 {
    animation: 1s .2s zoomInDown both;
}

.main-banner .owl-item.active .caption-text p {
    animation: 1s .6s bounceInRight both;
    color: #fff;
}

.main-banner .owl-item.active .btn {
    animation: 1s .9s rollIn both;
}

.main-banner .owl-item.active .fill_a figure img {
    animation: 1s .9s slideInDown both;
}

.main-banner .owl-item.active .fill_b figure img {
    animation: 1s .9s slideInUp both;
}

.caption-text h2 {
    color: #fff;
}


.main-banner .owl-carousel .owl-nav button.owl-prev {
    background-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    font-size: 48px;
    height: 80px;
    left: 0;
    line-height: 80px;
    margin: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 32%;
    width: 20px;
    z-index: 997;
}

.main-banner .owl-carousel .owl-nav button.owl-next {
    background-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    font-size: 48px;
    height: 80px;
    line-height: 50px;
    margin: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 32%;
    width: 20px;
    z-index: 997;
}

.main-banner .owl-carousel .owl-nav {
    margin-top: 0;
}

    .main-banner .owl-carousel .owl-nav button.owl-prev,
    .main-banner .owl-carousel .owl-nav button.owl-next {
        opacity: 0;
        border-radius: 0;
        padding: 0;
        -webkit-transition: all 0.3s ease 0s;
        -moz-transition: all 0.3s ease- 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
        outline: 0 !important;
    }

        .main-banner .owl-carousel .owl-nav button.owl-prev:hover,
        .main-banner .owl-carousel .owl-nav button.owl-next:hover {
            width: 30px;
            outline: 0 !important;
        }

.main-banner:hover .owl-prev, .main-banner:hover .owl-next {
    opacity: 1 !important;
    outline: 0 !important;
}

.owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}

    .owl-dots .owl-dot span {
        width: 10px;
        height: 10px;
        margin: 5px 7px;
        background: #D6D6D6;
        display: block;
        -webkit-backface-visibility: visible;
        transition: opacity .2s ease;
        border-radius: 30px;
    }

    .owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
        background: #fff;
    }


.mid_part {
    background: #f6f8fa;
    padding: 30px 0px;
}

.pad-left-0 {
    padding-left: 0px;
}

.dash_info h4 {
    display: block;
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}

.white-box {
    padding: 20px;
    background: #fff;
    display: flex;
    -webkit-transition: all .6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all .6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

a .card-title {
    color: #2270b2;
}

a:hover .card-title {
    color: #f94a2e;
}

.dash_info {
}

    .dash_info .card-header {
        font-size: 22px;
        color: #f94a2e;
        font-weight: 600;
        padding: 5px 15px;
    }

        .dash_info .card-header i, .card-header h4 i, .my-ttl h4 i {
            color: #006699;
        }

    .dash_info ul {
        padding-left: 0px;
        text-align: center;
    }

        .dash_info ul li {
            display: inline-block;
            position: relative;
            width: 24%;
            border: 1px solid #ddd;
            text-align: left;
            padding: 5px 10px;
            color: #fff;
            background: #2460b9;
            margin-top: 1px;
            margin-bottom: 1px;
            font-weight: 600;
        }

    .dash_info .card-body span.counter {
        font-size: 16px;
        color: #f94a2e;
        font-weight: 600;
        background: #fff;
        padding: 5px 10px;
        text-align: right;
        border-radius: 4px;
    }

.white-box .media-left, .white-box .media-right {
    display: inline-block;
    position: relative;
}

.white-box .media-left {
    width: 65%;
}

    .white-box .media-left p {
        font-size: 14px;
        color: #333;
        margin: 0;
        font-weight: 400;
    }

    .white-box .media-left h2 {
        font-size: 20px;
        color: #333;
        margin: 10px 0px 0px 0px;
        font-weight: 600;
    }

.white-box .media-right {
    text-align: right;
    width: 35%;
}

    .white-box .media-right i {
        margin-top: 10px;
        font-size: 48px;
        color: #00c0c8;
    }


/*Start Chart Css*/
.card {
    background-color: #fff;
    border: 0 solid #eee;
    border-radius: 0;
    margin-bottom: 30px;
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.card-header {
    background-color: #fff;
    border-bottom: 1px solid #eee;
}

    .card-header:first-child {
        border-radius: 0 0 0 0;
    }

    .card-header h1, .card-header h2, .card-header h3, .card-header h4, .card-header h5, .card-header h6 {
        margin-bottom: 0;
    }

.card-body {
    padding: 1.25rem;
}

/*Start Member Css*/
.home_members {
    margin: 5px 0 30px 0;
}

    .home_members .members {
        text-align: center;
    }

        .home_members .members img {
            border-radius: 50%;
            width: 100px;
            margin-left: auto;
            margin-right: auto;
            -webkit-transition: all .6s cubic-bezier(0.165, 0.84, 0.44, 1);
            transition: all .6s cubic-bezier(0.165, 0.84, 0.44, 1);
            -webkit-box-shadow: 0px 1px 2px rgb(0 0 0 / 10%);
            box-shadow: 0px 1px 2px rgb(0 0 0 / 10%);
        }

    .home_members h6 {
        font-weight: 600;
    }

.member_single h6, .member_single p, .member_multiple h6, .member_multiple p {
    font-size: 14px;
    color: #f94a2e;
}

.member_single, .member_multiple .col-md-6, .member_multiple .col-lg-6,
.member_multiple .col-md-4, .member_multiple .col-md-3 {
    padding-top: 15px;
}

.member_single, .member_multiple {
    border-bottom: 1px solid #dcdcdc;
    text-align: center;
}

    .member_multiple .col-md-6:first-child {
        border-right: 1px solid #dcdcdc;
    }

.useful-link {
    padding: 0;
    margin: 0;
}

    .useful-link li {
        list-style: none;
        display: inline-block;
        width: 31.9%;
        margin: 4px;
    }

        .useful-link li a {
            display: block;
            font-size: 18px;
            text-align: left;
            font-weight: normal;
            border-width: 2px;
            border-color: rgba(255, 255, 255, 0);
        }

            .useful-link li a i {
                font-size: 22px;
                min-width: 30px;
            }

            .useful-link li a:hover {
                color: #2460b9;
                background: none;
            }

.tab_sec .nav-tabs li a {
    font-size: 18px;
    font-weight: 600;
}

.item-inner .card-meta {
    font-size: 13px;
    margin-top: -10px;
}

.item-inner .card-title {
    padding-top: 10px;
    margin-bottom: 0px;
    color: #2460b9;
}

.item-inner figure {
    margin-bottom: 0px;
    overflow: hidden;
}

.tab-content.card.white-box { /*padding-left: 35px; padding-right: 35px;*/
    border: 1px solid #dee2e6;
    border-top-color: #fff;
}

.tab_sec .owl-nav, .vdo_sec .owl-nav {
    position: absolute;
    top: 35%;
    z-index: 999;
    font-size: 60px;
    width: 100%
}

    .tab_sec .owl-nav .owl-prev, .vdo_sec .owl-nav .owl-prev {
        position: absolute;
        left: -45px;
    }

    .tab_sec .owl-nav .owl-next, .vdo_sec .owl-nav .owl-next {
        position: absolute;
        right: -45px;
    }

    .tab_sec .owl-nav .owl-prev, .tab_sec .owl-nav .owl-next, .vdo_sec .owl-nav .owl-prev,
    .vdo_sec .owl-nav .owl-next {
        /*background:rgba(36, 96, 185, 0.5) !important;*/
        color: #2460b9 !important;
        min-width: 30px !important;
    }

.item-inner {
    margin-bottom: 5px;
    margin-left: 2px;
    margin-right: 2px;
}

    .item-inner .card-body {
        padding: 1rem;
    }

        .item-inner .card-body p {
            font-size: 13px;
            padding-top: 15px;
            margin-bottom: 0px;
            text-align: justify;
        }

.sewa {
    padding-bottom: 0px;
}

    .sewa .card {
        box-shadow: none;
        margin-bottom: 0px;
    }

    .sewa .card-body h5 {
        position: relative;
        padding-bottom: 5px;
        margin-bottom: 20px;
    }

        .sewa .card-body h5 i {
            color: #e9010d;
        }

    .sewa .card-header h4 {
        vertical-align: text-bottom;
    }

    .sewa .card-header h4, .section-title-border {
        display: inline-block;
        position: relative;
    }

.section-title-border {
    position: relative;
    height: 5px;
    width: 30px;
    background: #f10000;
    border-radius: 10px;
    margin-bottom: 20px;
    margin-right: 40px;
    vertical-align: -webkit-baseline-middle;
}

    .section-title-border::before {
        position: absolute;
        content: "";
        height: 100%;
        width: 50%;
        background: #f10000;
        border-radius: 10px;
        right: -60%;
        top: 0;
    }

    .section-title-border::after {
        position: absolute;
        content: "";
        height: 100%;
        width: 25%;
        background: #f10000;
        border-radius: 10px;
        right: -100%;
        top: 0;
    }

.sewa .card-body h5:before {
    position: absolute;
    content: "";
    height: 2px;
    width: 45px;
    background: #e9010d;
    border-radius: 10px;
    left: 10%;
    top: 100%;
}

.sewa .card-body h5:after {
    position: absolute;
    content: "";
    height: 2px;
    width: 10px;
    background: #e9010d;
    border-radius: 10px;
    left: 30%;
    top: 100%;
}

.sewa .card-body .col-lg-3 {
    margin-bottom: 0;
    border: 1px solid #f6f8fa;
    padding-top: 30px;
    padding-bottom: 30px;
}

.sewa .card-body a {
    display: block;
}

.gallery { /*background: rgba(0,0,0,0.8);*/
    padding: 30px 0px;
}

    .gallery .owl-nav {
        text-align: right;
    }

        .gallery .owl-nav button {
            display: inline-block !important;
            height: 30px !important;
            width: 30px !important;
            position: relative !important;
            background: #4fc3f7 !important;
            color: #fff !important;
        }

        .gallery .owl-nav span {
            font-size: 36px;
            position: absolute;
            top: -15px;
            right: 10px;
        }

        .gallery .owl-nav button {
            margin-left: 5px !important;
        }

    .gallery .item-inner .card-title {
        padding-top: 0px !important;
    }


.bikash_gallery .box {
    width: 100%;
    border: 1px solid #eaeaea;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
    background: #000;
    min-height: 80px;
}

    .bikash_gallery .box .caption {
        position: relative;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 10px 0 10px 15px;
        background: #fff;
    }

        .bikash_gallery .box .caption:before {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 0;
            height: 100%;
            background: #2460b9
        }

        .bikash_gallery .box .caption h6 a {
            color: #2460b9;
            font-weight: 600;
            position: relative
        }

        .bikash_gallery .box .caption span {
            display: block;
            font-size: 12px;
            line-height: 12px;
            color: #f94a2e;
            padding: 0 0 4px;
            position: relative
        }

    .bikash_gallery .box:hover img {
        opacity: .4
    }

    .bikash_gallery .box:hover .caption:before {
        width: 100%
    }

    .bikash_gallery .box:hover .caption h6 a {
        text-decoration: none;
        color: #fff;
    }

    .bikash_gallery .box:hover .caption span {
        color: #fff
    }

    .bikash_gallery .box img, .bikash_gallery .box .caption:before,
    .bikash_gallery .box .caption span, .bikash_gallery .box .caption h4 a {
        transition: all .5s ease-in;
        -moz-transition: all .5s ease-in;
        -webkit-transition: all .5s ease-in
    }

.bikash_gallery .box {
    margin-bottom: 30px;
    box-shadow: 0px 5px 15px 0px rgb(8 18 109 / 10%);
}

    .bikash_gallery .box img {
        max-width: 100%;
        max-height: 260px;
    }

    .bikash_gallery .box:hover .caption h4 a {
        color: #e9010e;
    }

/*------ Footer CSS -------*/
.footer-top {
    background-color: #161616;
    color: #93979d;
    padding: 20px 0px;
    background: #4267b2;
    background-attachment: fixed;
    background-position: center;
    background: url(../images/footer1.png) repeat;
}

    .footer-top h4 {
        color: #fff;
        padding-bottom: 20px;
        margin-bottom: 15px;
        background: url(../images/f_ttl_btm.png) left bottom;
        background-size: auto;
        background-repeat: no-repeat;
    }

    .footer-top a {
        color: #eee;
    }

    .footer-top ul {
        list-style-type: none;
        padding-left: 0px;
        margin-bottom: 0px;
    }

        .footer-top ul li {
            line-height: 38px;
            list-style-type: none;
        }

            .footer-top ul li a:hover {
                color: #fff;
            }

.footer-bottom {
    padding: 10px 0px;
    color: #fff;
    background: #064f9f;
}

    .footer-bottom a {
        color: #ffea00;
        padding: 0px 5px;
        display: inline-block;
        position: relative;
    }

.contact_person figure {
    margin-bottom: 0px;
    margin-top: 6px;
}

.contact_person ul {
    padding-left: 0px;
}

    .contact_person ul li {
        font-size: 13px;
        color: #fff;
        line-height: 24px;
    }

.item-inner img {
    -webkit-transition: all .6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all .6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.vdo_sec {
    padding-bottom: 15px;
}

.inner_page {
    background: #ecf0f3;
    padding-top: 0px !important;
}

.breadcrumb-col {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 15px 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: #2460b9;
    overflow: hidden;
    position: relative;
    margin-top: -45px;
    color: #fff;
}

    .breadcrumb-col h4 {
        display: inline-block;
        position: relative;
        margin: 0px;
        color: #fff;
        font-size: 20px;
    }

    .breadcrumb-col a.btn-back {
        float: left;
        color: #333
    }

        .breadcrumb-col a.btn-back:hover {
            text-decoration: none
        }

        .breadcrumb-col a.btn-back .fa {
            padding: 0 8px 0 0
        }

    .breadcrumb-col .breadcrumb {
        background-color: transparent;
        float: right;
        border-radius: 0;
        list-style: none;
        margin-bottom: 0;
        padding: 0
    }

        .breadcrumb-col .breadcrumb > li {
            float: left;
            color: #fff
        }

            .breadcrumb-col .breadcrumb > li a {
                text-decoration: none;
                color: #fff
            }

            .breadcrumb-col .breadcrumb > li + li:before {
                color: #fff;
                content: " // ";
                padding: 0 2px 0 5px;
            }

    .breadcrumb-col a.btn-back .fa {
        color: #2460b9;
    }

.dtl_sec {
    display: block;
    width: 100%;
    padding: 15px 0px 30px 0px;
}

    .dtl_sec p {
        text-align: justify;
        font-size: 16px;
        line-height: 30px;
    }

    .dtl_sec .page_sidebar ul {
        list-style: none;
        padding: 0;
    }

        .dtl_sec .page_sidebar ul.category_list li {
            padding: 10px 0;
            margin: 10px 0;
        }

        .dtl_sec .page_sidebar ul li .row > div:first-child div {
            text-align: center;
            background: #2460b9;
            color: #fff;
            font-weight: bold;
            font-size: 90%;
            padding: 5px;
        }

    .dtl_sec img {
        width: 100%;
        max-width: 100% !important;
        height: auto !important;
    }

    .dtl_sec table {
        -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
        background: #fff;
    }

        .dtl_sec table th {
            color: #000;
        }

        .dtl_sec table th, .dtl_sec table td {
            border-top: 1px solid #f4f4f4;
        }

    .dtl_sec h4, .staff_inner .card-header h4 {
        display: block;
        color: #2460b9;
    }

.dwn_box a i {
    font-size: 18px;
}

#basicModal ul li span {
    color: #2460b9;
}

#basicModal ul {
    padding-left: 15px;
    color: #000;
}

    #basicModal ul li span {
        font-weight: 600;
    }

.dwn_box span.ttl, .dwn_box div.ttl {
    font-weight: 600;
}

.card.dwn_box {
    margin-bottom: 30px;
    margin-top: 0px;
}

.dwn_box .card-body {
    padding: .9rem 1.25rem;
}

    .dwn_box .card-body:hover {
        box-shadow: 0px 15px 39px 0px rgba(8, 18, 109, 0.1);
    }

.dtl_sec .card-header, .staff_inner .card-header {
    border-top: 1px solid #eee;
}

.dtl_sec .card-header, .dtl_sec h4, .main-modal .modal-content .modal-header {
    position: relative;
}

    .dtl_sec .card-header:after, .staff_inner .card-header:after,
    .dwn_box .card-body:after, .main-modal .modal-content .modal-header:after {
        content: "";
        border-top: 30px solid #7aaedd;
        border-bottom: 30px solid transparent;
        border-right: 30px solid transparent;
        position: absolute;
        top: 0px;
        left: 0px;
        transition: all 0.3s ease 0s;
    }

    .dtl_sec .card-header:before, .staff_inner .card-header:before,
    .dwn_box .card-body:before, .main-modal .modal-content .modal-header:before {
        content: "";
        border-top: 30px solid #fff;
        border-left: 30px solid transparent;
        border-bottom: 30px solid transparent;
        position: absolute;
        top: 0px;
        right: 0px;
        transition: all 0.3s ease 0s;
    }

.dwn_box .card-body h6 {
    font-size: 14px;
    padding-top: 10px;
}

.dtl_sec img {
    width: 100%;
    max-width: 100% !important;
    height: auto !important;
}

.dtl_sec table th {
    color: #fff;
}

.share-box strong.title {
    float: left;
    color: #222;
    padding: 0 12px 0 0;
    font-weight: 600;
    padding-top: 5px;
}

.share-box ul {
    padding: 0;
    margin: 0;
    list-style: none
}

    .share-box ul li {
        display: inline-block;
        position: relative;
        padding: 0 10px 0 0
    }

        .share-box ul li a {
            text-decoration: none;
            width: 32px;
            height: 32px;
            border-radius: 100%;
            text-align: center;
            line-height: 32px;
            color: #fff;
            font-size: 15px;
            display: block
        }

.social-color-1 {
    background: #29a9e1
}

.social-color-2 {
    background: #3b5a9a
}

.social-color-3 {
    background: #df4b38
}

.social-color-4 {
    background: #5280a5
}

.social-color-5 {
    background: #fba933
}

.social-color-6 {
    background: #cb312e
}

.share-box ul li a:hover {
    opacity: .9;
}


.widget-box {
    padding-bottom: 15px;
    background: #fff;
    border: 0 solid #eee;
    -webkit-box-shadow: 0px 1px 2px rgb(0 0 0 / 10%);
    box-shadow: 0px 1px 2px rgb(0 0 0 / 10%);
}

    .widget-box h3 {
        margin: 0px;
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 15px;
        padding: 5px 15px;
        color: #fff;
        background: #2270b2;
        border-bottom: 2px solid #f94a2e;
        font-weight: 600;
    }

        .widget-box h3 i {
            color: #fff;
            font-size: 30px;
            display: inline-block;
            position: relative;
            vertical-align: middle;
        }

    .widget-box small {
        color: #999;
    }

.side-widget {
    /*float: left;*/
    width: 100%
}

    .side-widget ul {
        padding: 0;
        margin: 0;
        list-style: none;
        /*float: left*/
    }

        .side-widget ul li {
            overflow: hidden;
            border-top: 1px dashed #aaa;
            padding: 10px;
            font-size: 15px;
        }

            .side-widget ul li:first-child {
                padding: 0px 10px 10px 10px;
                border: 0
            }

            .side-widget ul li:last-child {
                padding: 10px 10px 0px 10px;
            }

    .side-widget .thumb {
        float: left;
        background: #000;
        margin: 0 10px 0 0;
        overflow: hidden
    }

        .side-widget .thumb img {
            max-height: 70px;
            max-width: 80px;
        }

    .side-widget .text-area {
        overflow: hidden;
        float: left;
        width: 165px;
    }

        .side-widget .text-area a {
            display: block;
            text-decoration: none;
            max-height: 65px;
            overflow: hidden;
        }

        .side-widget .text-area span {
            display: block;
            color: #999;
            font-size: 80%;
        }

            .side-widget .text-area span .fa {
                padding: 0 9px 0 0
            }

    .side-widget ul li:hover .thumb img, .news-section .box:hover .frame img {
        opacity: .5;
        transform: scale(1.1);
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1)
    }

/*Hover Css Start*/
.item-inner .card-title:hover, .tab_sec .owl-nav .owl-prev:hover,
.tab_sec .owl-nav .owl-next:hover {
    color: #e9010e !important;
}

.right-box ul li a:hover {
    color: #2460b9;
}

.gallery .owl-nav button:hover {
    background: #e9010e !important;
}

.dash_info .white-box:hover, .member_single:hover img, .member_multiple .col-md-6:hover img,
.item-inner:hover img {
    box-shadow: 0px 15px 39px 0px rgba(8, 18, 109, 0.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.dash_info .card:hover {
    box-shadow: 0px 15px 39px 0px rgba(8, 18, 109, 0.1);
}

.gmap_canvas iframe {
    border: 2px solid #fff;
    padding: 2px;
    border-radius: 5px;
}

.contact_page {
    padding-top: 0px !important;
}

.location_map iframe {
    border-color: #e1020f;
    margin-top: 15px;
}

.contact_us_inner {
    padding-top: 30px;
}

    .contact_us_inner h4 {
        margin-top: 0px;
        color: #2460b9;
        font-weight: 600;
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
    }

    .contact_us_inner form label {
        font-weight: 500;
        color: #000;
    }

.contact_address {
    color: #000;
}

    .contact_address .row {
        margin-top: 60px;
    }

    .contact_address p {
        margin-bottom: 5px;
    }

    .contact_address i {
        font-size: 48px;
        color: #e1020f;
        margin-top: 5px;
    }

.captcha-sec img {
    max-width: 100%;
    display: inline-block;
    position: relative;
    float: left;
    max-height: 32px;
    vertical-align: middle;
}

.captcha-sec a.refresh {
    display: inline-block;
    position: relative;
    margin-left: 15px;
    padding: 4px 10px;
    border: 1px solid #ccc;
    transition: all 0.5s ease;
}

.cms-text p {
    text-align: justify;
}

.card-header h4, .ministry_sec .card-body h4, .my-ttl h4 {
    font-weight: 600;
    color: #123456;
}

.cms-text .btn-sm {
    border-radius: 100px;
    float: right;
    font-size: 14px;
    padding: 2px 20px;
}

.ministry_sec figure {
    text-align: center;
}

.ministry_sec .owl-carousel .owl-item img {
    max-height: 220px;
    max-width: 100%;
    width: auto;
    border-left: 10px solid #7aaedd;
    border-top: 10px solid #7aaedd;
    /*box-shadow:0px 5px 5px 0px rgb(80 80 80 / 30%); */
}

.ministry_sec .card-body h4 {
    padding-top: 5px;
}

.ministry_sec p {
    font-size: 16px;
    text-align: justify;
}

.ministry_sec .btn-primary {
    position: absolute;
    right: 15px;
    border-radius: 100px;
    bottom: 0px;
}

.ministry_sec .owl-carousel .owl-dots {
    position: absolute;
    bottom: 0px;
    right: 25%;
}

    .ministry_sec .owl-carousel .owl-dots .owl-dot.active span,
    .ministry_sec .owl-carousel .owl-dots .owl-dot:hover span {
        background: #f94a2e;
    }

.ministry_sec h5 {
    position: absolute;
    bottom: -15px;
    left: 105%;
    width: 100%;
    color: #005dac;
    font-style: italic;
    font-weight: 600;
}

    .ministry_sec h5 span {
        font-size: 20px;
        display: inline-block;
        position: relative;
        vertical-align: middle;
    }

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #f94a2e;
}

.ministry_sec .card-body .ministry-carousel {
    min-height: 250px;
}

.feedback {
    background-color: #F3F3F3;
    border-color: #DCDCDC;
    border-width: 1px;
    border-style: solid;
    padding: 15px 8px;
    margin-bottom: 30px;
}

.useful-link {
    padding: 0;
    margin: 0;
}

    .useful-link li {
        list-style: none;
        display: inline-block;
        border: 1px solid #ddd;
        width: 32.2%;
        height: 60px;
        line-height: 60px;
        margin: 4px;
        background: #fbfbfb;
        float: left;
        overflow: hidden;
    }

        .useful-link li h4 {
            margin-bottom: 0px;
            line-height: 40px;
            color: #2270b2;
            font-size: 20px;
            font-weight: 600;
        }

.linkBox {
    height: 74px;
}

.useful-link li a {
    color: #2270b2;
    display: block;
    padding: 10px 10px;
}

.useful-link a i {
    float: left;
    font-size: 2em;
    padding-top: 5px;
    width: 50px;
    margin: 0;
    color: #017e58;
    text-align: center;
}

.linkBox span {
    width: 75% !important;
}

.bikash_tabs {
    -webkit-box-shadow: 0px 1px 2px rgb(0 0 0 / 10%);
    box-shadow: 0px 1px 2px rgb(0 0 0 / 10%);
    margin-bottom: 45px;
}

    .bikash_tabs .nav-tabs li {
        color: #fff;
        text-align: center;
        border-radius: 0 !important;
        border: 0 !important;
        width: 25% !important;
    }

        .bikash_tabs .nav-tabs li a {
            background-color: #004b8e;
            color: #fff;
            text-align: center;
            border-radius: 0 !important;
            border: 0 !important;
            padding: 10px;
            margin-right: 0px;
            font-size: 18px;
            font-weight: 600;
            border-right: 1px solid #008cba !important;
            display: block;
        }

            .bikash_tabs .nav-tabs li a:hover {
                background: #008cba;
            }

            .bikash_tabs .nav-tabs li a.active,
            .bikash_tabs .nav-tabs li a.active:focus {
                background-color: #ee1d25;
                color: #fff;
                border-radius: 0;
            }

                .bikash_tabs .nav-tabs li a.active:hover {
                    cursor: inherit;
                }

    .bikash_tabs .tab-content {
        background: #fff;
        border: 0 solid #eee;
        border-top: 0;
        padding: 15px 15px 30px 15px;
    }

    .bikash_tabs .tab-pane {
        background-color: #fff;
    }

    .bikash_tabs .tab-content ul {
        padding: 0px;
        list-style-type: none;
    }

        .bikash_tabs .tab-content ul li {
            padding-bottom: 15px;
        }

            .bikash_tabs .tab-content ul li:last-child {
                padding-bottom: 0px;
            }

            .bikash_tabs .tab-content ul li a {
                font-weight: 600;
                font-size: 16px;
                color: #222;
            }

                .bikash_tabs .tab-content ul li a:hover {
                    color: #e00c1b;
                }

            .bikash_tabs .tab-content ul li em {
                color: #007bff;
                display: block;
            }

                .bikash_tabs .tab-content ul li em span {
                    display: inline-block;
                    position: relative;
                    padding-left: 5px;
                    color: #f44336;
                }

    .bikash_tabs .tab-content a.btn-sm {
        float: right;
        margin-top: -10px;
        border-radius: 100px;
    }

.post-box {
    margin-top: 30px;
}

    .post-box ul {
        padding-left: 0px;
        padding-bottom: 10px;
    }

        .post-box ul li .row > div:first-child div {
            text-align: center;
            background: #2460b9;
            color: #fff;
            font-weight: bold;
            font-size: 90%;
            padding: 5px;
        }

    .post-box .col-lg-3.col-md-3 {
        padding-right: 0px;
    }

.view-all-post {
    text-align: center;
}

.widget-box.download-link, .widget-box.main-link {
    margin-bottom: 30px;
}

.main-link ul li a {
    display: block;
}

.main-link ul li i {
    font-size: 18px;
    min-width: 30px;
    color: #017e58;
    text-align: center;
}

.main-link ul li a:hover i {
    color: #e9010e;
}

.widget-box.download-link {
    padding-left: 10px;
    padding-right: 10px;
}

    .widget-box.download-link .card.dwn_box {
        margin-top: 0px;
        margin-bottom: 10px;
    }

.card.dwn_box .card-body:after {
    border-top: 30px solid #cce1f1;
}

.card.dwn_box:hover .card-body:after {
    border-top: 30px solid #e9010e;
}

.card.dwn_box:hover .card-body:before {
    border-top: 30px solid #cce1f1;
}

.staff_inner {
    position: relative;
}
/*Staff css*/
.staff_inner {
    padding-top: 30px;
}

    .staff_inner .nav-pills .nav-link {
        position: relative;
        border-bottom: 1px solid #eee;
        color: #7aaedd;
        border-radius: 0px;
        font-weight: 600;
    }

        .staff_inner .nav-pills .nav-link i {
            font-size: 16px;
            padding-right: 5px;
        }

.dept_list .card-body {
    padding-top: 0rem;
    padding-right: 0rem;
    padding-left: 0rem;
}
/*.staff_inner .nav-pills .nav-link:before{
    position: absolute;
    content: "";
    height: 1px;
    width: 45px;
    background: #e9010d;
    border-radius: 10px;
    left: 0%;
    top: 100%;
    transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
  }*/
.staff_inner .nav-pills .nav-link:after {
    position: absolute;
    content: "\f061";
    left: auto;
    right: 10%;
    top: 30%;
    transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    font: normal normal normal 14px/1 FontAwesome;
}

.staff_inner .member_single {
    padding-bottom: 15px;
}

.dept_list .nav-pills .show > .nav-link:hover,
.dept_list .nav-pills .nav-link.active, .dept_list .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #e9010e;
    margin-top: -1px;
}

    .dept_list .nav-pills .nav-link.active:before, .dept_list .nav-pills .show > .nav-link:before {
        width: 100%;
    }

    .dept_list .nav-pills .nav-link.active:hover {
        color: #fff;
    }
/*.dept_list .nav-pills .nav-link:hover:after, .dept_list .nav-pills .nav-link.active:after{width: 80%;}
*/
.staff_inner .nav-pills .nav-link:hover {
    color: #e9010d;
}

.dept_list form {
    padding: 15px;
}

.staff_inner .tab-content p {
    text-align: justify;
}

.staff_inner .tab-content .members p {
    margin-bottom: 0px;
    line-height: 5px;
    padding-top: 5px;
}

.staff_inner .member_single, .staff_inner .member_multiple .col-md-6, .staff_inner .member_multiple .col-md-4,
.staff_inner .member_multiple .col-md-3 {
    margin-bottom: 30px;
}

#myModal2 .modal-content button.close {
    position: absolute;
    right: 15px;
    top: -11px;
    background: #df1123;
    color: #fff;
    opacity: 1;
    text-shadow: none;
    padding: 5px 10px;
    z-index: 9;
    font-size: 16px;
}

#myModal2 .modal-content figure {
    margin-bottom: 0px;
}

.dwn_box .card-body h6 {
    font-size: 14px;
    padding-top: 10px;
}

#staffModal ul li span {
    display: inline-block;
    position: relative;
    min-width: 75px;
    color: #000;
    vertical-align: text-top;
}

    #staffModal ul li span b, #staffModal ul li span small {
        display: block;
        width: 100%;
    }

    #staffModal ul li span:first-child {
        color: #2460b9;
    }


/*CSS for Gallery*/
.img-wrapper {
    position: relative;
    margin-bottom: 30px;
}

    .img-wrapper img {
        max-width: 100%;
        max-height: 260px;
    }

.img-overlay {
    background: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}

    .img-overlay a {
        padding: 60px;
    }

    .img-overlay i {
        color: #fff;
        font-size: 3em;
    }

#overlay {
    background: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    // Removes blue highlight -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    #overlay img {
        margin: 0;
        width: 80%;
        height: auto;
        object-fit: contain;
    }

#nextButton, #prevButton {
    padding: 60px;
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
    cursor: pointer;
}

#exitButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

    #nextButton:hover, #prevButton:hover, #exitButton:hover {
        opacity: 0.7;
    }

.main-modal .modal-header {
    padding: .5rem 2rem;
}

    .main-modal .modal-header span {
        font-size: 18px;
        color: #000;
    }

#sidebar.fixed {
    position: fixed;
    top: 30px;
    width: 22%;
}

.dtl_sec .card-body .item .item-inner, #divlist {
    margin-bottom: 30px;
}

.list-gird {
    text-align: right;
}

    .list-gird i {
        font-size: 18px;
        margin-left: 10px;
    }

.gallery_thumb {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}

    .gallery_thumb a {
        display: inline-block;
        position: relative;
        margin-bottom: 5px;
    }

        .gallery_thumb a img {
            max-width: 100%;
            max-height: 95px;
        }

.line-btn {
    border: 1px solid #e5e5e5;
    padding: 5px 15px;
    display: inline-block;
}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(36, 96, 185);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 99;
}

    #return-to-top i {
        color: #fff;
        margin: 0;
        position: relative;
        left: 16px;
        top: 13px;
        font-size: 19px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    #return-to-top:hover {
        background: #e9010e;
    }

        #return-to-top:hover i {
            color: #fff;
            top: 5px;
        }

.download-list .bikash_tabs .nav-tabs li {
    width: 16.6% !important;
}

    .download-list .bikash_tabs .nav-tabs li a {
        font-size: 16px !important;
        padding: 5px 10px !important;
    }

.faq_accordian h3 button {
    font-weight: 600;
    display: block;
    width: 100%;
    text-align: left;
    margin-top: 15px;
    border-radius: 0px;
    text-decoration: none !important;
    font-size: 16px;
    color: #f94a2e;
}

.faq_accordian .collapse {
    padding: 15px;
    border: 1px solid #ddd;
}

.faq_accordian h3 button.btn-link.collapsed {
    color: #006699;
}

    .faq_accordian h3 button:hover,
    .faq_accordian h3 button.btn-link.collapsed:hover {
        color: #f94a2e;
    }

.sewa .card-body a.btn-primary {
    display: inline-block;
    position: relative;
    margin-top: 30px;
    float: right;
}






/*  New CSS*/

.form-control::placeholder {
    color: #999;
    opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #999;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #999;
}

.widget-box form {
    padding: 30px;
}

    .widget-box form label {
        font-size: 16px;
        color: #123456;
    }

.btn_search {
    border-radius: 100px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    min-width: 200px;
}

.abt_sec {
    padding: 30px 0px;
}

.my-ttl-2 {
    height: 1px;
    background: #e1e1e1;
    margin-bottom: 40px;
    text-align: center;
}

    .my-ttl-2 span {
        display: inline-block;
        background: #fff;
        font-weight: 600;
        color: #263a57;
        position: relative;
        top: -20px;
        padding: 0 16px;
        margin: 0 auto;
        font-size: 24px;
        border-radius: 4px;
    }

.team_sec {
    background: #bbcce4;
    border-top: 0;
    padding: 45px 0px;
    text-align: center;
}

    .team_sec .card {
        margin-bottom: 0px;
        min-height: 275px;
        border-radius: 9px;
    }

        .team_sec .card h4 {
            font-size: 18px;
            font-weight: 600;
            color: #cc0000;
        }

        .team_sec .card h5 {
            font-size: 15px;
            font-weight: 500;
            color: #567890;
        }

        .team_sec .card h6 {
            color: #005dac;
            font-size: 15px;
        }

        .team_sec .card img {
            max-height: 250px;
            max-width: 100%;
            width: auto;
            margin-left: auto;
            margin-right: auto;
            border-radius: 9px;
        }

.team-carousel .owl-nav {
    position: absolute;
    top: 0%;
    z-index: 999;
    font-size: 30px;
    width: 100%;
    line-height: 30px;
    margin-top: -50px;
}

    .team-carousel .owl-nav .owl-prev {
        position: absolute;
        left: auto;
        right: 45px;
    }

    .team-carousel .owl-nav .owl-next {
        position: absolute;
        right: 5px;
    }

    .team-carousel .owl-nav .owl-prev,
    .team-carousel .owl-nav .owl-next {
        /*background:rgba(36, 96, 185, 0.5) !important;*/
        color: #fff !important;
        min-width: 30px !important;
        background: #bbcce4 !important;
        border-radius: 100%;
    }

        .team-carousel .owl-nav .owl-prev:hover,
        .team-carousel .owl-nav .owl-next:hover {
            color: #fff !important;
            background: #e9010e !important;
        }

.team-carousel .owl-nav {
    margin-top: 0px;
    top: 40%;
}

    .team-carousel .owl-nav .owl-prev {
        right: auto;
        left: -10px;
    }

    .team-carousel .owl-nav .owl-next {
        right: -10px;
    }


.form-box {
    box-shadow: 0 0 5px 2px rgb(0 19 95 / 9%);
    background: #fff;
    padding: 15px;
    border-radius: 6px;
    margin-bottom: 30px;
}

.file-group input[type="file" i] {
    border: 1px solid #ddd;
    background: #fff;
}

.v_all, .line-btn {
    border-radius: 100px;
    min-width: 100px;
    display: inline-block;
    position: relative;
    padding: 5px 15px !important;
}

.avatar-upload {
    position: relative;
    max-width: 100%;
    margin: 15px auto;
}

.avatar-edit {
    position: absolute;
    left: 30%;
    z-index: 1;
    top: 40%;
    font-size: 24px;
}

    .avatar-edit input {
        display: none;
    }

        .avatar-edit input + label {
            display: inline-block;
            width: 45px;
            height: 50px;
            margin-bottom: 0;
            border-radius: 0px;
            background: #ffffff;
            border: 1px solid transparent;
            box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
            cursor: pointer;
            font-weight: normal;
            transition: all 0.2s ease-in-out;
        }

            .avatar-edit input + label:hover {
                background: #30619e;
                border-color: #30619e;
            }

            .avatar-edit input + label:after {
                content: "\f093";
                font-family: "FontAwesome";
                color: #757575;
                position: absolute;
                top: 9px;
                left: 0;
                right: 0;
                text-align: center;
                margin: auto;
            }

            .avatar-edit input + label:hover:after {
                color: #fff;
            }

.avatar-preview {
    width: 30%;
    height: 200px;
    position: relative;
    border-radius: 0px;
    border: 6px solid #f8f8f8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

    .avatar-preview > div {
        width: 100%;
        height: 100%;
        border-radius: 0px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }



/*Login Css Start here*/
.login-warp {
    /* max-width:525px; */
    margin: 0 auto;
    padding: 80px 0;
    max-width: 100% !important;
}

    .login-warp .content {
        position: relative;
        margin-bottom: 40px;
        margin-right: 10%;
    }

    .login-warp .content-box {
        background-color: #fff;
        padding: 45px 20px;
        border-radius: 6px;
        margin-bottom: 20px;
        width: 100%;
        position: relative;
        z-index: 2;
        box-shadow: 0 0px 10px rgba(0, 0, 0, 0.09);
    }

        .login-warp .content-box h4 {
            color: #2460b9;
        }

    .login-warp .content-header {
        min-height: 110px;
        margin: 0 -20px;
        margin-top: -45px;
        padding-top: 25px;
        margin-bottom: 20px;
        background: #005dac url('../images/curve-excluded.svg') no-repeat bottom center/ 102%;
    }

    .login-warp .content::after {
        content: '';
        display: block;
        height: 15px;
        border-radius: 0 0 6px 6px;
        background-color: #fff;
        width: 90%;
        position: absolute;
        bottom: -15px;
        left: 0;
        right: 0;
        margin: 0 auto;
        z-index: 1;
        box-shadow: 0 0px 10px rgba(0, 0, 0, 0.09);
    }

@media screen and (min-width:768px) {
    .login-warp .content-box {
        padding-left: 60px;
        padding-right: 60px;
    }
}

@media screen and (min-width:992px) {
    .login-warp .content-box {
        padding-left: 30px;
        padding-right: 30px;
    }
}



.login-warp .logo {
    display: block;
    margin: 0 auto 16px;
    text-align: center;
}

.login-warp .auth-title {
    font-weight: 800;
    color: #fff;
    margin: 0;
    font-size: 24px;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}

    .login-warp .auth-title::after {
        content: "";
        display: block;
        margin: 0 auto;
        max-width: 154px;
        height: 15px;
        background: url('../images/paint-stroke.png') no-repeat center center/ contain;
    }

.login-warp .auth-subtitle {
    margin-bottom: 40px;
    text-align: center;
    color: #676767;
    font-size: 14px;
    font-weight: 400;
}

.login-warp form {
    margin-bottom: 0
}

.login-warp .control-label {
    color: #676767;
    font-size: 14px;
    margin-bottom: 5px;
    display: block;
    font-weight: 400;
}

.login-warp .form-group {
    margin-bottom: 20px;
}

    .login-warp .form-group.no-margin {
        margin-bottom: 0;
    }

.login-warp .form-control {
    height: 45px;
    border: 1px solid #dedede;
    box-shadow: none;
    font-weight: 300;
    border-radius: 4px;
}

.login-warp .input-group .input-group-addon {
    background-color: transparent;
    border: 1px solid #dedede;
    border-right: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    min-width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-warp .input-group .form-control,
.login-warp .input-group.input-group-double .form-control + .input-group-addon {
    border-left: none;
    border-right: 1px solid #dedede;
}

.login-warp .input-group.input-group-double .form-control {
    border-right: none;
}

    .login-warp .input-group.input-group-double .form-control + .input-group-addon {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.login-warp .btn-primary {
    background-color: #0C4CA1;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    display: block;
    background-image: none;
    width: 100%;
    border: none;
    border-radius: 100px;
    height: 45px;
    cursor: pointer;
}

    .login-warp .btn-primary:hover {
        background-color: rgb(233 1 14 / 99%);
    }

.login-warp form p {
    font-size: 14px;
    color: #676767;
    text-align: center;
}

    .login-warp form p a {
        color: #f00;
        font-weight: 500;
        display: block;
    }

.login-warp .text-note {
    font-size: 14px;
    color: #676767;
    text-decoration: none;
    text-align: center;
    display: block;
    margin-bottom: 0;
}

    .login-warp .text-note strong {
        font-weight: 600;
        color: #0C4CA1
    }

        .login-warp .text-note strong:hover {
            text-decoration: underline;
        }

.login-warp .alert-danger {
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 4px;
}


.auth-banner-image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

@media screen and (min-width:992px) {
    .auth-banner-image {
        justify-content: flex-start;
    }
}

.text-note a {
    color: #f00;
    font-weight: 500;
    display: block;
}

.login-warp .logo {
    width: 120px;
    margin: auto;
    margin-top: 60px;
}

    .login-warp .logo img {
        width: 100%;
        height: 120px;
        object-fit: cover;
        border-radius: 50%;
        box-shadow: 0px 0px 3px #5f5f5f, 0px 0px 0px 5px #ecf0f3, 8px 8px 15px #a7aaa7, -8px -8px 15px #fff;
    }

.login-warp .name {
    font-weight: 600;
    font-size: 1.4rem;
    letter-spacing: 1.3px;
    padding-left: 10px;
    color: #2460b9;
}


/* @media screen and (max-height:700px){
        .login-warp{
          padding-bottom:90px;
        }
        .login-warp{
          padding:20px 0;
          max-width:400px;
        }
        .login-warp .logo{
          max-width:150px;
        }
        .login-warp .logo img{
          width:100%;
        }
        .login-warp .content{
          padding:25px 30px;
        }
        .login-warp .auth-title{
          font-size:20px;
        }
        .login-warp .auth-subtitle{
          margin-bottom:16px;
        }
        .login-warp .auth-subtitle,
        .login-warp .text-note{
          font-size:12px;
        }
      } */

.footer {
    text-align: center;
    font-size: 12px;
    padding: 16px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

    .footer a {
        font-weight: 600;
        color: #0C4CA1
    }

    .footer p:last-child {
        margin-bottom: 0;
    }

button.login {
    display: none;
}

.errortooltip {
    color: red;
    text-transform: capitalize;
}

@media screen and (max-height:992px) {
    .login-warp {
        padding: 20px 0 0;
    }

        .login-warp .content-box {
            padding-bottom: 20px;
        }

        .login-warp .auth-subtitle {
            margin-bottom: 20px;
        }
}



/* Responsive CSS Start here */

@media only screen and (min-width: 1400px) and (max-width: 2560px) {
    .info_officer figure img {
        max-height: 125px;
    }

    .team_sec .card h5 {
        font-size: 18px;
    }

    .team_sec .card h6 {
        font-size: 16px;
    }
}



/* By Bipin */
.nyek-button {
    margin-bottom: 3%;
}

.nyek-button-class {
    width: 100%;
    font-size: 20px;
}

.team_sec .card figure {
    max-height: 210px;
    min-height: 175px;
    overflow: hidden;
}