
body > br{
    display: none;
}
.custom-btn {
     width: 130px;
    height: 40px;
    color: #fff;
    padding: 10px 25px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    background: transparent;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    outline: none;
}

/*.wp-super-snow-flake img{*/
/*        animation: 27s ease 0s infinite normal none running wpSuperSnow_l;*/
/*}*/



.btn-8 {
    background-color: #ea788f;
    line-height: 42px;
    padding: 0;
    margin-top: 2rem;
    border: none;
}
.btn-8 span {
    position: relative;
    display: block;
    width: 100%;
    letter-spacing: 1px;
    font-size: 16px;
    height: 100%;
}
.btn-8:before,
.btn-8:after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  background: #ea788f;
  transition: all 0.3s ease;
}
.btn-8:before{
   height: 0%;
   width: 2px;
}
.btn-8:after {
  width: 0%;
  height: 2px;
}
.btn-8:hover:before {
  height: 100%;
}
.btn-8:hover:after {
  width: 100%;
}
.btn-8:hover{
  background: transparent;
}
.btn-8:hover span{
  color: #ea788f;
}
.btn-8 span:before,
.btn-8 span:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  background: #ea788f;
  transition: all 0.3s ease;
}
.btn-8 span:before {
  width: 2px;
  height: 0%;
}
.btn-8 span:after {
  height: 2px;
  width: 0%;
}
.btn-8 span:hover:before {
  height: 100%;
}
.btn-8 span:hover:after {
  width: 100%;
}
  
#main_index{
    padding-bottom: 0 !important;
    overflow: hidden;
}

#main_index .dropdown.nav_item.shopping{
    display: none;
}
/*ts*/
.loginButton{
    position: relative;
    transition: all ease-in-out 0.25s;
}
.loginDropDown{
    position: absolute;
    background: #f0f2f5;
    box-shadow: 0 0 7px rgb(191 191 191/65%);
    left: 15px;
    top: 22.6px;
    display: none;
    transition: all ease-in-out 0.25s;
}

.loginButton:hover .loginDropDown{
    animation : .4s fadeUp both;
    display: block;
    
}
@keyframes fadeUp{
    0% {
    -webkit-transform: translate3d(0,20%,0);
    opacity: 0;
    transform: translate3d(0,20%,0);
}

100% {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
}
}
.dropDownItem a{
    display: inline-block;
    background: #fff;
    line-height: 35px;
    width: 130px;
    text-decoration: none;
    padding-left: 15px;
}
.dropDownItem a:hover{
    color: #fff;
    background: #36c1cd;
}



.searchWrapper{
    display: flex;
    position: fixed;
    z-index: 999;
    right: calc(15%  - 130px);
    top: 46.4px;
}

.boxSearch {
    display: none; 
    position: absolute;
    top: 40px;
    right: 0;
}
.nav_search .search_button {
    background-color: transparent;
    color: #fff;
    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%);
}

#main_index .nav_search .search_button .fas.fa-search{
    margin-left: 0;
    color: #fff;
    display: flex;
    color: #000;
    opacity: 0.8;
    font-size: 18px;
    align-items: center;
    justify-content: center;
}
.btnClose{
    display: none;
}
#closeIcon{
    display: none;
}

#main_index .searchWrapper i{
    margin-left: 25px;
    color: #000;
    font-size: 20px;
}
 .searchWrapper i{
     font-size: 20px;
    color: #000;
    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;
}

.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;
}
@media screen and (max-width:1300px){
    .loginDropDown {
    left: calc(50% - 47px);
}
}

/*navbar*/
.navbar_type8 {
    height: 120px;
    background-image: linear-gradient(-70deg, #fec2c2, #ffd299, #f3b79f, #ff8836, #fec2c2);
}

#main_index .navbar_type8 {
    background-image: unset;
}
.navbar_type8 .nav_tab {
    flex: 0 1 85%;
    padding-right: 15%;
    
}
.navbar_type8 .logo {
    flex: 0 1 15%;
    margin-left: 0;
    margin-left: 4%;
}

.dark_nav {
    background-color: rgba(255, 255, 255, 0.8) !important;
    background-image: linear-gradient(-70deg, #fec2c2, #ffd299, #f3b79f, #ff8836, #fec2c2) !important;
}

.navbar_type8 .nav_tab .nav_item a {
  color: #000;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 15px;
}

.navbar_type8 .nav_tab .nav_item {
    margin: 0 5px;
}

.navbar_type8 .logo img {
    width: 100%;
    padding: 10px;
}
.navbar_type8 .nav_tab .nav_item a.active {
    background: #c7996d !important;
    color: #fff !important;
    border-radius: 10px;
}
.navbar_type8 .nav_tab .nav_item::before {
  position: absolute;
  content: "";
  left: 0;
  top: 110%;
  width: 0%;
  border-bottom: none;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  height: 4px;
  /*background-image: linear-gradient(-70deg, #fec2c2, #ffd299, #f3b79f, #ff8836, #fec2c2);*/
  background-color: #000;
  border-radius: 50%;
}

.navbar_type8 .nav_tab .nav_item:hover::before {
    width: 100%;
}
/*banner*/
@media screen and (min-width:991px){
    .index_wrapper_2{
    margin-top: -120px;
}
}
.bannerTextWrapper{
    color: #fff;
    position: absolute;
    left: 10%;
    top: 50%;
    transform: translateY(-50%);
}
.banner_big_title{
    font-size: 3vw;
    margin-top: 0.5rem;
    line-height: 1.2;
    letter-spacing: 2px;
    margin-bottom: 1rem;
    text-shadow: 2px 2px 5px black;
    font-weight: 700;
}
.banner_big_title span{
    display: block;
}
.bannerText span{
     display: block;
}
.bannerText{
    font-size: 16px;
    letter-spacing: 2px;
}
.banner_small_title{
    font-size: 15px;
    letter-spacing: 2px;
}
.banner_button a{
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    margin-top: 8%;
    font-size: 15px;
    letter-spacing: 2px;
    border-radius: 12px;
    display: inline-block;
    border: 1px solid #c49a6c;
    transition: all ease 0.45s;
    
}
.banner_button a:hover{
    background: #c49a6c;
}
.bannerTextWrapper{
    overflow: hidden;
}
.bannerImgBone{
    max-width: 8vw;
    position: absolute;
    bottom: 10%;
    right: 18%;
    
}
.bannerImgBone img{
    animation: bone 3s infinite;
}
.bannerFootPrint_1 img{
    animation: foot 3s infinite;
}
.bannerFootPrint_2 img{
    animation: foot 3s infinite;
}
@keyframes bone{
    0%{
        transform: rotate(30deg);
    }
    50%{
        transform: rotate(-30deg);
    }
    100%{
        transform: rotate(30deg);
    }
}
@keyframes foot{
    0%{
        transform: rotate(-30deg);
    }
    50%{
        transform: rotate(30deg);
    }
    100%{
        transform: rotate(-30deg);
    }
}

.bannerFootPrint_1{
    max-width: 6vw;
    position: absolute;
    bottom: 16%;
    right: 11%;
}
.bannerFootPrint_2{
    max-width: 7vw;
    position: absolute;
    bottom: 21%;
    right: 5.8%;
}
@media screen and (max-width:992px){
    .bannerTextWrapper {
        left: 5%;
        top: 43%;
    }
    .bannerText {
        font-size: 14px;
        letter-spacing: 1px;
    }
    .banner_big_title {
    font-size: 23px;
}
}

@media screen and (max-width:767px){
    .item.slick-slide > img{
        height: 400px !important;
        object-fit: cover;
    }
    .bannerTextWrapper {
        width: 70%;
        top: 35%;
    }
    .bannerText span {
        display: inline;
    }
    .banner_small_title {
        font-size: 14px;
        letter-spacing: 2px;
    }
    .bannerText {
        font-size: 13.4px;
        text-shadow: 1px 1px 5px black;
    }
    .banner_button a {
        font-size: 13.4px;
        padding: 8px 15px;
    }
    .banner_big_title {
        font-size: 20px;
    }
    
}
/*sec1*/
.container_sec1{
    padding-top: 5rem;
  padding-bottom: 5rem;
}
.sec1Wrapper{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 7.7vw;
}
.sec1_Img{
  max-width: 90px;
  border-radius: 50%;
  padding: 17px;
  background-image: linear-gradient(-70deg, #fec2c2, #ffd299, #f3b79f, #ff8836, #fec2c2) !important;
  animation: tada 4s infinite;
}


.sec1_Title{
  color: #000;
  font-weight: 700;
  font-size: 1.4vw;
  margin-top: 15px;
  margin-bottom: 5px;
}
.sec1_content{
  font-size: 16px;
  line-height: 1.4;
  color: #666;
}



@media screen and (max-width:992px){
    .sec1Wrapper {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
}

@media screen and (max-width:767px){
    .sec1_Title {
        font-size: 16px;
    }
    .sec1_content {
        font-size: 13.4px;
    }
}

/*sec2*/
.sec2_left{
    display: flex;
    align-items: center;
}
.sec_right{
    display: grid;
    grid-template-columns: 44% 44%;
    gap: 1vw;
}
.sec2_wrapper{
    display: grid;
    grid-template-columns: 47% 1fr;
}
.sec2_left_dogImg{
   max-width: 85%;
}
.sec_right_Img{
    max-width: 90%;
    margin: 0 auto;
}
.sec_right_Img img{
    transition: all ease-in-out 0.45s;
}
.container_sec2{
    position: relative;
    padding-bottom: 8.5%;
    padding-top: 3rem;
}
.sec_right_img_inside {
    position: relative;
}

.sec_right_img_inside > img {
    filter: drop-shadow(1px 12px 10px rgb(0,0,0,0.2));
}

.sec_right_img_inside::before {
  content: "";
  height: 85%;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 85%;
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 50%;
  animation: spinAndChange 10s linear infinite;
  background-image: linear-gradient(-70deg, #fec2c2, #ffd299, #f3b79f, #ff8836, #fec2c2) !important;
  opacity: 0.2;
}

@keyframes spinAndChange {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
    border-radius: 50%;
  }
  25% {
    transform: translate(-50%, -50%) rotate(90deg);
    border-radius: 47%;
  }
  50% {
    transform: translate(-50%, -50%) rotate(180deg);
    border-radius: 45%;
  }
  75% {
    transform: translate(-50%, -50%) rotate(270deg);
    border-radius: 47%;
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
    border-radius: 50%;
  }
}
.container_sec2:before{
    content: "";
    position: absolute;
    background-image: url('https://cdn1.npcdn.net/userfiles/25882/image/catebg.png');
    background-size: contain;
    background-position: 50% 50%;
    top: -4vw;
    left: 0;
    z-index: -1;
    background-repeat: no-repeat;
    height: 800px;
    width: 610px;
}
.sec2_left_footPrint_1{
    max-width: 4.5vw;
    margin-top: -17%;
}

.sec_right_img_title img {
    width: 30px;
}
.sec_right_img_title {
  position: absolute;
  right: 0;
  top: 0vw;
  font-size: 1.4vw;
  font-weight: 700;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  width: 70%;
  text-align: end;
  line-height: 1.3;
  z-index: 1;
  text-shadow: 1px 1px 7px #fff;
}
.sec2_left_footPrint_1 img{
    animation: bone 3s infinite;
}
.sec2_left_footPrint_2 img{
    animation: foot 3s infinite;
}
.sec2_left_footPrint_2{
    max-width: 5.5vw;
    margin-top: -30%;
    margin-left: -3%;
}

.sec2_left_dogImg_imside {
    display: none;
}

.sec2_left_dogImg_imside img {
    filter: drop-shadow(1px 12px 10px rgb(0,0,0,0.2));
}

@media screen and (max-width:992px){
    .sec2_wrapper {
    display: grid;
        grid-template-columns: 1fr;
    }
    .sec2_left {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .sec_right {
        grid-template-columns: 1fr 1fr;
        padding-bottom: 1rem;
        padding-top: 1rem;
    }
    .container_sec2:after {
        background-size: cover;
        background-position: center;
    }
    .sec2_left_footPrint_1 {
        max-width: 45px;
    }
    .sec2_left_footPrint_2 {
        max-width: 55px;
    }
}
@media screen and (max-width:767px){
    .sec_right {
        grid-template-columns: 1fr;
    }
    .container_sec2:after {
        background: #f0f0f0;
        background-position: center;
    }
}

/*sec3*/
.index_wrapper_5{
    padding-bottom: 7%;
    position: relative;
}

.index_wrapper_5::before {
  content: "";
  height: 35vw;
  position: absolute;
  top: 65%;
  left: 70%;
  width: 35vw;
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 50%;
  animation: spinAndChange 10s linear infinite;
  background-image: linear-gradient(-70deg, #fec2c2, #ffd299, #f3b79f, #ff8836, #fec2c2);
  filter: blur(50px);
  opacity: 0.2;
}
.sec3TitleImg{
    padding-bottom: 3rem;
}
#main_index #index_5_2 .productSlider-1{
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 20px;
}
#main_index .productSlider-1 .slick-prev {
    left: -25px;
}
#main_index .productSlider-1 .slick-next {
    right: -25px;
}
@media screen and (max-width:1200px){
    #main_index .productSlider-1 .slick-prev {
    left: 0;
}#main_index .productSlider-1 .slick-next {
    right: 0;
}
}
@media screen and (max-width:767px){
    .sec3TitleImg {
        margin: 0 auto;
        max-width: 280px;
    }
}
@media screen and (max-width:753px){
    .product_img{
        padding: 20px;
    }
        #main_index .productSlider-1 .slick-prev {
        left: 15px;
    }
    #main_index .productSlider-1 .slick-next {
        right: 15px;
    }
}
/*sec4*/


.sec4_top_Img{
    max-width: 65px;
    transform: translateY(-42%);
    
}
.sec4_top_Img img{
    animation: bone 3s infinite;
}

.sec4_content span{
    display: block;
}

.sec4_bigTitle{
    font-weight: 900;
    font-size: 2.55vw;
}

.sec4_content{
    font-size: 18px;
}

.sec4_pointsWrapper{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2%;
    margin-top: 4%;
}
.sec4_point{
      background: #454545;
    padding: 3vw 3vw 4vw;
    border-radius: 45px;
}
.sec4_point_title{
    font-size: 1.8vw;
    margin-bottom: 0.8rem;
    font-weight: 900;
    letter-spacing: 1px;
}
.sec4_point_content{
    font-size: 18px;
}


@media screen and (max-width:992px){
    .sec4_pointsWrapper {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    .sec4_point{
        flex-basis: 100%;
    }
    .sec4_bigTitle {
        font-size: 25px;
    }
    .sec4_point_title {
        font-size: 20px;
    }
    .sec4_point {
        padding: 5% 10% 8%;
    }
    .sec4_point_content {
        font-size: 15px;
    }
    
}
@media screen and (max-width:767px){
    .sec4_content {
        font-size: 13.4px;
        margin-top: 0.5rem;
        margin-bottom: 2rem;
    }
    .sec4_content span {
        display: inline;
    }
}
/*sec5*/
.sec5TitleImg{
    max-width: 310px;
    margin-left: 8%;
}

.sec5Ttile{
    margin-left: 12%;
    color: #c7996d;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 1px;
    margin-top: 8px;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box img {
    object-fit: contain;
    padding: 0;
    transition: all 0.4s ease-in-out;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box:hover .gallery_box img {
    transform: translate(-50%, -50%) scale(1.15);
}
#main_index .hp_photoGallerySlider_type3 {
    background-color: transparent;
}
.hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev {
    left: -20px;
}
.hp_photoGallerySlider_type3 .photo-gallery3 .slick-next {
    right: -20px;
}
.hp_photoGallerySlider_type3 .photo-gallery3 .slick-next:before {
    filter: brightness(0) invert(0);
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    opacity: 1;
}
#main_index .hp_photoGallerySlider_type3 .container{
    max-width: 100%;
}
#main_index .hp_photoGallerySlider_type3 .col-12 {
    padding: 0;
}
#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box {
    padding-top: 65%;
}
#main_index .photo-gallery3 .slick-dots{
    display: none !important;
}

#main_index .hp_photoGallerySlider_type3 .photo-gallery3 .outline_box .gallery_box {
    border-radius: 15px;
}

#main_index .hp_photoGallerySliderWithTitle .photo-gallery {
  padding: 0;
}

#main_index .hp_photoGallerySliderWithTitle .photo-gallery .outline_box .gallery_box img {
    object-fit: contain;
    transition: all 0.35s ease-in-out;
}

#main_index .hp_photoGallerySliderWithTitle .photo-gallery .outline_box:hover .gallery_box img {
    transform: translate(-50%, -50%) scale(1.1);
}

#main_index .hp_photoGallerySliderWithTitle {
  background-color: transparent;
}

#main_index .hp_photoGallerySliderWithTitle .col-12 {
    padding: 0;
}

#main_index .hp_photoGallerySliderWithTitle .photo-gallery .outline_box .gallery_box {
    padding-top: 56%;
}

#main_index .hp_photoGallerySliderWithTitle .photo-gallery .outline_box p {
    font-size: 17px;
  font-weight: 700;
  margin-bottom: 0;
}

#main_index .hp_photoGallerySliderWithTitle .photo-gallery .slick-next::before,
#main_index .hp_photoGallerySliderWithTitle .photo-gallery .slick-prev::before {
    filter: brightness(0);
}

@media screen and (max-width: 1200.5px){
    #main_index .hp_photoGallerySliderWithTitle .photo-gallery .outline_box p {
        font-size: 15px;
    }
}

@media screen and (max-width: 992px){
    .container_sec5 {
        margin-top: 0;
        padding-top: 2rem;
    }
}
@media screen and (max-width: 767px){
    .sec5TitleImg {
        max-width: 280px;
        margin: 0 auto;
    }
    .sec5Ttile {
        margin-left: 0;
        text-align: center;
        font-size: 18px;
    }
}
/*sec6*/
.font-middle {
    font-weight: bold;
    text-transform: uppercase;
}
.font-big {
    font-size: 2.3vw;
       color: #36c1cd;
       font-weight: 900;
    position: relative;
    /*font-weight: 300;*/
}
.font-big:after {
    content: '';
    background-color: #36c1cd;
    width: 5%;
    height: 2.5px;
    position: absolute;
    bottom: -50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.font-small {
  line-height: 1.8;
  max-width: 90%;
  font-size: 16px;
  margin: 2rem auto;
}
.main1 ul li {
    padding: 0 15px;
    display: inline-block;
}
.btn1 {
    display: inline-block;
    background-color: #4682b4;
    color: #ffffff;
    padding: 15px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 100px;
    box-shadow: 0 5px 0 #df9829;
}
.btn1:hover {
    background-color: #df9829;
    color: #ffffff;
    box-shadow: 0 2.5px 0 #4682b4;
    text-decoration: none;
}
/*.main1 {*/
/*    background-attachment: fixed;*/
/*    background-image: url(https://cdn1.npcdn.net/userfiles/23378/image/main1.png);*/
/*    background-repeat: no-repeat;*/
/*    background-position: center;*/
/*    background-size: cover;*/
/*}*/
/*.row.space{*/
/*        background: linear-gradient(to right, rgba(255,255,255,0.95), #ffffff, rgba(255,255,255,0.95));*/
/*        padding-bottom: 7%;*/
/*}*/
.main1 {
    padding-bottom: 2rem;
}
.container-fluid.main1 .btn-8 {
    background-color: #36c1cd;
    
}
.container-fluid.main1 .btn-8:hover {
    background: transparent;
}
.container-fluid.main1 .btn-8:hover span {
    color: #36c1cd;
}
.container-fluid.main1 .btn-8 span:before,.container-fluid.main1 .btn-8 span:after {
    background: #36c1cd;
    
}
.container-fluid.main1 .btn-8:before,.container-fluid.main1 .btn-8:after {
   
    background: #36c1cd;
    
}
/*sec7*/
.footer_ImgWrapper{
    position: relative;
}
.footer_Img{
  max-width: 32vw;
  bottom: -12vw;
  left: 10vw;
  position: absolute;
  z-index: 20;

}
#main_index .index_wrapper_8{
    position: relative;
    z-index: 20;
    overflow: unset;
}
/*footer*/
.footer_type10 .title {
    min-height: 120px;
}
.footer_type10 .logo img {
    max-height: 100px;
}
.footer_type10 {
   background-color: transparent;
  background-image: url('https://cdn1.npcdn.net/userfiles/25882/image/footer.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0;
  padding-top: 8rem !important;
  color: #000;
  margin-top: 5rem;
  font-size: 15px;
}
.footer_type10 a, .footer_type10 .text, .footer_type10 .icon i, .footer_type10 .text-light {
    color: #000 !important;
}

.footer_type10 a:hover {
    color: #666 !important;
}

@media screen and (max-width:1200px){
    .footer_type10 .col-12.col-md-6.col-lg-6.col-xl-3.mb-md-0.pt-5:nth-child(1){
        flex: 0 0 25%;
        max-width: 25%;
    }
    .footer_type10 .col-12.col-md-6.col-lg-6.col-xl-3.mb-md-0.pt-5:nth-child(2){
        flex: 0 0 25%;
        max-width: 25%;
    }
    .footer_type10 .col-12.col-md-6.col-lg-6.col-xl-3.mb-md-0.pt-5:nth-child(3){
        flex: 0 0 25%;
        max-width: 25%;
    }
    .footer_type10 .col-12.col-md-6.col-lg-6.col-xl-3.mb-md-0.pt-5:nth-child(4){
        flex: 0 0 25%;
        max-width: 25%;
    }
}
@media screen and (max-width:992px){
    .footer_Img {
    max-width: 70px;
}
.footer_type10 .col-12.col-md-6.col-lg-6.col-xl-3.mb-md-0.pt-5:nth-child(1){
        flex: 0 0 50%;
        max-width: 50%;
    }
    .footer_type10 .col-12.col-md-6.col-lg-6.col-xl-3.mb-md-0.pt-5:nth-child(2){
        flex: 0 0 50%;
        max-width: 50%;
    }
    .footer_type10 .col-12.col-md-6.col-lg-6.col-xl-3.mb-md-0.pt-5:nth-child(3){
        flex: 0 0 50%;
        max-width: 50%;
    }
    .footer_type10 .col-12.col-md-6.col-lg-6.col-xl-3.mb-md-0.pt-5:nth-child(4){
        flex: 0 0 50%;
        max-width: 50%;
    }
    .font-big {
        font-size: 25px;
    }
}
@media screen and (max-width:767.98px){
   
.footer_type10 .col-12.col-md-6.col-lg-6.col-xl-3.mb-md-0.pt-5:nth-child(1){
        flex: 0 0 100%;
        max-width: 100%;
    }
    .footer_type10 .col-12.col-md-6.col-lg-6.col-xl-3.mb-md-0.pt-5:nth-child(2){
        flex: 0 0 100%;
        max-width: 100%;
    }
    .footer_type10 .col-12.col-md-6.col-lg-6.col-xl-3.mb-md-0.pt-5:nth-child(3){
        flex: 0 0 100%;
        max-width: 100%;
    }
    .footer_type10 .col-12.col-md-6.col-lg-6.col-xl-3.mb-md-0.pt-5:nth-child(4){
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@keyframes footerFoot {
    0%{
        transform: scale(1.05) translateY(22%);
    }
    50%{
        transform: scale(1) translateY(32%);
    }
    100%{
        transform: scale(1.05) translateY(22%);
    }
}

.hp_title_big {
  font-size: 2.7vw;
  text-align: center;
  line-height: 1.2;
  font-weight: 700;
  position: relative;
  color: #000;
}

.hp_title_big::after {
  content: '';
  background-color: #c0afe2;
  width: 120px;
  height: 4px;
  position: absolute;
  bottom: -25%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

#main_index .productSlider-1 .product_img .product_box .align-top {
    display: none;
}

#main_index .productSlider-1 .product_img .slick-prev::before, #main_index .productSlider-1 .product_img .slick-next::before {
    text-shadow: none;
  color: #000;
}

#main_index .productSlider-1 .slick-track .slick-slide a:hover {
    text-decoration: none;
}

.sec4Wrapper {
    margin-bottom: 3rem;
}

.step_ebox {
    margin: 15px 0;
}

.step_ebox .serviceBox{
    color: #fe987f;
    text-align: center;
    position: relative;
    z-index: 1;
}
.step_ebox .serviceBox .title{
  background: #fff;
  font-size: 1.4vw;
  font-weight: 700;
  padding: 8px 10px;
  margin: 0 0 30px;
  border: 3px solid #fe987f;
  display: inline-block;
  border-radius: 5px;
  color: #000;
}
.step_ebox .serviceBox .service-content{
  color: #000;
  padding: 15px;
  margin: 0 0 40px;
  border-radius: 20px;
  border: 10px solid #fff;
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
  background-image: linear-gradient(-70deg, #fec2c2, #ffd299, #f3b79f, #ffb684, #fec2c2);
}
.step_ebox .serviceBox .description{
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  height: 120px;
  font-weight: 500;
}
.step_ebox .serviceBox .service-icon{
  font-size: 40px;
  line-height: 100px;
  width: 100px;
  height: 100px;
  margin: 0 auto;
  border-radius: 100px;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease 0s;
  background-image: linear-gradient(70deg, #fec2c2, #ffd299, #f3b79f, #ff8836, #fec2c2);
} 
.step_ebox .serviceBox .service-icon:before,
.step_ebox .serviceBox .service-icon:after{
    content: "";
    background: #fff;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: -1;
}
.step_ebox .serviceBox .service-icon:after{
    background: #fe987f;
    width: 3px;
    height: 40px;
    margin: 0 auto;
    box-shadow: none;
    border-radius: 0;
    left: 0;
    right: 0;
    top: -40px;
}

#main_index .productSlider-1 .product_img .product_box .product_img_frame img {
    transition: all 0.4s ease-in-out;
}

#main_index .productSlider-1 .product_img .product_box:hover .product_img_frame img {
    transform: translate(-50%, -50%) scale(1.15);
}

#main_index #index_8 {
    display: flex;
  justify-content: center;
  align-items: center;
}

.sec5Wrapper_right_img {
    max-width: 95%;
}

#main_index #index_7 {
    display: flex;
  flex-direction: column;
  justify-content: center;
}

#main_index .index_wrapper_7 {
  position: relative;
  padding: 5rem 4%;
}

#main_index .index_wrapper_7::before {
  content: "";
  position: absolute;
  background-image: url('https://cdn1.npcdn.net/userfiles/25882/image/photobg.png');
  background-size: contain;
  background-position: 50% 50%;
  top: -1vw;
  right: 0;
  z-index: -1;
  background-repeat: no-repeat;
  height: 602px;
  width: 610px;
  display: none;
}

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

.sec5Wrapper {
    margin-bottom: 2rem;
}

.abt_btn {
    padding: 10px 25px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 5px;
  background-image: linear-gradient(-70deg, #fec2c2, #ffd299, #f3b79f, #ffb684, #fec2c2);
}

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

.hp_banner::before {
    content: "";
  height: 35vw;
  position: absolute;
  top: 60%;
  left: 75%;
  width: 35vw;
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 50%;
  animation: spinAndChange 10s linear infinite;
  background-image: linear-gradient(-70deg, #fec2c2, #ffd299, #f3b79f, #ff8836, #fec2c2);
  filter: blur(50px);
  opacity: 0.2;
}



.hp_banner::after {
    content: "";
  height: 35vw;
  position: absolute;
  top: 40%;
  left: 25%;
  width: 35vw;
  transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 50%;
  animation: spinAndChange 10s linear infinite;
  background-image: linear-gradient(-70deg, #fec2c2, #ffd299, #f3b79f, #ff8836, #fec2c2);
  filter: blur(50px);
  opacity: 0.2;
}


.hp_banner_img {
    position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.slider_banner  {
    background-image: url('https://cdn1.npcdn.net/userfiles/25882/image/bannerbg.png');
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.hp_banner_title {
  position: absolute;
  left: 12vw;
  top: 9vw;
  font-size: 2.8vw;
  font-weight: 700;
  color: #000;
  z-index: 1;
  line-height: 1.2;
  text-align: center;
}

.hp_banner_title span {
    display: block;
    /*padding-left: 3vw;*/
}

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

.pg_why_ebox {
    margin: 15px 0;
}

.pg_why_ebox .serviceBox{
    text-align: center;
    padding: 0 20px 60px;
    margin: 5px 0 0 5px;
    border-radius: 20px;
    position: relative;
    z-index: 1;
}
.pg_why_ebox .serviceBox:before{
    content: '';
    background-color: #fff;
    border-bottom: 20px solid #fe987f;
  border-radius: 15px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0;
    right: 0;
    top: 20px;
    bottom: 0;
    z-index: -1;
}
.pg_why_ebox .serviceBox .service-icon{
    color: #fe987f;
    background-color: #fe987f;
    font-size: 35px;
    text-align: center;
    height: 74px;
    width: 160px;
    padding: 7px;
    margin: 0 auto 30px;
    border-radius: 25px;
    position: relative;
}
.pg_why_ebox .serviceBox .service-icon:before{
    content: '';
    background-color: #fe987f;
    height: 30px;
    width: 30px;
    border-radius: 5px;
    transform: rotate(45deg);
    position: absolute;
    left: 25px;
    bottom: -10px;
}
.pg_why_ebox .serviceBox .service-icon span{
    background-color: #fff;
    line-height: 60px;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    display: inline-block;
}
.pg_why_ebox .serviceBox .title{
  color: #000;
  font-size: 1.4vw;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 10px;
}
.pg_why_ebox .serviceBox .description{
  color: #444;
  font-size: 15px;
  line-height: 1.6;
  height: 80px;
} 

.pg_about_keyword {
    font-size: 16px;
  line-height: 1.6;
  color: #444;
  width: 90%;
  margin: 2rem auto 0;
  text-align: center;
}

.pg_about1_left, .pg_about2_right {
    display: flex;
  flex-direction: column;
  justify-content: center;
}

.pg_about1 {
    padding-top: 3rem;
  padding-bottom: 5rem;
}

.pg_why {
    padding-top: 5rem;
  padding-bottom: 5rem;
}

.row_pg_why {
    justify-content: center;
}

.pg_why_top {
    margin-bottom: 2rem;
}

@media screen and (max-width:1200px) {
    .navbar_type8 .nav_tab .nav_item a, .sec1_content, .step_ebox .serviceBox .description, .font-small, .abt_btn, .pg_why_ebox .serviceBox .description, .pg_about_keyword {
        font-size: 14px;
    }
    .container_sec1, #main_index .index_wrapper_7, .pg_why {
      padding-top: 3rem;
      padding-bottom: 3rem;
    }
    .sec1_Title, .step_ebox .serviceBox .title, .pg_why_ebox .serviceBox .title {
        font-size: 18px;
    }
    .sec_right_img_title {
        font-size: 16px;
        width: 100%;
    }
    .container_sec2::before {
        height: 550px;
        width: 419px;
    }
    .sec4Wrapper, .sec5Wrapper, .pg_why_top {
      margin-bottom: 1rem;
    }
    #main_index .index_wrapper_7::before {
        height: 395px;
        width: 400px;
    }
    .footer_type10 {
        padding-top: 6rem !important;
        margin-top: 3rem;
    }
    .footer_Img {
        max-width: 35vw;
        bottom: -14vw;
        left: 6vw;
    }
    .footer_type10 .logo img {
      max-height: 75px;
    }
    .pg_about1 {
      padding-top: 1rem;
      padding-bottom: 3rem;
    }
}

.side_menu {
    background-image: linear-gradient(-70deg, #fec2c2, #ffd299, #f3b79f, #ff8836, #fec2c2);
}
.side_menu .list-group .list-group-item a, .side_menu .social_media a {
    color: #000;
}

@media (max-width: 991.5px) {
    .container_sec2::before {
        display: none;
    }
}

@media screen and (max-width:767.5px) {
    .hp_banner_img img {
        min-height: 300px ;
        object-fit: cover;
    }
    .hp_banner_title {
        left: 7vw;
        top: 6vw;
        font-size: 5vw;
    }
    .container_sec1 {
        padding-top: 0;
    }
    .container_sec2::before {
        height: 390px;
        width: 297px;
        top: -10vw;
        display: none;
    }
    .hp_title_big {
        font-size: 23px;
    }
    .sec4Wrapper {
        background: unset;
    }
    .step_ebox .serviceBox .description, .pg_why_ebox .serviceBox .description {
        height: auto;
    }
    #main_index .index_wrapper_7::before {
        height: 298px;
        width: 300px;
        top: unset;
        bottom: 1vw;
    }
    .sec5Wrapper_right_img {
      max-width: 90%;
      margin: 0 auto;
    }
    .footer_Img {
        display: none;
    }
    .footer_type10 {
        margin-top: 0;
    }
    .row_pg_about1 {
        flex-direction: column-reverse;
    }
    .pg_about1_right, .pg_about2_left {
        margin-bottom: 2rem;
    }
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-prev {
      left: -5px;
    }
    #main_index .hp_photoGallerySlider_type3 .photo-gallery3 .slick-next {
      right: -5px;
    }
}