:root {
    --primary-color-blue: #2e3092;
    --primary-color: #41c36d;
    --secondary-color: #0479dd;
    --primary-red-color: #F44336;
}

.banner_section {
    width: 100%;
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 100vh;
    position: relative;
}

.top_header {
    position: fixed;
    z-index: 10;
    width: 100%;
    padding: 15px 10px;
}

.menublock {
    position: relative;
}

.menu {
    position: absolute;
    width: 28px;
    height: 3px;
    backface-visibility: hidden;
    top: 13px;
    right: 6px;
    background: #ffffffc7;
    transition: .5s all;
    cursor: pointer;
}

.menu:before,
.menu:after {
    position: absolute;
    width: 28px;
    height: 3px;
    background-color: var(--color-white);
    backface-visibility: hidden;
    background: #ffffffc7;
    content: "";
    left: 0;
    transition: .5s all;
}

.menu:before {
    bottom: 8px;
}

.menu:after {
    top: 8px;
}

.open_menu {
    background: none !important;
}

.open_menu:before {
    -webkit-transform: translateY(8px) rotate(-45deg);
    -ms-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
}

.open_menu:after {
    -webkit-transform: translateY(-8px) rotate(45deg);
    -ms-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
}

.menu_container {
    float: right;
    position: relative;
    min-width: 40px;
    cursor: pointer;
    height: 30px;
    text-align: center;
    top: 10px;
    right: 12px;
}

.footer_actions {
    position: absolute;
    right: 0px;
    width: 60%;
    color: #ffffff;
    display: inline-block;
    transition: .5s all;
    bottom: -10px;
}

/*.footer_block {*/
/*    display: inline-block;*/
/*    width: 30%;*/
/*    position: relative;*/
/*    text-align: center;*/
/*    cursor: pointer;*/
/*}*/

/*.box-margin {*/
/*    margin-right: 3%;*/
/*    position: relative;*/
/*}*/

/*.footer_icon {*/
/*    position: absolute;*/
/*    width: 60px;*/
/*    height: 60px;*/
/*    background: #ffffff;*/
/*    display: inline-block;*/
/*    color: #000000;*/
/*    transform: translateY(8px) rotate(-45deg);*/
/*    left: 50%;*/
/*    margin-left: -30px;*/
/*    top: -118px;*/
/*    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);*/
/*    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0), 0 2px 10px 0 rgba(0, 0, 0, 0);*/
/*    transition: .5s all;*/
/*}*/

/*.footer_icon i {*/
/*    transform: translateY(8px) rotate(45deg);*/
/*    position: absolute;*/
/*    font-size: 35px;*/
/*    left: 13px;*/
/*    top: -8px;*/
/*}*/

/*.footer_icon i:before {*/
/*    -webkit-background-clip: text !important;*/
/*    -webkit-text-fill-color: transparent !important;*/
/*    background: linear-gradient(to right, #0e61aa 25%, #00aff0 100%);*/
/*}*/

/*.footer_content {*/
/*    color: #00adee;*/
/*    padding: 8px 5px 5px 5px;*/
/*    text-align: left;*/
/*    font-size: 12px;*/
/*    line-height: 16px;*/
/*    position: absolute;*/
/*    transition: .5s all;*/
/*    display: inline-block;*/
/*    width: 100%;*/
/*    left: 0px;*/
/*    top: -38px;*/
/*    min-height: 190px;*/
/*}*/

/*.footer_title {*/
/*    text-align: center;*/
/*    font-size: 16px;*/
/*    margin-bottom: 5px;*/
/*}*/

/*.footer_ul li a {*/
/*    color: #777777 !important;*/
/*    margin-bottom: 5px;*/
/*    display: inline-block;*/
/*    width: 100%;*/
/*    position: relative;*/
/*    padding-left: 20px;*/
/*}*/

/*.footer_ul li a i {*/
/*    margin-right: 10px;*/
/*    position: absolute;*/
/*    left: 0px;*/
/*    font-size: 14px;*/
/*}*/

/*.footer_block:hover .footer_icon {*/
/*    top: -300px;*/
/*}*/
/*.footer_block:hover .footer_content {*/
/*    top: -190px;*/
/*}*/
.footer_block_show {
    z-index: 100;
}

.footer_block_show .footer_content {
    top: -190px;
}

.footer_block_show .footer_icon {
    top: -270px;
}

.login_block {
    position: absolute;
    right: 150px;
    width: 500px;
    top: 35px;
}

.main_popup_caption {
    text-align: center;
    padding: 10px 15px;
    display: inline-block;
    width: 100%;
    background: #f5f5f5;
}

.welcome_txt {
    width: 100%;
    display: inline-block;
    font-size: 16px;
    color: #666666;
}

.title {
    width: 100%;
    display: inline-block;
    font-size: 24px;
    color: #00aff0;
}

.main_caption {
    color: #666666;
    margin: 0px;
    font-size: 16px;
}

.right_menublock {
    position: absolute;
    width: 115px;
    right: -130px;
    top: 73px;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
    transition: .5s all;
}

.right_menublock_show {
    right: 0px;
}

.menu_ul li a {
    display: inline-block;
    padding: 10px 0px 5px 0px;
    background: #ffffff;
    color: #666666;
    border-bottom: solid thin #e1e1e1;
    width: 100%;
    text-align: center;
}

.menu_ul li a .mdi {
    font-size: 24px;
    width: 100%;
    display: inline-block;
    line-height: 24px;
}

.menu_ul li a .link {
    font-size: 12px;
    text-transform: uppercase;
}

.menu_ul li a:hover {
    background: #f5f5f5;
}

.option_upperlayer {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
    transition: .5s all;
}

.scale0 {
    transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
}

.upper_loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 110;
    transition: .5s all;
    text-align: center;
}

.spinner {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    margin-top: -20px;
}

.preloader .spinner .double-bounce1,
.preloader .spinner .double-bounce2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #78cc6d;
    opacity: 1;
    -webkit-animation: sk-bounce 2s infinite ease-in-out;
    animation: sk-bounce 2s infinite ease-in-out;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
}

html {
    scroll-behavior: smooth;
}

.preloader .spinner .double-bounce1,
.preloader .spinner .double-bounce2 {
    background: #1062ac;
}

.preloader .spinner .double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
    opacity: .1;
}

.preloader .spinner .double-bounce1,
.preloader .spinner .double-bounce2 {
    background: #1062ac;
}

@-webkit-keyframes sk-bounce {

    0%,
    100% {
        -webkit-transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1)
    }
}

@keyframes sk-bounce {

    0%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }

    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

/*------Dashboard css-------*/
body {
    overflow-x: hidden;
    width: 100vw;
    max-width: 100vw;
}

.html {
    width: 100vw;
    max-width: 100vw;
}

.toplocation .form-group {
    margin-bottom: 5px;
}

.toplocation input {
    border: 1px solid #000;
    border-radius: 0px;
}

.toplocation input:focus {
    border: 1px solid #388e3c;
    box-shadow: none;
}

.topsearchicon {
    border-radius: 0;
    font-size: 21px;
    padding: 2px 10px;
    border: 1px solid #000;
}

.locationarea {
    position: relative;
}

.locationarea input {
    padding-left: 20px;
}

.locationarea:before {
    position: absolute;
    left: 10px;
    top: 5px;
    content: "\F34E";
    font-family: "Material Design Icons";
    font-size: 20px;
}

.wrap-drop .drop li a i {
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: 20px;
}


.wrap-drop {
    cursor: pointer;
    padding: 10px 30px;
    font-size: 1rem;
    line-height: 20px;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #000;
    font-weight: 400;
}

.wrap-drop::after {
    content: "\F140";
    font-family: "Material Design Icons";
    position: absolute;
    right: 5px;
    top: 0;
    -moz-transition: all .5s linear;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    font-size: 30px;
    line-height: 38px;
}

.wrap-drop .drop {
    background: #fff;
    display: none;
    left: 0;
    list-style: none;
    margin-top: 0;
    opacity: 0;
    padding-left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 2;
    height: 320px;
    overflow-y: auto;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .12), 0 6px 6px 0 rgba(0, 0, 0, .24);
}

.recent {
    font-size: 12px;
    color: #495057;
    text-transform: uppercase;
    padding: 10px 8px 10px 15px;
    margin: 0;
    font-weight: 400;
    cursor: default;
    border-bottom: 1px solid rgba(0, 47, 52, .2);
}

.wrap-drop .drop li a {
    color: #495057;
    display: block;
    text-decoration: none;
    padding: 10px 8px 10px 35px;
    position: relative;
    font-size: 14px;
}

.wrap-drop span {
    color: #495057;
    padding-left: 10px;
}

.wrap-drop .drop li:hover a {
    background-color: #b6d2ff;
    color: #000;
}

.wrap-drop.active::after {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);

}

.wrap-drop.active .drop {
    display: block;
    opacity: 1;
    pointer-events: auto;
}

.top_search {
    border: solid 1px #000000;
    border-radius: 0px;
    padding: 8px 15px;
    height: auto;
}

.top_search:focus,
.top_search:active,
.top_search:hover {
    outline: none !important;
    box-shadow: none !important;
    border: solid 1px #000000;
}

.current_location {
    border-bottom: 1px solid rgba(0, 47, 52, .2);
}

.dashboard-map-section {
    display: inline-block;
    width: 100%;
    height: 75vh;
    position: relative;
}

.google_map_block {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    float: left;
    min-width: 100%;
    min-height: 75vh;
}

.top_fixed_haeder .menu {
    background: #1062ac;
    text-shadow: 1px 1px #0d3d69;
    margin-top: 10px;
}

.top_fixed_haeder .menu:before,
.top_fixed_haeder .menu:after {
    background: #1062ac;
    text-shadow: 1px 1px #666666;
}

.top_fixed_haeder .logo_imgblock img {
    max-width: 180px;
}

.top_fixed_haeder {
    background: #ffffff;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    min-height: 70px;
    padding: 5px;
    /*background: rgba(255, 255, 255, 0.3);*/
    transition: .5s all;
    position: sticky;
    top: 0px;
}

.searchtxt_box {
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 0px;
    font-size: 14px;
    background: #ffffff;
    border-radius: 5px;
}

.searchtxt_box i {
    position: absolute;
    left: 10px;
    font-size: 20px;
    color: #696969;
    top: 5px;
    z-index: 10;
}

.margin0 {
    margin: 0px !important;
}

.top-search-ddl {
    padding-left: 30px;
}

.top_search_pad {
    padding: 0px 5px;
}

.top_mapsearch {
    width: 760px;
    margin: 0px auto;
    display: inline-block;
    position: absolute;
    top: 15px;
    left: 50%;
    margin-left: -390px;
}

.top-search-ddl:hover,
.top-search-ddl:active {
    outline: none !important;
}

.nav_search_btn {
    padding: 0px 15px !important;
}

.nav_search_btn i {
    font-size: 22px;
}

.small_boxpadding {
    padding: 0px !important;
}

.news_body {
    padding: 10px 5px 10px 15px;
    display: inline-block;
    /*max-height: 462px;*/
    overflow: auto;
    position: relative;
}

.news_feed_ul {
    margin: 0px;
    display: inline-block;
}

.blog_title h5 {
    font-size: 24px;
}

.blog_txt {
    font-size: 16px;
}

.news-item {
    display: inline-block;
    width: 100%;
    margin-bottom: 8px;
    border-bottom: solid thin #e1e1e1;
    padding-bottom: 8px;
}

.news_txt {
    color: #666666;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-size: 16px;
}

.news_morebtn {
    padding: 5px 10px !important;
    margin: 5px 0px 0px 0px;
}

.latest_blogimg {
    margin-bottom: 5px;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, 0.08);
    outline: 0;
}

.latest_blogimg img {
    width: 100%;
}

.blog_title {
    margin-top: 10px;
    display: inline-block;
    line-height: 20px;
}

.blog_title h5 {
    margin-bottom: 3px;
}

.blog_txt {
    color: #666666;
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.latest_video {
    margin-bottom: 5px;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, 0.08);
    outline: 0;
}

.style-scroll::-webkit-scrollbar {
    width: 10px;
    height: 10px;
    border: solid thin #cccccc;
}

.style-scroll::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none;
}

.style-scroll::-webkit-scrollbar-corner {
    background-color: transparent;
}

.style-scroll::-webkit-scrollbar-thumb {
    background-color: #b8b8b8;
    -webkit-box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.10), inset 0 -1px 0 rgba(0, 0, 0, 0.07);
}

/*------View Details css-------*/
.news-banner-img {
    position: absolute;
    left: 100px;
}

.news-banner-section {
    width: 100%;
    display: inline-block;
    min-height: 90vh;
    position: relative;
}

.news-banner-txt-block {
    position: absolute;
    z-index: 2;
    width: 45%;
    right: 5%;
    top: 120px;
    text-align: center;
}

.news-banner-txt-block h1 {
    font-weight: 800;
    font-size: 48px;
    color: #ff7000;
    text-transform: uppercase;
    margin-bottom: 15px;
    text-shadow: 1px 1px #c5c5c5;
}

.news-banner-section:after {
    content: "";
    position: absolute;
    z-index: 3;
    bottom: -1px;
    background-image: url(../images/common-banner-shape-gray.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
    width: 100%;
    pointer-events: none;
    display: block;
    height: 100%;
    left: 0;
}

.search_withbtn {
    display: inline-block;
    float: right;
}

.blog-details-section {
    width: 100%;
    padding: 30px 50px 50px 50px;
    background: #f5f5f5;
    display: inline-block;
}

.related_content {
    position: sticky;
    top: 0px;
    bottom: 0px;
    width: 100%;
}

.fixed_heding {
    font-size: 20px;
    padding: 10px 15px;
    background: #5a95f5;
    color: #ffffff;
    margin-bottom: 10px;
}

.imgwith_txtrow {
    position: relative;
    width: 100%;
    padding-left: 125px;
    min-height: 80px;
    padding-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
    background: #ffffff;
}

.imgwith_txtrow img {
    width: 110px;
    position: absolute;
    left: 0px;
    height: 100%;
    top: 0px;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}

.name_withtxt b {
    font-size: 18px;
    margin-bottom: 0px;
    display: inline-block;
    width: 100%;
    color: #07d;
}

.name_withtxt p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 0px;
}

/*------View Details css End-------*/
.user-info {
    width: auto;
    padding: 15px 10px 10px 10px;
    height: 100%;
    line-height: 35px;
    float: right;
    cursor: pointer;
    position: relative;
    min-height: 72px;
    right: 22px;
}

.user-info img {
    vertical-align: middle;
    margin-right: 10px;
    width: 35px;
    height: 35px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.caret {
    border-left: 6px solid rgba(0, 0, 0, 0);
    border-right: 6px solid rgba(0, 0, 0, 0);
    border-top: 6px solid;
    display: inline-block;
    height: 0;
    margin-left: 5px;
    vertical-align: middle;
    width: 0;
    color: #7d7d7d;
}

.menu_basic_popup {
    width: 235px;
    height: auto;
    background: #ffffff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 0px 6px 10px rgba(0, 0, 0, .2);
    position: absolute;
    color: #333;
    z-index: 111;
    right: 0;
    top: 72px;
    transition: all 150ms linear;
}

.menu_popup_containner {
    width: 100%;
    height: auto;
    max-height: 300px;
    overflow: auto;
    overflow-x: hidden;
    min-height: 50px;
}

.menu_popup_settingrow {
    display: inline-block;
    width: 100%;
    padding: 5px 0px 5px 10px;
    border-bottom: solid thin #e1e1e1;
    color: #666666;
    height: auto;
    line-height: 35px;
    float: left;
    transition: .5s all;
    -webkit-transition: .5s all;
    -o-transition: .5s all;
    -moz-transition: .5s all;
    text-align: left;
}

.menu_popup_settingrow a {
    color: #666666;
    font-size: 16px;
}

.menu_setting_row i {
    font-size: 20px;
    margin-right: 5px;
    color: #4285f4;
    width: 25px;
    display: inline-block;
}

.menu_popup_settingrow:hover {
    background: #f5f5f5;
}

.video-banner-img {
    position: absolute;
    left: 100px;
    bottom: 150px;
}

.video_block {
    margin-bottom: 30px;
}

/*-----Edit Profile--------*/
.profile_block {
    width: 100%;
    max-width: 900px;
    float: right;
    margin-right: 25px;
    z-index: 15;
    margin-top: 50px !important;
}

.text-bold {
    font-weight: bold;
}

.profilepic {
    width: 100%;
    max-width: 150px;
}

.profile_banner {
    overflow: auto;
    height: auto;
    background-size: cover;
    z-index: 5;
}

.modal_small {
    max-width: 310px !important;
}

/*-----Edit Profile End----------*/
.map-container-section {
    position: relative;
}

.mapouter {
    position: relative;
    text-align: right;
    height: 350px;
    width: 100%;
}

.gmap_canvas {
    overflow: hidden;
    background: none !important;
    height: 350px;
    width: 100%;
}

.blog-details-section .view-cascade {
    background: #0f61ad;
}

.blog-details-section .view-cascade img {
    max-height: 400px;
    width: auto;
    margin: 0px auto;
}

/*-----Contact Us-------*/
.bottom_banner_img {
    bottom: 50px;
}

/*-------Header Css----------*/
.menu_header {
    width: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
    background: url(../images/header_bg.png) repeat #FFFFFF;
    display: block;
    position: sticky;
    top: -119px;
    z-index: 100;
}

.top_nav_section {
    position: relative;
}

.logo {
    display: inline-block;
    float: left;
}

.header_main_text {
    text-align: center;
    padding-top: 15px;
    position: absolute;
    width: 700px;
    left: 50%;
    margin-left: -350px;
}

.header-contact-details {
    float: right;
    display: inline-block;
    margin-top: 20px;
}

.header_main_text h2 {
    font-size: 40px;
    text-shadow: 1px 1px #c75d23;
    font-weight: bold;
    color: #ff7000;
}

.nav-contact-info {
    margin: 5px 0px 0px;
    color: #3c3c3c;
    font-weight: bold;
    line-height: 18px;
    font-size: 13px;
}

.nav-contact-info i {
    font-size: 20px;
    color: #646362;
    margin-right: 5px;
    transition: .5s all;
}

.header_main_text p {
    font-size: 18px;
    font-weight: bold;
}

.res_menu_btn {
    display: none;
    font-size: 34px;
    cursor: pointer;
    left: 0px;
    float: right;
    line-height: 26px;
    margin-left: 10px;
    color: #666666;
}

.pull-down {
    animation-name: pullDown;
    -webkit-animation-name: pullDown;
    animation-duration: 1.1s;
    -webkit-animation-duration: 1.1s;
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
}

.top_menu_ul {
    display: inline-block;
    margin: 0px;
    text-align: left;
    margin-top: 15px;
}

.top_menu_ul li {
    text-align: center;
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    opacity: 1;
    margin: 0px 16px;
    position: relative;
}

.top_menu_ul li a:before {
    position: absolute;
    content: '';
    background: #ff3366;
    height: 3px;
    left: 0px;
    right: 0;
    margin: 0px auto;
    bottom: -5px;
    transition: all 500ms ease;
    -webkit-mask-image: linear-gradient(-75deg, rgba(244, 55, 55, 0.24) 50%, #f43737 50%, rgba(0, 0, 0, 1) 70%);
    -webkit-mask-size: 200%;
    animation: shine 2s infinite;
    background: var(--primary-color);
    -webkit-mask-image: linear-gradient(-75deg, rgba(40, 167, 69, 0.2) 50%, var(--primary-color) 50%, var(--primary-color) 70%);
    width: 100%;
    transform: scale(0);
}

.top_menu_ul li a:after {
    position: absolute;
    content: '';
    background: #ffffff;
    width: 6px;
    height: 3px;
    right: 32%;
    bottom: -5px;
    transition: all 300ms ease;
    transform: scale(0);
}

.top_menu_ul li a {
    text-decoration: none;
    color: #868686;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    letter-spacing: .5px;
    font-weight: bold;
    text-shadow: none;
    font-size: 14px;
    letter-spacing: 1px;
}

.dt-sc-social-icons {
    margin: 0px;
    padding: 0px;
    line-height: 0px;
    display: inline-block;
    float: right;
    height: 50px;
}

.dt-sc-social-icons li {
    display: inline;
    float: left;
    margin-right: 1px;
}

.dt-sc-social-icons li a {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 55px;
    overflow: hidden;
    line-height: 50px;
    text-align: center;
    margin-top: -5px;
    font-size: 20px;
    font-weight: bold;
    padding: 0px 10px;
}

.dt-sc-social-icons li a.facebook {
    border-color: #35538f;
}

.top_nav_section_fixed {
    float: left;
    width: 100%;
    position: relative;
    box-shadow: 0px 4px 2px -2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 4px 2px -2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 4px 2px -2px rgba(0, 0, 0, 0.1);
    border-top: 5px solid #e4e4e461;
    background: #FFFFFF;
}

.main-menu:before {
    content: "";
    float: left;
    position: absolute;
    height: 5px;
    top: -5px;
    width: 100%;
    background: -moz-linear-gradient(left, #f76570 0%, #f76570 8%, #f3a46b 8%, #f3a46b 16%, #f3a46b 16%, #ffd205 16%, #ffd205 24%, #ffd205 24%, #1bbc9b 24%, #1bbc9b 25%, #1bbc9b 32%, #14b9d5 32%, #14b9d5 40%, #c377e4 40%, #c377e4 48%, #f76570 48%, #f76570 56%, #f3a46b 56%, #f3a46b 64%, #ffd205 64%, #ffd205 72%, #1bbc9b 72%, #1bbc9b 80%, #14b9d5 80%, #14b9d5 80%, #14b9d5 89%, #c377e4 89%, #c377e4 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #f76570), color-stop(8%, #f76570), color-stop(8%, #f3a46b), color-stop(16%, #f3a46b), color-stop(16%, #f3a46b), color-stop(16%, #ffd205), color-stop(24%, #ffd205), color-stop(24%, #ffd205), color-stop(24%, #1bbc9b), color-stop(25%, #1bbc9b), color-stop(32%, #1bbc9b), color-stop(32%, #14b9d5), color-stop(40%, #14b9d5), color-stop(40%, #c377e4), color-stop(48%, #c377e4), color-stop(48%, #f76570), color-stop(56%, #f76570), color-stop(56%, #f3a46b), color-stop(64%, #f3a46b), color-stop(64%, #ffd205), color-stop(72%, #ffd205), color-stop(72%, #1bbc9b), color-stop(80%, #1bbc9b), color-stop(80%, #14b9d5), color-stop(80%, #14b9d5), color-stop(89%, #14b9d5), color-stop(89%, #c377e4), color-stop(100%, #c377e4));
    background: -webkit-linear-gradient(left, #f76570 0%, #f76570 8%, #f3a46b 8%, #f3a46b 16%, #f3a46b 16%, #ffd205 16%, #ffd205 24%, #ffd205 24%, #1bbc9b 24%, #1bbc9b 25%, #1bbc9b 32%, #14b9d5 32%, #14b9d5 40%, #c377e4 40%, #c377e4 48%, #f76570 48%, #f76570 56%, #f3a46b 56%, #f3a46b 64%, #ffd205 64%, #ffd205 72%, #1bbc9b 72%, #1bbc9b 80%, #14b9d5 80%, #14b9d5 80%, #14b9d5 89%, #c377e4 89%, #c377e4 100%);
    background: -o-linear-gradient(left, #f76570 0%, #f76570 8%, #f3a46b 8%, #f3a46b 16%, #f3a46b 16%, #ffd205 16%, #ffd205 24%, #ffd205 24%, #1bbc9b 24%, #1bbc9b 25%, #1bbc9b 32%, #14b9d5 32%, #14b9d5 40%, #c377e4 40%, #c377e4 48%, #f76570 48%, #f76570 56%, #f3a46b 56%, #f3a46b 64%, #ffd205 64%, #ffd205 72%, #1bbc9b 72%, #1bbc9b 80%, #14b9d5 80%, #14b9d5 80%, #14b9d5 89%, #c377e4 89%, #c377e4 100%);
    background: -ms-linear-gradient(left, #f76570 0%, #f76570 8%, #f3a46b 8%, #f3a46b 16%, #f3a46b 16%, #ffd205 16%, #ffd205 24%, #ffd205 24%, #1bbc9b 24%, #1bbc9b 25%, #1bbc9b 32%, #14b9d5 32%, #14b9d5 40%, #c377e4 40%, #c377e4 48%, #f76570 48%, #f76570 56%, #f3a46b 56%, #f3a46b 64%, #ffd205 64%, #ffd205 72%, #1bbc9b 72%, #1bbc9b 80%, #14b9d5 80%, #14b9d5 80%, #14b9d5 89%, #c377e4 89%, #c377e4 100%);
    background: linear-gradient(to right, #f76570 0%, #f76570 8%, #f3a46b 8%, #f3a46b 16%, #f3a46b 16%, #ffd205 16%, #ffd205 24%, #ffd205 24%, #1bbc9b 24%, #1bbc9b 25%, #1bbc9b 32%, #14b9d5 32%, #14b9d5 40%, #c377e4 40%, #c377e4 48%, #f76570 48%, #f76570 56%, #f3a46b 56%, #f3a46b 64%, #ffd205 64%, #ffd205 72%, #1bbc9b 72%, #1bbc9b 80%, #14b9d5 80%, #14b9d5 80%, #14b9d5 89%, #c377e4 89%, #c377e4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f76570', endColorstr='#c377e4', GradientType=1);
}

.btn_submit {
    width: 100%;
}

.theme_color {
    background-color: var(--primary-red-color) !important;
}

/*-------Header Css End----------*/
.gallery_banner_img {
    bottom: 90px;
}

/*-----------Home Page Css------*/
.count_block {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

footer {
    color: #ffffff;
    font-size: 14px;
    position: relative;
    padding: 35px 0px 15px 0px;
    width: 100%;
    background-color: var(--primary-color);
    margin-top: 30px;
}

footer:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 30px;
    background: url(../images/footer-bg.svg) center center no-repeat;
    top: -30px;
}

.footer_titile {
    font-size: 24px;
    font-weight: bold;
    font-family: Supermercado One, Arial, Helvetica, sans-serif;
    color: #ffffff;
    margin-bottom: 20px;
}

.footer_add_block li {
    padding-left: 30px;
    position: relative;
    line-height: 18px;
    margin-bottom: 10px;
    font-weight: 500;
    /* color: #d6d6d6; */
}

.footer_add_block li i {
    font-size: 20px;
    margin-right: 10px;
    color: #e8e8e8;
    position: absolute;
    left: 0px;
}

.footer_social_iconbox {
    margin: 10px 0px;
}

.footer_social_iconbox a {
    margin: 0px 10px 10px 0px;
}

.footer_ul {
    margin-top: 20px;
}

.footer_ul li {
    margin-bottom: 10px;
}

.footer_ul li a {
    /* color: #d6d6d6 !important; */
    color: #ffffff !important;
    display: inline-block;
    width: 100%;
    position: relative;
    padding-left: 20px;
    font-weight: bold;
}

.footer_ul li a i {
    margin-right: 10px;
    position: absolute;
    left: 0px;
    font-size: 14px;
    /* color: #e8e8e8; */
}

.footer_sub_head {
    font-size: 16px;
    /* color: #d6d6d6;
    font-weight: bold; */
    font-weight: 400;
}

.subscribe_txtbox {
    margin: 20px 0px 15px 0px;
}

footer .coppyright {
    color: #f9f9f9;
    float: left;
    padding: 25px 0px 10px 0px;
    text-align: center;
    position: relative;
    font-weight: 500;
    font-size: 13px;
    margin-top: 25px;
    letter-spacing: .5px;
}

.footer_newsletter {
    min-height: 50px;
}

.gradian_topbtn {
    background: linear-gradient(40deg, var(--primary-color), var(--primary-red-color)) !important;
    letter-spacing: 1px !important;
    font-size: 14px !important;
    color: #ffffff !important;
    font-weight: 400 !important;
    padding: 5px 30px !important;
}

.coppyright:before {
    content: "";
    position: absolute;
    left: 15px;
    height: 2px;
    top: 0px;
    width: calc(100% - 30px);
    background: #17bb4f;
}

.logo_powered {
    width: 18px;
    margin-left: 5px;
}

.mainbanner-caption {
    position: absolute;
    width: 500px;
    right: 0px;
    top: 100px;
    min-height: 350px;
}

.first_banner_imgtxt {
    position: relative;
    width: 100%;
    display: inline-block;
    padding-left: 150px;
    text-align: left;
    min-height: 120px;
    margin-bottom: 20px;
}

.first_banner_imgtxt img {
    position: absolute;
    left: 0px;
    width: 100px;
}

.banner-text {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}

.banner-text p {
    font-size: 18px;
    color: #666666;
    margin-bottom: 0px;
}

.banner-text h4 {
    font-size: 30px;
    font-weight: bold;
    font-family: Supermercado One, Arial, Helvetica, sans-serif;
    color: #ff7000;
    margin-bottom: 20px;
}

.ban_slider_arrow {
    width: 100px;
    height: 100px;
    /*background: rgba(0, 0, 0, 0.5);*/
    top: calc(45% - 25px);
    text-align: center;
    transition: .5s all;
}

.ban_slider_arrow span {
    font-size: 100px;
    line-height: 50px;
    color: #000000;
}

.ban_next {
    right: 25px;
}

.ban_prev {
    left: -50px;
}

.second_banner_img1 {
    position: absolute;
    left: 100px;
    top: -50px;
}

.second_banner_img2 {
    position: absolute;
    right: 20px;
    top: 100px;
}

.second_banner_img3 {
    left: 0px;
    top: 100px;
    position: absolute;
}

.second_banner_txt {
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
    font-weight: bold;
}

.second_banner_txt h1 {
    font-family: Supermercado One, Arial, Helvetica, sans-serif;
    color: #ff7000;
    font-size: 50px;
}

.about_section {
    display: inline-block;
    width: 100%;
    padding: 0px 0px 50px 0px;
}

.top_admission {
    margin-top: -100px;
    position: relative;
    z-index: 10;
    padding-top: 10px;
}

.top_admission:before {
    content: "";
    position: absolute;
    left: 0px;
    height: 4px;
    top: 0px;
    width: 100%;
    background: -moz-linear-gradient(left, #f76570 0%, #f76570 8%, #f3a46b 8%, #f3a46b 16%, #f3a46b 16%, #ffd205 16%, #ffd205 24%, #ffd205 24%, #1bbc9b 24%, #1bbc9b 25%, #1bbc9b 32%, #14b9d5 32%, #14b9d5 40%, #c377e4 40%, #c377e4 48%, #f76570 48%, #f76570 56%, #f3a46b 56%, #f3a46b 64%, #ffd205 64%, #ffd205 72%, #1bbc9b 72%, #1bbc9b 80%, #14b9d5 80%, #14b9d5 80%, #14b9d5 89%, #c377e4 89%, #c377e4 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #f76570), color-stop(8%, #f76570), color-stop(8%, #f3a46b), color-stop(16%, #f3a46b), color-stop(16%, #f3a46b), color-stop(16%, #ffd205), color-stop(24%, #ffd205), color-stop(24%, #ffd205), color-stop(24%, #1bbc9b), color-stop(25%, #1bbc9b), color-stop(32%, #1bbc9b), color-stop(32%, #14b9d5), color-stop(40%, #14b9d5), color-stop(40%, #c377e4), color-stop(48%, #c377e4), color-stop(48%, #f76570), color-stop(56%, #f76570), color-stop(56%, #f3a46b), color-stop(64%, #f3a46b), color-stop(64%, #ffd205), color-stop(72%, #ffd205), color-stop(72%, #1bbc9b), color-stop(80%, #1bbc9b), color-stop(80%, #14b9d5), color-stop(80%, #14b9d5), color-stop(89%, #14b9d5), color-stop(89%, #c377e4), color-stop(100%, #c377e4));
    background: -webkit-linear-gradient(left, #f76570 0%, #f76570 8%, #f3a46b 8%, #f3a46b 16%, #f3a46b 16%, #ffd205 16%, #ffd205 24%, #ffd205 24%, #1bbc9b 24%, #1bbc9b 25%, #1bbc9b 32%, #14b9d5 32%, #14b9d5 40%, #c377e4 40%, #c377e4 48%, #f76570 48%, #f76570 56%, #f3a46b 56%, #f3a46b 64%, #ffd205 64%, #ffd205 72%, #1bbc9b 72%, #1bbc9b 80%, #14b9d5 80%, #14b9d5 80%, #14b9d5 89%, #c377e4 89%, #c377e4 100%);
    background: -o-linear-gradient(left, #f76570 0%, #f76570 8%, #f3a46b 8%, #f3a46b 16%, #f3a46b 16%, #ffd205 16%, #ffd205 24%, #ffd205 24%, #1bbc9b 24%, #1bbc9b 25%, #1bbc9b 32%, #14b9d5 32%, #14b9d5 40%, #c377e4 40%, #c377e4 48%, #f76570 48%, #f76570 56%, #f3a46b 56%, #f3a46b 64%, #ffd205 64%, #ffd205 72%, #1bbc9b 72%, #1bbc9b 80%, #14b9d5 80%, #14b9d5 80%, #14b9d5 89%, #c377e4 89%, #c377e4 100%);
    background: -ms-linear-gradient(left, #f76570 0%, #f76570 8%, #f3a46b 8%, #f3a46b 16%, #f3a46b 16%, #ffd205 16%, #ffd205 24%, #ffd205 24%, #1bbc9b 24%, #1bbc9b 25%, #1bbc9b 32%, #14b9d5 32%, #14b9d5 40%, #c377e4 40%, #c377e4 48%, #f76570 48%, #f76570 56%, #f3a46b 56%, #f3a46b 64%, #ffd205 64%, #ffd205 72%, #1bbc9b 72%, #1bbc9b 80%, #14b9d5 80%, #14b9d5 80%, #14b9d5 89%, #c377e4 89%, #c377e4 100%);
    background: linear-gradient(to right, #f76570 0%, #f76570 8%, #f3a46b 8%, #f3a46b 16%, #f3a46b 16%, #ffd205 16%, #ffd205 24%, #ffd205 24%, #1bbc9b 24%, #1bbc9b 25%, #1bbc9b 32%, #14b9d5 32%, #14b9d5 40%, #c377e4 40%, #c377e4 48%, #f76570 48%, #f76570 56%, #f3a46b 56%, #f3a46b 64%, #ffd205 64%, #ffd205 72%, #1bbc9b 72%, #1bbc9b 80%, #14b9d5 80%, #14b9d5 80%, #14b9d5 89%, #c377e4 89%, #c377e4 100%);
}

.apply_img {
    width: 100%;
}

.apply_box {
    text-align: center;
    padding: 50px 0px;
}

.apply_box h2 {
    font-size: 40px;
    font-weight: bold;
    color: #ff7000;
}

.apply_box p {
    font-size: 20px;
}

.about_middle_section {
    display: inline-block;
    width: 100%;
    padding: 70px 0px 0px 0px;
}

.pre-title {
    font-size: 24px;
    font-weight: bold;
    font-family: Supermercado One, Arial, Helvetica, sans-serif;
    color: #ff7000;
}

.module-title {
    color: #2c2e36;
    font-size: 26px;
    line-height: 1.1em;
    font-weight: 300;
    margin-bottom: 15px;
    font-family: Supermercado One, Arial, Helvetica, sans-serif;
}

.about_text p {
    font-size: 15px;
    color: #666666;
    font-family: 'Poppins', sans-serif;
}

.about-img-box {
    position: relative;
    border-bottom-left-radius: 65px;
    text-align: center;
    webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    height: auto;
}

.about-img-box img {
    width: 100%;
    border-bottom-left-radius: 65px;
}

.facility_section {
    width: 100%;
    display: inline-block;
    padding: 80px 0px;
    position: relative;
    color: #ffffff;
}

.global_curve:after {
    content: "";
    display: block;
    position: absolute;
    background: url(../images/bg-bottom-curve.png) no-repeat 50% 100%;
    background-size: contain;
    width: 100%;
    height: 30px;
    bottom: 0;
    right: 0;
}

/*.global_curve:before {*/
/*    content: "";*/
/*    display: block;*/
/*    position: absolute;*/
/*    background: url(../images/bg-top-curve.png) no-repeat 50% 0;*/
/*    background-size: contain;*/
/*    width: 100%;*/
/*    top: 0;*/
/*    right: 0;*/
/*    height: 30px;*/
/*}*/

.global_curve {
    height: 100%;
    overflow: hidden;
    padding: 0;
    width: 100%;
    z-index: 2;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.facilities_color {
    background: #ff7000;
}

.center_title {
    width: 100%;
    position: relative;
    text-align: center;
    margin-bottom: 20px;
}

.center_title h2 {
    font-weight: 400;
    margin-bottom: 3px;
    font-family: Supermercado One, Arial, Helvetica, sans-serif;
}

.heading_border {
    position: relative;
    font-size: 24px;
}

.heading_border:before {
    content: "";
    width: 80px;
    height: 2px;
    background-color: #fff;
    top: 50%;
    position: absolute;
    left: 50%;
    margin-top: -1px;
    max-width: 200px;
    margin-left: -100px;
}

.heading_border:after {
    content: "";
    width: 80px;
    height: 2px;
    background-color: #fff;
    top: 50%;
    position: absolute;
    right: 50%;
    margin-top: -1px;
    max-width: 200px;
    margin-right: -100px;
}

.facilities-details h3 {
    font-weight: 500;
    font-family: Supermercado One, Arial, Helvetica, sans-serif;
}

.facilities-details p {
    font-size: 14px;
    text-shadow: 1px 1px #dc6509;
}

.service-facility {
    position: relative;
    width: 100%;
    padding-left: 50px;
    margin-top: 20px;
}

.service-icon {
    position: absolute;
    left: 0px;
    font-size: 36px;
    top: 0px;
    line-height: 40px;
}

.service-text h4 {
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 3px;
}

.facilities-details p {
    font-size: 14px;
    text-shadow: 1px 1px #dc6509;
}

.news_slider_block {
    text-align: center;
    width: 32%;
    display: inline-block;
    margin-right: 1.3%;
    float: left;
    position: relative;
}

.news_slider_img_block {
    height: 200px;
    overflow: hidden;
}

.news_slider_img_block img {
    width: 100%;
    height: 100%;
}

.black_border:before,
.black_border:after {
    background-color: #ff7000;
}

.news_slider_content {
    padding: 15px 0px 5px 0px;
    min-height: 100px;
}

.news_slider_content h3 {
    font-size: 22px;
    color: #ff7000;
    font-weight: 400;
    margin-bottom: 5px;
}

.news_slider_content p {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news_slider_section .carousel-inner {
    padding: 0px 10px 10px 0px;
}

.news_slider_section {
    padding-bottom: 30px;
}


/*---Index Page-----*/
.main_header {
    display: inline-block;
    width: 100%;
    position: relative;
    padding-left: 200px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.10);
    min-height: 100px;
    position: sticky;
    top: 0px;
    z-index: 10;
    background: #ffffff;
}

.left_logobox {
    position: absolute;
    left: 0px;
    width: 200px;
    overflow: hidden;
    text-align: center;
    padding: 5px 0px;
    /* background: linear-gradient(90deg, rgb(180, 70, 255) 25%, rgb(46, 48, 146) 100%); */
    height: 100px;
    border-right: solid thin #e1e1e163;
}

.logo_imgblock {
    width: 100px;
    display: inline-block;
}

.dynamic_color_tab {
    background: var(--primary-red-color);
}

.logo_imgblock img {
    width: 100%;
}

.right_menubox {
    width: 100%;
    display: inline-block;
    padding: 10px 0px;
    height: 100%;
}

.top_navblock {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding-bottom: 5px;
    border-bottom: solid thin #e1e1e163;
}

.top_contact_nav {
    margin: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top_contact_nav li {
    display: inline-block;
    padding-right: 10px;
    text-decoration: none;
    color: #525252;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    letter-spacing: .5px;
    font-weight: bold;
    text-shadow: none;
    font-size: 14px;
}

.top_contact_nav li a {
    color: #6f6f6f;
    text-decoration: none;
    color: #4e4e4e;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    letter-spacing: .5px;
    font-weight: bold;
    text-shadow: none;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.top_contact_nav li i {
    font-size: 16px;
    margin-right: 5px;
    color: #9040e2;
    color: var(--primary-red-color);
}

.manus_block {
    text-align: center;
}

.scrollToTop {
    bottom: 15px;
    height: 50px;
    border-radius: 50%;
    padding: 2px;
    position: fixed;
    right: 15px;
    text-align: center;
    text-decoration: none;
    width: 50px;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(40deg, var(--primary-color), var(--primary-red-color));
    transition: .5s all;
}

.scrollToTop i {
    color: #ffffff;
    font-size: 42px;
}

.scrollToTop:hover {
    background: rgba(0, 0, 0, 0.6);
    text-decoration: none;
}

@-webkit-keyframes shine {
    from {
        -webkit-mask-position: 150%;
    }

    to {
        -webkit-mask-position: -50%;
    }
}

.top_menu_ul .active {
    color: var(--primary-color);
}

.top_menu_ul .active:after,
.top_menu_ul .active:before {
    transform: scale(1);
}

.top_menu_ul li:hover::after,
.top_menu_ul li:hover::before {
    transform: scale(1);
}

.banner-section {
    width: 100%;
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.banner-section:after {
    content: "";
    position: absolute;
    z-index: 3;
    bottom: -1px;
    background-image: url(../images/banner-flow.png);
    /* background-image: url(http://7eyeitsolutions.com/global_images/common-banner-shape.png); */
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
    width: 100%;
    pointer-events: none;
    display: block;
    height: 100%;
    left: 0;

}

.banner-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/banner.png);
    background-position: bottom right;
    display: flex;
    align-items: center;
    animation: bannerChange 10s infinite ease-in-out;
}

.money {
    text-align: center;
}

.money span {
    display: inline-block;
    width: 80px;
    height: 40px;
    background: #ff0000;
    background: url(../images/money-2000.png);
    -webkit-animation: loader 10s infinite linear;
    -moz-animation: loader 10s infinite linear;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    opacity: 0;
}

.money_200 {
    background: url(../images/money-200.png) !important;
}

.money_500 {
    background: url(../images/money-500.png) !important;
}

.money span:nth-child(5n+5) {
    -webkit-animation-delay: 1.3s;
    -moz-animation-delay: 1.3s;
}

.money span:nth-child(3n+2) {
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
}

.money span:nth-child(2n+5) {
    -webkit-animation-delay: 1.7s;
    -moz-animation-delay: 1.7s;
}

.money span:nth-child(3n+10) {
    -webkit-animation-delay: 2.7s;
    -moz-animation-delay: 2.7s;
}

.money span:nth-child(7n+2) {
    -webkit-animation-delay: 3.5s;
    -moz-animation-delay: 3.5s;
}

.money span:nth-child(4n+5) {
    -webkit-animation-delay: 5.5s;
    -moz-animation-delay: 5.5s;
}

.money span:nth-child(3n+7) {
    -webkit-animation-delay: 8s;
    -moz-animation-delay: 8s;
}

@-webkit-keyframes loader {
    0% {
        width: 80px;
        height: 40px;
        opacity: 1;
        -webkit-transform: translate(0, 0px) rotateZ(0deg);
    }

    75% {
        width: 80px;
        height: 40px;
        opacity: 1;
        -webkit-transform: translate(100px, 600px) rotateZ(270deg);
    }

    100% {
        width: 80px;
        height: 40px;
        opacity: 0;
        -webkit-transform: translate(150px, 800px) rotateZ(360deg);
    }
}

@-moz-keyframes loader {
    0% {
        width: 80px;
        height: 40px;
        opacity: 1;
        -webkit-transform: translate(0, 0px) rotateZ(0deg);
    }

    75% {
        width: 80px;
        height: 40px;
        opacity: 1;
        -webkit-transform: translate(100px, 600px) rotateZ(270deg);
    }

    100% {
        width: 80px;
        height: 40px;
        opacity: 0;
        -webkit-transform: translate(150px, 800px) rotateZ(360deg);
    }
}

.banner_talkimgbox img {
    width: 100%;
}

.banner_talkimgbox {
    display: inline-block;
    width: 100%;
    padding: 50px;
}

.banner_talkimgbox img {
    width: 100%;
}

.about-rps {
    position: relative;
    width: 100%;
    padding: 30px 0px 100px 0px;
}

.about_image img {
    width: 100%;
}

.about_image {
    width: 90%;
    left: 10%;
    position: relative;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}

.about_image:after {
    position: absolute;
    width: 75%;
    height: 98%;
    background-color: var(--primary-color);
    left: -10%;
    top: 10%;
    z-index: -1;
    content: "";
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}

.m-about-containt {
    padding: 30px 0px 0px 30px;
}

.m-about-years {
    display: inline-block;
    padding: 20px 0px 20px 20px;
    border-left: 10px solid var(--primary-color);
    background-image: url(../images/line.png);
    background-position: 0px 0px;
    animation: animatedBackground 10s linear infinite;
    -moz-animation: animatedBackground 10s linear infinite;
    -webkit-animation: animatedBackground 10s linear infinite;
    -ms-animation: animatedBackground 10s linear infinite;
    -o-animation: animatedBackground 10s linear infinite;
    margin-bottom: 30px;
}

@keyframes animatedBackground {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: -300px 0;
    }
}

.large-title {
    display: inline-block;
    font-weight: 900;
    line-height: 60px;
    font-size: 68px;
    color: var(--primary-color);
    margin-right: 20px;
}

.m-about-containt h3 {
    font-weight: 450;
}

.large-title-info {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    display: block;
    margin-top: 10px;
}

.author-info {
    display: table;
    width: 100%;
}

.author-signature,
.author-name {
    display: table-cell;
    vertical-align: middle;
}

.about_txt {
    margin: 15px 0px 15px 0px;
    color: #666666;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: .5px;
}

.site_btn {
    display: inline-block;
    margin-top: 20px;
}

.m-about-containt {
    padding: 30px 0px 0px 30px;
}

.counter_wrapper {
    width: 100%;
    height: 100%;
    background-position: center 0;
    background-size: cover;
    position: relative;
    padding: 80px 0 0px;
    padding-bottom: 60px;
    display: flow-root;
    background: #f2efff;
}

.counter_mockup_design {
    position: relative;
    left: -50px;
    z-index: 2;
}

.counter_mockup_design img {
    position: relative;
    -webkit-animation: movebounce 3.9s linear infinite;
    animation: movebounce 3.9s linear infinite;
    width: 90%;
    margin-top: -30px;
}

.counter_jbbb {
    position: absolute;
    top: -80px;
    left: -172px;
    z-index: 1;
}

.counter_jbbb img {
    width: 100%;
}

.counter_right_wrapper {
    padding-top: 55px;
    text-align: center;
}

.counter_right_wrapper h1 {
    font-size: 40px;
    text-transform: capitalize;
    padding-bottom: 20px;
    font-weight: bold;
}

.counter_width {
    float: left;
    width: 33%;
}

.count-description {
    font-size: 38px;
    font-weight: 600;
    width: 100%;
    float: left;
}

.count-description span {
    font-size: 38px;
    font-weight: 600;
}

.con2 {
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
}

@keyframes movebounce {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(20px);
    }

    100% {
        transform: translateY(0px);
    }
}

.main_heading_design {
    width: 10px;
    position: relative;
    height: 10px;
    display: inline-block;
    background: #07d;
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
    margin-left: 45px;
}

.main_heading_design:before {
    content: "";
    position: absolute;
    width: 40px;
    height: 2px;
    background: #e31e24;
    left: 15px;
    top: 4px;
}

.main_heading_design:after {
    content: "";
    position: absolute;
    width: 40px;
    height: 2px;
    background: #000000;
    right: 15px;
    top: 4px;
}

.plan-section {
    display: inline-block;
    width: 100%;
    padding: 50px 0px;
    position: relative;
    overflow: hidden;
}

.line_imgbox {
    position: absolute;
    right: -140px;
    width: 300px;
    top: 90px;
    animation: movebounce 1.9s linear infinite;
}

.tab_container {
    max-width: 400px;
    width: 100%;
    margin: 0px auto;
}

.plan_detais_box {
    text-align: center;
    margin: 50px 0px 20px 0px;
}

.plan_detais_box b {
    display: flex;
    justify-content: center;
    margin-top: 15px;
    color: #666666;
}

.plan_detais_box h3 {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    font-size: 20px;
    font-weight: 400;
    margin: 15px 0px 5px 0px;
    transition: .5s all;
}

.mobile_show {
    display: none;
}

.circle_imgbox {
    position: absolute;
    left: -185px;
    top: 150px;
    z-index: -1;
    -webkit-animation: movebounce 3.9s linear infinite;
    animation: movebounce 1.9s linear infinite;
}

.left-right-block {
    width: 100%;
    background: #f2efff;
    position: relative;
}

.bg-cover-img {
    text-align: center;
    min-height: 450px;
    position: relative;
    background-size: cover !important;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

.bottom_curve:after {
    content: "";
    display: block;
    position: absolute;
    /* background: url(http://13.126.237.21/gtbps/images/bg-top-curve.png) no-repeat 50% 0; */
    background-size: contain;
    width: 100%;
    top: 0;
    right: 0;
    height: 30px;
}

.scheme_contant {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    min-width: 400px;
    padding: 0px 20px;
}

.scheme_contant h3 {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 450;
    letter-spacing: 1px;
    color: var(--primary-color);
}

.scheme_ul {
    margin-top: 15px;
    margin-bottom: 0px;
}

.contact_head {
    line-height: 45px;
}

.contact_subhead {
    line-height: 30px;
    font-size: 18px;
}

.scheme_ul li {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 450;
    text-transform: capitalize;
}

.bubble_imgbox {
    position: absolute;
    left: 10px;
    top: 150px;
    -webkit-animation: movebounce 3.9s linear infinite;
    animation: movebounce 1.9s linear infinite;
}

.bb_right2 {
    right: 50px;
    bottom: 200px !important;
    top: initial;
    animation: movebounce 1.9s linear infinite;
    position: absolute;
}

.bb_right {
    right: 50px;
    bottom: 100px !important;
    top: initial;
    animation: movebounce 1.9s linear infinite;
    position: absolute;
}

.testimonial-section {
    display: inline-block;
    width: 100%;
    position: relative;
    padding: 30px 0px;
}

.jb_preloader {
    position: fixed;
    background-color: #fff;
    z-index: 9999999;
    height: 100%;
    width: 100%;
    -webkit-transition: .2s all ease;
    -o-transition: .2s all ease;
    transition: .2s all ease;
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}

.jb_preloader:before,
.jb_preloader:after {
    content: "";
    position: absolute;
    height: 50%;
    width: 100%;
    background-color: var(--primary-color);
    -webkit-transition: .7s all ease;
    -o-transition: .7s all ease;
    transition: .7s all ease;
}

.jb_preloader:before {
    top: 0;
    left: 0;
}

.jb_preloader:after {
    bottom: 0;
    left: 0;
}

.jb_preloader .spinner_wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 33333;
}

.spinner {
    width: 70px;
    height: 70px;
    background-color: #ffffff;
    border-radius: 100%;
    -webkit-animation: scaleout 1.0s infinite ease-in-out;
    animation: scaleout 1.0s infinite ease-in-out;
}

.jb_preloader.loaded:before,
.jb_preloader.loaded:after {
    height: 0%;
}

.jb_preloader.loaded {
    opacity: 0;
    visibility: hidden;
}

@-webkit-keyframes scaleout {
    0% {
        -webkit-transform: scale(0)
    }

    100% {
        -webkit-transform: scale(1.0);
        opacity: 0;
    }
}

@keyframes scaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    100% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        opacity: 0;
    }
}

.money_animation {
    z-index: 2;
    position: relative;
}

.banner_fetch_money {
    position: absolute;
    width: 400px;
    z-index: 1;
    left: 50%;
    margin-left: -200px;
    bottom: 30px;
}

.all_height {
    min-height: 100vh;
}

/*---Index Page End-----*/
/*---Registratuion Page-----*/
.theme_bluecolor {
    background-color: var(--primary-color) !important;
    color: #ffffff;
}

.common_section {
    padding: 30px 0px;
    position: relative;
    display: inline-block;
    width: 100%;
}

.note_small {
    font-size: 13px;
    color: #ff0000;
    font-weight: bold;
    letter-spacing: 1px;
}

.panel {
    width: 100%;
    display: inline-block;
    margin-top: 15px;
    font-weight: 400;
    border: 0;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .16), 0 2px 10px 0 rgba(0, 0, 0, .12);
}

.panel-heading {
    padding: 10px 15px;
    width: 100%;
    color: #ffffff;
    background-color: var(--primary-color);
    font-size: 18px;
    font-weight: 500;
}

.panel-body {
    padding: 15px;
}

.panel-body-inner b {
    font-weight: 600;
    font-size: 14px;
    margin: 10px 0px 5px 0px;
    width: 100%;
    display: inline-block;
}

.image-preview-input input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.button_row {
    width: 100%;
    display: inline-block;
    padding-top: 20px;
}

.button_center {
    width: 260px;
    margin: 0px auto;
}

.image-preview-input {
    margin: 0px;
    padding: 8px;
    background: var(--primary-color) !important;
}

.terms_modal_content p {
    font-size: 14px;
    color: #666666;
    font-weight: 500;
}

.terms_modal_content b {
    font-size: 16px;
    margin-bottom: 5px;
    display: inline-block;
    width: 100%;
}

.terms_checkbox {
    margin: 10px 0px;
    padding-left: 0px;
}

/*---Registratuion Page End-----*/
/* Extra added */


.text {
    display: inline-block;
    font-weight: 900;
    line-height: 60px;
    font-size: 30px;
    color: #F44336;
}

.main_centerhead {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.smooth_line {
    margin: 5px 0px 0px 0px;
    font-size: 16px;
    font-weight: 600;
    color: var(--primary-red-color);
    display: inline-block;
    text-align: center;
}

.about_txt ul {
    list-style: none;
    padding: 0px;
    margin-top: 10px;
}

.pro-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.15));
}

/* Content */
.hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.1));
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 650px;
    animation: slideUp 1s ease-out;
}

/* Title */
.hero-title {
    font-size: 48px;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 15px;
    color: #ffd1ce;
}

.hero-title .highlight {
    color: #ffdf64;
}

/* Rotating text */
.hero-rotating {
    height: 28px;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}

.hero-rotating .line {
    opacity: 0;
    position: absolute;
    font-size: 20px;
    font-weight: 400;
    transform: translateY(20px);
    transition: all 0.6s ease;
    color: #efefef;
}

.hero-rotating .line.active {
    opacity: 1;
    transform: translateY(0px);
}

/* Button */
.hero-btn {
    background: #ff4444;
    padding: 12px 32px;
    font-size: 18px;
    color: white !important;
    border-radius: 50px;
    box-shadow: 0 0 15px rgba(255, 68, 68, 0.6);
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s ease;
}

.hero-btn:hover {
    background: #e60000;
    box-shadow: 0 0 25px rgba(255, 60, 60, 0.9);
    transform: translateY(-3px);
}

.red_color {
    color: var(--primary-red-color);
}

.main_text {
    text-transform: uppercase;
    margin-left: 5px;
}

.faq-section {
    background: #f7f8ff;
    padding: 60px 20px;
    display: flex;
    justify-content: center;
}

.faq-container {
    max-width: 900px;
    width: 100%;
}

.faq-title {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #222;
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.faq-item {
    background: #ffffff;
    border-radius: 10px;
    border: 1px solid #e0e4ff;
    padding: 5px 20px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
}

.faq-q {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    letter-spacing: .5px;
    align-items: center;
    text-transform: capitalize;
}

.steps_section {
    background: #f2efff;
    padding-top: 25px;
}

.faq-icon {
    transition: transform 0.3s ease;
    font-size: 30px;
}

/* Rotate when opened */
.faq-item[open] .faq-icon {
    transform: rotate(45deg);
    color: var(--primary-red-color);
}

/* Answer Animation */
.faq_sections {
    padding: 50px 0px;
}

.faq-a {
    padding: 5px 0 20px 0;
    font-size: 15px;
    line-height: 1.7;
    color: #444;
    opacity: 0;
    transform: translateY(-5px);
    animation: fadeIn 0.3s forwards;
}

@keyframes fadeIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Hover Effect */
.faq-item:hover {
    border-color: var(--primary-red-color);
    box-shadow: 0 6px 16px rgba(76, 87, 255, 0.15);
}

.security-section {
    padding: 60px 20px;
    background: #f5f7ff;
}

.security-box {
    background: #fff;
    border-radius: 14px;
    padding: 25px 35px;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
    animation: fadeIn 0.9s ease;
}

.security-item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    margin: 10px 0px 25px 0px;
}

.security-item .icon {
    font-size: 40px;
    flex-shrink: 0;
    width: 60px;
    color: var(--primary-red-color);
    display: flex;
    align-items: center;
    line-height: 30px;
}

.security-item h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.security-item p {
    margin: 3px 0 0;
    color: #555;
    line-height: 1.5;
}

/* Lnguage Swither */

.language-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, .65);
    z-index: 99999;
}

.language-modal-content {
    background: #fff;
    padding: 28px;
    border-radius: 10px;
    text-align: center;
    max-width: 360px;
    width: 90%;
}

.lang-btn-box {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-top: 18px;
}

.lang-btn {
    padding: 10px 20px;
    border-radius: 8px;
    border: none;
    color: #fff;
    cursor: pointer;
    min-width: 80px;
}

.lang-btn.hindi {
    background: var(--primary-red-color);
}

.lang-btn.english {
    background: #ffffff;
    color: #666666;
    border: solid thin #e1e1e1;
}

.language-switcher {
    display: flex;
    gap: 8px;
    align-items: center;
    padding-left: 15px;
}

.lang-btn-header {
    padding: 5px 12px;
    font-size: 14px;
    border: 1px solid #e0e0e0;
    background: #ffffff;
    color: #333;
    cursor: pointer;
    border-radius: 5px;
    transition: 0.25s;
}

.lang-btn-header:hover {
    background: var(--primary-red-color);
    color: #fff;
    border-color: var(--primary-red-color);
}

.active_language {
    background: var(--primary-red-color);
    color: #fff;
    border-color: var(--primary-red-color);
}
/* Fade Animation */
/* whats app button */
/* .wa-chat-box {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #25D366;
    padding: 14px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 99999;
}
.wa-chat-box img {
    width: 50px;
}

.wa-popup {
    position: fixed;
    bottom: 90px;
    right: 20px;
    background: #fff;
    padding: 15px 20px;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(0,0,0,0.15);
    display: none;
    z-index: 99999;
}
.wa-popup a {
    background: #25D366;
    color: #fff;
    padding: 8px 12px;
    border-radius: 8px;
    text-decoration: none;
} */
 .download-app-section {
    padding: 0px 10px 50px 10px;
    display: flex;
    justify-content: center;
}

.download-box {
      padding: 50px 40px;
    border-radius: 20px;
    max-width: 990px;
    width: 100%;
    color: #ffffff;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
    background: linear-gradient(40deg, var(--primary-color), var(--primary-red-color));
    background: var(--primary-red-color);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.download-box h2,
.download-box h3 {
    font-size: 26px;
    margin-bottom: 10px;
    font-weight: 700;
}

.download-box p {
font-size: 16px;
    margin-bottom: 0px;
    line-height: 1.6;
}

.download-btn img {
    height: 125px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.download-btn img:hover {
  transform: scale(1.05);
}
.whatsapp_btn {
    position: fixed;
    bottom: 75px;
    right: 15px;
    z-index: 30;
    width: 55px;
    transition: .5s all;
}
.whatsapp_btn img {
    width: 100%;
}
a.whatsapp_btn:hover {
    transform: scale(1.1);
}
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Slide animation */
@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        transform: translateY(0px);
    }
}

@keyframes bannerChange {
    0% {
        background-image: url('../images/banner.png');
    }

    45% {
        background-image: url('../images/banner.png');
    }

    55% {
        background-image: url('../images/banner1.png');
    }

    100% {
        background-image: url('../images/banner1.png');
    }
}