@import url('https://fonts.googleapis.com/css2?family=Geom:ital,wght@0,300..900;1,300..900&display=swap');

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

#main_index:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0%;
    background: #f9f9f9;
    width: 100%;
    height: 100%;
    z-index: -1;
}

a:hover {
    text-decoration: none;
}

.category_list_type4 .category_box .img_frame {
    padding-bottom: 75%;
}

.product_list_5 .product_box .img_frame {
    padding-top: 75%;
}

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

}

/*Menu*/

.navbar_type8 {
    background-color: #070707;
    height: 110px;
}

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

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

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

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

.navbar_type8 .nav_tab .nav_item a {
    color: white;
    padding: 15px 1vw;
    font-size: 15px;
}

.navbar_mobile {
    background-color: #070707;
}

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

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


@media screen and (max-width: 1385.5px){
.navbar_type8 .nav_tab .nav_item a {
    padding: 15px 0.8vw;
    font-size: 15px;
}

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

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

}

@media screen and (max-width: 1300.5px){
    .navbar_type8 .logo img {
        width: 170px;
        padding: 0;
    }
    
        .navbar_type8 .nav_tab .nav_item a {
        padding: 15px 0.75vw;
        font-size: 14px;
    }
    
}

@media screen and (max-width: 1200.5px){
.navbar_type8 .nav_tab .nav_item a {
    padding: 15px 0.6vw;
    font-size: 13.5px;
}

.navbar_type8 .logo img {
    width: 140px;
}

.navbar_type8 .nav_tab {
    padding-right: 5%;
}

.navbar_type8 {
    height: 100px;
}

.navbar_type8 .logo {
    
    margin-left: 5%;
}

}

/*Banner*/

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

.slider_banner .banner_content {
    opacity: 1 !important;
}

.hp_banner_title {
    color: #fddd44;
    font-size: 1.18vw;
    padding-bottom: 2.5%;
    margin-bottom: 3%;
    position: relative;
}

.hp_banner_title:before {
    position: absolute;
    content: "";
    bottom: 0%;
    left: 0;
    background-color: #fddd44;
    width: 25.5%;
    height: 2px;
}

.hp_banner_title2 {
    color: #fff;
    font-size: 3vw;
    font-weight: 800;
    margin-bottom: 3%;
}

.hp_banner_desc {
    color: #fff;
    font-size: 0.98vw;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 6%;
}

.hp_banner_link {
    background: #fddd44;
    color: #070707;
    transition: 0.3s;
    border-radius: 30px;
    position: relative;
    font-weight: 500;
    font-size: 0.98vw;
    padding: 0.7vw 1.25vw 0.7vw 2.75vw;
    margin-right: 0.75vw;
    border: 1px solid #fddd44;
}

.hp_banner_link:hover {
    background: #070707;
    color: #fddd44;
}

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

.hp_banner_link:hover:before {
    filter: brightness(0) saturate(100%) invert(94%) sepia(32%) saturate(1764%) hue-rotate(322deg) brightness(107%) contrast(98%);
}


.hp_banner_bbox .contactRecordBtn {
    background: #4dcc59;
    color: #fff;
    transition: 0.3s;
    border-radius: 30px;
    position: relative;
    font-weight: 500;
    font-size: 0.98vw;
    padding: 0.7vw 1.25vw 0.7vw 3.5vw;
    border: 1px solid #4dcc59;
}

.hp_banner_bbox .contactRecordBtn:hover {
    background: #fddd44;
    color: #000;
    border: 1px solid #fddd44;
}

.hp_banner_bbox .contactRecordBtn:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0%;
    margin: auto 0;
    left: 10%;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('https://cdn1.npcdn.net/img/1779073766whatsapp icon-78.png');
    width: 1.5vw;
    height: 1.5vw;
}

.hp_banner_bbox .contactRecordBtn:hover:before {
    filter: brightness(0) saturate(100%) invert(0%) sepia(6%) saturate(7500%) hue-rotate(8deg) brightness(92%) contrast(105%);
}


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

.hp_banner_icbox {
    width: 4vw;
}

.hp_banner_fbox {
    margin-top: 6%;
    gap: 1vw;
}

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

.hp_banner_title:before {
    width: 33.5%;
}

.hp_banner_title2 {
    font-size: 3.9vw;
    margin-bottom: 3%;
}

.hp_banner_desc {
    font-size: 1.28vw;
    margin-bottom: 6%;
}

.hp_banner_link {
    border-radius: 30px;
    font-size: 1.28vw;
    padding: 0.85vw 1.75vw 0.85vw 3.5vw;
    margin-right: 0.75vw;
}

.hp_banner_link:before {
    left: 6%;
    width: 2vw;
    height: 2vw;
}

.hp_banner_bbox .contactRecordBtn {
    border-radius: 30px;
    font-size: 1.28vw;
    padding: 0.85vw 1.75vw 0.85vw 4.5vw;
}

.hp_banner_bbox .contactRecordBtn:before {
    left: 10%;
    width: 2vw;
    height: 2vw;
}

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

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

.hp_banner_icbox {
    width: 4.5vw;
}

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

}

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

.hp_banner_title:before {
    width: 49%;
    height: 1.5px;
}

.hp_banner_title2 {
    font-size: 9vw;
    margin-bottom: 4%;
}

.hp_banner_desc {
    font-size: 3.7vw;
    margin-bottom: 10%;
}

.hp_banner_link {
    border-radius: 50px;
    font-size: 3.7vw;
    padding: 2.5vw 4vw 2.5vw 10vw;
    margin-right: 1.5vw;
}

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

.hp_banner_bbox .contactRecordBtn {
    border-radius: 50px;
    font-size: 3.7vw;
    padding: 2.5vw 4vw 2.5vw 13vw;
}

.hp_banner_bbox .contactRecordBtn:before {
    left: 10%;
    width: 6vw;
    height: 6vw;
}

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

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

.hp_banner_box {
        margin-top: 0%;
    }
    
    .hp_banner_icbox {
        width: 12vw;
    }
    
    .hp_banner_fbox {
    margin-top: 9%;
    gap: 3vw;
}
    
}

/*Why*/

.hp_why {
    padding: 3.5% 5% 3.5% 9%;
}

.hp_why_fbox {
    display: flex;
    justify-content: space-between;
}

.hp_why_box {
    display: flex;
    gap: 1vw;
    align-items: center;
    flex: 0 0 20%;
}

.hp_why_box img {
    width: 60px;
    transition: 0.3s;
}

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

.dbig {
    font-size: 16px;
    line-height: 1.5;
}

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

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

.hp_why_box img {
    width: 5vw;
}

.hp_why {
    padding: 3.5% 5% 3.5% 7%;
}

}

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

.hp_why_box img {
    width: 13vw;
}

.hp_why {
    padding: 9% 3% 9%;
}

.hp_why_fbox {
    flex-wrap: wrap;
    gap: 6vw 0;
}

.hp_why_box {
    gap: 2vw;
    flex: 0 0 50%;
}

.hp_why_item {
    font-size: 3.7vw;
}

}

/*Cat*/

.hp_cat {
    padding: 2% 9% 6%;
}

.hp_cat_box {
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.tbig {
    color: #070707;
    font-size: 40px;
    font-weight: 600;
}

.hp_cat_fbox {
    margin-top: 3.75rem;
    gap: 2vw;
}

.hp_cat_title2 {
    color: #fff;
    font-size: 17px;
    width: 12.5rem;
    margin: -17.5px auto 0;
    border-radius: 30px;
    padding: 7.5px;
    font-weight: 400;
}

.hp_cat_title2.g {
    background: #0c911e;
}
.hp_cat_title2.b {
    background: #3460bf;
}
.hp_cat_title2.o {
    background: #fe6a00;
}
.hp_cat_title2.p {
    background: #7038b5;
}
.hp_cat_link.g {
    color: #0c911e;
}
.hp_cat_link.b {
    color: #3460bf;
}
.hp_cat_link.o {
    color: #fe6a00;
}
.hp_cat_link.p {
    color: #7038b5;
}

.hp_cat_image {
    width: 100%;
}

.hp_cat_box {
    padding: 0 10px 20px;
}

.hp_cat_ibox {
    padding-top: 3.25rem;
    padding-left: 10px;
}

.hp_cat_item {
    font-size: 13.5px;
    height: 4rem;
    display: flex;
    justify-content: center;
    align-items: end;
    margin-bottom: 1rem;
}

.hp_cat_link {
    font-weight: 500;
    font-size: 15px;
    transition: 0.3s;
}

.hp_cat_link:hover {
    color: #070707;
}

.hp_cat_linkx {
    background: #fddd44;
    color: #070707;
    transition: 0.3s;
    border-radius: 30px;
    position: relative;
    font-weight: 500;
    font-size: 15px;
    padding: 10px 20px 12.5px 50px;
    border: 1px solid #fddd44;
}

.hp_cat_linkx:hover {
    background: #070707;
    color: #fddd44;
}

.hp_cat_linkx:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0%;
    margin: auto 0;
    left: 7%;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('https://cdn1.npcdn.net/img/1779073601button-black.png');
    width: 25px;
    height: 25px;
}

.hp_cat_linkx:hover:before {
    filter: brightness(0) saturate(100%) invert(94%) sepia(32%) saturate(1764%) hue-rotate(322deg) brightness(107%) contrast(98%);
}

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

.hp_cat_link {
    font-size: 1.25vw;
}

.hp_cat_title2 {
    font-size: 1.35vw;
    width: 90%;
    margin: -9% auto 0;
    border-radius: 30px;
    padding: 0.6vw;
}

.hp_cat_item {
    font-size: 1.1vw;
    height: 5vw;
    margin-bottom: 6%;
}

.hp_cat_box {
    padding: 0 1% 2%;
}

.hp_cat_fbox {
    margin-top: 6%;
    gap: 2vw;
}

.hp_cat_ibox {
    padding-top: 20%;
    padding-left: 5px;
}

.hp_cat_linkx {
    font-size: 1.25vw;
    padding: 0.85vw 1vw 0.85vw 4vw;
}

.hp_cat_linkx:before {
    left: 7%;
    width: 2vw;
    height: 2vw;
}

}

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

.hp_cat_link {
    font-size: 14px;
}

.hp_cat_title2 {
    font-size: 15px;
    width: 85%;
    margin: -15px auto 0;
    border-radius: 30px;
    padding: 7.5px;
}

.hp_cat_item {
    font-size: 12.5px;
    height: 4rem;
    margin-bottom: 6%;
}

.hp_cat_box {
    padding: 0 1% 2%;
    flex: 0 0 48%;
}

.hp_cat_fbox {
    margin-top: 3rem;
    gap: 35px 0;
    flex-wrap: wrap;
    justify-content: space-between;
}

.hp_cat_ibox {
    padding-top: 20%;
    padding-left: 5px;
}

.hp_cat {
    padding: 30px 3% 45px;
}

    .hp_cat_linkx {
     
        border-radius: 50px;
        font-size: 14px;
        padding: 10px 20px 12.5px 55px;
    }
    
        .hp_cat_linkx:before {
        left: 7%;
        width: 22.5px;
        height: 22.5px;
    }

}

/*Airport*/

.hp_airport {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('https://cdn1.npcdn.net/img/1779067001d-airport-transfer.jpg');
    padding: 4% 2% 3%;
    background-position: 50%;
}

.hp_airport_fbox {
    display: flex;
    justify-content: center;
    margin-bottom: 2.5rem;
}

.hp_airport_inbox img {
    width: 50px;
    transition: 0.3s;
}

.hp_airport_inbox:hover img {
    animation: 1s jshake;
}

.hp_airport_title2 {
    font-size: 29px;
    font-weight: 700;
    margin-bottom: 2rem;
}

.hp_airport_inbox {
    flex: 0 0 130px;
}

.hp_airport_item {
    margin-top: 10px;
    font-weight: 600;
    line-height: 1.4;
}

.hp_airport_bbox .contactRecordBtn {
    background: #4dcc59;
    color: #fff;
    transition: 0.3s;
    border-radius: 30px;
    position: relative;
    font-size: 15px;
    padding: 10px 20px 12.5px 55px;
}

.hp_airport_bbox .contactRecordBtn:hover {
    background: #fddd44;
    color: #000;
}

.hp_airport_bbox .contactRecordBtn:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0%;
    margin: auto 0;
    left: 7%;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('https://cdn1.npcdn.net/img/1779073766whatsapp icon-78.png');
    width: 25px;
    height: 25px;
}

.hp_airport_bbox .contactRecordBtn:hover:before {
    filter: brightness(0) saturate(100%) invert(0%) sepia(6%) saturate(7500%) hue-rotate(8deg) brightness(92%) contrast(105%);
}

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

.hp_airport_inbox img {
    width: 4.5vw;
}

.hp_airport_bbox .contactRecordBtn {
    border-radius: 30px;
    font-size: 1.25vw;
    padding: 0.85vw 1vw 0.85vw 4.5vw;
}

.hp_airport_bbox .contactRecordBtn:before {
    left: 7%;
    width: 2vw;
    height: 2vw;
}

.hp_airport_inbox {
    flex: 0 0 12%;
}

.hp_airport_fbox {
    margin-bottom: 3%;
}

}

@media screen and (max-width: 767.5px){
.hp_airport_title2 {
    font-size: 18px;
    margin-bottom: 20px;
}

.hp_airport_inbox img {
    width: 45px;
}

.hp_airport_fbox {
    margin-bottom: 2rem;
    flex-wrap: wrap;
    gap: 30px 0;
}

.hp_airport {
    padding: 40px 3% 35px;
    background-position: 23%;
}

.hp_airport_title {
    font-size: 25.5px;
}

.hp_airport_inbox {
    flex: 0 0 7.5rem;
}

.hp_airport_bbox .contactRecordBtn {
    border-radius: 50px;
    font-size: 14px;
    padding: 10px 20px 12.5px 55px;
}

.hp_airport_bbox .contactRecordBtn:before {
    left: 7%;
    width: 22.5px;
    height: 22.5px;
}

}

/*Services*/

.index_wrapper_6 {
    padding: 12% 8% 12%;
    background-repeat: no-repeat;
    background-image: url('https://cdn1.npcdn.net/img/1781596259sample-bg.jpg');
    background-size: cover;
}

.ex_hpservice_slide {
    margin-block: 0;
    background-color: transparent;
    padding: 1.5rem 0 0rem 0;
}

.ex_hpservice_slide .service_btn {
    display: none;
}

.ex_hpservice_slide .services-text h3.title:after {
    display: none;
}

.ex_hpservice_slide .services-text > p {
    display: none;
}

.ex_hpservice_slide .services-text h3.title {
    text-transform: capitalize;
    color: #070707;
    font-weight: 600;
    background: #fff;
    margin-bottom: 0 !important;
    padding: 20px 30px;
    font-size: 16px;
}

.ex_hpservice_slide .services-text {
    top: unset;
    width: 90%;
    right: 0;
    left: 0;
    text-align: left;
    padding: 0;
    bottom: -12%;
    transform: unset;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 30px;
    overflow: hidden;
    cursor: pointer;
    margin: 0 auto;
}

.ex_hpservice_slide .services-text:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0%;
    margin: auto 0;
    right: 4%;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(https://cdn1.npcdn.net/img/1779105968button-yellow.png);
    width: 30px;
    height: 30px;
}

.ex_hpservice_slide .item {
    margin: 0 10px 3rem;
}

.ex_hpservice_slide .services-content {
    overflow: visible;
    height: 20vw;
}

.ex_hpservice_slide .services-content .services-image {
    border-radius: 20px;
}

.ex_hpservice_slide .services-content .overlay {
 
    background-color: rgba(0, 0, 0, 0);
}

.ex_hpservice_slide .fa-arrow-left:before {
    content: "";
    background-repeat: no-repeat;
    background-image: url('https://cdn1.npcdn.net/img/1781596310trip-arrow-left.png');
    background-size: contain;
    width: 50px;
    height: 50px;
    opacity: 1;
    display: block;
}

.ex_hpservice_slide .fa-arrow-right:before {
    content: "";
    background-repeat: no-repeat;
    background-image: url('https://cdn1.npcdn.net/img/1781596321trip-arrow-right.png');
    background-size: contain;
    width: 50px;
    height: 50px;
    opacity: 1;
    display: block;
}

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

.ex_hpservice_slide .controls {
    font-size: 20px;
    padding: 0px;
    color: #000;
    opacity: 1;
    top: 45%;
}

.ex_hpservice_slide .controls.left {
    left: -6%;
}

.ex_hpservice_slide .controls.right {
    right: -6%;
}

@media screen and (max-width: 1200.5px){
.ex_hpservice_slide .services-text h3.title {
    
    padding: 20px 30px;
    font-size: 15px;
}

.index_wrapper_6 {
    padding: 10.5% 8% 10.5%;
}

}

@media screen and (max-width: 991.5px){
.ex_hpservice_slide .services-content {
    height: 30vw;
}

    .index_wrapper_6 {
        padding: 8% 8% 8%;
    }

}

@media screen and (max-width: 767.5px){
.ex_hpservice_slide .services-content {
    height: 60vw;
}

.ex_hpservice_slide .services-text {
    bottom: -35px;
}

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

.ex_hpservice_slide .controls.left {
    left: 0;
}

.ex_hpservice_slide .controls.right {
    right: 0;
}

}

/*Rent*/

.hp_rent {
    padding: 3% 9% 2%;
}

.hp_rent_box img {
    width: 70px;
    transition: 0.3s;
}

.hp_rent_box img:hover {
    animation: 1s rubberband;
}

.dsmall {
    font-size: 15px;
}

.hp_rent_fbox {
    justify-content: space-between;
    margin-top: 2.5rem;
}

.hp_rent_box {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    flex: 0 0 21.5%;
    padding: 35px 5px 35px;
    position: relative;
}

.hp_rent_box:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0%;
    margin: auto 0;
    right: -15.5%;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('https://cdn1.npcdn.net/img/1779091885f-rent-arrow.png');
    width: 25px;
    height: 25px;
}

.hp_rent_box:last-child:before {
    display: none;
}

.hp_rent_item {
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 15px;
}

@keyframes rubberband {
    0%{
        transform: scaleX(1);
    }
    40%{
        transform: scaleX(1.12) scaleY(0.75);
    }
    55%{
        transform: scaleX(0.85) scaleY(1);
    }
    65%{
        transform: scaleX(1.09) scaleY(0.85);
    }
    75%{
        transform: scaleX(0.9)  scaleY(1);
    }
    90%{
        transform: scaleX(1.05) scaleY(0.95);
    }
    100%{
        transform: scaleX(1) scaleY(1);
    }
}

@media screen and (max-width: 1267.5px){
.hp_rent_item {
    font-size: 17.5px;
}

.hp_rent_box:before {
    right: -16.5%;
}

}

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

.hp_rent_item {
    font-size: 1.5vw;
    margin-top: 5%;
    margin-bottom: 5%;
}

.dsmall {
    font-size: 1.25vw;
}

.hp_rent_box img {
    width: 5vw;
}

.hp_rent_box {
    border-radius: 15px;
    flex: 0 0 22%;
    padding: 3% 0% 3%;

}

.hp_rent_box:before {
    right: -14.5%;
    width: 2vw;
    height: 2vw;
}

.hp_rent_fbox {
    margin-top: 4%;
}
}

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

    .hp_rent_item {
        font-size: 17px;
        width: 84%;
        margin: 5% auto;
        margin-top: 5%;
        margin-bottom: 5%;
    }

.dsmall {
    font-size: 13px;
}



.hp_rent_box img {
    width: 60px;
}

.hp_rent_box {
    border-radius: 15px;
    flex: 0 0 47%;
    padding: 3% 0% 3%;
}

.hp_rent_box:before {
    right: -11%;
    width: 4vw;
    height: 4vw;
}

.hp_rent_fbox {
    margin-top: 1.5rem;
    flex-wrap: wrap;
    gap: 5vw 0;
}

.hp_rent {
    padding: 30px 3% 20px;
}
}

@media screen and (max-width: 405.5px){
.hp_rent_item2 br {
    display: none;
}

}

/*how*/

.hp_how {
    padding: 1.5% 9% 9%;
    position: relative;
}

.hp_how:before {
    position: absolute;
    content: "";
    bottom: -14%;
    right: 0%;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('https://cdn1.npcdn.net/img/1779098881g-background-obj.png');
    width: 44%;
    height: 100%;
    z-index: -1;
}

.hp_how:after {
    position: absolute;
    content: "";
    bottom: -3%;
    right: 4%;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('https://cdn1.npcdn.net/img/1779098899g-car.png');
    width: 30vw;
    height: 15vw;
}

.hp_how_mbox {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    padding: 6% 6% 6%;
}

.hp_how_mbox2 {
    background: #070707;
    border-radius: 15px;
    padding: 8% 11% 7%;
}

.hp_how_title {
    font-size: 2.5vw;
}

.hp_how_title2 {
    color: #fff;
    margin-bottom: 4.5%;
    font-size: 2.25vw;
}

.hp_how_item {
    color: #070707;
    font-size: 1.1vw;
    font-weight: 600;
    margin-top: 12%;
    margin-bottom: 7%;
}

.hp_how_item2 {
    font-size: 0.9vw;
}

.hp_how_item3 {
    color: #fff;
    position: relative;
    font-weight: 400;
    font-size: 1.05vw;
    padding-left: 10%;
    margin-bottom: 4%;
}

.hp_how_item3:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0%;
    margin: auto 0;
    left: 0%;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('https://cdn1.npcdn.net/img/1779098737g-tick-icon.png');
    width: 1.4vw;
    height: 1.4vw;
}

.hp_how_box img {
    width: 5vw;
    transition: 0.3s;
}

.hp_how_box img:hover {
    animation: 1s jshake;
}

.hp_how_fbox {
    justify-content: space-between;
    margin-top: 3.5%;
}

.hp_how_box {
    position: relative;
}

.hp_how_box:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0%;
    margin: auto 0;
    right: -27%;
    background-color: #000;
    opacity: 0.1;
    width: 1px;
    height: 9vw;
}

.hp_how_box:last-child:before {
    display: none;
}

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

.hp_how_item {
    font-size: 1.4vw;
}

.hp_how_title {
    font-size: 2.75vw;
}

.hp_how_mbox2 {
   
    padding: 9% 6% 6%;
}

.hp_how_item3 {
    font-size: 1.28vw;
    padding-left: 10%;
    margin-bottom: 4%;
}

.hp_how_item3:before {
 
    width: 1.6vw;
    height: 1.6vw;
}

.hp_how_mbox {
    padding: 6% 3% 6%;
}

.hp_how_box:before {
    right: -9%;
    height: 10vw;
}

}

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

.hp_how_item {
    font-size: 16px;
}

.hp_how_title {
    font-size: 27px;
}

.hp_how_mbox2 {
   
    padding: 30px 30px 40px;
}

.hp_how_item3 {
        font-size: 14px;
        padding-left: 30px;
        margin-bottom: 10px;
    }

.hp_how_item3:before {
 
    width: 17.5px;
    height: 17.5px;
}

.hp_how_mbox {
    padding: 30px 30px 30px;
    margin-bottom: 30px;
}

.hp_how {
    padding: 30px 3% 40px;
}

.hp_how_box {
    flex: 0 0 48%;
}

.hp_how_fbox {
    margin-top: 15px;
    flex-wrap: wrap;
    gap: 20px 0;
}

.hp_how_box img {
    width: 60px;
}

    .hp_how_box:before {
        right: 0%;
        height: 8rem;
    }
    
    .hp_how_box:nth-child(2):before {
        display: none;
    }

.hp_how_title2 {
    
    margin-bottom: 20px;
    font-size: 23px;
}

.hp_how:after {
    bottom: -3%;
    right: 4%;
    width: 50vw;
    height: 30vw;
}

}

/*Contact*/

.index_wrapper_9 .text-muted {
    display: none;
}

.index_wrapper_9 {
    padding: 0 9%;
}

.index_wrapper_9 h5 {
    color: #070707;
    font-size: 40px;
    font-weight: 600;
}

.index_wrapper_9 .col-12.col-md-4.ws_contact {
    display: none;
}

.index_wrapper_9 .col-12.p-0.contact_map.mb_10 { 
    display: none;
}

.index_wrapper_9 .col-12.col-md-8.mb_10 {
    flex: 0 0 100%;
    max-width: 100%;
}

@media screen and (max-width: 1200.5px){
.index_wrapper_9 h5 {
    font-size: 3.5vw;
}

}

@media screen and (max-width: 767.5px){
.index_wrapper_9 {
    padding: 30px 3% 0;
}

.index_wrapper_9 h5 {
    font-size: 27px;
}

}

/*Testimonials*/

.index_wrapper_10 {
    padding: 3% 9% 1%;
    position: relative;
}

.index_wrapper_10:before {
    position: absolute;
    content: "";
    top: 0%;
    left: 0%;
    background: #f9f9f9;
    width: 100%;
    height: 50%;
}

.hp_testimonials .testimonials_box .testimonials_card h6{
    color:#070707;
    margin-bottom: 4%;
    font-size: 1.1vw;
}
.hp_testimonials .testimonials_box .testimonials_card .icon .img_frame{
    left: 0;
    transform: translate(0%, 0);
}
.hp_testimonials .testimonials_box .testimonials_card .content, .hp_testimonials .testimonials_box .testimonials_card .name{
    color:#070707;
    text-align: left;
    margin-top: 0 !important;
}
.hp_testimonials .testimonials_box .testimonials_card .content h5{
    font-size:0.95vw;
    line-height: 1.5;
    font-weight: 300 !important;
    text-align: left;
    margin-bottom: 0;
}
.hp_testimonials .testimonials_box .testimonials_card .star div{
    text-align: left!important;
    margin-left:0!important;
}
.hp_testimonials .testimonials_box .testimonials_card .icon{
    padding-bottom: 6.5vw;
}
.hp_testimonials .testimonials_box .testimonials_card .icon .img_frame img{
    height:6.5vw;
}
.hp_testimonials .testimonials_box .testimonials_card .star{
    order:3;
    margin-bottom:5%;
    margin-top: 0 !important;
}

.hp_testimonials .testimonial_star {
    color: #fac700;
    font-size: 1vw;
        margin-right: 0.5vw !important;
}

.hp_testimonials .testimonials_box {
    width: 100%;
    padding: 0;
}

.testimonial_info {
    flex: 0 0 65%;
}

.hp_testimonials .testimonials_box .testimonials_card .content{
    order:4;
}
.hp_testimonials .testimonials_box .testimonials_card .icon{
    order:1;
   flex: 0 0 35%;
}

.hp_testimonials .testimonials_box .testimonials_card {
    color: black;
    padding: 2.25vw 1.5vw 2.25vw;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    flex-direction: row-reverse;
        margin: 10px 0.5vw;
        border-radius: 20px;
}

.hp_testimonials .testimonials_box .testimonials_card .content q::before, .hp_testimonials .testimonials_box .testimonials_card .content q::after {
    display: none;
}

.hp_test_title {
    margin-bottom: 20px;
}

.hp_testimonials .slick-prev {
    left: -6%;
    z-index: 10 !important;
}

.hp_testimonials .slick-next {
    right: -6%;
    z-index: 10 !important;
}

.hp_testimonials .slick-next:before, .hp_testimonials .slick-prev:before {
    font-size: 30px;
    opacity: .5;
    color: #000;
}

.hp_testimonials .slick-prev::before, .hp_testimonials .slick-next::before {
    text-shadow: unset;
}

@media screen and (max-width: 1200.5px){
.hp_testimonials .testimonials_box .testimonials_card .content h5 {
    font-size: 1.25vw;
}

.hp_testimonials .testimonial_star {
  
    font-size: 1.3vw;
    margin-right: 0.5vw !important;
}

.hp_testimonials .testimonials_box .testimonials_card h6 {
   
    margin-bottom: 4%;
    font-size: 1.4vw;
}

.hp_testimonials .testimonials_box .testimonials_card .icon{
    padding-bottom: 7vw;
}
.hp_testimonials .testimonials_box .testimonials_card .icon .img_frame img{
    height:7vw;
}

}

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

.hp_testimonials .testimonials_box .testimonials_card .icon{
   flex: 0 0 30%;
}

.hp_testimonials .testimonials_box .testimonials_card .icon{
    padding-bottom: 10vw;
}
.hp_testimonials .testimonials_box .testimonials_card .icon .img_frame img{
    height:10vw;
}

.hp_testimonials .testimonials_box .testimonials_card .content h5 {
    font-size: 1.5vw;
}

    .hp_testimonials .testimonial_star {
        font-size: 1.65vw;
        margin-right: 0.75vw !important;
    }
    
        .hp_testimonials .testimonials_box .testimonials_card h6 {
        margin-bottom: 4%;
        font-size: 1.8vw;
    }
    
    .hp_testimonials .testimonials_box .testimonials_card {
    padding: 2.5vw 2vw 2.5vw;
    margin: 10px 1vw;
    border-radius: 20px;
}

}

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

.hp_testimonials .testimonials_box .testimonials_card .icon{
    padding-bottom: 20vw;
}
.hp_testimonials .testimonials_box .testimonials_card .icon .img_frame img{
    height:20vw;
}

.hp_testimonials .testimonials_box .testimonials_card .content h5 {
    font-size: 13px;
}

        .hp_testimonials .testimonial_star {
        font-size: 15px;
        margin-right: 7px !important;
    }
    
        .hp_testimonials .testimonials_box .testimonials_card h6 {
        margin-bottom: 4%;
        font-size: 17px;
    }
    
.hp_testimonials .testimonials_box .testimonials_card {
        padding: 5vw 4.25vw 5vw;
        margin: 10px 15px;
        border-radius: 20px;
        align-items: center;
    }
    
    .hp_testimonials .slick-prev {
    left: -10px;
    z-index: 10 !important;
}

.hp_testimonials .slick-next {
    right: -10px;
    z-index: 10 !important;
}

.index_wrapper_10:before {

    height: 100%;
}

}

/*Ready*/

.hp_ready {
    padding: 3% 9% 4%;
    position: relative;
    border-bottom: 20px solid #070707;
}

.hp_ready:before {
    position: absolute;
    content: "";
    top: -75%;
    left: 0%;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('https://cdn1.npcdn.net/img/1779096812i-contact-bg.jpg');
    width: 100%;
    height: 175%;
    z-index: -1;
}

.hp_ready:after {
    position: absolute;
    content: "";
    bottom: -6%;
    right: 3%;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('https://cdn1.npcdn.net/img/1779096873i-car.png');
    width: 30vw;
    height: 15vw;
}

.hp_ready_box {
    background: #fddd44;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    padding: 4rem 3vw 5rem;
}

.hp_ready_box2 {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    padding: 4rem 3vw 4rem;
}

.hp_ready_icbox img {
    width: 105px;
}

.hp_ready_bbox .contactRecordBtn {
    background: #4dcc59;
    color: #fff;
    transition: 0.3s;
    border-radius: 30px;
    position: relative;
    font-size: 15px;
    padding: 10px 20px 12.5px 55px;
    border: 1px solid #4dcc59;
}

.hp_ready_bbox .contactRecordBtn:hover {
    background: #fddd44;
    color: #000;
    border: 1px solid #000;
}

.hp_ready_bbox .contactRecordBtn:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0%;
    margin: auto 0;
    left: 7%;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('https://cdn1.npcdn.net/img/1779073766whatsapp icon-78.png');
    width: 25px;
    height: 25px;
}

.hp_ready_bbox .contactRecordBtn:hover:before {
    filter: brightness(0) saturate(100%) invert(0%) sepia(6%) saturate(7500%) hue-rotate(8deg) brightness(92%) contrast(105%);
}

.hp_ready_fbox {
    gap: 15px;
    margin-top: 33px;
}

.hp_ready_title2 {
    margin-bottom: 15px;
}

.hp_ready_title {
    margin-bottom: 1.75rem;
}

.hp_ready_desc {
    margin-bottom: 2.5rem;
}

@media screen and (max-width: 1478.5px){
.hp_ready_title {
    font-size: 35px;
}

.hp_ready_title2 {
    font-size: 35px;
}

.hp_ready_icbox img {
    width: 100px;
}

.hp_ready_box {
    padding: 4rem 3vw 4rem;
}

}

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

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

.hp_ready_icbox img {
    width: 8vw;
}

    .hp_ready_box {
        padding: 9% 6% 15%;
    }
    
        .hp_ready_box2 {
        padding: 6% 6% 9%;
    }

.hp_ready_bbox .contactRecordBtn {
    border-radius: 30px;
    font-size: 1.25vw;
    padding: 0.85vw 1vw 0.85vw 4.5vw;
}

.hp_ready_bbox .contactRecordBtn:before {
    left: 7%;
    width: 2vw;
    height: 2vw;
}

.hp_ready_desc {
    margin-bottom: 7%;
}

.hp_ready_fbox {
    gap: 10px;
    margin-top: 6%;
}

}

@media screen and (max-width: 767.5px){
    .hp_ready_title {
        font-size: 27px;
        margin-bottom: 20px;
    }

.hp_ready_title2 {
    font-size: 27px;
    margin-bottom: 20px;
}

.hp_ready_icbox img {
    width: 70px;
}

        .hp_ready_box {
        padding: 35px 35px 50px;
                margin-bottom: 30px;
    }
    
        .hp_ready_box2 {
        padding: 35px 35px 50px;
    }


.hp_ready_desc {
    margin-bottom: 30px;
}

.hp_ready_fbox {
    gap: 10px;
    margin-top: 20px;
}

.hp_ready {
    padding: 30px 3% 30px;
    border-bottom: 30px solid #070707;
}

.hp_ready:before {
    top: 0%;
    height: 100%;
}

.hp_ready_bbox .contactRecordBtn {
    border-radius: 50px;
    font-size: 14px;
    padding: 10px 20px 12.5px 55px;
}

.hp_ready_bbox .contactRecordBtn:before {
    left: 7%;
    width: 22.5px;
    height: 22.5px;
}

.hp_ready:after {
    bottom: -6%;
    right: 3%;
    width: 60vw;
    height: 30vw;
}

}

/*Footer*/
.footer_type7 {
    background-color: #070707;
    color: white;
    padding-top: 5rem !important;
    overflow: hidden;
}

.footer_type7 .social_media .fa-lg {
    font-size: 1.5em;
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 6px;
}

.footer_type7 .logo img {
    max-height: 75px;
}
.footer_type7 .logo.title {
    min-height: 75px;
}

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

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

.footer_type7 .col-12.col-md-4.mb-md-0.p-3 {
    padding-left: 3.75rem !important;
}

.footer_type7 .col-12.col-md-6.mb-md-0.p-3 p {
    width: 83%;
}

@media screen and (max-width: 1200.5px){
.footer_type7 .col-12.col-md-4.mb-md-0.p-3 {
    padding-left: 1rem !important;
}

.footer_type7 .col-12.col-md-6.mb-md-0.p-3 p {
    width: 100%;
}

}

@media screen and (max-width: 767.5px){
.footer_type7 {
    padding-top: 3rem !important;
    padding-bottom: 2rem !important;
}

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

}
