@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

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

a:hover {
    text-decoration: none;
}

@media screen and (max-width: 767.5px){
    
.index_wrapper_2 .item>img{
      
    min-height:100vw!important;
    object-fit:cover;
}

}

.hp_ts {
    background: #062a4e;
}

.hp_ts_sbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1% 9%;
}

.hp_ts_ul {
    list-style-type: none;
    display: flex;
    gap: 1.5vw;
    margin-bottom: 0;
}

.hp_ts_icon {
    width: 15px;
    margin-right: 7.55px;
}

.hp_ts .contactRecordBtn {
    color: white;
    transition: 0.3s;
}

.hp_ts .contactRecordBtn:hover {
    color: lightgrey;
}

.hp_ts_title {
    margin-bottom: 0;
    color: white;
    font-weight: 400;
    font-size: 14px;
}

/*Nav*/

.navbar_type8 .nav_tab .nav_item a {
    color: black;
    padding: 15px 1.5vw;
  
    font-weight: 700;
}

.navbar_type8 .logo {
    flex: 0 1 15%;
 
    margin-left: 10.5%;
}

.navbar_type8 .logo img {
  
    width: 130px;
    
    object-fit: contain;
    padding: 0;
}

.navbar_type8 .nav_tab {
    flex: 0 1 85%;
   
    padding-left: 0;
    padding-right: 8%;
    
}

.navbar_type8 .nav_tab .nav_item a {
    color: black;
    padding: 15px 1.9vw;
    font-weight: 700;
    font-size: 15px;
}

.dark_nav {
    background-color: white !important;

}

.navbar_type8 .nav_tab .nav_item::before {
  
    width: 0%;
    left: 50%;
    border-bottom: none;
    transition: all 0.4s ease-in-out;
    opacity: 1;
    height: 3px;
    transform: translate(-50%, 0);
    background-color: #062a4e;
     
}

.navbar_type8 .nav_tab .nav_item:hover::before {
  
    width: 50%;
   
     
}

.navbar_mobile {
   
    background-color: rgba(255, 255, 255, 1);
   
}

/*Banner*/

.hp_banner {
    padding-top: 11%;
    padding-left: 8.5%;
    overflow: hidden;
    height: 100%;
}

.hp_banner_title1 {
    color: white;
    font-size: 1vw;
    padding-bottom: 2%;
    margin-bottom: 2%;
    position: relative;
    letter-spacing: 0.2vw;
}

.hp_banner_title1:before {
    position: absolute;
    content: "";
    background: white;
    bottom: 0;
    left: 0%;
    width: 6vw;
    height: 5px;
  
}

.hp_banner_title2 {
    color: white;
    font-size: 2.5vw;
    letter-spacing: 0.2vw;
    font-weight: 600;
    margin-bottom: 2%;
}

.hp_banner_desc {
    color: white;
    font-size: 0.95vw;
    font-weight: 400;
    margin-bottom: 4.5%;
}

.hp_banner_link {
    transition: 0.3s;
    background: #062a4e;
    color: white;
    font-size: 0.9vw;
    padding: 0.75vw 2.25vw 0.75vw 1vw;
    position: relative;
}

.hp_banner_link:hover {
    
    background: #808080;
    color: white;
   
}

.hp_banner_link:before {
    position: absolute;
    content: "";
    background-image: url(https://cdn1.npcdn.net/img/1756087118arrow-white.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 1vw;
    height: 1vw;
    right: 4%;
    bottom: 0%;
    top: 0;
    margin: auto 0;
    
}

@media screen and (max-width: 1200.5px){
.hp_banner_title1 {
   
    font-size: 1.8vw;
    padding-bottom: 2%;
    margin-bottom: 2%;
   
}

.hp_banner_title1:before {
   
    width: 8vw;
    height: 5px;
  
}

.hp_banner_title2 {

    font-size: 3vw;

    margin-bottom: 2%;
}

.hp_banner_desc {
   
    font-size: 1.45vw;
    margin-bottom: 4.5%;
}

.hp_banner_link {
 
    font-size: 1.4vw;
    padding: 1vw 3.25vw 1vw 1.5vw;
  
}

.hp_banner_link:before {
 
    width: 1.5vw;
    height: 1.5vw;
    right: 4%;
  
    
}

.hp_banner {
    padding-top: 10%;
    padding-left: 8%;
}

}

@media screen and (max-width: 767.5px){
.hp_banner_title1 {
   
    font-size: 4vw;
    padding-bottom: 5%;
    margin-bottom: 5%;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
   
}

.hp_banner_title1:before {
   
    width: 19vw;
    height: 5px;
  
}

.hp_banner_title2 {

    font-size: 7vw;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
    margin-bottom: 4%;
}

.hp_banner_desc {
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
    font-size: 3.75vw;
    margin-bottom: 9%;
    line-height: 1.8;
}

.hp_banner_link {
 
    font-size: 3.75vw;
    padding: 2.5vw 7.5vw 2.5vw 4vw;
  
}

.hp_banner_link:before {
 
    width: 3vw;
    height: 3vw;
    right: 5%;
  
    
}

.hp_banner {
    padding-top: 15%;
    padding-left: 3%;
}

}

/*About*/

.hp_about_image {
    width: 100%;
}

.hp_about .row {
    align-items: center;
}

.hp_about {
    padding-left: 9%;
    position: relative;
}

.hp_about:before {
    position: absolute;
    content: "";
    background-image: url(https://cdn1.npcdn.net/img/1756089021about-us-shape.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 33vw;
    height: 29vw;
    right: 20%;
    top: 0%;
}

.hp_about_ibox {
    margin-right: -15px;
    margin-left: 15px;
}

.hp_about_title1 {
    color: rgba(0,0,0,0.5);
    font-size: 1.1vw;
    letter-spacing: 0.1vw;
    padding-bottom: 4%;
    margin-bottom: 4%;
    position: relative;
    font-weight: 700;
}

.hp_about_title1:before {
    position: absolute;
    content: "";
    background: #062a4e;
    bottom: 0;
    left: 0%;
    width: 6vw;
    height: 5px;
  
}

.hp_about_title2 {
    color: #062a4e;
    font-size: 2.5vw;
    font-weight: 700;
    margin-bottom: 4%;
}

.hp_about_desc {
    color: black;
    font-size: 0.9vw;
    font-weight: 400;
    margin-bottom: 7%;
    line-height: 1.8;
}

.hp_about_link {
    transition: 0.3s;
    background: #062a4e;
    color: white;
    font-size: 0.85vw;
    padding: 0.75vw 2.25vw 0.75vw 1vw;
    position: relative;
}

.hp_about_link:hover {
    
    background: #808080;
    color: white;
   
}

.hp_about_link:before {
    position: absolute;
    content: "";
    background-image: url(https://cdn1.npcdn.net/img/1756087118arrow-white.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 1vw;
    height: 1vw;
    right: 4%;
    bottom: 0%;
    top: 0;
    margin: auto 0;
    
}

@media screen and (max-width: 1200.5px){
.hp_about_title1 {
    
    font-size: 1.6vw;
    padding-bottom: 4%;
    margin-bottom: 4%;
   
}

.hp_about_title1:before {
 
    width: 8vw;
    height: 5px;
  
}

.hp_about_title2 {
   
    font-size: 3vw;
  
    margin-bottom: 4%;
}

.hp_about_desc {
   
    font-size: 1.4vw;
   
    margin-bottom: 7%;
  
}

.hp_about_desc br {
   
    display: none;
  
}

.hp_about_link {
    
    font-size: 1.35vw;
    padding: 1vw 3.25vw 1vw 1.5vw;
 
}


.hp_about_link:before {
 
    width: 1.5vw;
    height: 1.5vw;
    right: 4%;

    
}

.hp_about {
    padding-left: 9%;
    padding-top: 3%;
    padding-bottom: 3%;
}

}

@media screen and (max-width: 767.5px){
.hp_about_title1 {
    
    font-size: 4vw;
    padding-bottom: 6%;
    margin-bottom: 6%;
   
}

.hp_about_title1:before {
 
    width: 16vw;
    height: 5px;
  
}

.hp_about_title2 {
   
    font-size: 7vw;
  
    margin-bottom: 6%;
}

.hp_about_desc {
   
    font-size: 3.75vw;
   
    margin-bottom: 9%;
  
}

.hp_about_link {
    
    font-size: 3.75vw;
    padding: 2.5vw 7.5vw 2.5vw 4vw;
 
}


.hp_about_link:before {
 
    width: 3vw;
    height: 3vw;
    right: 5%;

    
}

.hp_about:before {
   
    width: 80vw;
    height: 70vw;
    right: 21%;
    top: 56%;
}

.hp_about {
    padding-left: 3%;
    padding-top: 12%;
    padding-bottom: 3%;
    padding-bottom: 12%;
}

.hp_about_ibox {
    margin-right: -15px;
    margin-left: 0;
    margin-top: 12%;
}

}

/*What*/

.hp_what {
    padding: 6% 6% 0% 0;
}

.hp_what .row {
    align-items: center;
}

.hp_what_image {
    width: 100%;
}

.hp_what_ibox {
    margin-left: -15px;
}

.hp_what_box {
    display: flex;
    gap: 1.5vw;
    margin-bottom: 15%;
}

.hp_what_icon {
    max-width: 5vw;
    transition: 0.3s;
}

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

.hp_what_title {
    color: #062a4e;
    font-weight: 700;
    font-size: 2.5vw;
    margin-bottom: 9%;
    margin-top: 7%;
}

.hp_what_item1 {
    color: black;
    font-size: 1.4vw;
    font-weight: 700;
    margin-bottom: 3%;
}

.hp_what_item2 {
    color: black;
    font-size: 1vw;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 0;
}

@media screen and (max-width: 1200.5px){
.hp_what_icon {
    max-width: 6vw;
    
}

.hp_what_title {
    
    font-size: 3vw;
    margin-bottom: 8%;
    margin-top: 3%;
}

.hp_what_item1 {
    
    font-size: 1.7vw;
 
    margin-bottom: 3%;
}

.hp_what_item2 {
    
    font-size: 1.45vw;
   
}

.hp_what_item2 br {
    
    display: none;
   
}

.hp_what {
    padding: 6% 3% 0% 0;
}

}

@media screen and (max-width: 767.5px){
.hp_what_icon {
    max-width: 15vw;
    
}

.hp_what_title {
    
    font-size: 7vw;
    margin-bottom: 12%;
    margin-top: 12%;
}

.hp_what_item1 {
    
    font-size: 5vw;
 
    margin-bottom: 3%;
}

.hp_what_item2 {
    
    font-size: 3.75vw;
   
}

.hp_what {
    padding: 12% 3%;
}

.hp_what_ibox {
    margin-left: -7%;
}

.hp_what_box {
   
    gap: 4vw;
    margin-bottom: 12%;
}

}

/*Services*/

.hp_services {
    padding: 6% 9% 6%;
    position: relative;
}

.hp_services .col-12.col-md-3 {
    padding: 0 0.75vw;
}

.hp_services:before {
    position: absolute;
    content: "";
    background-image: url(https://cdn1.npcdn.net/img/1756090321service-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100%;
    width: 100%;
    height: 74%;
    right: 0%;
    top: 0;
}

.hp_services_box {
    position: relative;
    box-shadow: 0 0 15px rgba(0,0,0,0.7);
}

.hp_services_itbox {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    background: linear-gradient(to right, rgba(6, 42, 78, 1), transparent);
    padding: 4% 6%;
    height: 4vw;
    display: flex;
    align-items: center;
    transition: 0.3s;
}

.hp_services_item {
    color: white;
    margin-bottom: 0;
    font-size: 1vw;
  
}

.hp_services_itbox:before {
    position: absolute;
    content: "";
    background-image: url(https://cdn1.npcdn.net/img/1756090837button-arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 1vw;
    height: 1vw;
    right: 9%;
    bottom: 0%;
    top: 0;
    margin: auto 0;
    transition: 0.3s;
}

.hp_services_box:hover .hp_services_itbox:before {
    transform: rotate(45deg);
}

.hp_services_box:hover .hp_services_itbox {
  
    background: rgba(6, 42, 78, 1);
   
}

.hp_services_image {
    width: 100%;
}

.hp_services_boxt {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5%;
}

.hp_services_title {
    color: #fff;
    font-size: 2.5vw;
    font-weight: 700;
    margin-bottom: 0%;
}

.hp_services_desc {
    color: #fff;
    font-size: 1vw;
    font-weight: 400;
    margin-bottom: 9%;
    line-height: 1.8;
}

.hp_services_link {
    transition: 0.3s;
    background: #fff;
    font-weight: 500;
    color: #062a4e;
    font-size: 1vw;
    padding: 0.75vw 2.25vw 0.75vw 1vw;
    position: relative;
}

.hp_services_link:hover {
    
    background: #808080;
    color: #062a4e;
   
}

.hp_services_link:before {
    position: absolute;
    content: "";
    background-image: url(https://cdn1.npcdn.net/img/1756090411arrow-blue.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 1vw;
    height: 1vw;
    right: 4%;
    bottom: 0%;
    top: 0;
    margin: auto 0;
    
}

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

    font-size: 1.25vw;
  
}

.hp_services_itbox:before {
 
    width: 1.25vw;
    height: 1.25vw;
    right: 6%;
 
    
}

.hp_services_title {
    
    font-size: 3vw;

}

.hp_services_desc {
   
    font-size: 1.5vw;
   
    margin-bottom: 9%;
 
}

.hp_services_link {

    font-size: 1.5vw;
    padding: 1vw 3.25vw 1vw 1.5vw;
   
}


.hp_services_link:before {
  
    width: 1.5vw;
    height: 1.5vw;
    right: 4%;
    
    
}

.hp_services_itbox {
   
    padding: 4% 6%;
    height: 5vw;
 
}

}

@media screen and (max-width: 767.5px){
.hp_services_item {

    font-size: 4.5vw;
  
}

.hp_services_itbox:before {
 
    width: 4vw;
    height: 4vw;
    right: 9%;
 
    
}

.hp_services_title {
    
    font-size: 7vw;

}

.hp_services_desc {
   
    font-size: 3.75vw;
   
    margin-bottom: 9%;
 
}

.hp_services_desc br {
   
    display: none;
 
}

.hp_services_link {

    font-size: 3.75vw;
    padding: 2.5vw 7.5vw 2.5vw 4vw;
   
}


.hp_services_link:before {
  
    width: 3vw;
    height: 3vw;
    right: 5%;
    
    
}

.hp_services_itbox {
   
    padding: 4% 6%;
    height: 17vw;
 
}

.hp_services {
    padding: 12% 3%;
  
}

.hp_services .col-12.col-md-3 {
    padding: 0 15px 30px;
}

.hp_services_boxt {
 
    margin-bottom: 12%;
    flex-direction: column;
    gap: 6vw;
}

.hp_services:before {
    
    background-position: 50%;
    height: 90%;
    
}

}

/*Products*/

.index_wrapper_6 {
    padding: 5% 9% 5%;
    position: relative;
}

.index_wrapper_6:before {
    position: absolute;
    content: "";
    background-image: url(https://cdn1.npcdn.net/img/1756095369product-shape.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 50vw;
    height: 50vw;
    right: 13%;
    top: -19%;
    z-index: -1;
    
}

.hp_products_box2 {
    padding-right: 4%;
}

.hp_products_boxt {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5%;
}

.hp_products_title {
    color: #062a4e;
    font-size: 2.5vw;
    font-weight: 700;
    margin-bottom: 0%;
}

.hp_products_desc {
    color: #000;
    font-size: 1vw;
    font-weight: 400;
    margin-bottom: 12%;
    line-height: 1.8;
}

.hp_products_link {
    transition: 0.3s;
    background: #062a4e;
    color: #fff;
    font-size: 1vw;
    padding: 0.75vw 2.25vw 0.75vw 1vw;
    position: relative;
}

.hp_products_link:hover {
    
    background: #808080;
    color: #fff;
   
}

.hp_products_link:before {
    position: absolute;
    content: "";
    background-image: url(https://cdn1.npcdn.net/img/1756093271arrow-white.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 1vw;
    height: 1vw;
    right: 4%;
    bottom: 0%;
    top: 0;
    margin: auto 0;
    
}

.product_cat-4 .cat_box {
   
    height: 16vw;
    overflow: visible;
    background: #f2f2f2;
}

.product_cat-4 .cat_box .content {
    
    position: relative;
    background-color: #808080;
}

.product_cat-4 h3 {
  
    display: none;
}

.hp_products_icon {
    width: 1vw !important;
}

.product_cat-4 .mb-3 {
    font-size: 1vw;
    color: white;
    margin-bottom: 0 !important;
}

.product_cat-4 .cat_box .content .content_box {
  
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6% 9% 6% 6%;
}

.product_cat-4 .cat_box:hover .content {
    background-color: #062a4e;
}

.product_cat-4 .cat_box .content .line {
    display: none;
}

.product_cat-4 .cat_box:hover img {
    transform: scale(1);
}

.product_cat-4 .cat_outter_box {
    padding: 10px 10px;
}

.product_cat-4 .p-0 {
    padding: 0 0 4.5vw !important;
}

@media screen and (max-width: 1200.5px){
.hp_products_title {
   
    font-size: 3vw;

}

.hp_products_desc {
   
    font-size: 1.5vw;
  
    margin-bottom: 12%;
    
}

.hp_products_link {
   
    font-size: 1.5vw;
    padding: 1vw 3.25vw 1vw 1.5vw;
    position: relative;
}


.hp_products_link:before {
  
    width: 1.5vw;
    height: 1.5vw;
    right: 4%;
   
    
}

.hp_products_icon {
    width: 1.2vw !important;
}

.product_cat-4 .mb-3 {
    font-size: 1.2vw;
    
}

.product_cat-4 .cat_outter_box {
    padding: 5px 5px;
}

.index_wrapper_6 {
    padding: 5% 7% 5%;
   
}

.product_cat-4 .cat_box .content .content_box {

    padding: 6% 6% 6% 6%;
}

}

@media screen and (max-width: 767.5px){
.hp_products_title {
   
    font-size: 7vw;

}

.hp_products_desc {
   
    font-size: 3.75vw;
  
    margin-bottom: 12%;
    
}

.hp_products_desc br {
   
    display: none;
    
}

.hp_products_link {
   
    font-size: 3.75vw;
    padding: 2.5vw 7.5vw 2.5vw 4vw;
   
}


.hp_products_link:before {
  
    width: 3vw;
    height: 3vw;
    right: 5%;
   
    
}

.product_cat-4 .p-0 {
    padding: 0 0 15vw !important;
}

.product_cat-4 .cat_box {
    height: 56vw;
   
}

.hp_products_icon {
    width: 3.75vw !important;
}

.product_cat-4 .mb-3 {
    font-size: 3.75vw;
    
}

.product_cat-4 .cat_outter_box {
    padding: 10px;
}

.index_wrapper_6 {
    padding: 12% 3% 6%;
   
}

.product_cat-4 .cat_box .content .content_box {

    padding: 6% 7% 6% 6%;
}

.hp_products_boxt {
    
    margin-bottom: 12%;
    flex-direction: column;
    gap: 6vw;
}

}

/*Contact*/

.hp_contact {
    padding: 5% 9% 4%;
    position: relative;
}

.hp_contact:before {
    position: absolute;
    content: "";
    background-image: url(https://cdn1.npcdn.net/img/1756095810contact-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100%;
    width: 100%;
    height: 248%;
    right: 0%;
    bottom: 0%;
    z-index: -1;
    
}

.hp_contact_boxt {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5%;
}

.hp_contact_title1 {
    color: #fff;
    font-size: 1.1vw;
    letter-spacing: 0.1vw;
    margin-bottom: 3%;
}

.hp_contact_title2 {
    color: #fff;
    font-size: 3vw;
    letter-spacing: 0.2vw;
    font-weight: 700;
    margin-bottom: 0%;
}

.hp_contact_desc {
    color: #fff;
    font-size: 1vw;
    font-weight: 400;
    margin-bottom: 9%;
    line-height: 1.8;
    margin-top: 9%;
}

.hp_contact_link {
    transition: 0.3s;
    background: #fff;
    color: #062a4e;
    font-size: 1vw;
    padding: 0.75vw 2.25vw 0.75vw 1vw;
    position: relative;
    font-weight: 500;
}

.hp_contact_link:hover {
    
    background: #808080;
    color: #062a4e;
   
}

.hp_contact_link:before {
    position: absolute;
    content: "";
    background-image: url(https://cdn1.npcdn.net/img/1756090411arrow-blue.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 1vw;
    height: 1vw;
    right: 4%;
    bottom: 0%;
    top: 0;
    margin: auto 0;
    
}

@media screen and (max-width: 1200.5px){
.hp_contact_title1 {
   
    font-size: 1.6vw;
  
    margin-bottom: 3%;
}

.hp_contact_title2 {
  
    font-size: 3.5vw;
  
}

.hp_contact_desc {
 
    font-size: 1.5vw;
    margin-bottom: 9%;
    margin-top: 9%;
}

.hp_contact_link {
    
    font-size: 1.5vw;
    padding: 1vw 3.25vw 1vw 1.5vw;
  
}

.hp_contact_link:before {
    
    width: 1.5vw;
    height: 1.5vw;
    right: 4%;
    
    
}

}

@media screen and (max-width: 767.5px){
.hp_contact_title1 {
   
    font-size: 4vw;
  
    margin-bottom: 3%;
}

.hp_contact_title2 {
  
    font-size: 7vw;
  
}

.hp_contact_desc {
 
    font-size: 3.75vw;
    margin-bottom: 9%;
    margin-top: 9%;
}

.hp_contact_desc br {
 
    display: none;
}

.hp_contact_link {
    
    font-size: 3.75vw;
    padding: 2.5vw 7.5vw 2.5vw 4vw;
  
}

.hp_contact_link:before {
    
    width: 3vw;
    height: 3vw;
    right: 5%;
    
    
}

.hp_contact {
    padding:12% 3%;
   
}

.hp_contact:before {
 
    background-position: 50%;

    height: 235%;
   
}

.hp_contact_boxt {

    flex-direction: column;
}

}

/*Customer*/

.hp_customer_marquee {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.hp_customer_box {
  display: flex;
  gap: 4vw; /* spacing between logos */
  animation: marquee 60s linear infinite;
  width: max-content;
  width: -webkit-max-content;

}

.hp_customer_ibox img {
  max-height: 8vw; /* adjust size */
  object-fit: contain;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.hp_customer {
    padding: 5% 0 5%;
}

.hp_customer .container-fluid{
    padding: 0%;
}

.hp_customer_title {
    color: #062a4e;
    text-align: center;
    margin-bottom: 3%;
    font-weight: 700;
    font-size: 2.5vw;
}

@media screen and (max-width: 1200.5px){
.hp_customer_title {
   
    margin-bottom: 3%;
  
    font-size: 3vw;
}

.hp_customer_ibox img {
    max-height: 8.5vw;
    object-fit: contain;
}

}

@media screen and (max-width: 767.5px){
.hp_customer_title {
   
    margin-bottom: 6%;
  
    font-size: 7vw;
}

.hp_customer_ibox img {
    max-height: 20vw;
    object-fit: contain;
}

.hp_customer {
    padding: 12% 0%;
}

.hp_customer_box {
  
  gap: 6vw; /* spacing between logos */
  animation: marquee 60s linear infinite;
 
}

}

/*Footer*/



.footer_type10 .text {
    color: white !important;
    font-size: 14px;
}

.footer_type10 .list-unstyled.zz li:nth-child(7) {
    display: none;
}

.footer_type10 a:hover {
    color: lightgrey;
}

.footer_type10 .logo img {
   
    max-height: 50px;
}

.footer_type10 .logo.title {
    min-height: 50px;

    margin-bottom: 0.5rem;
}

.footer_type10 {
    color: white;
    background-color: #333333;
    padding-top: 3rem !important;
    padding-bottom: 2rem !important;
}

.footer_type10 .sub_title p {
    font-size: 15px;

    text-transform: uppercase;
}

.ft_power {
    text-align: end;
}

.footer_type10 .line_top {
    border-top: 1px solid rgba(255, 255, 255, 1);
}

.footer_type10 .sub_title {
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
}

@media screen and (max-width: 767.5px){
.ft_power {
    text-align: start;
}

}