﻿/* float */

.vg-render-container .vg-transition-transform-colors-opacity {
    margin-right: 25px !important;
    margin-bottom: 50px !important;
}

/*#29aae3 light blue*/
/*Unify*/
body > br{
    display: none;
}
#main_index{
    overflow: hidden;
    padding-bottom: 0!important;
}

.abt-text, .odis-text{
    font-size: 18px;
}



.slider_banner .banner_content {
    overflow: hidden;
}
.navbar_type8 .nav_tab .dropdown .dropdown-menu {
    top: 15px;
}
.j_btn button {
    font-size: 14px;
    font-weight: 500;
    background: #424244;
    color: #fff;
    padding: 8px 30px;
    border: 0px solid #424244;
    border-radius: 10px;
    outline: none;
    transition: all 0.3s ease-in-out;
}
.j_btn button:hover {
    background: transparent;
    color: #000;
    border: 2px solid #000;
}
.title1 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 1rem;
    text-transform: uppercase;
}
.title1 em {
    font-style: normal;
    font-size: 32px;
}
.title1 span {
    color: #424244;
}
.title1 em.letter-a {
    margin-right: -5px;
}
.text1 {
    font-size: 32px;
    color: #333;
    margin-bottom: 2rem;
    line-height: 1.8;
    font-weight: 400;
}

@media screen and (max-width: 1200.5px){
    .text1 {
        font-size: 22px;
        color: #333;
        margin-bottom: 2rem;
        line-height: 1.8;
        font-weight: 400;
    }
}

@media all and (max-width:380px) {
    .title1 {
    font-size: 22px;
    }
    .title1 em {
    font-size: 26px;
    }
}
/*custom nav*/
.d-lg-block.editor{
    padding-bottom: 130px;
}
.custom-nav {
    background: #fff;
    /*background: #3f3f3f;*/
    display: flex;
    height: 130px;
    position: fixed;
    z-index: 10;
}
.custom-navlogo {
    flex: 0 0 20%;
    padding: 25px;
}

.custom-navlogo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin-top: -1vw;
}

.custom-navlogo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.custom-navinfo {
    display: flex;
    flex: 0 1 80%;
    justify-content: flex-end;
    padding-bottom: 30px;
    padding-right: 65px;
}
.cn-infobox {
    display: flex;
    align-items: center;
    padding: 15px 30px;
    position: relative;
}
.cn-infobox.left-line:before {
    display: block;
    content: "";
    width: 1px;
    height: 45px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.cn-infobox img {
    width: 100%;
    max-width: 40px;
    margin-right: 15px;
    filter: brightness(0) invert(0);
}
.cn-infotext {
    white-space: nowrap;
}
.cn-infotext-1 {
    font-size: 15px;
    color: #000;
    font-weight: 500;
}
a.cn-infotext-2 {
    font-size: 14px;
    color: rgba(0,0,0,0.8);
    font-weight: 300;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
a.cn-infotext-2:hover {
    color: #29aae3;
}
@media all and (max-width:1200px) {
    .custom-navinfo {
    padding-right: 0;
    }
}
@media all and (max-width:991.52px) {
    .custom-nav {
    display: none;
    }
    .d-lg-block.editor{
    padding-bottom: 0;
    }
}
/*nav*/
.navbar_type8 {
    height: 55px;
    top: 100px;
}
.navbar_type8 .logo {
    display: none;
}
.navbar_type8 .nav_tab {
    flex: 0 0 80%;
    flex: 0 0 100%;
    margin-left: auto;
    justify-content: space-around;
    justify-content: center;
    padding-left: 15px;
    padding-right: 65px;
    /*background: #ee877d;*/
    /*background: #424244;*/
    background: #2e2e30;
}
.navbar_type8 .nav_tab .nav_item a {
    font-size: 16px;
    font-weight: 600;
    padding: 3.5vw;
}
.navbar_type8 .nav_tab .nav_item:before {
    border-bottom: 4px solid #fff;
}

.navbar_type8 .nav_tab .nav_item::before {
    position: absolute;
    content: "";
    left: 50%;              
    top: 110%;
    width: 50%;
    border-bottom: 4px solid #fff;
    transition: opacity 0.5s ease-in-out;
    opacity: 0;
    transform: translateX(-50%); 
}

/*dark nav*/
.dark_nav {
    background-color: transparent!important;
    animation: none;
}
/*mobile nav*/
.navbar_mobile .btn-outline-light {
    border-color: #424244;
    color: #424244;
}
.navbar_mobile {
    height: 95px;
    background: #fff;
}
.navbar_mobile .logo_img {
    max-height: 65px;
}

.toggle_btn {
    top: auto;
    bottom: 15px;
    right: 75px;
}

.toggle_btn .whatsapp {
    left: auto;
}

@media screen and (max-width: 1200.5px){
    .navbar_type8 .nav_tab .nav_item a {
        font-size: 16px;
        font-weight: 600;
        padding: 2vw;
    }
}

/*banner*/
#main_index .slider_banner {
    margin-top: -55px;
}
.banner-box {
    position: absolute;
    left: 17%;
    top: 30%;
    transform: translateY(-50%);
}
.banner-title {
    font-size: 2.5vw;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 1rem;
}
.banner-title em {
    font-size: 3vw;
    font-style: normal;
}
.banner-title em.letter-v {
    margin-right: -8px;
}

/*Banner*/

.banner_content{
    overflow: hidden;
    opacity: 1 !important;
}

.n_bannerContainer {
    position: relative;
    width: 100%;
    height: 100%;
}

.n_bannerGroup {
    position: relative;
    width: 100%;
    height: 100%;
}

.n_bannerInnerGroup {
    position: absolute;
    top: 45%;
    left: 18%;
    transform: translate(-20%, -50%);
    width: 48%;
}

.n_bannerTitle {
    font-size: 3rem;
    font-weight: 900;
    line-height: 1.1;
    color: #fff;
    margin-top: 0;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.n_bannerSubTitle {
    font-size: 1.3rem;
    font-weight: 300;
    line-height: 1.5;
    color: #fff;
    margin-top: 2%;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.n_bannerViewMore {
    background: #fff;
    border: 2px solid #fff;
    color: #424244;
    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;
}

.n_bannerViewMore:hover {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
}

.n_bannerImg {
    position: absolute;
    width: 47%;
    z-index: -1;
    right: 0;
    opacity: 1;
}

@media all and (max-width:1200.5px) {
    .n_bannerTitle {
        font-size: 2.9rem;
    }
    .n_bannerSubTitle {
        font-size: 1rem;
    }
}

@media all and (max-width:991.52px) {
    #main_index .slider_banner {
    margin-top: 0;
    }
    .banner-box {
    left: 10%;
    }
    .banner-title {
    font-size: 3.5vw;
    }
    .banner-title em {
    font-size: 4vw;
    }
    .banner-title em.letter-v {
    margin-right: -6px;
    }
}

@media all and (max-width:575.52px) {
    .item.slick-slide.slick-current.slick-active img{
        height: 300px !important;
        object-fit: cover;
    }
    /*.item img {*/
        
    /*    height: auto !important;*/
    /*}*/
    .banner-title {
    font-size: 4.5vw;
    }
    .banner-title em {
    font-size: 5vw;
    }
    .banner-title em.letter-v {
    margin-right: -2px;
    }
    .banner-btn button {
    padding: 5px 20px
    }
    
    .n_bannerInnerGroup {
        position: absolute;
        top: 23%;
        left: 25%;
        transform: translate(-20%, -50%);
        width: 86%;
    }
    
    .n_bannerTitle {
        font-size: 1.5rem;
    }
    
    .n_bannerSubTitle {
        font-size: 0.8rem;
    }
    
    .n_bannerImg {
        position: absolute;
        width: 80%;
        z-index: -1;
        right: -6%;
        opacity: 1;
        top: 33%;
    }
}

@media all and (max-width:426.52px) {
    
    .n_bannerInnerGroup {
        position: absolute;
        top: 24%;
        left: 24%;
        transform: translate(-20%, -50%);
        width: 91%;
    }
    
    .n_bannerTitle {
        font-size: 1.3rem;
    }
    
    .n_bannerImg {
        position: absolute;
        width: 90%;
        z-index: -1;
        right: -5%;
        opacity: 1;
        top: 33%;
    }
}

/*about us*/
.abt-container {
    padding: 0 10vw 4rem;
    margin-top: -4rem;
}
.abt-imgcol img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.abt-contentcol {
    padding-top: 8rem;
    padding-left: 4rem;
}
.abt-title {
    margin-bottom: 1.5rem;
}
@media all and (max-width:767.52px) {
    .col-md-7.abt-contentcol{
            margin-top: 20px;
    }
    .abt-container {
    margin-top: 0; 
    }
    .abt-contentcol {
    padding: 0 15px 4rem;
    order: -1;
    }
    .abt-imgcol {
    padding: 0 10%;
    }
}
@media all and (max-width:575.52px) {
    .abt-container {
    padding: 0 2rem 3rem;
    }
}
/*main business*/
.ba-container {
    padding: 0 10vw;
    position: relative;
    z-index: 2;
}

/*slider*/
.project-s {
    margin-left: -15px;
    margin-right: -15px;
}
.project-s .imgbox {
    padding: 0 15px;
}
/*.project-s .imgbox img {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    object-fit: contain;*/
/*}*/
.project-s .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 6px;
}
/*arrow*/
.project-s .slick-arrow {
    z-index: 2;
}
.project-s .slick-prev {
    left: -15px;
    background: #3f3f3f;
    border-radius: 50%;
}
.project-s .slick-next {
    right: -15px;
    background: #3f3f3f;
    border-radius: 50%;
}
.project-s .slick-prev:before,
.project-s .slick-next:before {
    font-size: 16px;
    opacity: 1;
}
.project-s.slick-dotted.slick-slider {
    margin-bottom: 40px;
}
.project-s .slick-dots li {
    width: 40px;
    height: 5px;
}
.project-s .slick-dots li button {
    width: 40px;
    height: 5px;
}
.project-s .slick-dots li button:before {
    width: 40px;
    height: 5px;
    border-radius: 50px;
    content: "";
    background: #000;
}
.project-s .slick-dots li.slick-active button:before {
    opacity: .75;
    background: #424244;
}
@media all and (max-width:767.52px) {
    /*arrow*/
    .project-s .slick-prev {
    left: -10px;
    }
    .project-s .slick-next {
    right: -10px;
    }
    /*dots*/
    .project-s .slick-dots li {
    width: 15px;
    height: 5px;
    }
    .project-s .slick-dots li button {
    width: 15px;
    height: 5px;
    }
    .project-s .slick-dots li button:before {
    width: 15px;
    height: 5px;
    }
}
@media all and (max-width:575.52px) {
    .ba-container {
    padding: 0 2rem;
    }
}
/*our distributor*/
.odis-contaniner {
    padding: calc(8rem + 2rem) 10vw 4rem;
    background: #e0e0e0;
    margin-top: -8rem;
}
.odis-imgcol img {
    width: 100%;
    margin-bottom: -8rem;
}
@media all and (max-width:1200px) {
    .odis-imgcol img {
    margin-bottom: 0;
    }
}
@media all and (max-width:767.52px) {
    .odis-contentcol {
    padding-bottom: 4rem;
    }
}
@media all and (max-width:575.52px) {
    .odis-contaniner {
    padding: calc(8rem + 2rem) 2rem 4rem;
    }
}
/*our products*/
.product-container {
    padding: calc(4rem + 4rem) 10vw 6rem;
}
.product-row {
    row-gap: 30px;
}
/*.product-imgbox {*/
/*    overflow: hidden;*/
/*}*/

.product-imgbox {
    overflow: hidden;
    border-radius: 6px;
}

.product-imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.6);
    transition: all 0.3s ease-in-out;
}
.product-col:hover .product-imgbox img {
    transform: scale(1.1);
    filter: brightness(0.8);
}
a.product-name {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 30px - 30px);
    text-align: center;
    font-size: 1.4vw;
    color: #fff;
    text-shadow: 0 2px 4px #000;
    text-transform: uppercase;
    text-decoration: none;
}
@media all and (max-width:1200px) {
    .product-container {
    padding: 6rem 10vw;
    }
}
@media all and (max-width:991.52px) {
    a.product-name {
    font-size: 1.9vw;
    }
}
@media all and (max-width:767.52px) {
    a.product-name {
    font-size: 3vw;
    }
}
@media all and (max-width:575.52px) {
    .product-container {
    padding: 4rem 2rem;
    }
    a.product-name {
    font-size: 6.5vw;
    }
}

/*latest news*/
.index_wrapper_7{
    background: url(../jpg/1732505853Footeru8kn.jpg);
    background-size: cover;
}
.latnews-container {
    padding: 6rem 10vw 0;
}
.latest_new_type6 .news_box .news_box_content {
    width: calc(100% - 30px);
    float: right;
    position: relative;
    margin-top: -60px;
    padding: 15px;
    background-color: #f1f1f1;
    border-radius: 6px;
    border: 1px solid #efefef;
}
#main_index .latest_new_type6 {
    margin-bottom: 0;
    padding: 0 10vw 4rem;
}

#main_index .latest_new_type6 .news_box {
    background-color: transparent;
}

/*footer*/
/*.footer_type6 {*/
/*    background-color: #3f3f3f;*/
/*}*/

.footer_type6 {
    background: url(../jpg/1732506049Backgroundlhpj.jpg);
    background-size: cover;
}

.footer_type6 .logo {
    padding-top: 100px;
}

.footer_type6 .logo img {
    max-height: 100px;
    filter: brightness(0) invert(1);
}

.footer_type6 .title h6 {
    font-size: 18px!important;
    font-weight: 500;
    text-transform: uppercase;
}

@media screen and (max-width: 500.5px){
    .index_wrapper_2 .item>img{
    	min-height:28rem!important;
    	object-fit:cover;
    	object-position:50% 50%;
    }
}
#main_category .page_title b {
  color: transparent;        
  position: relative;        
  display: inline-block;     
}

#main_category .page_title b::after {
  content: "Services";       
  color: black;             
  position: absolute;       
  left: 0;
  top: 0;
  white-space: nowrap;      
  z-index: 1;                
  pointer-events: none;      
}



