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

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

a:hover {
    text-decoration: none;
}

.ws_testimonials_Type1 .snip1533 .profile {
    border-radius: 0;
    box-shadow: unset;
    border: 0;

}

.product_list_5 .product_box .img_frame img {
    object-fit: contain;
}

.category_list_type4 .category_box .img_frame img {
    object-fit: contain;
}

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

}

/*Search Bar Search*/


.hp_search_icon{
    width: 20px !important;
}

#closeIcon {
    
}

.hp_nav_search .search_button .fas.fa-search {
    color: #243855;
}


#searchButton {
    position: fixed;
    z-index: 1000;
    right: 2.5%;
    top: 35px;
    display: flex;
    align-items: center;
}

/*.searchButton.scrolled {*/
    /*top: 43px !important; */
/*}*/

.boxSearch {
    display: none; 
    position: absolute;
    top: 175%;
    right: 0%;
}
.hp_nav_search .search_button {
    background-color: transparent;
    color: #000;
    box-shadow: none;
    border: none;
    border-radius: 0;
    padding: 0 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    height: 100%;
}
.hp_nav_search input {
    background: #fff;
    width: 275px;
    height: 40px;
    border: 0;
    box-shadow: none;
    padding: 0px 45px 0px 15px;
    border-radius: 0;
    max-height: 40px;
   
}
.hp_nav_search {
    flex-grow: 1;
    display: flex;
    position: relative;
    max-width: 300px;
    align-self: center;
    border: 1px solid #e0dede;
    box-shadow: 0 0 7px rgb(191 191 191/65%);
}


.btnClose{
    display: none;

}
#closeIcon{
    display: none;
}
 .searchWrapper img{
     font-size: 20px;
    color: #c7996d;
    margin-left: 25px;
}
.searchBar{
    width: 100%;
    margin: 0 auto;
}
.searchBar input{
    width: 100%;
    font-size: 1rem;
    border: 0;
    background: 0 0;
    box-shadow: none;
    padding-left: 1.75rem;
    padding-right: 0.75rem!important;
    position: relative;
}
.row_searchBarWrapper{
    width: 100%;
    z-index: 99999;
    position: relative;
    height: 120px;
    left: 0;
    top: 0;
    background: #fff;
}

.btnSearch{
    cursor: pointer;
    color:#000;
   display: flex;
    align-items: center;
    
}
.searchBar{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.searchBar form {
    width: 100%;
    display: block;
    padding: 0.6rem 1rem;
    position: relative;
    font-size: .75rem;
    font-weight: 500;
    line-height: 1.7;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #60697b;
    background-color: #fefefe;
    background-clip: padding-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.4rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.searchBar i{
    font-size: 1.2rem;
}
button:focus {
    outline: unset;
}
.searchBar button {
    font-size: 1.05rem;
    width: 2rem;
    height: 2rem;
    line-height: 1.8rem;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    border: unset;
    box-shadow: none;
    transition: background .2s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}
.searchBarWrapper{
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: none;
}
.hp_topspace_sticky-menu{
    filter:brightness(0) invert(0)!important;
}

/*Menu*/

.navbar_type8 {
    height: 90px;
}

.navbar_type8:before {
    position: absolute;
    content: "";
    top: 0%;
    right: 0%;
    background-color: #ee212b;
    width: 6.5%;
    height: 90px;
}

.navbar_type8 .nav_tab .nav_item a {
    color: #242424;
    padding: 35.5px 1.9vw;
    font-weight: 700;
    font-size: 16px;
    transition: 0.3s;
}

.navbar_type8 .nav_tab .nav_item:hover a {
    background: #ee212b;
    color: #fff;
}


.navbar_type8 .logo {
    flex: 0 1 12%;
    margin-left: 10%;
}

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

.navbar_type8 .logo img {
    width: 100px;
    padding: 0px;
}

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

.navbar_type8 .nav_tab .nav_item::before {
    display: none;
}

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

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

.navbar_type8 .nav_tab .nav_item:hover a {
    background: #fff;
    color: #000;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item {
    background-color: #fff;
}

/*Banner*/

.hp_banner {
    padding-top: 12%;
    padding-left: 9%;
}

.hp_banner_title {
    color: #fff;
    font-size: 4.28vw;
    font-family: bayon;
    margin-bottom: 1%;
}

.hp_banner_title span {
    position: relative;
    margin-left: 1.25%;
}

.hp_banner_title span:before {
    position: absolute;
    content: "";
    top: -3.5%;
    bottom: 0%;
    left: -3.5%;
    right: 0%;
    margin: auto;
    background-color: #ee212b;
    width: 106%;
    height: 70%;
    z-index: -1;
}

.hp_banner_desc {
    font-size: 1.14vw;
    margin-bottom: 3%;
    color: #fff;
}

.hp_banner_link {
    color: #fff;
    background: #ee212b;
    position: relative;
    padding: 0.8vw 3vw 0.8vw 1vw;
    transition: 0.3s;
    font-size: 0.95vw;
}

.hp_banner_link:hover {
    color: #242424;
    background: #fff;
}
.hp_banner_link:hover:before {
    background-image: url('https://cdn1.npcdn.net/img/1776995330button-red.png');
}

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

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

.hp_banner_title span {
    margin-left: 1.25%;
}

.hp_banner_title span:before {
    top: -3.5%;
    left: -3.5%;
    width: 106%;
    height: 70%;
}

.hp_banner_desc {
    font-size: 1.3vw;
    margin-bottom: 3%;
}

.hp_banner_link {
    padding: 1vw 4vw 1vw 1.5vw;
    font-size: 1.25vw;
}

.hp_banner_link:before {
    right: 8%;
    width: 2vw;
    height: 2vw;
}

.hp_banner {
    padding-top: 11%;
    padding-left: 9%;
}

}

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

.hp_banner_title span {
    margin-left: 2.5%;
}

.hp_banner_title span:before {
    top: -3.5%;
    left: -3.5%;
    width: 106%;
    height: 70%;
}

.hp_banner_desc {
    font-size: 3.75vw;
    margin-bottom: 7%;
    line-height: 1.6;
}

.hp_banner_link {
    padding: 3.25vw 12vw 3.25vw 4vw;
    font-size: 3.5vw;
}

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

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

}

/*About*/

.hp_about {
    padding: 7% 9% 7%;
}

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

.smol {
    font-size: 0.9vw;
    line-height: 1.6;
}

.hp_about_title {

    margin-bottom: 2%;
}

.hp_about_ibox {
    margin-right: -17%;
    margin-left: -4%;
    position: relative;
}

.hp_about_ibox:before {
    position: absolute;
    content: "ABOUT";
    top: -40%;
    left: -12.5%;
    color: transparent;
    -webkit-text-stroke: 1.5px rgba(0, 0, 0, 0.3);
    font-size: 15vw;
    z-index: -1;
    font-family: bayon;
}

.tsmol {
    color: #ee212b;
    font-size: 1.25vw;
    font-weight: 700;
}

.hp_about_title2 {
    margin-bottom: 2%;
}

.hp_about_desc {
    margin-bottom: 3%;
    color: #242424;
    width: 88%;
}

.hp_about_desc b {
    font-weight: 800;
}

.tbigg {
    font-family: bayon;
    font-size: 3.7vw;
    color: #242424;
    line-height: 1.1;
}

.img-fluid {
    width: 100%;
}

.hp_about_link {
    padding: 0.8vw 3vw 0.8vw 0vw !important;
    color: rgba(0, 0, 0, 0.7);
    transition: 0.3s;
}

.hp_about_link:hover {
    background: #ee212b;
    color: #fff;
    padding: 0.8vw 3vw 0.8vw 1vw !important;
}

.buttonn {
    transition: 0.3s;
    font-size: 0.9vw;
    position: relative;
    padding: 0.8vw 3vw 0.8vw 1vw;
}

.buttonn:hover:before {
    background-image: url('https://cdn1.npcdn.net/img/1776995022button-white.png');
}

.buttonn:before {
    position: absolute;
    content: "";
    top: 0%;
    bottom: 0;
    margin: auto 0;
    right: 4%;
    background-image: url('https://cdn1.npcdn.net/img/1776995330button-red.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 1.5vw;
    height: 1.5vw;
}

.hp_about_bbox {
    margin-top: 6%;
}

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

.tsmol {
    font-size: 1.55vw;
}

.tbigg {
    font-size: 4vw;
}

.buttonn {
    font-size: 1.2vw;
    padding: 1vw 4vw 1vw 1.5vw;
}

.buttonn:before {
    right: 4%;
    width: 2vw;
    height: 2vw;
}

.hp_about_link {
    padding: 1vw 4vw 1vw 0vw !important;
}

.hp_about_link:hover {
    padding: 1vw 4vw 1vw 1.5vw !important;
}

.hp_about_desc {
    width: 93%;
}

}

@media screen and (max-width: 767.5px){
.smol {
    font-size: 3.75vw;
}

.tsmol {
    font-size: 4vw;
}

.tbigg {
    font-size: 7.5vw;
}

.buttonn {
    font-size: 3.5vw;
    padding: 3.25vw 12vw 3.25vw 4vw;
}

.buttonn:before {
    right: 5%;
    width: 6vw;
    height: 6vw;
}

.hp_about_link {
    padding: 3.25vw 12vw 3.25vw 0vw !important;
}

.hp_about_link:hover {
    padding: 3.25vw 12vw 3.25vw 4vw !important;
}

.hp_about_desc {
    width: 100%;
    margin-bottom: 5%;
}

.hp_about {
    padding: 12% 3%;
}

.hp_about_title {
    margin-bottom: 3%;
}

.hp_about_title2 {
    margin-bottom: 4%;
}

.hp_about_bbox {
    margin-top: 9%;
    position: relative;
    z-index: 1;
}

.hp_about_ibox {
    margin-right: 0;
    margin-left: 0;
    margin-top: 24%;
}

.hp_about_ibox:before {
    top: -36%;
    font-size: 28vw;
    left: 0;
}

}

/*Why*/

.hp_why {
    padding: 6% 9% 14%;
    position: relative;
}

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

.hp_why:before {
    position: absolute;
    content: "";
    top: -11.5%;
    z-index: -1;
    right: 0%;
    background-image: url('https://cdn1.npcdn.net/img/1777001501c-wcu-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 111.5%;
}

.hp_why_sbox {
    display: flex;
    justify-content: space-between;
    margin-top: 5%;
    position: relative;
    z-index: 1;
}

.hp_why_box2 {
    text-align: center;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    flex: 0 0 23%;
    transition: 0.3s;
    padding: 1.75% 2% 1.75%;
}

.hp_why_box2:hover {
    background: #ee212b;
}

.hp_why_icbox2 {
    position: relative;
    margin-bottom: 4%;
}

.hp_why_icon2 {
    transition: opacity 0.3s ease;
    width: 7vw;
}

.hp_why_inbox {
    display: flex;
    gap: 2vw;
    padding: 5% 11% 3%;
}

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

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

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

.hp_why_icon2:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    opacity: 0;
}

.hp_why_box2:hover .hp_why_icon2:nth-child(1) {
    opacity: 0;
}

.hp_why_box2:hover .hp_why_icon2:nth-child(2) {
    opacity: 1;
}

.hp_why_title1 {
    margin-bottom: 2%;
}

.hp_why_itbox2 {
    background: #ee212b;
}

.hp_why_box {
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.hp_why_itemx {
    color: #fff;
    font-size: 0.8vw;
    font-weight: 400;
    margin-bottom: 0;
    font-style: italic;
    position: relative;
    padding: 1vw 1vw 1vw 3.25vw;
}

.hp_why_itemx:before {
    position: absolute;
    content: "";
    top: 0%;
    bottom: 0;
    margin: auto 0;
    left: 2.5%;
    background-image: url('https://cdn1.npcdn.net/img/1777012373c-wcu-arrow.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 1.5vw;
    height: 0.6vw;
}

.hp_why_item1 {
    font-size: 1.12vw;
    color: #242424;
    font-weight: 700;
    margin-bottom: 1.5%;
}

.hp_why_itemx2 {
    margin-bottom: 0;
    font-size: 1.1vw;
    font-weight: 600;
    transition: 0.3s;
}

.hp_why_itboxx {
    display: flex;
    justify-content: center;
    font-family: bayon;
    margin-bottom: 1%;
}

.hp_why_item2 {
    height: 4.75vw;
}

.hp_why .col-12.col-md-6 {
    margin-bottom: 2.5%;
}

.hp_why_item1X {
    margin-bottom: 0;
    font-size: 3.75vw;
    color: #242424;
    transition: 0.3s;
}

.hp_why_item2 {
    margin-bottom: 0;
}

.hp_why_item22 {
    margin-bottom: 0;
    color: #ee212b;
    font-size: 3.75vw;
    transition: 0.3s;
}

.hp_why_box2:hover .hp_why_item1X {
    color: #fff;
}
.hp_why_box2:hover .hp_why_item22 {
    color: #fff;
}
.hp_why_box2:hover .hp_why_itemx2 {
    color: #fff;
}

@media screen and (max-width: 1200.5px){
.hp_why_title2.tbigg {
    font-size: 3.95vw;
    margin-bottom: 0 !important;
}

.hp_why .col-12.col-md-6 {
    margin-bottom: 3%;
    padding: 0 1vw;
}

.hp_why_item1 {
    font-size: 1.4vw;
    margin-bottom: 1.5%;
}

.hp_why_inbox {
    gap: 1.5vw;
    padding: 5% 9% 3%;
}

.hp_why_icon {
    width: 5vw;
}

.hp_why_itemx {
    font-size: 1.1vw;
    padding: 1vw 1vw 1vw 4vw;
}

.hp_why_itemx:before {
    left: 2.5%;
    width: 2vw;
    height: 1vw;
}

.hp_why_item2 {
    height: 8vw;
}

.hp_why_icon2 {
    width: 7.5vw;
}

.hp_why_box2 {
    flex: 0 0 23.5%;
    padding: 1.75% 0% 1.75%;
}

.hp_why_itemx2 {
    font-size: 1.3vw;
}

.hp_why_item1X {
    font-size: 4.25vw;
}

.hp_why_item22 {
    font-size: 4.25vw;
}

}

@media screen and (max-width: 767.5px){
.hp_why_title2.tbigg {
    font-size: 7.5vw;
    margin-bottom: 0% !important;
}

.hp_why .col-12.col-md-6 {
    margin-bottom: 6%;
    padding: 0 15px;
}

.hp_why_item1 {
    font-size: 4.3vw;
    margin-bottom: 2%;
}

.hp_why_inbox {
    gap: 3vw;
    padding: 6% 6% 6%;
}

.hp_why_icon {
    width: 15vw;
}

.hp_why_itemx {
    font-size: 3.15vw;
    padding: 3vw 3vw 3vw 9vw;
    line-height: 1.5;
}

.hp_why_itemx:before {
    left: 2.5%;
    width: 4vw;
    height: 2vw;
}

.hp_why_item2 {
    height: unset;
    font-size: 3.5vw !important;
}

.hp_why_icon2 {
    width: 21vw;
}

.hp_why_box2 {
    flex: 0 0 48%;
    padding: 4% 1% 4%;
}

.hp_why_itemx2 {
    font-size: 4vw;
}

.hp_why_item1X {
    font-size: 11vw;
}

.hp_why_item22 {
    font-size: 11vw;
}

.hp_why {
    padding: 12% 3%;
}

.hp_why_sbox {
    margin-top: 6%;
    flex-wrap: wrap;
    gap: 4vw 0;
}

.hp_why_title1 {
    margin-bottom: 3%;
}

.hp_why:before {
    top: -3%;
    height: 103%;
    background-position: 70%;
}

}

/*Services*/

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

.hp_services:before {
    position: absolute;
    content: "";
    top: 0%;
    z-index: -1;
    right: 0%;
    background-color: #242424;
    width: 100%;
    height: 80%;
}

.hp_services:after {
    position: absolute;
    content: "";
    top: -27.5%;
    right: 0%;
    background-image: url('https://cdn1.npcdn.net/img/1777014279statistic-bg.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 58vw;
    height: 28vw;
}

.hp_services_abox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3%;
}

.hp_services_fbox {
    display: flex;
    justify-content: space-between;
    margin-bottom: 14%;
}

.hp_services_ggbox {
    display: flex;
    align-items: center;
    background-image: url('https://cdn1.npcdn.net/img/1777015559f-service-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
    position: relative;
}

.hp_services_ggbox:before {
    position: absolute;
    content: "DURABLE";
    top: -49%;
    right: -14%;
    color: transparent;
    -webkit-text-stroke: 1.5px rgba(255, 255, 255, 0.3);
    font-size: 15vw;
    z-index: -1;
    font-family: bayon;
}

.hp_services_title2 {
    color: #fff;
    margin-bottom: 0;
}

.hp_services_desc {
    color: #fff;
    margin-top: -17%;
    margin-bottom: 0;
}

.hp_services_icon {
    width: 4.5vw;
}

.hp_services_image {
    width: 21vw;
}

.hp_services_inbox:hover .hp_services_ibox, .hp_services_inbox2:hover .hp_services_ibox {
    transform: scale(1.05);
}

.hp_services_title {
    margin-bottom: 4%;
}

.hp_services_box {
    background: #353535;
    border-radius: 20px;
    text-align: center;
    flex: 0 0 14.5%;
    padding: 2.5% 1% 2.5%;
    transition: 0.3s;
    position: relative;
}

.hp_services_box:before {
    position: absolute;
    content: "View Details";
    bottom: 3%;
    margin: 0 auto;
    right: 0%;
    left: 0;
    font-size: 0.9vw;
    color: #ee212b;
    opacity: 0;
    transition: 0.3s;
}

.hp_services_box:hover:before {
    opacity: 1;
}


.hp_services_box:hover {
    background: #ee212b;
}

.hp_services_box:hover {
    background: #353535; 
    box-shadow: 0 0px 25px rgba(255,255,255,0.3); 
}

.hp_services_item {
    margin-bottom: 0;
    color: #fff;
    font-size: 1.1vw;
    font-weight: 600;
    margin-top: 9%;
}

.hp_services_titlex2 {
    color: #fff;
    margin-bottom: 4%;
}

.hp_services_link {
    color: #fff !important;
    padding: 0.8vw 3vw 0.8vw 0vw !important;
}

.hp_services_link:hover {
    background: #ee212b;
    padding: 0.8vw 3vw 0.8vw 1vw !important;
}

.hp_services_titlex1 {
    color: #fff;
    font-weight: 400;
    margin-bottom: 2%;
}

.hp_services_fbox2 {
    flex: 0 0 50%;
    margin: -4% 0;
    padding-left: 7.5%;
}

.hp_services_box2 {
    flex: 0 0 50%;
    padding-left: 3%;
    padding-top: 1%;
}

.hp_services_inbox {
    position: relative;
    display: inline-block;
    border-radius: 20px;
    overflow: hidden;
}

.hp_services_inbox2 {
    position: relative;
    display: inline-block;
    border-radius: 20px;
    overflow: hidden;
    margin-left: 17%;
    margin-top: 3%;
}

.hp_services_itbox2 {
    position: absolute;
    left: 0%;
    right: 0%;
    bottom: 0%;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.hp_services_item2 {
    margin-bottom: 0;
    color: #fff;
    font-size: 1.1vw;
    font-weight: 600;
    width: 61%;
    margin: 0 auto;
    line-height: 1.5;
}

.hp_services_ibox {
    position: relative;
    transition: 0.3s;
}

.hp_services_ibox:before {
    position: absolute;
    content: "";
    top: 0%;
    right: 0%;
    background-color: rgba(0,0,0,0.25);
    width: 100%;
    height: 100%;
    transition: 0.3s;
}

.hp_services_link:before {
    background-image: url(https://cdn1.npcdn.net/img/1777017974button-white.png);
    right: 8%;
}

@media screen and (max-width: 1200.5px){
.hp_services_item {
    font-size: 1.4vw;
    margin-top: 9%;
}

.hp_services_icon {
    width: 5vw;
}

.hp_services_desc {
    margin-top: -10%;
}

.hp_services_item2 {
    font-size: 1.4vw;
    width: 78%;
}

.hp_services_link {
    padding: 1vw 3.5vw 1vw 0vw !important;
}
.hp_services_link:hover {
    padding: 1vw 3.5vw 1vw 1vw !important;
}

.hp_services_box2 {
    padding-left: 1%;
    padding-top: 1%;
}

.hp_services:after {
    top: -24%;
    width: 58vw;
    height: 28vw;
}

.hp_services_image {
    width: 21.5vw;
}

.hp_services_box:before {
    bottom: 3%;
    font-size: 1.2vw;
}

.hp_services_box {
    padding: 3% 1% 3%;
    border-radius: 15px;
}

}

@media screen and (max-width: 767.5px){
.hp_services_item {
    font-size: 4vw;
    margin-top: 9%;
}

.hp_services_icon {
    width: 15vw;
}

.hp_services_desc {
    margin-top: 0%;
}

.hp_services_desc br {
    display: none;
}

.hp_services_item2 {
    font-size: 4vw;
    width: 89%;
}

.hp_services_link {
    padding: 3.25vw 11vw 3.25vw 0vw !important;
}
.hp_services_link:hover {
    padding: 3.25vw 11vw 3.25vw 4vw !important;
}

.hp_services_box2 {
    padding-left: 9%;
    padding-top: 0%;
    padding-bottom: 9%;
}

.hp_services:after {
    top: -5%;
    width: 60vw;
    height: 29vw;
}

.hp_services {
    padding: 12% 3%;
}

.hp_services_abox {
    align-items: start;
    margin-bottom: 9%;
    flex-direction: column;
    gap: 4vw;
}

.hp_services_fbox {
    margin-bottom: 30%;
    flex-wrap: wrap;
    gap: 6vw 0;
}

.hp_services_box {
    flex: 0 0 46%;
    padding: 7% 1% 7%;
}

.hp_services_ggbox:before {
    top: -22%;
    right: -12%;
    font-size: 28vw;
}

.hp_services:before {
    height: 80%;
}

.hp_services_ggbox {
    flex-direction: column;
    gap: 6vw;
    background-position: 50%;
    align-items: start;
}

.hp_services_image {
    width: 50vw;
}

.hp_services_fbox2 {
    margin: -8% 0 0;
    padding-left: 9%;
}

.hp_services_titlex1 {
    margin-bottom: 3%;
}

.hp_services_inbox2 {
    margin-left: 25%;
    margin-top: 3%;
}

.hp_services_box:before {
    content: "Tap to View";
    opacity: 1;
    font-size: 2.75vw;
}

}

/*Products*/

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

.hp_products_tbox {
    text-align: center;
}

.hp_products_title2 {
    font-size: 3vw;
    margin-bottom: 2.5%;
}

.hp_products_bbox {
    text-align: center;
    margin-top: 4%;
}

.hp_products_link {
    color: #fff;
    background: #ee212b;
}

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

.hp_products_link:before {
    background-image: url(https://cdn1.npcdn.net/img/1777022296button-white.png);
    right: 7%;
}

.productSlider-1 .product_img .product_box .product_img_frame img {
    object-fit: contain !important;
}

.productSlider-1 .product_img .slick-prev::before {
    padding: 0;
    content: "";
    background-image: url('https://cdn1.npcdn.net/img/1777020416left-arrow.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 2vw;
    height: 2vw;
    opacity: 1;
}

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

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

.productSlider-1 .product_img .product_box h6 {
    color: #242424;
    font-weight: 600 !important;
    margin-bottom: 0;
    font-size: 1vw;
}

.productSlider-1 .product_img .product_box .align-top {
    display: none;
}

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

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

.productSlider-1 .product_img .product_box .product_img_frame {
    border: 1px solid rgba(0,0,0,0.5);
}

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

.productSlider-1 .slick-prev {
    left: -4%;
    z-index: 10;
}

.productSlider-1 .slick-next {
    right: -4%;
    z-index: 10;
}

@media screen and (max-width: 1200.5px){
.productSlider-1 .product_img .product_box h6 {

    font-size: 1.35vw;
}

.productSlider-1 .product_img .slick-prev::before, .productSlider-1 .product_img .slick-next::before {
    width: 2.5vw;
    height: 2.5vw;
}

}

@media screen and (max-width: 767.5px){
.productSlider-1 .product_img .product_box h6 {

    font-size: 4vw;
}

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

.index_wrapper_6 {
    padding: 12% 3%;
}

.hp_products_title2 {
    font-size: 7.5vw;
    margin-bottom: 3%;
}

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

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

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

.hp_products_bbox {
    margin-top: 9%;
}

}

/*Projects*/

.index_wrapper_7 {
    padding: 6% 9% 1%;
}

.hp_projects_tbox {
    text-align: center;
}

.hp_photoGallerySliderWithTitle .photo-gallery .outline_box {
    padding: 15px 0.5vw;
    cursor: pointer;
}

.hp_photoGallerySliderWithTitle {
    background-color: transparent;
}

.hp_photoGallerySliderWithTitle .photo-gallery .outline_box .gallery_box {
    padding-top: 80%;
    border-radius: 20px 20px 0 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.hp_photoGallerySliderWithTitle .text-center {
    text-align: left !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    height: 4.5vw;
    display: flex;
    align-items: center;
    padding-left: 7%;
    border-radius: 0 0 20px 20px;
    font-size: 0.9vw;
    font-weight: 600;
    color: #242424;
    padding-right: 27%;
    position: relative;
}

.hp_photoGallerySliderWithTitle .text-center:before {
    position: absolute;
    content: "";
    top: 0%;
    bottom: 0;
    margin: auto 0;
    right: 9%;
    background-image: url(https://cdn1.npcdn.net/img/1776995330button-red.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 2vw;
    height: 2vw;
}

.hp_photoGallerySliderWithTitle .photo-gallery .slick-prev:before {
    background-image: url('https://cdn1.npcdn.net/img/1777020416left-arrow.png');
    width: 2vw;
    height: 2vw;
    filter: unset;
    opacity: 1;
}

.hp_photoGallerySliderWithTitle .photo-gallery .slick-next:before {
    background-image: url('https://cdn1.npcdn.net/img/1777020428right-arrow.png');
    width: 2vw;
    height: 2vw;
    filter: unset;
    opacity: 1;
}

.hp_photoGallerySliderWithTitle .photo-gallery .slick-prev {
    z-index: 1;
    left: -5%;
}

.hp_photoGallerySliderWithTitle .photo-gallery .slick-next {
    z-index: 1;
    right: -5%;
}

@media screen and (max-width: 1200.5px){
.hp_photoGallerySliderWithTitle .text-center {
    height: 5.5vw;
    font-size: 1.2vw;
    padding-right: 12%;
 
}

.hp_photoGallerySliderWithTitle .text-center:before {
    right: 6%;
    width: 2.5vw;
    height: 2.5vw;
}

.hp_photoGallerySliderWithTitle .photo-gallery .slick-prev:before, .hp_photoGallerySliderWithTitle .photo-gallery .slick-next:before {
    width: 2.5vw;
    height: 2.5vw;
}

.hp_photoGallerySliderWithTitle .photo-gallery .outline_box {
    padding: 10px 0.5vw;
}

}

@media screen and (max-width: 767.5px){
.hp_photoGallerySliderWithTitle .text-center {
    height: 15vw;
    font-size: 4vw;
    padding-right: 27%;
 
}

.hp_photoGallerySliderWithTitle .text-center:before {
    right: 6%;
    width: 6vw;
    height: 6vw;
}

.hp_photoGallerySliderWithTitle .photo-gallery .slick-prev:before, .hp_photoGallerySliderWithTitle .photo-gallery .slick-next:before {
    width: 6vw;
    height: 6vw;
}

.hp_photoGallerySliderWithTitle .photo-gallery .outline_box {
    padding: 0px 1vw;
}

.index_wrapper_7 {
    padding: 6% 3%;
}

}

/*Contact*/

.index_wrapper_8 {
    margin: 3% 4% 4%;
    position: relative;
    background-image: url('https://cdn1.npcdn.net/img/1777023099i-review-img.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 3% 5% 3%;
    border-radius: 20px;
}

.index_wrapper_8:before {
    position: absolute;
    content: "";
    top: 0%;
    right: -4.5%;
    background-image: url(https://cdn1.npcdn.net/img/1777040364i-review-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 109%;
    height: 100%;
    z-index: -1;
}

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

.hp_review_title {
    color: #fff !important;
    font-weight: 400;
}

.hp_review_title2 {
    color: #fff;
}

.ex_hpcontact_formonly {
    margin: 0;
    background: #d60000;
    border-radius: 20px;
    padding: 7% 11% 6%;
    width: 88%;
    margin-left: auto;
}

.ex_hpcontact_formonly .btn-primary {
    background-color: #242424 !important;
    border-color: #242424 !important;
    border-radius: 0;
    padding: 10px 15px !important;
}

.ex_hpcontact_formonly .form-control-file, .ex_hpcontact_formonly .form-control-range {
    color: #fff;
}

.ex_hpcontact_formonly .btn-primary i {
    display: none;
}

.ex_hpcontact_formonly textarea.form-control {
    height: 35px;
}

.ex_hpcontact_formonly label {
    color: #fff;
}

.ex_hpcontact_formonly .title {
    font-size: 1.3vw;
    margin-bottom: 2%;
    color: #fff;
}

.hp_testimonial_type3 .testimonial_box .testimonial_card .name {
    text-align: left;
}

.hp_testimonial_type3 .testimonial_box .testimonial_card .text-center {
    text-align: left !important;
}

.ex_hpcontact_formonly .subtitle {
    color: #fff !important;
    font-family: bayon;
    font-size: 3vw;
    width: 80%;
    line-height: 1.1;
    margin-bottom: 5%;
}

.hp_testimonial_type3 .testimonial_box .testimonial_card i {
    display: none;
}

.hp_testimonial_type3 .testimonial_box {
    background: #fff;
}

.hp_testimonial_type3 .testimonial_box .testimonial_card .img {
    overflow: visible;
    box-shadow: unset;
}

.hp_testimonial_type4 .testimonial_box .testimonial_card .img img {
    width: 5.5vw;
    height: 5.5vw;
    object-fit: contain;
}

.hp_testimonial_type4 .testimonial_box .testimonial_card .img {
    width: 5.5vw;
    padding-top: 8.5vw !important;
    box-shadow: unset;
    border: 0;
    flex: 0 0 25%;
}

.hp_testimonial_type4 .testimonial_box .testimonial_card .name h6 {
    color: #242424;
    font-weight: 700;
    font-size: 1.1vw;
    margin-bottom: 3%;
}

.hp_testimonial_type4 .testimonial_box .testimonial_card .text_area {
    margin-top: 6%;
}

.hp_testimonial_type4 .testimonial_box .testimonial_card i {
    display: none;
}

.hp_testimonial_type4 .testimonial_box .testimonial_card .text {
    font-weight: 500;
    width: 97%;
    font-size: 0.9vw;
    margin-bottom: 6%;
}

.slick-vertical .slick-slide {
    border: 0 !important;
}

.flex-wrapper {
    display: flex;
    align-items: center;
    gap: 0px;
    flex-direction: column;
    flex: 0 0 75%;
    padding: 0 10px;
}

.hp_testimonial_type4 .testimonial_box .testimonial_card {
    flex-direction: row;
    background: #fff;
    border-radius: 20px;
    padding: 0.5vw;
}

.flex-wrapper .img {
    flex: 0 0 auto;
}

.flex-wrapper .text_area {
    flex: 1;
}

.flex-wrapper .name {
    flex: 0 0 auto;
}

.fas.fa-chevron-up {
    width: 4vw !important;
    height: 4vw !important;
    top: 10vw !important;
    cursor: pointer;
}

.fas.fa-chevron-down {
    width: 4vw !important;
    height: 4vw !important;
    top: 15vw !important;
    cursor: pointer;
}

.hp_testimonial_type4 .testimonial_box .testimonial_card .text-center {
    text-align: left !important;
}

.hp_testimonial_type4 .testimonial_box .testimonial_card .name {
    text-align: left;
    padding-left: 5% !important;
    position: relative;
}

.hp_testimonial_type4 .testimonial_box .testimonial_card .name:before {
    position: absolute;
    content: "";
    top: 0%;
    left: 0%;
    background-color: #ee212b;
    width: 3px;
    height: 3vw;

}

.hp_testimonial_type4 .testimonial_box .testimonial_card .align-self-center {
    -ms-flex-item-align: center!important;
    align-self: start !important;
    padding: 0;
}

.hp_testimonial_type4 .testimonial_box {
    margin-top: 3% !important;
    width: 76%;
    position: relative;
}

.hp_testimonial_type4 {
    position: relative;
}

.hp_testimonial_type4:before {
    position: absolute;
    content: "";
    top: 9%;
    right: 12.2%;
    background-color: #fff;
    width: 1px;
    height: 6.5vw;
}

.hp_testimonial_type4:after {
    position: absolute;
    content: "";
    top: 71%;
    right: 12.2%;
    background-color: #fff;
    width: 1px;
    height: 7vw;
}

.hp_testimonial_type4 .all_font_sm {
    font-size: 0.98vw !important;
    margin-bottom: 5%;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 1200.5px){
.hp_testimonial_type4 .all_font_sm {
    font-size: 1.28vw !important;
    margin-bottom: 5%;
}

.hp_testimonial_type4 .testimonial_box .testimonial_card .img img {
    width: 6vw;
    height: 6vw;
}

.hp_testimonial_type4 .testimonial_box .testimonial_card .img {
    width: 6vw;
    padding-top: 9vw !important;
    flex: 0 0 25%;
}

.hp_testimonial_type4 .testimonial_box .testimonial_card .name h6 {

    font-size: 1.4vw;
    margin-bottom: 3%;
}

.hp_testimonial_type4 .testimonial_box .testimonial_card .text {

    width: 97%;
    font-size: 1.2vw;
    margin-bottom: 6%;
}

.fas.fa-chevron-up {
    width: 4.5vw !important;
    height: 4.5vw !important;
    top: 13.5vw !important;
    right: -19% !important;
}

.fas.fa-chevron-down {
    width: 4.5vw !important;
    height: 4.5vw !important;
    top: 19.5vw !important;
    right: -19% !important;
}

.ex_hpcontact_formonly .title {
    font-size: 1.6vw;
    margin-bottom: 2%;
}

.ex_hpcontact_formonly .subtitle {
    font-size: 3.75vw;
    width: 86%;
    margin-bottom: 5%;
}

.hp_testimonial_type4 .testimonial_box {
    margin-top: 3% !important;
    width: 98%;
 
}

.hp_testimonial_type4:before {
    top: 7%;
    right: -3%;
    height: 9.5vw;
}

.hp_testimonial_type4:after {
  
    top: 71%;
    right: -3%;

    height: 8.5vw;
}

.hp_testimonial_type4 .testimonial_box .testimonial_card .name:before {
   
    height: 4vw;
}

}

@media screen and (max-width: 767.5px){
.hp_testimonial_type4 .all_font_sm {
    font-size: 3.5vw !important;
    margin-bottom: 5%;
}

.hp_testimonial_type4 .testimonial_box .testimonial_card .img img {
    width: 16vw;
    height: 16vw;
}

.hp_testimonial_type4 .testimonial_box .testimonial_card .img {
    width: 21vw;
    padding-top: 20vw !important;
    flex: 0 0 25%;
}

.hp_testimonial_type4 .testimonial_box .testimonial_card .name h6 {

    font-size: 3.55vw;
    margin-bottom: 3%;
}

.hp_testimonial_type4 .testimonial_box .testimonial_card .text {

    width: 100%;
    font-size: 3.5vw;
    margin-bottom: 6%;
}

.fas.fa-chevron-up {
    width: 9vw !important;
    height: 9vw !important;
    top: 20vw !important;
    right: -20% !important;
}

.fas.fa-chevron-down {
    width: 9vw !important;
    height: 9vw !important;
    top: 31vw !important;
    right: -20% !important;
}

.ex_hpcontact_formonly .title {
    font-size: 4vw;
    margin-bottom: 2%;
}

.ex_hpcontact_formonly .subtitle {
    font-size: 7.5vw;
    width: 86%;
    margin-bottom: 5%;
}

.hp_testimonial_type4 .testimonial_box {
    margin-top: 3% !important;
    width: 98%;
 
}

.hp_testimonial_type4:before {
    top: 7%;
    right: -1.5vw;
    height: 12vw;
}

    .hp_testimonial_type4:after {
        top: 66%;
        right: -1.5vw;
        height: 17vw;
    }

.index_wrapper_8 {
    margin: 12% 6%;
    padding: 9% 6% 9%;
    border-radius: 20px;
}

.ex_hpcontact_formonly {
    padding: 9% 12% 9%;
    width: 90%;
    margin: 9% auto 0;
}

.hp_testimonial_type4 .testimonial_box .testimonial_card .name:before {
   
    height: 10vw;
}

.hp_testimonial_type4 .testimonial_box .testimonial_card {
    flex-direction: column;
    padding: 0vw;
}

.flex-wrapper {
    margin-top: -6%;
}

}


/*Footer*/

.footer_type7 {
    color: white;
    padding-top: 4rem !important;
    padding-bottom: 1rem;
    background: linear-gradient(to bottom, #010101 0%, #151515 15%, #262626 30%, #4d4d4d 100%);
}

.footer_type7 .title h5 {
    text-transform: uppercase;
    font-size: 15px;
}

.footer_type7 .logo img {
    max-height: 90px;
    border-radius: 10px;
}

.footer_type7 .logo.title {
    min-height: 90px;
}

.footer_type7 .title {
    min-height: 20px;
}

.footer_type7 .fab.fa-facebook-f.fa-lg {
    background: #fff;
    color: #262626;
    border-radius: 50%;
    padding: 6px 5px 2px;
}

@media screen and (max-width: 767.5px){
.footer_type7 .title {
    min-height: 30px;
}

.footer_type7 {
    padding-top: 3rem !important;
}

}

/*contact map*/

.ws_contact .contact_map {
  display: none;
}

.ws_contact .direction .contactRecordBtn {
  display: none;
} 


