@font-face {
    font-family: 'swis721_cn_btroman';
    src: url('../fonts/tt0009m_1-webfont.woff2') format('woff2'),
         url('../fonts/tt0009m_1-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'swis721_cn_btroman';
    src: url('../fonts/tt0010m_1-webfont.woff2') format('woff2'),
         url('../fonts/tt0010m_1-webfont.woff') format('woff');
    font-weight: 600;
    font-style: normal;

}
body
{
	  font-family: 'swis721_cn_btroman';
      overflow-x: hidden;
}


  

header
{
	text-align:center;
}

a{text-decoration: none; outline: none; }
a:hover, a:focus, a:active, :hover { outline: none; text-decoration: none; -webkit-transition-duration: 0.5s; transition-duration: 0.5s;}

.img-responsive {
    width: 100%;
}

p { 
    
    font-size: 16px;
    line-height: 24px;
    margin: 0px 0px 0px;
}

.container {
    width: 90%;
}


nav ul
{

	text-align:center;
}
nav ul li
{
	display:inline;
	padding: 0 20px;
}
nav ul li a {
	color: #fff;
	font-family: 'swis721_cn_btroman';
	font-size:16px;
	text-transform:uppercase;
	color:#1b2062;
	text-decoration:none;

}
nav ul li a:hover
{
	text-decoration:none;
}
.navbar
{
	align-items: center;
	justify-: center
}
.navbar-nav
{
	margin:auto;
}
.navbar-toggler {
    color:#1b2062;
    border-color:#1b2062;
    
    
}



.navbar-nav .nav-item
{
	    padding: 0 20px;
}
.navbar-nav .nav-item-logo
{
	    padding: 0 40px;
}


/* code for the menu-bar */

.menu-bar {
     position: absolute;
    top: 20px;    
    left: 50%;
    height: 14px;
    margin-right: 10%;
    
}

.bars {
    display: block;
    width: 20px;
    height: 3px;    
    background-color: #333;
    box-shadow: 0 5px 0 #333, 0 10px 0 #333;
}

.menu {
    display: none; 
    width: 100%;
    padding: 30px 10px 50px;
    margin: 0 auto;
    text-align: center;
    background-color: #fff;
}
.menu ul {
    margin-bottom: 0;
}
.menu a {
    color: #333; 
    text-transform: uppercase;
    opacity: 0.8;
}
.menu a:hover {
    text-decoration: none;
    opacity: 1;
}



/*  slider starts here  */


.carousel-indicators {
    top: 515px;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    margin-left: 0px;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    margin-right: 0px;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    font-size: 20px;
}
#slider .carousel-control
{
	color:#1b2060;
}
.carousel-control.left{
    background-image:none;
}
.carousel-control.left:hover .carousel-control.left
{
	color:#000;
}
.carousel-control.right {
    background-image:none;
}
.carousel-control:focus, .carousel-control:hover {
    color: #e0060c;
    text-decoration: none;
    filter: alpha(opacity=90);
    outline: 0;
    opacity:1;
}

.content
{
    text-align: center;
	color: #606060;
    line-height: 24px;
    font-size: 16px;
    
	
}
  
.carousel-caption {
	right: 80%;
	left: 0%;
	bottom: 35%;
}
.carousel-caption h3
{
	font-family: 'Lobster', cursive;
	font-size: 70px;
	color: #1b2060;
	left: 150px;
	position: relative;
}
.carousel-caption span
{
    font-family: 'Lobster', cursive;
    font-size: 70px;
    color: #e0060c;
    display: block;
    position: relative;
    left: 100px;
}


/*  slider ends here  */

.content p{
   color:#606060; 
    margin:20px auto;
}

.aboutus
{
	padding:20px 0;
}
.aboutus h2
{
	font-size:48px;
	color:#9c304a;
	font-weight: 600;
	margin-bottom:30px;
	margin-top:0;
}
.aboutus span
{
	color:#9c304a;
	margin-left: 5px;

}
.aboutus p
{
	color:#606060;
	line-height:24px;
	font-size:16px;
}


.aboutus button
{
	background-color:#7ec9c4;
	font-size:16px;
	color:#fff;
	margin-top:30px;
	border:none;
	padding: 10px 20px;
	border-radius: 5px;
}
.aboutus .about-image
{
	text-align:center;
}
.aboutus .about-desc
{
	padding-top:100px;
}
.brief
{
	padding-bottom:0px;
    margin: 5%;
}
.brief .icons
{
	text-align:center;
}
.brief .icons h3
{
	color:#c00005;
	font-size:24px;
	margin: 15px 0;
}
.brief .icons p
{
	font-size:16px;
	color:#606060;
	line-height:24px;
	/*text-align:left;*/
}
.products
{
	margin: auto;
}
.products h2
{
	font-size:48px;
	color:#1b2060;
	font-weight: 600;
	margin-top: 5%;
	text-align:center;
}

.products span {
    color: #e0060c;
    margin-left: 5px;
}

/* Carousel starts here */


#fade-quote-carousel.carousel {
  padding-bottom: 60px;
}
#fade-quote-carousel.carousel .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
  opacity: 1;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-indicators {
  bottom: 10px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
  background-color: #e84a64;
  border: none;
}
#fade-quote-carousel blockquote {
    text-align: center;
    border: none;
}
#fade-quote-carousel .profile-circle {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 100px;
}
.testimonial
{
	margin-top: 80px;
}
.testimonial p
{
	font-size:16px;
	color:#606060;
	line-height:24px;
}
.testimonial .testi-1
{
	border:1px solid #ebd7d8;
	position:relative;
	border-radius: 5px;
	/*padding:30px;*/
	padding: 60px 30px 30px 30px;
}
.testimonial .testi-1 h5, .testimonial .testi-2 h5
{
	text-align:right;
	color:#1b2060;
	font-size:18px;
}
.testimonial .testi-1 .testi-icon
{
	width: 90px;
	height: 90px;
	border-radius: 100%;
	border: 1px solid #ebd7d8;
	position: absolute;
	background-color: #fff;
	top:-40px;
	left: 60px;
	text-align: center;
	vertical-align: bottom;
	line-height: 6;
}
.testimonial .testi-2 .testi-icon {
    width: 90px;
    height: 90px;
    border-radius: 100%;
    border: 1px solid #a2d2e0;
    position: absolute;
    background-color: #fff;
    top:-40px;
	left: 60px;
	text-align: center;
	vertical-align: bottom;
	line-height: 6;
}
.testimonial .testi-2
{
	border:1px solid #a2d2e0;
	position:relative;
	border-radius: 5px;
	/*padding:30px;*/
	padding: 60px 30px 30px 30px;
}
.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 16px;
    color: #e0060c;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    /* background-color: rgba(0,0,0,0); */
    filter: alpha(opacity=50);
    opacity: .5;
}
.carousel-control.left {
    background-image:none;
}
.carousel-control.right {
    background-image:none;
}
.carousel-indicators {
    top: 90%;
}
/* code for the carousel-indicator in the "My Client Section" */
.client-carousel {
    top: 100%;
}
.carousel-indicators li {
    display: inline-block;
    width: 20px;
    height: 5px;
    margin:0;
    text-indent: -999px;
    cursor: pointer;
    background-color: #d4d4d4;
	border-radius:0;
}
.carousel-indicators .active {
    width: 20px;
    height: 5px;
    background-color: #e0060c;
	margin:0;
}
.testimonial .carousel-inner .item{
	margin-top: 44px;

}
.testimonial h2 {
    font-size: 48px;
    color: #9c304a;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 0;
    text-align: center;
}
.testimonial span {
    color: #9c304a;
    /* margin-left: 10px; */
}
/*.carousel-indicators {
    position:static;
    bottom: 10px;
    left: 50%;
    z-index:0;
    width:inherit;
    padding-left: 0;
    text-align: center;
	margin-left:0;
	display:block;
}*/
/* Carousel ends here */ 

/* footer starts here */


.footer
{
    background-color: #1d205e;
    padding: 30px 0px;
    position: relative;
	margin-top:125px;
	padding: 35px 0;
}

.liquidity
{
	background: rgba(0, 0, 0, 0) url(../images/liquid-effect.svg) scroll right top / 100% auto;
    height: 120px;
    /* left: 0; */
    margin: 0 auto;
    position: absolute;
    /* right: 0; */
    /* top: 0px; */
    width: 100%;
    z-index: 500;
    bottom: 99%;
    background-repeat: repeat-x;
    background-size: cover;
}
.footer h3
{
	color:#fff;
	font-size:22px;
	margin-top: 0;
	margin-bottom: 30px;
}

.footer h4
{
	color:#fff;
	font-size:16px;
	margin-top: 0;
	margin-bottom: 30px;
}
.footer ul
{
	padding-left:0;
}
.footer ul li
{
	color:#fff;
	font-size:16px;
	line-height:24px;
	display:block;
}
.footer ul li a
{
	color:#fff;
}
.fa
{
	font-size:16px;
}
.footer .contact .fa
{
	 padding-right: 10px;
}
.footer .follow_us ul li
{
	width:40px;
	height:40px;
	border-radius:100%;
	background-color:#5ebdd9;
	margin: 0 2px;
	display: inline-block;
	text-align: center;
	line-height: 42px;
}
.footer .footer-bottom
{
	padding:0;
	margin-top: 30px;
}
.footer .footer-bottom .footer-bottom-left p
{
	color:#fff;
	font-size:16px;
	text-align:left;
}
.footer .footer-bottom .footer-bottom-right p
{
	color:#fff;
	font-size:16px;
	text-align:right;
}

/* footer ends here */ 

/* about us inner page design code */
.aboutusinner{
    
    margin-top: 2%;
}
.aboutusinner h2
{
	font-size:36px;
	color:#1b2060;
	font-weight: 600;
	margin-bottom: 15px;
    margin-top: 15px;
    text-align: center;
}
.aboutusinner span
{
	color:#e0060c;
	margin-left: 10px;

}

/*map design code*/
.map{
    width: 100%;
}
/*Form button*/
.pull-right {
    background-color: #e0060c;
    border:  #e0060c;
}
.btn-success:hover{
    background-color: #1b2060;
    border: #1b2060;
}
.btn{
    margin: 5px 15px;
    display: initial;
}
/* Form button code ends */
/* code for pop-up close button */
.btn-secondary{
    margin-bottom: 0px;
    display: table-footer-group;
    
}
/* Code for pop up menu headings*/
h1 {
    text-align: center;
}

/* Products section S.. */


#product-list {    
    text-transform: uppercase;
    display: table;
    width: 100%;
   border-collapse: collapse;  
    text-align: right;
}

.product-row{
    
    display: table-row;
}

.product-item {
    
    vertical-align: top;
    display: table-cell;
    width: 0%;
    height: 100px;
    border: 7px solid #ffffff;
    background-size: cover;
    background-position: center center;
    
}

.product-item:nth-child(1){

    border-left: none;
}

.product-item:nth-child(3){

    border-right: none;
}

.product-party{
    
   /* background-position: center;*/
    background-image: ;
    opacity: 1;
}

.product-novelties{
    
    background-position: center;
    background-image: ;
    opacity: 1;
}

.product-famliy{
    
    background-position: center;
    background-image: url(../images/product/family_pack_new.jpg);
    opacity: 1;
}



.product-sticks{
    
    background-position: center;
    background-image: url(../images/product/sticks.jpg);
    opacity: 1;
}

.product-cup{
    
    background-position: center;
    background-image: url(../images/product/cup.jpg);
    opacity: 1;
}

.product-bulk {
    
    background-position: center;
    background-image: url(../images/product/bulk-pack.jpg);
    opacity: 1;
}

.product-item span.overlay {
    position: relative;
    top: 0;
    left: 0;
    padding: 10px 0px;
    visibility: hidden;
    opacity: 0;
    transition: opacity .25s ease-out;
    -moz-transition: opacity .25s ease-out;
    -webkit-transition: opacity .25s ease-out;
    -o-transition: opacity .25s ease-out;
}

/*Tint Overlay*/
.product-item:hover span.overlay {
    display: block;
    visibility: visible;
    opacity: 0.70;
    -moz-opacity: 0.70;
    -webkit-opacity: 0.70;
    filter: alpha(opacity=65);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
}


.product-item a{
    
    color: #383838;
}

.product-img{
    
    width: 4%;
    float: right;
}

.inner{
    
    width: 70%;
    padding-top: 2%;
    padding-bottom: 2%;
    margin: 0 auto;
    overflow: hidden;
}

.inner h2{
    font-weight: 600;
}

.know{
    
    background-color: #7ec9c4;
    font-size: 16px;
    color: #fff;
    margin-top: 30px;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
}

.know a:hover{
    
    color: #1b2062;
}

.btn {
    margin: 5px;
}

.btn-primary {
    color: #383838;
    background-color: transparent;
    border-color: transparent; 
}

.btn-primary:hover {
    color: #171717;
    background-color: transparent;
    border-color: transparent; 
}

/* modal S...*/

.modal-dialog {
    width: 90%;
    margin: 30px auto;
    text-align: center;
}

.modal-dialog h2 span {
    color: #e0060c;
    margin-left: 10px;
}
/* Inner Modal_Products Section */
.modal-body {
    position: relative;
    padding: 15px;
    display: flex;
    background: #f5f5f5;
}

.modal-header {
    background: #f5f5f5;
    border-bottom: #f5f5f5;
}

.modal-footer {
    
    background: #f5f5f5;
    
    
}

.modal-body h4{
    text-transform: none;

}
.modal-body ul li{
    text-transform: none;
    padding-right: 0%;
    padding-top: 0%;
    
}

.modal-body .col-md-6{
   padding: 25px;
    border: 1px solid #ccc;
}
/* Modals responsive images width & Height */
.modal-body .img-responsive{
   /*width: 80%;*/
    width:65%;
    margin-left: auto;
    margin-right: auto;
}
/* Content of modal-products which is "other products" */
.col-md-3 h4 h2 {
    float: left;
}
.modal-body h2 {
    margin-bottom: auto;
        margin: 0% 25%;
}
/* Other products list */

.modal-footer h4{
    float: left;
    text-transform: none;
}
.prodlist{
    width: 16%;
}
/* modal E...*/

/* Products section E.. */

/* Code for contact form */

.align-center {
  text-align: center;
}

.roww {
    margin: -0px 0;
    width: 70%;
    margin-left: 16%;
}
.roww:after {
  content: "";
  display: table;
  clear: both;
}
.roww .col {
  padding: 0 20px;
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.roww .col.x-50 {
  width: 50%;
}
.roww .col.x-100 {
  width: 100%;
}

.content-wrapper {
  min-height: 100%;
  position: relative;
}

.contact-form .form-field {
  position: relative;
  margin: 32px 0;
}
.contact-form .input-text {
  display: block;
  width: 100%;
  height: 36px;
  border-width: 0 0 1px 0;
  border-color: #00008b;
  /* font-family: Lusitana, serif; */
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}
.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: 20px;
  bottom: 11px;
  font-family: Lusitana, serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #888;
  cursor: text;
  -webkit-transition: -webkit-transform .2s ease-in-out;
  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: #e0060c;
  color: #fff;
  font-family: Raleway, sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 16px;
  line-height: 24px;
  padding: 8px 16px;
  border: none;
  cursor: pointer;
}

.note {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  text-align: center;
  font-family: Lusitana, serif;
  font-size: 16px;
  line-height: 21px;
}
.note .link {
  color: #888;
  text-decoration: none;
}
.note .link:hover {
  text-decoration: underline;
}






/* Media Queries */

@media only screen and (max-width: 320px) {
    
      body
{
	 
      overflow-x: hidden;
}

    
        .list-inline li{
         padding-top: 5%;
      
    }
    
    .list-inline>li>a {
          
    }
    
    
.carousel-indicators {
  

}
    
    
   .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
     margin-left: 0px;
    display: none;
} 
   .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    font-size: 14px;
    display: none;
} 
   .carousel-caption{
            position: absolute;
            top: 0%;
       }
    
    .carousel-caption span{
    font-size: 17px;
    position: relative;
    /* right: 103%; */
    left: 50.5%;
    }
    
    .carousel-caption h3 {
    font-family: 'Lobster', cursive;
    font-size: 17px;
    color: #1b2060;
    left: 50%;
    position: relative;
}
    
   .product-row {
    display: inherit;
    width: 100%;
}

 .inner {
    width: 80%;
    padding-top: 2%;
    padding-bottom: 20%;
    margin: 0 auto;
    overflow: hidden;
}
    .tieb p {
        font-size: 14px;
    }

   .product-item {
    vertical-align: top;
    display: table-row;
    /* width: 62.33%; */
    height: 300px;
    /* width: 100%; */
    border: 7px solid #ffffff;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

    /* both images in home pages */
    .about-image img {
        width: 25%;
        display: none;
    }
    /* about us sections */
    .aboutus .about-desc {
    padding-top: 0px;
}
   
    .aboutus h2 {
    font-size: 20px;
    color: #1b2060;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
}
    

    
    .content p {
    color: #606060;
    margin: 26px;
    font-size: 14px;
}
  
    .aboutus p {
    color: #606060;
    line-height: 20px;
    font-size: 14px;
}

    .link_four {
        display: none;
    }
    
    .link_three {
        display: none;
    
    }
    .link_two {
       display: none;  
    } 
    
    .link_one
    {
        display: none;
    }
    
    .link_img  {
    width: 60%;
    margin-right: 16%;
    }
    
    .menu-bar {
    position: absolute;
    top: 13.2%;
    left: 86%;
    padding: 0% 5%;
 
}
  .aboutus {
    padding: 7.3% 0;
}
    /* header menu lists */
    .menu ul {
    margin-bottom: 0;
    display: grid;
    transition: 0.4s;
    }

    .aboutus button {
     background-color: #7ec9c4;
    font-size: 14px;
    color: #fff;
    border: none;
    padding: 6px 10px;
    border-radius: 5px;
    position: relative;
    left: 0%;
    margin-top: 10%;
    margin-bottom: 10%;
}
    .products h2 {
    font-size: 20px;
    color: #1b2060;
    font-weight: 600;
    margin-top: 0;
    text-align: center;
}
  
.product-item:nth-child(3) {
    border: 7px solid #ffffff;
} 
    
.product-item:nth-child(1) {
    border: 7px solid #ffffff;
} 
    
.product-item:nth-child(4) {
    border: 7px solid #ffffff;
} 
    
.product-item:nth-child(6) {
    border: 7px solid #ffffff;
} 
    
 .product-party {
    
    background-position: left;
    background-image: ;
    opacity: 1;
     
}
    
    .product-novelties {
    
    background-position: left;
    background-image: ;
    opacity: 1;
        
}

.product-famliy {
    
    background-position: left;
    background-image: url(../images/product/family_pack_new.jpg);
    opacity: 1;
}
    .product-img {
    width: 6.90%;
    float: right;
  }

.know {
    background-color: #7ec9c4;
    font-size: 14px;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
    border: none;
    padding: 6px 10px;
    border-radius: 5px;
}
    .testimonial h2 {
    font-size: 20px;
    color: #1b2060;
    font-weight: 600;
  margin: 15px 0px;
    }
    
    .testimonial
{
	margin-top: 10px;
}
    
   .testimonial .carousel-inner .item {
    margin-top: 15px;
       margin-bottom: 15px;
}
    .testimonial p
{
	
    font-size: 14px;
    color: #606060;
    line-height: 20px;
}

.testimonial .testi-1 {
    border: 1px solid #ebd7d8;
    position: relative;
    border-radius: 5px;
    padding: 30% 20% 5%;
    margin-bottom: 18%;
    
}
.testimonial .testi-1 h5, .testimonial .testi-2 h5
{
	text-align:right;
	color:#1b2060;
	font-size:18px;
}
.testimonial .testi-1 .testi-icon
{
	width: 60px;
    height: 60px;
    border-radius: 100%;
    border: 1px solid #ebd7d8;
    position: absolute;
    background-color: #fff;
   /* bottom: 0px;*/
    left: 37%;
    top: -15px;
    text-align: center;
    line-height: 4;
}
.testimonial .testi-2 .testi-icon {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    border: 1px solid #a2d2e0;
    position: absolute;
    background-color: #fff;
   /* bottom: 0%;*/
    left: 37%;
    text-align: center;
    top: -15px;
    line-height: 4;
}
.testimonial .testi-2
{
	border: 1px solid #a2d2e0;
    position: relative;
    border-radius: 5px;
    padding: 30% 20% 5%;
    margin-top: 10%;
}
    .client-carousel {
    top: 98%;
}

.modal-footer {
    padding: 3% 0%;
    text-align: center;
    border-top: 1px solid #e5e5e5;
    
}
    .modal-footer h4 {
        font-size: 14px;
    }
    .inner h2 {
    font-weight: 600;
    font-size: 20px;
}
    .close {
        position: absolute;
        bottom: 0.81%;
        right: 4%;
    }
    
    
    .footer {
    background-color: #1b2060;
    padding: 30px 0px;
    position: relative;
    margin-top: 10%;
    padding: 35px 0;
}
    .liquidity {
    background: rgba(0, 0, 0, 0) url(../images/liquid-effect.svg) scroll right top / 100% auto;
    height: 6.7%;
    margin: 0 auto;
    position: absolute;
    width: 100%;
    z-index: 500;
    bottom: 99%;
    background-repeat: repeat-x;
    background-size: contain;
}
    .footer h3 {
    color: #fff;
    font-size: 20px;
    margin-top: 0;
   margin-bottom: 20px;
}
    .footer ul li {
        font-size: 14px;
    }
    .footer .footer-bottom .footer-bottom-left p {
    color: #fff;
    font-size: 14px;
    text-align: center;
}
    .footer .follow_us ul li {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-color: #5ebdd9;
    margin: 0 5px;
    display: inline-block;
    text-align: center;
    line-height: 2.4;
}
    .footer .footer-bottom .footer-bottom-right p {
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin: 3% 0%;
}
    /* End of home page */
    
    /* About us page */
    
    .breadcrumb {
    padding: 5px 15px;
    margin-bottom: 15px;
    background-color: #f5f5f5;
    border-radius:0px;
}
    
    .video {
        width: 100%;
    }
    
    .aboutusinner h2 {
    font-size: 20px;
    color: #1b2060;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 15px;
    text-align: center;
}
    
    .about-us p {
    font-size: 14px;
    line-height: 20px;
    margin: 0px 0px 0px;
   }
    .our-aim p {
    font-size: 14px;
    line-height: 20px;
    margin: 0px 0px 0px;
    }
    .product-sticks {
    
    background-position: left;
    background-image: url(../images/product/sticks.jpg);
    opacity: 1;
}

.product-cup {
    
    background-position: left;
    background-image: url(../images/product/cup.jpg);
    opacity: 1;
}

.product-bulk {
    
    background-position: left;
    background-image: url(../images/product/bulk-pack.jpg);
    opacity: 1;
}
    
    /* Contact us Page */

    .roww .col.x-50 {
    width: 100%;
}
    

.roww .col.x-50 {
    width: 100%;
}

.contact-form .form-field {
    position: relative;
    margin: 12% 0;
}
 .contact-form .submit-btn {
  display: inline-block;
    background-color: #e0060c;
    color: #fff;
    font-family: Raleway, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    line-height: 20px;
    padding: 5px 58px;
    border: none;
    cursor: pointer;
}
  .contact-form .input-text {
  display: block;
  width: 100%;
  height: 35px;
  border-width: 0 0 1px 0;
  border-color: #00008b;
  /* font-family: Lusitana, serif; */
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}  
  .roww .col {
    padding: 0px 0px;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
}
    
   @media (min-width: 321px) and (max-width: 360px) { 
       
         body
{
	 
      overflow-x: hidden;
}

    
  
        .list-inline li {
         padding-top: 5%;
      
    }
    
    .list-inline>li>a {
          
    }
    
    
.carousel-indicators {

}
    
    
   .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
     margin-left: 0px;
    display: none;
} 
   .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    font-size: 20px;
    display: none;
} 
        .carousel-caption{
            position: absolute;
            top: 7.2%;
       }
    
    .carousel-caption span{
    font-size: 20px;
    position: relative;
    /* right: 103%; */
    left: 70.5%;
    }
    
    .carousel-caption h3 {
    font-family: 'Lobster', cursive;
    font-size: 20px;
    color: #1b2060;
    left: 60%;
    position: relative;
}
    
   .product-row {
    display: inherit;
    width: 100%;
}

 .inner {
    width: 80%;
    padding-top: 2%;
    padding-bottom: 20%;
    margin: 0 auto;
    overflow: hidden;
}

 .inner1 {
    width: 80%;
    padding-top: 2%;
    padding-bottom: 20%;
    margin: 0 auto;
    overflow: hidden;
}
    .tieb p {
        font-size: 14px;
    }

   .product-item {
    vertical-align: top;
    display: table-row;
    /* width: 62.33%; */
    height: 300px;
    /* width: 100%; */
    border: 7px solid #ffffff;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.product-item:nth-child(3) {
    border: 7px solid #ffffff;
} 
    
.product-item:nth-child(1) {
    border: 7px solid #ffffff;
} 
    
.product-item:nth-child(4) {
    border: 7px solid #ffffff;
} 
    
.product-item:nth-child(6) {
    border: 7px solid #ffffff;
}        
       
    /* both images in home pages */
    .about-image img {
        width: 25%;
        display: none;
    }
    /* about us sections */
    .aboutus .about-desc {
    padding-top: 0px;
}
   
    .aboutus h2 {
    font-size: 20px;
    color: #1b2060;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
}
    
       
    .content p {
    color: #606060;
    margin: 25px 38px;
    font-size: 14px;
}

  
    .aboutus p {
    color: #606060;
    line-height: 20px;
    font-size: 14px;
}

    .link_four {
        display: none;
    }
    
    .link_three {
        display: none;
    
    }
    .link_two {
       display: none;  
    } 
    
    .link_one
    {
        display: none;
    }
    
    .link_img  {
    width: 60%;
    margin-right: 16%;
    }
    
    .menu-bar {
    position: absolute;
    top: 13.2%;
    left: 86%;
    padding: 0% 5%;
 
}
  .aboutus {
    padding: 7.3% 0;
}
    /* header menu lists */
    .menu ul {
    margin-bottom: 0;
    display: grid;
    transition: 0.4s;
    }

    .aboutus button {
     background-color: #7ec9c4;
    font-size: 14px;
    color: #fff;
    border: none;
    padding: 6px 10px;
    border-radius: 5px;
    position: relative;
    left: 0%;
    margin-top: 10%;
    margin-bottom: 10%;
}
    .products h2 {
    font-size: 20px;
    color: #1b2060;
    font-weight: 600;
    margin-top: 0;
    text-align: center;
}
       
              
         
 .product-party {
    
    background-position: left;
    background-image:;
    opacity: 1;
     
}
    
    .product-novelties {
    
    background-position: left;
    background-image: ;
    opacity: 1;
        
}

.product-famliy {
    
    background-position: left;
    background-image: url(../images/product/family_pack_new.jpg);
    opacity: 1;
}
    .product-img {
    width:  5.90%;
    float: right;
  }

.know {
    background-color: #7ec9c4;
    font-size: 14px;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
    border: none;
    padding: 6px 10px;
    border-radius: 5px;
}
    .testimonial h2 {
    font-size: 20px;
    color: #1b2060;
    font-weight: 600;
   margin: 20px 0px;
    }
    
    .testimonial
{
	margin-top: 10px;
}
    
   .testimonial .carousel-inner .item {
    margin-top: 15px;
       margin-bottom: 15px;
}
    .testimonial p
{
	
    font-size: 14px;
    color: #606060;
    line-height: 20px;
}

.testimonial .testi-1 {
    border: 1px solid #ebd7d8;
    position: relative;
    border-radius: 5px;
    padding: 30% 20% 5%;
    margin-bottom: 18%;
    
}
.testimonial .testi-1 h5, .testimonial .testi-2 h5
{
	text-align:right;
	color:#1b2060;
	font-size:18px;
}
.testimonial .testi-1 .testi-icon
{
	width: 60px;
    height: 60px;
    border-radius: 100%;
    border: 1px solid #ebd7d8;
    position: absolute;
    background-color: #fff;
   /* bottom: 0px;*/
    left: 37%;
    top: -15px;
    text-align: center;
    line-height: 4;
}
.testimonial .testi-2 .testi-icon {
   width: 60px;
    height: 60px;
    border-radius: 100%;
    border: 1px solid #a2d2e0;
    position: absolute;
    background-color: #fff;
    /*bottom: 0%;*/
    left: 37%;
    text-align: center;
    top: -15px;
    line-height: 4;
}
.testimonial .testi-2
{
	border: 1px solid #a2d2e0;
    position: relative;
    border-radius: 5px;
    padding: 30% 20% 5%;
    margin-top: 10%;
}
        .client-carousel {
        top: 98%;
}

.modal-footer {
    padding: 3% 4%;
    text-align: center;
    border-top: 1px solid #e5e5e5;
    
}
    .modal-footer h4 {
        font-size: 14px;
    }
    .inner h2 {
    font-weight: 600;
    font-size: 20px;
}
   
       .close {
    position: absolute;
    bottom: 1%;
    right: 3%;
}
    
    
    .footer {
    background-color: #1b2060;
    padding: 30px 0px;
    position: relative;
    margin-top: 10%;
    padding: 35px 0;
}
    .liquidity {
    background: rgba(0, 0, 0, 0) url(../images/liquid-effect.svg) scroll right top / 100% auto;
    height: 6.7%;
    margin: 0 auto;
    position: absolute;
    width: 100%;
    z-index: 500;
    bottom: 99%;
    background-repeat: repeat-x;
    background-size: contain;
}
    .footer h3 {
    color: #fff;
    font-size: 20px;
    margin-top: 0;
   margin-bottom: 20px;
}
    .footer ul li {
        font-size: 14px;
    }
    .footer .footer-bottom .footer-bottom-left p {
    color: #fff;
    font-size: 14px;
    text-align: center;
}
    .footer .follow_us ul li {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-color: #5ebdd9;
    margin: 0 5px;
    display: inline-block;
    text-align: center;
    line-height: 2.4;
}
    .footer .footer-bottom .footer-bottom-right p {
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin: 3% 0%;
}
    /* End of home page */
    
    /* About us page */
    
    .breadcrumb {
    padding: 5px 15px;
    margin-bottom: 15px;
    background-color: #f5f5f5;
}
    
    .video {
        width: 100%;
    }
    
    .aboutusinner h2 {
    font-size: 20px;
    color: #1b2060;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 15px;
    text-align: center;
}
    
    .about-us p {
    font-size: 14px;
    line-height: 20px;
    margin: 0px 0px 0px;
   }
    .our-aim p {
    font-size: 14px;
    line-height: 20px;
    margin: 0px 0px 0px;
    }
    .product-sticks {
    
    background-position: left;
    background-image: url(../images/product/sticks.jpg);
    opacity: 1;
}

.product-cup {
    
    background-position: left;
    background-image: url(../images/product/cup.jpg);
    opacity: 1;
}

.product-bulk {
    
    background-position: left;
    background-image: url(../images/product/bulk-pack.jpg);
    opacity: 1;
}
    
    /* Contact us Page */

    .roww .col.x-50 {
    width: 100%;
}
    

.roww .col.x-50 {
    width: 100%;
}

.contact-form .form-field {
    position: relative;
    margin: 12% 0;
}
 .contact-form .submit-btn {
  display: inline-block;
    background-color: #e0060c;
    color: #fff;
    font-family: Raleway, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    line-height: 20px;
    padding: 5px 34.2%;
    border: none;
    cursor: pointer;
}
  .contact-form .input-text {
  display: block;
  width: 100%;
  height: 35px;
  border-width: 0 0 1px 0;
  border-color: #00008b;
  /* font-family: Lusitana, serif; */
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}  
  .roww .col {
    padding: 0px 0px;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
       
}

@media (min-width: 361px) and (max-width: 480px) {
    
      body
{
	 
      overflow-x: hidden;
}

    
    
         .list-inline li {
         padding-top: 5%;
      
    }
    
    .list-inline>li>a {
          
    }
    
    
.carousel-indicators {
 

}
    
    
   .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
     margin-left: 0px;
    display: none;
} 
   .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    font-size: 25px;
    display: none;
} 
   .carousel-caption{
            position: absolute;
            top: 7.0%;
       }
    
    .carousel-caption span{
    font-size: 25px;
    position: relative;
    /* right: 103%; */
    left: 65.5%;
    }
    
    .carousel-caption h3 {
    font-family: 'Lobster', cursive;
    font-size: 25px;
    color: #1b2060;
    left: 60%;
    position: relative;
}
    
   .product-row {
    display: inherit;
    width: 100%;
}

 .inner {
    width: 80%;
    padding-top: 2%;
    padding-bottom: 20%;
    margin: 0 auto;
    overflow: hidden;
}
    .tieb p {
        font-size: 14px;
    }

   .product-item {
    vertical-align: top;
    display: table-row;
    /* width: 62.33%; */
    height: 300px;
    /* width: 100%; */
    border: 7px solid #ffffff;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
    
 .product-item:nth-child(3) {
    border: 7px solid #ffffff;
} 
    
.product-item:nth-child(1) {
    border: 7px solid #ffffff;
} 
    
.product-item:nth-child(4) {
    border: 7px solid #ffffff;
} 
    
.product-item:nth-child(6) {
    border: 7px solid #ffffff;
} 
    

    /* both images in home pages */
    .about-image img {
        width: 25%;
        display: none;
    }
    /* about us sections */
    .aboutus .about-desc {
    padding-top: 0px;
}
   
    .aboutus h2 {
    font-size: 25px;
    color: #1b2060;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: center;
}
 
    .content p {
    color: #606060;
    margin: 25px 38px;
    font-size: 14px;
}
    
    .aboutus p {
    color: #606060;
    line-height: 20px;
    font-size: 14px;
}

    .link_four {
        display: none;
    }
    
    .link_three {
        display: none;
    
    }
    .link_two {
       display: none;  
    } 
    
    .link_one
    {
        display: none;
    }
    
    .link_img  {
    width: 50%;
    /* margin-right: 20%; */
    position: relative;
    margin: auto;
    right: 20%;
    }
    
    .menu-bar {
    position: absolute;
    top: 13.2%;
    left: 86%;
    padding: 0% 5%;
 
}
  .aboutus {
    padding: 7.3% 0;
}
    /* header menu lists */
    .menu ul {
    margin-bottom: 0;
    display: grid;
    transition: 0.4s;
    }

    .aboutus button {
     background-color: #7ec9c4;
    font-size: 14px;
    color: #fff;
    border: none;
    padding: 6px 10px;
    border-radius: 5px;
    position: relative;
    left: 0%;
    margin-top: 10%;
    margin-bottom: 10%;
}
    .products h2 {
    font-size: 25px;
    color: #1b2060;
    font-weight: 600;
    margin-top: 0;
    text-align: center;
}
  
 .product-party {
    
    background-position: left;
    background-image: ;
    opacity: 1;
     
}
    
    .product-novelties {
    
    background-position: left;
    background-image: ;
    opacity: 1;
        
}

.product-famliy {
    
    background-position: left;
    background-image: url(../images/product/family_pack_new.jpg);
    opacity: 1;
}
    .product-img {
    width:  5.10%;
    float: right;
    
  }

.know {
    background-color: #7ec9c4;
    font-size: 14px;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
    border: none;
    padding: 6px 10px;
    border-radius: 5px;
}
    .testimonial h2 {
    font-size: 25px;
    color: #1b2060;
    font-weight: 600;
   margin: 20px 0px;
    }
    
    .testimonial
{
	margin-top: 10px;
}
    
   .testimonial .carousel-inner .item {
    margin-top: 15px;
       margin-bottom: 15px;
}
    .testimonial p
{
	
    font-size: 14px;
    color: #606060;
    line-height: 24px;
}

.testimonial .testi-1 {
    border: 1px solid #ebd7d8;
    position: relative;
    border-radius: 5px;
    padding: 30% 8% 5%;
    margin-bottom: 18%;
    
}
.testimonial .testi-1 h5, .testimonial .testi-2 h5
{
	text-align:right;
	color:#1b2060;
	font-size:18px;
}

	.testimonial .testi-1 .testi-icon {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    border: 1px solid #ebd7d8;
    position: absolute;
    background-color: #fff;
   /* bottom: 0px;*/
    left: 37%;
    top: -17px;
    text-align: center;
    line-height: 5;
}
    

.testimonial .testi-2 .testi-icon {
  width: 80px;
    height: 80px;
    border-radius: 100%;
    border: 1px solid #ebd7d8;
    position: absolute;
    background-color: #fff;
   /* bottom: 0px;*/
    left: 37%;
     top: -17px;
    text-align: center;
    line-height: 5;
}
.testimonial .testi-2
{
	border: 1px solid #a2d2e0;
    position: relative;
    border-radius: 5px;
    padding: 30% 8% 5%;
    margin-bottom: 15%;
}
   
.modal-footer {
    padding: 3% 4%;
    text-align: center;
    border-top: 1px solid #e5e5e5;
    
}
    .modal-footer h4 {
        font-size: 14px;
    }
    .inner h2 {
    font-weight: 600;
    font-size: 20px;
}
   
     .close {
    position: absolute;
    bottom:  1.35%;
    right: 3%;
    }
    
    .footer {
    background-color: #1b2060;
    padding: 30px 0px;
    position: relative;
    margin-top: 10%;
    padding: 35px 0;
}
    .liquidity {
    background: rgba(0, 0, 0, 0) url(../images/liquid-effect.svg) scroll right top / 100% auto;
    height: 6.7%;
    margin: 0 auto;
    position: absolute;
    width: 100%;
    z-index: 500;
    bottom: 99%;
    background-repeat: repeat-x;
    background-size: contain;
}
    .footer h3 {
    color: #fff;
    font-size: 20px;
    margin-top: 0;
   margin-bottom: 20px;
}

   .footer h4 {
    color: #fff;
    font-size: 16px;
    margin-top: 0;
   margin-bottom: 20px;
}
    .footer ul li {
        font-size: 14px;
    }
    .footer .footer-bottom .footer-bottom-left p {
    color: #fff;
    font-size: 14px;
    text-align: center;
}
    .footer .follow_us ul li {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-color: #5ebdd9;
    margin: 0 5px;
    display: inline-block;
    text-align: center;
    line-height: 2.4;
}
    .footer .footer-bottom .footer-bottom-right p {
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin: 2% 0%;
}
    /* End of home page */
    
    /* About us page */
    
    .breadcrumb {
    padding: 5px 15px;
    margin-bottom: 15px;
    background-color: #f5f5f5;
 }
    
    .video {
        width: 100%;
    }
    
    .aboutusinner h2 {
    font-size: 25px;
    color: #1b2060;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 15px;
    text-align: center;
}
    
    .about-us p {
    font-size: 14px;
    line-height: 20px;
    margin: 0px 0px 0px;
   }
    .our-aim p {
    font-size: 14px;
    line-height: 20px;
    margin: 0px 0px 0px;
    }
    .product-sticks {
    
    background-position: left;
    background-image: url(../images/product/sticks.jpg);
    opacity: 1;
}

.product-cup {
    
    background-position: left;
    background-image: url(../images/product/cup.jpg);
    opacity: 1;
}

.product-bulk {
    
    background-position: left;
    background-image: url(../images/product/bulk-pack.jpg);
    opacity: 1;
}
    
    /* Contact us Page */

    .roww .col.x-50 {
    width: 100%;
}
    

.roww .col.x-50 {
    width: 100%;
}

.contact-form .form-field {
    position: relative;
    margin: 12% 0;
}
 .contact-form .submit-btn {
  display: inline-block;
    background-color: #e0060c;
    color: #fff;
    font-family: Raleway, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    line-height: 20px;
    padding: 5px 38.6%;
    border: none;
    cursor: pointer;
}
  .contact-form .input-text {
  display: block;
  width: 100%;
  height: 35px;
  border-width: 0 0 1px 0;
  border-color: #00008b;
  /* font-family: Lusitana, serif; */
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}  
  .roww .col {
    padding: 0px 0px;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
    
}
@media (min-width: 481px) and (max-width: 600px) { 
    
      body
{
	 
      overflow-x: hidden;
}

         .list-inline li {
         padding-top: 5%;
      
    }
    
    .list-inline>li>a {
          
    }
    
    
.carousel-indicators {
    
 }

   .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
     margin-left: 0px;
    display: none;
} 
   .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    font-size: 20px;
    display: none;
} 
    
   .carousel-caption h3 {
        
        font-size: 30px;
    }
    
    .carousel-caption span{
    font-size: 30px;
    position: relative;
    /* right: 103%; */
    left: 61.5%;
    }
    
    .carousel-caption h3 {
    font-family: 'Lobster', cursive;
    font-size: 30px;
    color: #1b2060;
    left: 60%;
    position: relative;
}
    
   .product-row {
    display: inherit;
    width: 100%;
}

 .inner {
    width: 80%;
    padding-top: 2%;
    padding-bottom: 39%;
    margin: 0 auto;
    overflow: hidden;
}
    .tieb p {
        font-size: 14px;
    }

   .product-item {
    vertical-align: top;
    display: table-row;
    /* width: 62.33%; */
    height: 300px;
    /* width: 100%; */
    border: 7px solid #ffffff;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
    
.product-item:nth-child(3) {
    border: 7px solid #ffffff;
} 
    
.product-item:nth-child(1) {
    border: 7px solid #ffffff;
} 
    
.product-item:nth-child(4) {
    border: 7px solid #ffffff;
} 
    
.product-item:nth-child(6) {
    border: 7px solid #ffffff;
}     
    

    /* both images in home pages */
    .about-image img {
        width: 25%;
        display: none;
    }
    /* about us sections */
    .aboutus .about-desc {
    padding-top: 0px;
}
   
    .aboutus h2 {
    font-size: 25px;
    color: #1b2060;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: center;
}
 
    .content p {
    color: #606060;
    margin: 25px 40px;
    font-size: 14px;
}
    
    .aboutus p {
    color: #606060;
    line-height: 20px;
    font-size: 14px;
}

    .link_four {
        display: none;
    }
    
    .link_three {
        display: none;
    
    }
    .link_two {
       display: none;  
    } 
    
    .link_one
    {
        display: none;
    }
    
    .link_img  {
       width: 30%;
    /* margin-right: 20%; */
    position: relative;
    margin: auto;
    right: 6%;
    }
    
    .menu-bar {
    position: absolute;
    top: 13.2%;
    left: 86%;
    padding: 0% 5%;
 
}
  .aboutus {
    padding: 7.3% 0;
}
    /* header menu lists */
    .menu ul {
    margin-bottom: 0;
    display: grid;
    transition: 0.4s;
    }

    .aboutus button {
     background-color: #7ec9c4;
    font-size: 14px;
    color: #fff;
    border: none;
    padding: 6px 10px;
    border-radius: 5px;
    position: relative;
    left: 0%;
    margin-top: 10%;
    margin-bottom: 10%;
}
    .products h2 {
    font-size: 25px;
    color: #1b2060;
    font-weight: 600;
    margin-top: 0;
    text-align: center;
}
  
 .product-party {
    
    background-position: left;
    background-image: ;
    opacity: 1;
     
}
    
    .product-novelties {
    
    background-position: left;
    background-image: ;
    opacity: 1;
        
}

.product-famliy {
    
    background-position: left;
    background-image: url(../images/product/family_pack_new.jpg);
    opacity: 1;
}
    .product-img {
    width: 4.1%;
    float: right;
  }

.know {
    background-color: #7ec9c4;
    font-size: 14px;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
    border: none;
    padding: 6px 10px;
    border-radius: 5px;
}
    .testimonial h2 {
    font-size: 25px;
    color: #1b2060;
    font-weight: 600;
   margin: 22px 0px;
    }
    
    .testimonial
{
	margin-top: 10px;
}
    
   .testimonial .carousel-inner .item {
    margin-top: 15px;
       margin-bottom: 15px;
}
    .testimonial p
{
	
    font-size: 14px;
    color: #606060;
    line-height: 24px;
}

.testimonial .testi-1 {
    border: 1px solid #ebd7d8;
    position: relative;
    border-radius: 5px;
    padding: 25% 8% 5%;
    margin-bottom: 15%;
    
}
.testimonial .testi-1 h5, .testimonial .testi-2 h5
{
	text-align:right;
	color:#1b2060;
	font-size:18px;
}

	.testimonial .testi-1 .testi-icon {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    border: 1px solid #ebd7d8;
    position: absolute;
    background-color: #fff;
   
    left: 41.5%;
    top: -17px;
    text-align: center;
    line-height: 5;
}
    

.testimonial .testi-2 .testi-icon {
  width: 80px;
    height: 80px;
    border-radius: 100%;
    border: 1px solid #ebd7d8;
    position: absolute;
    background-color: #fff;
   
    left: 41.5%;
     top: -30px;
    text-align: center;
    line-height: 5;
}
.testimonial .testi-2
{
	border: 1px solid #a2d2e0;
    position: relative;
    border-radius: 5px;
    padding: 20% 8% 5%;
    margin-top: 10%;
}
   
.modal-footer {
    padding: 3% 4%;
    text-align: center;
    border-top: 1px solid #e5e5e5;
    
}
    .modal-footer h4 {
        font-size: 14px;
    }
    .inner h2 {
    font-weight: 600;
    font-size: 20px;
}
   
   .close {
    position: absolute;
    bottom:  1.35%;
    right: 3%;
    }
    
    .footer {
    background-color: #1b2060;
    padding: 30px 0px;
    position: relative;
    margin-top: 10%;
    padding: 35px 0;
}
    .liquidity {
    background: rgba(0, 0, 0, 0) url(../images/liquid-effect.svg) scroll right top / 100% auto;
    height: 6.7%;
    margin: 0 auto;
    position: absolute;
    width: 100%;
    z-index: 500;
    bottom: 99%;
    background-repeat: repeat-x;
    background-size: contain;
}
    .footer h3 {
    color: #fff;
    font-size: 20px;
    margin-top: 0;
   margin-bottom: 20px;
}

    .footer h4 {
    color: #fff;
    font-size: 16px;
    margin-top: 0;
   margin-bottom: 20px;
}
    .footer ul li {
        font-size: 14px;
    }
    .footer .footer-bottom .footer-bottom-left p {
    color: #fff;
    font-size: 14px;
    text-align: center;
}
    .footer .follow_us ul li {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-color: #5ebdd9;
    margin: 0 5px;
    display: inline-block;
    text-align: center;
    line-height: 2.4;
}
    .footer .footer-bottom .footer-bottom-right p {
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin: 2% 0%;
}
    /* End of home page */
    
    /* About us page */
    
    .breadcrumb {
    padding: 5px 15px;
    margin-bottom: 15px;
    background-color: #f5f5f5;
 }
    
    .video {
        width: 100%;
    }
    
    .aboutusinner h2 {
    font-size: 25px;
    color: #1b2060;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 15px;
    text-align: center;
}
    
    .about-us p {
    font-size: 14px;
    line-height: 20px;
    margin: 0px 0px 0px;
   }
    .our-aim p {
    font-size: 14px;
    line-height: 20px;
    margin: 0px 0px 0px;
    }
    .product-sticks {
    
    background-position: left;
    background-image: url(../images/product/sticks.jpg);
    opacity: 1;
}

.product-cup {
    
    background-position: left;
    background-image: url(../images/product/cup.jpg);
    opacity: 1;
}

.product-bulk {
    
    background-position: left;
    background-image: url(../images/product/bulk-pack.jpg);
    opacity: 1;
}
    
    /* Contact us Page */

    .roww .col.x-50 {
    width: 100%;
}
    

.roww .col.x-50 {
    width: 100%;
}

.contact-form .form-field {
    position: relative;
    margin: 12% 0;
}
 .contact-form .submit-btn {
  display: inline-block;
    background-color: #e0060c;
    color: #fff;
    font-family: Raleway, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    line-height: 20px;
    padding: 5px 41.1%;
    border: none;
    cursor: pointer;
}
  .contact-form .input-text {
  display: block;
  width: 100%;
  height: 35px;
  border-width: 0 0 1px 0;
  border-color: #00008b;
  /* font-family: Lusitana, serif; */
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}  
  .roww .col {
    padding: 0px 0px;
    float: left;
    -webkit-box-sizing: border-box;s
    box-sizing: border-box;
}    
    
    
    }

@media (min-width: 601px) and (max-width: 767px) {
    
      body
{
	 
      overflow-x: hidden;
}

         .list-inline li {
         padding-top: 5%;
      
    }
    
    .list-inline>li>a {
          
    }
    
    
.carousel-indicators {


}
    
    
   .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
     position: absolute;
    left: 30%;
   
} 
   .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
     position: absolute;
     right : 30%;
} 
    
    .carousel-caption h3 {
        
        font-size: 30px;
    }
    
    .carousel-caption span{
    font-size: 30px;
    position: relative;
    /* right: 103%; */
    left: 48.5%;
    }
    
    
   .product-row {
    display: inherit;
    width: 100%;
}

 .inner {
    width: 80%;
    padding-top: 2%;
    padding-bottom: 43%;
    margin: 0 auto;
    overflow: hidden;
}
    .tieb p {
        font-size: 14px;
    }

   .product-item {
    vertical-align: top;
    display: table-row;
    /* width: 62.33%; */
    height: 300px;
    /* width: 100%; */
    border: 7px solid #ffffff;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
    
    
.product-item:nth-child(3) {
    border: 7px solid #ffffff;
} 
    
.product-item:nth-child(1) {
    border: 7px solid #ffffff;
} 
    
.product-item:nth-child(4) {
    border: 7px solid #ffffff;
} 
    
.product-item:nth-child(6) {
    border: 7px solid #ffffff;
}     

    /* both images in home pages */
    .about-image img {
        width: 25%;
        display: none;
    }
    /* about us sections */
    .aboutus .about-desc {
    padding-top: 0px;
}
   
    .aboutus h2 {
    font-size: 25px;
    color: #1b2060;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: center;
}
    
    .content p {
    color: #606060;
    margin: 25px 40px;
    font-size: 14px;
}
 
    .aboutus p {
    color: #606060;
    line-height: 20px;
    font-size: 14px;
}

    .link_four {
        display: none;
    }
    
    .link_three {
        display: none;
    
    }
    .link_two {
       display: none;  
    } 
    
    .link_one
    {
        display: none;
    }
    
    .link_img  {
       width: 30%;
    /* margin-right: 20%; */
    position: relative;
    margin: auto;
    right: 6%;
    }
    
    .menu-bar {
    position: absolute;
    top:  25.2%;
    left: 86%;
    padding: 0% 5%;
 
}
  .aboutus {
    padding: 7.3% 0;
}
    /* header menu lists */
    .menu ul {
    margin-bottom: 0;
    display: grid;
    transition: 0.4s;
    }

    .aboutus button {
     background-color: #7ec9c4;
    font-size: 14px;
    color: #fff;
    border: none;
    padding: 8px 15px;
    border-radius: 5px;
    position: relative;
    left: 0%;
    margin-top: 5%;
    margin-bottom: 5%;
}
    .products h2 {
    font-size: 25px;
    color: #1b2060;
    font-weight: 600;
    margin-top: 0;
    text-align: center;
}
  
 .product-party {
    
    background-position: left;
    background-image: ;
    opacity: 1;
     
}
    
    .product-novelties {
    
    background-position: left;
    background-image: ;
    opacity: 1;
        
}

.product-famliy {
    
    background-position: left;
    background-image: url(../images/product/family_pack_new.jpg);
    opacity: 1;
}
    .product-img {
    width: 3.1%;
    float: right;
  }

.know {
    background-color: #7ec9c4;
    font-size: 14px;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
    border: none;
    padding: 8px 15px;
    border-radius: 5px;
}
    .testimonial h2 {
    font-size: 25px;
    color: #1b2060;
    font-weight: 600;
    margin: 22px 0px;
    }
    
    .testimonial
{
	margin-top: 10px;
}
    
   .testimonial .carousel-inner .item {
    margin-top: 15px;
       margin-bottom: 15px;
}
    .testimonial p
{
	
    font-size: 14px;
    color: #606060;
    line-height: 24px;
}

.testimonial .testi-1 {
    border: 1px solid #ebd7d8;
    position: relative;
    border-radius: 5px;
    padding: 20% 8% 5%;
    margin-bottom: 12%;
    
}
.testimonial .testi-1 h5, .testimonial .testi-2 h5
{
	text-align:right;
	color:#1b2060;
	font-size:18px;
}

	.testimonial .testi-1 .testi-icon {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    border: 1px solid #ebd7d8;
    position: absolute;
    background-color: #fff;
   
    left: 42%;
    top: -16px;
    text-align: center;
    line-height: 5;
}
    

.testimonial .testi-2 .testi-icon {
  width: 80px;
    height: 80px;
    border-radius: 100%;
    border: 1px solid #ebd7d8;
    position: absolute;
    background-color: #fff;
   
    left: 42%;
    top: -17px;
    text-align: center;
    line-height: 5;
}
.testimonial .testi-2
{
	border: 1px solid #a2d2e0;
    position: relative;
    border-radius: 5px;
    padding: 20% 8% 5%;
    margin-top: 5%;
    }
   
.modal-footer {
    padding: 3% 4%;
    text-align: center;
    border-top: 1px solid #e5e5e5;
    
}
    .modal-footer h4 {
        font-size: 18px;
    }
    .inner h2 {
    font-weight: 600;
    font-size: 20px;
}
   
       .close {
     position: absolute;
     bottom: 1.6%;
    right: 4%;
}
    
    .footer {
    background-color: #1b2060;
    padding: 30px 0px;
    position: relative;
    margin-top: 10%;
    padding: 35px 0;
}
    .liquidity {
    background: rgba(0, 0, 0, 0) url(../images/liquid-effect.svg) scroll right top / 100% auto;
    height: 6.7%;
    margin: 0 auto;
    position: absolute;
    width: 100%;
    z-index: 500;
    bottom: 99%;
    background-repeat: repeat-x;
    background-size: contain;
}
    .footer h3 {
    color: #fff;
    font-size: 20px;
    margin-top: 0;
   margin-bottom: 20px;
   
   
}

    .footer h4 {
    color: #fff;
    font-size: 16px;
    margin-top: 0;
   margin-bottom: 20px;
   
   
}
    .footer ul li {
        font-size: 14px;
    }
    .footer .footer-bottom .footer-bottom-left p {
    color: #fff;
    font-size: 14px;
    text-align: center;
}
    .footer .follow_us ul li {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-color: #5ebdd9;
    margin: 0 5px;
    display: inline-block;
    text-align: center;
    line-height: 2.4;
}
    .footer .footer-bottom .footer-bottom-right p {
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin: 2% 0%;
}
    /* End of home page */
    
    /* About us page */
    
    .breadcrumb {
    padding: 5px 15px;
    margin-bottom: 15px;
    background-color: #f5f5f5;
 }
    
    .video {
        width: 100%;
    }
    
    .aboutusinner h2 {
    font-size: 25px;
    color: #1b2060;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 15px;
    text-align: center;
}
    
    .about-us p {
    font-size: 14px;
    line-height: 20px;
    margin: 0px 0px 0px;
   }
    .our-aim p {
    font-size: 14px;
    line-height: 20px;
    margin: 0px 0px 0px;
    }
    .product-sticks {
    
    background-position: left;
    background-image: url(../images/product/sticks.jpg);
    opacity: 1;
}

.product-cup {
    
    background-position: left;
    background-image: url(../images/product/cup.jpg);
    opacity: 1;
}

.product-bulk {
    
    background-position: left;
    background-image: url(../images/product/bulk-pack.jpg);
    opacity: 1;
}
    
    /* Contact us Page */

    .roww .col.x-50 {
    width: 100%;
}
    

.roww .col.x-50 {
    width: 100%;
}

.contact-form .form-field {
    position: relative;
    margin: 5% 0;
}
 .contact-form .submit-btn {
  display: inline-block;
    background-color: #e0060c;
    color: #fff;
    font-family: Raleway, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    line-height: 20px;
    padding: 5px 43.1%;
    border: none;
    cursor: pointer;
}
  .contact-form .input-text {
  display: block;
  width: 100%;
  height: 25px;
  border-width: 0 0 1px 0;
  border-color: #00008b;
  /* font-family: Lusitana, serif; */
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}  
  .roww .col {
    padding: 0px 0px;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}   
}
 
@media (min-width: 768px) and (max-width: 991px)
{
 
      body
{
	 
      overflow-x: hidden;
}

    
    .menu-bar 
    {
        display: none;
    }
         .list-inline li {
         padding-top: 5%;
      
    }
    
    .list-inline>li>a {
          
    }
    
    
.carousel-indicators {
    

}
    
    
   .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
     position: absolute;
    left: 30%;
   
} 
   .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
     position: absolute;
     right : 30%;
} 
    
    .carousel-caption h3 {
        
        font-size: 30px;
    }
    
    .carousel-caption span{
    font-size: 30px;
    position: relative;
    /* right: 103%; */
    left: 48.5%;
    }
    
    .aboutus {
    padding: 3.4% 0;
}
    
    .about-image img {
        width: 30%;
    }
 
 .aboutus h2 {
    font-size: 30px;
    color: #9c304a;
    font-weight: 600;
    margin-bottom: 30px;
    margin-top: 0;
}
    
    .aboutus .about-desc {
    padding-top: 30px;
    padding-bottom: 2%;
}
    .identity_one {
        background: #f7f1f1;
    }
    
    #product-list {
    text-transform: uppercase;
    display: inline-table;
    width: 100%;
    border-collapse: collapse;
    text-align: right;
}
    
    .product-party {
    
    /*background-position: inherit;*/
    background-image:;
    opacity: 1;
    background-color: #d5ece4;
     
}
    
    .product-novelties {
    
/*background-position: inherit;*/
    background-image: ;
    opacity: 1;
    background-color: #d5ece4;
        
}

.product-famliy {
    
    /*background-position: inherit;*/
    background-image: ;
    opacity: 1;
     background-color: #d5ece4;
}
    
   .product-sticks {
    
   /*background-position: inherit;*/
    background-image: ;
    opacity: 1;
    background-color: #d5ece4;
}

.product-cup {
    
    /*background-position: inherit;*/
    background-image:;
    opacity: 1;
     background-color: #d5ece4;
}

.product-bulk {
    
    /*background-position: inherit;*/
    background-image: ;
    opacity: 1;
     background-color: #d5ece4;
}
    
    
.product-item { background-size: contain; }    
    
   .products h2 {
    font-size: 30px;
    color: #1b2060;
    font-weight: 600;
    margin-top: 0;
    text-align: center;
} 
    
    
  
   .product-img {
     width: 6.25%;
    float: right;
  } 
    
    .inner {
    width: 80%;
    padding-top: 2%;
    
    margin: 0 auto;
    overflow: hidden;
}
    .tieb p {
        font-size: 14px;
    }

     .inner h2 {
    font-weight: 600;
    font-size: 20px;
}
      .testimonial
{
	margin-top: 5%;
}
    .testimonial h2 {
    font-size: 30px;
    color: #1b2060;
    font-weight: 600;
    margin: 25px 0px;
    text-align: center;
}
    
     .testimonial
{
	margin-top: 10px;
}
    
   .testimonial .carousel-inner .item {
    margin-top: 15px;
       margin-bottom: 15px;
}
    .testimonial p
{
	
    font-size: 14px;
    color: #606060;
    line-height: 24px;
}


   .testimonial .testi-1 {
    border: 1px solid #ebd7d8;
    position: relative;
    border-radius: 5px;
    padding: 12% 5% 5%;
       margin-bottom: 10%;
}
    

.testimonial .testi-1 h5, .testimonial .testi-2 h5
{
	text-align:right;
	color:#1b2060;
	font-size:18px;
}

	.testimonial .testi-1 .testi-icon {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    border: 1px solid #ebd7d8;
    position: absolute;
    background-color: #fff;
   
    left: 45.4%;
    top: -15px;
    text-align: center;
    line-height: 5;
}
    

.testimonial .testi-2 .testi-icon {
  width: 80px;
    height: 80px;
    border-radius: 100%;
    border: 1px solid #ebd7d8;
    position: absolute;
    background-color: #fff;
    left: 45.4%;
    top: -15px;
    text-align: center;
    line-height: 5;
}
.testimonial .testi-2
{
	border: 1px solid #a2d2e0;
    position: relative;
    border-radius: 5px;
    padding: 15% 5% 5%;
    margin-top: 3.5%;
    }
    .footer .footer-bottom .footer-bottom-left p {
    color: #fff;
    font-size: 16px;
    text-align: center;
}
    .footer .footer-bottom .footer-bottom-right p {
    color: #fff;
    font-size: 16px;
    text-align: center;
}
    
    .close {
       position: absolute;
    bottom:  1.09%;
    right: 3%;
    }
/* About us page */
    
}

@media (min-width: 992px) and (max-width: 1199px) {
      body
{
	 
      overflow-x: hidden;
}

       .menu-bar {
  display: none;
}
   
    
    .carousel-caption span{
    font-size: 40px;
    position: relative;
    /* right: 103%; */
    left: 48.5%;
    }
    
    .carousel-caption h3 {
    
    font-size: 40px;
   
}
    
 .product-party {
    
    /*background-position: inherit;*/
    background-image: ;
    opacity: 1;
    background-color: #d5ece4;
     
}
    
    .product-novelties {
    
/*background-position: inherit;*/
    background-image: ;
    opacity: 1;
    background-color: #d5ece4;
        
}

.product-famliy {
    
    /*background-position: inherit;*/
    background-image: url(../images/product/family_pack_new.jpg);
    opacity: 1;
     background-color: #d5ece4;
}
    
   .product-sticks {
    
   /*background-position: inherit;*/
    background-image: url(../images/product/sticks.jpg);
    opacity: 1;
    background-color: #d5ece4;
}

.product-cup {
    
    /*background-position: inherit;*/
    background-image: url(../images/product/cup.jpg);
    opacity: 1;
     background-color: #d5ece4;
}

.product-bulk {
    
    /*background-position: inherit;*/
    background-image: url(../images/product/bulk-pack.jpg);
    opacity: 1;
     background-color: #d5ece4;
}
    
    
.product-item { background-size: contain; }      
    
    
    
    
}

@media (min-width: 1200px) and (max-width: 3999px) {
    body
{
	 
      overflow-x: hidden;
}


    .menu-bar 
    {
        display: none;
    }
    
     .product-party {
    
    /*background-position: inherit;*/
    background-image: ;
    opacity: 1;
    background-color: #d5ece4;
     
}
    
    .product-novelties {
    
/*background-position: inherit;*/
    background-image: ;
    opacity: 1;
    background-color: #d5ece4;
        
}

.product-famliy {
    
    /*background-position: inherit;*/
    background-image: url(../images/product/family_pack_new.jpg);
    opacity: 1;
     background-color: #d5ece4;
}
    
   .product-sticks {
    
   /*background-position: inherit;*/
    background-image: url(../images/product/sticks.jpg);
    opacity: 1;
    background-color: #d5ece4;
}

.product-cup {
    
    /*background-position: inherit;*/
    background-image: url(../images/product/cup.jpg);
    opacity: 1;
     background-color: #d5ece4;
}

.product-bulk {
    
    /*background-position: inherit;*/
    background-image: url(../images/product/bulk-pack.jpg);
    opacity: 1;
     background-color: #d5ece4;
}
    
    
.product-item { background-size: contain; }    
}
  
    





