@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900');

#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{
    object-position: 100%;  
    min-height:75vw!important;
    object-fit:cover;
}

}

/*custom nav*/
.d-lg-block.editor{
    padding-bottom: 69px;
}
.custom-nav {
    background: #053e9b;
    display: flex;
    height: 160px;
    position: fixed;
    z-index: 10;
}
.custom-navlogo {
    flex: 0 0 37.5%;
   margin-left: 0px;
    padding: 15px 0px 20px 15px;
    position: relative;
}

.custom-navlogo:before {
    position: absolute;
    content: "";
    background-color: #fff;
    bottom: 0%;
    left: -15px;
    width: 115%;
    height: 100%;
    z-index: -1;
}

.custom-navlogo:after {
    position: absolute;
    content: "";
    background-color: #053e9b;
    top: 0%;
    right: -13%;
    width: 4%;
    height: 70px;
    border-radius: 0 0 0 30px;
}

.custom-navlogo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.custom-navinfo {
    display: flex;
    flex:0 1 62.5%;
    justify-content: flex-end;
    padding-bottom: 45px;
    padding-right: 7.5%;
}
.cn-infobox {
    display: flex;
    align-items: center;
    padding: 15px 1.25vw;
    position: relative;
    top: -20%;
}

.cn-infobox img {
    width: 100%;
    max-width: 45px;
    margin-right: 15px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
}



.cn-infotext {
    white-space: nowrap;
    display: flex;
    align-items: center;
}

.cn-infotext-x {
    display: flex;
    flex-direction: column;
}

.cn-infotext-2 {
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}
.cn-infotext-2:hover {
    color: lightgrey;
}


.cn-image {
    width: 15px;
}

@media all and (max-width:1370px) {
.custom-navlogo {
    padding: 20px 20px 25px 0;
}

}

@media all and (max-width:1200px) {

    .custom-navlogo {
        padding: 20px 0px 25px 10px;
    }

.custom-navlogo:after {
    right: -12%;
}

.custom-navinfo {
    padding-right: 2.5%;
}
    
}
@media all and (max-width:991.5px) {
.custom-nav {
    display: none;
}
.d-lg-block.editor{
    padding-bottom: 0;
}

}

/*Menu*/

.navbar_type8 {
    background-color: #fff;
    height: 90px;
    top: 70px;
    width: 62%;
    right: 0;
}

.navbar_type8 .logo {
    display: none;
}

.navbar_type8 .nav_tab {
    flex: 0 1 100%;
    padding-left: 0;
    padding-right: 13%;
}

.dark_nav {
    background-color: #fff !important;
    left: unset;
    animation: unset;
}

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

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

.navbar_type8 .nav_tab .nav_item:last-child::before {
    display: none;    
}

.navbar_type8 .nav_tab .nav_item a {
    color: #000;
    padding: 7.5px 1vw;
    text-transform: capitalize;
    font-size: 19px;
    font-weight: 300;
    transition: 0.3s;
}

.navbar_type8 .nav_tab .nav_item:last-child a {
    border: 1px solid #fff;
    border-radius: 12.5px;
    padding: 7.5px 1.25vw;
}

.navbar_type8 .nav_tab .nav_item:last-child:hover a {
    background: #c6332c;
    border: 1px solid #c6332c;
}

.navbar_mobile {
    background-color: #e1f5fe;
}

.navbar_mobile .btn-outline-light {
    border-color: #053e9b;
    color:  #053e9b;
}

.navbar_mobile .logo_img {
    transform: scale(1.4);
}

.side_menu {
    background-color: #e1f5fe;
    color: #000;
}

.side_menu .list-group .list-group-item a {
    color: #000;
    font-size: 15px;
    font-weight: 600;
}

.side_menu .social_media a {
    color: #000;
}

.side_menu input::placeholder {
    color: #000;
}

.side_menu .fa.fa-search.btn.border-0.text-white {
    color: #000 !important;
}

.side_menu .list-group .list-group-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.09);
}

.side_menu .social_media .fa-lg {
    font-size: 2em;
}

@media screen and (max-width: 1372.5px){
.navbar_type8 .nav_tab .nav_item a {
    padding: 7.5px 1vw;
    font-size: 18px;
}

.cn-infotext-2 {
    font-size: 18px;
}

.custom-navinfo {
    padding-right: 7%;
}

}

@media screen and (max-width: 1300.5px){
.navbar_type8 .nav_tab .nav_item a {
    padding: 7.5px 0.9vw;
    font-size: 17px;
}

.cn-infotext-2 {
    font-size: 17px;
}

}

@media screen and (max-width: 1200.5px){
.navbar_type8 .nav_tab {
    padding-right: 6%;
}

.navbar_type8 .nav_tab .nav_item a {
    padding: 7.5px 0.9vw;
    font-size: 17px;
}

.navbar_type8 {
    width: 62%;
}

.custom-navinfo {
    padding-right: 3%;
}

}

@media screen and (max-width: 1100.5px){

.navbar_type8 .nav_tab .nav_item a {
    padding: 7.5px 0.75vw;
    font-size: 16.5px;
}

.cn-infotext-2 {
    font-size: 16.5px;
}

}

@media screen and (max-width: 500.5px){
.navbar_mobile .logo_img {
    transform: scale(1.3);
}

}

@media screen and (max-width: 450.5px){
.navbar_mobile .logo_img {
    transform: scale(1.2);
}

}

@media screen and (max-width: 400.5px){
.navbar_mobile .logo_img {
    transform: scale(1.15);
}

}

@media screen and (max-width: 360px){
  
  .navbar_mobile .logo_img {
    max-height: 42px;
}
    
}

/*Banner*/

.hp_banner {
    padding-top: 13%;
    padding-left: 7.5%;
    padding-right: 20%;
}

.hp_banner_image {
    margin-left: -24%;
    margin-top: 40.5%;
    display: none;
}

.hp_banner_title {
    color: #fff !important;
    font-size: 1.55vw !important;
}

.hp_banner_title2 {
    color: #fff;
    font-size: 3.13vw;
    font-weight: 900;
}

.hp_banner_desc {
    color: #fff;
    font-size: 1.25vw !important;
    margin-bottom: 6%;
}

.hp_banner_link {
    background: #f11312;
    border: 1px solid #f11312;
    position: relative;
    color: #fff;
    font-size: 1.4vw;
    transition: 0.4s;
    padding: 1.1vw 8.75vw 1.1vw 2.25vw;
}

.hp_banner_link:hover {
    background: #053e9b;
    border: 1px solid rgba(255,255,255,0.3);
    color: #fff;
}

.hp_banner_link:before {
    position: absolute;
    content: "";
    top: 0%;
    bottom: 0;
    margin: auto 0;
    right: 11%;
    background-image: url(https://cdn1.npcdn.net/img/1777444888A-BANNER-BUTTON.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 5.3vw;
    height: 3.75vw;
}

.hp_banner_link:hover:before {
    background-image: url(https://cdn1.npcdn.net/img/1777447306D-BUTTON-2.png);
}

@media screen and (max-width: 1200.5px){
.hp_banner_title {
    font-size: 1.7vw !important;
}

.hp_banner_title2 {
    font-size: 3.4vw;
}

.hp_banner_desc {
    font-size: 1.5vw !important;
    margin-bottom: 6%;
    width: 90%;
}

.hp_banner_desc br {
    display: none;
}

.hp_banner_link {
    font-size: 1.6vw;
    padding: 1.25vw 9.75vw 1.25vw 2.25vw;
}

.hp_banner_link:before {
    right: 11%;
    width: 6vw;
    height: 4.2vw;
}

.hp_banner {
    padding-top: 8%;
    padding-left: 7.5%;
    padding-right: 20%;
}

}

@media screen and (max-width: 767.5px){
.hp_banner_title {
    font-size: 4vw !important;
}

.hp_banner_title2 {
    font-size: 8vw;
}

.hp_banner_desc {
    font-size: 3.75vw !important;
    margin-bottom: 6%;
}

.hp_banner_link {
    font-size: 4vw;
    padding: 3vw 25vw 3vw 6vw;
}

.hp_banner_link:before {
    right: 11%;
    width: 15vw;
    height: 10.5vw;
}

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

.hp_banner_image {
    margin-left: 0%;
    margin-top: 15%;
}

.hp_banner_box {
    position: relative;
}

.hp_banner_box:before {
    position: absolute;
    content: "";
    top: 9%;
    bottom: 0%;
    margin: auto;
    right: 0%;
    left: -4%;
    background-color: rgba(5, 62, 155, 0.25);
    width: 107%;
    height: 125%;
    z-index: -1;
}

}

@media only screen and (max-width: 767.5px) {
    .slider_banner .banner_content {
        position: static !important;
        transform: none !important;
        background-color: #053e9b;
    }
}

/*About*/

.hp_about {
    padding: 1.5% 8% 5% 7%;
}

.hp_about_icon {
    width: 8rem;
}

.hp_about_icbox {
    text-align: center;
    margin-bottom: 7%;
    cursor: pointer;
}

.hp_about_itbox {
    background: #c6332c;
    text-align: end;
    padding: 15px 15px 90px 15px;
    margin-left: auto;
    width: 17.5rem;
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 100%, 20% 100%, 0 70%);
    transition: 0.3s;
}

.hp_about_itbox:hover {
    background: #053e9b;
}

.hp_about_itbox:before {
    position: absolute;
    content: "";
    bottom: 15px;
    right: 11%;
    background-image: url(https://cdn1.npcdn.net/img/1777450153B-ICON-1.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 65px;
    height: 65px;
    animation: 7s rotate-center linear infinite;
}

@keyframes rotate-center {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

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

.hp_about_image {
    width: 100%;
}

.dsmall {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5;
}

.hp_about_link {
    background: #f11312;
}

.hp_about_link:hover {
    background: #053e9b;
    color: #fff;
}

.hp_about_link:before {
    position: absolute;
    content: "";
    top: 0%;
    bottom: 0;
    margin: auto 0;
    right: 12%;
    background-image: url(https://cdn1.npcdn.net/img/1777448424BUTTON.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 61px;
    height: 43px;
}

.hp_about_link:hover:before {
    background-image: url(https://cdn1.npcdn.net/img/1777449442D-BUTTON-2.png);
}

.hp_about_desc {
    color: black;
    margin-bottom: 15px;
    width: 89.5%;
    line-height: 1.3 !important;
}

.hp_about_bbox {
    margin-top: 25px;
}

.hp_about_ibox {
    margin-right: 3%;
}

.hp_about_box {
    padding-left: 6%;
}

.hp_about_item {
    color: #fff;
    font-size: 23px;
    font-weight: 400;
    margin-bottom: 0;
    display: inline-block;
}

@media screen and (max-width: 1200.5px){
.dsmall {
    font-size: 19px;
}

.hp_about_item {
    font-size: 20px;
}

.hp_about_itbox {
    padding: 15px 15px 80px 15px;
    width: 15.5rem;
}

.hp_about_itbox:before {
    bottom: 12.5px;
    right: 11%;
    width: 60px;
    height: 60px;
}

.hp_about_ibox {
    margin-right: 0%;
}

.hp_about_desc {
    width: 100%;
}

.hp_about_box {
    padding-left: 0%;
}

}

@media screen and (max-width: 991.5px){
.dsmall {
    font-size: 17px;
}

.hp_about_item {
    font-size: 18px;
}

.hp_about_itbox {
    padding: 15px 15px 70px 15px;
    width: 14rem;
}

.hp_about_itbox:before {
    bottom: 10px;
    right: 11%;
    width: 55px;
    height: 55px;
}

}

@media screen and (max-width: 767.5px){
.hp_about {
    padding: 15px 3% 60px;
}

.hp_about_icbox {
    margin-bottom: 45px;
}

.hp_about_ibox {
    margin-bottom: 30px;
}

}

/*Why*/

.hp_why {
    padding: 4% 6% 1% 0%;
    position: relative;
}

.hp_why:before {
    position: absolute;
    content: "";
    top: 0%;
    left: 0;
    background-image: url('https://cdn1.npcdn.net/img/1777426106C-BG.png');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 98%;
}

.hp_why_image {
    width: 100%;
}

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

.hp_why_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2vw;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 4.5% 0%;
}

.hp_why_box:last-child {
    border-bottom: 0;
}

.hp_why_icon {
    width: 4.5vw;
    transition: 0.3s;
}

.hp_why_icon:hover {
    animation: 1s jshake;
}

@keyframes jshake {
    25% {
        transform: rotate(10deg);
      }
      75% {
        transform: rotate(-10deg);
      }
}

.hp_why_tbox {
    padding-left: 19.5%;
}

.hp_why_item {
    margin-bottom: 0;
    font-size: 1.7vw;
    color: black;
    font-weight: 600;
}

.hp_why_item2 {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 1.1vw;
}

.hp_why_ibox {
    margin-left: -9%;
    margin-right: 12%;
    margin-top: -12%;
}

.hp_why_title {
    color: #fff !important;
}

.hp_why_title span {
    background-color: #fff !important;
}

.hp_why_title2 {
    color: #fff !important;
}

.hp_why_fbox {
    padding-left: 2%;
    margin-top: -6%;
}

.hp_why_icbox {
    border-radius: 50%;
    border: 1px solid #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1200.5px){
.hp_why_item {
    font-size: 1.9vw;
}

.hp_why_item2 {
    font-size: 1.4vw;
}

.hp_why_box {
    gap: 1vw;
    padding: 4.5% 0%;
}

.hp_why_icon {
    width: 5vw;
}

}

@media screen and (max-width: 767.5px){
.hp_why_item {
    font-size: 17px;
}

.hp_why_item2 {
    font-size: 14px;
}

.hp_why_box {
    gap: 3vw;
    padding: 20px 0%;
}

.hp_why_icon {
    width: 100%;
}

.hp_why {
    padding: 45px 3% 45px 3%;
}

.hp_why_fbox {
    padding-left: 0%;
    margin-top: 9%;
    position: relative;
}

    .hp_why_fbox:before {
        position: absolute;
        content: "";
        top: -3%;
        margin: auto;
        left: -9%;
        background-color: #e8f0fb;
        width: 118%;
        height: 110%;
    }
    
    .hp_why_fbox:after {
        position: absolute;
        content: "";
        top: -7%;
        margin: auto;
        left: -9%;
        background-color: #c6332c;
        width: 118%;
        height: 4%;
    }

.hp_why_ibox {
    margin-left: 0;
    margin-right: 0;
    margin-top: -12%;
}

.hp_why_tbox {
    padding-left: 0%;
}

.hp_why_icbox {
    flex: 0 0 15%;
    border: 0;
}

.hp_why_itbox {
    flex: 0 0 70%;
}

.hp_why_itbox2 {
    flex: 0 0 15%;
}

}

/*Services*/

.hp_services {
    padding: 7% 9% 1% 9%;
    position: relative;
}

.hp_services:before {
    position: absolute;
    content: "";
    top: 0%;
    left: 0;
    background: linear-gradient(to bottom, transparent, #053e9b);
    width: 3rem;
    height: 100%;
}

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

.hp_services_image {
    width: 100%;
}

.hp_services_link {
    background: linear-gradient(to right, #0465aa, #053e9b);
}

.hp_services_link:before {
    position: absolute;
    content: "";
    top: 0%;
    bottom: 0;
    margin: auto 0;
    right: 12%;
    background-image: url(https://cdn1.npcdn.net/img/1777430227D-BUTTON-2.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 61px;
    height: 43px;
}

.hp_services_desc {
    color: #666;
}

.hp_services_bbox {
    margin-top: 30px;
}

.bbutton {
    color: #fff;
    font-size: 12px;
    transition: 0.4s;
    padding: 15px 7rem 15px 2rem;
    position: relative;
}

.hp_services_link:hover {
    background: #f11312;
    color: #fff;
}

.hp_services_link:hover:before {
    background-image: url(https://cdn1.npcdn.net/img/1777448424BUTTON.png);
}

.hp_services_link2 {
    color: #333;
    font-size: 20px;
    font-weight: 500;
    border-bottom: 1.5px solid #333;
    padding-bottom: 5px;
    transition: 0.4s;
}

.hp_services_link2:hover {
    color: #053e9b;
    border-bottom: 1.5px solid #053e9b;
}

.hp_services_bbox2 {
    position: relative;
    margin-top: 10px;
}

.tbig {
    color: black;
    font-size: 28.5px;
    font-weight: 900;
    margin-bottom: 10px;
}

.tsmall {
    font-size: 19px;
    font-weight: 300;
    color: black;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.tsmall span {
    background-color: #333;
    height: 1.5px;
    width: 30px;
    display: inline-block;
}

.hp_services_bbox2:before {
    position: absolute;
    content: "";
    top: 0%;
    bottom: 0;
    margin: auto 0;
    right: 0%;
    background-image: url(https://cdn1.npcdn.net/img/1777429647D-BUTTON.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 32px;
    height: 25px;
}

.hp_services_bbox2:hover:before {
    filter: brightness(0) saturate(100%) invert(12%) sepia(68%) saturate(5135%) hue-rotate(213deg) brightness(94%) contrast(96%);
}

.hp_services .col-12.col-md-7 {
    padding-left: 3.5%;
}

.hp_services_box {
    margin-top: -9%;
}

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

.tbig {
    font-size: 26px;
    margin-bottom: 10px;
}

.tsmall {
    font-size: 18px;
    margin-bottom: 5px;
    gap: 5px;
}

.tsmall span {
    width: 27.5px;
}

.hp_services_link2 {
    font-size: 18px;
    padding-bottom: 5px;
}

.hp_services_bbox2:before {
    width: 30px;
    height: 24px;
}

}

@media screen and (max-width: 991.5px){

.tbig {
    font-size: 24px;
    margin-bottom: 10px;
}

.tsmall {
    font-size: 17px;
    margin-bottom: 5px;
    gap: 5px;
}

.tsmall span {
    width: 25px;
}

.hp_services .col-12.col-md-7 {
    padding-left: 15px;
}

.hp_services_link2 {
    font-size: 1.85vw;
    padding-bottom: 5px;
}

.bbutton {
    padding: 15px 6.5rem 15px 2rem;
}

}

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

.tbig {
    font-size: 23px;
    margin-bottom: 10px;
}

.tsmall {
    font-size: 16px;
    margin-bottom: 5px;
    gap: 5px;
}

.tsmall span {
    width: 25px;
}

.hp_services {
    padding: 15% 3% 6%;
}

.hp_services_ibox {
    margin-top: 40px;
}

.hp_services_link2 {
    font-size: 3.6vw;
    padding-bottom: 5px;
}

.hp_services:before {
    width: 1rem;
}

}

/*Equipment*/

.index_wrapper_6 {
    padding: 3% 10% 3%;
}

.gallery_img {
    padding: 0 0.75vw;
}

.gallery .container {
    max-width: 100%;
}

.hp_equip_title2 {
    margin-bottom: 15px;
}

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

.ws_gallery-2 .img_frame {
    padding-top: 18vw;
}

@media screen and (max-width: 991.5px){
.gallery_img {
    flex: 0 0 25%;
    max-width: 25%;
}

}

@media screen and (max-width: 767.5px){
.gallery_img {
    flex: 0 0 50%;
    max-width: 50%;
}

.ws_gallery-2 .img_frame {
    padding-top: 36vw;
}

.index_wrapper_6 {
    padding: 30px 9% 30px;
}

}

/*Gallery*/

.hp_photoGallerySlider_type4 .video-list-slider {
    padding: 0 !important;
}

.hp_gallery_title2 {
    margin-bottom: 0;
}

.hp_gallery {
    padding: 1% 9% 0%;
}

.hp_photoGallerySlider_type4 .flickfeed .slick-slide {
    margin: 5px;
    height: inherit !important;
}

@media screen and (max-width: 767.5px){
.hp_photoGallerySlider_type4 .py-5 {
    padding-top: 2rem !important;
    padding-bottom: 0 !important;
}

}

/*Products*/

.index_wrapper_8 {
    padding: 6% 9% 6%;
    background-image: url(https://cdn1.npcdn.net/img/1777430967G-BG.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.hp_products_title {
    color: #fff !important;
}
.hp_products_title span {
    background-color: #fff;
}

.hp_products_title2 {
    color: #fff !important;
    margin-bottom: 20px;
}

.productSlider-1 .product_img .product_box .text-left {
    text-align: center !important;
}

.productSlider-1 .product_img .product_box .text-left > p {
    display: none;
}

.productSlider-1 .product_img .product_box {
    margin: 0;
    border: 0;
    background-color: transparent;
}

.productSlider-1 .slick-track .slick-slide {
    margin: 10px 0.75vw;
    border-radius: 0;
    box-shadow: unset;
    background-color: transparent;
}

.productSlider-1 .product_img .product_box .product_img_frame img {
    border-radius: 0;
}

.productSlider-1 .product_img .product_box h6 {
    color: #fff;
    font-weight: 500 !important;
}

.productSlider-1 .product_img .product_box a {
    color: #fff;
    font-weight: 300 !important;
}

.productSlider-1 .product_img .slick-dots {
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 15px; /* <-- your 3px spacing */
    padding: 0;
    margin: 0;
}

/* Remove default list spacing */
.productSlider-1 .product_img .slick-dots li {
    margin: 0;
    padding: 0;
}

/* Turn dots into lines */
.productSlider-1 .product_img .slick-dots li button {
    width: 27.5px;   /* line length */
    height: 4px;   /* thickness */
    padding: 0;
    border: none;
    background: rgba(255,255,255,0.25); /* inactive color */
    font-size: 0; /* hide numbers */
    border-radius: 30px;
}

/* Remove default pseudo dot */
.productSlider-1 .product_img .slick-dots li button:before {
    display: none;
}

/* Active line */
.productSlider-1 .product_img .slick-dots li.slick-active button {
    background: #fff; /* active color */
}

.productSlider-1 .product_img .slick-prev {
    left: 40%;
    z-index: 10;
    top: 102%;
    width: unset;
    height: unset;
}

.productSlider-1 .product_img .slick-next {
    right: 40%;
    z-index: 10;
    top: 102%;
    width: unset;
    height: unset;
}

.productSlider-1 .product_img .slick-prev::before {
    padding: 0px;
    content: "";
    background-image: url(https://cdn1.npcdn.net/img/1777456541G-BUTTON-1.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 4.5vw;
    height: 4.5vw;
    opacity: 1;
}

.productSlider-1 .product_img .slick-next::before {
    padding: 0px;
    content: "";
    background-image: url(https://cdn1.npcdn.net/img/1777456554G-BUTTON-2.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 4.5vw;
    height: 4.5vw;
    opacity: 1;
}

@media screen and (max-width: 1200.5px){
.productSlider-1 .product_img .slick-prev::before {
    width: 6vw;
    height: 6vw;
}

.productSlider-1 .product_img .slick-next::before {
    width: 6vw;
    height: 6vw;
}

.productSlider-1 .product_img .slick-prev {
    left: 37%;
}

.productSlider-1 .product_img .slick-next {
    right: 37%;
}

}

@media screen and (max-width: 767.5px){
.index_wrapper_8 {
    padding: 45px 3%;
}

.productSlider-1 .slick-track .slick-slide {
    margin: 10px 15px;
}

.productSlider-1 .product_img .slick-prev::before {
    width: 13vw;
    height: 13vw;
}

.productSlider-1 .product_img .slick-next::before {
    width: 13vw;
    height: 13vw;
}

.productSlider-1 .product_img .slick-prev {
    left: 8%;
}

.productSlider-1 .product_img .slick-next {
    right: 8%;
}

}

/*Brand*/

.hp_brands {
    padding: 8% 0% 6%;
    position: relative;
}

.hp_brands:before {
    position: absolute;
    content: "";
    top: 0%;
    left: 0%;
    background-image: url(https://cdn1.npcdn.net/img/1777431587H-BG.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.hp_brands .marquee {
    width: 97.4%;
    position: relative;
    overflow: hidden;
    margin-left: auto;
    margin-right: -15px;
}

.hp_brands .marquee-track {
    display: flex;
    width: max-content;
    animation: marquee 25s linear infinite;
    gap: 1.5vw;
}

.hp_brands .marquee-track img {
    height: 5.5rem;
    object-fit: contain;
    transition: 0.3s;
}

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

.hp_brands_title {
    justify-content: center;
    color: #333;
}

.hp_brands_title2 {
    margin-bottom: 2.5rem;
}

@media screen and (max-width: 1200.5px){
.hp_brands .marquee {
    width: 98%;
    margin-right: -15px;
}

.hp_brands .marquee-track img {
    height: 4.5rem;
}

}

@media screen and (max-width: 991.5px){
.hp_brands .marquee {
    width: 98.5%;
    margin-right: -15px;
}

.hp_brands .marquee-track img {
    height: 4rem;
}

.hp_brands_title2 {
    margin-bottom: 2rem;
}

}

@media screen and (max-width: 767.5px){
.hp_brands {
    padding: 80px 0% 60px;
}

.hp_brands .marquee-track {
    gap: 4vw;
}

.hp_brands .marquee {
    width: 97.5%;
    margin-right: -15px;
}

}


/*Footer*/

.footer_type10 {
    padding-top: 2rem ! IMPORTANT;
    padding-bottom: 0.5rem !important;
    background-color: #106eb8;
    position: relative;
}

.footer_type10:before {
    position: absolute;
    content: "";
    bottom: 0%;
    left: 0%;
    background-image: url(https://cdn1.npcdn.net/img/1777431013FOOTER-BG.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    width: 100%;
    height: 100%;
}

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

.footer_type10 .sub_title p {
    font-weight: 800 !important;
    font-size: 1.2rem;
}

.footer_type10 .line_top {
    border-top: 0;
    margin-top: 3%;
}

.footer_type10 a:hover {
    color: lightgrey;
}

.footer_type10 .social_media a:hover .icon_s i {
    color: lightgrey;
}

.footer_type10 .social_media {
    margin-top: 0 !important;
}

.footer_type10 .text {
    color: white !important;
    font-size: 15px;
    font-weight: 300;
}

.footer_type10 .logo img {

    max-height: 57px;
}

@media screen and (max-width: 1400px){
.footer_type10 .logo img {
    max-height: 52px;
}

}

@media screen and (max-width: 1200.5px){
.footer_type10:before {
    height: 66%;
}

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

}

@media screen and (max-width: 991.5px){
    .footer_type10 .logo img {
        max-height: 67px;
    }
    
}

@media screen and (max-width: 767.5px){
.footer_type10:before {
    height: 45%;
}

.footer_type10 {
    padding-top: 1rem ! IMPORTANT;
    padding-bottom: 0.25rem !important;
}

}
