@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* desktop */
body > br{
    display: none;
}

body {
    color: #262626;
    font-size: 15px !important;
    line-height: normal;
}

a {
    text-decoration: none !important;
    transition: all 0.50s !important;
}

b{
    display:block!important;
}

#main_index {
    overflow: hidden;
    padding-bottom: 0 !important;
}

/*.container, .container-lg, .container-md, .container-sm, .container-xl {*/
/*    max-width: 1250px;*/
/*}*/

.top1 {
    position: absolute;
    z-index: 1;
    /*border-bottom: 1px solid rgba(255, 255, 255, 0.75);*/
    width: 100%;
}

.top1 ul {
    margin: 0 auto;
    padding: 0;
}

.top1 ul li {
    display: inline-block;
    padding: 0 15px 0 0;
    border-right: 1px solid rgba(255, 255, 255, 0.75);
    color: #ffffff;
    font-weight: 500;
}

.top1 ul li:last-child {
    padding-left: 15px;
    padding-right: 0;
    border-right: none;
}

#top_spacing{
    height:150px !important;
}

@media screen and (max-width:992.85px){
    #top_spacing{
        height: 80px !important;
    }
}
.navbar_type8 {
    position: fixed;
    background-color: rgba(255,255,255,0.9);
    box-shadow:2px 2px 15px rgba(0,0,0,0.4);
    width: 90%;
    height: 80px;
    z-index: 100;
    margin: 0 5%;
    border-radius: 10px;
    top: 5%;
}

.dark_nav{
    background-color: rgba(255,255,255,0.9) !important;
}

.navbar_type8 .nav_tab .nav_item a {
    color: #000;
    font-weight: 700;
}

.navbar_type8 .nav_tab .nav_item::before {
    border-bottom: 2px solid #b98d48;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a{
    color: #fff !important;
    font-weight: 400;
    text-align:left;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a:hover {
    color: #ccc !important;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu-img {
    top: 80px !important;
    position: fixed;
    border-top: 25px solid transparent;
    left: 0;
    z-index: 99;
}

.navbar_type8 .nav_tab {
    flex: 0 1 80%;
    display: flex;
    justify-content: flex-end;
    padding-left: 15px;
    padding-right: 65px;
    flex-wrap: wrap;
    border-left: 2px solid #000; /* Adjust width and color as needed */
}

/*.navbar_type8 .logo img {*/
/*    padding: 5px;*/
/*    width: 250px;*/
/*}*/

.navbar_type8 .logo {
    flex: 0 1 35%;
    overflow: hidden;
    position: relative;
    /*margin-left: 65px;*/
}

.navbar_type8 .logo img {
    padding: 1px;
    width: 350px;
    /*background-color: #333;*/
}

/*#main_index .navbar_type11_height {*/
/*    min-height: 125px;*/
/*    background-color: #003764;*/
/*}*/

/*.navbar_type11_height {*/
/*    min-height: 0;*/
/*}*/

/*.navbar_type11 {*/
/*    background-color: transparent;*/
/*    transition: all 0.50s;*/
/*}*/

/*.navbar_type11 #openMenu {*/
/*    top: 0;*/
/*    left: auto;*/
/*    right: 0;*/
/*    transform: translate(0, 0);*/
/*    margin-left: 0;*/
/*    padding: 15px;*/
/*}*/

/*.navbar_type11 .menu_btn .bar1, .navbar_type11 .menu_btn .bar2, .navbar_type11 .menu_btn .bar3 {*/
/*    background-color: #ffffff;*/
/*    transition: all 0.50s;*/
/*}*/

/*.navbar_type11 .menu_btn:hover .bar1, .navbar_type11 .menu_btn:hover .bar2, .navbar_type11 .menu_btn:hover .bar3 {*/
/*    background-color: #003764;*/
/*}*/

/*.navbar_type11 #logo {*/
/*    right: 50%;*/
/*    margin-right: 0;*/
/*    margin-top: 0;*/
/*}*/

/*.navbar_type11 .logo_frame {*/
/*    padding-top: 125px;*/
/*}*/

/*.navbar_type11 .logo_frame img {*/
/*    right: 50%;*/
/*    transform: translate(50%, -50%);*/
/*    padding: 15px;*/
/*    filter: invert(1) brightness(10) drop-shadow(0 0 5px rgba(38, 38, 38, 0.25));*/
/*    transition: all 0.50s;*/
/*}*/

/*.navbar_type11 .bottom_line {*/
/*    height: 0;*/
/*    background-color: transparent;*/
/*}*/

/* open */

/*.navbar_type11.opened {*/
/*    background-color: rgba(255, 255, 255, 0.85);*/
/*    color: #262626;*/
/*}*/

/*.navbar_type11.opened .logo_frame img {*/
/*    filter: inherit;*/
/*    transition: all 0.50s;*/
/*}*/

/*.navbar_type11 .menu_btn.change .bar1, .navbar_type11 .menu_btn.change .bar2, .navbar_type11 .menu_btn.change .bar3 {*/
/*    background-color: #003764;*/
/*}*/

/*.navbar_type11.opened .menu_btn:hover .bar1, .navbar_type11.opened .menu_btn:hover .bar2,*/
/*.navbar_type11.opened .menu_btn:hover .bar3 {*/
/*    background-color: #262626;*/
/*}*/

/*.navbar_type11 .center_line::after {*/
/*    border-left: none;*/
/*}*/

/*.navbar_type11 .level_1 a {*/
/*    font-size: 15px;*/
/*    line-height: 50px;*/
/*    color: #003764;*/
/*    text-transform: uppercase;*/
/*    font-weight: bold;*/
/*}*/

/*.navbar_type11 .level_1 a:hover {*/
/*    color: #262626;*/
/*    position: relative;*/
/*    left: 15px;*/
/*}*/

/*.navbar_type11 .level_2 .menu_text {*/
/*    color: #003764;*/
/*    opacity: 1 !important;*/
/*}*/

/*.navbar_type11 .level_2 .sub_menu .sub_menu_item a {*/
/*    color: #003764;*/
/*}*/

/* */

/*.navbar_type11.sticky-menu {*/
/*    opacity: 0;*/
/*    transition: all 0.50s;*/
/*}*/

/*.navbar_type11.sticky-menu #openMenu, .navbar_type11.sticky-menu a {*/
/*    display: none;*/
/*}*/

/* banner */

.custom_slider_banner1 {
    position: relative;
    height: 100%;
}

.custom_slider_banner1 .slick-prev {
    left: 0;
    z-index: 1;
    background-color: #b98d48;
    width: 50px;
    height: 50px;
    transition: all 0.50s;
}

.custom_slider_banner1 .slick-next {
    right: 0;
    background-color: #b98d48;
    width: 50px;
    height: 50px;
    transition: all 0.50s;
}

.custom_slider_banner1 .slick-prev:hover, .custom_slider_banner1 .slick-next:hover {
    background-color: #ffffff;
}

.custom_slider_banner1 .slick-prev:before, .custom_slider_banner1 .slick-next:before {
    font-size: 25px;
    opacity: 1;
    transition: all 0.50s;
}

.custom_slider_banner1 .slick-prev:hover:before, .custom_slider_banner1 .slick-next:hover:before {
    color: #b98d48;
    font-size: 50px;
}

/*.banner1 {*/
/*    background-image: url(https://cdn1.npcdn.net/img/1676340485banner1.jpg);*/
/*    background-position: center;*/
/*    background-repeat: no-repeat;*/
/*    background-size: cover;*/
/*    height: 850px;*/
/*}*/

/*.banner2 {*/
/*    background-image: url(https://cdn1.npcdn.net/userfiles/23705/image/banner2-1.jpg);*/
/*    background-position: center;*/
/*    background-repeat: no-repeat;*/
/*    background-size: cover;*/
/*    height: 850px;*/
/*}*/

.custom_slider_banner1 .bannerdark {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-color: rgba(38, 38, 38, 0.25);*/
}

.table1 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    color: #ffffff;
    padding: 15px;
}

.font-banner1 {
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 10px;
}

.font-banner2 {
    font-size: 35px;
    font-weight: bold;
    text-align: center;
}

.delay1 {
    animation-delay: 0.2s;
}

.delay2 {
    animation-delay: 0.4s;
}

.delay3 {
    animation-delay: 0.6s;
}

.slider_banner .item::after{
    content: " ";
    position: absolute;
    width: 100%;
    height:100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.2);
}

/*Banner*/

.banner_content{
    overflow: hidden;
}

.n_bannerContainer {
    position: relative;
    width: 100%;
    height: 100%;
}

.n_bannerGroup {
    position: relative;
    width: 100%;
    height: 100%;
}

.n_bannerInnerGroup {
    position: absolute;
    top: 48%;
    left: 25%;
    transform: translate(-20%, -50%);
    width: 60%;
}

.n_bannerTitle {
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.1;
    color: #fff;
    margin-top: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
    position: relative;
    display: inline-block; 
    vertical-align: middle; 
}

.n_bannerTitle::after {
    content: "";
    display: inline-block; 
    width: 60px; 
    height: 2px; 
    background-color: #fff; 
    margin-left: 10px; 
    vertical-align: middle; 
}

.highlight {
    color: #fff;
    /*color: #b98d48;*/
}

.n_bannerSubTitle {
    font-size: 4.6rem;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    margin-top: 2%;
    margin-bottom: 20px;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
    position: relative;
    transform: translateX(30px);
}

.n_bannerViewMore {
    /*background: #d6b65d;*/
    background: #b98d48;
    color: #fff;
    font-size: .95rem;
    padding: 10px 25px;
    transition: background linear .3s, color linear .3s; 
    margin-top: 20px; 
    text-decoration: none !important;
    display: inline-block; 
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    transform: translateX(30px); 
}


.n_bannerViewMore:hover {
    background: #fff;
    color: #b98d48;
    border: 2px solid #b98d48;
}

.n_bannerImg {
    position: absolute;
    width: 90%;
    z-index: -1;
    right: -41rem;
    opacity: 1;
    top: -7.5rem;
}

/* */

.space {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #A2978F;
}

.last1 .space {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #b98d48;
}

.space1 {
    padding-bottom: 100px;
    background-color: #A2978F;
}

.space2 {
    padding-top: 100px;
    background-color: #A2978F;
}

.row1 {
    display: flex;
    align-items: center;
}

.font-middle {
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 10px;
}

.font-big {
    font-size: 35px;
    font-weight: bold;
    /*color: #b98d48;*/
    color: #fff;
}

.font-big2 {
    font-size: 16px;
    font-weight: 300;
    /*color: #b98d48;*/
    color: #000;
}

.font-small {
    line-height: 25px;
}

.btn1 {
    margin-top: 25px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
    color: #333;
}

.btn1:hover {
    color: #002755;
}

.btn1 i {
    transition: all 0.50s;
    margin-left: 15px;
}

.btn1:hover i {
    margin-left: 5px;
}

.bg-middle {
    border-radius: 15px;
    background-color: #b98d48;
    padding: 15px;
    font-size: 35px;
    font-weight: bold;
    color: #ffffff;
}

/*.border1 {*/
/*    border: 1px solid #ced4da;*/
/*    padding: 15px;*/
/*    transition: all 0.50s;*/
/*    background-color: transparent;*/
/*}*/

/*.border1 {*/
/*    border: 1px solid #ced4da;*/
/*    padding: 15px;*/
/*    transition: all 0.50s;*/
/*    background-color: transparent;*/
    /*height: 30vw;*/
/*}*/

.border1 {
    border: 1px solid #ced4da;
    padding: 15px;
    transition: all 0.50s;
    background-color: transparent;
    height: 22vw;
}

.border2 {
    border: 1px solid #ced4da;
    padding: 15px;
    transition: all 0.50s;
    background-color: transparent;
}

.border1:hover, .border2:hover {
    /*background-color: #72767b;*/
    background-color: #002755;
    border: 1px solid transparent;
}

.border1 .font-small, .border2 .font-small {
    text-align: center;
    transition: all 0.50s;
}

.border1:hover .font-small, .border2:hover .font-small {
    color: #fff;
}

.border1 img, .border2 img {
    max-width: 50%;
    margin: 0 auto;
    transition: all 0.50s;
}

.border1 img {
    width: 100%;
    height: auto;
    object-fit: cover;
    padding: 10px;
}

/*.border1:hover img, .border2:hover img {*/
/*    filter: invert(1) brightness(10);*/
/*    transform: scale(0.95);*/
/*}*/

.font-title {
    font-weight: bold;
    color: #fff;
    transition: all 0.50s;
}

.border1:hover .font-title {
    color: #ffffff;
    text-shadow: 0 0 5px rgba(38, 38, 38, 0.25);
}

/*.border1 .font-small, .border2 .font-small {*/
/*    text-align: left;*/
/*}*/

.border1 .font-small, .border2 .font-small {
    text-align: center;
    transition: all 0.50s;
}

.btn2 {
    font-weight: 500;
    display: inline-block;
    background-color: #b98d48;
    color: #ffffff;
    padding: 15px;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
}

.btn2:hover {
    background-color: #fff;
    color: #002755;
}

.btn2 i {
    margin-left: 15px;
    transition: all 0.50s;
}

.btn2:hover i {
    transform: rotate(90deg);
}

.move1 {
    margin-top: 50px;
}

.move2 {
    margin-top: 25px;
}

.cover1 {
    position: relative;
}

.bg1 {
    background-attachment: fixed;
    background-image: url(https://cdn1.npcdn.net/img/1728284911Background2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 550px;
}

.box1 {
    background-color: #ffffff;
    padding: 50px;
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: left;
    width: 50%;
}

.box1 .font-small {
    font-style: italic;
}

.last0 {
    background-attachment: fixed;
    /*background-image: url(https://cdn1.npcdn.net/img/1728918983last0.jpg);*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    color: #ffffff;
    height: 300px;
}

.last0:before {
    content: '';
    background-color: rgba(185, 141, 72, 0.8);
    /*background-color: rgba(214, 182, 93, 0.8);*/
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.last0 .font-big {
    color: #ffffff;
}

.index_wrapper_4 {
    margin-top: -85px;
    padding-bottom: 100px;
    background-color: #A2978F;
}

.index_wrapper_4 .hp_photoGallerySlider_type3 {
    background-color: transparent;
}

.index_wrapper_4 .hp_photoGallerySlider_type3 .photo-gallery3 {
    padding: 0;
}

.index_wrapper_4 .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box {
    padding: 0;
}

.index_wrapper_4 .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box {
    background-color: transparent;
}

.hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 15px;
    transition: all 0.7s;
    transition: transform 0.7s;
}

.hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box:hover img {
    transform: translate(-50%, -50%) scale(1.1); /* Zoom in effect */
}

.step1 {
    position: relative;
}

.step1:before {
    content: '';
    background-image: url(https://cdn1.npcdn.net/img/1678432704cont-logo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.05;
    transform: scale(0.5);
}

.line1 {
    border: 1px solid transparent;
    padding: 15px;
}

.line2 {
    border: 1px solid #ced4da;
    padding: 15px;
    transition: all 0.50s;
}

.line2:hover {
    border-color: #002755;
}

.font-no {
    font-size: 100px;
    font-weight: bold;
    color: #fff;
}

.font-step {
    font-size: 25px;
    font-weight: bold;
}

.font-middle-2 {
    font-style: italic;
}

.last1 {
    background-color: #b98d48;
    color: #ffffff;
}

.last1 .font-big {
    color: #ffffff;
}

.index_wrapper_6 {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #A2978F;
}

.index_wrapper_6 #index_6 {
    padding: 0;
}

.index_wrapper_6 .text-left.page_title {
    display: none;
}

.index_wrapper_6 .ex_customForm .form-control {
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #ced4da;
}

.index_wrapper_6 .ex_customForm .col-md-12.generated_content:first-child,
.index_wrapper_6 .ex_customForm .col-md-12.generated_content:nth-child(2) {
    flex: 0 0 50%;
    max-width: 50%;
    float: left;
}

.index_wrapper_6 .p-3.text-center {
    position: absolute;
    bottom: 0;
    right: 0;
}

.index_wrapper_6 .p-3.text-center .btn.btn-primary {
    border-radius: 0;
    font-weight: 500;
    padding: 15px;
    text-transform: uppercase;
    width: 100%;
    font-size: 15px !important;
}

.index_wrapper_6 .p-3.text-center .btn.btn-primary:hover {
    background-color: #262626 !important;
}

.index_wrapper_6 #index_6_5 {
    position: absolute;
    top: 0;
    right: 0;
}

.font-small span {
    font-weight: 500;
    color: #fff;
}

.footer1 {
    background-color: #b98d48;
    color: #b7b8be;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    position: relative;
    z-index: 1;
}

.footer1:before {
    content: '';
    background-image: url(https://cdn1.npcdn.net/userfiles/23705/image/footer1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.15;
    z-index: -1;
}

.footer1:after {
    content: '';
    background: linear-gradient(rgba(0, 55, 100, 1), rgba(0, 55, 100, 0.25), rgba(0, 55, 100, 1));
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.footer1 img {
    max-width: 50%;
    filter: invert(1) brightness(10);
}

.footer1 .font-last {
    font-size: 25px;
    font-weight: bold;
    color: #ffffff;
}

.footer1 ul {
    margin: 0 auto;
    padding: 0;
}

.footer1 ul li {
    display: block;
    margin-bottom: 15px;
    width: 50%;
    float: left;
}

.footer1 ul li:nth-child(5), .footer1 ul li:last-child {
    margin-bottom: 0;
}

.footer1 ul li a {
    color: #b7b8be;
}

.footer1 ul li a:hover {
    color: #262626;
}

.footer1 iframe {
    width: 100%;
}

.footer_type3 {
    background-color: #b98d48;
    padding-bottom: 0 !important;
}

.footer_type3 .container.pt-3.pb-3 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.footer_type3 .col-12.col-md-9 {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer_type3 p, .footer_type3 small {
    font-size: 15px;
    margin-bottom: 0 !important;
}

.footer_type3 .col-12.col-md-3 {
    flex: 0 0 100%;
    max-width: 100%;
}

.footer_type3 .social_media {
    display: none;
}

.footer_type3 .col-12.col-md-3 .w-100.mb-3.text-right.p-0 {
    text-align: center !important;
    padding: 0 !important;
    margin-bottom: 0 !important;
}

.footer_type3 .privacy_policy {
    padding-right: 0 !important;
    font-size: 15px;
    line-height: 25px;
}

/* float */

.float1 .float {
    height: 0;
}

.float1 .float div:last-child {
	position: fixed;
	max-width: 150px;
	bottom: 15px;
	left: 0;
	background-color: #ffffff;
	box-shadow: 0 5px 5px rgba(38, 38, 38, 0.25);
	text-align: center;
	z-index: 1;
	padding: 15px;
	transition: all 0.50s;
	margin-left: 15px;
	cursor: pointer;
}

.float1 .float div:last-child:hover {
    background-color: #b98d48;
}

.float1 .float div:last-child a {
    font-weight: bold;
    display: flex;
    align-items: center;
    text-align: left;
}

.float1 .float div:last-child:hover a {
    color: #ffffff;
}

.float1 .float div:last-child a i {
    color: #25D366;
    margin-right: 15px;
    font-size: 35px;
}

/* */

.wspages .sec1 {
    background: inherit;
    min-height: 0;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 350px;
}

.wspages .container:nth-child(3) {
    margin-top: 100px;
}

#main_index .top2 {
    display: none;
}

.top2 {
    background-image: url(https://cdn1.npcdn.net/userfiles/23705/image/top3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    height: 350px;
    position: relative;
}

.top2:before {
    content: '';
    background: linear-gradient(rgba(38, 38, 38, 0.25), rgba(38, 38, 38, 0.35));
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.page_title {
    margin: 100px auto 15px;
}

.page_title b {
    font-size: 35px;
    font-weight: bold;
    color: #b98d48;
}

#main_photoalbum .ws_gallery-2 .img_frame img {
    object-fit: contain;
}

#main_ourproducts .product_list_5 .product_box .whatsapp_wrapper {
    /*display: none;*/
}

#main_ourproducts .product_list_5 .product_box .product_des .title a {
    font-weight: 500;
    font-size: 20px;
}

#main_showproducts {
    margin-top: 0px;
}

#main_ourproducts .page_title {
    margin: 0px auto 15px;
}

#main_showproducts .product_detail .mainFunction .whatsapp_btn {
    /*display: none;*/
}

#main_contactus {
    padding-bottom: 0 !important;
}

#main_contactus .page_title {
    text-align: left !important;
}

#main_contactus .ws_contact_type2.mb-3 {
    margin-bottom: 0 !important;
}

#main_contactus .ws_contact_type2.mb-3 .col-12.p-0.contact_map {
    display: flex
}

#main_contactus .ws_contact_type2.mb-3 .col-12.col-md-4 {
    margin-bottom: 100px !important;
}

/* */

/* tablet */

@media only screen and (max-width: 1300px) {
    .border1 {
        border: 1px solid #ced4da;
        padding: 15px;
        transition: all 0.50s;
        background-color: transparent;
        height: 30vw;
    }
}

@media only screen and (max-width: 1198.5px) {
    .border1 {
        border: 1px solid #ced4da;
        padding: 15px;
        transition: all 0.50s;
        background-color: transparent;
        height: 35vw;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1140px) {
    .n_bannerInnerGroup {
        position: absolute;
        top: 52%;
        left: 25%;
        transform: translate(-20%, -50%);
        width: 78%;
    }
    .n_bannerTitle {
        font-size: 1rem;
    }
    .n_bannerSubTitle {
        font-size: 3.8rem;
    }
}
@media only screen and (min-width: 992px) {
    .index_wrapper_2{
        margin-top: -150px;
    }
}
/* */

/* mobile */

@media only screen and (max-width: 767px) {

    #main_index .navbar_type11_height {
        min-height: 0;
        background-color: transparent;
    }
    
    .navbar_type11_height {
        min-height: 100px;
    }
    
    .navbar_type11 .logo_frame img {
        height: 90%;
        top: 0;
        transform: translate(35%, 0);
    }
    
    .navbar_type11 #openMenu {
        margin-top: 0 ;
        padding: 15px;
    }
    
    .navbar_type11 #logo .logo_frame {
        padding-top: 100px;
    }
    
    .navbar_type11 .mobile_background {
        background-color: transparent;
        height: auto;
    }
    
    .navbar_type11 .level_1 {
        margin-top: 150px;
        text-align: center;
    }
    
    .navbar_type11 .level_1 .d-none {
        display: none !important;
    }
    
    .table1 {
        padding: 15px 50px;
    }
    
    .banner1, .banner2 {
        height: 700px;
    }
    
    .font-big {
        font-size: 25px;
    }
    
    .bg1 {
        background-attachment: inherit;
        background-position: top center;
        height: 750px;
    }
    
    .border1 {
        height: auto;
    }
    
    .move1, .move2 {
        margin-top: 8px;
    }
    
    .box1 {
        width: 100%;
        top: 0;
        bottom: auto;
    }
    
    .last0 {
        background-attachment: inherit;
        height: 450px;
    }
    
    .index_wrapper_4 .container-fluid.innerContainer_4, .index_wrapper_4 .container {
        padding-right: 0;
        padding-left: 0;
    }
    
    .step1:before {
        background-size: contain;
        transform: scale(1);
    }
    
    .index_wrapper_6 #index_6_5 {
        position: relative;
    }
    
    .index_wrapper_6 .ex_customForm .col-md-12.generated_content:first-child,
    .index_wrapper_6 .ex_customForm .col-md-12.generated_content:nth-child(2) {
        flex: 0 0 100%;
        max-width: 100%;
        float: left;
    }
    
    .index_wrapper_6 .p-3.text-center {
        position: relative;
    }
    
    .index_wrapper_6 {
        padding-top: 100px;
        padding-bottom: 100px;
        background-color: #A2978F;
        padding: 10% 6% 10% 6%;
    }
    
    .footer_type3 {
        padding-bottom: 50px !important;
    }
    
    .footer_type3 .col-12.col-md-9 {
        display: block;
        justify-content: center;
        text-align: center;
    }
    
    .d-none {
        display: block !important;
    }
    
    .top1 {
        display: none;
    }
    
    .top2 {
        height: 250px;
    }
    
    .footer_type3 .container.pt-3.pb-3 {
        padding-bottom: 50px !important;
    }
    
    .footer_type3 p.text-left.py-3 {
        text-align: center !important;
    }
    
    .n_bannerInnerGroup {
        position: absolute;
        top: 48%;
        left: 23%;
        transform: translate(-20%, -50%);
        width: 86%;
    }
    .n_bannerTitle {
        font-size: 0.8rem;
    }
    
    .n_bannerSubTitle {
        font-size: 2rem;
    }
}

@media screen and (max-width: 600px){
    .slider_banner .item img {
        width: 100%;
        height: 250px !important;
        position: relative;
        object-fit: cover;
    }
    .table1 {
        height:300px;
    }
    
    .navbar_mobile .logo_img {
        max-height: 45px;
        padding: 0;
        font-size: 1.75rem;
        line-height: inherit;
        white-space: nowrap;
        margin-left: 12%;
    }
}

@media screen and (max-width: 426px){
    
    .navbar_mobile .logo_img {
        max-height: 38px;
        padding: 0;
        font-size: 1.75rem;
        line-height: inherit;
        white-space: nowrap;
        margin-left: 7%;
    }
}

@media screen and (max-width: 500.5px){
    .index_wrapper_2 .item>img{
    	min-height:13rem!important;
    	object-fit:cover;
    	object-position: 50% 50%;
    }
}

#main_contactus .ws_contact_type2.mb-3 h5 {
    font-size: 1.15rem;
}

#main_ourproducts .product_list_5 .product_box .product_des .title a {
    font-weight: 500;
    font-size: 15px;
}

/*.index_wrapper_2{*/
/*    display: none;*/
/*}*/

/*.index_wrapper_3{*/
/*    display: none;*/
/*}*/
/* */

.ex_hpcontact_formonly .title {
    font-size: 19px;
    margin-bottom: 10px;
    display: none;
}

.ex_hpcontact_formonly .subtitle {
    color: #6c757d !important;
    display: none;
}

#main_showproducts .product_img .product_silder .img_frame img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#main_showproducts .product_img .product_silder .img_frame {
    position: relative;
    overflow: hidden;
    height: 0;
    width: 100%;
    padding-top: 40%;
}
