

    @font-face {
  font-family: 'Nirmala UI';
  font-style: normal;
  font-weight: 400;
font-size: 16px;
  
}
body {
    
    /*margin-left: 15px;
    margin-right: 15px;*/
    font-family: 'Nirmala UI';
    width: 100%;
}
.strip-text{

    position: absolute;
    top: 125px;
    left: 270px;
    color: #fff;
    font-size: 22px;
    font-family: 'Nirmala UI';
    line-height: 2.5px;

}
/* strip image on index.html */

.img-wrapper {
  position: relative;
  width: 100%;
 }

.img-overlay {
  bottom: 0;
    left: 70%;
    position: absolute;
    right: 10%;
    text-align: right;
    top: 28%;
}

.img-overlay:before {
  content: ' ';
  display: block;
  /* adjust 'height' to position overlay content vertically */
  height: 33%;
  width: 40%;
}




.btn-responsive {
  /* matches 'btn-md' */
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

@media (max-width:760px) { 
    /* matches 'btn-xs' */
    .img-overlay{
      text-align: right;
      padding-bottom: -30px;
    }
    @media (max-width:320px) { 
    /* matches 'btn-xs' */

    .img-overlay{
      text-align: right;
      margin-top: -20px;
    }
    .btn-responsive {
        padding: 1px 5px;
        font-size: 12px;
        line-height: 1.5;
        border-radius: 3px;
    }

    .dea-icons{
      height: 100px !important;
      width: 100px !important;
    }

    .strip-text{

      top: 15px !important;
      left: 10px !important;
    }
    .strip-text p{
      font-size: 8px;
    }
}
/* strip image on index.html */
#text-formating{
  text-align: justify;
  font-size: 16px;
  font-color:#000;
}
.container {
 
  max-width: 800px;
}

.row{
  margin-left: 0px;
  margin-right: 0px;
}
#left-nav{
   column-gap: 60px;
   -webkit-column-gap: 60px; /* Chrome, Safari, Opera */
    -moz-column-gap: 60px; /* Firefox */
}
#right-nav{
  padding-right: 10px;
}
.navbar-nav li{
  font-size: 14px;
   /* margin-left : -2em;
        margin-right : 3em;*/
}

}
.index-bottom-img{
  margin-left:285px;
}
@import url(font/Nirmala.ttf);
.navbarproperties{
	color:#009999;
	font-size:12px;
	font-family:'Nirmala UI';
	background: #ffffff;
	font-weight: bold;
}

#hsearch{
	border-radius:25px;
	width: 180px;
	height:33px;
	border: 1px solid #009999;
	color: #009999;
  margin-top: -5px;
  margin-right: -7px;


}

.business-header {
    height: 400px;
    background: url('./images/homepage_2.png') center center no-repeat scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
h1,h3 {
	font-family: 'Nirmala UI';
}
/*footer start*/
.contactfooter {
 
 

  margin-top: -150px;
  height: 100px;

}
.img-properties{
  height: 200px;
  
}
.footericons{
  margin: 0px;
  text-align: center;
  color:#009999 ;
  margin-top: 0px;
}
footer{
  padding-top: 10px;
}


/* footer end*/



/********************************/
/*       Fade Bs-carousel       */
/********************************/
.fade-carousel {
    position: relative;
    height: 100vh;
}
.fade-carousel .carousel-inner .item {
    height: 100vh;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #f39c12;
    border-color: #f39c12;
    opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
}
.hero h1 {
    font-size: 6em;    
    font-weight: bold;
    margin: 0;
    padding: 0;
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s;    
}

/********************************/
/*            Overlay           */
/********************************/
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    /*background-color: #080d15;*/
    opacity: .7;
}

/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {padding: 10px 40px;}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #ffffff;
    border-color: #1abc9c;
    outline: none;
    margin: 20px auto;
}

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.fade-carousel .slides .slide-1 {
  background-image: url(.../images/header.png); 
}
.fade-carousel .slides .slide-2 {
  background-image: url(.../images/header.png);
}
.fade-carousel .slides .slide-3 {
  background-image: url(.../images/header.png);
}


.textproduct{
  color:#000; font-size:18px;font-family:font-family:Nirmala UI;text-align:justify;
}


/* footer social icons */
ul.social-network {
	list-style: none;
	display: inline;
	margin-left:670px !important;
	padding: 0;
}
ul.social-network li {
	display: inline;
	margin: 0 5px;
}


/* footer social icons */
.social-network a.icoRss:hover {
	background-color: #ffffff;
}
.social-network a.icoFacebook:hover {
	background-color:#ffffff;
}
.social-network a.icoTwitter:hover {
	background-color:#ffffff;
}
.social-network a.icoGoogle:hover {
	background-color:#ffffff;
}
.social-network a.icoVimeo:hover {
	background-color:#ffffff;
}
.social-network a.icoLinkedin:hover {
	background-color:#ffffff;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
	color:#009999;
}
a.socialIcon:hover, .socialHoverClass {
	color:#ffffff;
}

.social-circle li a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 35px;
	height: 35px;
	font-size:25px;
	background-color: #ffffff;
  color:#009999 ;

}
.social-circle li i {
	margin:138px 94px 73px -59px
	line-height:35px;
	text-align: center;

}

.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle i {
	color:#009999 ;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}


.circle {
  /*margin: 36px;*/
  display: inline-block;
  padding: 16px;
  text-align: center;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border: 2px solid #1d2087;
  margin-left: 200px;
  margin-top: 60px;
  margin-bottom: 30px;
}

.circle::before,
.circle::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.circle,
.circle::before,
.circle::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.circle {
  /*g262*/
  z-index: 2;
  background-color: #fff;
  border: 0px solid #5c5eae;
  /*color: #5c5eae;*/
  color:#009999 ;

  line-height: 50px;
  /*overflow: hidden;*/
}

.circle:hover {
  color: #fff;
}
/*.circle::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-transform: scale(.5);
  transform: scale(.5);
}*/
/*.circle:hover::after {
  background: #5c5eae;
  border-radius: 50%;
  -webkit-transform: scale(.9);
  transform: scale(.9);
}
*/
.circle1 {
  opacity: 0.4;
}

.circle2 {
  opacity: 0.6;
}

.circle3 {
  opacity: 0.8;
}

.circle a {
  text-decoration: none;
  color: #1d2087;
}

.circle h2 {
  font-size: 60px;
}

.circle h2 small {
  color: #1d2087;
}

.circle p {
  font-size: 24px;
  line-height: 26px;
}
.three-img{
  padding-top: 50px;
}
.bottomtxt{
  position: absolute;
	
	margin-top: -64px;
	background-color:#009999; 
	color: #ffffff;
	font-weight: bold;
	font-size: 15px;
	border-radius: 20px;
	height: 40px;
	width: 150px;
	text-align: center;
	padding-top: 10px;
	text-decoration: none !important;
  font-family:'Nirmala UI';


}



.stripimg {
   height:280px;
   width: 100%;

}
.thumbnail {
    position: relative;
    border: none;
}

.caption {
    position: absolute;
    top: 45%;
    left: 130px;
    width: 100%;
    float: left;

}



/*home page text for strip images*/
.htext{
color: #ffffff;
margin-left:-800px;
font-size:28px;
text-align:center;
margin-top:-70px;
font-family:'Nirmala UI';

}
.imgres{
	width: 200px;
	height: 400px;
}
.htext{
  text-align:justify;
  color:#A9A9A9;
  font-size:22px;
  margin-left:80px;
 /* width:816px;*/
  padding-top: 100px;
  font-family:'Nirmala UI';
  
}
.htext1{
  text-align:center justify;
  color:#ffffff;
  font-size:22px;
  margin-left:-818px;
 /* width:816px;*/
  margin-top: -62px;
  font-family:'Nirmala UI';

}
.htext2{

   margin-left:-400px;
 /* width:816px;*/
  margin-top: -85px;
  color:#ffffff;
  text-align: center;
  font-family:'Nirmala UI';

}
.htext3{

   margin-left:-460px;
 /* width:816px;*/
  margin-top: -95px;
  color:#ffffff;
  text-align: center;
  font-family:'Nirmala UI';

}
.joindiyabtn{
  background-color:#009999;
  margin-left:625px;
  margin-top:-29px;
  width:180px;
  height:45px;
  border-radius:25px;
  font-size:18px;
  font-weight:bold;

}
.logo{
  max-width:100px;
   margin-top: -16px;
   height:70px;
   margin-left:13px;
}
.h_lady{
  width:60%;height:420px;
}
.diyacupimg{
  width:100%;
  height:450px;
  text-align: center;
}.
.hbottomimg{
  padding-top: 30px;

}
.mb20 { margin-bottom: 20px; }
.img-responsive { width: 100%; height:auto; }
.img-center, .img-responsive.img-center { margin: 0 auto !important; height: auto;
      width: auto !important;}
.col-xs-15, .col-sm-15, .col-md-15, .col-lg-15 { position: relative; min-height: 1px; padding-right: 10px; padding-left: 10px; }
.col-xs-15 { width: 20%; float: left; }
@media (min-width: 768px) { .col-sm-15 { width: 20%; float: left; } }
@media (min-width: 992px) { .col-md-15 { width: 20%; float: left; } }
@media (min-width: 1200px) { .col-lg-15 { width: 20%; float: left; } }
@media screen and (max-width:360px) {
.circle {
  /*margin: 36px;*/
  display: inline-block;
  padding: 16px;
  text-align: center;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border: 0px solid #1d2087;
  margin-left: 50px;
  margin-top: 60px;
  margin-bottom: 30px;
}
.bottomtxt{
	margin-left: 68px;
	margin-top: -25px;
	background-color:#009999; 
	color: #ffffff;
	font-weight: bold;
	font-size: 15px;
	border-radius: 20px;
	height: 40px;
	width: 150px;
	text-align: center;
	padding-top: 10px;
	text-decoration: none !important;
  font-family:'Nirmala UI';


}

img {
  max-width: 100%; }

.preview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (max-width: 996px) {
    .preview {
      margin-bottom: 20px; } }

.preview-pic {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.preview-thumbnail.nav-tabs {
  border: none;
  margin-top: 15px; }
  .preview-thumbnail.nav-tabs li {
    width: 18%;
    margin-right: 2.5%; }
    .preview-thumbnail.nav-tabs li img {
      max-width: 100%;
      display: block; }
    .preview-thumbnail.nav-tabs li a {
      padding: 0;
      margin: 0; }
    .preview-thumbnail.nav-tabs li:last-of-type {
      margin-right: 0; }

.tab-content {
  overflow: hidden; }
  .tab-content img {
    width: 100%;
    -webkit-animation-name: opacity;
            animation-name: opacity;
    -webkit-animation-duration: .3s;
            animation-duration: .3s; }

.card {
  margin-top: 50px;
  background: #eee;
  padding: 3em;
  line-height: 1.5em; }
@media screen and (min-width: 997px) {

  .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

.details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.colors {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.product-title, .price, .sizes, .colors {
  text-transform: UPPERCASE;
  font-weight: bold; 

}
h2 .product-title{
  text-align: left;
}

.checked, .price span {
  color: #ff9f1a; }

.product-title, .rating, .product-description, .price, .vote, .sizes {
  margin-bottom: 15px;
  text-align: justify;
   }

.product-title {
  margin-top: 0; }

.size {
  margin-right: 10px; }
  .size:first-of-type {
    margin-left: 40px; }

.color {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  height: 2em;
  width: 2em;
  border-radius: 2px; }
  .color:first-of-type {
    margin-left: 20px; }

.add-to-cart, .like {
  background: #ff9f1a;
  padding: 1.2em 1.5em;
  border: none;
  text-transform: UPPERCASE;
  font-weight: bold;
  color: #fff;
  height: auto;
  width: 100%;
  -webkit-transition: background .3s ease;
          transition: background .3s ease; }
  .add-to-cart:hover, .like:hover {
    background: #b36800;
    color: #fff; }

.not-available {
  text-align: center;
  line-height: 2em; }
  .not-available:before {
    font-family: fontawesome;
    content: "\f00d";
    color: #fff; }

.orange {
  background: #ff9f1a; }

.green {
  background: #85ad00; }

.blue {
  background: #0076ad; }

.tooltip-inner {
  padding: 1.3em; }

@-webkit-keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
            transform: scale(3); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
            transform: scale(3); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

/*# sourceMappingURL=style.css.map */



/*.imgres{
	width: 100%;
	height: 100%;
}*/
.htext{
  text-align:justify;
  color:#A9A9A9;
  font-size:19px;
  margin-right: 8px;
  margin-left:8px;
 /* width:816px;*/
  padding-top: 100px;
  font-family:'Nirmala UI';
  
}
.h_lady{
  width:94%;height:400px;
}
.diyacupimg{
  width:88%;height:450px;
}

#envelope{
width:100%; margin-left:0px;
}
form{
width:100%;

}

	}

  div#envelope{
width: 55%;
margin: 0px 30% 10px 25%;
padding:10px 0;
border: 0px solid gray;
border-radius:10px;
}
form{
width:100%;
margin:0% 0%;
}

header{
/*background-color: #4180C5;*/
text-align: center;
padding-top: 12px;
padding-bottom: 8px;
margin-top: -11px;
margin-bottom: -8px;
border-radius: 10px 10px 0 0;
color: aliceblue;
}

/* Makes responsive fields. Sets size and field alignment.*/
input[type=text]{
margin-bottom: 20px;
margin-top: 10px;
width:100%;
padding: 13px;
border-radius:0px;
border:1px solid #7ac9b7;
height: 43px;
}
input[type=submit]
{

border:1px solid #7ac9b7;
background-color: #82CAFA;

font-size:15px;
cursor:pointer;

}
input[type=submit]
{
  
border:1px solid #7ac9b7;
background-color: #00FFFF;
color: aliceblue;
font-size:15px;
cursor:pointer;
}
#submit:hover
{
background-color: black;
}
textarea{
width:100%;
padding: 15px;
margin-top: 10px;
border:1px solid #7ac9b7;
border-radius:25px;
margin-bottom: 20px;
resize:none;
} 
input[type=text]:focus,textarea:focus {
border-color: #4697e4;
} 
.col-md-3{
  height: 5px;
max-width: 100%;
max-height:100%;
background-size: 100%;
background-position: center center;
text-align: center;
}
.faqleftsidebar{
  
  margin-left:0px;
  font-size:16px;
  font-family:'Nirmala UI';
  color:#3f3f3f;
  text-align: justify;
  padding-top: 7px;  
  padding-left: 50px;
  padding-right:20px;
  
   
}

.about-dea{
  padding: 30px 0px 0px 0px;
}
.about-text-format{
  
}
.footer-link li  {
    display: inline-block;
    padding-left: 10px;
    font-size: 13px;

    
    color: #ffffff;
    padding-top: -100px;
    
}
.footer-bottom p.pull-left {
    padding-top: 6px;
}
.footer-bottom {
    color: #ffffff;
    border-top: 0px solid #ddd;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 10px;
}
.footer-bottom:hover {
    color: #ffffff;
    border-top: 0px solid #ddd;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 10px;
}


.footer-link a{
    display: inline;
    
    color: #ffffff;
}
.footer-link a:hover{
    display: inline;
    
    color: #ffffff;
}


.img-spacing{
  padding-top: 50px;
  padding-bottom: 50px;
}
.text-spacing{
  /*padding-bottom: 30px;*/
  padding-top: 30px;
}
.faqleftsidebar h2{
  font-size: 30px;

}
#textformating{
  padding:-10px 0px 50px 0px;
}
a{
  text-decoration: none;color:#3f3f3f;
}
a:hover { text-decoration: none;color:#3f3f3f; }
a:before{text-decoration: none;color:#3f3f3f;};






.title-bold{

  font-family: "AvenirNext-DemiBold";
    font-size: 1.3em;

}

/* Drop down menu*/

 /* Dropdown Button */
.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #f1f1f1}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}
.abtimg{
  margin-left:100px;
}
.abttext{
  color:#ffffff; margin-top:-400px;text-align: center; font-size:18px;font-weight:normal;font-family:'Nirmala UI';
}
@media screen and (min-width: 260px) {
  .abtimg{
  margin-left:0px;
  width: 100%;
  height: 100%;
}
.abttext{
 
}

.htext1{
  text-align:center justify;
  color:#ffffff;
  font-size:22px;
  margin-left:-818px;
 /* width:816px;*/
  margin-top: -62px;
  font-family:'Comfortaa-Light';
  display: none;

}
  }
.full {
  background: url(./images/aboutus.png) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
  width: 100%;
  text-align: justify;
}


  /********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px){
    .hero { width: 980px; }    
}
@media screen and (max-width: 640px){
    .hero h1 { font-size: 4em; }   
    ul.social-network {
  list-style: none;
  display: inline;
  margin-left:125px;
  padding: 0;
}   
}

@media screen and (min-width: 320px ){
  .img-center{
    margin-left: 50px;
  }
.center-image-index{
  margin-left:50px;
  padding-top: 20px;
}
#folding-head{
  text-align: center;
}
.faqleftsidebar{
  text-align:justify;
}
.folding-img{
  text-align: center;
  padding-top: 50px;

}
h2{
  margin-left: 0px;
  font-size:25px;
  text-align:left;
}
.social-circle li a {
  display:inline-block;
  position:relative;
  margin:0 auto 0 auto;
  -moz-border-radius:50%;
  -webkit-border-radius:50%;
  border-radius:50%;
  text-align:center;
  width: 25px;
  height: 25px;
  font-size:18px;
  background-color: #ffffff;
  color:#009999 ;

}
.social-circle li i {
  margin:138px 94px 73px -59px
  line-height:35px;
  text-align: center;

}

    ul.social-network {
  list-style: none;
  display: inline;
  margin-left:78px !important;
 
}  
.txt-width{
  margin-left: 0px;
}
input[type=text]{
margin-bottom: 20px;
margin-top: 10px;
width:100%;
padding: 13px;
border-radius:0px;
border:1px solid #7ac9b7;
height: 43px;

}
.footericons{
  margin-top: -70px;
  margin-left: 5px;
  color:#009999 ;


}

}
 @media screen and (min-width:768px){
  
    .navbar-brand-centered {
        position: absolute;
        left: 50%;
        display: block;
        width: 160px;
        text-align: center;
        background-color: #ffffff;
    }
    .center-image-index{
      margin-left: 30px;
      padding-top: 20px;
    }
    .navbar>.container .navbar-brand-centered, 
    .navbar>.container-fluid .navbar-brand-centered {
        margin-left: -80px;
    }
    .footericons{
  margin-top: -188px;
  margin-left: 2px;
  color:#009999 ;


}
.txt-width{
  margin-left: 0px;
}
.social-circle li a {
  display:inline-block;
  position:relative;
  margin:0 auto 0 auto;
  -moz-border-radius:50%;
  -webkit-border-radius:50%;
  border-radius:50%;
  text-align:center;
  width: 35px;
  height: 35px;
  font-size:22px;
  background-color: #ffffff;
  color:#009999 ;

}
}


























.bs-slider{
    overflow: hidden;
    max-height: 780px;
    position: relative;
    background: #fff;
}
.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-color: rgba(0, 0, 0, 0.40);*/
}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
}

/********************
*****Slide effect
**********************/

.fade {
    opacity: 1;
}
.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}






/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    top: 47%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}
.control-round:hover .carousel-control{
    opacity: 1;
}
.control-round .carousel-control.left {
    left: 1%;
}
.control-round .carousel-control.right {
    right: 1%;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    color: #fdfdfd;
    background: rgba(0, 0, 0, 0.5);
    border: 0px transparent;
}
.control-round .carousel-control.left>span:nth-child(1){
    left: 45%;
}
.control-round .carousel-control.right>span:nth-child(1){
    right: 45%;
}





/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators{
    right: 45%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}
.indicators-line > .carousel-indicators li{
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid rgb(158, 158, 158);
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: rgb(158, 158, 158);
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    z-index: 10;
    cursor:pointer;
}
.indicators-line > .carousel-indicators li:last-child{
    margin-right: 0;
}
.indicators-line > .carousel-indicators .active{
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;

}
.indicators-line > .carousel-indicators .active:before{
    transform: scale(0.5);
    background-color: #fff;
    content:"";
    position: absolute;
    left:-1px;
    top:-1px;
    width:15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}



/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
    text-align: left !important;
}
.slide_style_right {
    text-align: right !important;
}
.slide_style_center {
    text-align: center !important;
}

.slide-text {
    left: 0;
    top: 25%;
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 10px 85px;
    
}

.slide-text > h1 {
    
    padding: 0;
    color: #ffffff;
    font-size: 70px;
    font-style: normal;
    line-height: 84px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
.slide-text > p {
    padding: 0;
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 40px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}
.slide-text > a.btn-default{
    color: #000;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;

}
.slide-text > a.btn-primary{
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #00bfff;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text > a:hover,
.slide-text > a:active {
    color: #ffffff;
    background: #222222;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}


/*------------------------------------------------------*/
/* THREE IMAGE ON HOME PAGE START
/*------------------------------------------------------*/
.shine_me{
    cursor:pointer;
    margin-bottom:10px;
    }

.shine_me:hover .shine_effect {
  /*   positioning */
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  /*   gradient   */
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 71%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(1%, rgba(255, 255, 255, 0.03)), color-stop(30%, rgba(255, 255, 255, 0.85)), color-stop(50%, rgba(255, 255, 255, 0.85)), color-stop(70%, rgba(255, 255, 255, 0.85)), color-stop(71%, rgba(255, 255, 255, 0.85)), color-stop(100%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 71%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 71%, rgba(255, 255, 255, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 71%, rgba(255, 255, 255, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 71%, rgba(255, 255, 255, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );
  /* IE6-9 */
  /*  forming the shine element
      play around with the width, skew and gradient to get different effects
    */
  width: 15%;
  height: 100%;
  transform: skew(-10deg, 0deg);
  -webkit-transform: skew(-10deg, 0deg);
  -moz-transform: skew(-10deg, 0deg);
  -ms-transform: skew(-10deg, 0deg);
  -o-transform: skew(-10deg, 0deg);
  /*  animating it  */
  animation: move 2s;
  animation-iteration-count: infinite;
  animation-delay: 1s;
  -webkit-animation: move 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-delay: 1s;
  -moz-transform: skew(-10deg, 0deg);
  -moz-animation: move 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-delay: 1s;
  -ms-transform: skew(-10deg, 0deg);
  -ms-animation: move 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-delay: 1s;
  -o-transform: skew(-10deg, 0deg);
  -o-animation: move 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-delay: 1s;
}

/*  */
@keyframes move {
  0% {
    left: 0;
    opacity: 0;
  }
  5% {
    opacity: 0.0;
  }
  48% {
    opacity: 0.2;
  }
  80% {
    opacity: 0.0;
  }
  100% {
    left: 82%;
  }
}
@-webkit-keyframes move {
  0% {
    left: 0;
    opacity: 0;
  }
  5% {
    opacity: 0.0;
  }
  48% {
    opacity: 0.2;
  }
  80% {
    opacity: 0.0;
  }
  100% {
    left: 82%;
  }
}
@-moz-keyframes move {
  0% {
    left: 0;
    opacity: 0;
  }
  5% {
    opacity: 0.0;
  }
  48% {
    opacity: 0.2;
  }
  80% {
    opacity: 0.0;
  }
  100% {
    left: 88%;
  }
}
@-ms-keyframes move {
  0% {
    left: 0;
    opacity: 0;
  }
  5% {
    opacity: 0.0;
  }
  48% {
    opacity: 0.2;
  }
  80% {
    opacity: 0.0;
  }
  100% {
    left: 82%;
  }
}
@-o-keyframes move {
  0% {
    left: 0;
    opacity: 0;
  }
  5% {
    opacity: 0.0;
  }
  48% {
    opacity: 0.2;
  }
  80% {
    opacity: 0.0;
  }
  100% {
    left: 82%;
  }
}








/*------------------------------------------------------*/
/* THREE IMAGE ON HOME PAGE END
/*------------------------------------------------------*/



/*------------------------------------------------------*/
/* CONTACT US FORM START
/*------------------------------------------------------*/

.contactus-text-h1{
  text-align: center;
  color: #ffffff;
  font-size: 15px;
  padding-top: 30px;
  letter-spacing: 1px;

}
.contactus-text-h2{
  text-align: center;
  color: #ffffff;
  font-size: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
  letter-spacing: 1px;  
}

.warning-text{
  color: #FF0000;
  padding-bottom:15px;
  padding-left:15px;
  color:#FF0000;
  letter-spacing:1px;
}




/*------------------------------------------------------*/
/* CONTACT US FORM END
/*------------------------------------------------------*/


/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width: 991px) {
    .slide-text h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .slide-text > p {

        font-size: 18px;
    }
}


/*---------- MEDIA 480px ----------*/
@media  (max-width: 768px) {
    .slide-text {
        padding: 10px 50px;
    }
    .slide-text h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .slide-text > p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .control-round .carousel-control{
        display: none;
    }

}
@media  (max-width: 480px) {
    .slide-text {
        padding: 10px 30px;
    }
    .slide-text h1 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 5px;
    }
    .slide-text > p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .slide-text > a.btn-default, 
    .slide-text > a.btn-primary {
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px;
    }
    .indicators-line > .carousel-indicators{
        display: none;
    }

}
.navbar-collapse.in{
  background-color: #fff;
}

.img-align{
  padding-left: 60px;
}
.img-align3{
  padding-top:50px;
}
#top{
  padding-top: 120px;
}
.form-control {
    background-color: #fff;
    background-image: none;
    border-radius: 18px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 40px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
.btn{
  border-radius: 22px;
}
.join-dea-button{
      margin-right: 270px;
    width: 180px;
    padding: 6px;
    font-size: 18px;
    font-weight: bold;
    background-color:#099;
    border-color:#099; 
    font-family: 'Nirmala UI';
    color: #fff;
}
.join-dea-button:hover{
      margin-right: 270px;
    width: 180px;
    padding: 6px;
    font-size: 18px;
    font-weight: bold;
    background-color:#104E8B;
    border-color:#104E8B; 
    font-family: 'Nirmala UI';
    color: #fff;
}

#add-to-cart-btn{
  padding: 10px 0px 0px 0px;
}
.add-to-cart{
      margin-right: 270px;
      margin-left: -20px;
    width: 160px;
    padding: 6px;
    font-size: 12px;
    font-weight: bold;
    background-color:#099;
    border-color:#099; 
}
.add-to-cart:hover{
      margin-left: -20px;
    width: 160px;
    padding: 6px;
    font-size: 12px;
    font-weight: bold;
    background-color:#104E8B;
    border-color:#104E8B; 
}
h2,h5{
  margin-left: 0px;
}
.btn-send-2{
  /*margin-right: 270px;*/
      margin-left: -20px;
    width: 160px;
    padding: 6px;
    font-size: 12px;
    font-weight: bold;
    background-color:#099;
    border-color:#099; 
}
.btn-send-2:hover{
      margin-left: -20px;
    width: 160px;
    padding: 6px;
    font-size: 12px;
    font-weight: bold;
    background-color:#104E8B;
    border-color:#104E8B; 
}
.product {
  width: 100%;
  margin: 30px;
}
.form-group {
  width: 100%;
  margin: 30px;
  .glyphicon {
    color: $quantity-btn-color;
  }
}
/*add-dea-small css */
#add-small-padding-bottom{
  padding: 0px 0px 100px 0px;
}
.add-small-btn{
  padding: 0px 40px 20px 0px;
  text-align: right;
  border-radius: 10px;
}
.add-small-text{
  padding: 0px 50px 20px 0px;
   text-align: right;
}
.table-format img{
  width: 200px;
  height: 200px;
}
@media (min-width: 320px) and (max-width: 480px)
{
.add-small-btn{
  padding: 0px 0px 0px 0px;
  width: 100%;
}
#add-small-btn-mobile{
  text-align: center;
  padding: 0px 0px 20px 0px;
  width: 100%;
}
.add-small-text{
  padding: 0px 0px 20px 0px;
   text-align: right;
}
.table-format img{
  width: 100%;
  height: 200px;
}
}

/*add-dea-small css */
.sidebar__header {
    margin-bottom: 2.5em;
    display: none;
}
.sidebar {
    position: relative;
    color: #717171;
}
.logo {
    display: block;
    vertical-align: middle;
}
.order-summary__section {
    border-top: 1px solid;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    border-color: rgba(175,175,175,0.34);
}

@media (min-width: 320px) and (max-width: 480px)
{
  .faqleftsidebar{
  
  margin-left:0px;
  font-size:16px;
  font-family:'Nirmala UI';
  color:#3f3f3f;
  text-align: justify;
  padding-top: 7px;  
  padding-left: 10px;
  padding-right:10px;
  
   
}

.join-dea-button{
      margin-right: 0px;
    width: 100px;
    padding: 6px;
    font-size: 10px;
    font-weight: bold;
    background-color:#104E8B;
    border-color:#104E8B; 
}
.join-dea-button:hover{
      margin-right: 0px;
    width: 100px;
    padding: 6px;
    font-size: 18px;
    font-weight: bold;
    background-color:#104E8B;
    border-color:#104E8B; 
}
.btn-formating{
    background-color:#104E8B;
    border-color:#104E8B; 


}
.img-wrapper {
  position: relative;
  width: 100%;
  display: none;
 }
.strip-text{

    position: absolute;
    top: 125px;
    left: 270px;
    color: #fff;
    font-size: 22px;
    display: none;
}
#strip-img{
  display: none;
}


/*mobile footer*/

@media(min-width:320px ) and (max-width: 480px){

#footer-img{
width: 100%;
height: 300px;
}
.footericons{
  margin: 0px;
  text-align: center;
  color:#009999 ;
  margin-top: 0px;
}
.footericons{
  margin-top: -290px;
  margin-left: 5px;
  color:#009999 ;


}

}

/*mobile footer */



  .btn-success{
    margin-right: 270px;
    width: 180px;
    padding: 6px;
    font-size: 18px;
    font-weight: bold;
    background-color: #099;
    border-color: #099;
  }