@import url('https://fonts.googleapis.com/css2?family=Bitter:ital,wght@0,100..900;1,100..900&display=swap'); 
/*font-family: "Bitter", system-ui;*/

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

h1,h2,h3,h4,h5,h6,p{
    margin-bottom: 0px;
}

a:hover{
    text-decoration: unset;
}

/* btn */
.btn.main-btn{
  background: #f8b717;
  border-radius: 50px;
  padding: 6px 20px;
  transition: all .2s linear;
}
.btn.main-btn:hover{
  background-color: #11592e;
  color: #fff;
}
.btn.sub-btn {
  background: #11592e;
  color: #fff;
  border-radius: 50px;
  padding: 6px 20px;
  transition: all .2s linear;
}
.btn.sub-btn:hover{
  background-color: #f8b717;
  color: #000;
}

/*unity text*/
.cont-style h1{
  font-family: 'Bitter', system ui;
  font-style: italic;
  font-weight: 600;
  font-size: 35px;
  color: #000;
  padding-bottom: 20px;
}
.cont-style h1 span{
  color: #f8b717;
}
.cont-style h6{
  font-size: 18px;
  padding-bottom: 20px;
}
.cont-style p{
  font-size: 15px;
  line-height: 1.75;
  padding-bottom: 20px;
  color: #222;
}
@media(max-width:991px){
  .cont-style h1{
    font-size: 30px;
  }
}
@media(max-width:468px){
  .cont-style h1{
    font-size: 28px;
  }
  .cont-style h6{
    font-size: 16px;
  }
  .cont-style p{
    font-size: 14px;
  }
}

/*nav*/
.navbar_type8 .logo img {
  padding: 5px;
}
.navbar_type8 .nav_tab{
  flex: unset;
  width: 100%;
}
.navbar_type8 .logo{
    flex: unset;
    min-width: 10%;
}
.navbar_type8 .nav_tab .nav_item a {
  font-weight: 700;
  text-transform: capitalize;
  font-size: 15px;
  padding: 0px;
  color: #11592e;
}
#main_index .navbar_type8 .nav_tab .nav_item a{
  color: #fff;
} 
.navbar_type8 .nav_tab .nav_item{
  margin-left: 15px;
  padding-right: 15px;
}
.navbar_type8 .nav_tab .nav_item::before {
  border-bottom: unset;
  width: 0%;
  height: 1px;
  background: #f8b717;
  transition: all .6s linear;
}
#main_index .navbar_type8 .nav_tab .nav_item::before{
    background: #fff;
}
.navbar_type8 .nav_tab .nav_item:hover:before{
  width: 100%;
}
.dark_nav {
  background-color: rgba(255, 255, 255, 0.9) !important;
}
#main_index .navbar_type8.dark_nav .nav_tab .nav_item a{
    color: #11592e;
}
#main_index .navbar_type8.dark_nav .nav_tab .nav_item::before{
    background: #f8b717;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu{
    top: 20px;
}
.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a:hover{
  color: #fab714 !important;
}

.navbar_type8 .nav_tab .dropdown .dropdown-menu .dropdown-item a{
  color: #fff;
}

@media(max-width:1440px){
  .navbar_type8 .nav_tab{
    gap: 2.15vw;
  }
  .navbar_type8 .nav_tab .nav_item{
    padding: 0;
    margin: 0;
  }
  .navbar_type8 .nav_tab .nav_item a {
    font-size: 1vw;    
  }
}

@media(max-width:1200px){
  .navbar_type8 .nav_tab{
    padding-right: 30px;
  }
  .navbar_type8 .nav_tab .nav_item a{
    font-size: 1.05vw
  }
  .navbar_type8 .logo{
    margin-left: 30px;
  }
  .nav_btn{
    padding-right: 30px !important;
  }
}

/*nav icon*/
.nav_btn {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 12px;
  flex: 0 1 10%;
  padding-right: 65px;
}
.nav_icon {
  border: 1px solid #11592e;
  border-radius: 50%;
}
.nav_icon i{
  color: #11592e;
  padding: 10px 13.5px;  
}

#searchIcon{
  font-size: 14px;
  padding: 10px 10.5px;
}

.dark_nav .nav_icon,
#main_index .dark_nav .nav_icon{
  border-color: #11592e;
}
.dark_nav .nav_icon i,
#main_index .dark_nav .nav_icon i{
  color: #11592e;
}

#main_index .nav_icon {
  border: 1px solid #fff;
}
#main_index .nav_icon i{
  color: #fff;
}

/*nav search*/
.hp_search_icon{
    width:20px;
    
}


#searchButton { 
}
.boxSearch {
    display: none; 
    position: absolute;
    top: 70px;
    right: 4%;
}
.nav_search .search_button {
    background-color: transparent;
    box-shadow: none;
    border: none;
    border-radius: 0;
    padding: 0 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    height: 100%;
}
.nav_search input {
    background: #f0f2f5;
    width: 300px;
    height: 45px;
    border: 0;
    box-shadow: none;
    padding: 0px 50px 0px 25px;
    border-radius: 0;
    max-height: 45px;
}
.nav_search {
    flex-grow: 1;
    display: flex;
    position: relative;
    max-width: 300px;
    align-self: center;
    border: 1px solid #e0dede;
    box-shadow: 0 0 7px rgb(191 191 191/65%);
}


.btnClose{
    display: none;

}
#closeIcon{
    display: none;
}
 .searchWrapper img{
     font-size: 20px;
    color: #c7996d;
    margin-left: 25px;
}
.searchBar{
    width: 100%;
    margin: 0 auto;
}
.searchBar input{
    width: 100%;
    font-size: 1rem;
    border: 0;
    background: 0 0;
    box-shadow: none;
    padding-left: 1.75rem;
    padding-right: 0.75rem!important;
    position: relative;
}
.row_searchBarWrapper{
    width: 100%;
    z-index: 99999;
    position: relative;
    height: 120px;
    left: 0;
    top: 0;
    background: #fff;
}

.btnSearch{
    cursor: pointer;
    font-family: "Alice";
    font-size: 1vw;
    font-weight: 400;
    
}
.searchBar{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.searchBar form {
    width: 100%;
    display: block;
    padding: 0.6rem 1rem;
    position: relative;
    font-size: .75rem;
    font-weight: 500;
    line-height: 1.7;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #60697b;
    background-color: #fefefe;
    background-clip: padding-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.4rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.searchBar i{
    font-size: 1.2rem;
}
.button:focus {
    outline: unset;
}
.searchBar button {
    font-size: 1.05rem;
    width: 2rem;
    height: 2rem;
    line-height: 1.8rem;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    border: unset;
    box-shadow: none;
    transition: background .2s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}
.searchBarWrapper{
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: none;
}
.hp_topspace_sticky-menu{
    filter:brightness(0) invert(0)!important;
}
.navbar_type8 .nav_tab .search::before{
    display:none;
}

@media screen and (max-width: 1200.5px){
#searchButton {
    
    right: 2%;
}

}

/*Banner*/
.slider_banner{
    position: relative;
    z-index: 1 !important;
}
.slider_banner .banner_content{
    overflow: hidden;
}
.b_box {
  height: 100%;
  display: flex;
  align-items: center;
  padding-right: 8%;
}
.b_inner{
  max-width: 29%;
  margin-left: auto;
  text-align: right;
}
.b_inner h1{
  font-family: 'Bitter', system ui;
  font-style: italic;
  color: #fff;
  font-size: 35px;
  position: relative;
}
.b_inner h1 span{
  color: #f8b717;
}
.b_inner h1:after{
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  top: 0;
  bottom: 0;
  margin: auto;
  margin-left: 20px;
}
.b_inner p{
  color: #fff;
  font-size: 15px;
  line-height: 1.75;
  padding: 15px 0px 20px;
}
@media(min-width:991px){
    .slider_banner {
      margin-top: -80px;
    }
}
@media(max-width:1300px){
  .b_inner{
    max-width: 40%;
  }
}
@media(max-width:991px){
  .b_inner{
    max-width: 50%;
  }
}
@media(max-width:768px){
  .slider_banner .item > img{
    min-height: 400px;
    object-fit: cover;
    object-position: right;
  }
  .b_inner{
    max-width: 80%;
  }
  .b_inner h1{
    font-size: 28px;
    text-shadow: 0px 3px 6px #000000d1;
  }
  .b_inner p{
    font-size: 13px;
    text-shadow: 0px 3px 6px #000000d1;
  }
  .btn.main-btn{
    font-size: 11px !important;
  }
}

/*about*/
.hp-abt {
  background: #f4faf7;
  padding-top: calc(80px + 130px);
  margin-top: -130px;
  padding-bottom: 80px;
}
.abt-cont {
  padding-left: 30px;
}
@media(max-width:991px){
  .abt-img{
    display: flex;
    justify-content: center;
  }
  .abt-cont{
    padding-left: 0px;
    padding-top: 30px;
  }
  .hp-abt .brand-row .cont-style h1{
      padding-bottom: 0px;
  }
}
@media(max-width:468px){
  .abt-img{
    max-width: 80%;
    margin: auto;
  }
  .hp-abt{
    padding-bottom: 30px;
  }
}

/* about - brand */
.brand-row {
  padding-top: 50px;
  border-top: 1px solid rgb(17, 17, 17, 15%);
  margin-top: 60px;
}
.brand-list{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.brand-list img{
  width: 90%;
  margin: auto;
}
@media(max-width:991px){
  .brand-list{
    grid-template-columns: repeat(2, 1fr);
  }
}
@media(max-width:468px){
  .brand-list{
    grid-template-columns: repeat(1, 1fr);
  }
  .brand-list img{
      width: 70%;
  }
}

/*Partner*/
.hp-partner{
    padding: 80px 0px;
}

/* application */
.hp-app {
  padding-bottom: 80px;
}
.app-slider{
  padding-top: 25px;
}
.app-box{
  padding-right: 20px;
}
.app-detail{
  padding: 15px 0px 0px 15px;
  display: flex;
  align-items: center;
  gap: 30px;
}
.app-detail h5{
  font-size: 17px;
  font-weight: 700;
  white-space: nowrap;
}
.app-detail .line{
  width: 100%;
  height: 1.5px;
  background: linear-gradient(to right, #e2e2e2 50%, #f8b717 50%);
  background-size: 200%;
  background-position: left;
  transition: all .4s linear;
}
.app-box:hover .app-detail .line{
  background-position: right;
}
.app-slider .slick-prev{
    left: -100px;
    top: unset;
    bottom: calc(30px + 60px);
    transform: rotate(90deg);
} 
.app-slider .slick-next {
    left: -100px;
    top: unset;
    bottom: 30px;
    transform: rotate(90deg);
}
.app-slider .slick-next::before{
  font-size: 30px;
  color: #11592e;
  text-shadow: unset;
  opacity: .15;
}
.app-slider .slick-prev::before{
  font-size: 30px;
  color: #11592e;
  text-shadow: unset;
}
@media(min-width:991px){
    .app-innerbox{
      margin-right: -40px;
    }
    .app-innerbox .cont-style p{
      max-width: 60%;
    }
}
@media(max-width:991px){
    .app-box{
        padding: 0px 10px;
    }
    .app-detail h5{
        font-size: 14px;
    }
    .app-slider{
      padding-top: 10px;
    }
}
@media(max-width:468px){
    .app-box{
        padding: 0px;
    }
}

/* selection */
.hp-select{
  padding: 70px 0px;
  background: url(https://cdn1.npcdn.net/img/17277718364_SectionBG.jpg);
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center left;
}
.select-box.sp-style {
  height: 100%;
  text-align: center;
}
.select-box.sp-style .cont-style {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.select-box.sp-style .cont-style h1 span{
  color: #11592e;
}
.select-outerbox{
  padding: 10px; 
}
.select-box{
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}
.select-bg {
  position: relative;
}
.select-bg:before{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  top: 0;
  left: 0;
  opacity: .3;
  z-index: 1;
  transition: all .3s linear;
}
.select-bg img{
  transition: all .3s linear;
}
.select-cont{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  padding-bottom: 50px;
  z-index: 2;
}
.select-cont h5{
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  max-width: 67%;
  margin: auto;
  text-align: center;
  line-height: 1.5;
}
.select-box:hover .select-bg:before{
  opacity: .6;
}
.select-box:hover .select-bg img{
  transform: scale(1.05);
}
.select-box:hover .select-cont h5{
  animation: pulse 1s linear;
  transform-origin: bottom;
}
@media(max-width:1200px){
  .select-cont h5{
    font-size: 15px;
  }
}
@media(max-width:991px){
  .select-outerbox{
    padding: 6px;
  }
  .select-cont{
    padding-bottom: 25px;
  }
  .select-cont h5{
    font-size: 13px;
  }
}
@media(max-width:768px){
  .select-outerbox{
    padding: 10px;
  }
  .select-bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    max-height: 300px;
  }
  .select-cont h5{
    font-size: 16px;
    max-width: 100%;
    padding: 0px 30px;
  }
  
  .hp-select{
    background-size: cover;
    background-position: center;
  }
  .select-box.sp-style .cont-style{
    padding-bottom: 20px;
  }
}

/* gallery */
.index_wrapper_6 {
  padding: 80px 0px;
}
.gallery-div{
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding: 0px 10px 80px 10px;
}
.gallery-div .cont-style p{
  padding-bottom: 0px;
  max-width: 80%;
}
#main_index .hp_photoGallerySlider_type3{
  background: none;
}
#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box img{
  object-fit: cover;
  object-position: center;
  padding: 0px;
}
#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box img,
#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box,
#main_index .hp_photoGallerySlider_type3 .photo-gallery3{
  padding: 0px ;
}
#main_index .hp_photoGallerySlider_type3 .slick-slide{
  padding: 0px 10px;
}
#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev{
  left: -50px;
}
#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next {
  right: -50px;
}
#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next:before {
  filter: unset;
}
@media(max-width:991px){
  .gallery-div{
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  .gallery-div .cont-style p{
    padding-bottom: 20px;
    max-width: 100%;
  }
}

/*footer*/
.footer_type7 {
  background: url(https://cdn1.npcdn.net/img/17277739615_FooterBG.png);
  padding-top: calc(80px + 80px) !important;
  color: #333;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
.footer_type7 a{
  color: #333;
}
.footer_type7 a:hover{
  color: #11592e;
}
.footer_type7 .title{
  min-height: 90px;
}
.footer_type7 .logo img{
  max-height: 90px;
}
.footer_type7 .title h5{
  color: #11592e;
  font-size: 18px;
  font-weight: 700;
}
@media(max-width:768px){
  .footer_type7 .title{
    min-height: unset;
  }
  .footer_type7 .title.logo{
    min-height: 90px;
  }
}

/*contact*/
#v-pills-hq h5 {
  font-size: 18px;
}