@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+SC:wght@200..900&display=swap');

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

#top_spacing {
    background: #000;
}

a:hover {
    text-decoration: none;
}

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

}

/*Menu*/

.navbar_type8 .nav_tab .nav_item a {
    color: white;
    padding: 0px 1.2vw;
    border-right: 1px solid rgba(255,255,255,0.8);
    text-transform: capitalize;
    font-size: 1.2vw;
}

.navbar_type8 .nav_tab .nav_item:last-child a {
    border-right: 0;
}

.navbar_type8 .logo {
    flex: 0 1 8%;
    margin-left: 6%;
}

.navbar_type8 .nav_tab {
    flex: 0 1 92%;
    padding-left: 0;
    padding-right: 14%;
    justify-content: center;
}

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

.dark_nav {
    background-color: rgba(0, 0, 0, 1) !important;
}

.navbar_type8::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0%;
    width: 100%;
    height: 1px;
    background: linear-gradient(
    to right,
    #a67033 0%,

    #f9e4af 50%,
   
    #c08a41 100%
);
}

.navbar_type8 {
    height: 85px;
}

.navbar_type8 .nav_tab .nav_item::before {
    top: 110%;
    width: 0%;
    left: 50%;
    border-bottom: none;
    transition: all 0.4s ease-in-out;
    opacity: 1;
    height: 2px;
    transform: translate(-50%, 0);
    background: linear-gradient(to right, #a67033 0%, #ffcb62 30%, #f9e4af 50%, #fdd37a 70%, #c08a41 100%);
}

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

.navbar_mobile {
    background-color: #000;
}

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

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

.np_language_btn .dropdown_btn {
    border-radius: 30px;
    color: #fff;
    background-image: url('https://cdn1.npcdn.net/img/1779429618A-Language-Button.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 3px 12px;
}

.np_language_btn {
   
    top: 28px;
    right: 3%;
   
}

.np_language_btn .dropdown_btn span {
    color: transparent;
}

.np_language_btn .dropdown_btn .col.p-0 {
    color: #fff;
}

@media screen and (max-width: 1200.5px){
.navbar_type8 .nav_tab {
    padding-right: 12%;
}

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

}

/*Banner*/

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

.hp_banner_box {
    display: inline-block;
    text-align: center;
}

.hp_banner_box:lang(zH-Hans) {

    width: 50%;
}

.hp_banner_icbox {
    width: 4vw;
    margin: 0 auto;
}

.hp_banner_fbox {
    justify-content: center;
    margin-top: 10%;
    gap: 2vw;
}

.hp_banner_tbox {
    display: inline-flex;
    flex-direction: column;
}

.hp_banner_title {
    display: inline-block;
    font-size: 4vw;
    text-transform: uppercase;
    font-weight: 800;
    background: linear-gradient(to right, #a67033, #ffcb62, #f9e4af, #fdd37a, #c08a41);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    width: 40%;
    margin: 0 auto 1.5%;
    position: relative;
}

.hp_banner_title:lang(zH-Hans) {

    width: 75%;
   
}

.hp_banner_title::before {
    position: absolute;
    content: "";
    top: 0%;
    bottom: 0;
    margin: auto 0;
    left: -74%;
    width: 57%;
    height: 1px;
    background: linear-gradient(
    to right,
    #a67033 0%,
    #ffcb62 30%,
    #f9e4af 50%,
    #fdd37a 70%,
    #c08a41 100%
);
}

.hp_banner_title::after {
    position: absolute;
    content: "";
    top: 0%;
    bottom: 0;
    margin: auto 0;
    right: -74%;
    width: 57%;
    height: 1px;
    background: linear-gradient(
    to right,
    #a67033 0%,
    #ffcb62 30%,
    #f9e4af 50%,
    #fdd37a 70%,
    #c08a41 100%
);
}

.hp_banner_title2 {
    display: inline-block;
    font-size: 3.1vw;
    font-weight: 800;
    background: linear-gradient(to right, #a67033, #ffcb62, #f9e4af, #fdd37a, #c08a41);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    padding-bottom: 0.5%;
}

.hp_banner_title3 {
    color: #fff;
    font-size: 1.5vw;
    font-weight: 300;
    margin-bottom: 3%;
}

.hp_banner_item2 {
    display: inline-block;
    clip-path: polygon(100% 0%, 98% 50%, 100% 100%, 0 100%, 0% 50%, 0 0);
    background: linear-gradient(to right, #a67033, #ffcb62, #f9e4af, #fdd37a, #c08a41);
    font-size: 1.4vw;
    color: #000;
    padding: 1% 13%;
    font-weight: 700;
    margin: 0 -3% 8%;
}

.hp_banner_item2 span {
    margin: 0 0.8vw;
}

.hp_banner_item {
    font-size: 0.9vw;
    background: linear-gradient(to right, #a67033, #ffcb62, #f9e4af, #fdd37a, #c08a41);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-weight: 600;
    margin-top: 4%;
}

.hp_banner_link {
    background: linear-gradient(to right, #a67033 0%, #ffcb62 30%, #f9e4af 50%, #fdd37a 70%, #c08a41 100%);
    border-radius: 12.5px;
    padding: 1vw 5vw 1vw 1.5vw;
    font-weight: 700;
    font-size: 1vw;
    transition: 0.3s;
    position: relative;
}

.hp_banner_link:hover {
    background: linear-gradient(to right, #f9e4af 0%, #f9e4af 30%, #f9e4af 50%, #f9e4af 70%, #f9e4af 100%);
    color: #000;
}

.hp_banner_link:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 12%;
    background-image: url(https://cdn1.npcdn.net/img/1778814898A-Banner-Button-Arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 2vw;
    height: 2vw;
    transition: 0.3s;
}

.hp_banner_link:hover:before {
    transform: rotate(-45deg);
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

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

@media screen and (max-width: 1200.5px){
.hp_banner_item {
    font-size: 1.2vw;
    margin-top: 4%;
}

.hp_banner_icbox {
    width: 5vw;
    margin: 0 auto;
}

.hp_banner_link {
    padding: 1.15vw 6vw 1.15vw 2vw;
    font-size: 1.3vw;
}

.hp_banner_link:before {
    right: 12%;
    width: 2.5vw;
    height: 2.5vw;
}

.hp_banner_item2 {
    font-size: 1.7vw;
    padding: 1.5% 13%;
    margin: 0 -3% 6%;
}

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

.hp_banner_title2 {
  
    font-size: 3.75vw;
    padding-bottom: 0.5%;
}

.hp_banner_title {
    font-size: 5vw;
    width: 40%;
    margin: 0 auto 1.5%;
}

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

.hp_banner_fbox {
    
    margin-top: 8%;
    gap: 2vw;
}

.hp_banner_title:lang(zH-Hans) {
    width: 77%;
}

.hp_banner_box:lang(zH-Hans) {
    width: 60%;
}

}

@media screen and (max-width: 767.5px){
    .hp_banner_item {
        font-size: 3.5vw;
        margin-top: 4%;
    }
    
    .hp_banner_box:lang(zH-Hans) {
    width: 100%;
}

.hp_banner_title:lang(zH-Hans) {
    width: 50%;
}

.hp_banner_icbox {
    width: 15vw;
    margin: 0 auto;
}

    .hp_banner_link {
        padding: 2vw 15vw 2vw 4vw;
        font-size: 4vw;
    }

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

.hp_banner_item2 {
        font-size: 3.25vw;
        padding: 2% 7%;
        margin: 0 -3% 9%;
    }

    .hp_banner_title3 {
        font-size: 4vw;
        margin-bottom: 3%;
        line-height: 1.5;
    }

.hp_banner_title2 {
        font-size: 5.5vw;
        padding-bottom: 0.5%;
    }

.hp_banner_title {
    font-size: 7vw;
    width: 40%;
    margin: 0 auto 1.5%;
}


        .hp_banner_fbox {
        margin-top: 10%;
        gap: 6vw 0;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
    .hp_banner_box {
        flex: 0 0 48%;
    }

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

@media only screen and (max-width: 767.5px) {
    .slider_banner .banner_content {
        position: static !important;
        transform: none !important;
        background-color: #000;
    }
}

/*About*/

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

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

.hp_about_image {
    width: 100%;
}

.hp_about_title {
    display: inline-block;
    background: linear-gradient(
    to right,
    #a67033,
    #ffcb62,
    #f9e4af,
    #fdd37a,
    #c08a41
);

-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
color: transparent;
}

.hp_about_desc {
    color: #fff;
    font-size: 15.5px;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 30px;
}

.bbutton {
    background: linear-gradient(to right, #a67033 0%, #ffcb62 30%, #f9e4af 50%, #fdd37a 70%, #c08a41 100%);
    border-radius: 12.5px;
    padding: 12.5px 80px 12.5px 25px;
    font-weight: 700;
    font-size: 16px;
    transition: 0.3s;
    position: relative;
}

.bbutton:hover {
    background: linear-gradient(to right, #f9e4af 0%, #f9e4af 30%, #f9e4af 50%, #f9e4af 70%, #f9e4af 100%);
    color: #000;
}

.bbutton:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 14%;
    background-image: url(https://cdn1.npcdn.net/img/1778814898A-Banner-Button-Arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 27.5px;
    height: 27.5px;
    transition: 0.3s;
}

.bbutton:hover:before {
    transform: rotate(-45deg);
}

.hp_about_link {
    background: linear-gradient(to right, #a67033, #ffcb62, #f9e4af, #fdd37a, #c08a41);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-weight: 700;
    font-size: 16px;
    transition: 0.3s;
    position: relative;
}

.hp_about_bbox:hover .hp_about_link {
    background: transparent;
    color: #000;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
    background-clip: unset;
}

.hp_about_bbox:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 14%;
    background-image: url(https://cdn1.npcdn.net/img/1778835095B-Icon-Arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 27.5px;
    height: 27.5px;
    transition: 0.3s;
}

.hp_about_bbox:hover:after {
    transform: rotate(-45deg);
    background-image: url(https://cdn1.npcdn.net/img/1778814898A-Banner-Button-Arrow.png);
}

.hp_about_bbox {
    display: inline-flex;
    position: relative;
    background: #000;
    border-radius: 12.5px;
    padding: 12.5px 80px 12.5px 25px;
    transition: 0.3s;
    cursor: pointer;
}

.hp_about_bbox::before{
    content: "";
    position: absolute;
    inset: 0;
    padding: 2px;
    border-radius: 12.5px;
    background: linear-gradient(to right, #a67033, #ffcb62, #f9e4af, #fdd37a, #c08a41);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
    pointer-events: none;
}

.hp_about_bbox:hover {
    background: linear-gradient(to right, #a67033, #ffcb62, #f9e4af, #fdd37a, #c08a41);
}

.hp_about_box {
    padding-left: 3%;
}

.hp_about_ibox {
    margin-right: 10%;
    position: relative;
}

.hp_about_ibox:before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0%;
    right: 0%;
    margin: auto;
    border: 3px solid transparent;
    border-image: linear-gradient(to right, #a67033, #ffcb62, #f9e4af, #fdd37a, #c08a41) 1;
    z-index: 1;
    width: 95%;
    height: 120%;
    z-index: -1;
}

.hp_about_title {
    margin-bottom: 30px;
}

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

.bbutton {
    border-radius: 12.5px;
    padding: 1vw 6vw 1vw 2vw;
    font-size: 1.3vw;
}

.bbutton:before {
    right: 14%;
    width: 2.25vw;
    height: 2.25vw;
}

.hp_about_desc {
    font-size: 1.25vw;
    margin-bottom: 6%;
}

.hp_about_box {
    padding-left: 1%;
}

.hp_about_ibox {
    margin-right: 6%;
}

.hp_about_title {
    margin-bottom: 4%;
}

.hp_about_link {

        font-size: 1.3vw;
    }
    
    .hp_about_bbox {

        padding: 1.1vw 6vw 1.1vw 2vw;
      
    }
    
    .hp_about_bbox:after {
        right: 14%;
        width: 2.25vw;
        height: 2.25vw;
    }    

}

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

.bbutton {
    border-radius: 12.5px;
    padding: 12px 70px 12px 20px;
    font-size: 15px;
}

.bbutton:before {
    right: 14%;
    width: 25px;
    height: 25px;
}

.hp_about {
    padding: 45px 3% 45px;
}

    .hp_about_ibox {
        margin-right: 0;
        margin-bottom: 12%;
    }
    
        .hp_about_desc {
        font-size: 14px;
        margin-bottom: 30px;
    }
    
        .hp_about_link {
 
        font-size: 15px;
    }
    
        .hp_about_bbox {

        padding: 12px 70px 12px 20px;
     
    }
    
    .hp_about_bbox:after {
        right: 14%;
        width: 25px;
        height: 25px;
    }
    
        .hp_about_title {
        margin-bottom: 20px;
    }
    
}


/*Services*/

.hp_services {
    padding: 2% 2% 3%;
}

.hp_services_tbox {
    position: relative;
}

.hp_services_tbox::before {
    position: absolute;
    content: "";
    top: 0%;
    bottom: 0;
    margin: auto 0;
    left: 0%;
    width: 37%;
    height: 1px;
    background: linear-gradient(
    to right,
    #a67033 0%,
    #ffcb62 30%,
    #f9e4af 50%,
    #fdd37a 70%,
    #c08a41 100%
);
}
.hp_services_tbox::after {
    position: absolute;
    content: "";
    top: 0%;
    bottom: 0;
    margin: auto 0;
    right: 0%;
    width: 37%;
    height: 1px;
    background: linear-gradient(
    to right,
    #a67033 0%,
    #ffcb62 30%,
    #f9e4af 50%,
    #fdd37a 70%,
    #c08a41 100%
);
}

.hp_services_image {
    width: 100%;
}

.hp_services_fbox {
    flex-wrap: wrap;
    margin-top: 3rem;
    margin-bottom: 4rem;
    padding: 0 7%;
}

.hp_services_box {
    flex: 0 0 25%;
}

.hp_services_box2 {
    flex: 0 0 25%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 3%;
}

.hp_services_item {
    color: #fff;
    font-size: 21px;
    line-height: 1.5;
    margin-bottom: 3rem;
}

.tbig {
    font-size: 41px;
    background: linear-gradient(
    to right,
    #a67033,
    #ffcb62,
    #f9e4af,
    #fdd37a,
    #c08a41
);

-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
color: transparent;
    font-weight: 700;
    position: relative;
    display: inline-block;
}

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

}

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

.hp_services_tbox::before {
    width: 33%;
}
.hp_services_tbox::after {
    width: 33%;
}

.hp_services_item {
    font-size: 1.65vw;
    margin-bottom: 15%;
}

.hp_services_fbox {
    margin-top: 4%;
    margin-bottom: 4%;
    padding: 0 6%;
}

}

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

.hp_services_tbox::before {
    width: 30%;
}
.hp_services_tbox::after {
    width: 30%;
}

.hp_services_box2 {
    flex: 0 0 50%;
    padding-left: 6%;
}

.hp_services_box {
    flex: 0 0 50%;
}

    .hp_services_fbox {
        margin-top: 2rem;
        margin-bottom: 3rem;
        padding: 0 0%;
    }
    
    .hp_services {
    padding: 45px 3% 45px;
}

    .hp_services_item {
        font-size: 20px;
        margin-bottom: 3rem;
    }

}

@media screen and (max-width: 650px){
.hp_services_tbox::before {
    width: 26%;
}
.hp_services_tbox::after {
    width: 26%;
}

}

@media screen and (max-width: 550px){
.hp_services_tbox::before {
    width: 21%;
}
.hp_services_tbox::after {
    width: 21%;
}

}

@media screen and (max-width: 492.5px) {
    .hp_services_item {
        font-size: 18px;
   
    }
    
        .hp_services_box2 {
     
        padding-left: 5%;
    }
}

@media screen and (max-width: 450px){
.hp_services_tbox::before {
    width: 15%;
}
.hp_services_tbox::after {
    width: 15%;
}

.hp_services_link {
    padding: 12px 50px 12px 15px;
}

.hp_services_link:before {
    right: 10%;
}

.hp_services_item {
        font-size: 16px;
        margin-bottom: 2rem;
   
    }

}

@media screen and (max-width: 400px){
.hp_services_tbox::before {
    width: 13%;
}
.hp_services_tbox::after {
    width: 13%;
}

.hp_services_box2 {
        padding-left: 4%;
    }
    
    .hp_services_item {
        font-size: 14.5px;
       
    }    
    
        .hp_services_link {
        padding: 12px 40px 12px 12.55px;
    }
    
        .hp_services_link:before {
        right: 6%;
    }

}

/*Why*/

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

.hp_why_tbox {
    position: relative;
}

.hp_why_tbox::before {
    position: absolute;
    content: "";
    top: 0%;
    bottom: 0;
    margin: auto 0;
    left: 0%;
    width: 35%;
    height: 1px;
    background: linear-gradient(
    to right,
    #a67033 0%,
    #ffcb62 30%,
    #f9e4af 50%,
    #fdd37a 70%,
    #c08a41 100%
);
}
.hp_why_tbox::after {
    position: absolute;
    content: "";
    top: 0%;
    bottom: 0;
    margin: auto 0;
    right: 0%;
    width: 35%;
    height: 1px;
    background: linear-gradient(
    to right,
    #a67033 0%,
    #ffcb62 30%,
    #f9e4af 50%,
    #fdd37a 70%,
    #c08a41 100%
);
}

.hp_why_item {
    display: inline-block;
    background: linear-gradient(to right, #a67033, #ffcb62, #f9e4af, #fdd37a, #c08a41);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-weight: 700;
    font-size: 16px;
    margin: 20px -40px 7.5px;
    padding-top: 17.5px;
}

.hp_why_itbox {
    position: relative;
}

.hp_why_itbox::before {
    position: absolute;
    content: "";
    top: 20px;
    margin: 0 auto;
    left: 0%;
    right: 0%;
    width: 100%;
    height: 1px;
    background: linear-gradient(
    to right,
    #a67033 0%,
    #ffcb62 30%,
    #f9e4af 50%,
    #fdd37a 70%,
    #c08a41 100%
);
}

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

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

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

.dsmall {
    font-size: 15px;
    color: #fff;
    line-height: 1.8;
}

.hp_why_fbox {
    gap: 2.5vw;
    margin-top: 4rem;
    padding: 0 3%
}

.hp_why_box {
    position: relative;
    padding: 25px 45px 40px;
}

.hp_why_box::before {
    position: absolute;
    content: "";
    top: 0%;
    bottom: 0;
    margin: auto;
    left: 0%;
    right: 0%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
    to right,
    #a67033 0%,
    #ffcb62 30%,
    #f9e4af 50%,
    #fdd37a 70%,
    #c08a41 100%
);
    z-index: -1;
}

.hp_why_box::after {
    position: absolute;
    content: "";
    top: 0%;
    bottom: 0;
    margin: auto;
    left: 0%;
    right: 0%;
    width: 99%;
    height: 99%;
    background: #000;
    z-index: -1;
}

.hp_why_item2 {
    font-size: 14px;
    line-height: 1.6;
}

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

.hp_why_tbox::before {
    width: 30%;
}
.hp_why_tbox::after {
    width: 30%;
}

.hp_why_box {
    padding: 2% 2% 3%;
}

.hp_why_item {
    font-size: 1.35vw;
    margin: 7% -12% 4%;
    padding-top: 7%;
}

.hp_why_box img {
    width: 7vw;
}

.hp_why_fbox {
    gap: 2vw;
    padding: 0 0%;
    margin-top: 5%;
}

.hp_why_item2 {
    font-size: 1.15vw;
}

.hp_why_itbox::before {
    top: 10%;
}

}

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

.hp_why_fbox {
    flex-wrap: wrap;
    gap: 4vw 0;
    justify-content: space-between;
    margin-top: 2rem;
}

.hp_why_box {
    flex: 0 0 48%;
    padding: 25px 35px 35px
}

.hp_why_tbox::before {
    width: 27%;
}
.hp_why_tbox::after {
    width: 27%;
}

.hp_why_box img {
    width: 80px;
}

.hp_why_item2 {

    font-size: 13.5px;
}

    .hp_why_item {
        font-size: 15px;
        margin: 20px -40px 7.5px;
        padding-top: 15px;
    }
    
        .hp_why_itbox::before {
        top: 15%;
    }
    
    .hp_why {
    padding: 45px 3% 45PX;
}
    
}

@media screen and (max-width: 650px){
.hp_why_tbox::before {
    width: 20%;
}
.hp_why_tbox::after {
    width: 20%;
}

}

@media screen and (max-width: 550px){
.hp_why_tbox::before {
    width: 17%;
}
.hp_why_tbox::after {
    width: 17%;
}

.hp_why_fbox {
    flex-direction: column;
            gap: 7vw 0;
}

}

@media screen and (max-width: 450px){
.hp_why_tbox::before {
    width: 11%;
}
.hp_why_tbox::after {
    width: 11%;
}

}

@media screen and (max-width: 400px){
.hp_why_tbox::before {
    width: 8%;
}
.hp_why_tbox::after {
    width: 8%;
}

}

/*Portfolio*/

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

.hp_portfolio_title2 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2.5rem;
}

.hp_portfolio_tbox {
    position: relative;
}

.hp_portfolio_tbox::before {
    position: absolute;
    content: "";
    top: -35%;
    bottom: 0;
    margin: auto 0;
    left: 0%;
    width: 37%;
    height: 1px;
    background: linear-gradient(
    to right,
    #a67033 0%,
    #ffcb62 30%,
    #f9e4af 50%,
    #fdd37a 70%,
    #c08a41 100%
);
}
.hp_portfolio_tbox::after {
    position: absolute;
    content: "";
    top: -35%;
    bottom: 0;
    margin: auto 0;
    right: 0%;
    width: 37%;
    height: 1px;
    background: linear-gradient(
    to right,
    #a67033 0%,
    #ffcb62 30%,
    #f9e4af 50%,
    #fdd37a 70%,
    #c08a41 100%
);
}

.hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box img {
    object-fit: cover;
    padding: 0;
}

.hp_photoGallerySlider_type3 .photo-gallery3 {
    padding: 0;
}

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

.hp_photoGallerySlider_type3 {
    background-color: transparent;
    padding: 0 1%;
}

.hp_photoGallerySlider_type3 .col-12 {
    padding: 0;
}

.hp_photoGallerySlider_type3 .photo-gallery3 .outline_box {
    padding: 10px;
}

.hp_portfolio_bbox {
    margin-top: 3rem;
}

@media screen and (max-width: 1200.5px){
.hp_portfolio_tbox::before {
    width: 33%;
}
.hp_portfolio_tbox::after {
    width: 33%;
}

.hp_portfolio_bbox {
    margin-top: 4%;
}

.hp_photoGallerySlider_type3 .photo-gallery3 .outline_box {
    padding: 10px 0.75vw;
}

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

}

@media screen and (max-width: 767.5px){
.hp_portfolio_tbox::before {
    width: 30%;
}
.hp_portfolio_tbox::after {
    width: 30%;
}

.hp_portfolio_title2 {
    font-size: 15.5px;
    margin-bottom: 1.5rem;
}

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

.hp_portfolio_bbox {
    margin-top: 2rem;
}

}

@media screen and (max-width: 650px){
.hp_portfolio_tbox::before {
    width: 26%;
}
.hp_portfolio_tbox::after {
    width: 26%;
}

.hp_photoGallerySlider_type3 .photo-gallery3 .outline_box {
    padding: 10px 10px;
}

}

@media screen and (max-width: 550px){
.hp_portfolio_tbox::before {
    width: 23%;
}
.hp_portfolio_tbox::after {
    width: 23%;
}

}

@media screen and (max-width: 450px){
.hp_portfolio_tbox::before {
    width: 17%;
}
.hp_portfolio_tbox::after {
    width: 17%;
}

}

@media screen and (max-width: 400px){
.hp_portfolio_tbox::before {
    width: 14%;
}
.hp_portfolio_tbox::after {
    width: 14%;
}

}

/*Latest News*/

.index_wrapper_7 {
    padding: 3% 2% 5%;
}

#main_index .latest_new_type6 .news_box {
    padding: 15px 15px;
    background-color: transparent;
}

#main_index .latest_new_type6 .news_box .img_frame {
    border-radius: 10px;
    border: 0;
}

#main_index .latest_new_type6 .news_box .badge-primary {
    letter-spacing: 0;
    border-radius: 5px;
    font-size: 12px;
    padding: 4px 10px;
    background: linear-gradient(
    to right,
    #a67033 0%,
    #ffcb62 30%,
    #f9e4af 50%,
    #fdd37a 70%,
    #c08a41 100%
);
    color: #000;
    font-weight: 700;
}

#main_index .latest_new_type6 {
    padding-left: 7%;
    padding-right: 7%;
    padding-top: 25px;
}

#main_index .latest_new_type6 .news_box .news_box_content {
    background-color: #f2f2f2;
}

.hp_news_tbox {
    position: relative;
}

.hp_news_tbox::before {
    position: absolute;
    content: "";
    top: 0%;
    bottom: 0;
    margin: auto 0;
    left: 0%;
    width: 37%;
    height: 1px;
    background: linear-gradient(
    to right,
    #a67033 0%,
    #ffcb62 30%,
    #f9e4af 50%,
    #fdd37a 70%,
    #c08a41 100%
);
}
.hp_news_tbox::after {
    position: absolute;
    content: "";
    top: 0%;
    bottom: 0;
    margin: auto 0;
    right: 0%;
    width: 37%;
    height: 1px;
    background: linear-gradient(
    to right,
    #a67033 0%,
    #ffcb62 30%,
    #f9e4af 50%,
    #fdd37a 70%,
    #c08a41 100%
);
}

@media screen and (max-width: 1200.5px){
.hp_news_tbox::before {
    width: 33%;
}
.hp_news_tbox::after {
    width: 33%;
}

}

@media screen and (max-width: 767.5px){
.hp_news_tbox::before {
    width: 30%;
}
.hp_news_tbox::after {
    width: 30%;
}

#main_index .latest_new_type6 {
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 15px;
}

.index_wrapper_7 {
    padding: 45px 3% 45px;
}

}

@media screen and (max-width: 650px){
.hp_news_tbox::before {
    width: 26%;
}
.hp_news_tbox::after {
    width: 26%;
}

}

@media screen and (max-width: 550px){
.hp_news_tbox::before {
    width: 23%;
}
.hp_news_tbox::after {
    width: 23%;
}

}

@media screen and (max-width: 450px){
.hp_news_tbox::before {
    width: 17%;
}
.hp_news_tbox::after {
    width: 17%;
}

}

@media screen and (max-width: 400px){
.hp_news_tbox::before {
    width: 14%;
}
.hp_news_tbox::after {
    width: 14%;
}

}

/*Contact*/

.hp_contact {
    padding: 5.5% 9% 5.5%;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('https://cdn1.npcdn.net/img/1778811497E-Background.jpg');
}

.hp_contact_tbox {
    display: flex;
    flex-direction: column;
    display: inline-flex;
}

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

.hp_contact::before {
    position: absolute;
    content: "";
    top: 0%;
    right: 0%;
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, #a26f35, #ecd498, #bb8940);
}

.hp_contact::after {
    position: absolute;
    content: "";
    bottom: 0%;
    right: 0%;
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, #a26f35, #ecd498, #bb8940);
}

.hp_contact_box2 {
    display: flex;
    gap: 1.5vw;
}

.hp_contact_title:before, .hp_contact_title:after {
    display: none;
}

.hp_contact_title2 {
    color: #fff;
    letter-spacing: 4px;
    font-size: 27px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    position: relative;
}

.hp_contact_title2::before {
    position: absolute;
    content: "";
    bottom: 0%;
    left: 0%;
    width: 26.5rem;
    height: 1px;
    background: linear-gradient(
    to right,
    #a67033 0%,
  
    #f9e4af 50%,
 
    #c08a41 100%
);
}

.hp_contact_desc {

    margin-bottom: 3rem;
}

.hp_contact_item2 {
    color: #fff;
    font-size: 16px;
    line-height: 1.6;
}

.hp_contact_item {
    font-size: 17px;
    font-weight: 800;
    display: inline-block;
    background: linear-gradient(
    to right,
    #a67033,
    #ffcb62,
    #f9e4af,
    #fdd37a,
    #c08a41
);

-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
color: transparent;
margin-bottom: 5px;
}

.hp_contact_item2 .contactRecordBtn {
    color: #fff;
}

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

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

.hp_contact_title {
    margin-bottom: 20px;
}

.hp_contact_fbox {
    padding-left: 6%;
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

@media screen and (max-width: 1200.5px){
.hp_contact_title2 {
    letter-spacing: 0.5vw;
    font-size: 2vw;
    margin-bottom: 5%;
    padding-bottom: 4%;
}

.hp_contact_item {
    font-size: 1.4vw;
    margin-bottom: 5px;
}
.hp_contact_item2 {
    font-size: 1.35vw;
}

.hp_contact_box2 img {
    width: 4vw;
    height: 4vw;
}

.hp_contact_fbox {
    padding-left: 6%;
    gap: 3.5vw;
}

.hp_contact_title2::before {
    width: 100%;
}

.hp_contact_desc {
    margin-bottom: 9%;
}

.hp_contact {
    background-position: 45%;
}

}

@media screen and (max-width: 767.5px){
.hp_contact_title2 {
    letter-spacing: 3px;
    font-size: 20.5px;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

.hp_contact_item {
    font-size: 15px;
    margin-bottom: 5px;
}
.hp_contact_item2 {
    font-size: 14.5px;
}

.hp_contact_box2 img {
    width: 43px;
    height: 43px;
}

.hp_contact_fbox {
    padding-left: 0%;
    gap: 30px;
    margin-top: 45px;
}

.hp_contact_title2::before {
    width: 100%;
}

.hp_contact_desc {
    margin-bottom: 40px;
}

.hp_contact {
    padding: 45px 3% 45px;
    background-position: 75%;
}

.hp_contact_box2 {
    gap: 3vw;
}

}

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

}

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

.hp_contact_item2 br {
    display: none;
}

}

/*footer*/

.footerListServices {
    background-color: #000;
    color: white;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.footerListServices .line {
    background-color: rgba(255, 255, 255, 0.5);
    margin-top: 30px;
}

.footerListServices .py-3 {
    padding-top: 0rem !important;
}

.footerListServices .input-container input {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.footerListServices .title h5 {
    text-transform: uppercase;
    font-weight: 700;
}

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

.footerListServices .logo.title {
    min-height: 120px;
}

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

.footerListServices .social_media a .icon_s img {
    height: 25px;
}

.footerListServices .social_media a {
    margin-left: 0;
}

.footerListServices .text-muted {
    color: #fff !important;
}

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

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

.footerListServices .logo.title {
    min-height: 100px;
}

}

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

.footerListServices .title {
    min-height: 30px;
}

.footerListServices .title h5 {
    font-size: 18px;
}

}


