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

a {
    text-decoration: none !important;
}

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

/*topspace*/

.industry_topContact {
    background-color: #000;
    height: 4vw;
}

.industry_topContactContent a {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
}

.industry_topContactContent {
    display: flex;
    justify-content: flex-start;
    padding: 1.1vw 0;
    padding-left: 9vw;
}

.industry_topContactText {
    font-size: 17px;
    font-weight: 500;
    font-style: italic;
    color: #fff;
    letter-spacing: 1px;
}

.industry_topContactText a:hover {
    color: #fff;
}

.industry_topContact .icon-img {
    width: 18px;              
    height: 18px;
    vertical-align: middle;   
    margin-right: 8px;       
    display: inline-block;
    object-fit: contain;     
}

@media screen and (max-width: 1200.5px) {
    .industry_topContactText {
        font-size: 15px;
        font-weight: 500;
        font-style: italic;
        color: #fff;
        letter-spacing: 1px;
    }
    
    .industry_topContactContent {
        display: flex;
        justify-content: flex-start;
        padding: 0.5vw 0;
        padding-left: 9vw;
    }
}

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

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

/*hp_top*/

.hp_top_ul {
    display: flex;
    list-style-type: none;
    padding: 0;
    /* position: fixed; */
    position: relative;
    z-index: 1001;
    top: 0px;
    right: 7.5%;
    gap: 1vw;
}

.hp_top_ul li{
    margin-right:0.7vw;
}

.hp_top_icon{
    width:30px;
    object-fit: contain;
    transition:0.25s all linear;
}

.hp_top_icon:hover{
    transform:scale(0.95);
}

.hp_top_sticky-menu{
    top:29px;
    animation: 1s fadeInDown, 2s blinker;
}

@keyframes blinker{
    0%{opacity:0;}
    100%{opacity:1}
}

.industry_topContactContent {
	gap: 20px;
}

.contact-divider {
    width: 815px;
    height: 1px;
    background-color: #fff;
    margin-left: -5.5vw;
}

@media screen and (max-width: 1300.5px){
    .industry_topContactContent {
        display: flex;
        justify-content: flex-start;
        padding: 0.8vw 0;
        padding-left: 9vw;
    }
}

@media screen and (max-width: 1200.5px){
    .hp_top_icon {
        width: 23px;
        object-fit: contain;
        transition: 0.25s all linear;
    }
    
    .hp_top_ul {
        display: flex;
        list-style-type: none;
        padding: 0;
        /* position: fixed; */
        position: relative;
        z-index: 1001;
        top: -4px;
        right: 5%;
        gap: 1vw;
    }
}

@media all and (max-width: 992px) { 
    .industry_topContact {
        display: none;
    }
}

/*topspace*/

.topspace {
    position: fixed;
    z-index: 9999;
    z-index: 0;
    right: calc(25% - 133px - 2vw);
    top: 14px;
}

.topspace form {
    background: transparent;
    border: 1px solid #fff;
    line-height: 30px;
    border-radius: 35px;
    overflow: hidden;
    width: 230px;
}

.topspace input {
    border-radius: 35px;
    border: 0px solid #fff;
    width: 100%;
    padding-left: 12px;
    padding-right: 50px;
    color: #fff;
    background: transparent;
}

.topspace button{
    background: transparent;
    border: 1px solid #fff;
    border-left: unset;
    padding: 1px 15px;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0px 25px 25px 0px;
}

.topspace .fas.fa-search{
    color: #fff;
}

#search_name_nav::placeholder {
    font-weight: 500;   
    color: #fff;       
}

@media screen and (max-width: 1300.5px){
    .topspace {
        position: fixed;
        z-index: 9999;
        z-index: 0;
        right: calc(25% - 120px - 2vw);
        top: 6px;
    }
}

@media screen and (max-width: 1200.5px){
    .topspace form {
        background: transparent;
        border: 1px solid #fff;
        line-height: 25px;
        border-radius: 35px;
        overflow: hidden;
        width: 200px;
    }
}

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

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

/*nav*/

.navbar_type8 {
    height: 120px;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    transition: all 0.25s ease-in-out;
    padding: 0 7%;
}

#main_index .navbar_type8 {
    border-bottom: none;
}

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

.navbar_type8 .logo {
    margin-left: 2vw;
    flex: 0 1 20%;
}

.navbar_type8 .nav_tab {
    padding-right: 0.5vw;
    flex: 0 1 100%;
    gap: .7vw;
}

.navbar_type8 .nav_tab .nav_item {
    text-transform: unset;
    padding: 7px 0;
}

.navbar_type8 .logo img {
    width: 100%;
    padding: 8px;
    object-position: left;
    left: 0.2vw;
    transition: all 0.25s ease-in-out;
}

.navbar_type8.dark_nav .logo img {
    padding: 5px 0;
}

.navbar_type8 .nav_tab .nav_item a {
    font-size: 17px;
    font-weight: 800;
    color: #000;
    padding: 8px 0.5vw;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: all 0.35s ease-in-out;
}

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

.navbar_type8 .nav_tab .nav_item::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 95%;
    bottom: 0;
    width: 0;
    height: 4px;
    border-radius: 25px;
    background: #f8901f;
    border-bottom: 4px solid #f8901f;
    transform: translateX(-50%);
    transition: all 0.35s ease-in-out;
    z-index: -1;
}

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

@media screen and (max-width: 1300.5px){
    .navbar_type8 .nav_tab .nav_item a {
        font-size: 12px;
        font-weight: 800;
        color: #000;
        padding: 8px 0.5vw;
        letter-spacing: 1px;
        text-transform: uppercase;
        transition: all 0.35s ease-in-out;
    }
}

@media screen and (max-width: 1200.5px){
    .navbar_type8 .nav_tab .nav_item a {
        font-size: 1vw;
        font-weight: 800;
        color: #000;
        padding: 8px 0.5vw;
        letter-spacing: 1px;
        text-transform: uppercase;
        transition: all 0.35s ease-in-out;
    }
}

@media screen and (max-width: 992.5px){
    .navbar_mobile {
        flex-basis: auto;
        background-color: #fff;
        width: auto;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        color: #f8901f;
        align-items: center;
        justify-content: flex-end;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        height: 80px;
    }
}

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

/*hp_banner*/

.banner_content{
    overflow: hidden;
    opacity: 1!important;
}

.n_bannerContainer {
    position: relative;
    width: 100%;
    height: 100%;
}

.n_bannerGroup {
    position: relative;
    width: 100%;
    height: 100%;
    opacity: 1 !important;
}

.n_bannerInnerGroup {
    position: absolute;
    top: 23vw;
    left: 17.5vw;
    transform: translate(-20%, -50%);
    width: 40%;
}

html:lang(zh) .n_bannerInnerGroup {
    position: absolute;
    top: 23vw;
    left: 15.5vw;
    transform: translate(-20%, -50%);
    width: 31%;
}

.n_bannerSubtitle {
    font-size: 16px;
    font-weight: 500;
    color: #f8901f;
    line-height: 1.2;
    margin-top: 0vw;
    letter-spacing: 2px;
}

.n_bannerTitle {
    font-family: "Baskervville", serif;
    font-size: 39px;
    font-weight: 500;
    color: #fff;
    line-height: 1.2;
    margin-top: 0vw;
    padding: 1.5vw 5vw 1vw 0vw;
}

.hp_banner_content {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    line-height: 1.8;
    padding: 0.5vw 12vw 0vw 0vw;
}

.n_bannerViewMore {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background: #f8901f;
    border-radius: 0px 20px 0px 0px;
    text-align: center;
    padding: 0%;
    height: 2.6vw;
    width: 10vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s all linear;
    margin-top: 2vw;
}

.n_bannerViewMore:hover {
    color: #fff;
    background: #000;
    text-decoration: none;
}

.n_bannerViewMore {
    position: relative;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    /*border: none;*/
    outline: none;
    overflow: hidden;
}

.n_bannerViewMore:hover {
    transform: scale(1.05);
}

.n_bannerViewMore:active {
    transform: scale(0.85);
}

.n_bannerViewMore:hover::before {
    animation: shine 1.5s ease-out infinite;
}

.n_bannerViewMore::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
    );
    top: 0;
    left: -100px;
    opacity: 0.6;
}

@keyframes shine {
  0% {
    left: -100px;
  }

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}

.n_bannerViewMore img.arrow-icon {
    margin-left: 12px !important;
    width: 12px !important;
    height: auto !important;
    display: inline-block !important;
    transition: transform 0.3s ease;
}

.n_bannerViewMore:hover img.arrow-icon {
    animation: swing 1s;
}

.n_bannerImg {
    position: absolute;
    width: 55%;
    top: 4vw;
    right: 6vw;
    z-index: 0;
    overflow: hidden !important;
}

.n_bannerImg2 {
    position: absolute;
    width: 55%;
    top: 1vw;
    right: 6vw;
    z-index: 0;
    overflow: hidden !important;
}

@media screen and (max-width: 1300.5px){
    .n_bannerTitle {
        font-family: "Baskervville", serif;
        font-size: 35px;
        font-weight: 500;
        color: #fff;
        line-height: 1.2;
        margin-top: 0vw;
        padding: 1.5vw 5vw 1vw 0vw;
    }
    
    .n_bannerViewMore {
        font-size: 14px;
        font-weight: 500;
        color: #fff;
        background: #f8901f;
        border-radius: 0px 20px 0px 0px;
        text-align: center;
        padding: 0%;
        height: 3vw;
        width: 13vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 2vw;
    }
    
    .n_bannerImg2 {
        position: absolute;
        width: 48%;
        top: 3vw;
        right: 6vw;
        z-index: 0;
        overflow: hidden !important;
    }
    
    html:lang(zh) .n_bannerInnerGroup {
        position: absolute;
        top: 23vw;
        left: 15.5vw;
        transform: translate(-20%, -50%);
        width: 40%;
    }
}

@media screen and (max-width: 1200.5px){
    .n_bannerTitle {
        font-family: "Baskervville", serif;
        font-size: 25px;
        font-weight: 500;
        color: #fff;
        line-height: 1.2;
        margin-top: 0vw;
        padding: 1.5vw 5vw 1vw 0vw;
    }
    
    .n_bannerSubtitle {
        font-size: 14px;
        font-weight: 500;
        color: #f8901f;
        line-height: 1.2;
        margin-top: 0vw;
        letter-spacing: 2px;
    }
    
    .n_bannerViewMore {
        font-size: 14px;
        font-weight: 500;
        color: #fff;
        background: #f8901f;
        border-radius: 0px 20px 0px 0px;
        text-align: center;
        padding: 0%;
        height: 4vw;
        width: 15vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 2vw;
    }
    
    .n_bannerImg2 {
        position: absolute;
        width: 48%;
        top: 3vw;
        right: 6vw;
        z-index: 0;
        overflow: hidden !important;
    }
}

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

@media screen and (max-width: 767.5px){
    .n_bannerTitle {
        font-family: "Baskervville", serif;
        font-size: 20px;
        font-weight: 500;
        color: #fff;
        line-height: 1.2;
        margin-top: 0vw;
        padding: 1.5vw 5vw 1vw 0vw;
    }
    
    .n_bannerViewMore {
        font-size: 14px;
        font-weight: 500;
        color: #fff;
        background: #f8901f;
        border-radius: 0px 20px 0px 0px;
        text-align: center;
        padding: 0%;
        height: 8vw;
        width: 38vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 2vw;
    }
    
    .n_bannerInnerGroup {
        position: absolute;
        top: 26vw;
        left: 26.5vw;
        transform: translate(-20%, -50%);
        width: 85%;
    }
    
    html:lang(zh) .n_bannerInnerGroup {
        position: absolute;
        top: 26vw;
        left: 26.5vw;
        transform: translate(-20%, -50%);
        width: 85%;
    }
    
    .hp_banner_content {
        font-size: 14px;
        font-weight: 400;
        color: #fff;
        line-height: 1.8;
        padding: 0.5vw 1vw 0vw 
    }
    
    .n_bannerImg {
        position: absolute;
        width: 60%;
        top: 48vw;
        right: 11vw;
        z-index: 0;
        overflow: hidden !important;
    }
    
    .n_bannerImg2 {
        position: absolute;
        width: 60%;
        top: 48vw;
        right: 11vw;
        z-index: 0;
        overflow: hidden !important;
    }
}

@media screen and (max-width: 426px){
    .n_bannerTitle {
        font-family: "Baskervville", serif;
        font-size: 20px;
        font-weight: 500;
        color: #fff;
        line-height: 1.2;
        margin-top: 0vw;
        padding: 1.5vw 5vw 1vw 0vw;
    }
    
    .n_bannerSubtitle {
        font-size: 12px;
        font-weight: 500;
        color: #f8901f;
        line-height: 1.2;
        margin-top: 0vw;
        letter-spacing: 2px;
    }
    
    .n_bannerViewMore {
        font-size: 14px;
        font-weight: 500;
        color: #fff;
        background: #f8901f;
        border-radius: 0px 20px 0px 0px;
        text-align: center;
        padding: 0%;
        height: 8.5vw;
        width: 42vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 3vw;
    }
    
    .n_bannerInnerGroup {
        position: absolute;
        top: 29vw;
        left: 26.5vw;
        transform: translate(-20%, -50%);
        width: 93%;
    }
    
    .hp_banner_content {
        font-size: 12px;
        font-weight: 400;
        color: #fff;
        line-height: 1.8;
        padding: 0.5vw 1vw 0vw 
    }
    
    .n_bannerImg {
        position: absolute;
        width: 70%;
        top: 58vw;
        right: 11vw;
        z-index: 0;
        overflow: hidden !important;
    }
    
    .n_bannerImg2 {
        position: absolute;
        width: 70%;
        top: 58vw;
        right: 11vw;
        z-index: 0;
        overflow: hidden !important;
    }
}

/*hp_tag*/

.index_wrapper_3 {
    position: relative;
    width: 81%;
    margin: 0 auto;
}

.hp_tag {
    padding: 1vw 1vw 1vw 1vw;
    background: linear-gradient(90deg, #f8901f, #ffbd59);
    border-radius: 0px 30px 0px 0px;
    margin-top: -3vw;
    position: relative;
}

.tagBorder {
    padding: 0 8px;
}

.n_featureBox {
    background-color: transparent;
    padding: 2vw 1vw 1vw 1vw;
    /*text-align: center;*/
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
    position: relative;
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.n_featureBox:hover {
    transform: translateY(-5px);
}

.tagBorder:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 20%;
    height: 60%;
    width: 1px;
    background-color: #fff;
}

.n_featureIcon img {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.n_featureTitle {
    font-size: 19px;
    font-weight: 600;
    color: #fff;
    /* margin-top: 2.5vw; */
    margin-bottom: 0vw !important;
}

.n_featureText {
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    line-height: 1.4;
    margin-top: 0.5vw;
}

.n_featureBox:hover .n_featureIcon img {
    animation: iconRotate 0.6s ease;
}

@keyframes iconRotate {
    0% {
        transform: rotate(0deg) scale(1);
    }
    50% {
        transform: rotate(15deg) scale(1.1);
    }
    100% {
        transform: rotate(0deg) scale(1);
    }
}

@media screen and (max-width: 1200.5px){
    .n_featureIcon img {
        width: 38px;
        height: 38px;
        object-fit: contain;
    }
    
    .n_featureTitle {
        font-size: 15px;
        font-weight: 600;
        color: #fff;
        /* margin-top: 2.5vw; */
        margin-bottom: 0vw !important;
    }
    
    .n_featureText {
        font-size: 12px;
        font-weight: 300;
        color: #fff;
        line-height: 1.4;
        margin-top: 0.5vw;
    }
    
    .index_wrapper_3 {
        position: relative;
        width: 91%;
        margin: 0 auto;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_tag {
        padding: 2vw 3vw 2vw 3vw;
        background: linear-gradient(90deg, #f8901f, #ffbd59);
        border-radius: 0px 30px 0px 0px;
        margin-top: 8vw;
        position: relative;
    }
    
    .tagBorder:not(:last-child)::after {
        content: "";
        position: absolute;
        right: 0;
        top: 20%;
        height: 60%;
        width: 1px;
        background-color: #fff;
        display: none;
    }
    
    .index_wrapper_3 {
        position: relative;
        width: 85%;
        margin: 0 auto;
    }
    
}

/*hp_about*/

.hp_about {
    padding: 6.5vw 0vw 6.5vw 8.5vw;
    position: relative;
    z-index: 1;
}

.about_title {
    padding: 2.5vw 0vw 0vw 0vw;
}

.hp_about .title_small {
    font-size: 17px;
    font-weight: 500;
    color: #f8901f;
    line-height: 1.2;
    position: relative;
    margin-top: 1vw;
    margin-bottom: 0.5vw;
    /* padding: 0vw 9.5vw 0vw 0vw; */
    letter-spacing: 2px;
}

.hp_about .title_big {
    font-family: "Baskervville", serif;
    font-size: 38px;
    font-weight: 600;
    color: #000;
    line-height: 1.2;
    position: relative;
    margin-bottom: 0vw;
    position: relative;
    padding: 0vw 5vw 0vw 0vw;
}

.hp_about .title_big::after {
    content: "";
    display: block;
    width: 55%;
    height: 2px;
    margin-top: 32px;
    background: linear-gradient(135deg, #f8901f, #ffbd59);
}

.hp_about .hp_keyword {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    line-height: 1.7;
    padding: 2.5vw 3vw 2.5vw 0vw;
}

.n_aboutViewMore {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background: #f8901f;
    border-radius: 0px 20px 0px 0px;
    text-align: center;
    padding: 0%;
    height: 2.6vw;
    width: 9vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s all linear;
    margin-top: 1vw;
}

.n_aboutViewMore:hover {
    color: #fff;
    background: #000;
    text-decoration: none;
}

.n_aboutViewMore {
    position: relative;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    /*border: none;*/
    outline: none;
    overflow: hidden;
}

.n_aboutViewMore:hover {
    transform: scale(1.05);
}

.n_aboutViewMore:active {
    transform: scale(0.85);
}

.n_aboutViewMore:hover::before {
    animation: shine 1.5s ease-out infinite;
}

.n_aboutViewMore::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
    );
    top: 0;
    left: -100px;
    opacity: 0.6;
}

@keyframes shine {
  0% {
    left: -100px;
  }

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}

.n_aboutViewMore img.arrow-icon {
    margin-left: 12px !important;
    width: 12px !important;
    height: auto !important;
    display: inline-block !important;
    transition: transform 0.3s ease;
}

.n_aboutViewMore:hover img.arrow-icon {
    animation: swing 1s;
    filter: brightness(0) invert(1);
}

.hp_about_img {
    width: 104%;
    max-width: 150%;
    margin-top: 0.5vw;
    margin-left: -1vw;
}

.hp_about_img {
    position: relative; 
}

.stat-box {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 16px;

    padding: 18px 28px;
    border-radius: 25px;

    background:
        linear-gradient(#fff, #fff) padding-box,
        linear-gradient(135deg, #f8901f, #ffbd59) border-box;

    border: 3px solid transparent;

    box-shadow: 0 12px 30px rgba(0,0,0,0.15);
}

.stat-value {
    font-family: "Baskervville", serif;
    font-size: 51px;
    font-weight: 600;
    color: #111;
    line-height: 1;
    margin-top: -16px;
}

.stat-value2 {
    font-family: "Baskervville", serif;
    font-size: 51px;
    font-weight: 600;
    color: #111;
    line-height: 1;
    margin-top: -16px;
    margin-right: -12px;
}

.stat-value3 {
    font-family: "Baskervville", serif;
    font-size: 51px;
    font-weight: 600;
    color: #111;
    line-height: 1;
    margin-top: -3px;
}

.stat-text {
    font-size: 14px;
    color: #555;
    line-height: 1.4;
}

.about_stat {
    font-size: 19px;
    font-weight: 800;
    color: #000;
    line-height: 1.4;
}

.about_text {
    font-size: 12px;
    font-weight: 700;
    color: #555;
    line-height: 1.4;
}

/*.stat-1 {*/
/*    top: 18%;*/
/*    right: 5%;*/
/*}*/

.stat-1 {
    top: 33%;
    right: 9%;
    width: 37%;
    display: flex;
    justify-content: flex-end;
}

.stat-2 {
    top: 53%;
    right: 9%;
    width: 37%;
    display: flex;
    justify-content: flex-end;
}

.stat-3 {
    top: 73%;
    right: 9%;
    width: 37%;
    display: flex;
    justify-content: flex-end;
}

@media screen and (max-width: 1200.5px){
    .hp_about .title_big {
        font-family: "Baskervville", serif;
        font-size: 25px;
        font-weight: 600;
        color: #000;
        line-height: 1.2;
        position: relative;
        margin-bottom: 0vw;
        position: relative;
        padding: 0vw 5vw 0vw 0vw;
    }
    
    .n_aboutViewMore {
        font-size: 14px;
        font-weight: 500;
        color: #fff;
        background: #f8901f;
        border-radius: 0px 20px 0px 0px;
        text-align: center;
        padding: 0%;
        height: 3vw;
        width: 20vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 1vw;
    }
    
    .stat-value {
        font-family: "Baskervville", serif;
        font-size: 31px;
        font-weight: 600;
        color: #111;
        line-height: 1;
        margin-top: -16px;
    }
    
    .stat-value2 {
        font-family: "Baskervville", serif;
        font-size: 31px;
        font-weight: 600;
        color: #111;
        line-height: 1;
        margin-top: -16px;
        margin-right: -12px;
    }
    
    .stat-value3 {
        font-family: "Baskervville", serif;
        font-size: 31px;
        font-weight: 600;
        color: #111;
        line-height: 1;
        margin-top: -3px;
    }
    
    .stat-box {
        position: absolute;
        display: flex;
        align-items: center;
        gap: 16px;
        padding: 18px 15px;
        border-radius: 25px;
        background: linear-gradient(#fff, #fff) padding-box, linear-gradient(135deg, #f8901f, #ffbd59) border-box;
        border: 3px solid transparent;
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
    }
    
    .about_stat {
        font-size: 14px;
        font-weight: 800;
        color: #000;
        line-height: 1.4;
    }
    
    .about_text {
        font-size: 10px;
        font-weight: 700;
        color: #555;
        line-height: 1.4;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_about {
        padding: 6vw 5vw 6vw 5vw;
        position: relative;
        z-index: 1;
    }
    
    .n_aboutViewMore {
        font-size: 14px;
        font-weight: 500;
        color: #fff;
        background: #f8901f;
        border-radius: 0px 20px 0px 0px;
        text-align: center;
        padding: 0%;
        height: 8vw;
        width: 35vw;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 1vw;
    }
    
    .hp_about_img {
        width: 100%;
        max-width: 150%;
        margin-top: 5vw;
        margin-left: 0vw;
    }
    
    .stat-box {
        position: absolute;
        display: flex;
        align-items: center;
        gap: 6px;
    
        padding: 18px 10px;
        border-radius: 25px;
    
        background:
            linear-gradient(#fff, #fff) padding-box,
            linear-gradient(135deg, #f8901f, #ffbd59) border-box;
    
        border: 3px solid transparent;
    
        box-shadow: 0 12px 30px rgba(0,0,0,0.15);
    }
    
    .stat-value {
        font-family: "Baskervville", serif;
        font-size: 20px;
        font-weight: 600;
        color: #111;
        line-height: 1;
        margin-top: -16px;
    }
    
    .stat-value2 {
        font-family: "Baskervville", serif;
        font-size: 20px;
        font-weight: 600;
        color: #111;
        line-height: 1;
        margin-top: -16px;
        margin-right: -12px;
    }
    
    .stat-value3 {
        font-family: "Baskervville", serif;
        font-size: 20px;
        font-weight: 600;
        color: #111;
        line-height: 1;
        margin-top: -3px;
    }
    
    .stat-text {
        font-size: 12px;
        color: #555;
        line-height: 1.4;
    }
    
    .about_stat {
        font-size: 13px;
        font-weight: 800;
        color: #000;
        line-height: 1.4;
    }
    
    .about_text {
        font-size: 10px;
        font-weight: 700;
        color: #555;
        line-height: 1.4;
    }
    
    /*.stat-1 {*/
    /*    top: 18%;*/
    /*    right: 5%;*/
    /*}*/
    
    .stat-1 {
        top: 8%;
        right: 9%;
        width: 51%;
        display: flex;
        justify-content: flex-end;
    }
    
    .stat-2 {
        top: 38%;
        right: 9%;
        width: 51%;
        display: flex;
        justify-content: flex-end;
    }
    
    .stat-3 {
        top: 68%;
        right: 9%;
        width: 51%;
        display: flex;
        justify-content: flex-end;
    }
    
    .stat-value2 {
        font-family: "Baskervville", serif;
        font-size: 20px;
        font-weight: 600;
        color: #111;
        line-height: 1;
        margin-top: -16px;
        margin-right: -4px;
    }
    
    .hp_about .title_big::after {
        content: "";
        display: block;
        width: 55%;
        height: 2px;
        margin-top: 3px;
        background: linear-gradient(135deg, #f8901f, #ffbd59);
    }
}

/*hp_services*/

.index_wrapper_5 {
    position: relative;
    padding: 0vw 0vw 6vw 0vw;
    z-index: 1;
}

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

.hp_services {
    padding: 3.5vw 5.5vw 1vw 14vw;
    position: relative;
    z-index: 1;
}

.hp_services .title_small {
    font-size: 17px;
    font-weight: 500;
    color: #f8901f;
    line-height: 1.2;
    position: relative;
    margin-top: 1vw;
    margin-bottom: 2vw;
    letter-spacing: 2px;
}

.hp_services .title_big {
    font-family: "Baskervville", serif;
    font-size: 38px;
    font-weight: 600;
    color: #000;
    line-height: 1.2;
    position: relative;
    margin-bottom: 0vw;
    position: relative;
}

/*services*/

.ex_hpservice_slide {
    margin-block: 10px;
    background-color: transparent;
    padding: 0vw 0vw 0vw 14vw;
    margin-left: 1vw;
}

#main_index .ex_hpservice_slide .container, #main_index .ex_hpservice_slide .container-lg, #main_index .ex_hpservice_slide .container-md, #main_index .ex_hpservice_slide .container-sm, #main_index .ex_hpservice_slide .container-xl {
    max-width: 1240px;
    width: 100%;
    max-width: 150%;
}   

.ex_hpservice_slide .slick-dotted.slick-slider {
    margin-bottom: 30px;
    padding: 0px;
}

.ex_hpservice_slide .services-content .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.65) 0%,
        rgba(0, 0, 0, 0.4) 40%,
        rgba(0, 0, 0, 0) 70%
    );
}

.ex_hpservice_slide .services-content .overlay::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8px;
    background: linear-gradient(90deg, #f8901f, #ffbd59);
    z-index: 1;
    transition: height 0.3s ease; 
}

.ex_hpservice_slide .services-content:hover .overlay::after {
    height: 40px;
}

.ex_hpservice_slide .services-text {
    opacity: 1;
    position: absolute;
    top: 96%;
    width: 100%;
    text-align: center;
    padding: 0 10%;
    z-index: 500;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
}

.ex_hpservice_slide .service_btn {
    position: relative;
    padding: 10px 30px;
    background: transparent;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 0.1em;
    margin-top: -20px;
    display: inline-block;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s ease;
}

.ex_hpservice_slide .services-text h3.title {
    text-transform: capitalize;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    transition: transform 0.3s ease;
}

.ex_hpservice_slide .services-content:hover .service_btn {
    opacity: 1;
    transform: translateY(0);
}

.ex_hpservice_slide .services-content:hover .services-text h3.title {
    transform: translateY(-45px);
}

.ex_hpservice_slide p {
    margin-top: 0;
    margin-bottom: 1rem;
    transition: transform 0.3s ease;
}

.ex_hpservice_slide:hover p {
    margin-top: -2.5vw;
}

.ex_hpservice_slide .services-text h3.title:after {
    content: '';
    background-color: #fff;
    width: 85px;
    height: 4px;
    display: block;
    margin: 15px auto;
    display: none !important;
}

.ex_hpservice_slide .fa-chevron-left:before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(https://cdn1.npcdn.net/img/1767687219arrow-left.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    /*margin-top: 34vw;*/
    /*margin-left: 70vw;*/
    transform: translate(70vw, 17vw);
}

.ex_hpservice_slide .fa-chevron-right:before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(https://cdn1.npcdn.net/img/1767687226arrow-right.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 34vw;
    /* margin-right: 8vw; */
    transform: translate(-8vw, 0vw);
}

#main_index .ex_hpservice_slide .service_btn .fa-chevron-right {
    display: none;
}

#main_index .ex_hpservice_slide .slick-dots {
    position: relative;
    /*z-index: 1;*/
}

#main_index .ex_hpservice_slide .slick-dots {
    position: absolute;
    bottom: -80px;
    left: -14vw;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

#main_index .ex_hpservice_slide .slick-dots li {
    width: 60px;
    height: 4px;
}

#main_index .ex_hpservice_slide .slick-dots li button {
    width: 160px;
    height: 4px;
}

#main_index .ex_hpservice_slide .slick-dots li button:before {
    width: 210px;
    height: 3px;
    border-radius: 0px;
    content: "";
    background: #555;
}

#main_index .ex_hpservice_slide .slick-dots li.slick-active button:before {
    opacity: 1;
    background: linear-gradient(90deg, #f8901f, #ffbd59);
}

#main_index .ex_hpservice_slide .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 95px;
    padding: 0;
    cursor: pointer;
}

@media screen and (max-width: 1200.5px){
    .hp_services .title_big {
        font-family: "Baskervville", serif;
        font-size: 25px;
        font-weight: 600;
        color: #000;
        line-height: 1.2;
        position: relative;
        margin-bottom: 0vw;
        position: relative;
    }
    
    #main_index .ex_hpservice_slide .slick-dots li {
        width: 80px;
        height: 4px;
    }
    
    #main_index .ex_hpservice_slide .slick-dots li button {
        width: 80px;
        height: 4px;
    }
    
    #main_index .ex_hpservice_slide .slick-dots li button:before {
        width: 80px;
        height: 3px;
        border-radius: 0px;
        content: "";
        background: #555;
    }
    
    #main_index .ex_hpservice_slide .slick-dots li {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: 0 30px;
        padding: 0;
        cursor: pointer;
    }
    
    .ex_hpservice_slide .fa-chevron-left:before {
        content: "";
        display: inline-block;
        width: 30px;
        height: 30px;
        background-image: url(https://cdn1.npcdn.net/img/1767687219arrow-left.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        /*margin-top: 34vw;*/
        /*margin-left: 70vw;*/
        transform: translate(69vw, 25vw);
    }
    
    .ex_hpservice_slide .fa-chevron-right:before {
        content: "";
        display: inline-block;
        width: 30px;
        height: 30px;
        background-image: url(https://cdn1.npcdn.net/img/1767687226arrow-right.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        margin-top: 34vw;
        /* margin-right: 8vw; */
        transform: translate(-8vw, 8vw);
    }
    
    #main_index .ex_hpservice_slide .slick-dots {
        position: absolute;
        bottom: -71px;
        left: -8vw;
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: center;
    }

    .ex_hpservice_slide .services-text h3.title {
        text-transform: capitalize;
        color: #fff;
        font-size: 15px;
        font-weight: 600;
        transition: transform 0.3s ease;
    }
}

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

@media screen and (max-width: 767.5px){
    /*.ex_hpservice_slide .fa-chevron-left:before {*/
    /*    content: "";*/
    /*    display: inline-block;*/
    /*    width: 25px;*/
    /*    height: 25px;*/
    /*    background-image: url(https://cdn1.npcdn.net/img/1767687219arrow-left.png);*/
    /*    background-size: contain;*/
    /*    background-repeat: no-repeat;*/
    /*    background-position: center;*/
    /*    margin-top: 111vw;*/
    /*    margin-left: 63vw;*/
    /*}*/
    
    /*.ex_hpservice_slide .fa-chevron-right:before {*/
    /*    content: ""; */
    /*    display: inline-block;*/
    /*    width: 25px;  */
    /*    height: 25px;*/
    /*    background-image: url('https://cdn1.npcdn.net/img/1767687226arrow-right.png'); */
    /*    background-size: contain;*/
    /*    background-repeat: no-repeat;*/
    /*    background-position: center;*/
    /*    margin-top: 111vw;*/
    /*    margin-right: 8vw;*/
    /*}*/
    
    .ex_hpservice_slide .fa-chevron-left:before {
        content: "";
        display: inline-block;
        width: 30px;
        height: 30px;
        background-image: url(https://cdn1.npcdn.net/img/1767687219arrow-left.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        /* margin-top: 34vw; */
        /* margin-left: 70vw; */
        transform: translate(61vw, 55vw);
    }
    
    .ex_hpservice_slide .fa-chevron-right:before {
        content: "";
        display: inline-block;
        width: 30px;
        height: 30px;
        background-image: url(https://cdn1.npcdn.net/img/1767687226arrow-right.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        margin-top: 34vw;
        /* margin-right: 8vw; */
        transform: translate(-8vw, 38vw);
    }
    
    #main_index .ex_hpservice_slide .slick-dots {
        position: relative;
        /*z-index: 1;*/
    }
    
    #main_index .ex_hpservice_slide .slick-dots {
        position: absolute;
        bottom: -54px;
        left: -12vw;
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
        text-align: center;
    }
    
    #main_index .ex_hpservice_slide .slick-dots li {
        width: 30px;
        height: 4px;
    }
    
    #main_index .ex_hpservice_slide .slick-dots li button {
        width: 30px;
        height: 4px;
    }
    
    #main_index .ex_hpservice_slide .slick-dots li button:before {
        width: 30px;
        height: 3px;
        border-radius: 0px;
        content: "";
        background: #555;
    }
    
    #main_index .ex_hpservice_slide .slick-dots li {
        position: relative;
        display: inline-block;
        width: 20px;
        height: 20px;
        margin: 0 5px;
        padding: 0;
        cursor: pointer;
    }
    
    .ex_hpservice_slide:hover p {
        margin-top: -10vw;
    }
}

/*hp_why*/

.hp_why {
    padding: 9vw 8vw 5vw 8vw;
    position: relative;
    z-index: 1;
    background-image: url(https://cdn1.npcdn.net/img/1767665343e-step-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -5vw;
    z-index: 0;
}

.hp_why .title_small {
    font-size: 17px;
    font-weight: 500;
    color: #f8901f;
    line-height: 1.2;
    position: relative;
    margin-top: 1vw;
    margin-bottom: 0.5vw;
    letter-spacing: 2px;
}

.hp_why .title_big {
    font-family: "Baskervville", serif;
    font-size: 38px;
    font-weight: 600;
    color: #fff;
    line-height: 1.2;
    position: relative;
    margin-bottom: 5vw;
    position: relative;
}

.whyBorder {
    padding: 0px 0px;
}

.why_icon {
    width: 140px;
    margin-bottom: 0.5vw;
    text-align: center;
    margin: 0 auto;
    display: flex;
}

.why_box:hover .why_icon {
    animation: 1s swing;
}

.why_box:hover .why_icon {
    animation: swing 1s ease;
    animation-fill-mode: both;
}

.hp_why .subtitle_all {
    font-size: 19px;
    font-weight: 400;
    color: #fff;
    transition: color 0.3s ease-in-out;
    line-height: 1.3;
    margin-top: 1vw;
    margin-bottom: 0vw;
    text-align: center;
}

.hp_why .col-lg-2 {
    -ms-flex: 0 0 14.2857%;
    flex: 0 0 14.2857%;
    max-width: 14.2857%;
}

.team_row2 {
    margin-bottom: 7vw;
}

.team_row2 .col-md-2:nth-child(odd){
    transform: translate(0, 35%);
    animation: floatupdownodd 3s ease-in-out infinite;
}

.team_row2 .col-md-2:nth-child(even){
    animation: floatupdowneven 3s ease-in-out 1.5s infinite;    
}

@keyframes floatupdowneven {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-5px);
    }
}
@keyframes floatupdownodd {
    0%, 100% {
      transform: translateY(0)  translate(0, 22%);
    }
    50% {
      transform: translateY(-5px)  translate(0, 22%);
    }
}

.n_whyViewMore {
    font-size: 19px;
    font-weight: 500;
    color: #fff;
    background: linear-gradient(90deg, #f8901f, #ffbd59);
    text-align: center;
    padding: 0%;
    height: 2.6vw;
    width: 23.2%;
    border-radius: 0px 20px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s all linear;
    margin-top: 1vw;
    margin-left: -9vw;
    transform: translate(0px, 77px);
    z-index: 2;
}

.n_whyViewMore:hover {
    color: #fff;
    background: transparent;
    text-decoration: none;
}

.n_whyViewMore {
    position: relative;
    transition: all 0.3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    /*border: none;*/
    outline: none;
    overflow: hidden;
}

/*.n_whyViewMore:hover {*/
/*    transform: scale(1.05);*/
/*}*/

/*.n_whyViewMore:active {*/
/*    transform: scale(0.85);*/
/*}*/

/*.n_whyViewMore:hover::before {*/
/*    animation: shine 1.5s ease-out infinite;*/
/*}*/

/*.n_whyViewMore::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: 100px;*/
/*    height: 100%;*/
/*    background-image: linear-gradient(*/
/*    120deg,*/
/*    rgba(255, 255, 255, 0) 30%,*/
/*    rgba(255, 255, 255, 0.8),*/
/*    rgba(255, 255, 255, 0) 70%*/
/*    );*/
/*    top: 0;*/
/*    left: -100px;*/
/*    opacity: 0.6;*/
/*}*/

/*@keyframes shine {*/
/*  0% {*/
/*    left: -100px;*/
/*  }*/

/*  60% {*/
/*    left: 100%;*/
/*  }*/

/*  to {*/
/*    left: 100%;*/
/*  }*/
/*}*/

.n_whyViewMore img.arrow-icon {
    margin-left: 5px !important;
    width: 15px !important;
    height: auto !important;
    display: inline-block !important;
    transition: transform 0.3s ease;
}

.n_whyViewMore:hover img.arrow-icon {
    animation: swing 1s;
    filter: brightness(0) invert(1);
}

@media screen and (max-width: 1200.5px){
    .hp_why .title_big {
        font-family: "Baskervville", serif;
        font-size: 25px;
        font-weight: 600;
        color: #fff;
        line-height: 1.2;
        position: relative;
        margin-bottom: 5vw;
        position: relative;
    }
    
    .n_whyViewMore {
        font-size: 12px;
        font-weight: 500;
        color: #fff;
        background: linear-gradient(90deg, #f8901f, #ffbd59);
        text-align: center;
        padding: 0%;
        height: 2.6vw;
        width: 24.2%;
        border-radius: 0px 20px 0px 0px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 1vw;
        margin-left: -10vw;
        transform: translate(0px, 50px);
        z-index: 2;
    }
    
    .n_whyViewMore img.arrow-icon {
        margin-left: 5px !important;
        width: 11px !important;
        height: auto !important;
        display: inline-block !important;
        transition: transform 0.3s ease;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_why .col-lg-2 {
        -ms-flex: 0 0 14.2857%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    
    .team_row2 .col-md-2:nth-child(odd){
        transform: translate(0, 0%);
        animation: none !important;
    }
    
    .team_row2 .col-md-2:nth-child(even){
        animation: none !important;   
    }
    
    .why_icon {
        width: 100px;
        margin-bottom: 0.5vw;
        text-align: center;
        margin: 0 auto;
        display: flex;
    }

    .hp_why .subtitle_all {
        font-size: 15px;
        font-weight: 400;
        color: #fff;
        transition: color 0.3s ease-in-out;
        line-height: 1.3;
        margin-top: 4vw;
        margin-bottom: 4vw;
        text-align: center;
    }
}

/*hp_news*/

.index_wrapper_7 {
    position: relative;
}

.index_wrapper_7::before {
    content: "";
    position: absolute;
    top: -39px;
    left: 0;
    width: 19%;
    height: 70%;
    background: linear-gradient(90deg, #f8901f, #ffbd59);
    border-radius: 0px 20px 0px 0px;
    z-index: -1;
}

.hp_news {
    padding: 8vw 5.5vw 3vw 5.5vw;
    position: relative;
    z-index: 1;
}

.hp_news .title_small {
    font-size: 17px;
    font-weight: 500;
    color: #f8901f;
    line-height: 1.2;
    position: relative;
    margin-top: 1vw;
    margin-bottom: 0.5vw;
    letter-spacing: 2px;
}

.hp_news .title_big {
    font-family: "Baskervville", serif;
    font-size: 38px;
    font-weight: 600;
    color: #000;
    line-height: 1.2;
    position: relative;
    margin-bottom: 0vw;
    position: relative;
}

/*news*/

#main_index .latest_new_type4 {
    margin-bottom: 10px;
    padding: 0vw 10vw 0vw 10vw;
}

#main_index .latest_new_type4 .news_box {
    width: 100%;
    height: 100%;
    padding: 10px;
    background-color: transparent;
    position: relative;
    visibility: visible;
}

@media screen and (max-width: 1200.5px){
    .hp_news .title_big {
        font-family: "Baskervville", serif;
        font-size: 25px;
        font-weight: 600;
        color: #000;
        line-height: 1.2;
        position: relative;
        margin-bottom: 0vw;
        position: relative;
    }
}

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

@media screen and (max-width: 767.5px){
    .index_wrapper_7::before {
        content: "";
        position: absolute;
        top: -39px;
        left: 0;
        width: 19%;
        height: 70%;
        background: linear-gradient(90deg, #f8901f, #ffbd59);
        border-radius: 0px 20px 0px 0px;
        z-index: -1;
        display: none;
    }
}

/*hp_review*/

.hp_review {
    padding: 5vw 5.5vw 0vw 5.5vw;
    position: relative;
    z-index: 1;
}

.hp_review .title_small {
    font-size: 17px;
    font-weight: 500;
    color: #f8901f;
    line-height: 1.2;
    position: relative;
    margin-top: 1vw;
    margin-bottom: 0.5vw;
    letter-spacing: 2px;
}

.hp_review .title_big {
    font-family: "Baskervville", serif;
    font-size: 38px;
    font-weight: 600;
    color: #000;
    line-height: 1.2;
    position: relative;
    margin-bottom: 0vw;
    position: relative;
}

/*testimonial*/

#main_index .hp_testimonial_type4 .testimonial_box .testimonial_card .img img {
    width: 48%;
    height: 48%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#main_index .hp_testimonial_type4 .testimonial_box {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 15px 15px;
    border-radius: 15px;
    margin-top: 1vw !important;
}

#main_index .hp_testimonial_type4 .testimonial_box .testimonial_card {
    align-self: center;
    margin: 0 auto;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    width: 100%;
    padding: 10px;
    border: 2px solid #cdcaca;
    border-radius: 0px;
    background-color: transparent;
}

#main_index .hp_testimonial_type4 .testimonial_card .text_area {
    display: flex;
    flex-direction: column;   
    align-items: center;
}

#main_index .hp_testimonial_type4 .testimonial_box .testimonial_card .name {
    text-align: left;
    margin-top: -4vw;
    margin-bottom: 3vw;
    margin-left: 60px;
}

#main_index .hp_testimonial_type4 .testimonial_card i {
    order: 0;             
    font-size: 34px;
    color: #f8901f;
    text-align: center;
    margin-bottom: 20px;
    width: 100%;
    position: relative;    
}

#main_index .hp_testimonial_type4 .testimonial_box .testimonial_card .img {
    border-radius: 100%;
    box-shadow: 0 0 0px rgba(0, 0, 0, 0.1);
    width: 40%;
    padding-top: 40%;
    border: 0px solid #eee;
}

#main_index .hp_testimonial_type4 .testimonial_box .testimonial_card .name h6 {
    color: #000;
    font-weight: 600;
    margin-top: 2vw;
}

#main_index .hp_testimonial_type4 .testimonial_box .testimonial_card .img {
    order: 3;
    position: absolute;
    bottom: 0;
    margin-left: -180px;
}

#main_index .hp_testimonial_type4 .testimonial_card .text_area {
    order: 0;              
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

#main_index .hp_testimonial_type4 .fa-chevron-left:before {
    content: "\f053";
    margin-left: -1vw;
}

#main_index .hp_testimonial_type4 .fa-chevron-right:before {
    content: "\f054";
    margin-right: -1vw;
}

#main_index .hp_testimonial_type4 .slick-dots {
    position: relative;
    display: none !important;
}

/*testing*/

#main_index .hp_testimonial_type4 .testimonial_box {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 15px;
}

#main_index .hp_testimonial_type4 .testimonial_card {
    position: relative;
    width: 100%;
    background: #fff;
    border: 2px solid #d0d0d0;
    padding: 30px;
    display: flex;
    flex-direction: column;
}

#main_index .hp_testimonial_type4 .testimonial_box .testimonial_card {
    display: flex;
    flex-direction: column;
    position: relative;
}

#main_index .hp_testimonial_type4 .testimonial_card i {
    font-size: 34px;
    color: #f8901f;
    margin-bottom: 18px;
    text-align: center;
}

#main_index .hp_testimonial_type4 .testimonial_card .text_area {
    font-size: 16px;
    line-height: 1.7;
    color: #777;
    text-align: center;
    margin-bottom: 30px;
}

#main_index .hp_testimonial_type4 .testimonial_card .img, #main_index .hp_testimonial_type4 .testimonial_card .name {
    display: inline-flex;
    align-items: flex-start;
}

#main_index .hp_testimonial_type4 .testimonial_card .img {
    width: 56px;
    height: 56px;
    position: relative;
    margin-right: 14px;
    flex-shrink: 0;
}

#main_index .hp_testimonial_type4 .testimonial_card .img img {
    width: 48%;
    height: 48%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 30% !important;
    transform: translate(-50%, -50%);
}

#main_index .hp_testimonial_type4 .testimonial_card .name {
    flex-direction: column;
    justify-content: center;
    text-align: left;
}

#main_index .hp_testimonial_type4 .testimonial_card .name h6 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    color: #000;
}

#main_index .hp_testimonial_type4 .testimonial_card .name p {
    margin: 2px 0 0;
    font-size: 14px;
    color: #9b9b9b;
}

#main_index .hp_testimonial_type4 .testimonial_card {
    position: relative;
}

/*#main_index .hp_testimonial_type4 .testimonial_card i {*/
/*    position: absolute;*/
/*    left: 20px;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    transform: translateY(-50%);*/
/*    font-size: 34px;*/
/*    color: #f8901f;*/
/*}*/

/*#main_index .hp_testimonial_type4 .testimonial_card .text_area {*/
/*    padding-left: 60px;*/
/*}*/

#main_index .hp_testimonial_type4 .testimonial_card {
    position: relative;
}

#main_index .hp_testimonial_type4 .testimonial_card i {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 34px;
    color: #f8901f;
    display: none;
}

#main_index .hp_testimonial_type4 .testimonial_card::after {
    content: "\f10e";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 20px;
    top: 0%;
    transform: translateY(-50%);
    font-size: 34px;
    color: #f8901f;
    background-color: #fff;
}

#main_index .hp_testimonial_type4 .testimonial_card .text_area {
    padding: 0 10px;
}

@media screen and (max-width: 1200.5px){
    .hp_review .title_big {
        font-family: "Baskervville", serif;
        font-size: 25px;
        font-weight: 600;
        color: #000;
        line-height: 1.2;
        position: relative;
        margin-bottom: 0vw;
        position: relative;
    }
    
    #main_index .hp_testimonial_type4 .testimonial_box .testimonial_card .name {
        text-align: left;
        margin-top: -4vw;
        margin-bottom: 3vw;
        margin-left: 90px;
    }
    
    #main_index .hp_testimonial_type4 .testimonial_box .testimonial_card .img {
        order: 3;
        position: absolute;
        bottom: 12px;
        margin-left: -100px;
    }
}

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

@media screen and (max-width: 767.5px){
    #main_index .hp_testimonial_type4 .testimonial_box .testimonial_card .img {
        order: 3;
        position: absolute;
        bottom: 0px;
        margin-left: -100px;
    }
    
    #main_index .hp_testimonial_type4 .testimonial_box .testimonial_card .name {
        text-align: left;
        margin-top: -4vw;
        margin-bottom: 4vw;
        margin-left: 90px;
    }

    #main_index .hp_testimonial_type4 .testimonial_box .testimonial_card .name h6 {
        color: #000;
        font-weight: 600;
        margin-top: 2vw;
        padding: 0vw 9vw 0vw 0vw;
    }
}

/*hp_contact*/

.hp_contact {
    padding: 5vw 8vw 0vw 8vw;
    position: relative;
    z-index: 1;
    background-image: url(https://cdn1.npcdn.net/img/1767691346g-contact-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.hp_contact_img {
    width: 111%;
    max-width: 150%;
    margin-top: 1vw;
    margin-left: 0vw;
    z-index: 2;
    position: relative;
}

.contact_background {
    background-image: url(https://cdn1.npcdn.net/img/1767690528g-contact-shape.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
    z-index: -1;
    margin-top: 9vw;
    padding: 7vw 0vw 0vw 8vw;
}

.hp_contact .title_big {
    font-family: "Baskervville", serif;
    font-size: 37px;
    font-weight: 700;
    color: #fff;
    line-height: 1.7;
    position: relative;
    margin-bottom: 1.5vw;
    position: relative; 
}

.hp_contact .title_big::after {
    content: "";
    display: block;
    width: 35%;
    height: 2px;
    background-color: #fff;
    margin-top: 20px;      
}

.hp_contact .hp_keyword {
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    line-height: 1.7;
    padding: 0vw 3vw 0vw 0vw;
}

.contact-line {
    font-size: 0.95vw;
    font-weight: 200;
    color: #fff;
    line-height: 1.5;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 12px;
}

.contact-line img {
    width: 20px;
    height: 20px;
    margin-top: 2px;
    flex-shrink: 0;
    border-radius: 10px;
}

.contact-text {
    line-height: 1.5;
}

.contact-details img {
    width: 70px;
    height: 70px;
    margin-right: 0.5vw;
    vertical-align: middle;
    border-radius: 15px;
}

.contact-details .contact-line {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 5px 0 15px 0;
    border-bottom: 0px solid #ccc;
    width: 100%;
}

.contact-details .contact-line:last-child {
    border-bottom: none;
}

.contact-title2 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0vw;
    line-height: 1.7;
}

.contact-title3 {
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0vw;
    line-height: 1.2;
}

.contact-title3 a {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0vw;
    line-height: 1.2;
}

.phoneFlex {
    display: flex;
    flex-direction: column;
    gap: 3px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0vw;
    line-height: 1.1;
}

.phoneFlex a {
    text-decoration: none;
    color: inherit;
}

.n_contactViewMore {
    font-size: 19px;
    font-weight: 500;
    color: #f8901f;
    background: transparent;
    text-align: center;
    padding: 0%;
    height: 2.6vw;
    width: 23.2%;
    border-radius: 0px 20px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.25s all linear;
    margin-top: 1vw;
    margin-left: -9vw;
    transform: translate(0px, 77px);
    z-index: 2;
}

.n_contactViewMore:hover {
    color: #f8901f;
    background: transparent;
    text-decoration: none;
}

.n_contacViewMore img.arrow-icon {
    margin-left: 5px !important;
    width: 15px !important;
    height: auto !important;
    display: inline-block !important;
    transition: transform 0.3s ease;
}

.n_contactViewMore:hover img.arrow-icon {
    animation: swing 1s;
}

.contact_button {
    margin-top: -8.5vw;
    margin-left: 72.5vw;
    width: 100%;
}

.contact_button img.arrow-icon {
    width: 5%;
    margin-right: 6vw;
    margin-left: 1vw;
}

@media screen and (max-width: 1200.5px){
    .hp_contact .title_big {
        font-family: "Baskervville", serif;
        font-size: 25px;
        font-weight: 700;
        color: #fff;
        line-height: 1.7;
        position: relative;
        margin-bottom: 1.5vw;
        position: relative; 
    }
    
    .n_contactViewMore {
        font-size: 14px;
        font-weight: 500;
        color: #f8901f;
        background: transparent;
        text-align: center;
        padding: 0%;
        height: 2.6vw;
        width: 23.2%;
        border-radius: 0px 20px 0px 0px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
        margin-left: -8.5vw;
        transform: translate(0px, 61px);
        z-index: 2;
    }
}

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

@media screen and (max-width: 767.5px){
    .hp_contact {
        padding: 6vw 5vw 6vw 5vw;
        position: relative;
        z-index: 1;
        background-image: url(https://cdn1.npcdn.net/img/1767691346g-contact-bg.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    
    .contact_background {
        background-image: url(https://cdn1.npcdn.net/img/1767690528g-contact-shape.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: right;
        z-index: -1;
        margin-top: 9vw;
        padding: 7vw 0vw 8vw 8vw;
    }
    
    .n_contactViewMore {
        font-size: 13px;
        font-weight: 500;
        color: #f8901f;
        background: transparent;
        text-align: center;
        padding: 0%;
        height: 2.6vw;
        width: 100%;
        border-radius: 0px 20px 0px 0px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: -5vw;
        margin-left: -37vw;
        transform: translate(0px, 0px);
        z-index: 2;
        position: relative;
    }
    
    .contact_button img.arrow-icon {
        width: 3%;
        margin-right: 6vw;
        margin-left: 1vw;
    }
    
    .contact_button {
        margin-top: -2.5vw;
        margin-left: 57.5vw;
        width: 100%;
    }
    
    .n_whyViewMore {
        font-size: 14px;
        font-weight: 500;
        color: #fff;
        background: linear-gradient(90deg, #f8901f, #ffbd59);
        text-align: center;
        padding: 0%;
        height: 8vw;
        width: 62.2%;
        border-radius: 0px 20px 0px 0px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.25s all linear;
        margin-top: 0vw;
        margin-left: 16vw;
        transform: translate(0px, 0px);
        z-index: 2;
        margin-bottom: 3vw;
    }
    
    .hp_contact_img {
        width: 100%;
        max-width: 150%;
        margin-top: 1vw;
        margin-left: 0vw;
        z-index: 2;
        position: relative;
    }
}

/*footer*/

.footerMove {
    margin-top: 3vw;
}

.footerListServices {
    background-color: #000;
    color: white;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    overflow: hidden !important;
}

.footerListServices .logo img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
    width: auto;
    max-height: 80px;
}

.footerListServices .title {
    min-height: 90px;
    display: flex;
    flex-direction: row;
    position: relative;
    margin-bottom: 1rem;
}

.footerListServices .title h5 {
    font-weight: 600;
    align-self: end;
    margin-bottom: 0;
    text-transform: uppercase;
}

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

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

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

@media screen and (max-width: 500.5px) {
    .index_wrapper_2 .item>img{
    	min-height:26rem!important;
    	object-fit:cover;
    	object-position: 55% 50%;
    }
}
