@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

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

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

}

/*Nav*/

.navbar_type8 .nav_tab .nav_item a {
    color: black;
    padding: 15px 1.65vw;
    text-transform: capitalize;
    transition: 0.3s;
    font-size: 14.4px;
}

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

.navbar_type8 {
   
    height: 90px;
 
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}

.navbar_type8 .nav_tab .nav_item:hover a {
    color: #009fe5;
   
}

.dark_nav {
    background-color: white !important;
   
}

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

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

.navbar_type8 .nav_tab .nav_item:nth-child(7) {
    margin-left: 3%;
}

.navbar_type8 .nav_tab .nav_item:nth-child(7) a {
    color: white;
    padding: 7.5px 3vw 7.5px 1.5vw;
    border-radius: 20px;
    font-weight: 500;
    background: #009fe5;
    position: relative;
}

.navbar_type8 .nav_tab .nav_item:nth-child(7) a:before {
    position: absolute;
    content: "";
    top: 0%;
    bottom: 0;
    margin: auto 0;
    right: 7%;
    background-image: url(https://cdn1.npcdn.net/img/1742355006icon-01.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 1.7vw;
    height: 1.7vw;
}

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

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

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

@media screen and (max-width: 1200.5px){
.navbar_type8 .nav_tab .nav_item:nth-child(7) {
    margin-left: 3%;
}

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

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

.navbar_type8 .nav_tab .nav_item a {
    
    padding: 15px 1.3vw;
  
    font-size: 14px;
}

}

/*Banner*/

.hp_banner {
    text-align: center;
    padding-top: 6.25%;
}

.hp_banner_desc {
    background: #009fe5;
    padding: 0.3vw 3.75vw;
    color: white;
    font-size: 1.1vw;
    letter-spacing: 1px;
    clip-path: polygon(12% 0, 100% 0%, 88% 100%, 0% 100%);
}

.hp_banner_ibox {
    width: 25%;
    margin: 14.5% auto 0;
}

.hp_banner_title1 {
    color: white;
    font-size: 1.5vw;
    font-weight: 200;
    margin-bottom: 0;
}

.hp_banner_title2 {
    color: white;
    font-size: 8.5vw;
    font-family: Bebas Neue;
    letter-spacing: 3px;
    margin-top: -0.5%;
    margin-bottom: 0;
}

.hp_banner_dbox {
    margin-left: 34%;
    margin-top: -0.6%;
}


@media screen and (max-width: 1200.5px){
.hp_banner_desc {
   
    padding: 0.6vw 4.25vw;
    
    font-size: 1.6vw;
 
}

.hp_banner_title1 {
    
    font-size: 2vw;
  
}

.hp_banner_title2 {
   
    font-size: 9vw;
  
    letter-spacing: 3px;
    margin-top: -0.5%;
   
}

.hp_banner_ibox {
    width: 30%;
    margin: 12% auto 0;
}

}



@media screen and (max-width: 767.5px){
.hp_banner_desc {
   
    padding: 1vw 8vw;
    
    font-size: 4vw;
 
}

.hp_banner_title1 {
    
    font-size: 4vw;
  
}

.hp_banner_title2 {
   
    font-size: 18vw;
  
    letter-spacing: 3px;
    margin-top: -0.5%;
   
}

.hp_banner_dbox {
    margin-left: 50%;
    margin-top: -0.6%;
}

.hp_banner_ibox {
    width: 70%;
    margin: 15% auto 0;
}

.hp_banner {
   
    padding-top: 9%;
}

}

/*Service*/

.hp_service {
    padding: 6% 7% 6%;
    position: relative;
}

.hp_service .col-12.col-md-4 {
    padding: 0 20px;
}

.hp_service:before {
    position: absolute;
    content: "";
    top: -6%;
    margin: 0 auto;
    right: 0%;
    left: 0;
    background-image: url(https://cdn1.npcdn.net/img/1742357149elelement.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 6vw;
    height: 6vw;
    z-index: -1;
}

.hp_service_tbox {
    text-align: center;
    padding-left: 3%;
    position: relative;
    margin-bottom: 3%;
}

.hp_service_tbox:before {
    position: absolute;
    content: "";
    top: 12%;
    bottom: 0;
    margin: auto 0;
    left: 40%;
    background-image: url(https://cdn1.npcdn.net/img/1742350693element-02.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 2vw;
    height: 2vw;

}

.hp_service_title {
    font-size: 2vw;
    font-weight: 600;
}

.hp_service_box {
    text-align: center;
    background: #ecfafd;
    color: black;
    height: 100%;
    border-radius: 0 20px 20px 20px;
    transition: 0.3s;
    position: relative;
}

.hp_service_box:before {
    position: absolute;
    content: "";
    background: darkgray;
    bottom: 26.5%;
    left: 0%;
    right: 0;
    margin: 0 auto;
    width: 75%;
    height: 1px;
    transition: 0.3s;
}

.hp_service_box:hover:before {
  
    background: white;
  
}

.hp_service_box:hover {
 
    background: #019fe6;
    color: white;
   
}

.hp_service_image {
    width: 100%;
    border-radius: 0 20px 0 20px;
}

.hp_service_item1 {
    font-size: 1vw;
    margin-bottom: 7%;
}

.hp_service_item2 {
    font-size: 0.9vw;
    font-weight: 300;
    
}

.hp_service_itbox {
    padding-top: 6%;
    padding-bottom: 6%;
}

.hp_service_bbox {
    position: absolute;
    right: 9%;
    bottom: -4.5%;
}

.hp_service_icon {
    width: 3vw;
}


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

.hp_service_tbox:before {
    
    left: 38%;
  
    width: 2.5vw;
    height: 2.5vw;

}

.hp_service_item1 {
    font-size: 1.5vw;
    margin-bottom: 7%;
}

.hp_service_item2 {
    font-size: 1.35vw;
 
    
}

.hp_service .col-12.col-md-4 {
    padding: 0 10px;
}

.hp_service {
    padding: 6% 5% 6%;
  
}

.hp_service_box:before {
 
    bottom: 30%;
   
    width: 80%;
  
}

.hp_service_icon {
    width: 4vw;
}

.hp_service_bbox {
 
    right: 9%;
    bottom: -5%;
}

.hp_service::before {
   
    top: -6%;
    right: 0%;
    left: 0px;

    width: 7vw;
    height: 7vw;

}

}


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

.hp_service_tbox {
  
    padding-left: 7%;
    
    margin-bottom: 9%;
}

.hp_service_tbox:before {
    
    left: 18%;
  
    width: 7vw;
    height: 7vw;

}

.hp_service_item1 {
    font-size: 5vw;
    margin-bottom: 7%;
}

.hp_service_item2 {
    font-size: 4vw;
 
    
}

.hp_service .col-12.col-md-4 {
    padding: 0 15px;
    margin-bottom: 7%;
}

.hp_service {
    padding: 12% 3%;
  
}

.hp_service_box:before {
 
    bottom: 30%;
   
    width: 80%;
  
}

.hp_service_icon {
    width: 10vw;
}

.hp_service_bbox {
 
    right: 9%;
    bottom: -4%;
}

.hp_service {
    padding: 12% 3%;
  
}

.hp_service_itbox {
   
    height: 56vw;
}

.hp_service::before {
        top: -1.75%;
        right: 0%;
        left: 0px;
        width: 15vw;
        height: 15vw;
    }

}


/*About*/

.hp_about {
    padding: 3% 9% 2%;
    position: relative;
}

.hp_about:before {
    position: absolute;
    content: "";
    top: 0%;
    left: 0;
    background-image: url(https://cdn1.npcdn.net/img/1742365143about-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 98%;
    height: 100%;
  
}

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

.hp_about_ibox {
    margin-left: -21%;
    margin-right: -15%;
}

.hp_about_tbox {

    padding-left: 9%;
    position: relative;
    margin-bottom: 3%;
}

.hp_about_tbox:before {
    position: absolute;
    content: "";
    top: 9%;
    left: 0%;
    background-image: url(https://cdn1.npcdn.net/img/1742350693element-02.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 2vw;
    height: 2vw;

}

.hp_about_title {
    font-size: 2vw;
    font-weight: 600;
}

.hp_about_desc {
    line-height: 1.8;
    font-size: 0.9vw;
    font-weight: 400;
}

.hp_about_desc br {
    display: none;
}

.hp_about_link {
    background: #009fe5;
    color: white;
    padding: 0.7vw 6.5vw 0.7vw 1.5vw;
    font-weight: 300;
    font-size: 0.9vw;
    transition: 0.3s;
    position: relative;
    box-shadow: 0 0 10px #009fe5;
}

.hp_about_link:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 9%;
    background-image: url(https://cdn1.npcdn.net/img/1742365427button-02.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 1.75vw;
    height: 1.75vw;

}

.hp_about_link:hover {
    background: #fb6013;
    color: white;
    text-decoration: none;
}

.hp_about_bbox {
    margin-top: 4%;
}

.hp_about_image {
    width: 100%;
}


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

.hp_about_tbox:before {

    top: 9%;
    left: 0%;

    width: 2.5vw;
    height: 2.5vw;

}

.hp_about_tbox {

    padding-left: 11%;
   
    margin-bottom: 6%;
}

.hp_about_desc {
  
    font-size: 1.4vw;
   
}

.hp_about_link {
 
    padding: 1vw 7vw 1vw 2vw;
  
    font-size: 1.4vw;
  
}

.hp_about_link:before {
  
    right: 9%;
  
    width: 2.25vw;
    height: 2.25vw;

}

.hp_about {
    padding: 3% 9% 4%;
   
}

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

}



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

.hp_about_tbox:before {

    top: 9%;
    left: 0%;

    width: 7vw;
    height: 7vw;

}

.hp_about_tbox {

    padding-left: 13%;
   
    margin-bottom: 6%;
}

.hp_about_desc {
  
    font-size: 4vw;
   
}

.hp_about_link {
 
    padding: 2vw 16vw 2vw 6vw;
  
    font-size: 4vw;
  
}

.hp_about_link:before {
  
    right: 9%;
  
    width: 7vw;
    height: 7vw;

}

.hp_about {
    padding: 12% 3%;
   
}

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

}


/*Stats*/

.hp_stat {
    padding: 6% 0% 5% 15%;
    background: #009fe5;
    position: relative;
}

.hp_stat:before {
    position: absolute;
    content: "";
    background: rgba(255,255,255,0.6);
    bottom: 24%;
    left: 0%;
    right: 0;
    margin: 0 auto;
    width: 80%;
    height: 1px;
    transition: 0.3s;
}

.hp_stat_box {
    position: relative;
    padding-left: 12%;
}

.hp_stat_box:before {
    position: absolute;
    content: "";
    top: 12%;
    left: 0%;
    background-image: url(https://cdn1.npcdn.net/img/1742366459element-03.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 2vw;
    height: 2vw;

}

.hp_stat_1a, .hp_stat_1b, .hp_stat_1c {
    color: white;
    font-size: 2.5vw;
    margin-bottom: 0;
}

.hp_stat_2 {
    color: white;
    font-size: 1vw;
    font-weight: 400;
    margin-top: -2%;
}


@media screen and (max-width: 1200.5px){
.hp_stat_1a, .hp_stat_1b, .hp_stat_1c {
 
    font-size: 3vw;
   
}

.hp_stat_2 {
   
    font-size: 1.5vw;
    
    margin-top: -2%;
}

.hp_stat_box:before {
   
    top: 12%;
 
    width: 2.5vw;
    height: 2.5vw;

}

.hp_stat_box {
    position: relative;
    padding-left: 15%;
}

}



@media screen and (max-width: 767.5px){
.hp_stat_1a, .hp_stat_1b, .hp_stat_1c {
 
    font-size: 10vw;
   
}

.hp_stat_2 {
   
    font-size: 4vw;
    
    margin-top: -2%;
}

.hp_stat_box:before {
   
    top: 12%;
 
    width: 7vw;
    height: 7vw;

}

.hp_stat_box {
    position: relative;
    padding-left: 15%;
    margin-bottom: 9%;
}

.hp_stat {
    padding: 12% 3% 6%;

}

.hp_stat:before {
 
    bottom: 9%;

}

}


/*Why*/

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

.hp_why:before {
    position: absolute;
    content: "";
    background: #eff7f9;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    
}

.hp_why:after {
    position: absolute;
    content: "";
    top: 43%;
    right: 0;
    left: 0;
    margin: 0 auto;
    background-image: url(https://cdn1.npcdn.net/img/1742369404element-04.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 66vw;
    height: 7vw;
    z-index: -1;
}

.hp_why .container-fluid {
    padding: 0;
 
}

.hp_why_box {
    background: #2d2d2d;
    padding: 6% 15% 3%;
    margin-bottom: 9%;
    height: 14vw;
    transition: 0.3s;
    position: relative;
   
}

.hp_why_box2 {
    background: #2d2d2d;
    padding: 6% 15% 3%;
    margin-bottom: 9%;
    height: 14vw;
    transition: 0.3s;
    position: relative;
   
}

.hp_why_box:hover, .hp_why_box2:hover {
    background: #fb6013;
   
   
}



.hp_why_box:before {
    position: absolute;
    content: "";
    top: 19%;
    right: 10%;
    background-image: url(https://cdn1.npcdn.net/img/1742368567element-05.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 0.5vw;
    height: 0.5vw;
}

.hp_why_box2:before {
    position: absolute;
    content: "";
    top: 19%;
    left: 10%;
    background-image: url(https://cdn1.npcdn.net/img/1742368567element-05.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 0.5vw;
    height: 0.5vw;
}

.hp_why_image {
    width: 100%;
}

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

.hp_why_itbox {
    text-align: end;
    position: relative;
}

.hp_why_itbox2 {
   
    position: relative;
}

.hp_why_itbox:before {
    position: absolute;
    content: "";
    background: rgba(255,255,255,0.6);
    top: 4.5vw;
    left: 18%;
    width: 90%;
    height: 1px;
    
}

.hp_why_itbox2:before {
    position: absolute;
    content: "";
    background: rgba(255,255,255,0.6);
    top: 4.5vw;
    right: 4%;
    width: 95%;
    height: 1px;
    
}

.hp_why_item1 {
    color: white;
    font-size: 1.5vw;
    font-weight: 600;
    padding-bottom: 5%;
    margin-bottom: 5%;
}

.hp_why_item2 {
    color: white;
    font-size: 0.9vw;
    font-weight: 300;
}

.hp_why_title {
    text-align: center;
    font-size: 1vw;
    font-weight: 400;
    margin-bottom: 2%;
}

.hp_why_bbox {
    text-align: center;
    margin-bottom: 4%;
}

.hp_why_link {
    font-weight: 200;
    background: black;
    padding: 0.6vw 1.5vw 0.6vw 1.5vw;
    font-size: 0.9vw;
    color: white;
    transition: 0.3s;
}

.hp_why_link:hover {
   
    background: #009fe5;
    text-decoration: none;
    color: white;
}

.hp_why_link span {
    padding-left: 1%;
    font-weight: 600;
}


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

    font-size: 2vw;
   
    padding-bottom: 5%;
    margin-bottom: 5%;
}

.hp_why_title {
   
    font-size: 1.5vw;

    margin-bottom: 2%;
}

.hp_why_link {
  
    padding: 0.9vw 2vw 0.9vw 2vw;
    font-size: 1.4vw;
    
}

.hp_why_item2 {
    
    font-size: 1.4vw;
 
}

.hp_why_item2 br {
    
    display: none;
 
}

.hp_why_box, .hp_why_box2 {
   
    padding: 6% 15% 3%;
    margin-bottom: 9%;
    height: 22vw;
   
}

.hp_why_box:before {
    
    top: 12%;
    right: 7%;
    
    width: 1vw;
    height: 1vw;
}

.hp_why_box2:before {
    
    top: 12%;
    left: 7%;
    
    width: 1vw;
    height: 1vw;
}

.hp_why:after {
   
    top: 40%;
   
    width: 71vw;
    height: 8vw;

}

.hp_why_ibox {
    margin-left: -6%;
    margin-right: -6%;
    margin-top: 36%;
}

.hp_why_itbox:before {
 
    top: 6vw;
    left: 18%;
    width: 90%;
   
}

.hp_why_itbox2:before {
 
    top: 6vw;

    width: 90%;
   
}

}



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

    font-size: 5vw;
   
    padding-bottom: 5%;
    margin-bottom: 5%;
}

.hp_why_title {
   
    font-size: 4vw;
    padding: 0 7%;
    margin-bottom: 6%;
}

.hp_why_link {
  
    padding: 2vw 6vw 2vw 6vw;
    font-size: 4vw;
    
}

.hp_why_bbox {
 
    margin-bottom: 9%;
}

.hp_why_item2 {
    
    font-size: 4vw;
 
}



.hp_why_box, .hp_why_box2 {
   
    padding: 6% 15% 3%;
    margin-bottom: 9%;
    height: 61vw;
   
}

.hp_why_box:before {
    
    top: 13%;
    right: 7%;
    
    width: 2vw;
    height: 2vw;
}

.hp_why_box2:before {
    
    top: 13%;
    left: 7%;
    
    width: 2vw;
    height: 2vw;
}

.hp_why:after {
   
    top: 40%;
   
    width: 71vw;
    height: 8vw;

}

.hp_why_ibox {
    margin-left: -6%;
    margin-right: -6%;
    margin-top: 36%;
}

.hp_why_itbox:before {
 
    top: 15vw;
    left: 15%;
    width: 95%;
   
}

.hp_why_itbox2:before {
 
    top: 15vw;

    width: 95%;
   
}

.hp_why {
    padding: 12% 0%;
    
}

.hp_why_ibox {
    margin-left: 0;
    margin-right: 0;
    margin-top: 6%;
    margin-bottom: 9%;
}

}
/*Feedback*/

.hp_testimonials .testimonials_box .testimonials_card {

    padding: 30px;
    margin: 5px 25px;
    flex-direction: column-reverse;
    background: #f9f9f9;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    position: relative;
}

.hp_testimonials .testimonials_box .testimonials_card:before {
    position: absolute;
    content: "";
    bottom: 3%;
    right: 6%;
    background-image: url(https://cdn1.npcdn.net/img/1742372669review-02.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 3vw;
    height: 3vw;
}

.hp_testimonials .testimonials_box .testimonials_card .icon {
  
    display: none;
}

.hp_testimonials .text-center {
    text-align: start !important;
}

.hp_testimonials .testimonials_box .testimonials_card h6 {
    color: black;
    font-weight: 600;
}



.hp_testimonials h5 {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
}

.hp_testimonials q::before {
    display: none;
}

.hp_testimonials .testimonial_star {
    color: #b7b5b6;
    font-size: 24px;
    margin-right: 1rem !important;
}

.hp_testimonials .d-flex {

    margin-left: -2%;
    margin-bottom: 2%;
}

/*.index_wrapper_7 {*/
/*    padding: 0% 0% 3% 9%;*/
/*}*/

.hp_feedback_tbox {

    padding-left: 18%;
    position: relative;
    margin-bottom: 3%;
}

.hp_feedback_tbox:before {
    position: absolute;
    content: "";
    top: 10%;
    left: 0;
    background-image: url(https://cdn1.npcdn.net/img/1742350693element-02.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 2vw;
    height: 2vw;

}

.hp_feedback_title {
    font-size: 2vw;
    font-weight: 600;
}

.hp_testimonials .slick-prev:before {
    background-image: url(https://cdn1.npcdn.net/img/1742371146button-03.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    content: "";
    width: 30px;
    height: 30px;
    display: block;
    opacity: 1;
}


.hp_testimonials .slick-next:before {
    background-image: url(https://cdn1.npcdn.net/img/1742372052button-04.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    content: "";
    width: 30px;
    height: 30px;
    display: block;
    opacity: 1;
}

.hp_testimonials .slick-prev {
    left: -17rem;
    z-index: 10;
    top: 60%;
}

.hp_testimonials .slick-next {
    left: -14.5rem;
    right: unset;
    z-index: 10;
    top: 60%;
}


@media screen and (max-width: 1200.5px){
.hp_feedback_tbox:before {
   
    top: 10%;
    left: 0;
   
    width: 2.5vw;
    height: 2.5vw;

}

.hp_feedback_title {
    font-size: 2.5vw;
    
}

.hp_testimonials .testimonial_star {
    
    font-size: 24px;
    margin-right: 0.5rem !important;
}

.hp_testimonials .testimonials_box .testimonials_card:before {
 
    bottom: 3%;
    right: 6%;
    
    width: 4vw;
    height: 4vw;
}

.hp_testimonials .slick-prev {
    left: -10rem;
 
}

.hp_testimonials .slick-next {
    left: -7.5rem;
   
}

}


@media screen and (max-width: 767.5px){
.hp_feedback_tbox:before {
   
    top: 10%;
    left: 0;
   
    width: 7vw;
    height: 7vw;

}

.hp_feedback_title {
    font-size: 7vw;
    
}

.hp_testimonials .testimonial_star {
    
    font-size: 24px;
    margin-right: 1rem !important;
}

.hp_testimonials .testimonials_box .testimonials_card:before {
 
    bottom: 3%;
    right: 6%;
    
    width: 10vw;
    height: 10vw;
}

.hp_testimonials .slick-prev {
    left: -10rem;
 
}

.hp_testimonials .slick-next {
    left: -7.5rem;
   
}

/*.index_wrapper_7 {*/
/*    padding: 12% 3%;*/
/*}*/

.hp_testimonials {
    margin-right: 0;
}

.hp_testimonials .testimonials_box .testimonials_card {
    padding: 20px;
    margin: 5px 15px;
    
}

.hp_testimonials .testimonials_box {
    width: 100%;
    padding: 15px;
}

.hp_feedback_tbox {
    padding-left: 12%;
    position: relative;
    margin-bottom: 3%;
}

}


/*Panel*/

.hp_panel {
    padding: 3% 9% 1%;
}

.hp_panel .row {
    justify-content: center;
}

.hp_panel_tbox {

    padding-left: 3%;
    position: relative;
    margin-bottom: 5%;
    text-align: center;
}

.hp_panel_tbox:before {
    position: absolute;
    content: "";
    top: 12%;
    bottom: 0;
    margin: auto 0;
    left: 33.5%;
    background-image: url(https://cdn1.npcdn.net/img/1742350693element-02.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 2vw;
    height: 2vw;

}

.hp_panel_title {
    font-size: 2vw;
    font-weight: 600;
}

.hp_panel_ibox {
    margin-bottom: 27%;
}


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

.hp_panel_tbox:before {
 
    top: 12%;

    left: 34.5%;

    width: 2.5vw;
    height: 2.5vw;

}

.hp_panel_tbox {
    padding-left: 11%;
   
}

.hp_panel {
    padding: 3% 6% 1%;
}

}

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

.hp_panel_tbox:before {
 
    top: 12%;

    left: 2%;

    width: 7vw;
    height: 7vw;

}

.hp_panel_tbox {
    padding-left: 12%;
    margin-bottom: 12%;
   
}

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

}

/*Location*/

.hp_location {
    padding: 6% 9% 5%;
}

.hp_location_tbox {

    padding-left: 12%;
    position: relative;

  
}

.hp_location_tbox:before {
    position: absolute;
    content: "";
    top: 6%;
    left: 0%;
    background-image: url(https://cdn1.npcdn.net/img/1742350693element-02.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 2vw;
    height: 2vw;

}

.hp_location_bbox {

    margin-top: 6%;

  
}

.hp_location .col-12.col-md-4 {
    padding: 0 20px;
}

.hp_location_box {
    padding: 6% 7% 9%;
    transition: 0.3s;
    border-bottom: 1.5px solid rgba(0,0,0,0.1);
}

.hp_location_box:hover {
    background: #ecfafd;
}

.hp_location_title {
    font-size: 2vw;
    font-weight: 600;
}

.hp_location_item1 {
    color: black;
    font-size: 1.55vw;
    font-weight: 600;
}

.hp_location_item2 {
    color: #333;
    font-size: 0.9vw;
    font-weight: 400;
}

.hp_location_link {
    font-weight: 200;
    background: black;
    padding: 0.6vw 1.5vw 0.6vw 1.5vw;
    font-size: 0.9vw;
    color: white;
    transition: 0.3s;
}

.hp_location_link:hover {
   
    background: #009fe5;
    text-decoration: none;
    color: white;
}

.hp_location_link span {
    padding-left: 4%;
    font-weight: 600;
}


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

.hp_location_tbox:before {
    
    top: 6%;
    left: 0%;

    width: 2.5vw;
    height: 2.5vw;

}

.hp_location_tbox {
    padding-left: 15%;
    
}

.hp_location_item1 {
  
    font-size: 2.05vw;
  
}

.hp_location_item2 {
    
    font-size: 1.4vw;
  
}

.hp_location_item2 br {
    
    display: none;
  
}

.hp_location_link {
  
    padding: 0.9vw 2vw 0.9vw 2vw;
    font-size: 1.4vw;

}

.hp_location .col-12.col-md-4 {
    padding: 0 15px;
}

.hp_location_bbox {
    margin-top: 9%;
}

}



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

.hp_location_tbox:before {
    
    top: 6%;
    left: 0%;

    width: 7vw;
    height: 7vw;

}

.hp_location_tbox {
    padding-left: 12%;
    
}

.hp_location_item1 {
  
    font-size: 6vw;
  
}

.hp_location_item2 {
    
    font-size: 4vw;
  
}



.hp_location_link {
  
    padding: 2vw 6vw 2vw 6vw;
    font-size: 4vw;

}

.hp_location .col-12.col-md-4 {
    padding: 0 15px;
    margin-bottom: 7%;
}

.hp_location_bbox {
    margin-top: 9%;
}

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

}

/*Footer*/

.footerListServices {
    background-color: #ecfafd;
    color: #333;
    padding-top: 2.5rem;
    padding-bottom: 0.5rem;
    font-size: 13px;
    position: relative;
}

.footerListServices:before {
    position: absolute;
    content: "";
    background-image: linear-gradient(to right, #3667b2, #167cbf, #008fc9, #00a2ce, #2bb4d1);
    bottom: 0%;
    left: 0%;
    width: 100%;
    height: 23%;
    border-radius: 30px 30px 0 0;
 
}

.footerListServices a {
    color: #333;
  
}

.footerListServices .col-12.col-md-4.mb-1.mb-md-0.p-3.a p {
    padding-right: 1%;
}

.footerListServices .input-container {
    position: relative;
    height: 3rem;
    background: white;
}

.footerListServices .title h5 {
    
    color: #246392;
}

.footerListServices .input-container input, .footerListServices .input-container label {
 
    color: #333;
    font-size: 12px;
    padding-left: 12px;
}

.footerListServices .input-container .submit {
  
    background-color: #019fe6;
   
    color: white;
 
    padding: 15px;
}

.footerListServices .logo img {
    
    max-height: 80px;
}

.footerListServices .col-12.col-md-4.mb-1.mb-md-0.p-3.a .title {
    min-height: 80px;
  
}

.footerListServices .title {
    min-height: 30px;
    margin-bottom: 1.5rem;
}


.footerListServices .title:before {
    position: absolute;
    content: "";
    background: black;
    opacity: 0.2;
    bottom: -36%;
    left: 0%;
    width: 50px;
    height: 1px;
 
}

.footerListServices .col-12.col-md-2.mb-1.mb-md-0.p-3.b .list-unstyled li:nth-child(7) {
    display: none;
}


.footerListServices .col-12.col-md-3.mb-1.mb-md-0.p-3.d .title:before {
    display: none;
 
}

.footerListServices .line {
 
    margin-top: 9%;
    background-color: transparent;
}

.footerListServices .fas.fa-envelope {
    font-size: 22px;
}

.footerListServices .input-container .submit {
    background-color: #019fe6;
    color: white;
    padding: 12px 10px;
}

.footerListServices .copy_right.text-left {
    color: white;
}

.footerListServices .copy_right.text-left a {
    color: white;
}


@media screen and (max-width: 1200.5px){
.footerListServices .title h5 {
   
    font-size: 18px;
}

.footerListServices .input-container input, .footerListServices .input-container label {
    
    font-size: 11.5px;
    padding-left: 5px;
}

}


@media screen and (max-width: 767.5px){
.footerListServices .col-12.col-md-4.mb-1.mb-md-0.p-3.a p {
    padding-right: 0;
}

.footerListServices:before {
  
    height: 15%;
   
}

}
