﻿/*** 

====================================================================
			header-section
====================================================================

 ***/
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol {
    margin: 0;
    padding: 0;
}

body {
    font-size: 0.85rem;
    color: #000000;
    background: #f2f2f2;
}

.inner-pagessection.h-auto.pt-3.pb-3.mb-5 {
    min-height: 75vh;
}

body {
    letter-spacing: 1px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    border-radius: 6px;
    border: 1px solid #7a7725;
    border-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #49c705;
}

.dropdown-menu {
    padding: 0rem 0;
    margin: 0rem 0 0;
    border: none;
}

.header-new-section {
    position: relative;
    z-index: 999;
}

.topbar {
    background: #495258;
}

.top-header {
    padding: 4px 0 6px;
}

    .top-header ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

        .top-header ul li {
            display: inline-block;
        }

            .top-header ul li a {
            }

                .top-header ul li a img {
                    width: 13px;
                }

                .top-header ul li a img {
                    width: 13px;
                }

            .top-header ul li:nth-child(2) a img {
                width: 16px;
            }

            .top-header ul li:nth-child(3) a img {
                width: 20px;
            }

            .top-header ul li > a {
                display: inline-block;
                height: 23px;
                width: 23px;
                line-height: 19px !important;
                text-align: center;
                font-size: 13px !important;
                border-radius: 5px;
                position: relative;
                top: 0;
                font-weight: 600;
                padding: 0 !important;
                border: 1px solid #f7f7f7;
                color: #fff;
            }

                .top-header ul li > a:hover {
                    background: rgba(255, 255, 255, 0.1);
                    color: #fff;
                }

.middle-header {
    padding: 6px 0 29px;
}

.login-menu {
    margin-top: 28px;
}

    .login-menu a {
        color: #ffbc26 !important;
        background-color: transparent !important;
        border: 1px solid #ffb923 !important;
        border-radius: 5em;
        width: auto;
        display: inline;
        font-size: 14px;
        font-weight: normal;
        padding: 7px 12px 7px;
        text-align: center;
        margin: 0 0 0 6px;
    }

        .login-menu a:hover {
            color: #ffffff !important;
            background-color: #3a9509 !important;
            border-color: #318c00 !important;
            /* border-radius: 5em; */
            /* font-size: 16px; */
        }

.navbar-light .navbar-nav .nav-link {
    padding: 6px 26px 6px 26px;
    font-size: 14px;
    border-left: 1px solid #fffbfb42 !important;
    width: auto;
    height: auto;
    border: none;
}

.navbar-light .navbar-nav .nav-item:first-child .nav-link {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.navbar {
    z-index: 999;
}

.navbar-light .navbar-nav > li:last-child .nav-link {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.navbar-expand-lg .navbar-nav li {
    /*  flex: auto; */
}

.navbar-nav .dropdown-item em {
    margin-right: 6px;
}

.navbar-nav .dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #ffffff;
    text-align: inherit;
    white-space: nowrap;
    border-bottom: 1px solid #ffffff1c;
}

    .navbar-nav .dropdown-item:focus,
    .navbar-nav .dropdown-item:hover {
        color: #4ca318;
        text-decoration: none;
        background-color: #ffffff;
    }

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
    color: rgb(46, 132, 0);
    background: #ffffff;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgb(46, 132, 0);
    background: #ffffff;
}

.bottom-header .navbar .navbar-nav > li > a em {
    background: #f3f3f3;
    color: #000000;
    padding: 0;
    display: inline-block;
    position: relative;
    border-radius: 50%;
    width: 29px;
    height: 29px;
    font-size: 15px;
    margin: 0 5px 0 0;
    border: 2px solid #ffffff;
    box-shadow: 0px 0px 11px -4px #000;
    text-align: center;
    line-height: 28px;
}

.bottom-header .navbar {
    padding: 0;
    border-radius: 30px;
    border: none;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.bottom-header {
    margin-top: -24px;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgb(255 255 255);
    font-size: 15px;
    font-weight: 600;
    padding: 1.3rem 1.3rem;
    border-right: 1px solid #eaeaea45;
}

.navbar {
    padding: 0rem 1rem;
}

.navbar-dark .navbar-brand {
    color: #fff;
    position: relative;
    margin-top: -8px;
}

.navbar-brand img {
    position: absolute;
    top: 3px;
    background: #febc32;
    border-radius: 0;
    width: 57px;
    padding: 3px;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    position: relative;
    padding: 9px 10px;
    margin-right: 15px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .navbar-toggler .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
        background-color: #fff;
    }

        .navbar-toggler .icon-bar + .icon-bar {
            margin-top: 4px;
        }

.bottom-header .row,
.bottom-header col-sm-12,
.bottom-header .navbar-nav.mr-auto {
    width: 100%;
}

.svg-inline--fa {
    margin-right: 3px;
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(255, 255, 255);
}

.navbar-brand {
    display: inline-block;
    padding-top: 0rem;
    padding-bottom: 0rem;
    margin-right: 1rem;
    font-size: 1.4rem;
    line-height: 30px;
    white-space: normal;
    font-weight: 700;
    display: flex;
    text-transform: uppercase;
    color: #000000;
}

a.navbar-brand:hover {
    color: #f4e800;
    text-decoration: none;
}

.middle-header .logo img {
    width: 71px;
    height: 67px;
}

@media (min-width: 1024px) {
    .container {
        max-width: 90%;
    }

    .container {
        max-width: 81%;
    }
}

@media (min-width: 991px) and (max-width: 1365px) {
    .navbar-light .navbar-nav .nav-link {
        padding: 6px 2px 6px 2px;
        font-size: 12px;
        border-left: 1px solid #fffbfb42 !important;
        width: auto;
        height: auto;
        border: none;
    }
}

/*** 

====================================================================
		end
====================================================================

 ***/
.home-fixed-slider.pr.slider-wrapper.theme-default {
}
/*** 

====================================================================
		color
====================================================================

 ***/

.bg-1 {
    background: #dae0e5 !important;
}

.bg-2 {
    background: url(../enduser_img/orange.jpg);
    background-size: cover;
    background-repeat: no-repeat !important;
}

/*** 

====================================================================
		footer
====================================================================

 ***/
.footer-section {
    border-bottom: 4px solid #f4e800;
}

.top-footer {
    padding: 0;
    position: relative;
    overflow: hidden;
}

.bottom-footer {
    padding: 6px 0 6px;
    background: #495258 !important;
}

.footer-nav {
    list-style: none;
    padding: 0;
    text-align: center;
    margin: 0;
}

    .footer-nav li {
        display: inline-block;
    }

        .footer-nav li a {
            color: #fff;
            display: block;
            padding: 0 14px 0;
        }

.bottom-footer p {
    color: #fff;
    margin: 0;
}

    .bottom-footer p a {
        color: #fff;
    }

.before-after {
    position: relative;
    background: #495258 !important;
    padding: 13px 00 5px;
}

    .before-after:before {
        content: "";
        position: absolute;
        top: 12px;
        /* right: -5px; */
        width: 0;
        height: 0;
        border-left: 15px solid;
        /* border-top: 15px solid; */
        /* transform: rotate(45deg); */
        /* border-color: #20c3d4; */
        content: "";
        width: 0;
        height: 0;
        border-bottom: 77px solid #394146;
        border-left: 68px solid transparent;
        position: absolute;
        left: -68px;
        top: 0px;
    }

    .before-after:after {
        content: "";
        width: 0;
        height: 0;
        border-bottom: 77px solid #394146;
        border-right: 68px solid transparent;
        position: absolute;
        right: -68px;
        top: 0px;
    }
/*** 

====================================================================
		slider
====================================================================

 ***/
.slider-main {
}

.owl-theme .owl-dots {
    display: none;
}

.slider-main .owl-nav button {
    position: absolute;
    top: 42%;
    background: #0000005c !important;
    border: none !important;
    height: 51px;
    line-height: 32px;
    outline: 0px auto -webkit-focus-ring-color;
    padding: 0 !important;
    width: 35px;
}

.owl-prev {
    left: 0;
}

.owl-next {
    right: 0;
}

.slider-main {
    margin-top: -21px;
    border-bottom: 5px solid #f4e800;
}

    .slider-main .owl-theme .owl-nav {
        margin-top: 0;
    }

        .slider-main .owl-theme .owl-nav [class*="owl-"] {
            color: #fff;
            font-size: 40px;
            margin: 5px;
            padding: 4px 7px;
            background: #d6d6d6;
            display: inline-block;
            cursor: pointer;
            border-radius: 3px;
        }

            .slider-main .owl-theme .owl-nav [class*="owl-"] span {
                height: 10px;
                line-height: 0;
                display: block;
            }

/*** 

====================================================================
		slider
====================================================================

 ***/

.our-partner-slider .owl-carousel .owl-item img {
    display: block !important;
    width: auto !important;
    padding: 9px;
    text-align: center !important;
    max-width: 174px !important;
    margin: 0 auto;
}

.our-partner-slider .owl-carousel.owl-drag .owl-item .item:before {
    content: "";
    box-shadow: 1px 0px 0px 0px #1313131f;
    position: absolute;
    width: 1px;
    height: 145px;
    top: -26px;
    bottom: 0;
    right: 0;
}

/*** 

====================================================================
		news
====================================================================

 ***/

/*********************************/
/*title styles start**************/

/*title styles end****************/

/*********************************/
/*news item style start **********/
.barthcum-section.p-4 {
    background: #fff;
}

.hr-divider {
    display: block !important;
    border-bottom: 1px solid #dedede;
    margin-bottom: 20px !important;
    padding: 8px 9px 8px !important;
    font-size: 20px !important;
    background: #ececec;
}

.hr-divider2 {
    font-size: 19px !important;
    margin: 0 0 17px;
}

label {
    font-weight: 500;
    color: #000;
    font-size: 15px;
}

h5.hr-div {
    font-size: .95rem;
    margin: 9px 0 12px;
    border-bottom: 1px solid #696969;
    display: inline-block;
    padding: 0 0 6px;
    font-weight: 600;
}
/*news item style end ************/

/*********************************/
/*controls style start ***********/

/**********************
new-page
*****************************/
.banner-bithrcum {
    min-height: 100px;
    background-size: cover !important;
    margin-top: -9px;
    position: relative;
    margin-left: 0;
    background-position: 100% 69% !important;
}

    .banner-bithrcum:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: #00000075;
    }

legend {
    display: block;
    width: auto;
    max-width: 100%;
    display: inline-block;
    padding: 5px 15px;
    font-size: 18px;
    border: 1px solid #2e84006e !important;
    border-radius: 15px;
    background: #ffffff;
    margin: 0 7px 0;
    font-weight: 600;
}

.selection-any .form-check-label {
    margin-bottom: 0;
    color: #000;
    font-size: 16px;
}

.radio-info label.form-check-label {
    display: block;
}

.radio-info .form-check {
    border: 1px solid #d6d5d5;
    padding: 10px;
    border-radius: 3px;
    background: #f5f5f561;
    cursor: pointer !important;
    padding-left: 30px;
    margin-bottom: 5px;
}

.card {
    background-color: #ffffff;
    box-shadow: 0px 5px 10px #00000010;
    margin-bottom: 17px;
}

fieldset {
    border: 1px solid #2e84006e !important;
    padding: 0px;
    border-radius: 10px;
}

.section-new {
    padding: 8px 0 36px;
}

.page-link {
    padding: 0.5rem 0.45rem;
    font-size: 0.8rem;
}

.multiselect-native-select .btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    text-align: left;
}

span.multiselect-native-select {
    position: relative;
    width: 100%;
    display: block;
}

    span.multiselect-native-select .btn-group {
        position: relative;
        display: -ms-inline-flexbox;
        display: flex;
        vertical-align: middle;
        text-align: left;
    }

.multiselect-container {
    position: absolute;
    list-style-type: none;
    margin: auto !important;
    padding: 0;
    margin: 0;
    width: 100%;
    border: 1px solid #ddd;
}

.form-control:focus {
    color: #475f7b;
    background-color: #fff;
    border-color: #5a8dee;
    outline: 0;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1);
}

.multiselect-native-select .input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.multiselect-native-select .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    position: absolute;
    right: 9px;
    top: 15px;
}

body {
    /* background: url(../enduser_img/carousel-bg.png); */
    background: linear-gradient(to bottom, #aeddee 0, #ffffff 100%);
}

.card-body {
    padding-bottom: 8px;
}

.card-footer {
    padding: 8px 00 5px;
    background: none;
    border: none;
}

.mr-1,
.mx-1 {
    margin-right: 1rem !important;
}

.about-section {
    margin-top: 14px;
    position: relative;
    z-index: 9;
}

    .about-section .aboutd {
        box-shadow: 0 -5px 0px #ffffff3b;
    }

.aboutd {
    background: #ffffff;
    padding: 6px 15px 6px;
    margin-bottom: 7px;
    border-left: 2px solid #ffb923;
    overflow: hidden;
    margin: 14px 0 13px;
    clear: both;
}

.img-holder img {
    height: 200px;
    width: 200px;
    border-radius: 50%;
    border: 2px solid #fff;
    background: #30860026;
}

.name {
    font-size: 14px;
    font-weight: 700;
    position: absolute;
    top: 153px;
    width: 220px;
    line-height: 1.9;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 4px;
}

.postion-new {
    background: #fff;
    height: 100%;
}

.home-fixed-slider.pr.slider-wrapper.theme-default {
    background: #fff;
    padding: 3px;
}

.ribbon {
    background-color: #2175c8;
    border: 3px solid #fff;
    display: inline-block;
    position: relative;
    width: 200px;
    color: #fff;
    border-radius: 2px;
    height: 100%;
    /* background: url(../enduser_img/baground_bg.jpg) repeat-x scroll center top #2a76bc !important;*/
}

    .ribbon:before,
    .ribbon:after {
        content: ".";
        text-indent: -9999em;
        height: 0;
        width: 0;
        border-style: solid;
        border-width: 18px;
        position: absolute;
        left: -30px;
        top: -12px;
        display: block;
        z-index: -1;
        border-radius: 4px;
    }

    .ribbon:before {
        border-color: #2a76bc #2774c1 #1c5c92 transparent;
    }

    .ribbon:after {
        border-color: #2a76bc transparent #1c5c92 #2a76bc;
        right: -30px;
        left: auto;
    }

.name small {
    font-size: 13px;
    font-weight: 600;
    background: #d8e9d0;
    color: #151515;
    display: block;
}

.abttxt {
    line-height: 1.8;
    text-align: center;
    padding: 20px 0;
    font-weight: 600;
}

.title {
    font-weight: 600;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
    padding: 0 10px;
    /* line-height: normal; */
    font-size: 1.5rem;
}

    .title::before,
    .title::after {
        content: "";
        position: absolute;
        width: 30px;
        height: 4px;
        background: #409b0f;
        right: 100%;
        top: 50%;
    }

    .title::after {
        left: 100%;
        right: auto;
    }

.counter-box {
    position: relative;
    text-align: center;
}

    .counter-box p {
        font-size: 17px;
    }

span.counter {
    width: 100px;
    height: 100px;
    display: block;
    line-height: 100px;
    text-align: center;
    margin: 0 auto;
    background: #2f820014;
    border-radius: 50%;
    color: #308b00;
    font-weight: 600;
}

.animation_round {
    -webkit-animation: rotateEffect 8s linear infinite;
    animation: rotateEffect 8s linear infinite;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px dashed #318c00;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    /* position: relative; */
    line-height: 120px;
    display: block;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    right: 0;
}

@-webkit-keyframes rotateEffect {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotateEffect {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/**********************
btn css
*****************************/

.btn.shadow.hover,
.btn.shadow:hover {
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2) !important;
}

::-webkit-scrollbar {
    width: 5px;
}

/* Track */

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #2f8200;
    border-radius: 9px;
}

/* Handle */

::-webkit-scrollbar-thumb {
    background: #f4e800;
    border-radius: 3px;
}

    /* Handle on hover */

    ::-webkit-scrollbar-thumb:hover {
        background: #b30000;
    }

.nivo-controlNav {
    text-align: center;
    padding: 15px 0;
    display: none;
}

.control {
    position: absolute;
    top: 39%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 50;
    color: #ddd;
    line-height: 1.8;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.376);
    border: 0;
    font-size: 14px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    outline: none !important;
}

.leftmenu li a {
    height: 20px;
    width: 25px;
    text-align: center;
    display: block;
    line-height: 20px;
    font-size: 14px;
    color: #000;
    background: #f0f0f0;
    border-radius: 4px;
    margin-right: 3px;
}

.logo-title h1 {
    font-size: 21px;
    font-weight: 800;
    margin-top: 4px;
    text-shadow: 0px 0px 3px #49525899;
}

.logo-title small {
    font-size: 13px;
    font-weight: 600;
}





.logo-title {
    padding-left: 68px;
}

.palette {
    border: 1px solid #ddd !important;
    background: #eee !important;
    display: inline-block;
    width: 20px !important;
}

.theme-black {
    background: #111 !important;
}

.theme-default .nivo-directionNav a {
    display: block;
    width: 30px;
    height: 30px;
    background: url(arrows.png) no-repeat;
    text-indent: -9999px;
    border: 0;
    opacity: 0;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.theme-default:hover .nivo-directionNav a {
    opacity: 1;
}

.theme-default a.nivo-prevNav {
    left: 15px;
}

.theme-default:hover .nivo-directionNav a {
    opacity: 1;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none;
}

.theme-default a.nivo-nextNav {
    background-position: -30px 0;
    right: 15px;
}

.postion-new {
    position: relative;
}

.pulse {
    cursor: pointer;
    box-shadow: 0 0 0 #2077c3;
    animation: pulse 2s infinite;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 #2077c3;
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px #2077c3;
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 #2077c3;
    }
}

.check-radio-btn .form-check-inline {
    color: #38a4ff;
    border: 1px solid #38a4ff;
    background: #fff;
    border-radius: 20rem;
    padding: 11px 11px 11px;
}

.title-new {
    font-weight: 600;
    margin-bottom: 5px;
    position: relative;
    display: inline-block;
    padding: 0 5px 0 23px;
    /* line-height: normal; */
    font-size: 1.5rem;
    margin-top: 8px;
}

    .title-new::before,
    .title-new::after {
        content: "";
        position: absolute;
        width: 30px;
        height: 4px;
        background: #495258;
        right: 88%;
        top: 50%;
    }

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    font-size: 17px;
    font-weight: 600;
}

.panel-body {
    padding: 15px;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 14px rgb(0 0 0 / 10%) !important;
    min-height: 185px;
}

.bg-blue {
    background: #a5c9fd;
    background: -webkit-linear-gradient( top, #a5c9fd 0%, #a5c9fd 6%, #a7cbff 8%, #a5c9fd 11%, #a7cbff 11%, #aacffc 28%, #b0d5ff 44%, #b0d6fb 48%, #b5dbff 62%, #b4dbfc 62%, #b8dffe 75%, #bae2fb 79%, #bce4fe 91%, #bde6fa 96%, #bee7fd 100% );
    background: linear-gradient( to bottom, #a5c9fd 0%, #a5c9fd 6%, #a7cbff 8%, #a5c9fd 11%, #a7cbff 11%, #aacffc 28%, #b0d5ff 44%, #b0d6fb 48%, #b5dbff 62%, #b4dbfc 62%, #b8dffe 75%, #bae2fb 79%, #bce4fe 91%, #bde6fa 96%, #bee7fd 100% );
}

    .bg-blue .panel-heading {
        background-color: #98b7e0;
        color: white;
    }

.bg-green {
    background: #9ae69c;
    background: -webkit-linear-gradient( top, #9ae69c 0%, #9ce999 5%, #9cea9e 6%, #9cea9e 6%, #a0e99a 10%, #a3eb95 24%, #adee92 36%, #adee90 40%, #b3ef8f 45%, #b0f08f 46%, #b4f18a 50%, #b7f18d 51%, #b6f08a 53%, #baf18b 58%, #c4f780 77%, #c9f681 86%, #ccfa7e 90%, #cbf77c 94%, #cff87e 96%, #cff87e 100% );
    background: linear-gradient( to bottom, #9ae69c 0%, #9ce999 5%, #9cea9e 6%, #9cea9e 6%, #a0e99a 10%, #a3eb95 24%, #adee92 36%, #adee90 40%, #b3ef8f 45%, #b0f08f 46%, #b4f18a 50%, #b7f18d 51%, #b6f08a 53%, #baf18b 58%, #c4f780 77%, #c9f681 86%, #ccfa7e 90%, #cbf77c 94%, #cff87e 96%, #cff87e 100% );
}

    .bg-green .panel-heading {
        background-color: #80bb77;
        color: white;
    }

.widget-area ul li:before {
    content: "\f105";
    position: absolute;
    top: 2px;
    left: -15px;
    font-family: FontAwesome;
    -webkit-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}

.widget-area ul li a {
    color: #555;
    line-height: 29px;
    font-size: 15px;
    -webkit-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}

.widget-area ul li {
    position: relative;
    width: 100%;
    display: block;
    margin-bottom: 8px;
    -webkit-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}

    .widget-area ul li:hover {
        padding-left: 10px;
    }

.widget-area ul {
    padding-left: 49px;
    display: block;
    width: 100%;
}

    .widget-area ul li:hover:before {
        color: #00abc9;
        padding-left: 10px;
    }
/**********************
new page
*****************************/
.bardthcum-banner {
    background: #f2f2f2;
    padding: 50px 0 0;
}

.check-radio-btn .form-check-inline {
    color: #2679c7;
    /* border: 1px solid #38a4ff; */
    background: #fff;
    border-radius: 20rem;
    padding: 11px 19px 11px;
    font-size: 15px;
    width: 78%;
    /* text-align: center; */
    margin-bottom: 7px;
}

.pro_plat_list li {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.45);
    border-radius: 4px;
    background-color: #fff;
    padding: 18px;
    padding-top: 18px;
    margin: 0 6px 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    flex: 100%;
    text-align: center;
    font-size: 21px;
    font-weight: 900;
    position: relative;
    padding-top: 24%;
}

ul.pro_plat_list {
    list-style: none;
    padding: 0;
    display: flex;
    margin: 0 0 0;
    position: relative;
    height: 34vh;
    line-height:;
}



    ul.pro_plat_list::after {
        content: "\f178";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        position: absolute;
        right: -76px;
        top: 37%;
        color: #fff;
        font-size: 81px;
        border:;
    }

.col-lg-7 .total-register {
    background: #ffffffd4;
    padding: 8px 0 8px;
}


.pro_plat_list li span {
    display: block;
    font-size: 19px;
    margin: 10px 0 0;
    font-weight: 600;
}

.widget-area p {
    color: #ffffff;
    margin: 0 0 13px;
    font-size: 17px;
    font-weight: 600;
}

.pro_plat_list li {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.45);
    border-radius: 4px;
    background-color: #fff;
    padding: 18px;
    padding-top: 18px;
    margin: 0 6px 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    flex: 100%;
    text-align: center;
    font-size: 21px;
    font-weight: 900;
    position: relative;
    padding-top: 25%;
}

ul.pro_plat_list2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
    list-style: none;
    padding: 0;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    margin: 13px 0 0;
}

    ul.pro_plat_list2 li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 31.111111%;
        max-width: 31.111111%;
        text-align: center;
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.45);
        border-radius: 4px;
        background-color: #ffffff85;
        padding: 8px;
        margin: 5px 5px 5px;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        font-size: 17px;
        font-weight: 600;
        position: relative;
    }

        ul.pro_plat_list2 li span {
            display: block;
            font-size: 15px;
            margin: 10px 0 0;
            font-weight: 900;
        }

        ul.pro_plat_list2 li:before,
        .pro_plat_list li:before {
            content: "";
            position: absolute;
            left: 51%;
            right: 51%;
            bottom: 0;
            background: rgb(255 185 35);
            height: 6px;
            -webkit-transition-property: left, right;
            transition-property: left, right;
            -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
            -webkit-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
            /* border-bottom: 5px solid #495258; */
        }

        ul.pro_plat_list2 li:hover:before,
        .pro_plat_list li:hover:before {
            left: 0;
            right: 0;
        }

/**********************
button css
*****************************/
.btn {
    margin: 0.375rem;
    color: inherit;
    text-transform: uppercase;
    word-wrap: break-word;
    white-space: normal;
    cursor: pointer;
    border: 0;
    border-radius: 0.125rem;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    padding: 0.6rem 1.82rem;
    font-size: 0.89rem;
}

.cm-width-slider {
    margin-top: 0;
    background: #ecececb3;
    padding: 16px 0 17px;
}

.btn-primary {
    color: #fff;
    background-color: #4285f4 !important;
}

.btn-secondary {
    color: #fff;
    background-color: #a6c !important;
}

.btn-success {
    color: #fff;
    background-color: #00c851 !important;
}

.btn-danger {
    color: #fff;
    background-color: #ff3547 !important;
}

.btn-warning {
    color: #fff;
    background-color: #fb3 !important;
}

.btn-info {
    color: #fff !important;
    background-color: #e5a833 !important;
}

.btn-default {
    color: #fff;
    background-color: #2bbbad !important;
}

.btn-indigo {
    color: #fff;
    background-color: #3f51b5 !important;
}

.btn-amber {
    color: #fff;
    background-color: #ffa000 !important;
}

.btn-rounded {
    border-radius: 10em;
}

.btn:hover,
.btn:focus,
.btn:active {
    outline: 0;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}

.map_height {
    border: 2px solid #212121;
    width: 100%;
    min-height: 330px;
}

.red-info {
    color: red;
}

.parsley-errors-list {
    color: #f70000;
    list-style: none;
}

.new-radio-btn {
    display: block;
}

    .new-radio-btn tbody {
        display: block;
    }

    .new-radio-btn tr {
        display: inline-block;
        margin: 0 29px 00 0;
    }

    .new-radio-btn td {
        display: block;
    }

input[type=checkbox], input[type=radio] {
    margin-right: 7px;
}

.single-service-icon {
    position: relative;
}

    .single-service-icon::before {
        content: "";
        width: 1px;
        height: 60px;
        position: absolute;
        right: 0px;
        background: #172322;
        top: -16px;
    }

.single-service-title {
    font-size: 14px;
    margin-top: 0px;
    text-transform: uppercase;
    font-weight: 600;
    color: #182423;
}

.total-register-nnn ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
    overflow: hidden;
    list-style: none;
}

.total-register-nnn {
    background: #ffffffd4;
    padding: 29px 17px 8px;
}


    .total-register-nnn li {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33%;
        max-width: 33%;
        margin-bottom: 14px;
    }

.single-service {
    border-bottom: 4px solid #8e8e8e;
    border-top: 4px solid #8e8e8e;
    border-left: 1px solid #8e8e8e;
    border-right: 1px solid #8e8e8e;
    border-radius: 10px;
    margin: 0px;
    background: #f5f5f5;
    min-height: 82px;
    margin: 0 10px 26px;
}

.single-service-icon.col-xs-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 20%;
    max-width: 20%;
    text-align: center;
    padding: 0;
}

.single-service-description.col-xs-8 {
    padding: 7px 0 0 14px;
    flex: 0 0 80%;
    max-width: 80%;
    vertical-align:;
}

ul.pro_plat_list {
    list-style: none;
    padding: 0;
    display: flex;
    margin: 0 0 0;
    position: relative;
    height: 42vh;
}
/**********************
media css
*****************************/
@media (min-width: 1100px) and (max-width: 1450px) {
    .inner-pagessection.h-100 {
        height: auto !important;
    }
}

@media (max-width: 575px) {
    .before-after:before {
        display: none;
    }

    .before-after:after {
        display: none;
    }

    .navbar-brand {
        margin-right: 0;
        white-space: normal;
        display: flex;
    }

    .login-menu {
        margin-top: 0;
    }

    .login-menu {
        margin-top: 0;
        text-align: center !important;
    }

        .login-menu a {
            color: #d8a202 !important;
            background-color: transparent !important;
            border: 1px solid #d8a202 !important;
            border-radius: 5em;
            width: auto;
            display: inline-block;
            font-size: 12px;
            font-weight: normal;
            padding: 7px 6px 7px;
            text-align: center;
            margin: 0 0 0 6px;
        }

    .navbar-collapse {
        position: absolute;
        background: #ffc347;
        width: 100%;
        border-radius: 0;
        overflow: hidden;
        padding: 2px;
        top: 100%;
        left: 0;
    }

    .topbar a.nav-link {
        padding: 0 6px 0 !important;
    }

    .topbar .rightmenu {
        display: inline-block;
        margin: 0;
        width: auto;
    }

    .topbar .navbar-expand-lg .navbar-nav li {
        /* flex: auto; */
        display: inline-block;
    }

    .navbar-dark .navbar-brand {
        margin-top: 0;
    }

    .logo-title {
        padding-left: 52px;
        margin-right: 52px;
    }

    .nivo-main-image {
        display: block !important;
        position: relative !important;
        width: 100% !important;
        min-height: 117px;
    }

    .static-top button.navbar-toggler.collapsed {
        position: absolute;
        right: 0;
    }

    .control {
        position: absolute;
        top: 27%;
    }

    .about-section {
        margin-top: 0;
        position: relative;
        z-index: 9;
    }

    .pro_plat_list li {
        flex: 0 0 100%;
    }

    ul.pro_plat_list2 li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .cont-section img {
        width: 100%;
    }

    .check-radio-btn .form-check-inline {
        padding: 11px 10px 11px;
        width: 100%;
    }

    .name {
        top: 65%;
    }

    .postion-new {
        position: relative;
        min-height: 229px;
    }

    .navbar-brand img {
        top: 0;
        width: 48px;
    }

    .logo-title h1 {
        font-size: 15px;
        font-weight: 900;
        margin-top: 4px;
    }

    .static-top .navbar-toggler {
        position: absolute;
        right: 0;
    }

    .navbar-collapse {
        position: absolute;
        background: #fdce88;
        width: 100%;
        border-radius: 0;
        overflow: hidden;
        padding: 2px;
        top: 100%;
        left: 0;
        right: 0;
        background: url(../enduser_img/orange.jpg);
    }
}

@media (min-width: 576px) and (max-width: 1200px) {
    .order-bb-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-bb-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-bb-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .panel-body img {
        width: 100%;
    }

    .name {
        position: relative;
        top: -37px;
        width: 220px;
        line-height: 1.9;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 4px;
    }
}


.gm-style .gm-style-iw-c {
    position: absolute;
    box-sizing: border-box;
    overflow: unset;
    top: 0;
    left: 0;
    transform: translate(-50%,-100%);
    background-color: white;
    border-radius: 8px;
    padding: 12px;
    box-shadow: 0 2px 7px 1px rgba(0,0,0,0.3);
    /* background: #7498ff;
    background-color: rgb(116, 152, 255);*/
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-attachment: scroll;
    background-image: none;
    background-size: auto;
    background-origin: padding-box;
    background-clip: border-box;
    border: 5px solid #fff;
    /* color: #fff;*/
}

.gm-style img {
    max-width: none;
    margin: auto !important;
}

.gm-ui-hover-effect {
    background: #fff !important;
    opacity: 1 !important;
    color: #fff !important;
    border-radius: 10rem !important;
    top: -17px !important;
    right: -12px !important;
    border: 2px solid #6076cc !important;
    line-height: 0 !important;
    padding: 0 !important;
}

.gm-style-iw.gm-style-iw-c {
    max-width: 284px !important;
}


@media(max-width:991px) and (min-width:576px) {
    ul.pro_plat_list {
        height: auto;
    }

    .pro_plat_list li {
        padding-top: 11px;
    }
}




@media(max-width:767px) {
    .total-register-nnn li {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 14px;
    }

    ul.pro_plat_list {
        height: auto;
    }

    .pro_plat_list li {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 8px;
    }
}
