body{
    /* font-family: 'Open Sans', sans-serif; */
    scroll-behavior: smooth;
    font-family: grotesk regular;
}
#bar-style::-webkit-scrollbar-track
{
	/* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
	border-radius: 0px;
	background-color: #fff;
}

#bar-style::-webkit-scrollbar
{
	width: 10px;
	background-color: #fff;
}

#bar-style::-webkit-scrollbar-thumb
{
	border-radius: 0px;
	/* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); */
	background-color: #CEBE89;
}
p{
  font-family: 'Open Sans', sans-serif;
}
a {
  color: #183E49 !important;
  text-decoration: none !important;
  font-size: 15px;
}
.custom-container {
  padding: 0% 12%;
}
.bg-gray {
  background-color: #f1f1f1 !important;
}
.underline{
  text-decoration: underline !important;
}
.bg-Bcolor {
  background-color: #cebe89 !important;
}
.relative{
  position: relative;
}

@font-face {
  font-family: grotesk light;
  src: url(../webfonts/hk-grotesk.light.ttf);
}

@font-face {
  font-family: grotesk regular;
  src: url(../webfonts/hk-grotesk.regular.ttf);
}

@font-face {
  font-family: grotesk mediumm;
  src: url(../webfonts/hk-grotesk.medium.ttf);
}

@font-face {
  font-family: grotesk boldd;
  src: url(../webfonts/hk-grotesk.bold-legacy.ttf);
}

@font-face {
  font-family: grotesk semibold;
  src: url(../webfonts/hk-grotesk.semibold.ttf);
}


/*--------------------slider--------------------------*/

     #introCarousel,
     .carousel-inner,
     .carousel-item,
     .carousel-item.active {
       height: 700px;
     }
     .carousel-item:nth-child(1) {
       background-image: url('../images/slider/main-slider.jpg');
       background-repeat: no-repeat;
       background-size: cover;
       background-position: center center;
     }
     .carousel-item:nth-child(2) {
       background-image: url('../images/slider/thired-slider.jpg');
       background-repeat: no-repeat;
       background-size: cover;
       background-position: center center;
     }
     .carousel-item:nth-child(3) {
      background-image: url('../images/slider/family-slider.jpg');
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
    }
    .carousel-inner {
      position: relative;
      width: 100%;
      overflow: hidden;
      height: 700px;
      position: absolute;
    }
    .carousel-indicators{
      display: none !important;
    }
    .navbar {
      position: absolute !important;
    }
    .carousel-control-next, .carousel-control-prev {
      width: 10% !important;
    }
    .slider-txt h1 {
      font-size: 48px;
      font-weight: 700;
      text-align: left;
      color: #cebe89;
      margin-bottom: 10px;
      font-family: Hack, sans-serif;
      text-transform: uppercase;
      background: linear-gradient(90deg, #173966, #cebe89, #173966);
      letter-spacing: 5px;
      -webkit-background-clip: text;
      background-clip: text;
      -webkit-text-fill-color: transparent;
      background-repeat: no-repeat;
      background-size: 80%;
      animation: shine 5s linear infinite;
      position: relative;
    }
    
    @keyframes shine {
      0% {
        background-position-x: -500%;
      }
      100% {
        background-position-x: 500%;
      }
    }    

    .slider-txt h2{
        font-size: 48px;
        font-weight: 700;
        text-align: left;
        color: #183E49;
        margin-bottom: 10px;
        font-family: Hack, sans-serif;
        text-transform: uppercase;
        background: linear-gradient(90deg, #000, #cebe89, #000);
        letter-spacing: 5px;
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
        background-repeat: no-repeat;
        background-size: 80%;
        animation: shine 5s linear infinite;
        position: relative;        
    }
    .slider-txt {
      padding: 0% 15%;
    }
    .slider-txt.s2 {
      float: right;
      width: 100%;
      text-align: right;
    }
    .slider-txt.s2 .mb-3 {
      text-align: right;
    }
    .navbar {
        width: 100%;
    }
    .slider-txt P {
      font-size: 16px;
      font-weight: 500;
      color: #183e49;
      line-height: 26px;
    }
    .s2 h1 {
      font-size: 42px;
      color: #183e49;
    }
    .top-hr {
      overflow: hidden;
      width: 100%;
      padding: 5px 10%;
      background-image: linear-gradient(to right, #cebe89 , #f7cab8);
    }
    .top-hr p {
      float: left;
      padding-right: 40px;
      margin: 0;
      overflow: hidden;
      color: #2b4f5b;
      font-size: 14px;
      font-weight: 500;
    }
    .topHr-left {
      float: left;
      overflow: hidden;
      display: flex;
    }
    .topHr-right {
      float: right;
      overflow: hidden;
      display: flex;
    }
    .top-hr .social-media{
      position: inherit;
    }
    .top-hr .social-media ul li {
      float: left;
      padding-right: 15px !important;
      padding: 0;
    }
    .top-hr .social-media .social-ico {
      font-size: 14px;
      color: #163c48;
      transition: all .3s ease-Out;
    }
    .top-hr .social-media .social-ico:hover {
      font-size: 14px;
      color: #262525;
    }


  /*-------------------- End slider--------------------------*/



  .navBar-wrapp {
    background: #CEBE89;
    /* -webkit-box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.4);
    box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.4);
    position: -webkit-sticky; */
    position: sticky;
    top: 0;
    height: 60px;
    z-index: 1000;
    transition: box-shadow 0.5s ease;
  }
  
  .navBar-wrapp .main-menu>li {
    position: relative;
  }
  
  .navBar-wrapp .main-menu>li>a {
    color: #173966;
    font-size: 14px;
    padding: 20px 1.5vw;
    font-weight: 600;
    display: block;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    text-decoration: none;
    text-transform: uppercase;
  } 
  .navBar-wrapp .main-menu>li.active>a {
    color: #183E49;
    /* border-top: 4px solid #183e49; */
    z-index: 9;
    border-radius: 0px;  
  }
  .navBar-wrapp .main-menu>li::after {
    content: '';
    display: block;
    width: 0;
    height: 4px;
    background: #183e49;
    transition: width .8s;
    position: absolute;
    top: 0;
  }
  .navBar-wrapp .main-menu>li:hover::after {
      width: 100%;
      transition: width .3s;
  }
  .navBar-wrapp .main-menu>li:hover>a {
    color: #fff;
  }
  
  .navBar-wrapp .main-menu>li>a>i {
    color: #183E49;
  }
  
  .navBar-wrapp .main-menu>li>a:hover>i {
    color: #fff;
  }
  
  .navBar-wrapp .main-menu>li:hover>a i {
    color: #fff;
  }
  
  .navBar-wrapp .main-menu .sub-menu {
    display: none;
    position: absolute;
    left: 50%;
    top: 100%;
    width: 180px;
    overflow: hidden;
    /* border-top: 2px solid #183E49; */
    background: #fff;
    -webkit-box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
    box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
    z-index: 5;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  
  .navBar-wrapp .main-menu .sub-menu a {
    padding: 10px 10px;
    display: block;
    color: #183E49;
    font-weight: 600;
    font-size: 14px;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    text-transform: uppercase;
  }
  
  .navBar-wrapp .main-menu .sub-menu a i {
    color: #183E49;
  }
  
  .navBar-wrapp .main-menu .sub-menu a:hover {
    background: #183E49;
    color: #fff !important;
  }
  
  .navBar-wrapp .main-menu>li:hover .sub-menu {
    display: block;
  }
  
  .navBar-wrapp .demo-link {
    margin-left: 1vw;
  }
  
  .navBar-wrapp .side-menu-close {
    background: transparent;
  }
  
  .navBar-wrapp .side-menu-close span {
    background: #fff;
    width: 28px;
  }

  /* side menu */
  .side-menu-wrap {
    width: 300px;
    position: fixed;
    left: -100%;
    top: 0;
    background: #fff;
    height: 100%;
    -webkit-box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
    box-shadow: 0 1px 5px 0 rgba(83, 83, 83, 0.2);
    overflow-y: auto;
    z-index: 15000;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
  }
  
  .side-menu-wrap.opened {
    left: 0;
    transition: .8s;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -ms-transition: .8s;
    -o-transition: .8s;
  }
  
  .side-menu-logo {
    border-bottom: 2px solid #183E49;
  }
  
  .side-menu-nav .main-menu>li {
    position: relative;
    border-bottom: 1px solid #ccc;
  }
  
  .side-menu-nav .main-menu>li>a>i {
    color: #183E49;
  }
  
  .side-menu-nav .main-menu .sub-menu {
    border-top: 1px solid #183E49;
    background: #fff;
    display: none;
  }
  
  .side-menu-nav .main-menu .sub-menu li {
    border-bottom: 1px solid #eee;
  }
  
  .side-menu-nav .main-menu .sub-menu a {
    padding: 10px 22px;
    display: block;
    color: #212529;
    font-weight: 600;
    font-size: .9em;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
  }
  
  .side-menu-nav .main-menu .sub-menu a i {
    color: #03328E;
  }
  
  .side-menu-nav .main-menu .sub-menu~i {
    font-size: .8em;
    position: absolute;
    padding: 21px 11px;
    right: 0;
    top: 0;
    border-left: 1px solid #ccc;
  }
  
  .side-menu-nav .main-menu .sub-menu a:hover {
    background: #F5F5F5;
  }
  
  .side-menu-nav .main-menu>li>a {
    color: #212529;
    padding: 15px 30px 15px 10px;
    font-weight: 600;
    display: block;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
  }
  
  .side-menu-wrap .side-menu-close {
    position: absolute;
    right: 0;
    top: 0;
    height: 30px;
    width: 30px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  }
  
  .side-menu-close {
    height: 40px;
    width: 40px;
    background: #21395F;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
  }
  
  .side-menu-close span {
    height: 2px;
    width: 20px;
    background: #fff;
    position: relative;
    opacity: 1;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
  }
  
  .side-menu-close span:nth-child(1) {
    top: -5px;
  }
  
  .side-menu-close span:nth-child(3) {
    bottom: -5px;
  }
  
  .side-menu-close.closed span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
    -webkit-transform: translateY(7px) rotate(45deg);
    -moz-transform: translateY(7px) rotate(45deg);
    -ms-transform: translateY(7px) rotate(45deg);
    -o-transform: translateY(7px) rotate(45deg);
  }
  
  .side-menu-close.closed span:nth-child(2) {
    opacity: 0;
  }
  
  .side-menu-close.closed span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
    -webkit-transform: translateY(-7px) rotate(-45deg);
    -moz-transform: translateY(-7px) rotate(-45deg);
    -ms-transform: translateY(-7px) rotate(-45deg);
    -o-transform: translateY(-7px) rotate(-45deg);
  }
  
  /*  custom overlay */
  .custom-overlay {
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .4);
    z-index: 12500;
    visibility: hidden;
    opacity: 0;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
  }
  
  .custom-overlay.show {
    visibility: visible;
    opacity: 1;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
  }
  .navScrolled {
    box-shadow: 0px 1px 5px #000;
    position: fixed;
    width: 100%;
    top: 0;
    height: 50px;
  }
  .navScrolled.navBar-wrapp .main-menu>li>a {
    color: #173966;
    font-size: 14px !important;
    padding: 12px 25px !important;
  }
  ul.main-menu.d-flex.flex-column.flex-lg-row.align-items-lg-center.list-unstyled.p-0.m-0 {
      justify-content: space-around;
  }
  .mobile_navigation{
    display: none;
  }
  .nav-menu {
    display: block!important;
  }
  ul.main-menu.d-flex.flex-column.align-items-lg-center.list-unstyled.p-0.m-0 {
    flex-direction: row !important;
    justify-content: space-around;
  }



    /*-------------------- Padding us--------------------------*/
        .spice-btw{
          padding: 100px 0;
        }

    /*-------------------- Padding us--------------------------*/


    
  /*-------------------- Abouts us--------------------------*/

  .about-wrapper {
    background-color: #F6F6F6;
    position: relative;
  }
  .about-content {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    max-width: 800px;
  }
  .about-content h2 {
    font-size: 44px;
    color: #CEBE89;
    font-weight: 400;
    max-width: 350px;
    line-height: 1.0;
    margin-bottom: 5px;
  }
  .about-content h1 {
    font-size: 42px;
    font-weight: 700;
    color: #183e49;
  }
  .about-content p {
    font-size: 14px;
    color: #183e49;
    line-height: 1.8;
    margin-bottom: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
  .button-style {
    display: inline-flex;
    height: 50px;
    width: 160px;
    border: 2px solid #183e49;
    color: #183e49;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 15px;
    letter-spacing: 1.5px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: #f6f6f6;
    font-weight: 700;
  }
  #button-animation {
    position: relative;
    overflow: hidden;
    cursor: pointer;
  }
  
  #button-animation a {
    position: relative;
    transition: all .35s ease-Out;
  }
  
  #slide {
    width: 100%;
    height: 100%;
    left: -200px;
    background: #CEBE89;
    position: absolute;
    transition: all .35s ease-Out;
    bottom: 0;
  }
  
  #button-animation:hover #slide {
    left: 0;
  }
  
  #button-animation:hover a {
    color: #2D3142;
  }
  

  /*-------------------- Venture --------------------------*/

  .venture-background-wrap {
    background-image: linear-gradient(rgb(255 255 255 / 95%), rgb(255 255 255 / 90%)), url(../images/banner/aboutus-bg.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  .main-header-text {
    text-align: center;
  }
  .main-header-text h1 {
    font-size: 36px;
    font-weight: 400;
    color: #cebe89;
    text-transform: uppercase;
  }
  .main-header-text span {
    font-size: 36px;
    font-weight: 700;
    color: #183E49;
    text-transform: uppercase;
  }
  .venture-info {
    background-color: #F5F5F5;
    padding: 24px 0;
    text-align: center;
    box-shadow: -2px 4px 8px -4px rgb(183 183 183 / 80%);
    -webkit-box-shadow: -2px 4px 8px -4px rgb(183 183 183 / 80%);
    -moz-box-shadow: -2px 4px 8px -4px rgb(183 183 183 / 80%);
    border: 1px solid #183e4917;
    transition: all .35s ease-Out;
  }
  .venture-info:hover{
    box-shadow:none;
    background-color: #fff;
  }
  .venture-info h2 {
    font-size: 24px;
    color: #183E49;
    margin-bottom: 8px;
    text-transform: uppercase;
    font-weight: 700;
    transition: all .35s ease-Out;
  }
  .venture-info h2:hover{
    color: #cebe8a;
  }
  .venture-info p {
    font-weight: 500;
    color: #183E49;
    font-size: 16px;
    letter-spacing: 2px;
    margin: 0;
    transition: all .35s ease-Out;
    text-transform: uppercase;
  }
  .venture-info p:hover{
    color: #cebe8a;
  }
  .venture-section {
    padding: 50px 0px;
    overflow: hidden;
  }
  .venture-logo {
    margin-bottom: 30px;
    margin-right: 10px;
  }
  .venture-logo img{
    width: 100%;
  }
  .bannerimg-wrapper img{
    width: 100%;
  }
  .banner-on-left {
    background: url(../images/banner/banner-1.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    height: 363px;
    border-radius: 2px;
  }
  .banner-on-right {
    background: url(../images/banner/banner-sec.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    height: 363px;
    border-radius: 2px;
  }

/*-------------------- Brands --------------------------*/

.brand-wrapp{
  background: url(../images/banner/brand-background.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  height: 500px;
}
.overlay {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(0 0 0 / 73%);
}
.brand-sec {
  padding: 6% 10%;
  overflow: hidden;
}
.brand-sec .main-header-text {
  margin-bottom: 60px;
}
.brand-wrapp .main-header-text span {
  color: #ffffff;
}
.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
  border-radius: 4px;
  display: flex;
}
.slider-container {
  overflow: hidden;
  }
  
  .slick-slide:nth-of-child(n+1) {
  display: none;
  }
  
  .slick-initialized,
  .slick-slide:first-child {
  display: block;
  }
.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    overflow: hidden;

}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    cursor: pointer;
    overflow: hidden;
    transition: all .35s ease-Out;
}
.slick-slide:hover
{
  box-shadow: -2px 4px 8px -4px rgb(183 183 183 / 80%);
  -webkit-box-shadow: -2px 4px 8px -4px rgb(183 183 183 / 80%);
  -moz-box-shadow: -2px 4px 8px -4px rgb(183 183 183 / 80%);
  transition: all .35s ease-Out;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}



/*-------------------- Footer --------------------------*/

.footer-bg {
  background-image: linear-gradient(rgb(20 68 83 / 90%), rgb(20 68 83 / 87%)), url(../images/banner/flower.png);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  /* height: 500px; */
}
.footer-top-icon {
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 25px;
}
.footer-wrapp {
  /* background-color: #183E49; */
  height: 100%;
}
.footerimg{
  margin-bottom: 15px;
}
.footer-info {
  padding: 30px;
  padding-bottom: 60px;
}
.footer-info p {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 0;
}
.newsletter-wrap {
  padding: 25px 0;
  position: relative;
  padding-bottom: 0px;
}
.newsletter-wrap h2 {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
.newsletter-wrap input {
  font-size: 14px;
  padding: 12px;
  background-color: transparent;
  color: #CEBE89;
  border: 1px solid #CEBE89;
  font-weight: 400;
  width: 100%;
  padding-right: 50px;
  outline: none;
}
.newsletter-wrap input::placeholder {
  color: #fff;
}
.newsletter-wrap button {
  position: absolute;
  right: 1px;
  bottom: 1px;
  background-color: transparent;
  padding: 11px 15px;
  border: 0;
  color: #cebe89;
  transition: all .35s ease-Out;
}
.newsletter-wrap button:hover {
  background-color: #cebe89;
  color: #183e49;
  border: 0;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #CEBE89;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #CEBE89;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #CEBE89;
}
.color-white{
  color: #fff;;
}
.link-btn {
  color: #fff !important;
}
.link-btn:hover {
  text-decoration: underline !important;
  color: #cebe89 !important;
}
.footer-header {
  overflow: hidden;
  margin-bottom: 20px;
}
.footer-header h3 {
  font-size: 26px;
  font-weight: 400;
  color: #cebe89;
  text-transform: uppercase;
  float: left;
  margin-right: 12px !important;
  margin: 0;
}
.footer-header h4{
  font-size: 26px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  float: left;
  margin-right: 12px;
  margin: 0;
}
.f-link{
  overflow: hidden;
  clear: both;
}
.f-link ul{
  list-style-type: none;
  padding: 0;
  margin: 0;
  float: left;
}
.f-link ul li {
  color: #fff;
  line-height: 1.6;
  font-size: 15px;
  transition: all .8s ease-Out;
  overflow: hidden;
  clear: both;
}
.border-anima {
  /* display: inline-block; */
  color: #000;
  text-decoration: none;
  float: left;
}
.border-anima::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #bdac75;
  transition: width .8s;
}
.border-anima:hover::after {
  width: 100%;
  transition: width .8s;
}
.getinfo-img {
  float: left;
  color: #cebe89;
  border: 1px solid #cebe89;
  padding: 10px;
  margin-right: 15px;
  height: 45px;
  width: 45px;
  line-height: 18px;
  text-align: center;
  transition: all .8s ease-Out;
}
.getinfo-img:hover {
  border: 1px solid #cebe89;
  background-color: #cebe89;
  color: #183e49;
}
.getinfo-text {
    margin-left: 15%;
}
.getinfo-text p {
  position: relative;
  top: 0;
  line-height: 1.6;
  transition: all .8s ease-Out;
}
.getinfo-text p a:hover {
  color: #cebe89;
}
.media-ico {
  font-size: 20px;
}
.getintouch-info ul li {
  margin-bottom: 20px;
}

.footer2{
  background-color: #144453;
  overflow: hidden;
}
.footer2-text {
  padding: 22px 0;
  float: left;
}
.footer2-text p {
  color: #fff;
  font-size: 14px;
  margin: auto;
}
.social-media {
  float: right;
  position: relative;
  top: 5px;
}
.social-media ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
  display: flex;
}
.social-media ul li {
  float: left;
  padding: 15px;
}
.social-media .social-ico {
  font-size: 15px;
  color: #cebe89;
  transition: all .3s ease-Out;
}
.social-media .social-ico:hover {
  font-size: 15px;
  color: #fff;
}


#movetotop {
  display: inline-block;
  background-color: transparent;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 2px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 1;
  visibility: hidden;
  z-index: 1000;
  cursor: pointer;
  line-height: 50px;
  font-size: 20px;
  color: #000;
  border: 2px solid #cebe89;
}
#movetotop.show {
  opacity: 1;
  visibility: visible;
}
.movetotop-icon{
  color: #cebe89;
}




/*-------------------- other page navbar --------------------------*/

.otherpageNav {
  height: 60px;
}
.otherpageNav .navbar-brand {
  position: fixed;
  top: 0;
  z-index: 9999;
}
.otherpageNav .main-menu {
  flex-direction: row !important;
  justify-content: end !important;
}
.otherpageNav .navBar-wrapp .main-menu>li>a {
  font-size: 13px;
}
.otherpageNav .navBar-wrapp {
  background: #CEBE89;
  position: fixed;
  top: 0;
  height: 60px;
  width: 100%;
  z-index: 1000;
  transition: box-shadow 0.5s ease;
  box-shadow: 0px 1px 3px #0000005e;
}

/*-------------------- About us css --------------------------*/

.innaer-page-header {
  padding: 40px;
  text-align: center;
}
.innaer-page-header h2 {
  margin-top: 0;
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.innaer-page-header p {
  margin-bottom: 0;
  font-size: 15px;
}
.aboutus-main-sec {
  padding: 80px 10px;
  padding-bottom: 60px;
}
.what-we-are {
  padding: 25px 0px;
}
.what-we-are h2 {
  font-size: 32px;
  margin-bottom: 15px;
  letter-spacing: 0px;
  color: #322f2f;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
}
.what-we-are p {
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 1.8;
  color: #303434;
  font-weight: 400;
}
.about-banner-first {
  background: url(../images/banner/about-banner-first.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  height: 350px;
  border-radius: 5px;
  border: 1px solid #ffffff;
}
.aboutus-wrapper {
  padding: 0px 25px;
  overflow: hidden;
  position: relative;
}
.what-we-are h3 {
  font-size: 20px;
  margin-bottom: 15px;
  letter-spacing: 1px;
  color: #cdb976;
  font-weight: 600;
  line-height: 1.5;
} 

.abt-section1 {
  padding: 5% 20%;
  background-color: #fbcebc;
  border-radius: 4px;
  background-image: linear-gradient(rgb(248 197 176 / 87%), rgb(206 190 137 / 89%)), url(../images/banner/aboutus-bg.png);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.abt-section1 h4{
  color: #163c48;
  font-weight: bold;
  font-size: 30px;
  text-transform: uppercase;
}
.abt-section1 .subheading{
  color: #4e4e4e;
  font-size: 20px;
}
.abt-section1 .row {
  margin-top: 5%;
  margin-bottom: 10%;
}
.abt-section1 h4:hover{
  color: #000;
  transition: all .35s ease-Out;
}
.abt-img 
{
  text-align: center;
}
.abt-img img {
  width: 60%;
}
.v-info-wrapp {
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}
.v-info{
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.abt-venture-sec {
  position: relative;
}
.section-center {
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}

.innaer-page-header .innerpage-banner-text {
  font-family: sans-serif;
  text-transform: uppercase;
  display: block;
}

.innerpage-banner-text {
  color: #282727;
  letter-spacing: 5px;
  margin-bottom: 0px;
  position: relative;
  animation: text 3s 1;
  margin-top: 0;
  font-size: 26px;
  background-color: #cebe89;
}

@keyframes text {
  0%{
      color: #000;
      margin-bottom: -30px;
  }

  30%{
      letter-spacing: 12px;
      margin-bottom: -30px;
  }

  85%{
      letter-spacing: 5px;
      margin-bottom: -30px;
  }
}

.product-data-view{
  padding: 0px 25px;
}
.counter-icon {
  color: #315c69;
  padding-right: 10px;
  float: left;
}
.counter-info {
  float: left;
}
.counter {
  background-color: #322f2f;
  padding: 25px 12px;
  border-radius: 1px;
  border: 1px solid #f6cab847;
  box-shadow: 0px 2px 5px -3px rgb(42 42 42 / 82%);
  -webkit-box-shadow: 0px 2px 5px -3px rgb(42 42 42 / 82%);
  -moz-box-shadow: 0px 2px 5px -3px rgb(42 42 42 / 82%);
  overflow: hidden;
}
.count-title {
  font-size: 34px;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 2px;
  text-align: left;
  font-family: 'Lobster', cursive;
  color: #cebe89;
}
.count-text {
  font-size: 14px;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 0;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
}



/*-------------------- Contact Us --------------------------*/

.contact-section{
  position: relative;
}
.contact-us-wrapp {
  padding: 50px 100px;
  background-color: #322f2f;
  background-image: linear-gradient(rgb(248 197 176 / 87%), rgb(206 190 137 / 89%)), url(../images/banner/aboutus-bg.png);
  height: 590px;
}
.col-left {
  float: left;
  width: 50%;
}
.col-section {
  overflow: hidden;
}
.contact-form .form-field {
  position: relative;
  margin: 32px 0;
}
.contact-form .input-text {
  display: block;
  width: 100%;
  height: 40px;
  border-width: 0 0 2px 0;
  border-color: #585752;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  background-color: transparent;
}
.contact-form .input-text:focus {
  outline: none;
}
.contact-form .input-text:focus + .label,
.contact-form .input-text.not-empty + .label {
  -webkit-transform: translateY(-24px);
          transform: translateY(-24px);
}
.contact-form .label {
  position: absolute;
  left: 12px;
  bottom: 10px;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  color: #2c2c2a;
  cursor: text;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}
.contact-form .submit-btn {
  display: inline-block;
  background-color: #000;
   background-image: linear-gradient(125deg,#a72879,#064497);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
  padding: 8px 16px;
  border: none;
  width:200px;
  cursor: pointer;
}
.contact-bg-images {
  background: url(../images/banner/brand-background.jpg) no-repeat center center;
  height: 590px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.contact-us-wrapp h2 {
  text-align: left;
  font-size: 26px;
  color: #144453;
  margin-bottom: 5px;
}
.contact-us-wrapp p {
  text-align: left;
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  color: #4a4848;
}
.keep-in-touch {
  padding: 30px 50px;
  background-color: #ffffff;
  text-align: center;
  padding-bottom: 20px;
}
.keep-in-touch h2 {
  color: #163c48;
  margin-bottom: 10px;
  font-size: 26px;
}
.keep-in-touch p {
  color: #3a3737;
  font-size: 14px;
}
.con-info-section {
  overflow: hidden;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.con-info-section h3 {
  color: #cebe89;
  font-size: 20px;
  margin-bottom: 15px;
}
.con-info-section p {
  font-size: 14px;
  margin-bottom: 10px;
  color: #343030;
  text-align: center;
  font-weight: 400;
}

.con-col-4 {
  /* border: 1px solid #2e2d2b; */
  padding: 20px 50px;
  /* background-color: #cebe89; */
  width: 100%;
  height: 150px;
}
.map-wrapp {
    padding: 5px 0;
    padding-bottom: 0px;
}
.contact-form {
  padding: 25px 0;
}
.contact-form input, textarea{
  display: block;
  width: 100%;
  border-width: 0 0 2px 0;
  border-color: #585752;
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  background-color: transparent;
  outline: navajowhite;
  margin-bottom: 30px;
  padding: 10px 0;
}  
.contact-form .form-group {
  margin-bottom: 30px;
}
::placeholder {
  color: #144453;
}


 /*-------------------- amalfi --------------------------*/

  .Banner-goc {
    background: url(../images/banner/amf.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    height: 350px;
    border-radius: 0px;
    /* background-color: #403958; */
  }
  .about-comapnies {
    padding: 50px 0px;
    padding-top: 0;
    overflow: hidden;
  }
  .amalfi-header {
    padding: 80px 0px;
    text-align: center;
    margin-bottom: 50px;
    border-bottom: 1px solid #ffffff;
    box-shadow: 0px 4px 7px -1px rgb(171 171 171 / 27%);
    -webkit-box-shadow: 0px -1px 6px -1px rgb(10 10 10 / 21%);
    -moz-box-shadow: 0px 4px 7px -1px rgba(171,171,171,0.98);
    background-image: linear-gradient(rgb(255 255 255 / 95%), rgb(255 255 255 / 90%)), url(../images/banner/aboutus-bg.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
    overflow: hidden;
  }
  .amalfi-header .comp-info p {
    font-size: 14px;
    font-weight: 700;
    color: #3c3a3a;
    font-family: 'grotesk light';
    max-width: 700px;
    margin: auto;
    margin-bottom: 15px;
  } 
  .about-section-list .amalfi-wrap {
    margin-bottom: 100px;
  }

  .amalfi-bodycare{
    background: url(../images/banner/amalfi-bodycare.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    height: 400px;
    border-radius: 2px;
    padding: 20px;
  }


  .comp-info p {
    font-size: 14px;
    font-weight: 700;
    color: #3c3a3a;
    font-family: 'grotesk light';
  }
  .comp-info h3 {
    margin-bottom: 15px;
    text-transform: capitalize;
    font-size: 28px;
    color: #333;
    font-family: grotesk boldd;
  }
  .comp-info h2 {
    font-size: 32px;
    margin-bottom: 6px;
    color: #202222;
    font-weight: 800;
    font-family: 'Playball', cursive;
  }

  .image-flip-row {
    position: relative;
  }
  .image-flip-row h2{
    text-align: center;
    margin-bottom: 20px;
    color: #cebe89;
    font-size: 26px;
  }
  .align-img {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5% 10%;
    padding-top: 0;
  }
  .align-img img{
    width: 15%;
  }
  .align-img img:first-child {
    border-top-left-radius: 30px;
  }
  .align-img img:last-child {
    border-bottom-right-radius: 30px;
  }
  .categories-bg {
    background-size: cover;
    position: relative;
    background-color: #fbcebc;
    padding: 3% 6%;
    margin-bottom: 60px;
    background-image: linear-gradient(rgb(206 190 137), rgb(255 255 255)), url(../images/banner/sample.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    border-top: 1px solid #c3b177;
  }
  .image-wrap {
    width: 100%;
    /* border: 1px solid #cebe89;
    padding: 10px; */
    border-radius: 3px;
    float: right;
  }
  .categories-bg .comp-info {
    text-align: center;
    max-width: initial;
    padding: 0px 200px;
  }
  .comp-info h5 {
    font-size: 16px;
    margin-bottom: 20px;
    color: #c7b372;
    font-weight: 400;
    font-family: 'grotesk light';
  }
  .banner-comp-info{
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    text-align: left;
    max-width: inherit;    
  }
  .categories-bg img{
    width: 40%;margin: auto;display: block;float: right;
  }
  .freshfeel-bg {
    background-image: linear-gradient(rgb(48 74 52 / 58%), rgb(52 76 54)), url(../images/banner/freshfeel.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 3% 4%;
  }
  .freshfeel-bg .comp-info h2 {
    color: #ffffff;
  }
  .freshfeel-bg .deep-info p {
    color: #ffffff;
  }
  .freshfeel-bg .comp-info p {
    color: #f7f7f7;
    padding-bottom: 10px;
    font-size: 14px;
    max-width: 1100px;
    margin: auto;
  }
  .freshfeel-bg .comp-info {
    border: 4px solid #fff;
    padding: 50px;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
  }
  /* .freshfeel-wrap .col-lg-4 {
    padding: 0;
  } */
  .freshfeel-wrap .about-section-list {
    padding-bottom: 50px;
  }
  .freshfeel-wrap .comp-info {
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    text-align: center;
    max-width: 500px;
    margin: auto;
  }
  .freshfeel-wrap .deep-info {
    margin-top: 0;
  }
  .deep-info {
    margin-top: 0px;
  }
  .comp-left{
    float: left;
  }
  .comp-right{
    float: right;
  }
  .fl-right{
    float: right;
  }
  /* .freshfeel-wrap .comp-info {
    top: 40%;
  } */
  .Inspiration-wrap {
    padding: 60px 0px;
    background-color: #f9f9f9;
    border-radius: 5px;
    background-image: linear-gradient(rgb(248 197 176 / 87%), rgb(206 190 137 / 89%)), url(../images/banner/aboutus-bg.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /* margin-bottom: 60px; */
    overflow: hidden;
  }
  .Inspiration-wrap h3 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 20px;
    color: #383636;
    font-family: 'Playball';
  }
  .Inspiration-wrap p {
    font-size: 13px;
    line-height: 1.6;
    max-width: 400px;
    margin: auto;
    text-align: center;
    font-family: grotesk mediumm;
  }
  .Inspiration-wrap img{
    margin: auto;
    display: block;
    text-align: center;
    margin-bottom: 15px;
  }
  .romarinfo-wrapp {
    padding: 50px 0;
    padding-top: 10px;
  }
  .romar-info {
    text-align: center;
    padding: 30px 10px;
    /* background-color: #fbfbfb; */
    border-radius: 6px;
  }
  .romar-info p {
    color: #444;
    font-size: 13px;
    margin-bottom: 10px;
    line-height: 1.6;
  }
  .romar-info img {
    width: 25%;
    padding-bottom: 25px;
  }
  .amalfi-wrap .comp-info {
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    text-align: center;
    max-width: 500px;
    margin: auto;
  }
  /* .amalfi-wrap .image-wrap {
    width: 100%;
    border: 1px solid #cebe89;
    padding: 10px;
    border-radius: 3px;
  } */
  .about-section-list.amalfi-wrap {
    padding-bottom: 40px;
  }

  .romarinfo-2-wrapp {
    overflow: hidden;
    margin-bottom: 100px;
  }
  .quality-ex-bg {
    background: url(../images/banner/freshfeel.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    height: 500px;
  }
  .quality-ex-section {
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    text-align: center;
    max-width: 450px;
    margin: auto;
  }
  .quality-ex-section img {
      width: 8%;
      margin-bottom: 20px;
  }
  .quality-ex-section h2 {
    font-size: 24px;
    color: #cebe89;
    margin-bottom: 12px;
    font-weight: 700;
    font-family: grotesk boldd;
  }
  .quality-ex-section p {
    font-size: 13px;
    max-width: 450px;
    margin: auto;
    margin-bottom: 12px;
    line-height: 1.6;
    color: #ffff;
  }
  .romarinfo-2-wrapp .col-lg-6{
    padding: 0;
  }




/*-------------------- Decora --------------------------*/


.page-header-info{
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
  text-align: left;
  margin: auto;
}
.decora-wrap {
  padding: 60px 0;
  overflow: hidden;
}
.decora-wrap h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 25px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 25px;
  padding-bottom: 12px;
}
.decora-wrap h4 {
  padding: 25px 20px;
  color: #1c1c1b;
  border-radius: 0;
  max-width: fit-content;
  margin: auto;
  font-size: 22px;
  line-height: 1.5;
  text-align: center;
  background-color: #ebebeb;
}
.decora-wrap p {
  font-size: 16px;
  line-height: 1.8;
  color: #343434;
  max-width: 750px;
}
.decora-icons {
  padding: 40px 0;
  text-align: center;
  overflow: hidden;
  clear: both;
}
.content-left {
  float: left;
  width: 50%;
  padding-right: 20px;
}
.content-right {
  float: right;
  padding: 0px 25px;
  width: 50%;
}
.decora-product-list {
  padding-bottom: 40px;
}
.decora-product-list h1 {
  text-align: center;
  text-transform: uppercase;
  font-size: 26px;
  margin-bottom: 10px;
  color: #2c2a2a;
  font-weight: 700;
  font-family: grotesk boldd;
}
.decora-product-list p {
  text-align: center;
  text-transform: lowercase;
  font-size: 16px;
  margin-bottom: 50px;
  color: #2c2a2a;
  font-family: 'Playball', cursive;
}
.decora-pro-wrap {
  text-align: center;
  padding: 20px;
  background-color: #fbfbfb;
  margin-bottom: 50px;
  background-image: linear-gradient(180deg, #fff, #cebe8999);
}
.decora-pro-wrap img {
  width: 70%;
}
.decora-pro-wrap h2 {
  font-size: 22px;
  margin-bottom: 12px;
  margin-top: 12px;
  font-weight: 600;
  color: #302e2e;
  font-family: grotesk boldd;
}
.decora-pro-wrap p {
  font-size: 14px;
  margin-bottom: 30px;
  line-height: 1.4;
  font-family: 'grotesk regular';
}


/*-------------------- Kiriko --------------------------*/

.kiriko-wrap {
  padding-bottom: 80px;
  overflow: hidden;
}
.kiriko-wrap p {
  font-size: 15px;
  line-height: 1.8;
  color: #1c1c1c;
  font-family: 'grotesk regular';
  margin-bottom: 10px;
}
.kiriko-wrap h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 25px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 25px;
  padding-bottom: 12px;
}
.kiriko-wrap span {
  font-size: 14px;
  color: #cebe89;
}

.kiriko-product-list {
  background-color: #fdfdfd;
  padding: 40px 40px;
}
.kiriko-product-list h1 {
  text-align: center;
  text-transform: uppercase;
  font-size: 26px;
  margin-bottom: 50px;
  color: #2c2a2a;
  font-weight: 700;
  font-family: grotesk boldd;
}
.kiriko-product-list p {
  text-align: center;
  text-transform: lowercase;
  font-size: 16px;
  margin-bottom: 50px;
  color: #2c2a2a;
  font-family: 'Playball', cursive;
}
.kiriko-pro-wrap {
  text-align: center;
  padding: 20px;
  background-color: #fdfdfd;
  margin-bottom: 50px;
  /* background-image: linear-gradient(180deg, #fff, #ffffff); */
}
.kiriko-pro-wrap img {
  width: inherit;
}
.kiriko-pro-wrap h2 {
  font-size: 22px;
  margin-bottom: 12px;
  margin-top: 22px;
  font-weight: 600;
  color: #302e2e;
  font-family: grotesk boldd;
}
.kiriko-pro-wrap p {
  font-size: 14px;
  margin-bottom: 30px;
  line-height: 1.4;
  font-family: 'grotesk regular';
}
.kiriko-details{
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
}
.kiriko-details ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.kiriko-details ul li {
  float: left;
  padding: 6px;
  border-right: 1px solid #ffffff;
  background-color: #cebe89;
  font-size: 12px;
  color: #000;
  margin-bottom: 1px;
}
.kiriko-info-wrap {
  overflow: hidden;
  padding: 50px;
  background-color: #ffffff;
}
.kiriko-banner {
  background-color: #f1f1f3;
  margin: auto;
  display: block;
  text-align: center;
}
.product_details {
  padding: 40px;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 0px 2px 4px 1px rgb(171 171 171 / 45%);
  -webkit-box-shadow: 0px 2px 4px 1px rgb(171 171 171 / 45%);
  -moz-box-shadow: 0px 2px 4px 1px rgb(171 171 171 / 45%);
}
.product_details h2 {
  font-size: 22px;
  font-weight: 700;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 25px;
  padding-bottom: 12px;
}
.product_details ul {
  padding: 0;
  list-style-type: none;
  margin: 0;
  overflow: hidden;
}
.product_details ul li {
  padding: 10px;
  margin-bottom: 5px;
  border-radius: 5px;
  font-size: 15px;
  font-family: 'grotesk mediumm';
}



/*-------------------- Kiriko --------------------------*/

/* .nelly-banner{
  background: url(../images/banner/Nelly-Banner.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  height: 500px;
}
 */
 .nelly-banner {
  width: 100%;
  margin: auto;
  display: block;
  text-align: center;
  background-color: #f1f1f3;
} 
.nelli-wrap {
  padding: 80px 0;
  overflow: hidden;
  position: relative;
}
.nelli-info-section {
  margin-bottom: 0;
}
.nelli-info-section h2 {
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: grotesk boldd;
}
.nelli-info-section p {
  font-size: 14px;
  color: #494949;
  line-height: 1.8;
}
.page-con-left {
  width: 33%;
  float: left;
  overflow: hidden;
}
.page-con-right {
  width: 33%;
  float: right;
  text-align: right;
}
.page-con-center {
  overflow: hidden;
  width: 33%;
  margin: auto;
}
.page-con-center img {
    width: 60%;
    margin: auto;
    display: block;
}
.align_top{
  position: absolute;
  top: 180px;
  width: 33%;  
}
.align_bottom {
  position: absolute;
  bottom: 180px;
  width: 33%;
}


/*-------------------- Agrado --------------------------*/

.agrado-info-wrap {
  overflow: hidden;
  padding: 20px;
}
.agrado-wrap {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 20px;
  width: 35%;
}
.agrado-wrap h2 {
  text-transform: capitalize;
  font-size: 32px;
  color: #333;
  font-family: grotesk boldd;
  margin-bottom: 15px;
}
.agrado-wrap p {
  font-size: 14px;
  max-width: 500px;
  line-height: 1.6;
  color: #837f7f;
}
.page-title-tag {
  margin: auto;
  display: block;
  text-align: center;
  padding: 50px;
}
.page-title-tag h2 {
  font-size: 18px;
  margin-bottom: 20px;
  font-family: grotesk mediumm;
  color: #403f3d;
}
.agrado-haircare{
  background: url(../images/banner/agrado-haircare.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  height: 400px;
  border-radius: 2px;
  padding: 20px;
}
.agrado-cat-list{
  padding-bottom: 50px;
}
.agrado-wrap ul{
  padding: 0;
  list-style-type: none;
  overflow: hidden;
  margin: 0;
}
.agrado-wrap ul li {
  background-color: #fff;
  max-width: fit-content;
  margin-bottom: 6px;
  padding: 8px 10px;
  float: left;
  margin-right: 10px;
  border-radius: 2px;
  font-size: 14px;
  cursor: pointer;
  font-weight: 500;
  font-family: 'grotesk mediumm';
}
.content-left-align {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 50px;
    width: 35%;
}
.agrado-bodycare{
  background: url(../images/banner/agrado-bodycare.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  height: 400px;
  border-radius: 2px;
  padding: 20px;
}
.agrado-nailfeeltcare{
  background: url(../images/banner/agrado-handnailcare.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  height: 400px;
  border-radius: 2px;
  padding: 20px; 
}
.agrado-oralcare{
  background: url(../images/banner/agrado-oralcare.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  height: 400px;
  border-radius: 2px;
  padding: 20px;  
}
.agrado-facialcare{
  background: url(../images/banner/agrado-facialcare.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  height: 400px;
  border-radius: 2px;
  padding: 20px;  
}
.agrado-kidscare{
  background: url(../images/banner/agrado-kidscare.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  height: 400px;
  border-radius: 2px;
  padding: 20px;  
}


.success-view{
    background-color: #333;
    margin: auto;
    display: block;
    text-align: center;
    color: #fff;
    background-image: linear-gradient(rgb(248 197 176 / 87%), rgb(206 190 137 / 89%));
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    width: 100%;

}
.success-view h1{
  font-family: grotesk boldd;
  font-size: 50px;
  padding: 15px;
  margin: 0;
}
.success-view p{
  font-size: 20px;
  margin: 0;
}


/*-------------------- Media Query --------------------------*/

  @media only screen and (max-width: 1700px) {
    .align_top {
      top: 140px;
    }
    .align_bottom {
      bottom: 140px;
    }       
  }
  
  @media only screen and (max-width: 1600px) {
    .exp-content img {
      width: 100%;
    } 
    .brand-wrapp {
      height: 420px;
    }  
    .count-text {
      font-size: 12px;
    }
    .count-title {
      font-size: 30px;
    } 
    .abt-section1 h4 {
      font-size: 26px;
    }   
  }
  @media only screen and (max-width: 1500px) {
    .count-text {
      font-size: 11px;
    }
    .abt-section1 h4 {
      font-size: 22px;
    } 
    .contact-us-wrapp {
      padding: 39px 100px;
    }    
    .align_bottom {
      bottom: 100px;
    }  
    .align_top {
      top: 100px;
    }

  }
  @media only screen and (max-width: 1400px) {
    .slider-txt h1 {
      font-size: 46px;
    }
    .slider-txt h2 {
      font-size: 46px;
    }  
    .about-content h2 {
      font-size: 38px;
      max-width: 320px;
    }    
    .about-content h1 {
      font-size: 36px;
    } 
    .about-content {
      padding: 14px 0;
    }
    .about-content {
      max-width: 700px;
    }
    .brand-wrapp {
      height: 400px;
    } 
    .count-title {
      font-size: 26px;
    }    
    .counter {
      padding: 20px 5px;
    }
    .innaer-page-header h2 {
      font-size: 22px;
      margin-bottom: 6px;
    } 
    abt-section1 h4 {
      font-size: 20px;
    } 
    .what-we-are p {
      font-size: 13px;
    }
    .product-data-view {
      padding: 0px 12px;
    }
    .footer-info {
      padding: 20px;
      padding-bottom: 60px;
    }    
    .con-col-4 {
      height: 150px;
    } 
    .decora-wrap h2 {
      font-size: 30px;
    }
    .decora-wrap p {
      font-size: 15px;
    } 
    .decora-wrap h4 {
      font-size: 20px;
    }    
    .kiriko-wrap p {
      font-size: 15px;
    } 
    .kiriko-wrap h4 {
      font-size: 20px;
    }     
  }


  @media only screen and (max-width: 1300px) {
    .about-content h1 {
      font-size: 32px;
    }    
    .about-content h2 {
      font-size: 34px;
      max-width: 300px;
    }
    .brand-sec {
      padding: 7.5% 10%;
    }  
    .product-data-view {
      padding: 0px 0px;
    }  
    .count-text {
      font-size: 11px;
      max-width: 80px;
      text-align: left;
    }
    .abt-section1 {
      padding: 5% 15%;
    }    
    .footer-info p {
      font-size: 13px;
    }
    .f-link ul li {
      font-size: 14px;
    }  
    .contact-us-wrapp {
      padding: 39px 70px;
    }  
    .con-col-4 {
      padding: 20px 10px;
      height: 150px;
    }
    .nelli-info-section h2 {
      font-size: 20px;
      margin-bottom: 6px;
    }
    .nelli-info-section p {
      line-height: 1.6;
    }   
    .agrado-info-wrap .custom-container {
      padding: 0% 8%;
    }

  }




  @media only screen and (max-width: 1200px) {
    .slider-txt h1 {
      font-size: 42px;
    }
    .slider-txt h2 {
      font-size: 42px;
    }
    #introCarousel, .carousel-inner, .carousel-item, .carousel-item.active {
      height: 500px;
    } 
    .getinfo-text {
      margin-left: 0;
    }
    /* .exp-content {
      width: 260px;
      padding: 40px 0;
    }   
    .exp-content h2 {
      font-size: 60px;
    }  
    .exp-content h4 {
      font-size: 22px;
    }
    .exp-content h1 {
      font-size: 160px;
    } */
    .about-content h2 {
      font-size: 30px;
        max-width: 250px;
    }
    .about-content h1 {
      font-size: 30px;
    }
    .about-content p {
      line-height: 1.6;
      margin-bottom: 10px;
    }
    .about-content {
      padding: 0px 0;
    }
    .spice-btw {
      padding: 80px 0;
    }
    .venture-info h2 {
      font-size: 22px;
    }
    .venture-info p {
      font-size: 16px;
    }
    .venture-logo {
      margin-bottom: 25px;
      margin-right: 5px;
    }
    .venture-info h2 {
      font-size: 18px;
      margin-bottom: 5px;
     }
     .about-content p {
      -webkit-line-clamp: 2;
    }
    .newsletter-wrap input {
      width: 100%;
    }
    .newsletter-wrap button {
      position: absolute;
      right: 1px;
      top: 55px;
      padding: 0px 18px;
    }
    .footer-info {
      padding: 25px 6px;
    }
    .what-we-are {
      padding: 15px 0px;
    }
    .about-banner-first {
      position: relative;
      top: 50%;
      transform: translate(0, -50%);
    }
    .abt-section1 {
      padding: 5% 10%;
    }
    .abt-section1 h4 {
      font-size: 20px;
    }
    .custom-container {
      padding: 0% 10%;
    }
    .product-data-view .col{
      padding-right: 10px;
      padding-left: 10px;
    }
    .count-text {
      font-size: 13px;
    }
    .footer-top-icon {
      padding: 30px;
      padding-bottom: 10px;
    }
    .footer-header h4 {
      font-size: 24px;
    }
    .footer-header h3 {
      font-size: 24px;
      margin-right: 8px !important;
    }
    .image-wrap {
      width: 100%;
    }
    .content-left {
      float: left;
      width: 100%;
    }
    .content-right {
      float: left;
      padding: 0px;
      width: 100%;
    }
    .decora-wrap h4 {
      float: left;
      max-width: inherit;
      width: 100%;
    } 
    .decora-wrap p {
      font-size: 15px;
      max-width: inherit;
    }
    .decora-product-list .col-md-3 {
      width: 50%;
      flex: 0 0 50%;
      max-width: 50%;
    }
    .kiriko-wrap h4 {
      float: left;
      max-width: inherit;
      width: 100%;
    } 
    .kiriko-wrap p {
      font-size: 15px;
      max-width: inherit;
    }
    .kiriko-product-list .col-md-3 {
      width: 50%;
      flex: 0 0 50%;
      max-width: 50%;
    } 
    .kiriko-pro-wrap {
      margin-bottom: 20px;
    }    
    .kiriko-pro-wrap p {
      font-size: 14px;
      max-width: 400px;
      margin: auto;
    } 
    .kiriko-info-wrap .col-md-4{
      width: 100%;
      flex: 0 0 100%;
      max-width: 100%;      
    } 
    .nelli-wrap {
      padding: 100px 0;
    }    
    .nelli-info-section p {
      line-height: 1.6;
      font-size: 13px;
    }  
    .agrado-wrap p {
      font-size: 13px;
    }    
    .agrado-wrap h2 {
      font-size: 26px;
      margin-bottom: 8px;
    }  
    .agrado-info-wrap .custom-container {
      padding: 0% 0%;
    }
    .kiriko-wrap {
      padding: 50px 0;
    }
}


@media only screen and (max-width: 1125px) {
  .product-data-view .col {
    width: 50%;
    flex: inherit;
    margin-bottom: 10px;
  }
  .footer-info {
    padding: 22px 6px;
  }
}

@media only screen and (max-width: 1024px) {
  .custom-container {
    padding: 0% 10%;
  }
  .venture-info {
    padding: 20px 0;
  }
  .abt-img img {
    width: 75%;
  }
  .abt-section1 .row {
    margin-bottom: 12%;
  }
  .con-info-section p {
    font-size: 13px;
  }
  .con-col-4 {
    padding: 20px 10px;
  }
  .deep-info p {
    font-size: 14px;
    line-height: 1.5;
  } 
  .categories-bg .comp-info {
    padding: 20px 100px;
  } 
  .quality-ex-section {
    max-width: 400px;
  }
  .quality-ex-section img {
    width: 20%;
  }
  .nelly-banner img{
    width: 100%;
  }
  .kiriko-banner img{
    width: 100%;
  }

}


@media only screen and (max-width: 992px) {
  .slider-txt {
      padding: 0% 14%;
  }
  .about-content h2 {
    font-size: 36px;
    max-width: 300px;
  }
  about-content h1 {
    font-size: 36px;
  }
  .about-content {
    padding: 0px 20px;
  }
  /* .exp-content {
    padding: 80px 0;
  } */
  .venture-info h2 {
    font-size: 22px;
    margin-bottom: 5px;
  }
  .venture-logo {
    margin-bottom: 25px;
    margin-right: 0px;
  } 
  .custom-container {
    padding: 0% 08%;
  } 
  .sm-hide{
    display: none;
  }
  .product-data-view .col {
    width: 50%;
    flex: inherit;
    margin-bottom: 10px;
  } 
  .counter {
    padding: 20px;
  }
  .count-text {
    font-size: 14px;
    max-width: 100%;
    text-align: left;
    margin-top: 5px;
  }
  .counter-icon {
    padding-right: 20px;
  }
  .abt-img img {
    width: 90%;
  }
  .abt-section1 .row {
    margin-bottom: 18%;
  } 
  .con-col-4 {
    width: 50%;
    float: left;
    height: 125px;
  }
  .con-info-section {
    display: inherit;
  }
  .contact-us-wrapp {
    padding: 35px 50px;
  }
  .contact-form .form-field {
    position: relative;
    margin: 30px 0;
    margin-bottom: 0px;
  } 
  .contact-us-wrapp p {
    font-size: 14px;
  }
  .innaer-page-header {
    padding: 30px;
  }  
  .innaer-page-header h2 {
    font-size: 16px;
  }
  .contact-us-wrapp h2 {
    font-size: 22px;
  }
  .keep-in-touch h2 {
    font-size: 24px;
  }
  .keep-in-touch {
    padding: 25px 50px;
  }
  .image-wrap {
    width: 100%;
    margin: auto;
    display: block;
    margin-bottom: 15px;
    float: left;
  }
  .comp-info {
    text-align: left;
    max-width: 500px;
    margin: auto;
    float: left;
    margin-bottom: 10px;
  }
  .fl-right {
    float: left;
  }
  .inspiration-list {
      margin-bottom: 50px;
  }
  .comp-info h3 {
    font-size: 24px;
  }
  .freshfeel-wrap .about-section-list {
    padding-bottom: 25px;
  }
  .categories-bg img {
    width: 60%;
  }
  .decora-wrap p {
    font-size: 14px;
  } 
  .decora-wrap h2 {
    font-size: 26px;
  }
  .decora-wrap h4 {
    font-size: 18px;
  } 
  .kiriko-wrap p {
    font-size: 14px;
  } 
  .kiriko-wrap h2 {
    font-size: 24px;
  }
  .kiriko-wrap h4 {
    font-size: 18px;
  }
  .nelli-wrap {
    padding: 130px 0;
  }
  .page-title-tag { 
    padding: 35px;
    padding-bottom: 5px;
  } 
  .categories-bg .comp-info {
    padding: 20px;
  }
  .quality-ex-section {
    max-width: 300px;
  } 
  .quality-ex-section img {
    width: 20%;
  }

}


@media only screen and (max-width: 800px) {

  .nelli-info-section h2 {
    font-size: 18px;
  }
  .nelli-wrap {
    padding: 150px 0;
  }
  .agrado-wrap {
    position: relative;
    top: 0;
    transform: inherit;
    right: 0;
    width: 100%;
    padding-top: 20px;
  }
  .agrado-wrap ul li {
    background-color: #cebe89;
    font-weight: 500;
  }
  .content-left-align {
    left: 0;
  }
  .agrado-haircare{
    height: 250px; 
  }
  .agrado-bodycare{
    height: 250px;  
  }
  .agrado-nailfeeltcare{
    height: 250px;   
  }
  .agrado-oralcare{
    height: 250px;  
  }
  .agrado-facialcare{
    height: 250px;  
  }
  .agrado-kidscare{
    height: 250px;  
  }
  



}


@media only screen and (max-width: 767px) {
  .nav-menu {
    display: none!important;
  }
  .slider-txt h1 {
    font-size: 28px;
  }
  .slider-txt h2 {
    font-size: 32px;
  }
  #introCarousel, .carousel-inner, .carousel-item, .carousel-item.active {
    height: 350px;
  } 
  .venture-info h2 {
    font-size: 18px;
    margin-bottom: 4px;
  }
  .slider-txt P {
    font-size: 14px;
    line-height: 20px;
  }
  .mobile_navigation {
    display: block;
    padding: 10px;
    position: absolute;
    z-index: 9999;
    right: 10px;
    top: 10px;
    width: 30px;
  }
  #menuToggle {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 8px;
    right: 12px;
    -webkit-user-select: none;
    user-select: none;
    padding: 10px;
  }
  #menuToggle input {
    display: flex;
    width: 25px;
    height: 25px;
    position: absolute;
    cursor: pointer;
    opacity: 0;
    z-index: 2;
    left: 5px;
    top: 5px;
  }
  
  #menuToggle span {
    display: flex;
    width: 25px;
    height: 2px;
    margin-bottom: 5px;
    position: relative;
    background: #163c48;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 5px 0px;
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease;
  }
  
  #menuToggle span:first-child
  {
    transform-origin: 0% 0%;
  }
  
  #menuToggle span:nth-last-child(2)
  {
    transform-origin: 0% 100%;
  }
  
  #menuToggle input:checked ~ span {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, 1px);
    background: #bdac75;
  }
  #menuToggle input:checked ~ span:nth-last-child(3)
  {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
  }
  
  #menuToggle input:checked ~ span:nth-last-child(2)
  {
    transform: rotate(-45deg) translate(0, -1px);
  }
  
  #menu
  {
    position: fixed;
    width: 100%;
    height: 100vh;
    box-shadow: 0 0 10px #cdcdcd;
    /* margin: -50px 0 0 -50px; */
    padding: 50px;
    padding-top: 50px;
    background-color: #F5F6FA;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(-100%, 0);
    transition: transform 0.8s cubic-bezier(0.77,0.2,0.05,1.0);
    top: 0;
    left: 0;
  }
  #menu li {
    padding: 10px 0;
    transition-delay: 2s;
    list-style-type: none;
    overflow: hidden;
  }
  #menuToggle input:checked ~ ul
  {
    transform: none;
  }
  #menu li a {
    font-size: 17px !important;
    font-weight: 600;
    line-height: 35px;
    text-transform: uppercase;
    float: left;
  }
  #menu li a:hover {
    color: #bdac75 !important;
  }
  /* .exp-content {
    border: 4px solid #183e49;
    width: 48%;
    padding: 30px 0;
    margin-bottom: 20px;
  } */
  .about-content {
    padding: 0px 0px;
  }
  .spice-btw {
    padding: 60px 0;
  }
  .spice-btw {
    padding: 50px 40px;
  }
  .about-content h1 {
    font-size: 34px;
  }
  .main-header-text span {
    font-size: 28px;
  }
  .main-header-text h1 {
    font-size: 28px;
  }
  .button-style {
    margin-top: 15px;
  }
  .custom-container {
    padding: 0% 5%;
  }
  .venture-section {
    padding: 40px 0px;
  }
  .about-content {
    position: inherit;
    top: inherit;
    transform: inherit;
    max-width: inherit;
    margin-top: 30px;
  }
  .exp-content img {
    width: inherit;
  }
  .about-content p {
    -webkit-line-clamp: inherit;
  }
  .navBar-wrapp {
    display: none;
  }
  .navScrolled {
    display: block !important;
  }
  .brand-sec {
    padding: 10% 10%;
  } 
  .footer-header h3 {
    font-size: 24px;
  }
  .footer-header h4 {
    font-size: 24px;
  }
  .innaer-page-header h2 {
    font-size: 18px;
    margin-bottom: 4px;
    letter-spacing: 3px;
  }
  .what-we-are h2 {
    font-size: 28px;
  }
  .aboutus-main-sec {
    padding: 30px 10px;
    padding-bottom: 30px;
  }
  .count-text {
    font-size: 13px;
  }
  .counter-icon {
    padding-right: 15px;
  }
  .counter {
    padding: 20px 10px;
  }
  .v-info {
    position: inherit;
    top: inherit;
    transform: inherit;
  }
  .abt-img {
    text-align: left;
  }
  .v-info-wrapp {
    position: inherit;
    top: inherit;
    transform: inherit;
  }
  .abt-section1 .row {
    margin-bottom: 6%;
  }
  #menu a.navbar-brand.nav-link {
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
    padding: 0px;
    border-radius: 2px;
  }
  .otherpageNav {
    position: fixed !important;
    background-color: #cebe89;
    z-index: 99;
    box-shadow: 0px 1px 3px #0000005e;
  }
  .mobile-header-fix {
    position: relative;
    height: 60px;
  }
  .con-col-4 {
    width: 100%;
    float: left;
    height: auto;
  }
  .con-info-section h3 {
    font-size: 16px;
  }
  .image-wrap {
    width: 75%;
  }
  .amalfi-wrap .comp-info {
    position: relative;
    top: inherit;
    transform: inherit;
    text-align: left;
    max-width: 500px;
  }
  .comp-info h5 {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .image-flip-row h2 {
    font-size: 20px;
  }
  .align-img img:first-child {
    border-top-left-radius: 20px;
  }
  .align-img img:last-child {
    border-bottom-right-radius: 20px;
  }
  .about-section-list {
    padding-bottom: 30px;
  }
  .categories-bg img {
    width: 60%;
    display: none;
  }
  .decora-icons img {
    width: 15%;
  }
  .decora-wrap h4 {
    font-size: 16px;
  }
  .decora-wrap {
    padding: 30px 0;
  }
  .decora-wrap h2 {
    font-size: 24px;
  }
  .kiriko-wrap h4 {
    font-size: 16px;
  }
  .kiriko-wrap {
    padding: 15px 0;
  }
  .kiriko-wrap h2 {
    font-size: 18px;
  } 
  .kiriko-details {
    position: relative;
    top: inherit;
    transform: inherit;
    margin-bottom: 20px;
    overflow: hidden;
  }
  .kiriko-product-list {  
    padding: 25px;
  }
  .align_top {
    position: inherit;
    top: 0;
    width: 100%;
    margin-bottom: 30px;
  }
  .page-con-right {
    width: 100%;
    float: left;
    text-align: left;
  }
  .page-con-left {
    width: 100%;
    float: left;
    overflow: hidden;
  }
  .align_bottom {
    position: inherit;
    bottom: 0;
    width: 100%;
    margin-bottom: 30px;
  }
  .nelli-wrap {
    padding: 50px 50px;
    overflow: hidden;
    position: relative;
    text-align: center;
  }
  .page-con-right {
    width: 100%;
    float: left;
    text-align: center;
  }
  .page-con-center img {
    width: 30%;
  }
  .page-con-center{
    display: none;
  }
  .social-media {
    display: none;
  }
  .top-hr {
    padding: 14px 10%;
  }
  .contact-form .form-group {
    margin-bottom: 15px;
  }
  .contact-form input, textarea { 
    margin-bottom: 15px;
  }
  .amalfi-header {
    padding: 50px 0px;
  }
  .pb-0 {
    padding-bottom: 0px;
  } 
  .romarinfo-2-wrapp {
    overflow: hidden;
    margin-bottom: 50px;
  }
  .quality-ex-section {
    max-width: inherit;
  }
  .quality-ex-section img {
    width: 16%;
  }
  .quality-ex-bg {
    height: 450px;
  }
  .freshfeel-wrap .comp-info {
    text-align: left;
  }
  .categories-bg {
    margin-bottom: 40px;
  }
  .agrado-wrap h2 {
    font-size: 24px;
  }
}

@media only screen and (max-width: 700px) {
  .contact-bg-images {
    display: none;
  }
  .image-wrap {
    width: 100%;
  }
  .agrado-wrap h2 {
    font-size: 22px;
    margin-bottom: 6px;
  }  
  .topHr-left {
    float: left;
    width: 100%;
    display: inherit;
  }
  .topHr-right {
    float: left;
    width: 100%;
  }
  .social-media {
    float: left;
  }
  .kiriko-details ul li {
    width: 33%;
  }
  .agrado-wrap h2 {
    font-size: 20px;
  }

}


@media only screen and (max-width: 600px) {
  .social-media {
    float: inherit;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
  }
  .footer2-text {
    padding: 15px 0;
    float: inherit;
    text-align: center;
    /* padding-bottom: 0; */
  }
  .footer-top-icon img{
    width: 100%;
  }
  .footer-top-icon {
    padding: 30px;  
    padding-bottom: 0px;
  }
  .product-data-view .col {
    width: 70%;
    margin: auto;
    padding-bottom: 10px;
  }
  .count-text {
    font-size: 14px;
  } 
  .counter {
    padding: 20px 20px;
  } 
  .slider-txt h1 {
    font-size: 26px;
  }
  .slider-txt h2 {
    font-size: 28px;
  }  
  .image-wrap {
    width: 100%;
  }
  .comp-info h3 {
    margin-bottom: 8px;
    font-size: 22px;
  }
  .freshfeel-wrap .col-lg-4 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .page-title-tag {
    padding: 30px;
    padding-bottom: 0px;
  }
  .quality-ex-section p {
    max-width: 400px;
  }
  .innaer-page-header p {
    font-size: 13px;
  }
  .kiriko-product-list .col-md-3 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .kiriko-info-wrap {
    padding-bottom: 0px;
  }
  .product_details {
    padding: 30px;
  }
  .kiriko-info-wrap {
    padding: 35px;
  }
  .kiriko-wrap h2 {
    font-size: 16px;
  }
  .agrado-haircare{
    height: 200px; 
  }
  .agrado-bodycare{
    height: 200px;  
  }
  .agrado-nailfeeltcare{
    height: 200px;   
  }
  .agrado-oralcare{
    height: 200px;  
  }
  .agrado-facialcare{
    height: 200px;  
  }
  .agrado-kidscare{
    height: 200px;  
  }
  
}

@media only screen and (max-width: 500px) {
  #introCarousel, .carousel-inner, .carousel-item, .carousel-item.active {
    height: 380px;
  } 
  /* .exp-content {
    width: 100%;
    padding: 30px 0;
  } */
  .main-header-text h1 {
    font-size: 26px;
  }   
  .main-header-text span {
    font-size: 26px;
  }
  .button-style {
    height: 44px;
    width: 135px;
    /* font-size: 145px; */
  }
  .venture-info h2 {
    font-size: 20px;
  }
  .venture-info p {
    font-size: 15px;
  }
  .exp-content img {
    width: 100%;
  }
  .brand-wrapp {
    height: 350px;
  }
  .brand-sec {
    padding: 10% 10%;
  }
  .brand-sec .main-header-text {
    margin-bottom: 40px;
  }
  .footer-header h3 {
    font-size: 20px;
    margin-right: 10px !important;
  }
  .footer-header h4 {
    font-size: 20px;
  }
  .product-data-view .col {
    width: 97%;
  }
  #movetotop {
    width: 40px;
    height: 40px;
    bottom: 20px;
    right: 20px;
    line-height: 35px;
    font-size: 16px;
    border: 2px solid #cebe89;
  }
  .innaer-page-header {
    padding: 20px;
  }
  .what-we-are h2 {
    font-size: 24px;
  }
  .abt-section1 h4 {
    font-size: 18px;
  }
  .abt-img img {
    width: 70%;
  } 
  .abt-section1 .row {
    margin-bottom: 15%;
  } 
  .slider-txt h2 {
    font-size: 20px;
  }  
  .slider-txt h1 {
    font-size: 22px;
  }  
  .decora-product-list .col-md-3 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .decora-wrap h4 {
    font-size: 14px;
    padding: 20px 12px;
  }
  .decora-product-list h1 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .kiriko-product-list .col-md-3 {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .kiriko-wrap h4 {
    font-size: 14px;
    padding: 20px 12px;
  }
  .kiriko-product-list h1 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .innaer-page-header h2 {
    font-size: 15px;
    margin-bottom: 0;
    padding-bottom: 5px;
  }
  .innerpage-banner-text {
    padding: 10px;
  }
  .nelli-wrap {
    padding: 50px 25px;
  }
  .page-title-tag img{
    width: 100%;
  }
  .footer-header {
    margin-bottom: 12px;
  }
  .newsletter-wrap {
    padding: 20px 0;
  }
  .footer-info {
    padding: 15px 6px;
  }
  .footer-top-icon {
    padding: 15px;
  }
  .newsletter-wrap button {
    top: 35px;
  }
  .keep-in-touch {
    padding: 25px 30px;
  }
  .keep-in-touch h2 {
    font-size: 20px;
  }
  .quality-ex-section {
    max-width: 330px;
  }
  .quality-ex-bg {
    height: 400px;
  }
  .about-comapnies {
    padding: 25px 0px;
  }
  .quality-ex-section p {
    line-height: 1.5;
  }
  .categories-bg {
    margin-bottom: 20px;
  }
  .Inspiration-wrap {
    padding: 40px 0px;
  }
  .inspiration-list {
    margin-bottom: 50px;
    padding: 0px 30px;
  }
  .product_details h2 {
    font-size: 20px;
  }
  .product_details ul li {
    padding: 6px;
  }
  .product_details {
    padding: 30px 20px;
  }
  .kiriko-details ul li {
    width: 50%;
  }
  .kiriko-wrap {
    padding: 10px 0;
  }
  .agrado-haircare{
    height: 150px; 
  }
  .agrado-bodycare{
    height: 150px;  
  }
  .agrado-nailfeeltcare{
    height: 150px;   
  }
  .agrado-oralcare{
    height: 150px;  
  }
  .agrado-facialcare{
    height: 150px;  
  }
  .agrado-kidscare{
    height: 150px;  
  }
  .agrado-wrap ul li {
    width: 45%;
    max-width: inherit;
    float: left;
  }
  .agrado-cat-list {
    padding-bottom: 25px;
  }

}




@media only screen and (max-width: 400px) {
  .slider-txt h1 {
    font-size: 22px;
    margin-bottom: 0;
  }
  .spice-btw {
    padding: 50px 20px;
  }
  .footer-info p {
    font-size: 13px;
  }  
  /* .exp-content h1 {
    font-size: 140px;
  }
  .exp-content h2 {
    font-size: 50px;
  }
  .exp-content h4 {
    font-size: 18px;
  }
  .exp-content {
    padding: 25px 0;
  } */
  .about-content h1 {
    font-size: 26px;
  }
  .about-content h2 {
    font-size: 32px;
    max-width: 280px;
  }
  .slider-txt h2 {
    font-size: 22px;
  }
  .main-header-text span {
    font-size: 20px;
  }
  .main-header-text h1 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .main-header-text img {
    width: 30%;
  }
  a {
    font-size: 13px;
  }
  .innaer-page-header p {
    font-size: 13px;
  }  
  .venture-info {
    padding: 16px 0;
  }
  .venture-logo {
    margin-bottom: 15px;
    margin-right: 0px;
  }
  .getinfo-text p {
    position: relative;
    top: -2px;
    margin-left: 60px;
    font-size: 13px;
    line-height: 1.4;
  }
  .count-text {
    font-size: 13px;
  }
  .counter-icon {
    padding-right: 12px;
  }
  .counter {
    padding: 20px 10px;
  }
  .footer-info p {
    font-size: 12px;
    line-height: 1.6;
  }
  .footer-header h4 {
    font-size: 18px;
  }
  .footer-header h3 {
    font-size: 18px;
  }
  .innaer-page-header h2 {
    font-size: 16px;
    margin-bottom: 5px;
    padding: 0;
    letter-spacing: 2px;
  }
  .innaer-page-header {
    padding: 20px;
  }
  .decora-wrap h2 {
    font-size: 18px;
  } 
  .decora-wrap p {
    font-size: 13px;
  }
  #menu li a {
    font-size: 15px !important;
  }
  .kiriko-wrap h2 {
    font-size: 18px;
  } 
  .kiriko-wrap p {
    font-size: 13px;
  }
  .nelli-wrap {
    padding: 40px 10px;
  }
  .page-title-tag h2 {
    font-size: 14px;
    margin-bottom: 15px;
  } 
  .footer2-text p {
    font-size: 11px;
  }
  #movetotop {
    width: 35px;
    height: 35px;
    bottom: 20px;
    right: 20px;
    line-height: 30px;
    font-size: 14px;
    border: 2px solid #cebe89;
  }
  .top-hr {
    padding: 5px 5%;;
  }
  .brand-wrapp {
    height: 250px;
  }
  .quality-ex-section {
    max-width: 250px;
  }
  .quality-ex-section h2 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .quality-ex-section p {
    font-size: 12px;
  }
  .about-section-list.amalfi-wrap {
    padding-bottom: 15px;
  }
  .comp-info h2 {
    font-size: 28px;
    margin-bottom: 8px;
  }
  .freshfeel-bg .comp-info p {
    font-size: 13px;
  }
  .kiriko-details ul li {
    width: 100%;
    padding: 5px;
  }
  .agrado-wrap ul li {
    width: 100%;
    max-width: inherit;
    float: left;
    text-align: center;
  }
  .agrado-haircare{
    height: 100px; 
  }
  .agrado-bodycare{
    height: 100px;  
  }
  .agrado-nailfeeltcare{
    height: 100px;   
  }
  .agrado-oralcare{
    height: 100px;  
  }
  .agrado-facialcare{
    height: 100px;  
  }
  .agrado-kidscare{
    height: 100px;  
  }



}