

/*navbar*/

.navbar_type10 {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around; 
    padding: 1rem;
    background-color: white;
    padding-right: 0px;
    padding: 12px 0 12px 16px;
}

.navbar_type10 .nav_logo img {
    max-height: 88px;
    max-width: 100%;
    margin-left: -40%;
}

.nav_bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: #f5181e;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    /* margin-bottom: 10px; */
    position: relative;
}

/*.navbar_type10 .nav_search .search_button {*/
/*    background-color: #ebebeb;*/
/*    color: #999;*/
/*    box-shadow: none;*/
/*    border: none;*/
/*    border-radius: 20px 0px 0px 20px;*/
/*    padding: 0 15px;*/
/*    max-height: 40px;*/
/*    margin-left: -8%;*/
/*}*/

/*.navbar_type10 .nav_search input {*/
/*    background-color: #ebebeb;*/
/*    color: #999;*/
    /* background: rgba(240, 242, 245, 1); */
/*    width: 104%;*/
/*    height: 100%;*/
/*    border: 0;*/
/*    box-shadow: none;*/
/*    padding: 10px 0px;*/
/*    border-radius: 0px 20px 20px 0px;*/
/*    max-height: 40px;*/
/*}*/

/*.navbar_type10 .nav_search {*/
/*    flex-grow: 1;*/
/*    padding: 0 0rem;*/
/*    display: flex;*/
/*    max-width: 60vw;*/
/*    align-self: center;*/
/*    transform: translate(40px, 0px);*/
/*}*/

.nav_bottom .cart {
    border-left: 1px solid #ddd;
    align-items: center;
    display: flex;
    background-color: #666;
    /*display: none;*/
}

.nav_bottom .menu {
    flex-wrap: wrap;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.nav_bottom .menu .nav_item .dropdown .dropdown_menu {
    display: none;
    position: absolute;
    top: calc(100% - 5px);
    left: 0;
    border-top: 8px solid transparent;
    min-width: 100%;
    max-width: 450px;
}

/*.nav_bottom .menu .nav_item .dropdown a {*/
/*    padding: 10px 15px;*/
/*    outline: 0;*/
/*    text-decoration: none;*/
/*    white-space: nowrap;*/
/*    color: #fff;*/
/*    font-weight: 300;*/
/*    display: block;*/
/*    border-right: 2px solid;*/
/*}*/

.nav_bottom .menu .nav_item .dropdown a {
    padding: 8px 37px;
    outline: 0;
    text-decoration: none;
    white-space: nowrap;
    color: #fff;
    font-weight: 300;
    display: block;
    position: relative; 
}
.nav_bottom .menu .nav_item:hover .dropdown .title{
    color:#fff;
}
.nav_bottom .menu .nav_item .dropdown a:hover {
    background: #000;
    border-radius: 10px;
    padding: 8px 37px;
    color: #fff !important;
    /*padding: 6px 35px;*/
}

.nav_bottom .menu .nav_item:hover {
    background-color: transparent;
}

.nav_bottom .menu .nav_item .dropdown a::after {
    content: '';
    position: absolute;
    top: 50%; 
    right: 0;
    width: 1px;
    height: 15px;
    background-color: #fff;
    transform: translateY(-50%); 
}

.nav_bottom .menu .nav_item:last-child .dropdown a::after {
    display: none;
}

.navbar_type10 .container.d-flex {
    padding: 0 0px;
    margin: 0 135px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav_bottom .menu .nav_item .dropdown .dropdown_menu .dropdown_body {
    background-color: #f5181e;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    padding: 10px 15px;
}

.nav_bottom .menu .nav_item .dropdown .dropdown_menu .dropdown_body a::after {
    content: '';
    position: absolute;
    top: 50%; 
    right: 0;
    width: 1px;
    height: 15px;
    background-color: #fff;
    transform: translateY(-50%); 
    display: none;
}

.nav_bottom .menu .nav_item .dropdown a:hover {
    color: #fff !important;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: 0em solid transparent;
    border-bottom: 0;
    border-left: 0em solid transparent;
}

/*ts*/

.ts_right {
    display: grid; 
    grid-template-columns: repeat(4, 1fr);
    gap: 8px; 
    padding-top: 15px;
    padding-bottom: 15px;
    transform: translate(90px, 0px);
}

.ts_right_img {
    max-width: 23px;
    margin: 0 5px; 
    position: relative; 
    display: flex;
    justify-content: center; 
    align-items: center; 
}

/*.ts_right_img{*/
/*    max-width: 25px;*/
/*    margin: 0 10px;*/
/*    position: relative;*/
/*}*/

/*.ts_right {*/
/*    display: flex; */
/*    justify-content: space-between; */
/*}*/

.ts_right_img:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -10px;
    width: 2px;
    height: 20px;
    background-color: #ccc;
    transform: translateY(-50%);
}

.ts_right_img img{
    transition: all ease-in-out 0.35s;
}

.ts_right_img img:hover{
    transform: scale(0.9);
}

#ts{
    background: #f3f3f4;
    padding-top: 25px;
    padding-bottom: 15px;
}

/*Video*/

.video_group {
    position: relative;
}

.video {
    width: 100%;
    height: auto;
    display: block;
}

.video_group {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.video_group .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; 
    z-index: -1; 
}

.hp_banner_inner {
    position: absolute;
    top: 50%;
    left: 50%; 
    transform: translate(-50%, -50%); 
    color: white;
    text-align: center;
    z-index: 1; 
}

#main_index .index_wrapper_2 {
    position: relative;
    z-index: 2;
}

/*Banner*/

.n_bannerContainer {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.n_bannerGroup {
    width: 35%;
    padding: 1rem 1rem;
    /*border-radius: 30px;*/
    background-color: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(3px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 1.5rem;
}

.banner_title1 {
    font-size: 40px;
    font-weight: 500;
    line-height: 2.6rem;
    letter-spacing: 0;
    color: #fff;
    position: relative;
    filter: brightness(1.1);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
    padding: 0px 10rem 0px 10rem;
}

.banner_title2 {
    font-size: 18px;          
    font-weight: 400;         
    color: #fff;              
    text-align: center;       
    margin: 1rem auto;        
    line-height: 1.8; 
    padding: 0% 0% 0% 0%;
    margin-top: 1%;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);
    padding: 0px 25rem 0px 25rem;
}

.n_bannerViewMore{
    border:1px solid #fff;
    background:#fff;
    color:#000;
    font-size:.95rem;
    font-weight:400;
    transition: linear .3s;
    margin-top: 25%;
    padding:12px 35px;
    /*text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.8);*/
    border-radius: 25px;
}

.n_bannerViewMore:hover{
    background: linear-gradient(to right, rgba(57, 38, 103, 1), rgba(103, 80, 157, 1));
    color: #fff;
}

@media all and (max-width:1200.52px) {
    .video_group {
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
    /*.nav_bottom .menu .nav_item .dropdown a {*/
    /*    padding: 8px 30px;*/
    /*    outline: 0;*/
    /*    text-decoration: none;*/
    /*    white-space: nowrap;*/
    /*    color: #fff;*/
    /*    font-weight: 300;*/
    /*    display: block;*/
    /*    position: relative;*/
    /*}*/
    
    /*.nav_bottom .menu .nav_item .dropdown a:hover {*/
    /*    background: #000;*/
    /*    border-radius: 10px;*/
    /*    padding: 8px 30px;*/
    /*    color: #fff !important;*/
        /*padding: 6px 35px;*/
    /*}*/
    
    /*.navbar_type10 .nav_search .search_button {*/
    /*    background-color: #ebebeb;*/
    /*    color: #999;*/
    /*    box-shadow: none;*/
    /*    border: none;*/
    /*    border-radius: 20px 0px 0px 20px;*/
    /*    padding: 0 15px;*/
    /*    max-height: 40px;*/
    /*    margin-left: -18%;*/
    /*}*/
    
    .nav_bottom .menu .nav_item .dropdown a {
        padding: 8px 25px;
        outline: 0;
        text-decoration: none;
        white-space: nowrap;
        color: #fff;
        font-weight: 300;
        display: block;
        position: relative;
    }
}

@media all and (max-width:992.52px) {
    .navbar_type10 {
        display: none !important;
    }
    
    .nav_bottom {
        display: none !important;
    }
    
    #top_spacing {
        position: relative;
        height: 80px !important;
        width: 100%;
    }
}

@media all and (max-width:767.52px) {
    .navbar_mobile {
        flex-basis: auto;
        background-color: rgba(255, 255, 255, 0.9);
        background-color: #fff;
        width: auto;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        color: #f5181e;
        align-items: center;
        justify-content: flex-end;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        height: 80px;
    }
    
    .nav_bottom .menu {
        flex-wrap: wrap;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        display: none;
    }
    
    #top_spacing {
        position: relative;
        height: 80px !important;
        width: 100%;
    }
    
    /*.video_group .video {*/
    /*    position: absolute;*/
    /*    top: 0;*/
    /*    left: 0;*/
    /*    width: 100%;*/
    /*    height: 100%;*/
    /*    object-fit: contain;*/
    /*    z-index: -1;*/
    /*}*/
    
    .navbar_type10 {
        display: none !important;
    }
}

@media all and (max-width:575.52px) {
}

/*about us*/

.abt-container {
    padding: 5vw 7vw 5rem 7vw;
}

.abt-imgcol img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 20px;
}

.abt-contentcol {
    padding-top: 2rem;
    padding-left: 3rem;
}

.abt-container .n_SubHeader {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    line-height: 14px;
    color: #404040;
    text-align: left;
}

.abt-title {
    margin-bottom: 1.5rem;
}

.abt-container .title1 {
    font-family: 'M PLUS 1', sans-serif;
    font-size: 26px;
    font-weight: 900;
    margin-top: 3%;
    margin-bottom: 1rem;
    text-transform: uppercase;
    line-height: 1.2;
    color: #404040;
    padding: 0% 0% 0% 0%;
}

.abt-container .text1 {
    font-family: 'Manrope', sans-serif;
    font-size: 16px;
    color: #404040;
    margin-bottom: 2rem;
    line-height: 1.8;
    font-weight: 400;
}

.abt-container .highlight {
    color: #f5181e;                  
}

.abt-container .j_btn button {
    background: transparent;
    border: 1px solid #404040;
    color: #404040;
    font-size: 0.85rem;
    padding: 11px 35px;
    transition: background 0.3s linear, color 0.3s linear;
    margin-top: 0%;
    margin-left: 0%;
    text-decoration: none !important;
    display: inline-block;
    font-weight: 400;
    cursor: pointer;
    border-radius: 30px;
}

.abt-container .j_btn button:hover {
    background: #f5181e;
    color: #ffffff;
}

.abt-container .j_btn button img.upload-icon {
    margin-left: 10px !important;
    width: 13px !important;
    height: auto !important;
    display: inline-block !important;
    transition: transform 0.2s ease-in-out;
}

.abt-container .j_btn button:hover img.upload-icon {
    transform: translateX(5px);
}

.abt-container .j_btn button:active img.upload-icon {
    filter: brightness(0) invert(1);
}

.abt-container .j_btn button:active {
    background: #e6a900;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.abt-container .j_btn button .item img {
    width: 100% !important;
    height: auto !important;
    z-index: -1;
}

@media all and (max-width:1200.52px) {
    .abt-imgcol img {
        width: 110%;
        height: 100%;
        object-fit: cover;
        border-radius: 20px;
    }
    
    .abt-contentcol {
        padding-top: 2rem;
        padding-left: 5rem;
    }
}

@media all and (max-width:767.52px) {
    .abt-imgcol img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 20px;
    }
    
    .abt-contentcol {
        padding-top: 2rem;
        padding-left: 2rem;
    }
    
    .abt-container .title1 {
        font-size: 24px;
    }
}

@media all and (max-width:575.52px) {
}


/*hp_gallery*/

.gallery-container {
    padding: calc(2rem + 2rem) 9vw 0rem;
    background: #FFFAE9 url(https://cdn1.npcdn.net/img/1733811781best-selling-bg.jpg) no-repeat center center;
    background-size: cover;
    height: 58%;
}

.gallery-container .galleryTitle {
    font-family: 'Manrope', sans-serif;
    position: relative;
    font-size: 16px;
    font-weight: 200;
    line-height: 14px;
    color: #fff;
    text-align: center;
    margin-left: 0%;
}

.gallery-container .gallerysubTitle {
    font-family: 'M PLUS 1', sans-serif;
    font-size: 32px;
    font-weight: 900;
    margin-top: 1%;
    margin-bottom: 0%;
    margin-left: 0%;
    text-transform: uppercase;
    line-height: 1.1;
    color: #fff;
    text-align: center;
}

.five-full {
    flex: 0 0 50%;
    max-width: 33.33%;
}

.click1 {
    transition: all 0.50s;
    border: 1px solid transparent;
}

.click1:hover {
    transform: translateY(15px);
}

@media all and (max-width:1200.5px) {
    
}

@media all and (max-width:991.52px) {
    
}

@media all and (max-width:767.52px) {
    .gallery-container {
        padding: calc(2rem + 2rem) 9vw 0rem;
        background: #FFFAE9 url(https://cdn1.npcdn.net/img/1733811781best-selling-bg.jpg) no-repeat center center;
        background-size: cover;
        height: 100%;
    }
    
}

@media all and (max-width:575.52px) {
    .five-full {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/*hp_events*/

.event-container {
    padding: calc(2rem + 2rem) 9vw 0rem;
    background: #FFFAE9 url(https://cdn1.npcdn.net/img/1733812667upcoming-bg.jpg) no-repeat center center;
    background-size: cover;
    height: 38%;
    margin-top: 12%;
}

.event-container .eventTitle {
    font-family: 'Manrope', sans-serif;
    position: relative;
    font-size: 16px;
    font-weight: 200;
    line-height: 14px;
    color: #fff;
    text-align: center;
    margin-left: 0%;
}

.event-container .eventSubTitle {
    font-family: 'M PLUS 1', sans-serif;
    font-size: 32px;
    font-weight: 900;
    margin-top: 1%;
    margin-bottom: 0%;
    margin-left: 0%;
    text-transform: uppercase;
    line-height: 1.1;
    color: #fff;
    text-align: center;
}

.event-container img {
    vertical-align: middle;
    border-style: none;
    width: 100%;
    padding: 0% 5% 0% 5%;
}

.event-container .eventfive-full {
    flex: 0 0 100%;
    max-width: 100%;
}

.event-container .eventClick {
    /* transition: all 0.50s; */
    /* border: 1px solid transparent; */
    transform: translate(0%, -50%);
}

.event-container .eventClick:hover {
    /*transform: translateY(15px);*/
}

.delay3 {
    animation-delay: 0.6s;
}

.move1 {
    margin-top: 0px;
}

.click1 {
    transition: all 0.50s;
    border: 1px solid transparent;
}

.click1:hover {
    transform: translateY(15px);
}

@media all and (max-width:1200.5px) {
    .event-container img {
        vertical-align: middle;
        border-style: none;
        width: 100%;
        padding: 0% 1% 0% 5%;
    }
    
}

@media all and (max-width:991.52px) {
    
}

@media all and (max-width:767.52px) {
    .event-container {
        padding: calc(2rem + 2rem) 9vw 0rem;
        background: #FFFAE9 url(https://cdn1.npcdn.net/img/1733812667upcoming-bg.jpg) no-repeat center center;
        background-size: cover;
        height: 50%;
        margin-top: 12%;
    }
    
    .event-container img {
        vertical-align: middle;
        border-style: none;
        width: 100%;
        padding: 0% 0% 0% 0%;
        margin-top: 50%;
    }
    
}

@media all and (max-width:575.52px) {
    .event-container .five-full {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/*hp_news*/

.index_wrapper_6 {
    margin-top: -14%;
}

#main_index .latest_new_type4 .text-right {
    text-align: right !important;
    display: none;
}

@media all and (max-width:1200.5px) {
    
}

@media all and (max-width:991.52px) {
    
}

@media all and (max-width:767.52px) {
    
}

@media all and (max-width:575.52px) {
    .event-container .five-full {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

/*hp_adv*/

.hp_adv {
    padding: calc(0rem + 8rem) 9vw 0rem;
    background: #FFFAE9 url(https://cdn1.npcdn.net/img/1733814404follow-us-bg.jpg) no-repeat center center;
    background-size: cover;
    height: 80%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 3%;
}

.hp_service_content {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background: #fff;
    padding: 13% 8% 15% 8%;
    border-radius: 25px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
    height: 102%;
    transition: transform 0.25s linear;
}

.hp_service_content:hover {
    transform: scale(0.98);
}

.hp_service_icon {
    width: 100px; 
    height: 100px; 
    margin: 0 auto 1rem; 
    object-fit: contain;
}

.hp_service_content:hover .hp_service_icon{
    transform-origin:center;
    animation:j_shake 0.3s linear 0.1s 2;
}

.subtitle_all {
    font-size: 26px;
    font-weight: 900;
    margin-top: 10px;
    margin-bottom: 20px;
    color: #000;
}

.hp_service_spancontent {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.5;
    /* font-size: 16px; */
    padding: 0% 2% 0% 2%;
    color: #404040;
}

@keyframes j_shake{
    25%{transform:rotate(10deg);}
    75%{transform:rotate(-10deg);}
}

@media screen and (max-width: 1200.5px){
}

@media screen and (max-width: 767.5px){
    .hp_adv {
        padding: calc(0rem + 2rem) 9vw 0rem;
        background: #FFFAE9 url(https://cdn1.npcdn.net/img/1733814404follow-us-bg.jpg) no-repeat center center;
        background-size: cover;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-top: 3%;
    }
    
    .hp_service_content {
        text-align: center;
        display: flex
    ;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        background: #fff;
        padding: 7% 8% 9% 8%;
        border-radius: 25px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
        height: 100%;
        transition: transform 0.25s linear;
        margin-top: 0%;
    }
    
    .hp_adv .col-md-6.col-lg-4 {
        padding: 15px;
    }
}

/*hp_adv*/

.hp_follow {
    padding: calc(0rem + 2rem) 0vw 2rem;
    background: #FFFAE9 url(https://cdn1.npcdn.net/img/1733817809follow-us-bg-new.jpg) no-repeat center center;
    background-size: cover;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 5%;
    margin-bottom: 3%;
}

.hp_follow .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 45px 5%;
}

.follow-title {
    font-family: 'Manrope', sans-serif;
    position: relative;
    font-size: 16px;
    font-weight: 200;
    line-height: 14px;
    color: #fff;
    text-align: center;
    margin-left: 0%;
    margin-top: -6%;
}

.follow-subtitle {
    font-family: 'M PLUS 1', sans-serif;
    font-size: 32px;
    font-weight: 900;
    margin-top: 4%;
    margin-bottom: 10%;
    margin-left: 0%; 
    text-transform: uppercase;
    line-height: 1.1;
    color: #fff;
    text-align: center;
}

.followClick img {
    width: 80px !important;
}

.input-wrapper {
    position: relative;
    width: 100%;
    max-width: 250%;
    margin: 0 auto;
}

.subscribe_box .form-control {
    width: 100%;
    padding: 13px 0px 13px 0px;
    font-size: 17px !important;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 40px;
    box-shadow: none;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    text-align: center;
    /* text-align-last: left; */
}

.subscribe_box .email-icon {
    position: absolute;
    top: 50%;
    right: 32%;
    transform: translateY(0%);
    color: #888;
    font-size: 17px;
    pointer-events: none;
}

.subscribe_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
}

.general_btn {
    font-family: 'Manrope', sans-serif;
    width: 100%;
    max-width: 200px;
    margin-top: 15px;
    padding: 10px 20px;
    font-size: 16px !important;
    font-weight: 300;
    text-transform: uppercase;
    background-color: transparent;
    color: #fff;
    border: none;
    border-radius: 40px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.general_btn:hover {
    background-color: #f5181e;
}

.subscribe_box .form-control:focus {
    border-color: #007bff;
    outline: none;
}

.subscribe_box .form-control:focus ~ .email-icon {
    color: #007bff;
}

@media screen and (max-width: 1200.5px){
    .hp_follow {
        padding: calc(0rem + 3rem) 0vw 2rem;
        background: #FFFAE9 url(https://cdn1.npcdn.net/img/1733817809follow-us-bg-new.jpg) no-repeat center center;
        background-size: cover;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-top: 5%;
        margin-bottom: 3%;
    }
}

@media screen and (max-width: 767.5px){
    .hp_follow {
        padding: calc(0rem + 3rem) 0vw 0rem;
        background: #FFFAE9 url(https://cdn1.npcdn.net/img/1733817809follow-us-bg-new.jpg) no-repeat center center;
        background-size: cover;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-top: 5%;
        margin-bottom: 2%;
    }
    .hp_follow .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        padding: 0 8px 2%;
    }
    
    .subscribe_box .email-icon {
        position: absolute;
        top: 50%;
        right: 10%;
        transform: translateY(0%);
        color: #888;
        font-size: 17px;
        pointer-events: none;
    }
    
    .subscribe_box .form-control {
        width: 100%;
        padding: 13px 0px 13px 0px;
        font-size: 15px !important;
        color: #495057;
        background-color: #fff;
        border: 1px solid #ced4da;
        border-radius: 40px;
        box-shadow: none;
        transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        text-align: center;
    }
}

#main_index {
    overflow: hidden !important;
    padding: 0 !important;
}

/*footer*/

.footer_type4 {
    padding-top: 2rem;
    padding-bottom: 2rem;
    background-color: #f2f2f2 !important;
    background-image: none;
    background-position: 10%;
    background-repeat: no-repeat;
    background-size: contain;
    color: #404040;
}

.footer_type4 a {
    color: #404040;
}

.footer_type4 p {
    margin-bottom: 0px;
    font-size: 16px;
}

.footer_type4 h6 {
    font-size: 145% !important;
    font-weight: 800;
}

.footer_type4 .left_line {
    border-right: none;
}

.footer_type4 .subscribe-container {
    display: flex;
    align-items: center;  
    justify-content: space-between;  
}

.footer_type4 .social_media li a {
    display: inline-block;
}

.footer_type4 .social_media {
    display: flex;
    margin-left: 15px;  
    list-style-type: none;
    padding: 0;
}

.footer_type4 .btn {
    display: inline-block;
    font-weight: 400;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem 1.5rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 1.25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

@media screen and (max-width: 1200.5px){
    #main_index #top_spacing {
        position: relative;
        height: 80px !important;
        width: 100%;
    }
    .footer_type4 p {
        margin-bottom: 0px;
        font-size: 14px;
    }
    
    .footer_type4 h6 {
        font-size: 126% !important;
        font-weight: 800;
    }
    
    .footer_type4 .social_media li {
        margin-top:3%;
        margin-bottom: 0.25rem;
        /*width: 20%;*/
    }
    
    .footer_type4 .subscribe-container {
        margin-top:3%;
        display: inline;
        align-items: center;
        justify-content: space-between;
    }
    
    .footer_type4 .btn {
        display: inline-block;
        font-weight: 400;
        color: #fff;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-color: transparent;
        border: 1px solid transparent;
        padding: .375rem 1.5rem;
        font-size: 1rem;
        line-height: 1.5;
        border-radius: 1.25rem;
        transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
        margin-top: 5%;
    }
}

@media screen and (max-width: 767.5px){
    .footer_type4 .social_media li {
        margin-top:0%;
        margin-bottom: 0.25rem;
        /*width: 20%;*/
    }
    
    .footer_type4 .subscribe-container {
        margin-top:0%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    
    .footer_type4 .btn {
        display: inline-block;
        font-weight: 400;
        color: #fff;
        text-align: center;
        vertical-align: middle;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-color: transparent;
        border: 1px solid transparent;
        padding: .375rem 1.5rem;
        font-size: 1rem;
        line-height: 1.5;
        border-radius: 1.25rem;
        transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
        margin-top: 0%;
    }
    
    .footer_type4 .left_line {
        border-right: none;
        border-bottom: none !important;
    }
}

@media screen and (max-width: 500.5px){
    .video_group {
        position: relative;
        width: 100%;
        height: 100%;
    }
    .index_wrapper_2 .item>img{
    	/*min-height:26rem!important;*/
    	object-fit:cover;
    	object-position: 50% 50%;
    }
    .video_group video {
        min-height: 100% !important;
        object-fit: cover;
    }
}
