/*Roboto Condensed: */
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;500;600;700&display=swap');
/***ROBOTO USE ON "EXPERTISE" SECTION THAT 8 POINTS & "TESTIMONIAL" SECTION WORDING IN COLUMN*/

/*Kalam: */
@import url('https://fonts.googleapis.com/css2?family=Kalam:wght@400;700&display=swap');
/***KALAM USE ON ABOUT US SECTION HANDWRITTING WORDING*/
.kalam_family {
    font-family: "Kalam", cursive;
    /*font-style: italic;*/
}
.roboto_condensed_family {
    font-family: "Roboto Condensed", sans-serif;
}


html {
    scroll-behavior: smooth;
}

/*Latest News*/
#latestnews_3_1 {
    display: none;
}
/*New Css*/

#main_index{
    overflow: hidden;
}
/* Navbar */
/*Mobile Navbar*/
.floating_btn_bottom {
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
}
.floating_btn_bottom.floating_display {
    opacity: 1;
    visibility: visible;
}
.floating_btn_bottom_wrapper>li>a>i {
    margin-top: 1px;
    font-size: 17px;
}
.floating_btn_bottom .fa-whatsapp:before {
    content: "";
    position: absolute;
    /*background: url("https://cdn1.npcdn.net/img/1716345678MOBILE-HOME.png");*/
    background: url("https://cdn1.npcdn.net/img/1717150026WHATSAPP.png");
    background-size: contain;
    height: 22px;
    width: 22px;
    top: -10px;
    right: 0;
}
.floating_btn_bottom_wrapper .fa-home:before {
    content: "";
    position: absolute;
    /*background: url("https://cdn1.npcdn.net/img/1716345678MOBILE-HOME.png");*/
    background: url("https://cdn1.npcdn.net/img/1717149959home (1).png");
    background-size: contain;
    height: 22px;
    width: 22px;
    top: -10px;
    left: 0;
}
.navbar_mobile {
    border-bottom: unset;
    transition: all 0.5s ease-in-out;
    background-color: transparent;
}
.navbar_type8 {
    transition: all 0.5s ease-in-out;
    height: 85px;
    /*box-shadow: 0 0 1px 0 black;*/
}
#main_index .navbar_type8 {
    box-shadow: unset;
}
.navbar_type8 .nav_tab .nav_item::before{
    border-bottom: 2px solid #ce2d1b;
    left: 15%;
    top: 115%;
    width: 70%;
}
.navbar_type8 .nav_tab .nav_item:nth-child(n+9)::before {
    display: none;
}
.navbar_type8 .nav_tab .nav_item a {
    text-transform: capitalize;
    color: black;
    padding: 15px 0.8vw;
    font-size: 1.01vw;
}
#main_index .navbar_type8 .nav_tab .nav_item a {
    color: white;
    text-shadow: 3px 3px 3px black;
}
/*#main_index .navbar_type8 .nav_tab .nav_item:hover a {*/
/*    color: #6e1418;*/
/*}*/
/*.navbar_type8 .nav_tab .nav_item:hover a {*/
/*    color: #6e1418;*/
/*}*/

.navbar_type8 .logo {
    margin-left: 30px;
}
.navbar_type8 .logo img {
    width: 100%;
    padding: 10px;
} 
.navbar_mobile .logo_img {
    transition: all 0.5s ease-in-out;
}
.navbar_mobile .btn-outline-light {
    border-color: #ff0000;
    color: #ff0000;
    transition: all 0.5s ease-in-out;
}

@keyframes fadeIn_animation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
.mobile_logo_size {
    max-height: 25px !important;
}

.mobile_icon_size{
    font-size: 9px !important;
}

.icon_border_setting {
    height: 15px !important;
    width: 5px !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.dark_nav {
    height: 60px;
    background-color: rgba(255, 255, 255, 0.8) !important;
}
    .dark_nav.navbar_type8 .nav_tab .nav_item:hover a {
        color: #6e1418;
    }
    .dark_nav.navbar_type8 .nav_tab .nav_item a {
        color: black;
        text-shadow: unset;
    }
    .dark_nav .btnSearch img{
        filter: brightness(0);
    }
    
    .navbar_type8 .btnSearch img {
        filter: brightness(0);
    }
    
    #main_index .navbar_type8 .btnSearch img {
        filter: drop-shadow(2px 2px 1px black) brightness(1);
    }
    #main_index .dark_nav.navbar_type8 .btnSearch img{
        filter: brightness(0);
    }
    
    #main_index .dark_nav.navbar_type8 .nav_tab .nav_item a {
        color: black;
        text-shadow: unset;
    }
    #main_index .dark_nav.navbar_type8 .nav_tab .nav_item:hover a {
        color: #6e1418;
    }
    
/*Search Button*/
    .nav_search_section {
        cursor: pointer;
        padding-left: 1vw;
    }
    .nav_search_section .nav_search_box .btnSearch .fas{
        font-size: 1.3vw;
        padding: 15px 1.7vw;
        color: white;
    }
    
     /*Search Input Box*/
    .btnSearch img {
        width: 1.3vw;
    }
    
    .boxSearch {
        cursor: pointer;
        display: none;
        position: fixed;
        top: 65px;
        right: 3.6%;
        transition: all 0.5s ease-in-out;
        animation: 1s fadeInDown;
    }
    .nav_search {
        flex-grow: 1;
        display: flex;
        max-width: 100%;
        align-self: center;
        margin-bottom: -5px;
        border: 1px solid #e0dede;
        box-shadow: 0px 0px 7px rgb(191 191 191 / 65%);
    }
    .nav_search input {
        background: rgba(240, 242, 245, 1);
        height: 45px;
        border: 0;
        box-shadow: none;
        padding: 5px 25px 5px 25px;
        border-radius: 0;
        max-height: 45px;
    }
    .nav_search .search_button {
        background-color: #f0f2f5;
        color: white;
        box-shadow: none;
        border: none;
        border-radius: 0;
        padding: 0 15px;
        max-height: 45px;
    }
    .nav_search .search_button .fas{
        font-size: 20px;
        color: #005587;
    }
    
    .editor .fas.fa-search{
        font-size: 25px;
        color: white; 
    }
    .fas.fa-search:before {
        content: '\f002';
        margin: auto 0;
    }
    .search_button:nth-child(2) .fas.fa-search:before{
        color: black;
    }
    
    .btnClose .fas.fa-search:before {
        content: "\f00d";
        /*margin: auto 0;*/
        color: white;
        font-size: 1.3vw;
    }
/* End Navbar */



/* Footer */
.footer_type3 {
    padding-top: 30px;
    background-color: #F4F4F4;
}
    /*Text Setting*/
    .footer_type3 .footer_text_size {
        font-size: 15px;
        font-weight: 500;
    }
    .footer_type3 p small{
        font-size: 10px;
    }
    .privacy_policy, .footer_terms, .footer_returns {
        color: black;
        text-decoration: none;
        font-size: 10px;
        font-weight: 500;
    }
/*Customize Footer*/
.customize_footer {
    background-color: #F4F4F4;
    padding: 50px 0;
}
.customize_footer .container-fluid {
    max-width: 1300px;
}
.customize_footer .left_outer_box .frame_inner_box {
    max-width: 330px;
}
.customize_footer .left_outer_box .content_box .details_box {
    display: flex;
    align-items: center;
    margin-left: -15px;
    /*gap: 20px;*/
}
.customize_footer .left_outer_box .content_box .details_box:nth-child(2){
    margin-top: 20px;
}
.customize_footer .left_outer_box .content_box .details_box:nth-child(2) .contact_box{
    display: flex;
    flex-direction: column;
}
.customize_footer .left_outer_box .footer_title {
    max-width: 230px;
}

.customize_footer .center_outer_box .social_outer_box {
    display: flex;
    justify-content: center;
    margin: 0 0 50px;
    gap: 50px;
}

.customize_footer .right_outer_box {
    max-width: 320px;
    margin-left: auto;
}
    /*Text Setting*/
    .customize_footer .footer_title {
        color: black;
        font-size: 19px;
        font-weight: 700;
        margin-bottom: 20px;        
    } 
    .customize_footer .footer_title span {
        display: block;
        font-size: 15px;
        font-weight: 500;
    }
    
    .customize_footer .left_outer_box .details {
        font-size: 13px;
        color: rgba(0, 0, 0, 0.7);
        font-weight: 500;
    }
    
    .customize_footer .center_outer_box .details {
        color: black;
        font-size: 10px;
    }
    
    .customize_footer .right_outer_box .details {
        font-size: 13px;
        color: rgba(0, 0, 0, 0.7);
        line-height: 2;
        font-weight: 500;
    }
    .customize_footer .right_outer_box .details span {
        display: block;
    }
    
    /*Image Setting*/
    .customize_footer .left_outer_box .icon_box img {
        width: 50px;        
    }
    
    .customize_footer .center_outer_box .icon_box img {
        width: 55px;
    }
    .customize_footer .center_outer_box .img_box img {
        width: 100px;
    }

    /*Button Setting*/
    .btn_style03 {
        display: inline-block;
        color: white;
        text-transform: uppercase;
        background-color: black;
        border: 1px solid black;
        font-weight: 600;
        font-size: 15px;
        padding: 8px 35px;
        transition: 0.3s linear;
    }
    .btn_style03:hover {
        color: black;
        text-decoration: none;
        background-color: transparent;
        border-radius: 0 30px 30px 30px;
    }
    .btn_style03.active {
        color: black !important;
        text-decoration: none !important;
        background-color: transparent !important;
        border-radius: 0 30px 30px 30px !important;
    }
/* End Footer */



/* Banner */
.slider_banner .banner_content {
    overflow: hidden;
}
.desktop_background_black{
    position: absolute;
    width: 38%;
    height: 100%;
    top: 0;
    right: 0;
    animation-delay: 1s !important;
    animation-duration: 3s !important;
}
.desktop_background_black.desktop01{
    position: absolute;
    background: url("https://cdn1.npcdn.net/img/1716265613A_PIC-1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}
.desktop_background_black.desktop02{
    position: absolute;
    background: url("https://cdn1.npcdn.net/img/1716265675A_PIC-2.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}
.desktop_background_black.desktop03{
    position: absolute;
    background: url("https://cdn1.npcdn.net/img/1716265692A_PIC-3.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}
/*Mobile Banner*/
#main_index .index_wrapper_3 {
    display: none;
}
.mobile_reliable_banner .frame_outer_box {
    display: flex;
    flex-wrap: wrap;
}
.mobile_reliable_banner .banner_frame_box {
    position: relative;
    flex: 0 0 100%;
}
.mobile_reliable_banner .banner_frame_box > img {
    width: 100%;
    height: 155vw;
    object-fit: cover;
}
.mobile_reliable_banner .content_outer_box {
    position: absolute;
    top: 22%;
    left: 48vw;
    width: 50vw;
}

.mobile_reliable_banner .banner_btn img {
    max-width: 30px;
    margin: -10% 0 0 40%;
}

.hp_topspace_sticky_navbar {
    height: 60px;
    background-color: rgba(255, 255, 255, 0.8) !important;
    animation: 1s fadeIn_animation linear;
}
@keyframes fadeIn_animation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
#main_index .index_wrapper_2 {
    margin-top: -85px;
}
    /*Dots Setting*/
    #main_index .slick-dots {
        position: absolute;
        bottom: 11.5%;
        left: 50%;
        transform: translateX(-50%);
        width: auto;
        text-align: left;
    }
    
    #main_index .slick-dots li {
        width: 25px;
        height: 2px;
        margin: 0;
        padding: 0;
    }
    
    #main_index .slick-dots li:nth-child(1n+2) {
        margin-left: 5px;
    }
    
    #main_index .slick-dots li button {
        width: 25px;
        height: 2px;
        padding: 0;
    }
    
    #main_index .slick-dots li button::before {
        content: "";
        width: 25px;
        height: auto;
        border-top: 2px solid rgba(255, 255, 255, 0.5);
        color: rgba(255, 255, 255, 0.5);
        opacity: 1;
    }
    
    #main_index .slick-dots li.slick-active button::before {
        width: 25px;
        height: auto;
        border-top: 3px solid rgba(255, 255, 255, 1);
        color: rgba(255, 255, 255, 1);
        opacity: 1;
    }

.reliable_banner {
    position: absolute;
    width: 30%;
    top: 20%;
    left: 66%;
    
}
.reliable_banner::before {
    content: "";
    position: absolute;
    background-color: rgba(0, 0, 0, 0.6);
    animation : 1s 2s background_animation both;
    height: 100%;
    width: 0;
    right: 0;
    top: 0;
}

.reliable_banner .banner_content_box {
    position: relative;
    animation-delay: 4s ;
    animation-duration: 3s ;
}
.hp_bannermobile .banner_content_box {
    animation-delay: 2s ;
    animation-duration: 2s ;
}
    /*Dots Setting*/
    
    /*Text Setting*/
    .banner_small_content {
        color: white;
        border: 4px solid #6e1418;
        padding: 9%;
        font-size: 1vw;
        font-weight: 300;
        text-align: justify;
        line-height: 1.5;
    }
    
    /*Image Setting*/
    .banner_big_title {
        width: 100%;
        margin-bottom: 5%;
        animation-delay: 4s !important;
        animation-duration: 3s !important;
    }
    .reliable_banner .banner_btn{
        position: absolute;
        width: 35px;
        bottom: -10%;
        left: 45%;
    }
/* End Banner */



.big_title {
    color: #6e1418;
    font-size: 37px;
    font-weight: 700;
    margin-bottom: 0;
}
.big_title span{
    display: block;
}

.small_title {
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
}

.small_content {
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1.5;
    text-align: justify;
}

.btn_box {

}

.btn_style {
    display: inline-block;
    color: #930209;
    text-transform: uppercase;
    background-color: white;
    border: 3px solid #930209;
    font-weight: 900;
    font-size: 15px;
    padding: 12px 35px;
    transition: 0.3s linear;
}
.btn_style:hover {
    color: white;
    text-decoration: none;
    background-color: #930209;
    border-radius: 0 30px 30px 30px;
}
.btn_style.active {
    color: white !important;
    text-decoration: none !important;
    background-color: #930209 !important;
    border-radius: 0 30px 30px 30px !important;
}
#btn_style01.btn_style:hover {
    color: white; !important;
    text-decoration: none; !important;
    background-color: #930209; !important;
    border-radius: 0 30px 30px 30px; !important;
}
#btn_style02.btn_style:hover {
    color: #930209; !important;
    text-decoration: none; !important;
    background-color: transparent; !important;
    border-radius: 30px 0 30px 30px; !important;
}
#btn_style03.btn_style:hover {
    color: white; !important;
    text-decoration: none; !important;
    background-color: #930209; !important;
    border-radius: 30px 0 30px 30px; !important;
}

/*About Us Section01*/
.about_us_sec01 {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    background: url("https://cdn1.npcdn.net/img/1715148636B_BG.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100%;
}
/*.about_us_sec01::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: 0;*/
/*    width: 107%;*/
/*    height: 100%;*/
/*    background: url("https://cdn1.npcdn.net/img/1715148636B_BG.jpg");*/
/*    background-size: cover;*/
/*    background-repeat: no-repeat;*/
/*    z-index: -1;*/
/*}*/
.about_us_sec01 .container-fluid {
    max-width: 1305px;
}

.about_us_sec01 .right_outer_box {
    margin: auto;;
}
    /*Image Setting*/
    .about_us_sec01 .left_outer_box img {
        width: 95%;
    }
    
    /*Text Setting*/
    .about_us_sec01 .small_content span {
        display: block;
        margin-top: 20px;
    }
    .about_us_sec01 .small_content .kalam_family {
        max-width: 602px;
        font-weight: 600;
        letter-spacing: 0.5px;
        font-size: 15px;
        transform: skewX(-2deg);
        font-style: unset;
    }
    
    /*Button Setting*/
    .about_us_sec01 .btn_style {
        margin-top: 20px;
    }

    
/*End About Us Section01*/



/*Our Services Section02*/
.service_sec02 {
    background: url("https://cdn1.npcdn.net/img/1715151141C_BG.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}
.service_sec02 .mobile_title_box {
    display: none;
}
.service_sec02 .left_outer_box {
    margin: auto;
    flex: 0 0 48%;
    max-width: 48%;
}
.service_sec02 .left_outer_box .frame_inner_box {
    max-width: 500px;
    margin: 0 7% 0 auto;
}

.service_sec02 .right_outer_box {
    padding-right: 0;
    flex: 0 0 52%;
    max-width: 52%;
}

.service_sec02 .right_outer_box {
    padding-right: 0;
}
.service_sec02 .right_outer_box .frame_inner_box {
    position: relative;
}
.service_sec02 .right_outer_box .frame_inner_box .flower_box {
    position: absolute;
    top: 6%;
    right: 60%;
    width: 38%;
}
.service_sec02 .right_outer_box .frame_inner_box .text_box {
    position: absolute;
    right: 50%;
    bottom: 5%;
    width: 30%;
}

.service_sec02 .left_outer_box .content_outer_box {
    display: flex;
    justify-content: center;
}
    /*Button Setting*/
    .service_sec02 .btn_style {
        position: relative;
        color: white;
        text-transform: uppercase;
        background-color: #930209;
        border: 3px solid #930209;
        z-index: 1;
    }
    .service_sec02 .btn_style:hover {
        color: #930209;
        text-decoration: none;
        background-color: transparent;
        border-radius: 30px 0 30px 30px;
    }
    .service_sec02 .btn_style:active {
        color: #930209;
        text-decoration: none;
        background-color: transparent;
        border-radius: 30px 0 30px 30px;
    }
    
    .service_sec02 .btn_box {
        display: flex;
        justify-content: end;
        margin-right: -18%;
    }
    
    /*Text Setting*/
    .service_sec02 .left_outer_box .content_outer_box .title {
        font-family: "Roboto Condensed", sans-serif;
        font-weight: 300;
        font-size: 22px;
        margin-bottom: 50px;
        white-space: nowrap;
    }
    .service_sec02 .left_outer_box .content_outer_box .left_box  {
        text-align: left;
        padding-left: 5%;
    }
    .service_sec02 .left_outer_box .content_outer_box .left_box .title {
        color: black;
    }
     
    .service_sec02 .left_outer_box .content_outer_box .right_box {
        text-align: right;
        padding-right: 5%;
    }
    .service_sec02 .left_outer_box .content_outer_box .right_box .title {
        color: rgba(0, 0, 0, 0.6);
        margin-left: -15px;
    }
    .service_sec02 .left_outer_box .content_outer_box .right_box .title:nth-child(1) {
        margin-top: 35px;
    }
    
    .service_sec02 .small_content {
        margin: 20px 0;
    }
    /*Image Setting*/
    .service_sec02 .right_outer_box .frame_inner_box > img {
        width: 100%;
        padding-left: 30%;
        animation-duration: 2.5s;
    }
    .service_sec02 .right_outer_box .frame_inner_box .text_box img {
        width: 100%;
    }
    .service_sec02 .right_outer_box .frame_inner_box .flower_box img {
        width: 100%;
    }
/*End Our Services Section02*/



/*Project Gallery Section03*/
.grallery_sec03 {
    overflow: hidden;
    margin: 100px 0;
}
.grallery_sec03 .bottom_outer_box .frame_inner_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 35px;
}

.grallery_sec03 .bottom_outer_box .bg_img.phone_version {
    display: none;
}
    
.grallery_sec03 .bottom_outer_box .frame_inner_box .content_outer_box {
    cursor: pointer;
    display:inline-block;
    flex-basis: calc(23% - 21px);
}
.grallery_sec03 .bottom_outer_box .frame_inner_box .content_outer_box:nth-child(1){
    flex-basis: calc(28% - 21px);
}

.grallery_sec03 .bottom_outer_box .frame_inner_box .content_outer_box .content_inner_box {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.grallery_sec03 .bottom_outer_box .frame_inner_box .content_outer_box .details_outer_box02 {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    transition:all 0.3s ease-in-out;
}
.grallery_sec03 .bottom_outer_box .frame_inner_box .content_outer_box:nth-child(n+2):hover .details_outer_box02 {
    position: absolute;
    opacity: 1;
    visibility: visible;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.7);
}

.grallery_sec03 .bottom_outer_box {
    padding: 0 30px;
}

.grallery_sec03 .bottom_outer_box .frame_inner_box .content_outer_box:nth-child(1) .details_outer_box02 {
    display: none;
}

.grallery_sec03 .bottom_outer_box .frame_inner_box .content_outer_box:nth-child(1) .bg_img .details_inner_box {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 5% 9%;
}
    /*Image Setting*/
    .grallery_sec03 .bottom_outer_box .frame_inner_box .content_outer_box:nth-child(1) .bg_img {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 38%;
    }
    .grallery_sec03 .bottom_outer_box .frame_inner_box .content_outer_box:nth-child(1) .bg_img::before {
        content: "";
        position: absolute;
        /*background: url("https://cdn1.npcdn.net/img/1716255939D_PIC-1.2.jpg");*/
        background: url("https://cdn1.npcdn.net/images/D_PIC_1_1_2zg7dt_1783413730.jpg?md5id=c5a4273ee913c53de4b72fadbfc6cb7f&type=4");
        background-size: cover;
        background-repeat: no-repeat;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transition: all 0.3s ease-in-out;
    }
    
    /*Mobile Effect*/
    .grallery_sec03 .bottom_outer_box .frame_inner_box .content_outer_box:nth-child(1):hover .bg_img::before {
        transform: scale(1.1);
    }
    .grallery_sec03 .bottom_outer_box .content_inner_box > img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all 0.3s ease-in-out;
    }
    
    .grallery_sec03 .bottom_outer_box .content_inner_box .icon_box {
        width: 5vw;
    }
    .grallery_sec03 .bottom_outer_box .content_inner_box .icon_box img {
        width: 100%;
    }
    
    .grallery_sec03 .bottom_outer_box .frame_inner_box .content_outer_box:hover .content_inner_box > img {
        transform: scale(1.1);
    }
    
    /*Text Setting*/
    .grallery_sec03 .details_outer_box02 .title_box,.grallery_sec03 .details_inner_box .title_box {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .grallery_sec03 .details_outer_box02 .title_box {
        justify-content: center;
        height: 100%;
    }
    .grallery_sec03 .bottom_outer_box .frame_inner_box .content_outer_box:nth-child(n+2) .title_box {
        height: 100%;
        justify-content: center;
    }
    .grallery_sec03 .details_inner_box .title_box .title, .grallery_sec03 .bottom_outer_box .frame_inner_box .content_outer_box:nth-child(n+2):hover .btn_tour {
        font-size: 1.5vw;
        margin-bottom: 0;
        font-weight: 600;
    }
    
    .grallery_sec03 .details_inner_box .details {
        text-align: left;
        margin: 1% 0 0 0;
        font-size: 1vw;
        font-weight: 400;
        line-height: 1.5;
        color: rgba(255, 255, 255, 0.9);
    }
    .grallery_sec03 .small_content {
        text-align: center;
        margin: 20px 0;
    }
    
    .grallery_sec03 .small_content span.d-block:nth-last-child(1) {
        margin-top: 5px;
    }
    
    /*Button Setting*/
    .grallery_sec03 .btn_tour {
        color: white;
        font-size: 20px;
        font-weight: 400;
        transition: all 0.3s ease-in-out;
    }
    /*.grallery_sec03 .bottom_outer_box .frame_inner_box .content_outer_box:nth-child(n+2):hover .btn_tour {*/
    /*    letter-spacing: 6px;*/
    /*}*/
/*End Project Gallery Section03*/



/*Testimonial Section04*/
.testimonial_sec04 {
    position: relative;
    padding-bottom: 100px;
}
.mobile_testimonial_sec04 {
    display: none;
}
.testimonial_sec04::after{
    content: "";
    position: absolute;
    background: url("https://cdn1.npcdn.net/img/1715158439E_BG.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 104%;
    height: 100%;
    bottom: -15%;
    left: -4%;
    z-index: -1;
}

.testimonial_sec04 .name_box {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 5px;
}

.testimonial_sec04 .left_outer_box {
    padding-left: 0;
    margin: auto;
}

.testimonial_sec04 .right_outer_box {
    margin: auto;
}

.testimonial_sec04 .rating_outer_box {
    margin-top: 15%;
}

.testimonial_sec04 .title_box{
    padding: 0 0 0 6.5%;
}
.testimonial_sec04 .testimonial_inner_box  {
    padding: 0 2.5% 0 1.3%;
}
    /*Arrow Setting*/
    .testimonial_sec04 .slick-arrow {
        top: 31%;
        z-index: 1;
    }
    .testimonial_sec04 .slick-arrow.slick-prev {
        left: -1%;
    }
    .testimonial_sec04 .slick-arrow.slick-next {
        right: 6%;
    }
    
    .testimonial_sec04 .left_outer_box .slick-arrow.slick-next {
        display: none !important;
    }
    .testimonial_sec04 .left_outer_box .slick-arrow.slick-prev {
        display: none !important;
    }
    /*Image Setting*/
    .testimonial_sec04 .left_outer_box img {
        width: 100%;
    }
    
    .testimonial_sec04 .right_outer_box .rating_outer_box img{
        width: 100%;
        margin-left: -47%;
    }
    
    .testimonial_sec04 .name_box img {
        width: 30px;
    }
    
    /*Text Setting*/
    .testimonial_sec04 .name {
        font-style: italic;
        font-size: 17px;
        font-weight: 900;
        color: #6e1418;
        margin-bottom: 0;
    }
    
    .testimonial_sec04 .small_content {
        margin: 20px 0 50px;
        max-width: 450px;
    }
    
    /*Arrows Setting*/
    .testimonial_sec04 .slick-next:before, .testimonial_sec04 .slick-prev:before {
        display: flex;
        justify-content: center;
        align-items: center;
        color: black;
        text-shadow: unset;
        border: 1px solid rgba(0, 0, 0, 0.3);
        border-radius: 30px;
        height: 30px;
        width: 30px;
    }
/*End Testimonial Section04*/



/*Whats On Us SEction05*/
.news_sec05 {
    overflow: hidden;
    margin-bottom: 15px;
}
.news_button_sec05_5 {
    display: none;
}
.news_sec05 .container-fluid .row {
    padding: 0 20px;
}
#main_index .innerContainer_8 {
    max-width: 1335px;
}
#main_index .hp_latest_new_8 .news_box .date{
    opacity: 1;
    color: black;
    text-align: left !important;
    font-weight: 900;
}
/*#main_index .index_wrapper_7 {*/
/*    background-color: white;*/
/*}*/
    /*Button Setting*/
    #main_index .hp_latest_new_8 .news_box .read_more {
        display: none;
    }
    
    /*Text Setting*/
    .news_sec05 .small_content {
        max-width: 490px;
        margin-left: auto;
    }
    
    #main_index .hp_latest_new_8 .news_box .title {
        font-size: 17px;
    }
    
    /*Icon Setting*/
    #main_index .hp_latest_new_8 .fas.fa-clock {
        color: #6e1418;
    }
/*End Whats On Us SEction05*/




/*Responsive*/
@media(max-width:992px){
    .banner_small_content {
        font-size: 1.3vw;
    }
    
    /*Section03*/
    .grallery_sec03 .bottom_outer_box .frame_inner_box .content_outer_box:nth-child(1) .bg_img .details_inner_box {
        padding: 10px;
    }
}
@media(max-width:768px){
    .big_title {
        font-size: 25px;
    }
    
    /*Button Setting*/
    .btn_style:hover {
        color: #930209;
        background-color: #fff;
        border-radius: 0;
    }
    .service_sec02 .btn_style:hover {
        color: white;
        background-color: #930209;
        border-radius: unset;
    }
    .service_sec02 .btn_style.active {
        color: #930209 !important;
        text-decoration: none !important;
        background-color: transparent !important;
        border-radius: 30px 0 30px 30px !important;
    }
    
    .footer_type3 .footer_text_size {
        font-size: 12px;
    }
    
    .customize_footer .left_outer_box .details span{
        display: block;
    }
    .customize_footer .left_outer_box .frame_inner_box {
        text-align: center !important;
        max-width: unset;
    }
    .customize_footer .right_outer_box .frame_inner_box {
        text-align: center !important;
    }
    .customize_footer .container-fluid .row {
        gap: 50px;
    }
    
    .customize_footer .left_outer_box .content_box .details_box {
        flex-direction: column;
        justify-content: center;
        margin-left: unset;
    }
    
        /*Text Setting*/
        .customize_footer .left_outer_box .footer_title {
            max-width: unset;
        }
        .customize_footer .right_outer_box {
            margin: auto;
        }
        
    /*Banner*/
    #main_index .index_wrapper_3 {
        display: block;
    }
    #main_index .index_wrapper_2 {
        display: none;
    }
    
    #main_index .index_wrapper_3 {
        margin-top: -80px;
    }
    .banner_small_content {
        font-size: 3.5vw;
    }
    .banner_big_title > img {
        width: 100%;
    }
    .banner_big_title {
        animation-delay: 2s !important;
        animation-duration: 2s !important;
    }
    
    /*Mobile Banner*/
    .hp_bannermobile .banner_frame_box {
        position:relative;
        height: 96vh;
        overflow:hidden;
    }
    .banner_content_outer_image{
        height: 100%;
        object-fit: cover;
        object-position: 0%;
    	width:100%;
    }   
    .hp_bannermobile .col-md-12 {
        padding: 0;
    }
    .hp_bannermobile .content_outer_box {
        position: absolute;
        top: 22%;
        left: 45vw;
        width: 50vw;
    }
    
    .hp_bannermobile .banner_btn img {
        max-width: 30px;
        margin: -10% 0 0 40%;
    }
    .mobile_background01 {
        position: absolute;
        background: url("https://cdn1.npcdn.net/img/1716285304A-MOBILE-BLACK-1.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        top: 0;
        right: 0;
        width: 61%;
        height: 100%;
        animation-delay: 0.3s !important;
        animation-duration: 1.5s !important;
    }
    .mobile_background02 {
        position: absolute;
        background: url("https://cdn1.npcdn.net/img/1716351945A-MOBILE-BLACK-2.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        top: 0;
        right: 0;
        width: 61%;
        height: 100%;
        animation-delay: 0.3s !important;
        animation-duration: 1.5s !important;
    }
    .mobile_background03 {
        position: absolute;
        background: url("https://cdn1.npcdn.net/img/1718847029A-MOBILE-BLACK-3.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        top: 0;
        right: 0;
        width: 60%;
        height: 100%;
        animation-delay: 0.3s !important;
        animation-duration: 1.5s !important;
    }
        /*Dots Setting*/
        #main_index .slick-dots {
            bottom: 12%;
        }
    
    /*Section01*/
    .about_us_sec01 .container-fluid .row {
        gap: 30px;
    }
        /*Image Setting*/
        .about_us_sec01 .left_outer_box img {
            width: 100%;
        }
        
    .about_us_sec01 {
        padding-top: 50px;
    }
    .about_us_sec01::after {
        top: 35%;
        width: 107%;
        background-size: contain;
    }
        
    /*Section02*/
    .service_sec02 .desktop_title_box {
        display: none;
    }
    .service_sec02 .mobile_title_box {
        display: block;
    }
    .service_sec02 .container-fluid .row {
        gap: 30px;
    }
    .service_sec02 .left_outer_box {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .service_sec02 .right_outer_box {
        flex: 0 0 100%;
        max-width: 100%;
        padding-left: 0;
    }
    .service_sec02 .left_outer_box .frame_inner_box {
        margin-right: unset;
        max-width: unset;
    }
        /*Text Setting*/
        .service_sec02 .left_outer_box .content_outer_box .title {
            font-size: 15px;
        }
        /*.service_sec02 .left_outer_box .content_outer_box .title:nth-child(odd) {*/
        /*    font-weight: 600;*/
        /*}*/
        /*Button Setting*/
        .service_sec02 .btn_box {
            justify-content: End;
            margin-right: unset;
        }
    
    /*Section03*/
    
    .grallery_sec03 .bottom_outer_box {
        padding: 0 15px;
    }
    .grallery_sec03 .bottom_outer_box .frame_inner_box {
        justify-content: center;
        gap: 15px;
    }
    
    .grallery_sec03 .bottom_outer_box .frame_inner_box .content_outer_box:nth-child(1) .bg_img:nth-child(2)  {
        display: none;
    }
    .grallery_sec03 .bottom_outer_box .bg_img.phone_version {
        display: block;
    }
    
    .grallery_sec03 .bottom_outer_box .frame_inner_box .content_outer_box:nth-child(1) .bg_img .details_inner_box {
        padding: 7% 8%;
    }
    
    .grallery_sec03 .bottom_outer_box .frame_inner_box .content_outer_box:nth-child(1) .details_outer_box02 {
        display: block;
    }
    /*Mobile effect*/
    .grallery_sec03 .bottom_outer_box .frame_inner_box .content_outer_box:nth-child(1):hover .details_outer_box02 {
        position: absolute;
        opacity: 1;
        visibility: visible;
        width: 100%;
        height: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: rgba(0, 0, 0, 0.7);
    }
    
    
    /*.grallery_sec03 .bottom_outer_box .frame_inner_box .content_outer_box:nth-child(1) .details_outer_box .details_inner_box {*/
    /*    max-width: unset;*/
    /*}*/
    /*.grallery_sec03 .bottom_outer_box .frame_inner_box .content_outer_box:nth-child(1) .details_outer_box .bg_img {*/
    /*    bottom: unset;*/
    /*    height: 43.5vw;*/
    /*    top: -7%;*/
    /*}*/
    /*.grallery_sec03 .bottom_outer_box .frame_inner_box .content_outer_box:nth-child(1) .details_outer_box {*/
    /*    padding: 0 15px;*/
    /*    top: 53%;*/
    /*    transform: translate(-50%, 35%);*/
        /*max-width: 397px;*/
    /*}*/
    .grallery_sec03 .bottom_outer_box .frame_inner_box .content_outer_box:nth-child(1) {
        flex-basis: 100%;
    }
    
    .grallery_sec03 .bottom_outer_box .frame_inner_box .content_outer_box:nth-child(n+2) {
        display: none;
    }
    .grallery_sec03 .bottom_outer_box .frame_inner_box .content_outer_box {
        flex-basis: calc(100%) ;
    }
    
    .grallery_sec03 .small_content span.d-block:nth-last-child(1) {
        margin-top: 20px;
    }
    
        /*Arrow Setting*/
        .grallery_sec03 .bottom_outer_box .content_inner_box .icon_box {
            width: 25vw;
            margin-right: -2.9%;
        }
        /*Text Setting*/
        .grallery_sec03 .details_inner_box .title_box .title {
            font-size: 6vw;
        }
        .grallery_sec03 .details_inner_box .details {
            text-align: start;
            font-size: 3.5vw;
            margin-top: 1%;
            letter-spacing: 1px;
        }
        .grallery_sec03 .details_inner_box .title_box .title, .grallery_sec03 .bottom_outer_box .frame_inner_box .content_outer_box:nth-child(n+2):hover .btn_tour {
            font-size: 5vw;
            font-weight: 700;
        }
        
        .grallery_sec03 .small_content .mobile_block {
            display: block;
        }
        
    /*Section04*/
    .testimonial_sec04 {
        display: none;
    }
    .mobile_testimonial_sec04.testimonial_sec04 {
        display: block;
    }
    .testimonial_sec04 .container-fluid .row {
        gap: 70px;
        flex-direction: column-reverse;
    }
    .testimonial_sec04 .small_content {
        margin-bottom: 20px;
    }
    .testimonial_sec04 .left_outer_box {
        padding-right: 0;
    }
    .testimonial_sec04 .testimonial_inner_box {
        padding: 0;
    }
    .testimonial_sec04 .title_box {
        padding: 0;
    }
    
    .mobile_testimonial_sec04.testimonial_sec04 .testimonial_box .slick-list {
        padding-bottom: 15px !important;
    }
    .mobile_testimonial_sec04.testimonial_sec04 .rating_outer_box {
        position: absolute;
        bottom: 8.5%;
        left: 15px;
        right: 15px;
        z-index: 1;
    }
    .mobile_testimonial_sec04.testimonial_sec04 .left_outer_box {
        position: relative;
    }
    
    .testimonial_sec04 .right_outer_box .rating_outer_box img {
        margin-left: 0;
    }
    .testimonial_sec04::after {
        background-size: contain;
        background-repeat: no-repeat;
        width: 100%;
        height: 100%;
        bottom: 0%;
        left: 0%;
    }
        /*Arrow Setting*/
        .testimonial_sec04 .slick-arrow {
            top: unset;
            bottom: -25%;
        }
        .testimonial_sec04 .slick-arrow.slick-next {
            right: 19%;
        }
        .testimonial_sec04 .slick-arrow.slick-prev {
            left: 11%;
        }
    /*Section05*/
    .news_sec05 .container-fluid .row {
        padding: 0;
    }
    .hp_latest_new_8 .news_box {
        padding: 10px 0;
    }
    #main_index .hp_latest_new_8 .latestnewsAjax .col-12.col-lg-4.mb-4:nth-child(n+2){
        display: none;
    }
    #main_index .hp_latest_new_8 .latestnewsAjax > .col-12.col-lg-4.mb-4 {
        margin-bottom: unset !important;
    }
        /*Text Setting*/
        .news_sec05 .big_title {
            margin-bottom: 20px;
        }
            /*Button Section05_5*/
            .news_button_sec05_5 {
                display: block;
            }
            .news_button_sec05_5 .frame_inner_box {
                display: flex;
                justify-content: end;
            }
            .news_button_sec05_5 .btn_style.active {
                color: white !important;
                text-decoration: none !important;
                background-color: #930209 !important;
                border-radius: 30px 0 30px 30px !important;
            }
}

@media(max-width: 369px){
    .customize_footer .left_outer_box .details {
        font-size: 11px;
    }
}
