/*--Author: ApTr13*/
/*-- reset code --*/
body{
	padding:0;
	margin:0;
	background:#FFF;
}
body a{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
input[type="button"],input[type="submit"]{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
}
p{
	margin:0;
	padding:0;
}
ul{
	margin:0;
	padding:0;
}
label{
	margin:0;
}
button{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
img {
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
/*-- Developer --*/
.Ap{
    display: inline !important;
    color: #ee3200 !important;
}
.Tr{
    display: inline !important;
    color: #bf2eff !important;
}
.num13{
    display: inline !important;
    color: #00cd93 !important;
}
/*-- /reset code --*/
body {
	font-family: 'Open Sans', sans-serif;
}
/*-- navigation effects --*/
.companyLogo{
	height: 89px;
	width: 180px;
}
.navbar {
	min-height:90px;
	background-color: white;
}
.navbar-brand {
	float: left;
	height: 50px;
	padding: 0px;
	font-size: 18px;
	line-height: 20px;
	display:block;
}
.navbar-collapse{
	margin-top: 33px;
}
.navbar-brand h1 {
	font-size: 32px;
	font-weight: 400;
	color: #000;
	text-transform:capitalize;
	font-family: 'Exo 2', sans-serif;
}
.navbar-brand h1 span {
	font-size:30px;
	color:#42B4C8;
	line-height:20px;
	margin-right:5px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
	color: #fff;
	background-color:#b545ba;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color: #fff;
	background-color:#b545ba;
}
.navbar-default .navbar-nav>li>a {
	color: #777;
	font-size:14px;
	font-weight:normal;
	font-family: 'Exo 2', sans-serif;
	padding:18px 18px;
	text-transform:uppercase;
	transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-ms-transition:all 0.5s ease-in-out;
}
.navbar-default .navbar-nav>li.active {
	background-color:#b545ba;
}
.navbar-toggle {
  position: absolute;
	right: -1%;
  border: 2px solid black;
}
.navbar-toggle .icon-bar {
    background: black;
    margin-top: 3px !important;
    height: 3px;
}
/*-- /navigation effects --*/
/*-- 1st banner section --*/
section.banner-box {
	background:url(../images/banner3.jpg);
	width: 100%;
	background-position:center;
	background-attachment:fixed;
	background-repeat: no-repeat;
	background-size: 100% 135%;``
	-webkit-background-size: 100% 135%;
	-moz-background-size: 100% 135%;
	-o-background-size: 100% 135%;
	-ms-background-size: 100% 135%;
	max-height:570px;
}
.header {
	height:926px;
	margin:0 auto;
	padding:0;
}
section.banner-box h2.text-center {
	font-size: 65px;
	font-weight: normal;
	padding:360px 0 40px;
	color: #fff;
	line-height:90px;
	font-family: 'Exo 2', sans-serif;
}
section.banner-box p.text-center {
	font-size:17px;
	font-weight:normal;
	color:#fff;
	line-height:35px;
}

/*------------------ Slider Part starts Here----------*/
.slider {
	position: relative;
	top: 9em;
}
#slider2,
#slider3 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
}
.slider-info {
    text-align: center;
    margin: 8em 0 0 0;
}
div.slider-info h3{
    font-size: 6em;
    margin: 0;
    color: #4c006c;
    font-weight: normal;
		font-family: 'Exo 2', sans-serif;
}
.slider-info p{
    color: #4c006c;
		font-weight: bold;
    font-size: 1em;
    margin: 1em 0 0 0;
}
.rslides_tabs {
  list-style: none;
  padding: 0;
  background: rgba(0,0,0,.25);
  box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  font-size: 18px;
  list-style: none;
  margin: 0 auto 50px;
  max-width: 540px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
}
.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline;
}
.rslides_tabs li:first-child {
  margin-left: 0;
}
.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
}
.events {
  list-style: none;
}
.callbacks_container {
  position: relative;
  width: 100%;
}
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.callbacks img {
  position: relative;
  z-index: 1;
  height: auto;
  border: 0;
}
.callbacks .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	left: 0;
	right: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
	top: 10%;
	text-align: center;
}
.callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 63%;
    opacity: 0.7;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 3px;
    width: 45px;
    margin-top: 0;
    background: #4c006c;
}
.callbacks_nav:active {
  opacity: 1.0;
}
.callbacks_nav.next {
    right:0;
    background-position: right top;
}
#slider3-pager a {
  display: inline-block;
}
#slider3-pager span{
  float: left;
}
#slider3-pager span{
	width:100px;
	height:15px;
	background:#fff;
	display:inline-block;
	border-radius:30em;
	opacity:0.6;
}
#slider3-pager .rslides_here a {
  background: #FFF;
  border-radius:30em;
  opacity:1;
}
#slider3-pager a {
  padding: 0;
}
#slider3-pager li{
	display:inline-block;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li{
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  height: auto;
  border: 0;
  width:100%;
}
.callbacks_tabs{
    list-style: none;
    position: absolute;
    top: 106%;
    z-index: 999;
    right: 45.3%;
    padding: 0;
    margin: 0;
}
.callbacks_tabs li{
  display: inline-block;
  margin: 0 .2em;
}
.callbacks_tabs a{
 visibility: hidden;
}
.callbacks_tabs a:after {
    content: "\f111";
    font-size: 0;
    visibility: visible;
    display: block;
    height: 6px;
    width: 6px;
    background: #4c006c;
    display: inline-block;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
}
.callbacks_here a:after{
    border: 2px solid #b545ba;
    background: #b545ba;
	height: 12px;
    width: 12px;
}
ul.callbacks_tabs.callbacks2_tabs {
    top: 73%;
    left: 46%;
}
ul.callbacks_tabs.callbacks2_tabs li {
    display: inline-block;
    margin: 0 .5em;
}
ul.callbacks_tabs.callbacks2_tabs a:after {
    background: #F1C99B !important;
}
ul.callbacks_tabs.callbacks2_tabs a:after {
    border: none;
}
.slider-top{
	text-align: center;
	padding:10em 0;
}
.slider-top h1{
	font-weight:700;
	font-size:48px;
	color:#010101;
}
.slider-top p{
	font-weight:400;
	font-size:20px;
	padding:1em 7em;
	color:#010101;
}
.slider-top ul.social-slide{
	display:inline-flex;
	margin: 0px;
	padding: 0px;
}

/*-- /1st banner section --*/
/*-- specialization section --*/
section.special-block {
	padding:60px 0;
}
section.special-block i.fa {
	font-size:27px;
	font-weight:thin;
	width:70px;
	height:70px;
	text-align:center;
	line-height:70px;
	color:#fff;
	margin:0 auto;
	display:block;
	background-color:#b545ba;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	-ms-border-radius:50%;
}
section.special-block p.text-center  {
	font-family: 'Exo 2', sans-serif;
	font-size:17px;
	font-weight:normal;
	color:#000;
	line-height:30px;
  padding: 5px 15px;
}
section.special-block img.img-responsive {
	width:100px;
	height:auto;
	margin:0 auto;
}
section.special-block h4.text-center {
	font-size:22px;
	font-weight:normal;
	color:#000;
	padding:20px 0;
	text-transform:capitalize;
	font-family: 'Exo 2', sans-serif;
}
section.special-block p.special-p1 {
	font-size:15px;
	font-weight:normal;
	color:#999;
	text-align:center;
	line-height:30px;
}
section.special-block div.special-grid {
	padding: 10px 5px;
}
/*-- /specialization section --*/
/*-- 1st info section --*/
section.info-box,section.welcome-box,section.info-box3 {
	padding:25px 0;
}
section.welcome-box h2 {
	font-size: 32px;
	font-weight: bold;
	font-family: 'Exo 2', sans-serif;
}
section.info-box i.fa,section.welcome-box i.fa,section.info-box3 i.fa {
	font-size:27px;
	font-weight:thin;
	width:70px;
	height:70px;
	text-align:center;
	line-height:70px;
	color:#fff;
	margin:0 auto;
	display:block;
	background-color:#b545ba;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	-ms-border-radius:50%;
}
section.info-box h3.text-center,section.welcome-box h3.text-center,section.info-box3 h3.text-center,section.special-block h3.text-center {
	font-size:50px;
	font-weight:normal;
	color:#000;
	padding:0 0 40px;
	font-family: 'Exo 2', sans-serif;
	position:relative;
}
section.info-box h3.text-center:after,section.welcome-box h3.text-center:after,section.info-box3 h3.text-center:after,section.special-block h3.text-center:after  {
	content: '';
	background-color: #b545ba;
	height: 5px;
	width: 230px;
	position: absolute;
	left: 40%;
	bottom: 19%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
}
.pluto-half:after{
	left: 28% !important;
}
section.info-box p.text-center,section.welcome-box p.text-center,section.info-box3 p.text-center{
	font-size:17px;
	font-weight:normal;
	color:#000;
	line-height:30px;
	font-family: 'Exo 2', sans-serif;
}

section.welcome-box p{
	margin : 0 10px 15px 10px;
}
section.welcome-box h4{
	margin:6px 0 15px 0;
	font-family: 'Exo 2', sans-serif;
}
section.welcome-box img{
	border-radius: 5px;
  border: 2px solid lightgray;
}
/*-- /1st info section --*/
/*-- 2nd banner section --*/
section.banner-box2 {
	background:url(../images/banner2.jpg);
	background-position:center;
	background-attachment:fixed;
	background-repeat:no repeat;
	background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	-ms-background-size: 100% 100%;
	min-height:520px;
}
section.banner-box2 h3.text-center,section.banner-box3 h3.text-center {
	font-size: 65px;
	font-weight: normal;
	padding:265px 0 40px;
	color: #fff;
	line-height:90px;
	font-family: 'Exo 2', sans-serif;
}
/*-- /2nd banner section --*/
/*-- 2nd info section --*/

/*-- /2nd info section --*/
/*-- 3rd banner section --*/
section.banner-box3 {
	background:url(../images/banner1.jpg);
	background-position:center;
	background-attachment:fixed;
	background-repeat:no repeat;
	background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	-ms-background-size: 100% 100%;
	min-height:520px;
}
/*-- /3rd banner section --*/
/*-- footer info section --*/
section.footer-box {
	padding: 30px 0 15px 0;
	background-color: #212121;
	text-align:center;
	text-align: -webkit-center;
	text-align:-moz-center;
}
section.footer-box .container {
	width: 60%
}
section.footer-box h3 {
	color: #fff;
	font-size:24px;
	font-weight: normal;
	font-family: 'Exo 2', sans-serif;
	padding-bottom: 20px;
}
section.footer-box div.footer-links h3 {
	margin-left: -10%;
}
section.footer-box div.footer-cols {
	padding: 0;
}
section.footer-box ul.info-links {
	list-style: none;
	text-align: justify;
	columns: 2;
	-webkit-columns: 2;
	-moz-columns: 2;
}
section.footer-box ul.info-links li {
	padding-bottom: 10px;
}
section.footer-box ul.info-links li.no-display {
	color: #212121;
}
section.footer-box ul.info-links li a {
	text-decoration:none;
	font-size:14px;
	font-weight:normal;
	color:#fff;
}
section.footer-box ul.info-links li a i.fa {
	margin-right:5px;
}
section.footer-box ul.footer-links {
	list-style: none;
	text-align: justify;
	margin-left:70px;
}
section.footer-box ul.footer-links li {
	padding-bottom:15px;
}
section.footer-box ul.footer-links li a {
	text-decoration:none;
	font-size:14px;
	font-weight:normal;
	color:#fff;
}
section.footer-box ul.footer-links li a i.fa {
	margin-right:5px;
}
section.footer-box .contact-info {
	text-align: justify;
	margin-left: 35px;
	margin-top: -13px;
}
section.footer-box .contact-info i{
	color: #fff;
	font-size: 22px;
	margin: 18px 15px 0px 0px;
	display: inline-block;
}
section.footer-box p.p3{
	padding: 0;
	display: inline-block;
	color: #fff;
	vertical-align: middle;
	margin: -30px 0 0px;
	font-size: 14px;
	font-weight: 500;
}
section.footer-box p.p4 {
	padding: 0;
	display: block;
	color: #fff;
	vertical-align: middle;
	font-weight: 500;
	font-size: 14px;
	margin: -13px 0 -6px 40px;
}
section.footer-box p.p5{
	padding: 0;
	display: inline-block;
	color: #fff;
	vertical-align: middle;
	margin: -12px 0 0px;
	font-size: 14px;
	font-weight: 500;
}
section.footer-box p.p6 {
	padding: 0;
	display: block;
	color: #fff;
	vertical-align: middle;
	font-weight: 500;
	font-size: 14px;
	margin: -23px 0 0 40px;
}
section.footer-box p.p5 a , p.p6 a {
	text-decoration:none;
	color:#fff;
}
section.footer-box i.glyphicon.glyphicon-envelope:hover ,p.p3 a:hover , p.p4 a:hover {
	color:#df4914;
}
section.footer-box .phone {
	margin-bottom: 5px;
}
section.footer-box button.btn-outline {
	border: solid 2px #fff;
	font-size: 18px;
	padding: 2px 15px;
	border-radius: 5px;
	color: #fff;
	background: 0 0;
	font-family: 'Exo 2', sans-serif;
	transition: all .3s ease-in-out;
}
section.footer-box button.btn-outline:hover,
section.footer-box button.btn-outline:focus,
section.footer-box button.btn-outline:active {
	border: solid 2px #fff;
	color: #18bc9c;
	background: #fff;
}
section.footer-box input#inputEmail1 {
	width: 95%;
	height: 30px;
	color: #000;
	font-size:15px;
	font-weight:normal;
	padding: 0 10px;
	margin-bottom:15px;
	outline:none;
}
section.footer-box input#text1 {
	width: 95%;
	height: 30px;
	color: #000;
	font-size:15px;
	font-weight:normal;
	padding: 0 10px;
	margin-bottom:15px;
	outline:none;
}
section.footer-box input::-webkit-input-placeholder {
	color: #000 !important;
}
section.footer-box input:-moz-placeholder { /* Firefox 18- */
	color: #000 !important;
}
section.footer-box input::-moz-placeholder {  /* Firefox 19+ */
	color: #000 !important;
}
section.footer-box input:-ms-input-placeholder {
	color: #000 !important;
}
section.footer-box textarea::-webkit-input-placeholder {
	color: #000 !important;
}
section.footer-box textarea::-moz-placeholder { /* Firefox 18- */
	color: #000 !important;
}
section.footer-box textarea::-moz-placeholder {  /* Firefox 19+ */
	color: #000 !important;
}
section.footer-box textarea::-ms-input-placeholder {
	color: #000 !important;
}
section.footer-box ul.social-icons2 {
	list-style:none;
	padding-bottom:10px;
}
section.footer-box ul.social-icons2 li {
	display:inline-block;
	margin-right: 3px;
}
section.footer-box ul.social-icons2 li a i.fa.fa-facebook {
	background-color:#3b5998;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	-ms-border-radius:50%;
	font-size:20px;
	color:#fff;
	text-align: center;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
section.footer-box ul.social-icons2 li a i.fa.fa-twitter {
	background-color:#55acee;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	-ms-border-radius:50%;
	font-size:17px;
	color:#fff;
	text-align: center;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
section.footer-box ul.social-icons2 li a i.fa.fa-linkedin {
	background-color:#e68523;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	-ms-border-radius:50%;
	font-size:19px;
	color:#fff;
	text-align: center;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
section.footer-box ul.social-icons2 li a i.fa.fa-google-plus {
	background-color:#dc4e41;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	-ms-border-radius:50%;
	font-size:16px;
	color:#fff;
	text-align: center;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
section.footer-box ul.social-icons2 li a i.fa.fa-facebook:hover {
	background-color:#002573;
}
section.footer-box ul.social-icons2 li a i.fa.fa-twitter:hover {
	background-color:#004A82;
}
section.footer-box ul.social-icons2 li a i.fa.fa-linkedin:hover {
	background-color:#BB5E00;
}
section.footer-box ul.social-icons2 li a i.fa.fa-google-plus:hover {
	background-color:#8A0B00;
}
section.footer-box p.copyright {
	font-size:15px;
	font-weight:300;
	color:#fff;
	font-family: 'Exo 2', sans-serif;
	padding:0px 20px 0;
	line-height:30px;
}
section.footer-box p.copyright a {
	text-decoration:none;
	color:#b545ba;
}
section.footer-box p.copyright a:hover {
	color:red;
}
section.footer-box hr {
	margin-bottom: 10px;
	margin-top: 10px;
}
/*-- /footer info section --*/
/*-- /footer section --*/
/*-- back to top --*/
.cd-top {
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 40px;
	right: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	/* image replacement properties */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: rgba(0,0,0, 0.5) url(../images/cd-top-arrow.svg) no-repeat center 50%;
	background-size: 40px;
	-webkit-background-size:40px;
	-moz-background-size:40px;
	-o-background-size:40px;
	-ms-background-size:40px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
	/* the button becomes visible */
	visibility: visible;
	opacity: 1;
	z-index: 9999;
}
.cd-top.cd-fade-out {
	/* if the user keeps scrolling down, the button is out of focus and becomes less visible */
	opacity: .5;
}
.cd-top:hover {
	background-color: #000;
	opacity: 1;
}
@media only screen and (min-width: 768px) {
	.cd-top {
		right: 20px;
		bottom: 20px;
	}
}
@media only screen and (min-width: 1024px) {
	.cd-top {
		height: 50px;
		width: 50px;
		right: 30px;
		bottom: 30px;
	}
}
/*-- /back to top --*/
/*-- inner pages banner --*/
section.inner-box {
	background:url(../images/banner1.jpg);
	background-position:center;
	background-attachment:fixed;
	background-repeat:no repeat;
	background-size:100% 100%;
	-webkit-background-size:100% 100%;
	-moz-background-size:100% 100%;
	-o-background-size:100% 100%;
	-ms-background-size:100% 100%;
	min-height:200px;
}
section.inner-box h2.text-center {
	font-size: 65px;
	font-weight: normal;
	padding:175px 0 40px;
	color: #fff;
	line-height:90px;
	font-family: 'Exo 2', sans-serif;
}
section.inner-box p.text-center {
	font-size:17px;
	font-weight:normal;
	color:#fff;
	line-height:35px;
}
.column {
	margin:0;
	padding:0;
}
.column:last-child {
	padding-bottom:0px;
}
.column::after {
	content: '';
	clear: both;
	display: block;
}
.column div {
	position: relative;
	float: left;
	width:100%;
	height:auto;
	margin: 0;
	padding: 0;
}
.column div:first-child {
	margin-left: 0;
}
figure {
	width:100%;
	height:100%;
	margin: 0;
	padding: 0;
	background: #fff;
	overflow: hidden;
}
.hover01 figure img {
  width: 100%;
  /* height: 335px; */
}
/*-- /inner pages banner --*/
/*-- About Page --*/
section.about-box,section.team-box,section.features-box,section.private-box,
section.steps-box,section.work-box,section.shipment-box,
section.contact-us,section.contact-box,section.misvis-box,section.privacy-box {
	padding:40px 0;
}
section.about-box i.fa, section.team-box i.fa, section.features-box i.fa,
section.private-box  i.fa,section.steps-box i.fa,section.work-box i.fa,
section.shipment-box i.fa,section.contact-us i.fa,section.contact-box i.fa,
section.misvis-box i.fa, section.privacy-box i.fa {
	font-size:27px;
	font-weight:thin;
	width:70px;
	height:70px;
	text-align:center;
	line-height:70px;
	color:#fff;
	margin:0 auto;
	display:block;
	background-color:#b545ba;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	-ms-border-radius:50%;
}
section.about-box h3.text-center,section.team-box h3.text-center,section.features-box h3.text-center,
section.private-box h3.text-center,section.steps-box h3.text-center,section.work-box h3.text-center,
section.shipment-box h3.text-center, section.contact-us h3.text-center,section.contact-box h3.text-center,
section.misvis-box h3.text-center, section.privacy-box h3.text-center {
	font-size:50px;
	font-weight:normal;
	color:#000;
	padding:10px 0 50px;
	font-family: 'Exo 2', sans-serif;
	position:relative;
}
section.about-box h3.text-center:after,section.team-box h3.text-center:after,section.features-box h3.text-center:after,
section.private-box h3.text-center:after,section.steps-box h3.text-center:after,section.work-box h3.text-center:after,
section.shipment-box h3.text-center:after,section.contact-us h3.text-center:after,section.contact-box h3.text-center:after,
section.misvis-box h3.text-center:after, section.privacy-box h3.text-center:after {
	content: '';
	background-color: #b545ba;
	height: 5px;
	width: 230px;
	position: absolute;
	left: 40%;
	bottom: 19%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
}
section.about-box p {
	font-size: 16px;
	font-weight:normal;
	text-align: justify;
	color: #777;
	line-height: 35px;
}
/* MISSION VISION */
section.misvis-box {
	background:url(../images/bn-road.jpg);
	background-position:center;
	background-attachment:fixed;
	background-repeat:no repeat;
	background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	-ms-background-size: 100% 100%;
	min-height:650px;
}
section.misvis-box h3.text-center {
	color: #fff;
	padding: 10px 0;
}
section.misvis-box h3.text-center::after {
	content: none;
}
div.misvis-grid {
  background-color: white;
  color: black;
  margin: 10px;
  letter-spacing: 1px;
  padding: 5px 13%;
}
div.misvis-head i.fa {
  height: 60px;
  width: 60px;
  line-height: 54px;
	display: inline;
  color: #b545ba;
  padding: 0 10px;
  background-color: #fff;
}
div.misvis-head h4 {
  /* padding-top: 15px; */
  text-align: center;
  font-size: 25px;
  color: #b545ba;
	font-family: 'Exo 2', sans-serif;
}
div.misvis-text ul {
  list-style-type: none;
  padding-bottom: 20px;
}
div.misvis-text ul li {
  text-decoration: none;
  position: relative;
  left: -20px;
  border: 1px solid #008080;
  border-radius: 5px;
  margin-bottom: 3px;
	padding: 3px 3px 3px 10px;
}
div.misvis-text p{
  display: inline;
  margin: 0px;
  color: #FF5722;
}
/* TEAM MEMBERS */
section.team-box p.text-center {
	font-size:16px;
	font-weight:normal;
	color:#999;
	line-height:30px;
	padding-bottom:50px;
}
section.team-box h4 {
	font-size:20px;
	font-weight: bold;
	color:#000;
	padding: 0;
	font-family: 'Exo 2', sans-serif;
	color: #b545ba;
}
section.team-box h6 {
	font-size: 16px;
  font-weight: bold;
	padding: 8px 0;
}
section.team-box p.team-p1 {
	font-size:16px;
	font-weight:normal;
	text-align: justify;
	color: #777;
}
section.team-box ul.social-icons1 {
}
section.team-box ul.social-icons1 li {
	display:inline-block!important;
	margin:1px!important;
	padding:10px 0;
}
section.team-box ul.social-icons1 li a {
	text-decoration:none;
}
section.team-box ul.social-icons1 li a i.fa.fa-facebook{
	color:#fff;
	background-color:#3b5998;
	width:30px;
	height:30px;
	line-height:30px;
	font-size: 16px;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	-ms-border-radius:50%;
	text-align:center;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	/*-- pluto ITS --*/
	-ms-transition:0.5s all;
}
section.team-box ul.social-icons1 li a i.fa.fa-facebook:hover {
	background-color: #ededed;
	color: #3b5998;
}
section.team-box ul.social-icons1 li a i.fa.fa-twitter {
	color:#fff;
	background-color:#55acee;
	width:30px;
	height:30px;
	line-height:30px;
	font-size: 16px;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	-ms-border-radius:50%;
	text-align:center;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
section.team-box ul.social-icons1 li a i.fa.fa-twitter:hover {
	background-color: #ededed;
	color: #55acee;
}
section.team-box ul.social-icons1 li a i.fa.fa-linkedin {
	color: #fff;
	background-color: #0073b1;
	width:30px;
	height:30px;
	line-height:30px;
	font-size: 16px;
	border-radius:50%;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	-o-border-radius:50%;
	-ms-border-radius:50%;
	text-align:center;
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
section.team-box ul.social-icons1 li a i.fa.fa-linkedin:hover {
	background-color: #ededed;
	color: #0073b1;
}
/* PILLARS OF STRENGTH */
section.features-box {
	background:url(../images/bn-pillars.jpg);
	background-position:center;
	background-attachment:fixed;
	background-repeat:no repeat;
	background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	-ms-background-size: 100% 100%;
	min-height:650px;
}
section.features-box h3.text-center {
	color: #fff;
	padding: 10px 0;
}
section.features-box h3.text-center::after {
	content: none;
}
div.features-outer {
  padding: 14px;
}
div.features-grid {
  border: 1px solid #ddd;
  padding: 5px 18px;
	background-color: #fff;
}
div.features-header{
	height: 80px;
	padding: 10px;
	display: table;
	vertical-align: middle;
	font-family: 'Exo 2', sans-serif;
}
div.features-header h4{
	table-layout: fixed;
	margin: auto;
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
	/* transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all; */
}
div.features-symbol {
	padding: 0 10px 0 0;
}
div.features-symbol i.fa{
	border-radius: 3px;
  height: 60px;
  width: 60px;
  line-height: 54px;
  margin: 10px 0;
	border: 3px solid #4c006c;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
/* div.features-grid:hover h4{
	color: #d600bf;
} */
div.features-grid:hover i.fa{
	background-color:#333;
	border: 3px solid #000;
}
div.features-text {
	padding: 0 0 20px 0;
}
div.features-text p {
	font-size: 15px;
	font-weight:normal;
	text-align: justify;
	color: #777;
	min-height: 250px;
}
/*-- /About Page --*/

/*-- private label page --*/
section.private-box {
	padding-bottom: 0px;
}
section.private-box p.text-center {
	font-size: 15px;
  font-weight: normal;
  color: #777;
  line-height: 22px;
  padding-bottom: 10px;
  text-align: justify;
}
section.private-box h5 {
	font-size:18px;
	font-weight:normal;
	color:#000;
	padding:0 0 20px;
	text-transform:uppercase;
	text-align:center;
	font-family: 'Exo 2', sans-serif;
}
section.private-box p.private-p1 {
	font-size:14px;
	font-weight:normal;
	line-height:30px;
	color:#999;
	padding-bottom:10px;
	text-align:center;
}
.ch-grid {
	margin:0;
	padding: 0;
	list-style: none;
	display: block;
	text-align: center;
	width: 100%;
}

.ch-grid:after,
.ch-item:before {
	content: '';
	display: table;
}

.ch-grid:after {
	clear: both;
}

.ch-grid li {
	width: 220px;
	height: 220px;
	display: inline-block;
	margin: 0 20px 20px;
}
.ch-item {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	position: relative;
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	cursor: default;
}

.ch-info-wrap,
.ch-info{
	position: absolute;
	width: 180px;
	height: 180px;
	border-radius: 50%;

	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;

	-webkit-perspective: 800px;
	-moz-perspective: 800px;
	-o-perspective: 800px;
	-ms-perspective: 800px;
	perspective: 800px;
}

.ch-info-wrap {
	top: 20px;
	left: 20px;
	background: #f9f9f9 url(../images/bg.jpg);
	box-shadow:
	0 0 0 20px rgba(255,255,255,0.2),
	inset 0 0 3px rgba(115,114, 23, 0.8);
}
.ch-info {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.ch-info > div {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-position: center center;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}
.ch-info .ch-info-front {
	-webkit-transform-origin: 50% 100%;
	-moz-transform-origin: 50% 100%;
	-o-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	z-index: 100;
	box-shadow:
	inset 2px 1px 4px rgba(0,0,0,0.1);
}
.ch-info .ch-info-back {
	background: rgba(230,132,107,0);
}
.ch-img-1 {
	background-image: url(../images/serv-img1.jpg);
}
.ch-img-2 {
	background-image: url(../images/serv-img2.jpg);
}
.ch-info h3 {
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 14px;
	margin: 0 25px;
	padding: 40px 0 0 0;
	height: 90px;
	font-family: 'Open Sans', Arial, sans-serif;
	text-shadow:
	0 0 1px #fff,
	0 1px 2px rgba(0,0,0,0.3);
}
.ch-info p {
	color: #fff;
	padding: 10px 5px;
	font-style: italic;
	margin: 0 30px;
	font-size: 12px;
	border-top: 1px solid rgba(255,255,255,0.5);
}
.ch-info p a {
	display: block;
	color: #fff;
	color: rgba(255,255,255,0.7);
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 1px;
	padding-top: 4px;
	font-family: 'Open Sans', Arial, sans-serif;
}
.ch-info p a:hover {
	color: #fff222;
	color: rgba(255,242,34, 0.8);
}
.ch-item:hover .ch-info-front {
	-webkit-transform: rotate3d(1,0,0,-180deg);
	-moz-transform: rotate3d(1,0,0,-180deg);
	-o-transform: rotate3d(1,0,0,-180deg);
	-ms-transform: rotate3d(1,0,0,-180deg);
	transform: rotate3d(1,0,0,-180deg);

	box-shadow:
	inset 0 0 5px rgba(255,255,255,0.2),
	inset 0 0 3px rgba(0,0,0,0.3);
}

.ch-item:hover .ch-info-back {
	background: rgba(230,132,107,0.6);
}
section.steps-box p.text-center {
	font-size:15px;
	font-weight:normal;
	color:#777;
	line-height:22px;
	padding-bottom:20px;
}
div.steps-grid .col-lg-4 {
	margin-bottom: 20px;
	text-align: center;
}
div.steps-grid h4 {
	font-weight: normal;
	font-size: 25px;
	text-transform: capitalize;
	line-height: 45px;
	color: #1b9bb1;
	padding-bottom: 5px;
	font-family: 'Exo 2', sans-serif;
}
div.steps-grid p.private-p2 {
	font-size: 15px;
	font-weight:normal;
	text-align: justify;
	color: #777;
	line-height: 22px;
}
hr.steps-divider {
	margin: 20px 0;
}
/* .steps-img {
	width: 80%;
} */
.img-composition {
	width: 80%;
  margin: auto;
}
.img-packaging {
	width: 80%;
}
.img-trademark {
	width: 60%;
  margin: auto;
}
.img-licensing {
	width: 80%;
}
.img-designing {
	width: 80%;
  margin: auto;
}
/*-- /service page --*/
/*-- Our work page --*/
/*-- works section --*/
section.work-box p.text-center {
	font-size: 17px;
  font-weight: normal;
  padding-bottom: 10px;
  line-height: 30px;
  color: #777;
  text-align: justify;
}
section.work-box i.fa {
	padding-left: 5px;
}
section.work-box div.portfolio-grids {
	padding: 0;
}
/******** SAP ************/
section.work-box .sap_tabs{
	clear:both;
	padding: 0;
}
section.work-box .tab-content{
	margin: 0 1%;
}
section.work-box .tab_box{
	background:#fd926d;
	padding: 2em;
}
section.work-box .top1{
	margin-top: 2%;
}
section.work-box .resp-tabs-list {
	list-style: none;
	padding: 4em 0 3em;
	margin: 0 auto;
	text-align: center;
}
section.work-box .resp-tab-item {
	color: #333;
	font-size: 1em;
	font-weight: 500;
	cursor: pointer;
	display: inline-block;
	margin: 0;
	text-align: center;
	list-style: none;
	outline: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	text-transform: uppercase;
	margin: 0 1.5em 0;
}
section.work-box .resp-tab-active {
	text-shadow: none;
	color: #fc4f6b;
	border-bottom: 2px solid;
}
section.work-box .resp-tabs-container {
	padding: 0px;
	clear: left;
}
section.work-box h2.resp-accordion {
	cursor: pointer;
	padding: 5px;
	display: none;
}
section.work-box .resp-tab-content {
	display: none;
}
section.work-box .resp-content-active, section.work .resp-accordion-active {
	display: block;
}

section.work-box div.portfolio-grids a {
	display: table;
	table-layout: fixed;
	overflow: hidden;
	position:relative;
	width: 100%;
	padding: 2%;
	text-decoration: none;
}
section.work-box .portfolio-title{
	text-align: center;
	height: 90px;
	width: 100%;
  background-color: #b545ba;
	border-radius: 10px;
  display: table-cell;
  vertical-align: middle;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5), 0 2px 10px 0 rgba(0, 0, 0, 0.4);
}
section.work-box .portfolio-title h3{
	table-layout: fixed;
  font-size: 20px;
  text-align: center;
  margin: auto;
  display: block;
	padding: 0 6%;
	color: white;
}
section.work-box div.portfolio-grids img.img-responsive {
	width: 100%;
}
section.work-box .b-wrapper {
	/* background:rgba(0,0,0, 0.7); */
	position: absolute;
	width: 100%;
	height: 100%;
	top:0;
	left: 0;
	padding: 10px;
	transition:.5s all;
	text-align:center;
	opacity:0.01;
	border-radius: 10px;
}
section.work-box .b-wrapper img {
  width: 100%;
  padding: 0%;
  height: 97px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  border: 2px solid lightgray;
}
section.work-box div.portfolio-grids a:hover .b-wrapper{
	top: 0%;
	opacity:1;
}
section.work-box .b-wrapper i.fa.fa-search-plus {
	color: #fff;
	font-size: 70px;
	padding-top: 25px;
	width: initial;
	background: none;
	height: initial;
	line-height: normal;
}
section.work-box .gallery-grids{
	margin:0;
}
section.work-box .nav > li > a:hover, section.work-box .nav > li > a:focus {
	background-color: #b545ba;
	color: #fff;
}
/*-- /work section --*/
/*-- /work page --*/

/*-- Catalog Page --*/

section.catalog-header {
	position: fixed;
	top: 45px;
	z-index: 20;
  width: 100%;
	background: white;
	padding-bottom: 10px;
}
section.catalog-header .category-buttons{
  text-align: center;
  width: 70%;
  margin: auto;
}
aside.back-button {
	/* position: fixed;
	right: 15.4%;
	top:33.4%; */
  position: relative;
  left: 73.2%;
  top: -35px;
  height: 0px;
}
aside.back-button i.fa {
  height: 60px;
  width: 60px;
  line-height: 54px;
	display: inline;
  color: #1b9bb1;
  padding: 0;
  background-color: #fff;
  font-size: 15px;
}
aside.back-button a{
	color: #1b9bb1 !important;
}
section.catalog-header h3.text-center {
	padding: 10px 0 20px;
}
section.catalog-header h3.text-center:after {
	bottom: 10%;
}
section.catalog-header a {
	color: #b545ba;
	font-weight: bold;
	font-family: 'Exo 2', sans-serif;
}
section.catalog-box {
	margin-top: 215px;
	z-index: 1;
}
section.ayurvedic-catalog-box {
	margin-top: 200px;
}
section.catalog-box .category-section {
  margin-bottom: 1em;
}
section.catalog-box .category-heading {
  margin-top: 10px;
	border-top: 2px solid black;
	padding-left: 5px;
}
#Moisturizing {
	margin-bottom: 26px;
}
div.grid {
	position: relative;
	clear: both;
	margin: 0 auto;
	list-style: none;
	text-align: center;
}
section.catalog-box .gallery-grid{
	padding-top: 5px;
}
/* Common style */
a.example-image-link {
	position: absolute;
	top: 0px;
	left: 0px;
  min-height: 400px;
	width: 100%;
  z-index: 10;
  color: transparent;
  cursor: pointer;
}
a.example-image-link {

}
div.product-image {
  position: relative;
  overflow: hidden;
  margin: 0px;
  height: auto;
  text-align: center;
  padding-bottom: 65px;
}
div.product-image img {
	position: relative;
	display: block;
  padding-top: 10px;
	width: 100%;
	opacity: 0.8;
  width: auto;
  max-height: 300px;
  margin: auto;
}
div.product-details {
	background-color: #b545ba;
	color: white;
	padding: 10px 20px;
	border-radius: 20px;
	position: absolute;
	bottom: 0px;
}
div.product-title {
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	height: 30px;
  width: 100vw;
}
div.product-title h4 {
	font-size: 15px;
	font-family: 'Exo 2', sans-serif;
	table-layout: fixed;
	display: block;
  margin: auto;
  text-align: center;
}
div.product-caption {
	text-align: left;
	max-height: 0;
	overflow: hidden;
	opacity: 0;
  -webkit-transition: max-height 0.5s ease-in-out, opacity 1s, margin-top 0.5s;
  transition: max-height 0.5s ease-in-out, opacity 1s, margin-top 0.5s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
div.product-caption b, div.product-caption p {
	display: inline;
  font-size: 13px;
}
div.product-caption p {
	margin-left: 5px;
	text-indent: 5px;
}
div.product-caption b {
	color: #62f1ff;
}
/***** HOVER EFFECTS *****/
div.product-image img {
	opacity: 0.95;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.05,1.05,1);
	transform: scale3d(1.05,1.05,1);
}
a.example-image-link:hover + div.product-image>img {
	opacity: 0.7;
	-webkit-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
}
a.example-image-link:hover ~ div.product-details>div.product-caption {
  max-height: 180px;
	opacity: 1;
	margin-top: 5px;
}
/*-- Catalog Page --*/


/*-- process page --*/
/*-- tracking cart section --*/
section.shipment-box p.text-center {
	font-size:16px;
	font-weight:normal;
	color:#999;
	line-height:30px;
	padding-bottom:50px;
}
section.shipment-box div.content-box {
	width:60%;
	margin:0 auto;
	padding: 20px;
	background-color:#F5F5F5;
	text-align: justify;
	font-size: 16px;
	color: rgb(85, 85, 85);
	font-family: 'Exo 2', sans-serif;
}

/*-- /tracking cart section --*/

/*-- /process page --*/
/*-- contact page --*/
/*-- contact address --*/
section.contact-us {
	padding: 40px 0;
}
section.contact-us p.text-center {
	font-size:17px;
	padding:0 0 40px;
	color:#999;
}
section.contact-us h4 {
	font-size: 20px;
	padding: 25px 0;
	font-weight: bold;
	color: #b545ba;
	font-family: 'Exo 2', sans-serif;
	text-align: center;
}
section.contact-us p {
	font-size:15px;
	padding:0 7px;
	color:black;
	text-align: justify;
}
section.contact-us a {
	color:black;
	text-decoration:none;
}
section.contact-us iframe.googlemaps {
	height:400px;
	width: 100%;
	margin-bottom: 2%;
}
section.contact-us .contact-tab {
	border: 4px solid #e9e9e9;
	background-color: #e9e9e9;
	color: black;
	padding: 10px 0;
	margin-bottom: 20px;
	font-family: 'Exo 2', sans-serif;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
/*-- /contact address --*/
section.contact-box p.text-center {
	font-size:16px;
	font-weight:normal;
	padding-bottom:50px;
}
section.contact-box label.contact-p1 {
	font-size: 17px;
	font-weight: 300;
	color:#16214e;
	padding-bottom: 10px;
}
.col-lg-6.col-md-6.col-sm-6.contact-pluto1,.col-lg-6.col-md-6.col-sm-6.contact-pluto2 {
	z-index: 99;
}
section.contact-box p.help-block {
	color:#ff0500!important;
}
section.contact-box input#name, section.contact-box input#email, section.contact-box input#phone , section.contact-box input#subject {
	height:50px;
}
section.contact-box input#name, section.contact-box input#email, section.contact-box input#phone, section.contact-box input#subject ,section.contact-box textarea#message {
	font-size:17px;
	font-weight:normal;
	color:#000;
	background-color:transparent;
	border-radius:0;
	border-color:grey;
	outline:none;
}
section.contact-box button.btn.btn-primary {
	color: #ffffff;
	background-color: #b545ba;
	border: 2px solid #b545ba;
	font-size: 17px;
	padding: 10px 20px;
	width: 100%;
	margin: 25px 0;
}
section.contact-box button.btn.btn-primary:hover {
	color: #fff;
	background-color: #F5998E;
	border: 2px solid #F5998E;
}
/*-- /contact page --*/
/*-- privacy page --*/
/*-- privacy --*/
.privacy {
	padding:100px 0;
}
.privacy .privacy1 h3 {
	font-size:30px;
	font-weight:normal;
	color:#b545ba;
	text-transform:uppercase;
	font-family: 'Exo 2', sans-serif;
}
.privacy2-grid{
	margin: 1em 0 0;
}
.privacy2-grid1 p{
	display:block;
	font-size:14px;
	color:#999;
	line-height:1.8em;
	margin-top:10px;
	margin-bottom:10px;
	font-family: 'Open Sans', sans-serif;
	text-align: justify;
}
.privacy2-grid1{
	padding:0 2em;
}
.privacy1:nth-child(2){
	margin:3em 0 0;
}
.privacy2-grid1-sub {
	padding-top: 25px;
}
.privacy2-grid1 h5{
	font-size: 1.2em;
	font-weight:normal;
	color: #222C56;
	margin: 0 0 10px;
	text-transform:uppercase;
	font-family: 'Exo 2', sans-serif;
}
.privacy2-grid1-sub:nth-child(2){
	margin:1em 0;
}
/*-- //privacy --*/
/*-- privacy page --*/

/*-- responsive design --*/
@media (max-width:1600px) {
	.header {
		height: 796px;
	}
	section.banner-box h2.text-center {
		padding: 330px 0 40px;
	}
}

@media (max-width:1440px) {
	section.work-box .b-wrapper i.fa.fa-search-plus {
		padding-top: 70px;
	}
	section.footer-box .contact-info {
    margin-left: 0;
	}
	section.footer-box h3 {
    font-size: 23px;
	}
}

@media (max-width: 1366px) {
	section.banner-box {
		background-size: 100% 125%;
		-webkit-background-size: 100% 125%;
		-moz-background-size: 100% 125%;
		-o-background-size: 100% 125%;
		-ms-background-size: 100% 125%;
	}
	div.footer-links {
		padding: 0;
	}
	div.footer-connect {
		padding: 0;
	}
}

@media (max-width: 1280px) {
	nav.navbar>.container {
    width: 95%;
	}
	section.work-box .b-wrapper i.fa.fa-search-plus {
		padding-top: 55px;
	}
	section.footer-box .container {
    width: 65%;
	}
	section.banner-box {
		background-size: 100% 120%;
		-webkit-background-size: 100% 120%;
		-moz-background-size: 100% 120%;
		-o-background-size: 100% 120%;
		-ms-background-size: 100% 120%;
	}
	section.banner-box3 h3.text-center {
		padding: 220px 0 40px;
	}
}

@media (max-width: 1200px) {
	.callbacks_tabs {
    right: 427px	;
	}
	section.shipment-box div.content-box {
    width: 75%;
	}
	section.info-box h3.text-center:after, section.welcome-box h3.text-center:after,
	section.info-box3 h3.text-center:after, section.special-block h3.text-center:after {
		left: 37%;
	}
	section.banner-box, section.banner-box2, section.banner-box3 {
		background-size: 100% 110%;
		-webkit-background-size: 100% 110%;
		-moz-background-size: 100% 110%;
		-o-background-size: 100% 110%;
		-ms-background-size: 100% 110%;
	}
	section.work-box div.container, section.contact-us div.container {
    width: 95%;
	}
	section.features-box div.container {
    width: 1030px;
	}
	section.work-box .portfolio-title h3 {
		font-size: 17px;
	}
	nav.navbar {
		min-height: 80px;
	}
	.navbar-default .navbar-nav>li>a {
		padding: 15px 10px;
	}
	img.companyLogo {
    height: 75px;
    width: 150px;
		margin-top: 2px;
	}
	section.catalog-header .category-buttons {
    width: 93%;
	}
	section.cosmetic-catalog-box .gallery-grid {
    padding: 5px;
	}
	section.cosmetic-catalog-box div.product-image img {
		height: 285px;
	}
	section.cosmetic-catalog-box figcaption {
		font-size: 12px;
	}
	#Moisturizing {
		margin-bottom: 18px;
	}
	section.catalog-box .category-heading {
		font-size: 20px;
	}
	div.product-image img {
		width: 100%;
	}
	div.misvis-text {
		padding-left: 5%;
	}
	.img-packaging {
		width: 260px;
	  margin: 20px auto 0;
	}
	section.contact-us div.col-md-3 {
		padding: 10px;
	}
	section.contact-us .contact-tab {
    border: 1px solid #e9e9e9;
	}
	section.contact-us p {
		font-size: 14px;
    padding: 0px 3px;
		text-align: left;
	}
	section.footer-box .container {
    width: 73%;
	}
}

@media (max-width:1080px) {
	nav.navbar {
		min-height: 80px;
	}
	nav.navbar>.container {
		width: 100%;
	}
	.navbar-collapse {
		margin-top: 0;
	}
	.navbar-default .navbar-nav>li>a {
		padding: 15px 10px;
	}
	img.companyLogo {
		height: 75px;
		width: 150px;
		margin: 2px 0px;
	}
	.navbar-brand {
		float: none;
		text-align:center;
		padding: 20px 0px 50px;
		display:inline-block;
	}
	.navbar-header {
		float: none;
	}
	.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
		margin: auto;
    display: table;
    padding: 0;
	}
	.navbar-right {
		float: none!important;
		margin-right: auto;
	}
	.callbacks_nav {
		top: 80%;
	}
	.header {
		height: 750px;
	}
	ul.nav.navbar-nav.navbar-right {
		margin: auto;
    display: table;
	}
	div.slider-info h3 {
    font-size: 4em;
	}
	section.banner-box {
		background-position:top;
	}
	section.banner-box, section.banner-box2, section.banner-box3 {
		background-size: 100% 90%;
		-webkit-background-size: 100% 90%;
		-moz-background-size: 100% 90%;
		-o-background-size: 100% 90%;
		-ms-background-size: 100% 90%;
		max-height: 500px;
		min-height: 500px;
	}
	section.banner-box h2.text-center {
		font-size: 60px;
		padding: 300px 0 30px;
	}
	section.banner-box p.text-center {
		font-size: 16px;
	}
	section.info-box h3.text-center, section.welcome-box h3.text-center, section.info-box3 h3.text-center,section.special-block h3.text-center {
		font-size: 40px;
	}
	section.info-box p.text-center, section.welcome-box p.text-center,
	section.info-box3 p.text-center, section.special-block p.text-center {
		font-size: 14px;
		text-align: justify;
	}
	section.inner-box {
		background-size: 100% 90%;
		-webkit-background-size: 100% 90%;
		-moz-background-size: 100% 90%;
		-o-background-size: 100% 90%;
		-ms-background-size: 100% 90%;
		min-height:220px;
	}
	section.banner-box2 h3.text-center, section.banner-box3 h3.text-center {
		font-size: 50px;
	}
	section.banner-box2 h3.text-center, section.banner-box3 h3.text-center {
		padding-top:200px;
	}
	section.inner-box h2.text-center {
		font-size: 50px;
		padding: 195px 0 20px;
	}
	section.about-box h3.text-center, section.team-box h3.text-center, section.features-box h3.text-center,
	section.private-box h3.text-center, section.steps-box h3.text-center, section.work-box h3.text-center,
	section.shipment-box h3.text-center, section.contact-us h3.text-center, section.contact-box h3.text-center,
	section.misvis-box h3.text-center, section.privacy-box h3.text-center {
		font-size: 40px;
	}
	section.info-box h3.text-center:after, section.welcome-box h3.text-center:after, section.info-box3 h3.text-center:after,
	section.about-box h3.text-center:after, section.team-box h3.text-center:after, section.features-box h3.text-center:after,
	section.private-box h3.text-center:after, section.steps-box h3.text-center:after, section.work-box h3.text-center:after,
	section.shipment-box h3.text-center:after, section.contact-us h3.text-center:after, section.contact-box h3.text-center:after,
	section.special-block h3.text-center:after,	section.misvis-box h3.text-center:after, section.privacy-box h3.text-center:after {
		width: 22%;
		left:39%;
	}
	section.about-box p {
		font-size: 14px;
		line-height: 35px;
	}
	section.about-box, section.team-box, section.features-box,
	section.steps-box, section.work-box, section.shipment-box,
	section.contact-box,	section.misvis-box, section.privacy-box {
		padding: 50px 0;
	}
	section.contact-us, section.private-box {
		padding: 50px 0 0;
	}
	section.team-box p.text-center,section.features-box p.text-center,section.private-box p.text-center,
	section.steps-box p.text-center,section.work-box p.text-center,section.shipment-box p.text-center,
	section.contact-us p.text-center,section.contact-box p.text-center,section.special-block p.text-center,
	section.misvis-box p.text-center, section.privacy-box p.text-center {
		font-size: 14px;
		padding-bottom:30px;
	}
	section.team-box h4 {
		font-size: 15px;
	}
	section.team-box p.team-p1 {
		font-size: 14px;
	}
	section.team-box .container {
    width: 100%;
	}
	section.features-box,section.steps-box,section.work-box,section.contact-box {
		padding-bottom:50px;
	}
	div.features-grid {
    padding: 5px 12px;
    height: 415px;
	}
	section.features-box div.container {
    width: 980px;
	}
	div.steps-grid h4 {
		font-size: 20px;
		line-height: 40px;
		padding-bottom: 10px;
	}
	div.steps-grid p.private-p2 {
		font-size: 14px;
	}
	div.steps-divider {
		margin: 40px 0;
	}
	section.catalog-header {
		top: 80px;
		padding-bottom: 10px;
	}
	section.cosmetic-catalog-box {
    margin-top: 250px;
	}
	section.ayurvedic-catalog-box {
    margin-top: 230px;
	}
	section.work-box .b-wrapper i.fa.fa-search-plus {
		font-size: 55px;
		padding-top: 40px;
	}
	section.special-block img.img-responsive {
		width: 90px;
	}
	section.special-block h4.text-center {
		font-size: 19px;
	}
	section.special-block p.special-p1 {
		font-size: 14px;
	}
	section.footer-box .container {
    width: 95%;
	}
	section.footer-box .contact-info {
		margin-left: 12%;
	}
	section.footer-box div.footer-links h3 {
    margin-left: 6%;
	}
	section.footer-box ul.info-links,section.footer-box ul.footer-links {
		margin-left: 40px;
	}
	section.footer-box button.btn-outline {
		font-size: 17px;
	}
}

@media (max-width: 1050px) {
	.header {
		height: 710px;
	}
	section.banner-box h2.text-center {
		font-size: 55px;
		padding: 325px 0 30px;
	}
}

@media (max-width:1024px) {
	.navbar .container {
		width:100%;
	}
	section.private-box p.private-p1 {
		padding-bottom:30px;
	}
	.header {
		height: 676px;
	}
	section.banner-box h2.text-center {
		font-size: 50px;
		padding: 300px 0 20px;
	}
}

@media (max-width:991px) {
	.callbacks_tabs {
		right: 366px;
	}
	section.info-box h3.text-center, section.welcome-box h3.text-center, section.info-box3 h3.text-center,section.special-block h3.text-center {
		font-size: 35px;
	}
	section.banner-box, section.banner-box2, section.banner-box3 {
		background-size: 100% 82%;
		-webkit-background-size: 100% 82%;
		-moz-background-size: 100% 82%;
		-o-background-size: 100% 82%;
		-ms-background-size: 100% 82%;
		max-height: 500px;
		min-height: 500px;
	}
	section.banner-box2 h3.text-center, section.banner-box3 h3.text-center {
		padding-top: 180px;
		font-size:40px;
	}
	section.special-block h4.text-center {
		padding: 10px 0;
	}
	.col-md-2.col-sm-4.col-xs-6.features-grid {
		padding-bottom: 30px;
	}
	.col-md-5.private-block, .col-md-5.col-md-pull-7,
	.col-md-4.col-md-pull-8, .col-md-4.private-block {
		margin-top: 10px;
	}
	section.features-box div.container, section.misvis-box div.container,
	section.welcome-box div.container, section.shipment-box div.container {
    width: 785px;
	}
	section.banner-box div.container {
    width: 850px;
	}
	section.cosmetic-catalog-box div.container {
		width: 99%;
	}
	section.ayurvedic-catalog-box div.container {
		width: 80%;
	}
	section.cosmetic-catalog-box div.product-image img {
		height: 280px;
	}
	section.ayurvedic-catalog-box div.product-image img {
		height: auto;
		max-height: none;
	}
	section.cosmetic-catalog-box div.product-caption b,
	section.cosmetic-catalog-box div.product-caption p {
    font-size: 12px;
	}
	section.shipment-box div.content-box {
		width: 95%;
	}
	div.misvis-grid {
		padding : 5px 2%;
	}
	div.features-grid {
    padding: 10px 15px;
    height: 365px;
	}
	section.work-box .b-wrapper i.fa.fa-search-plus {
		padding-top:111px;
	}
	section.shipment-box .container:nth-child(2) {
		width:90%;
	}
	div.category-section {
		padding: 4px;
	}
	#Moisturizing {
    margin-bottom: 22px;
	}
	section.work-box div.ho-po {
		margin-left: 25%;
	}
	section.special-block {
		padding: 40px 0;
	}
	div.steps-grid h4 {
		padding: 0;
	}
	hr.steps-divider {
    margin: 15px 0;
	}
	.img-composition {
		width: 300px;
	  margin: auto;
	}
	.img-packaging {
		width: 260px;
	  margin: auto;
	}
	.img-trademark {
		width: 230px;
	  margin: auto;
	}
	.img-licensing {
		width: 260px;
	  margin: auto;
	}
	.img-designing {
		width: 260px;
	  margin: auto;
	}
	section.contact-us p {
    padding: 0px 10px;
	}
	section.footer-box .container {
    width: 98%;
	}
	section.footer-box ul.info-links {
		margin-left: 0;
		margin-bottom: 20px;
		columns: 5;
		-webkit-columns: 5;
		-moz-columns: 5;
	}
	section.footer-box div.footer-links h3 {
    margin-left: 0%;
	}
	section.footer-box div.footer-contact {
    padding: 0%;
	}
	section.footer-box .contact-info {
		margin-left: 0;
	}
	section.footer-box p.p3 {
    margin: -14px 0 0px;
		display: inline-block;
	}
	section.footer-box p.p4 {
		display: table-cell;
    position: absolute;
    top: 56px;
    left: 152px;
	}
	section.footer-box p.p5 {
		margin: -14px 0 0px 0px;
	}
	section.footer-box p.p6 {
		margin: -24px 0 0 41px;
	}
	section.footer-box div.form-group {
		margin-bottom: 5px;
	}
	section.footer-box input#inputEmail1,
	section.footer-box input#text1 {
		width: 70%;
    height: 25px;
    margin-bottom: 10px;
	}
	section.footer-box button.btn-outline {
		margin-left: 24%;
	}
	section.footer-box .contact-info i {
    margin: 10px 15px 0px 0px;
	}
	section.footer-box {
		text-align: left;
	}
	section.footer-box p.copyright {
		text-align: center;
	}
}

@media (max-width:900px) {
	.callbacks_tabs {
    right: 333px;
	}
	.navbar-default .navbar-nav>li>a {
		padding: 15px 10px;
	}
	section.banner-box h2.text-center {
		font-size: 50px;
		padding: 300px 0 15px;
	}
	section.banner-box div.container {
    width: 785px;
	}
	div.slider-info h3 {
		font-size: 3.5em;
	}
	div.product-details {
		padding: 10px;
		border-radius: 15px;
	}
	section.ayurvedic-catalog-box div.container {
    width: 85%;
	}
	section.catalog-box .category-heading {
    font-size: 17px;
	}
	section.catalog-header .category-buttons {
    width: 98%;
		font-size: 13px;
	}
	div.product-title h4 {
		font-size: 13px;
	}
	section.info-box, section.welcome-box, section.info-box3 {
		padding: 25px 0;
	}
	section.banner-box2, section.banner-box3 {
		min-height: 400px;
	}
	section.banner-box2 h3.text-center, section.banner-box3 h3.text-center {
		padding-top: 150px;
	}
	section.shipment-box .container:nth-child(2) {
		width:95%;
	}
	section.cosmetic-catalog-box div.product-image img {
		height: 255px;
	}
	.delivery {
		width:12%;
	}
	section.footer-box ul.info-links li a {
		font-size: 13px;
	}
}

@media (max-width:800px) {
	.callbacks_tabs {
    right: 316px;
	}
	.navbar-default .navbar-nav>li>a {
		padding: 15px 6px;
	}
	section.about-box h3.text-center, section.team-box h3.text-center, section.features-box h3.text-center,
	section.private-box h3.text-center, section.steps-box h3.text-center, section.work-box h3.text-center,
	section.shipment-box h3.text-center, section.contact-us h3.text-center, section.contact-box h3.text-center,
	section.info-box h3.text-center, section.welcome-box h3.text-center, section.info-box3 h3.text-center,
	section.special-block h3.text-center, section.misvis-box h3.text-center, section.privacy-box h3.text-center {
		font-size: 30px;
	}
	section.features-box div.container, section.misvis-box div.container,
	section.welcome-box div.container, section.shipment-box div.container {
    width: 750px;
	}
	section.banner-box div.container {
    width: 750px;
	}
	section.cosmetic-catalog-box div.product-caption b,
	section.cosmetic-catalog-box div.product-caption p {
    font-size: 11px;
	}
	section.work-box .b-wrapper i.fa.fa-search-plus {
		padding-top: 87px;
	}
	section.shipment-box .container:nth-child(2) {
		width: 97%;
	}
	span.line {
		top: 30%;
		left: 41%;
	}
	section.ayurvedic-catalog-box {
    margin-top: 215px;
	}
	section.cosmetic-catalog-box div.product-image img {
		height: 240px;
	}
	section.footer-box ul.info-links li a i.fa {
    margin-right: -1px;
	}
}

@media (max-width:768px) {
	.navbar-default .navbar-nav>li>a {
		padding: 12px 6px;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	background: #E4E4E4;
	}
	ul.nav.navbar-nav.navbar-right {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    display: inline-block;
		background: #E4E4E4;
	}
	.nav>li {
    display: inline-block;
    width: 100%;
	}
	section.inner-box h2.text-center {
		font-size: 45px;
		padding: 195px 0 15px;
	}
	section.inner-box p.text-center {
		font-size: 14px;
		line-height:30px;
	}
	section.about-box h3.text-center, section.team-box h3.text-center, section.features-box h3.text-center,
	section.private-box h3.text-center, section.steps-box h3.text-center, section.work-box h3.text-center,
	section.shipment-box h3.text-center, section.contact-us h3.text-center, section.contact-box h3.text-center,
	section.info-box h3.text-center, section.welcome-box h3.text-center, section.info-box3 h3.text-center,
	section.special-block h3.text-center, section.privacy-box h3.text-center {
		padding: 5px 0 30px;
	}
	section.team-box p.text-center, section.features-box p.text-center, section.private-box p.text-center,
	section.steps-box p.text-center, section.work-box p.text-center, section.shipment-box p.text-center,
	section.contact-us p.text-center, section.contact-box p.text-center, section.special-block p.text-center,
	section.misvis-box p.text-center, section.privacy-box p.text-center {
    font-size: 14px;
    padding-bottom: 10px;
	}
	section.special-block i.fa {
    font-size: 24px;
    width: 50px;
    height: 50px;
    line-height: 50px;
	}
	section.banner-box, section.banner-box2, section.banner-box3 {
    background-size: 100% 70%;
    -webkit-background-size: 100% 70%;
    -moz-background-size: 100% 70%;
    -o-background-size: 100% 70%;
    -ms-background-size: 100% 70%;
    max-height: 410px;
    min-height: 410px;
	}
	section.inner-box {
		background-position: top;
    background-size: 100% 80%;
    -webkit-background-size: 100% 80%;
    -moz-background-size: 100% 80%;
    -o-background-size: 100% 80%;
    -ms-background-size: 100% 80%;
    min-height: 140px;
	}
	section.banner-box div.slider {
    top: 4em;
	}
	section.welcome-box img {
		margin: auto;
		width: 90%;
	}
	section.team-box div.container {
    width: 65%;
	}
	section.about-box p {
    line-height: 30px;
    margin-bottom: 20px;
	}
	section.features-box div.features-text p {
		min-height: auto;
	}
	section.features-box div.features-grid {
		height: auto;
	}
	section.features-box div.features-text {
    padding: 0 0 10px 0;
	}
	section.welcome-box h4 {
    margin: 5px 0 20px 0;
    font-family: 'Exo 2', sans-serif;
    font-weight: bold;
	}
	section.cosmetic-catalog-box {
    margin-top: 220px;
	}
	section.ayurvedic-catalog-box {
    margin-top: 180px;
	}
	section.work-box .b-wrapper i.fa.fa-search-plus {
		padding-top: 80px;
	}
	section.work-box div.ho-po {
		margin-left: 0;
	}
	span.line {
		width:80px;
		left:43%;
	}
	section.cosmetic-catalog-box div.container,
	section.ayurvedic-catalog-box div.container {
    width: 400px;
	}
	section.cosmetic-catalog-box figcaption {
    font-size: 14px;
	}
	section.cosmetic-catalog-box div.product-image img {
		max-height: none;
		height: auto;
	}
	section.catalog-box div.product-caption b,
	section.catalog-box div.product-caption p {
    font-size: 13px;
	}
	section.contact-box label.contact-p1 {
		font-size: 15px;
	}
	section.contact-box input#name, section.contact-box input#email,
	section.contact-box input#phone, section.contact-box input#subject {
		height: 40px;
	}
	#Moisturizing {
    margin-bottom: 0;
    margin-top: 525px;
	}
	#Sunscreens {
    margin-top: 1470px;
	}
	section.contact-box button.btn.btn-primary {
		padding:8px 20px;
	}
	.privacy .privacy1 h3 {
		font-size: 20px;
	}
	.privacy2-grid1 h5 {
		font-size: 15px;
	}
	.privacy2-grid1-sub {
    padding-top: 5px;
	}
	.privacy2-grid1 p {
		font-size: 12px;
		margin-top: -6px;
	}
	section.banner-box h2.text-center {
		font-size: 45px;
		padding: 260px 0 15px;
	}
	.header {
		height:600px;
	}
	section.steps-box div.steps-grid h4 {
    font-size: 17px;
	}
	section.steps-box div.steps-grid p.private-p2 {
    font-size: 13px;
    line-height: 20px;
	}
	section.about-box, section.team-box, section.features-box,
	section.work-box, section.shipment-box,
	section.privacy-box, section.private-box {
    padding: 30px 0 0;
	}
	section.features-box, section.steps-box,
	section.contact-box, section.misvis-box {
		padding: 15px 0;
	}
	section.steps-box {
		padding-bottom: 25px;
	}
	section.catalog-header {
		padding: 15px 0 0;
	}
	section.catalog-header div.category-buttons {
		margin-bottom: 10px;
	}
	section.privacy-box div.privacy1{
    margin-bottom: 20px;
	}
	section.private-box p.text-center {
		font-size: 13px;
	}
	section.shipment-box div.content-box {
    margin-bottom: 30px;
	}
	section.work-box div.gallery-grids {
    margin: 0 auto 30px;
    width: 500px;
	}
	section.footer-box ul.info-links {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    margin-bottom: 10px;
	}
	section.footer-box ul.info-links li {
    display: inline-block;
    width: 100%;
	}
	section.footer-box ul.info-links li a i.fa {
    margin-right: 5px;
	}
	section.footer-box input#inputEmail1, section.footer-box input#text1 {
    width: 300px;
	}
	section.footer-box button.btn-outline {
    margin-left: 105px;
	}
	section.footer-box div.footer-contact {
		margin-bottom: 20px;
	}
}

@media (max-width:767px) {
	.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
		margin-left: 5%;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #212121;
	}
	.navbar-default .navbar-toggle {
		border-color: #212121;
		right: 1%;
    top: 10px;
		margin-top: 13px;
		margin-right: 30px;
	}
	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
		background-color: transparent;
	}
	.callbacks_tabs {
    right: 298px;
	}
	section.features-box div.container, section.misvis-box div.container,
	section.welcome-box div.container, section.shipment-box div.container {
    width: 720px;
	}
	section.banner-box div.container {
    width: 720px;
	}
	section.contact-us div.col-md-3 {
    padding: 0px;
	}
}

@media (max-width:736px) {
	.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
		max-height: 280px;
	}
	.navbar {
		min-height: 60px;
	}
	.navbar-brand {
		text-align: justify;
		padding: 12px 0px 0px 25px;
	}
	.navbar-brand h1 {
		font-size: 30px;
	}
	.callbacks_tabs {
    right: 264px;
	}
	section.banner-box, section.banner-box2, section.banner-box3 {
    background-size: 100% 65%;
    -webkit-background-size: 100% 65%;
    -moz-background-size: 100% 65%;
    -o-background-size: 100% 65%;
    -ms-background-size: 100% 65%;
    max-height: 410px;
    min-height: 410px;
	}
	section.banner-box h2.text-center {
		font-size: 40px;
		padding: 114px 0 0px;
	}
	section.banner-box p.text-center {
		font-size: 14px;
		line-height:30px;
	}
	section.banner-box2, section.banner-box3 {
		min-height: 320px;
	}
	section.banner-box2 h3.text-center, section.banner-box3 h3.text-center {
		padding-top: 105px;
	}
	ul.nav.navbar-nav.navbar-right {
		background: #E4E4E4;
	}
	section.features-box div.container, section.misvis-box div.container,
	section.welcome-box div.container, section.shipment-box div.container,
	section.banner-box div.container {
    width: 650px;
	}
	section.about-box p {
    font-size: 13px;
	}
	section.misvis-box div.misvis-text ul li {
		font-size: 12px;
	}
	section.inner-box h2.text-center {
		font-size: 45px;
		padding: 110px 0 0;
	}
	section.inner-box p.text-center {
		display:none;
	}
	section.shipment-box div.content-box {
		font-size: 14px;
	}
	section.shipment-box div.content-box {
		font-size: 14px;
	}
	section.welcome-box h2 {
    font-size: 28px;
	}
	span.line {
		width:5px;
		height:70px;
		left:49.5%;
		top:106%;
	}
	section.contact-us iframe.googlemaps {
		height: 200px;
	}
	.header {
		height: 350px;
	}
	section.special-block {
		padding: 30px 0;
	}
	section.privacy-box div.privacy2-grid1 {
    padding: 0 1em;
	}
	section.footer-box ul.info-links, section.footer-box ul.footer-links {
		margin-left:0px;
	}
	section.footer-box h3 {
		padding-bottom:25px;
	}
	section.footer-box button.btn-outline {
		font-size: 17px;
	}
	section.footer-box p.p4 {
		top: 60px;
	}
}

@media (max-width: 667px) {
	.callbacks_tabs {
		right: 250px;
	}
	div.slider-info h3 {
    font-size: 3em;
	}
	.callbacks_nav {
    top: 78%;
	}
	section.features-box div.container, section.misvis-box div.container,
	section.welcome-box div.container, section.shipment-box div.container,
	section.banner-box div.container {
		width: 620px;
	}
	section.inner-box h2.text-center {
		font-size: 40px;
		padding: 110px 0 0;
	}
	section.work-box .b-wrapper i.fa.fa-search-plus {
		padding-top: 65px;
	}
	hr.steps-divider {
    margin: 10px 0;
	}
	.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
		max-height: 230px;
	}
}

@media (max-width: 640px) {
	.callbacks_tabs {
		right: 228px;
	}
	section.features-box div.container, section.misvis-box div.container,
	section.welcome-box div.container, section.shipment-box div.container,
	section.banner-box div.container {
    width: 580px;
	}
	section.info-box i.fa, section.welcome-box i.fa, section.info-box3 i.fa,section.about-box i.fa,
	section.team-box i.fa, section.features-box i.fa, section.private-box  i.fa, section.steps-box i.fa,
	section.work-box i.fa, section.shipment-box i.fa, section.contact-us i.fa, section.contact-box i.fa,
	section.misvis-box i.fa, section.privacy-box i.fa {
		width: 50px;
		height: 50px;
		font-size:20px;
		line-height:50px;
	}
	section.about-box h3.text-center, section.team-box h3.text-center, section.features-box h3.text-center,
	section.private-box h3.text-center, section.steps-box h3.text-center, section.work-box h3.text-center,
	section.shipment-box h3.text-center, section.contact-us h3.text-center, section.contact-box h3.text-center,
	section.info-box h3.text-center, section.welcome-box h3.text-center, section.info-box3 h3.text-center,
	section.special-block h3.text-center, section.misvis-box h3.text-center, section.privacy-box h3.text-center {
		font-size: 25px;
	}
	section.banner-box, section.banner-box2, section.banner-box3 {
    background-size: 100% 60%;
    -webkit-background-size: 100% 60%;
    -moz-background-size: 100% 60%;
    -o-background-size: 100% 60%;
    -ms-background-size: 100% 60%;
    max-height: 335px;
    min-height: 335px;
	}
	section.banner-box div.slider {
    top: 15px;
	}
	section.banner-box2 h3.text-center, section.banner-box3 h3.text-center {
		font-size:30px;
	}
	section.special-block p.special-p1 {
    font-size: 13px;
    line-height: 25px;
	}
	section.inner-box h2.text-center {
		font-size: 35px;
		padding: 110px 0 0;
	}
	div.misvis-grid {
    padding: 5px 1%;
	}
	div.misvis-text {
    padding-left: 7%;
	}
	div.features-grid {
    padding: 6px 15px;
	}
	div.features-header {
    height: 70px;
    padding: 8px;
	}
	div.features-text p {
    font-size: 13px;
	}
	section.team-box div.container {
    width: 70%;
	}
	section.team-box p.team-p1 {
    font-size: 13px;
	}
	section.team-box p.text-center, section.features-box p.text-center, section.private-box p.text-center,
	section.steps-box p.text-center, section.work-box p.text-center, section.shipment-box p.text-center,
	section.contact-us p.text-center, section.contact-box p.text-center,
	section.privacy-box p.text-center {
		font-size: 13px;
		padding-bottom: 20px;
	}
	section.welcome-box p.text-center, section.special-block p.text-center {
		line-height: 25px;
	}
	section.special-block h4.text-center {
		font-size: 19px;
		padding:10px 0;
	}
	.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
		max-height: 270px;
	}
	.img-composition {
		width: 260px;
	}
	.img-packaging, .img-licensing, .img-designing {
		width: 240px;
	}
	.img-trademark {
		width: 200px;
	}
}

@media (max-width:600px) {
	.callbacks_tabs {
		right: 224px;
	}
	section.features-box div.container, section.misvis-box div.container,
	section.welcome-box div.container, section.shipment-box div.container,
	section.banner-box div.container {
    width: 545px;
		padding: 0;
	}
	section.about-box, section.team-box, section.features-box, section.private-box,
	section.shipment-box, section.contact-us, section.privacy-box  {
		padding: 30px 0 0;
	}
	section.work-box .b-wrapper i.fa.fa-search-plus {
		padding-top: 55px;
		font-size:50px;
	}
	section.contact-us h4 {
    padding: 18px 0;
	}
	section.contact-box label.contact-p1 {
		padding-bottom: 5px;
	}
}

@media (max-width: 568px) {
	div.slider-info h3 {
    font-size: 30px;
	}
	div.slider-info p {
		font-size: 15px;
	}
	.callbacks_nav {
		width: 32px;
    top: 75%;
	}
	.callbacks_tabs {
		right: 180px;
	}
	section.banner-box div.slider {
    top: 10px;
	}
	section.about-box h3.text-center, section.team-box h3.text-center, section.features-box h3.text-center,
	section.private-box h3.text-center, section.steps-box h3.text-center, section.work-box h3.text-center,
	section.shipment-box h3.text-center, section.contact-us h3.text-center, section.contact-box h3.text-center,
	section.info-box h3.text-center, section.welcome-box h3.text-center, section.info-box3 h3.text-center,
	section.special-block h3.text-center, section.misvis-box h3.text-center, section.privacy-box h3.text-center {
		font-size: 20px;
	}
	section.features-box div.container, section.misvis-box div.container,
	section.welcome-box div.container, section.shipment-box div.container,
	section.banner-box div.container {
    width: 460px;
	}
	section.work-box div.gallery-grids {
    width: 465px;
	}
	section.banner-box, section.banner-box2, section.banner-box3 {
    background-size: 100% 45%;
    -webkit-background-size: 100% 45%;
    -moz-background-size: 100% 45%;
    -o-background-size: 100% 45%;
    -ms-background-size: 100% 45%;
    max-height: 315px;
    min-height: 315px;
	}
	section.welcome-box div.welcome-grid {
		padding: 0 5px;
	}
	section.welcome-box img {
    margin: auto;
    width: 100%;
	}
	section.about-box p {
    line-height: 25px;
	}
	div.misvis-grid {
    padding: 5px 0;
	}
	div.misvis-text {
    padding-left: 8%;
	}
	section.team-box div.container {
    width: 80%;
	}
	.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
		max-height: 195px;
	}
	section.catalog-header {
    padding: 0;
	}
	section.ayurvedic-catalog-box {
    margin-top: 172px;
	}
	section.cosmetic-catalog-box {
    margin-top: 210px;
	}
	section.work-box div.container {
		width: 100%;
		padding: 0px;
	}
	section.shipment-box div.content-box {
    font-size: 13px;
	}
	.form-group {
    margin-bottom: 10px;
	}
	.privacy2-grid1 h5 {
    font-size: 13px;
	}
	section.privacy-box div.privacy2-grid1 {
    padding: 0;
	}
	section.steps-box div.steps-grid h4 {
    font-size: 14px;
	}
	section.footer-box h3 {
    font-size: 22px;
		padding-bottom: 20px;
	}
	section.footer-box p.p4 {
    top: 55px;
	}
	section.footer-box p.copyright {
    font-size: 14px;
	}
}

@media (max-width: 480px) {
	.callbacks_tabs {
    right: 148px;
		top: 100%;
	}
	.navbar-default .navbar-toggle {
    right: -1%;
	}
	.navbar-default .navbar-nav>li>a {
    padding: 10px 4px;
	}
	div.slider-info p {
    font-size: 13px;
	}
	section.banner-box, section.banner-box2, section.banner-box3 {
    background-size: 100% 43%;
    -webkit-background-size: 100% 43%;
    -moz-background-size: 100% 43%;
    -o-background-size: 100% 43%;
    -ms-background-size: 100% 43%;
    max-height: 300px;
    min-height: 300px;
	}
	section.inner-box {
    background-position: top;
    background-size: 100% 42%;
    -webkit-background-size: 100% 42%;
    -moz-background-size: 100% 42%;
    -o-background-size: 100% 42%;
    -ms-background-size: 100% 42%;
    min-height: 140px;
	}
	section.banner-box h2.text-center {
		font-size: 35px;
		padding: 110px 0 0px;
	}
	section.features-box div.container, section.misvis-box div.container,
	section.welcome-box div.container, section.shipment-box div.container,
	section.banner-box div.container {
    width: 395px;
	}
	section.work-box div.gallery-grids {
    width: 395px;
		margin: 0 auto 15px;
	}
	section.about-box h3.text-center, section.team-box h3.text-center, section.features-box h3.text-center,
	section.private-box h3.text-center, section.steps-box h3.text-center, section.work-box h3.text-center,
	section.shipment-box h3.text-center, section.contact-us h3.text-center, section.contact-box h3.text-center,
	section.info-box h3.text-center, section.welcome-box h3.text-center, section.info-box3 h3.text-center,
	section.special-block h3.text-center, section.misvis-box h3.text-center, section.privacy-box h3.text-center {
		font-size: 20px;
	}
	section.team-box p.text-center, section.features-box p.text-center, section.private-box p.text-center,
	section.steps-box p.text-center, section.work-box p.text-center, section.shipment-box p.text-center,
	section.contact-us p.text-center, section.contact-box p.text-center, section.privacy-box p.text-center {
    font-size: 12px;
    padding-bottom: 10px;
    line-height: 18px;
	}
	section.about-box, section.team-box, section.features-box, section.private-box,
	section.shipment-box, section.contact-us, section.privacy-box {
    padding: 20px 0 0;
	}
	section.ayurvedic-catalog-box {
    margin-top: 167px;
	}
	#Sunscreens {
    margin-top: 1450px;
	}
	section.catalog-box .category-section {
    margin-bottom: 5px;
	}
	section.welcome-box p.text-center, section.special-block p.text-center {
    padding: 0;
		margin: 0 0 15px;
		line-height: 22px;
		font-size: 13px;
	}
	section.welcome-box h4 {
    margin: 5px 0 10px 0;
		font-size: 15px;
	}
	section.special-block {
    padding: 20px 0;
	}
	section.special-block p.special-p1 {
    font-size: 12px;
    line-height: 22px;
	}
	section.work-box div.portfolio-grids {
		width: 50%;
	}
	.privacy2-grid1 p {
		line-height: 18px;
	}
	section.about-box p {
    line-height: 20px;
	}
	section.team-box h4 {
		font-size: 15px;
		padding:5px 0;
	}
	section.team-box div.container {
    width: 95%;
	}
	section.team-box h6 {
    font-size: 14px;
    padding: 5px 0;
	}
	div.features-outer {
    padding: 8px;
	}
	div.misvis-text {
    padding-left: 9%;
	}
	div.misvis-grid {
    padding: 0;
    margin: 10px 5px;
	}
	section.team-box p.team-p1 {
		padding-bottom:5px;
	}
	section.team-box ul.social-icons1 li {
    padding: 3px 0;
	}
	div.steps-grid h4 {
    line-height: 30px;
	}
	section.shipment-box div.content-box {
    font-size: 12px;
    margin-bottom: 25px;
    padding: 15px;
	}
	.ch-grid li:nth-child(2),.ch-grid li:nth-child(3),.ch-grid li:nth-child(4) {
		margin-top:30px;
	}
	.steps-grid h4 {
		font-size: 18px;
		line-height: 35px;
	}
	.steps-divider {
		margin: 30px 0 20px;
	}
	section.work-box .b-wrapper i.fa.fa-search-plus {
		padding-top: 35px;
		font-size: 45px;
	}
	section.contact-us h4 {
		padding:20px 0 10px;
	}
	section.contact-us p {
		font-size: 14px;
	}
	section.contact-box label.contact-p1 {
		font-size: 14px;
	}
	section.contact-box button.btn.btn-primary {
		margin:10px 0 25px;
	}
	section.contact-box input#name, section.contact-box input#email,
	section.contact-box input#phone, section.contact-box input#subject {
    height: 30px;
	}
	section.steps-box,section.work-box {
		padding-bottom:30px;
	}
	section.catalog-header {
    padding: 0;
	}
	section.catalog-header h3.text-center{
		padding: 10px 0 20px;
	}
	section.steps-box div.steps-grid p.private-p2 {
    font-size: 12px;
    line-height: 18px;
	}
	section.contact-us div.col-md-9.slideanim {
		padding: 0;
	}
	section.footer-box ul.info-links, section.footer-box ul.footer-links {
		margin-left: 0;
		margin-bottom: 15px;
	}
	section.footer-box .contact-info {
		margin-left: 0;
		margin-bottom: 15px;
	}
	section.special-block h3.text-center {
		font-size:23px;
	}
	.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
		max-height: 295px;
	}
	section.banner-box3 h3.text-center {
		line-height: 50px;
	}
	section.footer-box p.copyright {
    padding: 0;
		font-size: 13px;
	}
}

@media (max-width: 414px) {
	.callbacks_nav {
    width: 30px;
    top: 80%;
	}
	.navbar-default .navbar-toggle {
    right: -2%;
	}
	.callbacks_tabs {
    right: 137px;
	}
	section.welcome-box h2 {
    font-size: 22px;
	}
	section.features-box div.container, section.misvis-box div.container,
	section.welcome-box div.container, section.shipment-box div.container,
	section.banner-box div.container {
    width: 364px;
	}
	section.work-box div.gallery-grids {
    width: 364px;
		margin: 0 auto 15px;
	}
	section.about-box h3.text-center, section.team-box h3.text-center, section.features-box h3.text-center,
	section.private-box h3.text-center, section.steps-box h3.text-center, section.work-box h3.text-center,
	section.shipment-box h3.text-center, section.contact-us h3.text-center, section.contact-box h3.text-center,
	section.info-box h3.text-center, section.welcome-box h3.text-center, section.info-box3 h3.text-center,
	section.special-block h3.text-center, section.misvis-box h3.text-center, section.privacy-box h3.text-center {
		font-size: 19px;
	}
	section.team-box p.text-center, section.features-box p.text-center, section.private-box p.text-center,
	section.steps-box p.text-center, section.work-box p.text-center, section.shipment-box p.text-center,
	section.contact-us p.text-center, section.contact-box p.text-center, section.privacy-box p.text-center {
    font-size: 11px;
    padding-bottom: 6px;
    line-height: 17px;
	}
	section.work-box .portfolio-title {
		height: 83px;
	}
	section.work-box .b-wrapper img {
    height: 87px;
	}
	section.welcome-box div.welcome-grid {
    padding: 0 2px;
	}
	section.banner-box2 h3.text-center, section.banner-box3 h3.text-center {
		font-size: 27px;
		line-height:40px;
	}
	section.banner-box2, section.banner-box3 {
		min-height: 245px;
	}
	section.info-box, section.welcome-box, section.info-box3 {
		padding: 18px 0;
	}
	section.about-box p {
    line-height: 18px;
    font-size: 12px;
	}
	section.team-box div.container {
    width: 98%;
	}
	section.team-box p.team-p1 {
    font-size: 12px;
	}
	div.misvis-text {
    padding: 0px 5px;
	}
	section.misvis-box div.misvis-text ul li {
    font-size: 11px;
    left: 0;
    padding: 3px 3px 3px 6px;
	}
	div.features-header h4 {
    padding-left: 5px;
	}
	div.features-text p {
    font-size: 12px;
	}
	section.work-box .b-wrapper i.fa.fa-search-plus {
		padding-top: 26px;
		font-size: 40px;
	}
	section.ayurvedic-catalog-box {
    margin-top: 161px;
	}
	section.cosmetic-catalog-box div.container,
	section.ayurvedic-catalog-box div.container {
    width: 340px;
	}
	section.catalog-header .category-buttons {
    font-size: 12px;
	}
	section.cosmetic-catalog-box {
    margin-top: 200px;
	}
	#Sunscreens {
    margin-top: 1270px;
	}
	#Moisturizing {
    margin-top: 465px;
	}
	span.line {
		left:49%;
	}
	.col-md-4.col-sm-4.col-xs-6.text-center {
		width: 100%;
	}
	section.inner-box h2.text-center {
		font-size: 30px;
	}
	.privacy2-grid1 h5 {
		line-height:18px;
		font-size: 12px;
	}
	.privacy2-grid1 p {
    line-height: 18px;
    font-size: 11px;
	}
	.privacy2-grid1 {
		padding: 0 1em;
	}
	section.steps-box div.steps-grid p.private-p2 {
    line-height: 17px;
	}
	.navbar-toggle {
		margin-right: 17px;
	}
	.navbar-brand {
		padding: 12px 0px 0px 15px;
	}
	section.contact-us h4 {
    padding: 10px 0;
	}
	section.contact-us p {
    font-size: 13px;
	}
	section.footer-box div.container {
    width: 99%;
    padding: 0px 10px;
	}
	section.footer-box {
    padding: 20px 0 15px 0;
	}
	section.footer-box h3 {
    font-size: 20px;
    padding-bottom: 15px;
	}
	section.footer-box ul.info-links li {
    padding-bottom: 5px;
	}
	section.footer-box p.p4 {
    top: 46.8px;
	}
	section.footer-box p.copyright {
    line-height: 22px;
	}
	section.special-block h3.text-center {
		font-size:23px;
	}
	.form-group {
    margin-bottom: -5px;
	}
}

@media (max-width: 384px) {
	section.banner-box h2.text-center {
		font-size: 30px;
		padding: 110px 0 0px;
	}
	div.slider-info h3 {
    font-size: 25px;
	}
	div.slider-info p {
    font-size: 12px;
	}
	.callbacks_tabs {
    right: 133px;
	}
	section.banner-box, section.banner-box2, section.banner-box3 {
    background-size: 100% 42%;
    -webkit-background-size: 100% 42%;
    -moz-background-size: 100% 42%;
    -o-background-size: 100% 42%;
    -ms-background-size: 100% 42%;
    max-height: 280px;
    min-height: 280px;
	}
	section.features-box div.container, section.misvis-box div.container,
	section.welcome-box div.container, section.shipment-box div.container,
	section.banner-box div.container {
    width: 355px;
	}
	section.work-box div.gallery-grids {
    width: 355px;
	}
	section.special-block div.special-grid {
    padding: 5px 0;
	}
	div.features-grid {
    padding: 5px 10px;
	}
	section.banner-box2 h3.text-center, section.banner-box3 h3.text-center {
		font-size: 22px;
		line-height: 40px;
	}
	.col-md-2.col-sm-4.col-xs-6.features-grid {
		padding-bottom: 30px;
		width: 100%;
	}
	section.private-box h5 {
		font-size:16px;
		padding:20px 0 7px;
	}
	section.work-box .b-wrapper i.fa.fa-search-plus {
		padding-top: 20px;
		font-size: 40px;
	}
	section.special-block h3.text-center {
		font-size: 23px;
	}
	section.inner-box h2.text-center {
		font-size: 29px;
	}
}

@media (max-width: 375px) {
	.navbar-default .navbar-toggle {
    right: -6%;
	}
	.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    padding: 0px 5px;
	}
	.navbar-default .navbar-nav>li>a {
    padding: 7px 4px;
		font-size: 13px;
	}
	.callbacks_tabs {
    right: 102px;
	}
	.callbacks_nav {
    top: 75%;
	}
	section.features-box div.container, section.misvis-box div.container,
	section.welcome-box div.container, section.shipment-box div.container,
	section.banner-box div.container {
		width: 300px;
	}
	section.work-box div.gallery-grids {
		width: 300px;
	}
	section.cosmetic-catalog-box div.container,
	section.ayurvedic-catalog-box div.container {
    width: 300px;
	}
	section.team-box div.container {
    width: 99%;
    padding: 0;
	}
	div.features-outer {
    padding: 8px 0px;
	}
	div.features-header h4 {
    padding-left: 15px;
	}
	section.cosmetic-catalog-box {
    margin-top: 212px;
	}
	#Sunscreens {
    margin-top: 1150px;
	}
	#Moisturizing {
    margin-top: 420px;
	}
	section.banner-box h2.text-center {
		font-size: 30px;
		padding: 100px 0 0px;
	}
	section.inner-box h2.text-center {
		font-size: 30px;
		padding: 110px 0 0;
	}
	.col-md-3.col-sm-6.col-xs-6.portfolio-grids {
		width: 100%;
	}
	section.shipment-box div.content-box {
    margin-bottom: 20px;
    padding: 10px;
	}
	section.steps-box div.steps-grid h4 {
    font-size: 13px;
    line-height: 22px;
	}
	.privacy2-grid1 p {
    line-height: 16px;
	}
	section.work-box .b-wrapper i.fa.fa-search-plus {
		padding-top: 75px;
		font-size: 50px;
	}
	.navbar-brand h1 {
		font-size: 27px;
	}
	.navbar-brand {
		padding: 15px 0px 0px 25px;
	}
	section.special-block h4.text-center {
		font-size: 18px;
		padding: 10px 0;
	}
	section.footer-box .contact-info i {
    margin: 10px 10px 0px 0px;
	}
	section.footer-box p.p3 {
    font-size: 13px;
	}
	section.footer-box p.p4 {
    font-size: 13px;
    margin: -12.5px 0 -6px 25px;
	}
	section.footer-box p.p5 {
    font-size: 13px;
	}
	section.footer-box p.p6 {
    margin: -22px 0 0 35px;
    font-size: 13px;
	}
	section.footer-box ul.info-links li a {
    font-size: 12px;
	}
	section.footer-box input#inputEmail1, section.footer-box input#text1 {
    width: 260px;
	}
	section.footer-box button.btn-outline {
    margin-left: 85px;
	}
}

@media (max-width: 320px) {
	.callbacks_tabs {
    right: 80px;
	}
	.callbacks_nav {
    top: 73%;
	}
	.navbar-default .navbar-nav>li>a {
		padding: 10px 11px;
		font-size: 13px;
	}
	.navbar-brand h1 {
		font-size: 25px;
	}
	.navbar-toggle {
		margin-top: 13px;
		margin-right: 15px;
	}
	div.slider-info h3 {
    font-size: 20px;
	}
	section.banner-box h2.text-center {
		font-size: 25px;
		padding: 72px 0 0px;
		line-height:60px;
	}
	section.banner-box p.text-center {
		font-size: 13px;
		line-height: 27px;
	}
	section.features-box div.container, section.misvis-box div.container,
	section.welcome-box div.container, section.shipment-box div.container,
	section.banner-box div.container {
		width: 260px;
	}
	section.work-box div.gallery-grids {
		width: 260px;
	}
	section.cosmetic-catalog-box div.container,
	section.ayurvedic-catalog-box div.container {
    width: 260px;
	}
	section.about-box h3.text-center, section.team-box h3.text-center, section.features-box h3.text-center,
	section.private-box h3.text-center, section.steps-box h3.text-center, section.work-box h3.text-center,
	section.shipment-box h3.text-center, section.contact-us h3.text-center, section.contact-box h3.text-center,
	section.info-box h3.text-center, section.welcome-box h3.text-center, section.info-box3 h3.text-center,
	section.special-block h3.text-center, section.misvis-box h3.text-center {
		font-size: 17px;
	}
	section.info-box p.text-center, section.welcome-box p.text-center, section.info-box3 p.text-center {
		font-size: 13px;
	}
	section.banner-box2 h3.text-center, section.banner-box3 h3.text-center {
		font-size: 20px;
		line-height: 30px;
	}
	section.inner-box h2.text-center {
		font-size: 23px;
		padding: 100px 0 0;
	}
	#Sunscreens {
    margin-top: 1030px;
	}
	#Moisturizing {
    margin-top: 395px;
	}
	div.features-header h4 {
    padding-left: 12px;
    font-size: 15px;
	}
	section.team-box h4 {
		font-size: 14px;
		padding: 5px 0;
	}
	section.private-box h5 {
		font-size: 15px;
		padding: 20px 0 7px;
	}
	section.private-box p.private-p1 {
		font-size: 13px;
		line-height:28px;
	}
	.steps-grid h4 {
		font-size: 16px;
		line-height: 30px;
	}
	.steps-grid p.private-p2 {
		font-size: 13px;
	}
	.privacy2-grid1 p {
    line-height: 15px;
	}
	section.work-box .b-wrapper i.fa.fa-search-plus {
		padding-top: 60px;
		font-size: 45px;
	}
	section.banner-box2, section.banner-box3 {
		background-attachment: fixed;
	}
	section.contact-box label.contact-p1 {
		font-size: 13px;
	}
	section.contact-box input#name, section.contact-box input#email, section.contact-box input#phone, section.contact-box input#subject, section.contact-box textarea#message {
		font-size: 13px;
	}
	section.contact-box button.btn.btn-primary {
		font-size:14px;
	}
	section.inner-box {
		min-height: 230px;
	}
	.header {
		height: 265px;
	}
	section.special-block h3.text-center {
		font-size: 22px;
	}
	section.special-block h4.text-center {
		font-size: 17px;
		padding: 10px 0;
	}
	section.special-block p.special-p1 {
		font-size: 13px;
	}
	section.work-box .portfolio-title h3 {
    font-size: 15px;
	}
	section.footer-box {
		padding: 35px 0;
	}
	section.footer-box ul.info-links li a {
		font-size:13px;
	}
	section.footer-box h3 {
		padding-bottom: 20px;
		font-size:21px;
	}
	section.footer-box ul.info-links, section.footer-box ul.footer-links {
		margin-left: 0;
		margin-bottom: 15px;
	}
	section.footer-box ul.info-links {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
	}
	section.footer-box ul.info-links li.no-display {
    display: none;
	}
	section.footer-box p.p3 {
    margin-top: -24px;
	}
	section.footer-box p.p4 {
    margin: 5px 0 -8px -117px;
	}
	.navbar-brand {
		padding: 15px 0px 0px 15px;
	}
}
