@import url('https://fonts.googleapis.com/css2?family=Suez+One&display=swap');


body > br{
    display: none;
}
/*all page*/
.page_title{
    margin-top:30px;
}

.title_small_1{
    font-size: 2rem;
    line-height: 1.6;
    color: #231f20;
    font-weight: 600;
}

.page_title::after{
    content:'';
    display: inline-block;
    background: #ed2024;
    /*background:#c4a484;*/
    height:2px;
    width:50px;
}

.page_title::before {
    content: '';
    display: inline-block;
    background: #4c4c4d;
    height: 2px;
    width: 13px;
    transform: translate(266px, 0px);
}

.latestnews_wrapper_1 .page_title::before {
    content: '';
    display: inline-block;
    background: #4c4c4d;
    height: 2px;
    width: 13px;
    transform: translate(253px, 0px);
}

.contactus_wrapper_1 .page_title::before {
    content: '';
    display: inline-block;
    background: #4c4c4d;
    height: 2px;
    width: 13px;
    transform: translate(233px, 0px);
}

.photoalbum_wrapper_1 .page_title::before {
    content: '';
    display: inline-block;
    background: #4c4c4d;
    height: 2px;
    width: 13px;
    transform: translate(263px, 0px);
}

/*slider*/


.slider_banner{
    margin-top:-100px;
}

.slider_banner .banner_content {
    display: flex;
    align-items: center;
}

.slider_banner .banner_content .b_content{
    width: 50% !important;
    margin:0 auto 0 10%;
    font-family: 'Open Sans', sans-serif;
}

.slider_banner .banner_content .b_content h2{
    font-weight:600;
    font-size: 55px;
    line-height: 1.2;
    color: #fff;
    text-shadow:2px 2px 10px rgba(0,0,0,0.3);
}

.slider_banner .banner_content .b_content h2 span{
    display:block;
}

.slider_banner .banner_content .b_content h3{
    font-size: 20px;
    line-height: 1.5;
    color: #ffffff;
    text-shadow:2px 2px 5px rgba(0,0,0,0.5);
    /*font-family: 'Roboto', serif;*/
    font-family: 'Open Sans', sans-serif;
}


.slider_banner .banner_content .b_content p{
    font-size: 16px;
    line-height: 1.5;
    color: #ffffff;
    text-shadow:2px 2px 5px rgba(0,0,0,0.5);
    /*font-family: 'Roboto', serif;*/
    font-family: 'Open Sans', sans-serif;
}

/*nav*/
.navbar_mobile .btn-outline-light {
    border-color: #fff;
    color: #fff;
}

.navbar_mobile {
    background-color: #C4B6A1;
    /*background-color: #c4a484;*/
}
.topspacex1{
    padding:5px 10px;
    background:transparent;
    color:#ffffff;
    font-size:.9rem;
    text-align:center;
    position: fixed;
    z-index: 999;
    width: 100%;
}

.topspacex1 a{
    color:#ffffff;
    display:flex;
    justify-content: center;
    align-items:center;
    height:33px;
    width:33px;
    font-size:1rem;
    margin-right:5px;
    border-radius:25px;
}

.topspacex1 a:hover{
    text-decoration:none;
}

.topspacex1 .col-lg-6{
    justify-content: center;
    align-items: center;
    display:flex;
}

.topSocial{
    justify-content: end;
    padding-right:50px;
    display:flex;
}

/*Nav*/
.navbar_type8 {
    background:#C4B6A1 !important;
    border-bottom:1px solid rgba(255,255,255,0.3);
    padding-top:25px;
    height:100px;
}

#main_index .navbar_type8 {
    background:transparent;
    /*background-color: rgba(0, 0, 0, 0.6) !important;*/
}

.navbar_type8 .logo {
    flex: 0 1 20%;
    margin-left: 65px;
}

.navbar_type8 .logo img {
    position: absolute;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 2px 0;
    object-position: left;
    /*filter:brightness(0) invert(1);*/
}

.navbar_mobile .logo_img {
    max-height: 38px;
    padding: 0;
    font-size: 1.75rem;
    line-height: inherit;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center; 
    margin: 0;               /* Ensure no margin to help with centering */
}

#main_index .dark_nav {
    /*background-color: rgba(0,0,0, 0.8) !important;*/
    background-color: rgba(255,255,255, 0.8) !important;
    animation: 1s fadeInDown;
}

.dark_nav {
    /*background-color: rgba(0,0,0, 0.8) !important;*/
    background-color: rgba(255,255,255, 0.8) !important;
    animation: 1s fadeInDown;
}

.navbar_type8 .nav_tab .nav_item {
    text-transform: capitalize;
    padding: 10px 0;
}

.navbar_type8 .nav_tab .nav_item a {
    color: #000;
    padding: 0 10px;
    font-weight: 700;
    /*text-shadow: 2px 2px 10px rgb(0 0 0 / 100%);*/
    font-size: 20px;
}

.navbar_type8 .nav_tab .nav_item a {
    color: #000;
    /*color: #f1f1f1;*/
    padding: 0 10px;
    font-weight: 700;
    font-size: 20px;
    /*text-shadow: 0px 2px 2px rgb(255 255 255 255);*/
}

.navbar_type8 .nav_tab .nav_item a:hover {
    color: #ed2024;
    /*color: #c4a484;*/
}

.navbar_type8 .nav_tab .nav_item a:hover {
    color: #ed2024;
}

.navbar_type8 .nav_tab {
    flex: 0 1 80%;
    display: flex;
    justify-content: flex-end;
    padding-left: 15px;
    padding-right: 22vw;
    flex-wrap: wrap;
}

.navbar_type8 .nav_tab .nav_item::before {
    border-bottom: 2px solid #ed2024;;
}

.navbar_type8 .nav_tab {
    flex: 0 1 80%;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a {
    color: #96CDFF;
    padding: 0.5rem 1.5rem;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a:hover {
    color: #585858 !important;
    background: #96CDFF;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item span {
    display: none;
}

.navbar_type8 .nav_tab .active {
    color: #585858 !important;
}

.dark_nav .nav_tab .active {
    /*color: #666 !important;*/
    color: #585858 !important;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item {
    box-shadow: 0 0 5px #333;
}

.navbar_type8 .nav_tab .nav_item::before {
    width: 70%;
    right: 0;
    margin: auto;
    top: 88%;
}

/*Banner*/

.n_bannerGroup {
    position: absolute;
    top: 55%;
    left: 15%;
    transform: translate(-20%, -50%);
    width: 42%;
}

.n_bannerGroup_2 {
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translate(-5%, -50%);
    width: 40%;
}

.n_bannerInnerGroup {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 30px 65px;
    border-radius: 20px;
}

.n_bannerTitle {
    font-size: 3vw;
    font-weight: 700;
    /*font-family: 'Noto Serif', serif;*/
    font-family: 'Open Sans', sans-serif;
    line-height: 1.1;
    /*color: #585858;*/
    color: #000;
}

.n_bannerText {
    font-size: 1.1rem;
    /*font-weight: 300;*/
    /*font-family: 'Roboto', serif;*/
    font-family: 'Open Sans', sans-serif;
    line-height: 1.6;
    color: #585858;
    /*color: #a9a9a9;*/
    margin-top: 1.1rem;
}

.n_bannerViewMore {
    /*color: #000;*/
    border: 2px solid #000;
    border-radius: 5px;
    background:#000000;
    color:#CCC;
    padding: 0.5rem 1.5rem;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 700;
    transition: linear .3s;
    margin-top: 0.8rem;
}

/*.btn_more{*/
/*    border:1px solid #000;*/
/*    background:#000000;*/
/*    color:#EFB71A;*/
/*    font-size:.9rem;*/
/*    font-weight:400;*/
/*    transition: linear .3s;*/
/*    margin-top:20px;*/
/*    padding:12px 35px;*/
/*}*/

.n_bannerViewMore:hover{
    background:transparent;
    color:#000000;
}

/*footer*/
.footer_type6{
    background:#ffffff;
    color:#585858;
    border-top:1px solid #eaeaea;
    padding-top:2.5rem !important;
    overflow: hidden !important;
}

.footer_type6 .container .col-md-3:first-child {
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
    padding-right: 40px !important;
}

.footer_type6 .container .col-md-3:nth-child(2),
.footer_type6 .container .col-md-3:nth-child(3){
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}


/*.footer_type6 .logo img {*/
/*    max-height: 80px;*/
    /*filter: invert(1);*/
/*}*/
.footer_type6 .logo{
    padding-top: 70px;
}

.footer_type6 .logo img {
    max-height: 55px;
}

.footer_type6 .input-container input{
    width: 100%;
    height: 2.5rem;
    color: #585858;
    background: rgba(0,0,0,0.2);
    padding: 0 5px;
    border-radius:25px;
}

.footer_type6 .title {
    min-height: 70px;
}

.footer_type6 .line {
    width: 100%;
    padding: 0 15px;
    background-color: rgba(255,255,255,0.5);
}

.footer_type6 .title h6{
    text-transform: uppercase;
}

.footer_type6 a{
    color:#585858;
}

.footer_type6 #subscribeEmailLabel{
      visibility: hidden;
}

.footer_type6 .title h5 {
    font-weight: 600;
    align-self: end;
    margin-bottom: 0;
    color: #585858;
}

.footer_type6 .input-container input {
    width: 100%;
    height: 2.5rem;
    color: #585858;
    background: #999;
    padding: 0 5px;
    border-radius: 25px;
}

.footer_type6 .input-container input {
    width: 100%;
    height: 2.5rem;
    color: #fff;
    background: #999;
    padding: 0 5px;
    border-radius: 25px;
}

@media only screen and (max-width: 1200px) {
    .footer_type6 .logo img {
        max-height: 40px;
    }
    
}

@media only screen and (max-width: 480px) {
    .footer_type6 .logo img {
        max-height: 40px;
    }
}


/*homepage*/
#main_index{
    padding-bottom:0 !important;
    overflow:hidden;
}

.title_big{
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #000000;
    margin-bottom:10px;
    font-family: 'Open Sans', sans-serif;
}

.title_big span{
    display:block;
}

.title_small{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;   
    color:#333333;
    margin-bottom:10px;
}

.content_text{
    font-size:15px;
    line-height:1.6;
    color:#585858;
    margin-bottom:0;
    font-weight: 400;
}

.btn_more{
    border:1px solid #000;
    background:#000000;
    color:#CCC;
    font-size:.9rem;
    font-weight:600;
    transition: linear .3s;
    margin-top:20px;
    padding:12px 35px;
    border-radius: 5px;
}

.btn_more:hover{
    background:transparent;
    color:#000000;
}

/*hp_about*/
.hp_about{
    padding-top:5rem;
    position: relative;
    z-index: 2;
}

.about_content {
    margin: 35px 0;
    /*column-count: 1;*/
    column-gap: 40px;
}

.about_imgGroup{
    display:flex;
    flex-wrap: wrap;
    justify-content: right;
    width:90%;
    margin-left:auto;
}

.about_img{
    width:50%;
}

/*.about_title .title_small::after{*/
/*    content:'';*/
/*    display: inline-block;*/
/*    background:#EFB71A;*/
/*    height:1px;*/
/*    width:50px;*/
/*    margin-left: 10px;*/
/*}*/

.about_title .title_small {
    position: relative;
    margin-top: 0px;
}

.about_title .title_small::after {
    content: '';
    display: inline-block;
    background-image: url(https://cdn1.npcdn.net/img/1735698272Line.png);
    height: 44px;
    width: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: transparent;
    position: relative;
    bottom: -23px;
    left: 5px;
}

@media screen and (max-width: 767.5px) {
    /*.hp_about {*/
    /*    padding-top: 0rem;*/
    /*    position: relative;*/
    /*    z-index: 2;*/
    /*    margin-top: 15%;*/
    /*}*/
}

.service_content{
    background-color:#e5ded2;
    background-size: cover;
    padding:15%;
    margin-top:5%;
}
/*.service_list {*/
/*    list-style: none;*/
/*    padding-left: 0;*/
/*    margin: 0;*/
/*    display: grid;*/
/*    grid-template-columns: repeat(4, 1fr);*/
/*    gap: 20px;*/
/*}*/

/*.service_list {*/
/*    list-style: none;*/
/*    padding-left: 0;*/
/*    margin: 0;*/
/*    display: grid;*/
/*    grid-template-columns: repeat(4, 1fr);*/
/*    gap: 20px;*/
/*    margin-left: -1vw;*/
/*    margin-right: 1vw;*/
/*}*/

.service_list {
    list-style: none;
    padding-left: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-left: -1vw;
    margin-right: 1vw;
    transform: translate(10px, -14px) !important;
    margin-bottom: 4vw;
    margin-top: 2vw;
}

.service_list li {
    /* margin: 0 0 15px 0; */
    /* margin: 24px 3px 15px 0px; */
    margin: 0px 0px 19px 0px;
    color: #CCC;
    font-size: 0.8rem;
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 15px;
    transition: color 0.3s ease;
    padding-top: 12%;
    padding-bottom: 0%;
    /* margin-top: 11%; */
}

/*.service_list li {*/
    /*margin: 0 0 15px 0;*/
    /*margin: 24px 3px 15px 0px;*/
/*    margin: 6px -3px 11px 0px;*/
/*    color: #CCC;*/
/*    font-size: 0.8rem;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    font-weight: 600;*/
/*    font-size: 15px;*/
/*    transition: color 0.3s ease;*/
/*}*/


.service_list li:hover {
    background: transparent;
    color: #c4a484;
}

.service_icon {
    width: 60px !important;
    height: 60px !important;
    font-size: 25px;
    border-radius: 50%; 
    background-color: white;
    padding: 6px;
    color: #000;
    text-align: center;

    /* Centering */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -13%;
}

.service_icon:hover {
    color: #c4a484;
}

/*hp_service*/

.hp_service {
    /*height: 40rem;*/
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -2rem;
    position: relative;
}

.service2_content {
    background-color: #111;
    background-size: cover;
    /*padding: 7vw;*/
    padding: 7vw 0vw 0vw 10vw;
    display: flex;
    /*display: inline-table;*/
    flex-direction: column;
    justify-content: center;
    border-radius: 4px 0 0 4px;
    overflow: hidden;
    margin-top: 0rem;
    margin-bottom: -1rem;
    margin-left: -2rem;
    height: 34rem;
    transition: 0.8s ease-in-out;
}

.service2_content {
    position: relative;
}

/*.hp_service:hover .service2_content {*/
/*    margin-top: -36rem;*/
/*    margin-bottom: 3vw;*/
/*    margin-left: -25rem;*/
/*    height: 72rem;*/
/*    border-radius: 0;*/
/*}*/

.hp_service:hover .service2_content {
    margin-top: 1px;
    margin-bottom: 30px;
    /*margin-left: -25rem;*/
    margin-left: calc(-400px + 10%);
    height: 100%;
    border-radius: 0;
}

.hp_service .title_big {
    animation: verticalToHorizontal 0.6s ease-in-out forwards;
    writing-mode: vertical-lr;
    text-orientation: mixed;
    position: absolute;
    top: 52%;
    left: 20%;
    transform: translate(-50%, -50%);
    color: #fff;
    height: 100%;
    text-align: center;
    padding-left: 0;
    font-size: 30px;
}

/*.hp_service:hover .title_big {*/
/*    animation: horizontalToVertical 0.6s ease-in-out forwards;*/
/*    writing-mode: horizontal-tb;*/
/*    text-orientation: mixed;*/
/*    position: static;*/
/*    top: auto;*/
/*    left: auto;*/
/*    transform: none;*/
/*    text-align: left;*/
/*    margin-top: 30px;*/
/*    margin-bottom: 10px;*/
/*}*/

/*.hp_service:hover .title_big {*/
/*    animation: horizontalToVertical 0.6s ease-in-out forwards;*/
/*    writing-mode: horizontal-tb;*/
/*    text-orientation: mixed;*/
/*    position: static;*/
/*    top: auto;*/
/*    left: auto;*/
/*    transform: none;*/
/*    text-align: left;*/
/*    margin-top: 18vw;*/
/*    margin-bottom: 0px;*/
/*}*/

.hp_service:hover .title_big {
    animation: horizontalToVertical 0.6s ease-in-out forwards;
    writing-mode: horizontal-tb;
    text-orientation: mixed;
    position: static;
    top: auto;
    left: auto;
    transform: none;
    text-align: left;
    /*margin-top: 36vw;*/
    margin-top: -3vw;
    margin-bottom: 0px;
    /*margin-left: -7.5vw;*/
}

.service2_list {
    padding-left: 0 !important;
    list-style: none;
    margin-top: 10px;
}

.service2_list li {
    margin: 15px 0;
    color: #fff;
    font-size: 1rem;
    display: flex;
    align-items: center;
    font-weight: 600;
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
}

.service2_list a {
    color: #fff;
}

.service2_list li a img {
    filter: brightness(0%) invert(1);
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}
.content_left {
    background-image: url(https://cdn1.npcdn.net/img/17195104391.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0 4px 4px 0;
    width: 95%;
    height: 30rem;
    transition: 0.8s ease-in-out;
    background-position: 50% 50%;
}

.hp_service:hover .content_left {
    width: 60%;
    background-position: 20% 50%;
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-100%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.content_right {
    width: 5%;
    transition: 0.8s ease-in-out;
}

.hp_service:hover .content_right {
    width: 40%;
}


@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translateX(100%);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

/*why_1*/
.hp_why_1{
    background-image: linear-gradient(to right, #000, #888, #333, #000);
    position: relative;
    z-index:10;
    width:90%;
    padding:30px;
    margin-left:auto;
    margin-top: -150px;
    
}

.why_content_1{
    padding:20px;
    color:#fff;
}

.why_icon_1{
    max-width: 50px;
    margin-bottom:10px;
}

.why_icon_1 {
    font-size: 40px; 
    color: #c4a484; 
    margin-bottom: 10px;
}

.why_content_1 {
    text-align: center;
}

.why_icon_1 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px; 
    height: 100px; 
    font-size: 40px;
    color: #c4a484; 
    margin: 0 auto 10px; 
}

/*.why_icon_1 i{*/
/*    max-width: 50px;*/
/*    margin-bottom:10px;*/
/*}*/

.why_content_1 h4{
    font-size:1.1rem;
    font-weight: 700;
    color: #fff;
}

.why_content_1 p{
    font-size:.75rem;
}

.why_img {
    margin-top: 4.5vw;
}


/*hp_products*/
.hp_products{
    padding-top:5rem;
    padding-bottom:5rem;
}

/*.product_title .title_small::after{*/
/*    content:'';*/
/*    display: inline-block;*/
/*    background:#EFB71A;*/
/*    height:1px;*/
/*    width:50px;*/
/*    margin-left: 10px;*/
/*}*/

.product_title .title_small {
    position: relative;
    margin-top: 0px;
}

.product_title .title_small::after {
    content: '';
    display: inline-block;
    background-image: url(https://cdn1.npcdn.net/img/1735698272Line.png);
    height: 44px;
    width: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: transparent;
    position: relative;
    bottom: -23px;
    left: 5px;
}

.products_content{
    margin:35px 0;
}

.products_box{
    position:relative;
    overflow:hidden;
}

.products_boxText{
    position:absolute;
    z-index: 2;
    bottom:0;
    left:0;
    padding:25px;
}

.products_boxText h4{
    color:#fff;
    font-size:25px;
    font-weight:400;
    transition: linear .3s;
}

.products_boxImg{
    transition: linear .3s;
    filter:brightness(0.8);
}

.products_box:hover .products_boxImg{
    transform:scale(1.05);
    cursor:pointer;
    filter:brightness(1);
}

.products_box .btn_more{
    border:none;
    background:transparent;
    color:#ffffff;
    font-size:.9rem;
    font-weight:400;
    transition: linear .3s;
    margin-top:20px;
    padding:0 0 5px 0;
    border-bottom:1px solid #EFB71A;
}

.products_box .btn_more:hover{
    margin-left:20px;
    color:#EFB71A;
}


.box_mt{
    margin-top:25px;
}

.hp_what{
    padding: 80px 0 230px;
    /*background-color: #e5ded2;*/
    background-color: #e5ded2;
    background-position:left;
    background-size: cover;
    /*background-image: linear-gradient(to bottom, rgba(255,255,255,0.6), rgba(255,255,255,0.6), rgba(255,255,255,0.6)), url(https://cdn1.npcdn.net/img/1719560392services.jpg);*/
    /*background-size: cover;*/
    /*background-position:center;*/
    /*background-repeat: no-repeat;*/
}


.what_content{
    display:flex;
    justify-content: center;
    text-align:center;
    align-items: center;
}

.what_list{
    padding-left:0;
    list-style:none;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}

.what_list li{
    border-left:2px solid #ccc;
    padding:10px 10px 10px 40px;
    color:#000;
    font-size:1rem;
    display:flex;
    align-items:center;
    font-weight:400;
}

.what_list a{
    color:#000;
}

.what_list a:hover{
    color:#fff;
    text-decoration: none;
}

.title_small {
    font-size: 1.2rem;
    line-height: 1.6;
    color: #585858;
    font-weight: 700;
}

.what_list li .icon {
    width: 60px;                
    height: 60px;              
    margin-right: 10px;        
    /*border-radius: 50%;         */
    /*background-color: #f0f0f0; */
    display: flex;            
    justify-content: center;    
    align-items: center;        
}

.what_list li .icon i {
    font-size: 20px;            
}

.what_list li .icon img {
    width: 60%;                
    height: 60%;               
    object-fit: cover;         
}

/*hp_why*/
.hp_why{
    background-image: linear-gradient(to right, rgba(255,255,255,0.4), rgba(255,255,255,0.4)), url(https://cdn1.npcdn.net/img/1721707422why2.png);
    background-size: cover;
    background-position:center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding-top:5rem;
    padding-bottom:5rem;
    margin-top: 2rem;
}

.hp_why .title_big, .hp_why .title_small{
    color:#fff;
}

.hp_why .title_small {
    /*font-size: 1.2rem;*/
    font-size: 35px;
    line-height: 1.6;
    color:#fff;
    font-weight: 700;
}

.hp_why .title_big {
    /*font-size: 35px;*/
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 15px;
    color:#fff;
    margin-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
}

.why_box{
    padding:20px;
    margin-top:30px;
}

.why_box h3{
    color:#fff;
    font-size:30px;
    font-weight:700;
    border-bottom:1px solid #e5ded2;
    padding-bottom:10px;
}

.why_box p{
    /*color:#cccccc;*/
    color: #fff;
    font-size:18px;
    line-height:1.8;
    font-weight:700;
    margin-bottom:0;
}

.why_box span {
    font-weight:700;
}

/*hp_news*/
#main_index .index_wrapper_6{
    background:#f9f9f9;
}

.hp_news{
    padding-top:5rem;
    padding-bottom:2rem;
}

#main_index .hp_latest_new_8{
    max-width:80%;
    margin:0 auto 5rem auto;
}

#main_index .hp_latest_new_8 .news_box {
    padding: 10px 0;
}

#main_index .hp_latest_new_8 .news_box{
    background: #fff;
    padding: 15px;
    transition: linear .3s;
}

#main_index .hp_latest_new_8 .news_box:hover{
    box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
}

.hp_latest_new_8 .news_box .title{
    margin-top:1rem;
}

.hp_latest_new_8 .news_box .read_more {
    border-bottom: 1px solid #efbe36;
    width: max-content;
}

/*hp_contact*/
.hp_contact{
    padding-top:5rem;
}

/*.contact_title .title_small::after{*/
/*    content:'';*/
/*    display: inline-block;*/
/*    background:#EFB71A;*/
/*    height:1px;*/
/*    width:50px;*/
/*    margin-left: 10px;*/
/*}*/

.contact_title .title_small {
    position: relative;
    margin-top: 0px;
}

.contact_title .title_small::after {
    content: '';
    display: inline-block;
    background-image: url(https://cdn1.npcdn.net/img/1735698272Line.png);
    height: 44px;
    width: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-color: transparent;
    position: relative;
    bottom: -23px;
    left: 5px;
}

/*hp_gallery*/
.hp_photoGallerySlider_type4 .flix-parents {
    padding-bottom: 0 !important;
}

/*product page*/
#main_showproducts{
    padding-top:30px;
}

@media screen and (min-width: 1920px) {
    /*.hp_service:hover .service2_content {*/
    /*    margin-top: -36rem;*/
    /*    margin-bottom: 10vw;*/
    /*    margin-left: -25rem;*/
    /*    height: 72vw;*/
    /*    border-radius: 0;*/
    /*    transform: translate(0px, -5vw);*/
    /*}*/
    
    .service_list {
        list-style: none;
        padding-left: 0;
        margin: 0;
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 15px;
        margin-left: -50px;
        margin-right: 50px;
        /* transform: translate(10px, -14px) !important; */
        margin-bottom: 247px;
        margin-top: 0px;
    }
    
    /*#main_videosbycat .page_title::before {*/
    /*    content: '';*/
    /*    display: inline-block;*/
    /*    background: #4c4c4d;*/
    /*    height: 2px;*/
    /*    width: 13px;*/
    /*    transform: translate(8.3vw, 0px);*/
    /*}*/
    
    .why_img {
        margin-top: 2.5vw;
    }
    
    .why_img .img-fluid {
        max-width: 145%;
        height: auto;
        width: 145%;
    }
}

@media screen and (max-width: 1200px) {
    .navbar_type8 .logo {
      margin-left: 15px;
    }
    
    .navbar_type8 .nav_tab {
        padding-right: 246px;
    }
    
    .navbar_type8 .nav_tab {
        padding-right: 224px;
    }
    
    .navbar_type8 .nav_tab .nav_item a {
        font-size: 12px;
    }
    
    .navbar_type8 .nav_tab .nav_item a {
        font-size: 12px;
    }
    
    .navbar_type8 .nav_tab .nav_item a {
        color: #000;
        padding: 0 7px !important;
        font-weight: 700;
        /* text-shadow: 2px 2px 10px rgb(0 0 0 / 100%); */
        font-size: 13px !important;
    }
    
    /*banner slider*/
    .slider_banner .banner_content .b_content h2 {
      font-size: 45px;
    }
    
    /*hp_banner*/
    .n_bannerGroup {
        position: absolute;
        top: 60%;
        left: 15%;
        transform: translate(-20%, -50%);
        width: 43%;
    }
    
    .n_bannerGroup_2 {
        position: absolute;
        top: 50%;
        right: 5%;
        transform: translate(-5%, -50%);
        width: 35%;
    }
    
    .n_bannerInnerGroup {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        /*background-color: rgba(0, 0, 0, 0.6);*/
        padding: 10px 25px;
        border-radius: 20px;
    }
    
    .n_bannerTitle {
        font-size: 3vw;
        font-weight: 700;
        font-family: 'Open Sans', sans-serif;
        line-height: 1.1;
        /*color: #585858;*/
        color: #000;
    }
    
    .n_bannerText {
        font-size: 1.1rem;
        /*font-weight: 300;*/
        font-family: 'Open Sans', sans-serif;
        line-height: 1.6;
        color: #585858;
        /*color: #a9a9a9;*/
        margin-top: 1.1rem;
    }
    
    .n_bannerViewMore {
        /*color: #000;*/
        border: 2px solid #000;
        border-radius: 5px;
        background:#000000;
        color:#CCC;
        padding: 0.5rem 1.5rem;
        text-transform: uppercase;
        position: relative;
        overflow: hidden;
        cursor: pointer;
        font-size: 1rem;
        font-weight: 700;
        transition: linear .3s;
        margin-top: 0rem;
    }
    
    /*homepage*/
    .title_big{
        font-size: 30px;
    }

    /*hp_about*/
    .about_imgGroup {
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .about_img {
        margin: .5rem;
    }
    
    .hp_service:hover .title_big {
        animation: horizontalToVertical 0.6s ease-in-out forwards;
        writing-mode: horizontal-tb;
        text-orientation: mixed;
        position: static;
        top: auto;
        left: auto;
        transform: none;
        text-align: left;
        margin-top: 59vw;
        margin-bottom: 0px;
        /*margin-left: -7.5vw;*/
    }
    
    .nav_search {
        position: fixed;
        margin-left: auto;
        top: 33px !important;
        right: 90px !important;
        z-index: 101;
    }
    
}

@media only screen and (max-width: 992px) {
    .slider_banner{
        margin-top:0;
    }
    .hp_why_1 {
    width: 100%;
    padding: 30px 0;
}
    
    .slider_banner .slick-prev::before,
    .slider_banner .slick-next::before {
        width:25px;
        height:25px;
    }
    
    .slider_banner .banner_content .b_content h2 {
      font-size: 30px;
    }
    
    .slider_banner .banner_content .b_content h3{
        font-size:12px;
    }
    
    /*footer*/
    .footer_type6 .container .col-md-3,
    .footer_type6 .container .col-md-3:first-child,
    .footer_type6 .container .col-md-3:nth-child(2),
    .footer_type6 .container .col-md-3:nth-child(3){
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    
    .footer_type6 .title {
      min-height: max-content;
    }

    /*hp_about*/
    .about_content {
        column-count: 1;
        column-gap: 0;
    }
    
    .about_img {
        margin: 0;
        width: 50%;
    }
    
    /*hp_news*/
    #main_index .index_wrapper_7 #index_7_2,
    #main_index .index_wrapper_7 #index_7_3{
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
    }

    
}

@media only screen and (max-width: 768px) {
    .slider_banner .banner_content .b_content {
      width: 80% !important;
    }

    .slider_banner .banner_content .b_content h2 {
      font-size: 30px;
    }
    
    .slider_banner .banner_content .b_content p {
      font-size: 12px;
      margin-bottom: 0;
    }
    
    .box_mt {
      margin-top: 0;
    }
    .products_box {
      margin-bottom:20px;
    }
    
    .why_box {
      margin-top: 0;
    }
    
    /*hp_banner*/
    .n_bannerGroup {
        position: absolute;
        top: 28%;
        left: 12%;
        transform: translate(-15%, -50%);
        width: 50%;
    }

    .n_bannerGroup_2 {
        position: absolute;
        top: 50%;
        right: 2%;
        transform: translate(-2%, -50%);
        width: 70%;
    }
    
    .n_bannerInnerGroup {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        background-color: rgba(255, 255, 255, 0.9);
        /*background-color: rgba(0, 0, 0, 0.5);*/
        padding: 15px 10px;
        border-radius: 20px;
    }

    .n_bannerTitle {
        font-size: 4.8vw;
        color: #000;
    }

    .n_bannerText {
        font-size: 0.7rem;
        line-height: 1.4;
        margin-top: 0.75rem;
        color: #585858;
    }

    .n_bannerViewMore {
        padding: 0.375rem 1.25rem;
        font-size: 0.75rem;
        margin-top: 0;
        color: #fff;
    }
    
    .hp_why{
        margin-top: 0rem;
    }
    
    .what_list li {
        border-left: 2px solid #ccc;
        padding: 10px 15px 10px 15px;
        color: #000;
        font-size: 1rem;
        display: flex;
        align-items: center;
        font-weight: 400;
    }
    
    .hp_about {
        padding-top: 12rem;
        position: relative;
        z-index: 2;
    }
    
    .hp_products {
        padding-top: 0rem;
        padding-bottom: 0rem;
    }
    
    /*Service*/
    
    .hp_service {
        width: 100%;
    }
    
    .content_left {
        background-image: url(https://cdn1.npcdn.net/img/17195104391.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        border-radius: 0 4px 4px 0;
        width: 100%;
        height: 30rem;
        /*transition: 0.8s ease-in-out;*/
        transition: none !important;
        background-position: 50% 50%;
    }
    
    .hp_service:hover .content_left {
        width: 100%;
        background-position: 20% 50%;
    }
    
    .content_right {
        width: 100%;
        transition: 0.8s ease-in-out;
    }
    
    .hp_service:hover .content_right {
        width: 100%;
    }
    
    .service2_content {
        background-color: #111;
        background-size: cover;
        padding: 5vw;
        display: flex;
        flex-direction: column;
        justify-content: center;
        border-radius: 4px 0 0 4px;
        overflow: hidden;
        margin-top: 0rem;
        margin-bottom: 0rem;
        margin-left: 0rem; 
        height: 100%;
        transition: none;
         width: 100%; 
    }
    
    .hp_service:hover .service2_content {
        margin-top: 0rem; 
        margin-bottom: 0;
        margin-left: 0rem; 
        height: 46rem;
        border-radius: 0;
        width: 100%;
    }
    
    .hp_service:hover .title_big {
        animation: none;
        writing-mode: horizontal-tb;
        text-orientation: mixed;
        position: static;
        top: 0;
        left: 0;
        transform: none;
        text-align: center;
        margin-top: 0vw;
        margin-bottom: 0px;
    }
    
    .service_list {
        list-style: none;
        padding-left: 0;
        margin: 0;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        margin-left: -1vw;
        margin-right: 1vw;
    }
    
    .navbar_mobile .logo_img {
        max-height: 38px;
        padding: 0;
        font-size: 1.75rem;
        line-height: inherit;
        white-space: nowrap;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        margin: 0;
        margin-top: 2vw;
    }
    
    /*.hp_service:hover .service2_content {*/
    /*    margin-top: -22rem;*/
    /*    margin-bottom: 3vw;*/
    /*    margin-left: -25rem;*/
    /*    height: 72rem;*/
    /*    border-radius: 0;*/
    /*}*/
    
    .hp_service .title_big {
        /*animation: verticalToHorizontal 0.6s ease-in-out forwards;*/
        animation: none !important;
        writing-mode: unset;
        text-orientation: unset;
        position: relative;
        top: unset;
        left: unset;
        transform: unset;
        color: #fff;
        height: 100%;
        text-align: center;
        padding-left: 0;
        font-size: 30px;
    }
    
    .service2_list {
        padding-left: 0 !important;
        list-style: none;
        margin-top: 10px;
    }
    
    .service2_list li {
        margin: 15px 0;
        color: #fff;
        font-size: 1rem;
        display: flex;
        align-items: center;
        font-weight: 600;
        opacity: 0;
        transition: opacity 0.8s ease-in-out;
        /*margin-left: 2%;*/
    }
    
    .service2_list a {
        color: #fff;
    }
    
    .service2_list li a img {
        filter: brightness(0%) invert(1);
    }
        
}

    
@media only screen and (max-width: 600px) {
/*      .service_list {*/
/*    columns: 1;*/
/*    -webkit-columns: 1;*/
/*}*/
.item.slick-slide img{
        height: 350px !important;
    object-fit: cover;
    }
}
@media only screen and (max-width: 480px) {
    .slider_banner .slick-prev::before, .slider_banner .slick-next::before {
        width: 25px;
        height: 25px;
        margin-top: 1rem;
    }
    
    .index_wrapper_3 {
        margin-top: -68%;
    }
  
    .slider_banner .banner_content .b_content h2 {
      font-size: 22px;
    }
    
    .slider_banner .slick-prev {
      left: 0;
    }
    
    .slider_banner .slick-next {
      right: 0;
    }
    
    .title_big {
      font-size: 25px;
    }
    
    .title_small {
        font-size: 12px;
    }
    
    .btn_more {
      font-size: .7rem;
      margin-top: 10px;
      padding: 8px 25px;
    }
    
    .about_img {
      width: 100%;
    }
    
    .products_content {
      margin: 10px 0 35px 0;
    }
    
    .why_box h3 {
      font-size: 16px;
    }
    
    .hp_latest_new_8 {
      max-width: 100%;
    }
    
    #main_index .hp_latest_new_8 {
      max-width: 95%;
    }
    
    .service_list li {
        /*margin: 0 0 15px 0;*/
        /*margin: 24px 3px 15px 0px;*/
        margin: 6px -8px 11px 0px;
        color: #CCC;
        font-size: 0.5rem;
        display: flex;
        align-items: center;
        font-weight: 600;
        /*font-size: 11px;*/
        transition: color 0.3s ease;
    }
    
    
    .service_icon {
        /*width: 60px !important;*/
        /*height: 60px !important;*/
        margin-right: 8px;
        /*margin-top: 48%;*/
        font-size: 28px;
        border-radius: 50%; /* Makes the icon circular */
        background-color: white; /* Sets the background color to white */
        padding: 2px;
        color: #000;
        align-content: center;
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    .ws_contact .text-center {
        text-align: left !important;
        margin-left: -6% !important;
    }
}

.ws_contact .text-center {
    text-align: left !important;
    margin-left: 31%;
}

/*Search Bar Search*/
.boxSearch{
    position:relative;
    display:flex;
}

.nav_search {
    position: fixed;
    margin-left: auto;
    top: 23px;
    right: 150px;
    z-index: 101;
}

.alter_top_search{
    width:20px;
    transition:0.25s all linear;
}
.alter_top_search:hover{
    width:20px;
    filter:brightness(0) invert(1);
}

.nav_search input::placeholder{
    color:#fff;
}
.nav_search input::-moz-placeholder{
    color:#fff;
}
.nav_search input:-moz-placeholder{
    color:#fff;
}

#search_name_nav {
    border: 1px solid #999;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 4% 6%;
    width: 10vw;
    background-color: #999;
    color: #fff;
    margin-top: 12%;
}

/*#search_name_nav{*/
/*    border: 1px solid #999;*/
/*    border-top-left-radius: 10px;*/
/*    border-bottom-left-radius: 10px;*/
/*    padding: 4% 6%;*/
/*    width: 13vw;*/
/*    background-color: #999;*/
/*    color: #fff;*/
/*    margin-top: 12%;*/
/*}*/

#search_name_nav::placeholder{
    font-size:14px;
}

.search_button{
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 0% 6%;
    background-color: #999;
    border: 1px solid #999;
    color: #e80000;
    margin-top: 12%;
}

.hp_topspace_sticky-menu{
    animation:fadexia 0.2s linear;
}

@keyframes fadexia{
    0%{
        opacity:0;
    }
    100%{
        opacity:1;
    }
}

.search_button{
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 0% 6%;
    background-color: #999;
    border: 1px solid #999;
    color: #e80000;
    margin-top: 12%;
}

@media screen and (min-width: 1920px) {
    .nav_search {
        position: fixed;
        margin-left: auto;
        top: 9px;
        right: 107px;
        z-index: 101;
    }
}

@media screen and (max-width: 1200px) {
    
    /*#main_index #search_name_nav {*/
    /*    margin-top: 18%;*/
    /*}*/
    /*#main_index .search_button {*/
    /*    margin-top: 18%;*/
    /*}*/
    /*#main_index .nav_search {*/
    /*    top: 17px;*/
    /*    right: 68px;*/
    /*}*/
    /*.nav_search {*/
    /*    top: 29px;*/
    /*    right: 68px;*/
    /*}*/
}

@media screen and (max-width: 500.5px) {
    .index_wrapper_2 .item>img {
        min-height: 28rem !important;
        object-fit: cover;
        object-position: 75% 50%;
    }
}

#main_category .page_title::before {
    content: '';
    display: inline-block;
    background: #4c4c4d;
    height: 2px;
    width: 13px;
    transform: translate(207px, 0px);
}

#main_ourproducts .page_title::before {
    content: '';
    /*position: absolute;*/
    background: #000;
    height: 2px;
    width: 13px;
    top: 50%;
    left: 0;
    display: none;
}

/*#main_ourproducts .page_title::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    background: #ed2024;*/
/*    height: 2px;*/
/*    width: 50px;*/
/*    top: 50%;*/
/*}*/

/*#main_ourproducts .page_title::after {*/
/*    content: '';*/
/*    display: inline-block;*/
/*    background-image: url('https://cdn1.npcdn.net/img/1735698272Line.png') !important;*/
/*    background-size: cover;*/
/*    background-repeat: no-repeat;*/
/*    background-position: center center;*/
/*    height: 2px; */
/*    width: 50px; */
/*    top: 50%;*/
/*    margin-left: 10px;*/
/*}*/

#main_ourproducts .page_title {
  position: relative;
  margin-top: 0px;
}

#main_ourproducts .page_title::after {
  content: '';
  display: inline-block;
  background-image: url('https://cdn1.npcdn.net/img/1735698272Line.png');
  height: 44px; 
  width: 100px; 
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
  position: relative;
  bottom: -22px; 
  left: 0; 
}

.whatsapp_float_title {
    position: absolute;
    left: 155%;
    top: 22px;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
}

.breadcrumb_b .fa-home:before {
    content: "\f015";
    font-size: 16px;
}

/*#main_category .breadcrumb_b ol li:last-child a {*/
/*    color: transparent; */
/*    pointer-events: none; */
/*}*/

/*#main_category .breadcrumb_b ol li:last-child a::after {*/
/*    content: "Our Works";*/
/*    color: #000;*/
/*    font-weight: inherit;*/
/*    display: inline-block;*/
/*     margin-left: -3vw; */
/*    transform: translate(-2vw, 0px);*/
/*}*/

/*@media screen and (max-width: 1200.5px) {*/
/*    #main_category .breadcrumb_b ol li:last-child a::after {*/
/*        content: "Our Works";*/
/*        color: #000;*/
/*        font-weight: inherit;*/
/*        display: inline-block;*/
/*         margin-left: -3vw; */
/*        transform: translate(-4vw, 0px);*/
/*    }*/
/*}*/

/*@media screen and (max-width: 767.5px) {*/
/*    #main_category .breadcrumb_b ol li:last-child a::after {*/
/*        content: "Our Works";*/
/*        color: #000;*/
/*        font-weight: inherit;*/
/*        display: inline-block;*/
/*         margin-left: -3vw; */
/*        transform: translate(-15vw, 0px);*/
/*    }*/
/*}*/

/*#main_category .breadcrumb_b ol li:last-child a {*/
/*    color: transparent; */
/*    pointer-events: none; */
/*}*/

/*#main_category .breadcrumb_b ol li:last-child a::after {*/
/*    content: "Our Works";*/
/*    color: #000;*/
/*    font-weight: inherit;*/
/*    display: inline-block;*/
/*     margin-left: -3vw; */
/*    transform: translate(-2vw, 0px);*/
/*}*/

/*@media screen and (max-width: 1200.5px) {*/
/*    #main_category .breadcrumb_b ol li:last-child a::after {*/
/*        content: "Our Works";*/
/*        color: #000;*/
/*        font-weight: inherit;*/
/*        display: inline-block;*/
/*         margin-left: -3vw; */
/*        transform: translate(-4vw, 0px);*/
/*    }*/
/*}*/

/*@media screen and (max-width: 767.5px) {*/
/*    #main_category .breadcrumb_b ol li:last-child a::after {*/
/*        content: "Our Works";*/
/*        color: #000;*/
/*        font-weight: inherit;*/
/*        display: inline-block;*/
/*         margin-left: -3vw; */
/*        transform: translate(-15vw, 0px);*/
/*    }*/
/*}*/


#main_videosbycat .page_title::before {
    content: '';
    display: inline-block;
    background: #4c4c4d;
    height: 2px;
    width: 13px;
    transform: translate(160px, 0px);
}

@media screen and (min-width: 1920px) {
    /*#main_videosbycat .page_title::before {*/
    /*    content: '';*/
    /*    display: inline-block;*/
    /*    background: #4c4c4d;*/
    /*    height: 2px;*/
    /*    width: 13px;*/
    /*    transform: translate(8.3vw, 0px);*/
    /*}*/
}

@media screen and (max-width: 1300.5px) {
    /*#main_videosbycat .page_title::before {*/
    /*    content: '';*/
    /*    display: inline-block;*/
    /*    background: #4c4c4d;*/
    /*    height: 2px;*/
    /*    width: 13px;*/
    /*    transform: translate(13.2vw, 0px);*/
    /*}*/
}

@media screen and (max-width: 1198.5px) {
    /*#main_videosbycat .page_title::before {*/
    /*    content: '';*/
    /*    display: inline-block;*/
    /*    background: #4c4c4d;*/
    /*    height: 2px;*/
    /*    width: 13px;*/
    /*    transform: translate(16vw, 0px);*/
    /*}*/
    
    .navbar_type8 .nav_tab .nav_item a {
        padding: 0 8px;
    }
}

@media screen and (max-width: 726.5px) {
    /*#main_videosbycat .page_title::before {*/
    /*    content: '';*/
    /*    display: inline-block;*/
    /*    background: #4c4c4d;*/
    /*    height: 2px;*/
    /*    width: 13px;*/
    /*    transform: translate(37vw, 0px);*/
    /*}*/
}

#google_translate_element {
    position: fixed;
    z-index: 9999;
    right: 130px;
    top: 0.5vw;
    display: block !important;
}

#google_translate_element {
    display: block !important;
}

.editor {
    display: block !important;
}

.goog-te-gadget {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3001;
}

.goog-te-gadget {
    font-size: 0px !important; /* Hides the text */
}

.goog-te-gadget span {
    display: none !important; /* Hides the "Powered by Google Translate" */
}

.goog-logo-link {
    display: none !important; /* Hides the Google logo */
}

.hp_latest_new_8 .news_box .read_more {
    border-bottom: 1px solid #efbe36;
    background-image: url(https://cdn1.npcdn.net/img/1735698272Line.png);
    width: max-content;
}

.hp_latest_new_8 .news_box .read_more {
    border-bottom: none;
    background-image: url(https://cdn1.npcdn.net/img/1735698272Line.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100% 20px;
    width: 23%;
    padding-bottom: 10px;
    display: inline-block;
}

@media screen and (max-width: 1300.5px) {
    #google_translate_element {
        position: fixed;
        z-index: 9999;
        right: 76px;
        top: 0.5vw;
        display: block !important;
    }
    
    .navbar_type8 .nav_tab .nav_item a {
        color: #000;
        padding: 0 10px;
        font-weight: 700;
        /* text-shadow: 2px 2px 10px rgb(0 0 0 / 100%); */
        font-size: 14px;
    }
    
    .nav_search {
        position: fixed;
        margin-left: auto;
        top: 28px;
        right: 103px;
        z-index: 101;
    }
}

/*.contact_title .title_small::after {*/
/*    content: '';*/
/*    display: inline-block;*/
    
/*    height: 44px;*/
/*    width: 100px;*/
/*    background-size: contain;*/
/*    background-repeat: no-repeat;*/
/*    background-color: transparent;*/
/*    position: relative;*/
/*    bottom: -23px;*/
/*    left: 5px;*/
/*}*/

#hp_photo .photo_button a {
    border: 2px solid #000;
    border-radius: 5px;
    background: #000000;
    color: #CCC;
    padding: 0.5rem 1.5rem;
    font-size: .95rem;
    /*padding: 10px 25px;*/
    text-transform: uppercase;
    display: inline;
    margin-top: 4%;
    text-decoration: none;
    transition: background-color 0.3s;
}

#hp_photo .photo_button a:hover {
    background-color: transparent;
    color: #000;
    border: 2px solid #000;
}

#hp_photo .photo_button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -5rem;
    margin-bottom: 5rem;
}

/*breadcrumb*/

.breadcrumb_b .fa-home:before {
    content: "\f015";
    font-size: 25px;
    /*font-size: 16px;*/
}

.breadcrumb_b ol li:last-child {
    font-weight: 600;
    font-size: 20px;
}

#searchproducts_1_1 .page_title::before {
    content: '';
    display: inline-block;
    background: #4c4c4d;
    height: 2px;
    width: 13px;
    transform: translate(271px, 0px);
}

#main_privacypolicy .page_title::before {
    content: '';
    display: inline-block;
    background: #4c4c4d;
    height: 2px;
    width: 13px;
    transform: translate(273px, 0px);
}

#main_contactus {
    overflow: hidden !important;
}
