/* Overall */
#main_index{
    overflow: hidden;
    padding-bottom: 0px !important;
}
a:hover{
    text-decoration: unset;
}
#main_index .col-12{
    padding: 0;
}
#main_index h1, h2, h3, h4, h5, h6, p{
    margin-bottom: 0;
}

:root{
    --primary-color: #3abadc;
    --sec-x: 8%;
    --sec-y: 5rem;
}

@media(max-width:768px){
    :root{
        --sec-x: 5%;
    }
}

/* Button */

.main-btn{
    background:linear-gradient(90deg,#35d0ff,#1595e7);
    color:#fff;
    border-radius:999px;
    padding:.75em 2em;
    display:inline-flex;
    justify-content:center;
    align-items:center;
    transition:.35s;
/*     box-shadow:0 12px 25px rgba(58,186,220,.28); */
    font-size: clamp(.85rem, .92vw, .92vw);
    font-weight: 500;
    border-style: unset;
}

.main-btn:hover{
    transform:translateY(-5px);
    box-shadow:0 1px 35px rgba(58,186,220,.4);
}

/*Text*/
.title-style{
    font-size: clamp(1.85rem,2.6vw,2.6vw);
    font-weight: 700;
    line-height: 1.15;
    color: #324550;
}
.title-style br{
    display: none;
}

.subtitle-box{
    display:flex;
    align-items:center;
    gap:1rem;
    margin-bottom:2rem;
}
.subtitle-style{
    font-size: clamp(1rem,1.2vw,1.2vw);
    font-weight: 500;    
    color: var(--primary-color);
    letter-spacing: 0;
    text-transform:uppercase;    
}
.title-icon{
    width:30px;
    aspect-ratio:1;
    background:url("https://cdn1.npcdn.net/images/B_Element_1_s15xfw_1782788823.png?md5id=da3bc8715dde5cc383ada6d082abf978&new_width=200&new_height=200&type=4") center/contain no-repeat;
    flex-shrink:0;
}


.content{
    font-size: clamp(.95rem,1vw,1.05rem);
    font-weight: 400;
    line-height: 1.75;
    color: #555;
}

/* Nav */
.navbar_type8{
    height: 120px;
    background: #fff;
    padding: .6rem 0;
}
.navbar_type8 .logo{
    margin-left: var(--sec-x);  
    flex: unset;
    min-width: 10%;
}
.navbar_type8 .logo img{
    padding: 0px;
    width: 100%;
}

.navbar_type8 .nav_tab{
    flex: unset;
    width: 100%;
    padding-right: var(--sec-x);
    gap: 4.5vw;  
}
.navbar_type8 .nav_tab .nav_item:before{
    border-color: var(--primary-color);
    border-width: 2px;
    width: 0;
    transition: all .3s linear;
}
.navbar_type8 .nav_tab .nav_item a{
    color: #333;
    padding: 0;
    font-size: clamp(.85rem, 1vw, 1rem);
    font-weight: 500;
    text-transform: capitalize;    
}
.navbar_type8 .nav_tab .nav_item a:hover{
    color: var(--primary-color);
}
.navbar_type8 .nav_tab .nav_item:hover:before{
    width: 100%;
}

.dark_nav{
background: rgba(255, 255, 255, 0.9) !important;
}

.navbar_mobile{
    background: #fff;
}

@media(max-width:1200px){
    .navbar_type8 {
        height: 100px;
    }    
    .navbar_type8 .nav_tab{
        gap: 4vw;
    }
}

/* ===========================
   Banner
=========================== */

.hp_banner{
    position: relative;
    height: 100%;    
    overflow: hidden;    
}

/* Content */
.hp_banner .b-content{
    position: relative;
    z-index: 5;
    height: 100%;
    width: 42%;
    margin-left: var(--sec-x);
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
}

.hp_banner h2{
    font-size: clamp(2rem,3.5vw,3.5vw);
    font-weight: 600;
    line-height: 1.15;
    margin-bottom: 3rem;
    text-shadow: 2px 3px 6px rgba(0,0,0,.2);
}

.hp_banner h3{
    font-size: clamp(1rem,1.9vw,1.9vw);
    font-weight: 600;
    margin-bottom: 8rem;
    text-shadow: 2px 3px 5px rgba(0,0,0,.2);
}

.hp_banner h4{
    font-size: clamp(1rem,1.3vw,1.4rem);
    font-weight: 600;
    margin-bottom: .5rem;
    text-shadow: 2px 3px 3px rgba(0,0,0,.08);
}

.hp_banner p{
    font-size: clamp(.85rem,1.25vw,1.25vw);
    margin-bottom: 1rem;
    opacity: .95;
    text-shadow: 2px 3px 3px rgba(0,0,0,.08);
}

.hp_banner .b-point-list{
    display: inline-flex;
    align-items: center;
    gap: 0;
    width: fit-content;
    background: #fff;
    color: #4a4a4a;
    border-radius: 9999px;
    padding: 1em 1.8em;
    position: relative;
    z-index: 2;
}

.hp_banner .point-item{
    position: relative;
    font-size: clamp(.8rem,.92vw,.92vw);
    font-weight: 600;
    padding: 0 0.8rem;
    white-space: nowrap;
}

.hp_banner .point-item:first-child{
    padding-left: 0;
}

.hp_banner .point-item:last-child{
    padding-right: 0;
}

.hp_banner .point-item:not(:last-child)::after{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 2px;
    height: 16px;
    background: #4a4a4a;
    transform: translateY(-50%);
}


/* ===========================
   Decorative +
=========================== */

.hp_banner::before{
    content:"";
    position:absolute;
    left:3.5%;
    top:8%;
    width:60px;
    height:60px;
    z-index:3;
    background:url("https://cdn1.npcdn.net/images/A_Element_1_piru8f_1782786188.png?md5id=da3bc8715dde5cc383ada6d082abf978&new_width=200&new_height=200&type=4") center/contain no-repeat;
    animation: pulse 2s linear infinite;
}


/* ===========================
   Decorative Dots
=========================== */

.hp_banner::after{
    content:"";
    position:absolute;
    left:2.5%;
    bottom:19%;
    width:90px;
    height:150px;
    z-index:3;

    background-image: url(https://cdn1.npcdn.net/images/A_Element_2_3s5qud_1782786188.png?md5id=da3bc8715dde5cc383ada6d082abf978&new_width=124&new_height=362&type=4);
    background-size: contain;
    background-repeat: no-repeat;
    opacity:.9;
    animation: pulse 2s linear infinite;
}


/* Slick Dots */
.slider_banner.slick-dotted{
    margin-bottom: 0;
}
.slider_banner .slick-dots{
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: end;
    align-items: center;
    padding: 4rem;
}
.slider_banner .slick-dots li button,
.slider_banner .slick-dots li{
    width: 10px;
    height: 10px;
}
.slider_banner .slick-dots li button:before {
    color: #fff;
    background: #fff;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    content: "";
    opacity: .5;
}
.slider_banner .slick-dots li.slick-active button:before {
  opacity:1;
  background: #2f414c;
}


/* ===========================
   Responsive
=========================== */

@media(max-width:1200px){

    .hp_banner .b-content{
        width:55%;
    }

    .hp_banner h2{
        margin-bottom: 1.5rem;
    }
    .hp_banner h3{
        margin-bottom:4rem;
    }
    
    .hp_banner::before{
        left: 1%;
        top: 6%;
    }
    .hp_banner::after{
        height: 120px;
        left: 2%;
        bottom: 8%;
    }

}

@media(max-width:991px){

    .slider_banner .item > img{
        min-height: 70vw;
        object-fit: cover;
    }
    .hp_banner{        
        background-position:72%;
    }

    .hp_banner .b-content{
        width:70%;
    }

    .hp_banner .b-content::before,
    .hp_banner .b-content::after{
        display:none;
    }

}

@media(max-width:768px){        
    
    .hp_banner{        
        padding:4rem 0;
        padding-left: 3rem;
    }

    .hp_banner .b-content{
        width:90%;        
    }

    .hp_banner h3{
        margin-bottom:3rem;
    }

    .hp_banner .b-point-list{
        flex-wrap:wrap;
        border-radius:20px;        
        padding:1rem 1.25rem;
        row-gap: .5rem;
    }    

    .hp_banner::before{
        width:50px;
        height:50px;
    }

    .hp_banner::after{
        width:65px;
        height:100px;
    }

}

@media(max-width:576px){   
    .banner_content{
        background: rgba(58, 186, 220, 0.75);
    }
    .slider_banner .item > img{
        min-height: 130vw;
        object-position: 80%;
    }
    .hp_banner::before,
    .hp_banner::after{
        display: none;
    }
    .hp_banner{
        padding: 0;
        text-align: center;
    }
    .b-point-list{
        justify-content: center;
    }
    
    .slider_banner .slick-dots{        
        justify-content: center;
        align-items: center;
        padding: 2rem;
    }
}

/*=====================================
    About
=====================================*/

.hp_about{
    position: relative;
    padding: var(--sec-y) var(--sec-x);
    padding-right: 0;
    overflow: hidden;
    background: #fff;
}

.hp_about .about_wrapper{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:6vw;
}

.hp_about .about_info{
    max-width:38%;
    position:relative;
    z-index:2;
}

.hp_about .about_frame{
    width:100%;
    position:relative;    
}

/*-------------------------------------
    About Heading
-------------------------------------*/

.hp_about .title-style{
    margin-bottom:2.2rem !important;
}

.hp_about .title-style span{
    color:var(--primary-color);
}

/*-------------------------------------
    Content
-------------------------------------*/

.hp_about .about_intro{
    margin-bottom:2rem;
}

.about-subtitle{
    font-size: clamp(.95rem, 1vw, 1vw);
    font-weight: 600;
}

.hp_about .about_content{
    margin-bottom:3rem;
}

/*-------------------------------------
    Image
-------------------------------------*/

.hp_about .about_doctor img{
    transition: all .3s linear;
}
.hp_about .about_doctor:hover img{
    transform:scale(1.03);
}

/*-------------------------------------
    Decoration
-------------------------------------*/

.hp_about::after{
    content:"";
    position:absolute;
    right:0;
    top:120px;
    width:3px;
    height:120px;
    background:var(--primary-color);
}

/*=====================================
    Responsive
=====================================*/

@media(max-width:1200px){

    .hp_about .about_info{
        max-width:45%;
    }

    .hp_about .about_frame{
        width:100%;        
    }

}

@media(max-width:991px){

    .hp_about .about_wrapper{
        flex-direction:column-reverse;
        gap:4rem;
    }

    .hp_about .about_info,
    .hp_about .about_frame{
        max-width:100%;
    }
    .hp_about .about_info{
        padding-right: var(--sec-x);
    }    

}

@media(max-width:768px){

    .hp_about{
        padding:4rem var(--sec-x);
        padding-right: 0;
    }

    .hp_about::after{
        display:none;
    }

}

/*Services*/
/*=====================================
    Services
=====================================*/

.hp_services{
    position: relative;
    padding: var(--sec-y) var(--sec-x);
    background: url(https://cdn1.npcdn.net/images/C_Background_bhw0i8_1782791827.jpg?md5id=da3bc8715dde5cc383ada6d082abf978&new_width=3600&new_height=1976&type=4);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
}

.hp_services .container-fluid{
    position:relative;
    z-index:2;
}

/*==============================
    Heading
==============================*/

.hp_services .title-box{
    margin-bottom:4rem;
    width: 100%;    
}
.hp_services .subtitle-box{
    justify-content: center;
}


.hp_services .title-style{
    margin-bottom:3rem;
}

/*==============================
    Point
==============================*/

.hp_services .service-point-wrapper{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:4rem;
}

.hp_services .point-item{
    position:relative;
    display:flex;
    align-items:center;
    gap:1rem;
}

.hp_services .point-item:not(:last-child)::after{
    content:"";
    position:absolute;
    right:-2rem;
    width:1px;
    height:60px;
    border-right: 1px solid #3c3c3c;
}

.hp_services .point-icon{
    width:70px;
    aspect-ratio:1;
    border-radius:50%;
    box-shadow:0 10px 25px rgba(58,186,220,.25);
}

.hp_services .point-icon img{
    width:100%;
}

.hp_services .point-text{
    font-size:clamp(.95rem,1vw,1rem);
    font-weight:600;
    color:#333;
    margin:0;
}

/*==============================
    Card
==============================*/

.hp_services .content-wrapper{
    display:flex;
    justify-content:space-between;
    gap:2rem;
    width: 100%;
    margin: auto;
}

.hp_services .content-box{
    width:calc((100% - 4rem)/3);
    position:relative;
    transition:.35s;
}

.hp_services .content-box:hover{
    transform:translateY(-10px);
}

.hp_services .content-bg img{
    width:100%;
    display:block;
}

.hp_services .content-info{
    position:absolute;
    inset:0;
    padding:0 1.5rem 1.5rem;
    display:flex;
    flex-direction:column;
    align-items:center;
    display: flex;    
}

.hp_services .title-text{   
    color:#fff;    
    border-radius:10px;
    font-size:clamp(1rem,1.35vw,1.35vw);
    font-weight:500;
    margin-bottom:0rem;
    box-shadow:0 8px 20px rgba(58,186,220,.25);    
    min-height: 13%;
    display: grid;
    place-content: center;
}

.hp_services .c-title{
    font-size:clamp(.8rem,1.1vw,1.1vw);
    font-weight:700;
    text-align:center;
    color:#2d3742;
    line-height:1.4;
    min-height:24%;
    margin-bottom:1.6rem;
    display: grid;
    place-content: center;
    text-transform: uppercase;
}

.hp_services ul{
    width:100%;
    height: 100%;
    margin: 0;    
}

.hp_services li{
    display:flex;
    align-items:center;
    gap:.8rem;
    margin-bottom:0.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    padding-bottom: 0.5rem;
}

.hp_services .c-icon{
    width:16px;
    flex-shrink:0;
    margin-top:2px;
}

.hp_services .c-icon img{
    width:100%;
}

.hp_services li h4{
    font-size:clamp(.8rem,.85vw,.85rem);
    font-weight:300;
    line-height:1.35;
    color:rgba(255, 255, 255, .9);
    margin:0;
}

/*==============================
    Hover
==============================*/

.hp_services .content-box:hover .content-bg img{
    filter:brightness(1.03);
}

/*==============================
    Responsive
==============================*/

@media(max-width:1200px){

    .hp_services .service-point-wrapper{
        gap:3rem;
    }

    .hp_services .point-item:not(:last-child)::after{
        right:-1.5rem;
    }
    
    .hp_services .content-wrapper{
        width: 100%;
        gap: 1rem;
    }
    .hp_services ul{
        padding-top: 0;
        overflow-y: scroll;
    }
}

@media(max-width:991px){

    .hp_services .service-point-wrapper{
        flex-wrap:wrap;
        gap:2rem;
    }

    .hp_services .point-item::after{
        display:none;
    }

    .hp_services .content-wrapper{
        flex-wrap:wrap;
        justify-content:center;
    }

    .hp_services .content-box{
        width:calc(50% - 1rem);
    }
    
    .hp_services .title-text{
        font-size: 3.2vw;
    }
    .hp_services .c-title{
        font-size: 2vw;
    }
    .hp_services ul li h4{
        font-size: 1.6vw;
    }
}

@media(max-width:768px){

    .hp_services{
        padding:4rem var(--sec-x);
    }

    .hp_services .content-box{
        width:100%;
        max-width:420px;
    }

    .hp_services .title-style{
        margin-bottom:2rem;
    }
    
    .hp_services .title-text{
        font-size: 5vw;
    }
    .hp_services .c-title{
        font-size: 3.5vw;
        line-height: 1.25;
    }
    .hp_services ul{
        display: grid;
        place-content: center stretch;
    }
    .hp_services ul li h4{
        font-size: 2vw;
    }

}

@media(max-width:576px){
    .hp_services .title-text{
        font-size: 30px;
    }
    .hp_services .c-title{
        font-size: 20px;        
    }
    .hp_services ul li h4{
        font-size: 15px;
    }
}

/*Why*/

.hp_why{
    padding: var(--sec-y) var(--sec-x);
    background: #fff;
    overflow: hidden;
}

.hp_why .why_wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5vw;
}

/*==============================
    Left
==============================*/

.hp_why .why_info{
    width: 36%;
}

.hp_why .why_subtitle{
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
}

.hp_why .why_icon{
    width: 46px;
    aspect-ratio: 1;
    background: url("https://cdn1.npcdn.net/images/A_Element_1_piru8f_1782786188.png?md5id=da3bc8715dde5cc383ada6d082abf978&new_width=200&new_height=200&type=4") center/contain no-repeat;
    flex-shrink: 0;
}

.hp_why .why_subtitle .subtitle-style{
    color: var(--primary-color);
    text-transform: uppercase;
    letter-spacing: .08em;
}

.hp_why .title-style{
    margin-bottom: 2rem;
}

.hp_why .title-style span{
    color: var(--primary-color);
}

/*==============================
    Right
==============================*/

.hp_why .why_list{
    width: 58%;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 1.8rem;
}

.hp_why .why_box{
/*     border: 2px solid #43c8f4; */
    border-radius: 18px;
    padding: 2rem;
    transition: .35s;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;    
    
    &:after{
        position: absolute;
        content: "";
        width: calc(100% - 3px);
        height: calc(100% - 3.5px);
        background: #fff;
        top:1.5px;
        left: 1.5px;
        border-radius: 17px;
        z-index: -1;
    }
    
    &:before{
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        background: linear-gradient(to right, #00dcff 75%, #0091e4);        
        top: 0;
        left: 0;
        border-radius: 18px;
        z-index: -1;
    }
}

.hp_why .why_box:hover{
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(58,186,220,.18);
}

.hp_why .why_box_head{
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 1.5rem;
}

.hp_why .why_title{
    font-size: clamp(1rem,1.1vw,1.1vw);
    font-weight: 700;
    line-height: 1.3;
    color: #324550;
    margin: 0;
}

.hp_why .why_box_icon{
    width: 56px;
    flex-shrink: 0;
    margin-left: 1rem;
}

.hp_why .why_box_icon img{
    width: 100%;
    transition: .35s;
}

.hp_why .why_box:hover .why_box_icon img{
    transform: scale(1.1);
}

.hp_why .why_box .content{
    color: #5b6470;
    margin: 0;
    line-height: 1.5;
    font-size: clamp(.85rem, .92vw, .92vw);
}

/*==============================
    Responsive
==============================*/

@media(max-width:1200px){

    .hp_why .why_wrapper{
        gap: 4vw;
    }

    .hp_why .why_info{
        width: 38%;
    }

    .hp_why .why_list{
        width: 58%;
    }

    .hp_why .why_box{
        padding: 1.8rem;
    }

}

@media(max-width:991px){

    .hp_why .why_wrapper{
        flex-direction: column;
        gap: 3rem;
    }

    .hp_why .why_info,
    .hp_why .why_list{
        width: 100%;
    }

    .hp_why .why_info{
        text-align: center;
    }

    .hp_why .subtitle-box{
        justify-content: center;
    }

    .hp_why .content{
        max-width: 100%;
    }

}

@media(max-width:768px){

    .hp_why{
        padding: 4rem var(--sec-x);
    }

    .hp_why .why_list{
        grid-template-columns: 1fr;
    }

    .hp_why .why_box{
        min-height: auto;
    }

}

@media(max-width:576px){

    .hp_why .why_box{
        padding: 1.5rem;
    }

    .hp_why .why_box_head{
        gap: 1rem;
    }

    .hp_why .why_box_icon{
        width: 48px;
    }

}

/*Faq*/

.hp_faq{
    padding:var(--sec-padding-y) 0;
    background: url(https://cdn1.npcdn.net/images/E_Background_7ys961_1782801421.jpg?md5id=da3bc8715dde5cc383ada6d082abf978&new_width=3600&new_height=1857&type=4);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 870px;
}
.hp_faq .subtitle-style{
    color: var(--primary-color);
}
.hp_faq .title-style{    
    margin-bottom: 2rem;
}
.hp_faq .big-text{
    color: #fff;
    font-size: clamp(1rem, 1.3vw, 1.3vw);
    font-weight: 400;
}

.faq-wrapper{
    padding:var(--sec-y) var(--sec-x);
    width: 65%;
    margin-left: auto;
}

.hp_faq .title-wrapper{
    margin-bottom:2.5rem;
}

.hp_faq .title-style:after{
    margin:1.25rem 0;
}

.faq-list{

}

.faq-box{
    margin-bottom:15px;
    border-radius:10px;
    overflow:hidden;
    background: transparent;    
}

.faq-question{
    width:100%;
    border:none;
    background:#314550;
    padding:12px 20px;

    display:flex;
    justify-content:start;
    align-items:center;

    font-size:clamp(.95rem,1.05vw,1.05vw);
    font-weight:600;
    color:#fff;

    text-align:left;
    cursor:pointer;

    transition:.3s;
    position: relative;
}

.faq-question:hover{
    background: #314550;
}

.faq-question i{
    color:#fff;
    transition:.3s;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
}

.faq-num{
    min-width: 30px;
    max-width: 30px;
    height: 30px;
    display: grid;
    place-content: center;
    background: var(--primary-color);
    border-radius: 50%;
    border: 1px solid var(--secondary-color);
    color: var(--secondary-color);
}

.faq-question span{
    margin-left: 2rem;
    padding-right: 3rem;
}

.faq-answer{
    padding:calc(.85rem + 10px) 80px .85rem;
    color:#314550;
    line-height:1.5;
    font-size:clamp(.85rem,.95vw,.95vw);
    border:1px solid #31455057;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-top: -10px;    
    border-top: unset;
    padding-right: 50px;
}

.faq-question[aria-expanded="true"]{
    color: #fff;
    background: #314550;
    border-radius: 10px;    
}

.faq-question[aria-expanded="true"] .faq-num{
    color: var(--secondary-color);
}

.faq-question[aria-expanded="true"] i{
    color:#fff;
}

.hp_faq .main-btn{
    margin-top: 2rem;
    padding-left: 3.5em;
    padding-right: 3.5em;
}

@media(max-width:991px){
    .faq-wrapper{
        width: 80%;
    }
    
    .faq-question span{
        padding-right: 3rem;
    }
    
}

@media(max-width:767px){
    .hp_faq{
        background-position: left;        
        position: relative;        
        
        &:before{
            position: absolute;
            content: "";
            width: 100%;
            height: 100%;
            background: #fff;
            top: 0;
            left:0;
            opacity: .75;                
        }
    }
    .faq-wrapper{
        width: 100%;
    }
    
    .hp_faq .title-wrapper{
        text-align: center;
    }
    .hp_faq .subtitle-box{
        justify-content: center;
    }

}

@media(max-width:768px){
    .faq-question span{
        margin-left: 1rem;
        width: 75%;
    }
    .faq-answer{
        padding-left: 30px;
        padding-right: 30px;
    }
    
    .hp_faq a:has(.main-btn) {
      justify-content: center;
      display: flex;
    }
}

/*News*/
.index_wrapper_7{
  padding: var(--sec-y) var(--sec-x);
}
.hp_news .title-box {
  width: 100%;
    margin-bottom: 1rem;
}
.hp_news .subtitle-box{
  justify-content: center;
  margin-bottom: 1.25rem;
}
.latest_new_type6 .news_box .img_frame{
    border-radius: 1em;
}
.latest_new_type6 .news_box .news_box_content{
    background: #fff;
}
.latest_new_type6 .news_box .title{
    color: var(--primary-color);
    margin-top: 1rem;
}
.latest_new_type6 .news_box .badge-primary{
    background: linear-gradient(to right, #00dcff, #0091e4);
}
.latest_new_type6 .col-12{
    margin: 0 !important;
    padding: 0rem !important;
}
@media(max-width:768px){
    .index_wrapper_7{
      padding-top: 0;
    }
    
    .latest_new_type6 .col-12{
        padding: .75rem !important;
    }
}

/*Contact*/
/*=====================================
    Contact
=====================================*/

.hp_contact{
    position: relative;
    padding-right: var(--sec-x);
    overflow: hidden;
    background: #fff;
}

.hp_contact .contact_wrapper{
    display:flex;
    align-items:end;
    justify-content:space-between;
    gap:5vw;
}

/*=====================================
    Left
=====================================*/

.hp_contact .contact_frame{
    width:72%;
    margin-right: -3%;
}

.hp_contact .contact_image img{
    width:100%;
    transition:.4s;    
}

.hp_contact .contact_image:hover img{
    transform:scale(1.03);
}

/*=====================================
    Dot Pattern
=====================================*/

.hp_contact .contact_dot{
    position:absolute;
    width:70px;
    height:170px;
    background-image:
        radial-gradient(circle,#fff 2px,transparent 2px);
    background-size:18px 18px;
    z-index:6;
}

.hp_contact .contact_dot_left{
    left:3%;
    bottom:120px;
}

.hp_contact .contact_dot_right{
    right:3%;
    bottom:70px;
    background-image:
        radial-gradient(circle,#333 2px,transparent 2px);
}

/*=====================================
    Right
=====================================*/

.hp_contact .contact_info{
    width:38%;
    padding-bottom: var(--sec-y);
    position: relative;
    
    &:before{
        position: absolute;
        content: "";
        width: 3.5vw;
        height: 10vw;
        background: url(https://cdn1.npcdn.net/images/A_Element_2_3s5qud_1782786188.png?md5id=da3bc8715dde5cc383ada6d082abf978&new_width=124&new_height=362&type=4);
        background-size: contain;
        background-repeat: no-repeat;
        right: -10%;
        bottom: 10%;
        filter: brightness(0);
        animation: pulse 2s linear infinite;
    }
}

.hp_contact .contact_subtitle{
    display:flex;
    align-items:center;
    gap:1rem;
    margin-bottom:2rem;
}

.hp_contact .contact_icon{
    width:42px;
    aspect-ratio:1;
    background:url("https://cdn1.npcdn.net/images/A_Element_1_piru8f_1782786188.png?md5id=da3bc8715dde5cc383ada6d082abf978&new_width=200&new_height=200&type=4") center/contain no-repeat;
}

.hp_contact .contact_subtitle .subtitle-style{
    color:var(--primary-color);
    text-transform:uppercase;
    letter-spacing:.08em;
}

.hp_contact .title-style{
    font-size: clamp(1.85rem,2.5vw,2.5vw);
    margin-bottom:1.3rem;
}

.hp_contact .title-style span{
    color:var(--primary-color);
}

/*=====================================
    Contact Detail
=====================================*/

.hp_contact .contact_detail{
    margin-bottom:1.5rem;
}

.hp_contact .contact_item{
    margin-bottom:1.8rem;
}

.hp_contact .contact_item:last-child{
    margin-bottom:0;
}

.hp_contact .contact_title{
    font-size:clamp(.85rem,.97vw,.97vw);
    font-weight:500;
    color:#37434f;
    margin-bottom:.45rem;
}

/* Widget */

.hp_contact .cmodule-address-text,
.hp_contact .cmodule-phone,
.hp_contact .cmodule-email{
    font-size:clamp(.95rem,1vw,1vw);
    font-weight: 400;
    line-height:1.8;
    color:#616975;
}

.hp_contact .cmodule-phone a,
.hp_contact .cmodule-email a{
    color:#616975;
    transition:.3s;
}

.hp_contact .cmodule-phone a:hover,
.hp_contact .cmodule-email a:hover{
    color:var(--primary-color);
}


/*=====================================
    Responsive
=====================================*/

@media(max-width:1200px){    
    
    .hp_contact .contact_wrapper{
        align-items: center;
    }
    .hp_contact .contact_frame{
        width: 55%;
    }
    .hp_contact .contact_info{
        width: 45%;
    }
}

@media(max-width:991px){

    .hp_contact .contact_wrapper{
        flex-direction:column;
        gap:4rem;
    }

    .hp_contact .contact_frame,
    .hp_contact .contact_info{
        width:100%;
    }
    
    .hp_contact .contact_info{        
        padding-left: var(--sec-x) !important;
        
        &:before{
            right: 0;
            width: 4vw;
            height: 15vw;
        }
    }
    
    .hp_contact .contact_frame{
        margin: 0;
    }

}

@media(max-width:576px){
    .hp_contact .contact_info{                        
        &:before{
            right: 3%;
            width: 10vw;
            height: 25vw;
        }
    }
     

}

/* Footer */
.footerListServices .text-muted{
    color:#fff!important;
}
.footerListServices{
    background: #324450;
    padding: var(--sec-y) var(--sec-x);    
}
.footerListServices p,  
.footerListServices a{
    color: #fff;
    opacity: .87;
}
.footerListServices a:hover{
    opacity: 1;
}
.footerListServices .logo{
    padding-top: 90px;
    
    img{
        max-height: 90px;
    }
}
.footerListServices .title h5{
    color: var(--primary-color);
    text-transform: uppercase;
    font-size: clamp(1rem, 1.25vw, 1.25vw);
    font-weight: 600;
}
.footerListServices .line{
    margin-top: 2rem;
}