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

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

a:hover {
    text-decoration: none;
}


.gallerycategory .img_frame{
    height: 380px;
}

.gallerycategory .container-fluid .col-sm-12 > p{
    position: absolute;
  text-transform: uppercase;
  width: 85%;
  text-shadow: 2px 2px 5px black;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-weight: 900;
  font-size: 33px;
  margin-bottom: 0;
}

.gallerycategory .img_frame:hover .more {
  background-color: rgba(0, 0, 0, 0.5);
}


.gallerycategory .img_frame .more{
    background-color: rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767.5px){
    
.index_wrapper_2 .item>img{
      
    min-height:80vw!important;
    object-fit:cover;
}

}

/*Menu*/

.navbar_type8 .nav_tab .nav_item a {
    color: #353535;
    padding: 15px 1.1vw;
    font-size: 14.4px;
    text-transform: capitalize;
    font-weight: 600;
}

.navbar_type8 .nav_tab .nav_item::before {
  
    width: 0%;
    left: 50%;
    border-bottom: none;
    transition: all 0.4s ease-in-out;
    opacity: 1;
    height: 3px;
    transform: translate(-50%, 0);
    background-color: #f7e054;
     
}

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

.navbar_type8 .logo img {
   
    width: 200px;
    object-fit: contain;
    padding: 0;
}

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

.navbar_type8 .nav_tab {
    flex: 0 1 70%;

    padding-left: 0;
    padding-right: 2%;

}

.nav_social_media {
    flex: 0 1 15%;
    align-items: center;
    display: flex;
    gap: 1px;
}



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

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

.nav_icon {
    width: 35px;
}

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

@media screen and (max-width: 1200.5px){
.navbar_type8 .logo img {
    width: 167px;
    object-fit: contain;
    padding: 0;
}

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

}

}

/*Banner*/

.hp_banner_bbox {
    width: 12vw;
    transition: 0.3s;
}

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

.hp_banner_title {
    color: #f7e054;
    font-size: 3.25vw;
    font-weight: 700;
    font-family: 'Outfit';
    margin-bottom: 5%;
}

.hp_banner_title span {
  
    font-weight: 400;

}

.hp_banner {
    padding-top: 15%;
    padding-left: 22%;
}

@media screen and (max-width: 1200.5px){
.hp_banner_title {
    
    font-size: 3.75vw;
 
    margin-bottom: 5%;
}

.hp_banner_bbox {
    width: 14vw;
}

.hp_banner {
    padding-top: 15%;
    padding-left: 20%;
}

}

@media screen and (max-width: 767.5px){
.hp_banner_title {
    
    font-size: 7.5vw;
 
    margin-bottom: 9%;
}

.hp_banner_bbox {
    width: 35vw;
}

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

}

/*About*/

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

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

.hp_about_image {
    width: 100%;
}

.hp_about_title {
 
    color: black;
    font-weight: 700;
    font-family: outfit;
    font-size: 2.25vw;
    margin-bottom: 4%;
}

.hp_about_title span {
 
    color: #f7e054;
 
}

.hp_about_desc {
    color: rgba(0, 0, 0, 0.7);
    font-size: 0.9vw;
    line-height: 1.8;
    font-weight: 400;
    margin-bottom: 3%;
}

.hp_about_link img {
    width: 12vw;
    transition: 0.3s;
}

.hp_about_link:hover img {
    transform: scale(1.05);
}

.hp_about_ibox {
    margin-right: -129%;
}

.hp_about .col-12.col-md-6:nth-child(2) {
    padding-left: 8%;
}

.hp_about_bbox {
    margin-top: 9%;
}

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

.hp_about .col-12.col-md-6:nth-child(2) {
    padding-left: 6%;
}

.hp_about_bbox {
    margin-top: 3%;
}

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

.hp_about_desc br {
    
    display: none;
}

.hp_about_link img {
    width: 14vw;
}

.hp_about {
    padding: 3% 3% 0 0%;
}

}

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

.hp_about .col-12.col-md-6:nth-child(2) {
    padding-left: 15px;
}

.hp_about_bbox {
    margin-top: 9%;
}

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

.hp_about_link img {
    width: 35vw;
}

.hp_about {
    padding: 12% 3%;
}

.hp_about_ibox {
    margin-right: -115%;
    margin-bottom: 7%;
}

}

/*Gallery*/

.index_wrapper_4 {
    padding: 6% 9% 3%;
}

.hp_gallery_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3%;
}

.hp_gallery_title1 {

    font-size: 1.2vw;
    font-weight: 400;
    color: rgba(0,0,0,0.5);
}

.hp_gallery_title2 {
 
    color: black;
    font-weight: 700;
    font-family: outfit;
    font-size: 2.25vw;
    margin-bottom: 0%;
}

.hp_gallery_title2 span {
    
    color: #f7e054;
   
}

.hp_gallery_link img {
    width: 12vw;
    transition: 0.3s;
}

.hp_gallery_link:hover img {
 
    transform: scale(1.05);
}

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

.hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box {
    
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.hp_photoGallerySlider_type3 .photo-gallery3 .outline_box {
    width: 100%;
    padding: 10px 0.75vw;
    clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 100%, 23% 100%, 0 77%);
}

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

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

.hp_photoGallerySlider_type3 {
    background-color: transparent;
}


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

    font-size: 1.7vw;
    
}

.hp_gallery_title2 {
 
    
    font-size: 2.75vw;
    margin-bottom: 0%;
}



.hp_gallery_link img {
    width: 14vw;
    
}

}

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

    font-size: 4vw;
    
}

.hp_gallery_title2 {
 
    
    font-size: 7vw;
    margin-bottom: 0%;
}

.hp_gallery_box {

    align-items: start;
    margin-bottom: 9%;
    flex-direction: column;
    gap: 6vw;
}

.hp_gallery_link img {
    width: 35vw;
    
}

.index_wrapper_4 {
    padding: 12% 3%;
}

.hp_photoGallerySlider_type3 .photo-gallery3 .outline_box {

    padding: 10px 15px;
    
}

}

/*Services*/

.index_wrapper_5 {
    padding: 5% 9% 5%;
}

.ex_hpservice_slide .service_btn {
    display: none;
}

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

.ex_hpservice_slide .services-content {

    overflow: visible;

    height: 18vw;
}

.ex_hpservice_slide .fa-arrow-left:before {
    position: absolute;
    content: "";
    background-image: url(https://cdn1.npcdn.net/img/1756172680JT_Service-20.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
}

.ex_hpservice_slide .fa-arrow-right:before {
    position: absolute;
    content: "";
    background-image: url(https://cdn1.npcdn.net/img/1756172717JT_Service-21.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
}

.ex_hpservice_slide .controls.left {
    left: -40px;
    top: 35%;
}

.ex_hpservice_slide .controls.right {
    right: -20px;
    top: 35%;
}

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

.ex_hpservice_slide .services-text {
   
    position: relative;
    top: unset;
    padding: 0%;
    transform: unset;
    
}

.ex_hpservice_slide .services-text h3.title {
    text-transform: capitalize;
    color: black;
    font-weight: 700;
    font-size: 1vw;
    margin-top: 12%;
}

.ex_hpservice_slide .services-content .overlay {
    width: 110%;
    height: 110%;
    position: absolute;
    top: -5%;
    left: -5%;
    background-color: transparent;
    border: 2px solid #f7e054;
    clip-path: polygon(0 0, 80% 0, 100% 20%, 100% 100%, 0 100%, 0 50%);
}

.ex_hpservice_slide .services-content:after {
    position: absolute;
    content: "";
    top: 5.5%;
    right: -10%;
    background-color: #f7e054;
    width: 5.25vw;
    height: 2px;
    transform: rotate(48deg);
}

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

.hp_services_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3%;
}

.hp_services_title1 {

    font-size: 1.2vw;
    font-weight: 400;
    color: rgba(0,0,0,0.5);
}

.hp_services_title2 {
 
    color: black;
    font-weight: 700;
    font-family: outfit;
    font-size: 2.25vw;
    margin-bottom: 0%;
}

.hp_services_title2 span {
    
    color: #f7e054;
   
}

.hp_services_link img {
    width: 12vw;
    transition: 0.3s;
}

.hp_services_link:hover img {
 
    transform: scale(1.05);
 
}

.ex_hpservice_slide .item {
    margin: 1vw 1.75vw;
}

.ex_hpservice_slide .services-content .services-image {
  
    clip-path: polygon(0 0, 80% 0, 100% 20%, 100% 100%, 0 100%, 0 50%);
}


@media screen and (max-width: 1200.5px){
.ex_hpservice_slide .services-text h3.title {
   
    font-size: 1.3vw;
    margin-top: 12%;
}

.hp_services_title1 {

    font-size: 1.7vw;
   
}

.hp_services_title2 {
 
    font-size: 2.75vw;
    margin-bottom: 0%;
}


.hp_services_link img {
    width: 14vw;
    
}

.ex_hpservice_slide .controls.left {
    left: -30px;
    top: 35%;
}

.ex_hpservice_slide .controls.right {
    right: -10px;
    top: 35%;
}

}

@media screen and (max-width: 767.5px){
.ex_hpservice_slide .services-text h3.title {
   
    font-size: 4vw;
    margin-top: 12%;
}



.hp_services_title1 {

    font-size: 4vw;
   
}

.hp_services_title2 {
 
    font-size: 7vw;
    margin-bottom: 0%;
}


.hp_services_link img {
    width: 35vw;
    
}

.ex_hpservice_slide .controls.left {
    left: 0px;
    top: 35%;
}

.ex_hpservice_slide .controls.right {
    right: 25px;
    top: 35%;
}

.index_wrapper_5 {
    padding: 12% 3%;
}

.ex_hpservice_slide .services-content {

    height: 80vw;
}

.ex_hpservice_slide .item {
    margin: 6vw 6vw;
}

.hp_services_box {
    
    align-items: start;
    margin-bottom: 9%;
    flex-direction: column;
    gap: 6vw;
}

.ex_hpservice_slide .services-content:after {
 
    top: 5.75%;
    right: -9.5%;
    
    width: 25.5vw;
    height: 2px;
    transform: rotate(44deg);
}

}

/*Why*/

.hp_why {
    padding: 8% 20% 9%;
}

.hp_why:before {
    position: absolute;
    content: "";
    top: 0%;
    right: 0%;
    background-image: url(https://cdn1.npcdn.net/img/1756171116JT_Why-22.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 100%;
    width: 96%;
    height: 100%;
}

.hp_why_title1 {
    text-align: center;
    font-size: 1.2vw;
    font-weight: 400;
    color: #f7e054;
    margin-bottom: 1%;
}

.hp_why_title2 {
    text-align: center;
    color: #f7e054;
    font-weight: 700;
    font-family: outfit;
    font-size: 2.25vw;
    margin-bottom: 6%;
}

.hp_why_item {
    color: #f7e054;
    font-size: 1vw;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 9%;
}

.hp_why_box {
    text-align: center;
}

.hp_why_image {
    width: 5vw;
    transition: 0.3s;
}

.hp_why_image:hover {
    animation: 1s jshake;
}

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

@media screen and (max-width: 1200.5px){
.hp_why_title1 {
    
    font-size: 1.7vw;
 
    margin-bottom: 1%;
}

.hp_why_title2 {
   
    font-size: 2.75vw;
    margin-bottom: 6%;
}

.hp_why_item {
    
    font-size: 1.5vw;

    margin-top: 9%;
}

.hp_why_image {
    width: 5.5vw;
    
}

.hp_why {
    padding: 8% 14% 9%;
}

}

@media screen and (max-width: 767.5px){
.hp_why_title1 {
    
    font-size: 4vw;
 
    margin-bottom: 2%;
}

.hp_why_title2 {
   
    font-size: 7vw;
    margin-bottom: 12%;
}

.hp_why_item {
    
    font-size: 3.35vw;

    margin-top: 9%;
}

.hp_why_image {
    width: 15vw;
    
}

.hp_why {
    padding: 12% 3%;
}

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

.hp_why:before {
  
    background-position: 55%;
    width: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 50%, 100% 100%, 20% 100%, 0 80%);
}

.hp_why_box {
    
    margin-bottom: 6vw;
}

.hp_why .col-6.col-md-4 {
    padding: 0 1vw;
}

}

/*News*/

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

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

.latest_new_type6 .news_box .date {

    color: black;
    font-weight: 500;
}

.latest_new_type6 .news_box .badge-primary {
    background-color: black;
    letter-spacing: 0;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 400;
    padding: 4px 10px;
}

.hp_news_title1 {
    text-align: center;
    font-size: 1.2vw;
    font-weight: 400;
    color: rgba(0,0,0,0.5);
}

.hp_news_title2 {
    text-align: center;
    color: black;
    font-weight: 700;
    font-family: outfit;
    font-size: 2.25vw;
    margin-bottom: 1%;
}

.hp_news_title2 span {
    
    color: #f7e054;
   
}

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

.hp_news_title2 {
   
    font-size: 2.75vw;
    margin-bottom: 1%;
}

}

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

.hp_news_title2 {
   
    font-size: 7vw;
    margin-bottom: 2%;
}

.index_wrapper_7 {
    padding: 12% 6%;
}

}


/*Footer*/

.footer_type8 {
    background-color: #f2f2f2;
    color: black;
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  
}

.footer_type8 a {
    
    color: black;
    
  
}

.footer_type8 .logo img {
  
    max-height: 90px;
}

.footer_type8 .logo {
   
    min-height: 90px;
    margin-bottom: 1rem;
}

.footer_type8 a .icon_s img {
    filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(0%) hue-rotate(324deg) brightness(96%) contrast(104%);
    height: 17px;
    width: auto;
}

.footer_type8 .social_media a {
   
    border: 1px solid black;
    color: #000;
  
}

.footer_type8 a:hover .icon_s img {
    filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(1378%) hue-rotate(147deg) brightness(121%) contrast(58%);
}

.footer_type8 a:hover {
    color: #353535;
}

.footer_type8 .social_media a:hover {
    color: #353535;
    background-color: transparent;
}

.footer_type8 .title h5 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
}

@media screen and (max-width: 991.5px){
    
.footer_type8 .logo img {
    max-height: 80px;
}

.footer_type8 .logo {
   
    min-height: 80px;
    margin-bottom: 1rem;
}

}

