body {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-family: 'Lato', sans-serif; outline:0px!important;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Raleway', sans-serif;
	font-size: 35px;
	margin: 0px;
	padding: 0px;
	color: #f1206d;
	text-transform: uppercase;
	text-align: center;
	font-weight: normal;
}
a {
	text-decoration: none;
	-moz-transition: all 0.2s ease 0s;
	-ms-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	text-decoration: none;
}
a:hover, a:focus, a:active {
	text-decoration: none;
}
ul, ol {
	margin: 0px;
	padding: 0px;
}
p {
	margin: 0px;
	padding: 0px;
	color: #222222;
}
header {
	position: absolute;
	z-index: 999;
	width: 100%;
}
/*MAIN MENU CSS START */

#mogo-header {
	position: relative;
}
#mogo-header:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
#mogo-header-inner {
	position: relative;
	z-index: 5;
}
/*=======================main navbar section===========================*/
.navbar {
	background: none;
	border: none;
	border-radius: 0;
}
.navbar .navbar-brand {
	padding-top: 5px; height:auto; margin:0px; padding:0px; line-height:normal;
}
#top-navbar .navbar-nav > li > a {
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}
#top-navbar .navbar-nav > li > a:hover, #top-navbar .navbar-nav > .active > a, #top-navbar .navbar-nav > .active > a:hover {
	color: #fff;
	border-color: #f1206d;
	background: none;
}
#top-navbar .main-nav > li > a {
	font-weight: 400;
	text-transform: uppercase;
	border-bottom: 2px solid transparent;
	padding: 15px 5px 5px;
	margin: 0 12px;
	color: #fff;
	text-align: center;
}
#top-navbar .navbar-collapse {
	border-top-width: 0;
	padding-top: 10px;
	margin-top: 32px;
}
.fixed-me {
	transition: all .5s;
}
.fixed-me {
	background-color: rgba(241, 114, 114, 0.96) !important;
	padding: 0 !important;
	margin-bottom: 5px;
	position: fixed;
	top: 0;
	z-index: 888;
	width: 100%;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.site-logo {
	padding: 15px 16px;
	margin: 15px 0;
}
.navbar-me {
	min-height: 70px;
	background-color: transparent;
	top: 0;
	border: 0;
	border-radius: 0;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: transparent;
}
.menu-collapsed-button {
	margin: 20px 15px 10px 15px !important;
}
/*======================main slider section style===================*/

.bs-slider {
	overflow: hidden;
	max-height: 700px;
	position: relative;
	background: #000000;
}
.bs-slider .bs-slider-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.40);
}
.bs-slider > .carousel-inner > .item > img, .bs-slider > .carousel-inner > .item > a > img {
	margin: auto;
	width: 100% !important;
}
/********************
*****Slide effect
**********************/

.fade {
	opacity: 1;
}
.fade .item {
	top: 0;
	z-index: 1;
	opacity: 0;
	width: 100%;
	position: absolute;
	left: 0 !important;
	display: block !important;
	-webkit-transition: opacity ease-in-out 1s;
	-moz-transition: opacity ease-in-out 1s;
	-ms-transition: opacity ease-in-out 1s;
	-o-transition: opacity ease-in-out 1s;
	transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
	top: auto;
	position: relative;
}
.fade .item.active {
	opacity: 1;
	z-index: 2;
	-webkit-transition: opacity ease-in-out 1s;
	-moz-transition: opacity ease-in-out 1s;
	-ms-transition: opacity ease-in-out 1s;
	-o-transition: opacity ease-in-out 1s;
	transition: opacity ease-in-out 1s;
}
/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
	top: 47%;
	opacity: 0;
	width: 45px;
	height: 45px;
	z-index: 100;
	color: #ffffff;
	display: block;
	font-size: 24px;
	cursor: pointer;
	overflow: hidden;
	line-height: 43px;
	text-shadow: none;
	position: absolute;
	font-weight: normal;
	background: transparent;
	-webkit-border-radius: 100px;
	border-radius: 100px;
}
.control-round:hover .carousel-control {
	opacity: 1;
}
.control-round .carousel-control.left {
	left: 1%;
}
.control-round .carousel-control.right {
	right: 1%;
}
.control-round .carousel-control.left:hover, .control-round .carousel-control.right:hover {
	color: #fdfdfd;
	background: rgba(0, 0, 0, 0.5);
	border: 0px transparent;
}
.control-round .carousel-control.left>span:nth-child(1) {
	left: 45%;
}
.control-round .carousel-control.right>span:nth-child(1) {
	right: 45%;
}
/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators {
	right: 45%;
	bottom: 3%;
	left: auto;
	width: 90%;
	height: 20px;
	font-size: 0;
	overflow-x: auto;
	text-align: right;
	overflow-y: hidden;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 1px;
	white-space: nowrap;
}
.indicators-line > .carousel-indicators li {
	padding: 0;
	width: 15px;
	height: 15px;
	border: 1px solid rgb(158, 158, 158);
	text-indent: 0;
	overflow: hidden;
	text-align: left;
	position: relative;
	letter-spacing: 1px;
	background: rgb(158, 158, 158);
	-webkit-font-smoothing: antialiased;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin-right: 5px;
	-webkit-transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
	transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
	z-index: 10;
	cursor: pointer;
}
.indicators-line > .carousel-indicators li:last-child {
	margin-right: 0;
}
.indicators-line > .carousel-indicators .active {
	margin: 1px 5px 1px 1px;
	box-shadow: 0 0 0 2px #fff;
	background-color: transparent;
	position: relative;
	-webkit-transition: box-shadow 0.3s ease;
	-moz-transition: box-shadow 0.3s ease;
	-o-transition: box-shadow 0.3s ease;
	transition: box-shadow 0.3s ease;
	-webkit-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}
.indicators-line > .carousel-indicators .active:before {
	transform: scale(0.5);
	background-color: #fff;
	content: "";
	position: absolute;
	left: -1px;
	top: -1px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	-webkit-transition: background-color 0.3s ease;
	-moz-transition: background-color 0.3s ease;
	-o-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}
/*---------- SLIDE CAPTION ----------*/
.bs-slider .carousel-caption {
	left: 0px;
	right: 0px;
	bottom: inherit;
	top: 20%;
}
.slide-text {
	position: relative;
	text-align: left;
	padding-top: 97px;
}
.slide-text > .heading {
	font-family: 'Raleway', sans-serif;
	padding: 0;
	color: #f1206d;
	font-size: 38px;
	font-style: normal;
	line-height: 38px;
	margin-bottom: 20px;
	letter-spacing: 1px;
	display: inline-block;
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
	font-weight: 900;
}
.slide-text .subheading {
	padding: 0;
	color: #ffffff;
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
	margin-bottom: 20px;
	letter-spacing: 1px;
	-webkit-animation-delay: 1.1s;
	animation-delay: 1.1s;
	font-style: italic;
}
.slide-text p {
	padding: 0;
	color: #f6bdd2;
	font-size: 14px;
	line-height: 24px;
	font-weight: 300;
	margin-bottom: 20px;
	letter-spacing: 1px;
	webkit-animation-delay: 1.1s;
	animation-delay: 1.1s;
	font-weight: 300;
}
.slide_btn {
	margin-top: 40px;
}
.slide_btn > a.btn {
	background: #f1206d;
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	line-height: 15px;
	margin-right: 10px;
	text-align: center;
	padding: 12px 30px;
	white-space: nowrap;
	letter-spacing: 1px;
	display: inline-block;
	border: none;
	text-transform: uppercase;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
	-webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
	transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
	border: 1px solid #f1206d;
	border-radius: 0px;
}
.slide_btn > a.btn.btn_learn:hover {
	background: none;
	color: #FFF;
	border: 1px solid #f1206d;
	color: #f1206d;
}
.slide_btn > a.btn.btn_buynow {
	background: none;
	border: 1px solid #f1206d;
	color: #f1206d;
	padding: 12px 35px;
	border-radius: 0px;
}
.slide_btn > a.btn.btn_buynow:hover {
	background: #f1206d;
	border: 1px solid #f1206d;
	color: #FFF;
}
/*MAIN MENU CSS END */


/*PAGE 02 CSS START */
.page-sec-02 {
	background: url(../images/sec-02-bg.jpg) no-repeat top center;
	background-size: cover;
	padding-top: 70px;
}
.page-sec-02 .page02-heading p {
	font-size: 16px;
	font-weight: 500;
	padding: 15px 0px;
	text-align: center;
}
.head-bdr {
	border-bottom: 1px solid #000;
	width: 100px;
	margin: 0 auto;
}
.page02-left {
	padding-top: 50px;
}
.page02-main-content .page02-left .sub-heading {
	font-size: 20px;
	color: #f1206d;
	font-style: italic;
	padding-bottom: 10px;
}
.page02-main-content .page02-left p {
	text-align: left;
	padding: 10px 0px;
}
.page-sec-02 a, .page-sec-02 a:active {
	background: none;
	border: 1px solid #f1206d;
	color: #f1206d;
	border-radius: 0px;
	text-transform: uppercase;
	padding: 10px 20px;
	margin-top: 10px;
}
.page-sec-02 a:hover, .page-sec-02 a:focus {
	background: #f1206d;
}
.right-beauty {
	padding-top: 0px;
}
/*PAGE 02 CSS END */

/*ACTIONS CSS START */
.actions {
	background: url(../images/sec-03-bg.jpg) no-repeat top center;
	background-size: cover; background-attachment:fixed;
	padding-top: 70px;
	min-height: 695px;
}
.action-head H2 {
	color: #FFF;
}
.action-head p {
	color: #fdd7d7;
	text-align: center;
	font-size: 16px;
	padding: 15px 0px;
}
.bdr-white {
	border-bottom: 1px solid #FFF;
	width: 100px;
	margin: 0 auto;
}
/*action-accrodian start*/
/*
snippet from Animate.css - zoomIn effect
*/
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}
.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s
}
@-webkit-keyframes zoomIn {
0% {
opacity:0;
-webkit-transform:scale3d(.3, .3, .3);
transform:scale3d(.3, .3, .3)
}
50% {
opacity:1
}
}
@keyframes zoomIn {
0% {
opacity:0;
-webkit-transform:scale3d(.3, .3, .3);
transform:scale3d(.3, .3, .3)
}
50% {
opacity:1
}
}
.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn
}
@-webkit-keyframes zoomOut {
0% {
opacity:1
}
50% {
opacity:0;
-webkit-transform:scale3d(.3, .3, .3);
transform:scale3d(.3, .3, .3)
}
100% {
opacity:0
}
}
@keyframes zoomOut {
0% {
opacity:1
}
50% {
opacity:0;
-webkit-transform:scale3d(.3, .3, .3);
transform:scale3d(.3, .3, .3)
}
100% {
opacity:0
}
}
.zoomOut {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut
}
#accordion .panel-title i.glyphicon {
	-moz-transition: -moz-transform 0.5s ease-in-out;
	-o-transition: -o-transform 0.5s ease-in-out;
	-webkit-transition: -webkit-transform 0.5s ease-in-out;
	transition: transform 0.5s ease-in-out;
}
.rotate-icon {
	-webkit-transform: rotate(-225deg);
	-moz-transform: rotate(-225deg);
	transform: rotate(-225deg);
}
.panel {
	border: 0px;
	border: 1px solid #30bb64;
	background-color: rgba(0, 0, 0, 0.62);
}
.panel-group .panel+.panel {
	margin-top: 0px;
}
.panel-group .panel {
	border-radius: 0px;
}
.panel-heading {
	border-radius: 0px;
	color: white;
	padding: 25px 15px;
}
.panel-custom>.panel-heading {
	background-color: #38cc70;
}
.panel-group .panel:last-child {
	border-bottom: 5px solid #2ba659;
}
panel-collapse .collapse.in {
	border-bottom: 0;
}
/*action-accrodian end*/

.lotion {
	padding-top: 45px;
}
.action-accordian {
	padding-top: 50px;
}
.action-accordian .panel.panel-custom {
	border: 0px;
	margin-bottom: 5px;
}
.action-accordian .panel.panel-custom .panel-body {
	border: 1px solid #fdccd4;
	font-size: 15px;
	color: #fec7c7;
	font-weight: 300;
	font-family: 'Lato', sans-serif;
	background: none;
}
.action-accordian .panel-custom .panel-heading {
	background: #bb3e6a;
	border: 1px solid #d2b4bf;
	padding: 15px 10px;
	margin: 0px;
	line-height: normal;
	border-radius: 0px;
	box-shadow: none;
}
.action-accordian .panel-custom .panel-heading .panel-title {
	font-size: 17px;
	color: #ffffff;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	text-align: left;
	text-decoration: none;
}
.action-accordian .panel-custom .panel-heading .panel-title i {
	float: right;
	font-weight: 300;
}
/**ACTIONS CSS END */


/**BANNER CSS START */
.banner-sec {
	background: url(../images/buy-bg.jpg) no-repeat top center;
	background-size: cover;
}
.banner-sec .buy-content h3 {
	font-size: 28px;
	padding-bottom: 15px;
}
.banner-sec .buy-content p {
	padding-bottom: 15px;
}
.banner-sec .girl-beauty {
	padding-top: 15px;
	margin-left: 250px;
}
.banner-sec .buy-content {
	margin-top: 166px;
	text-align: center;
}
.banner-sec .price {
	width: 65px;
	display: inline-block;
	height: 65px;
	background: hsla(350, 87%, 50%, 0.15);
	border: 2px solid #fef2f2;
	border-radius: 50%;
	font-size: 30px;
	line-height: 59px;
	font-family: 'Raleway', sans-serif;
}
.banner-sec .price-btn {
	text-align: left;
	padding: 12px 0px 0px 5px;
	display: inline-block;
	vertical-align: top;
}
.banner-sec .price-btn a, .banner-sec .price-btn a:active {
	padding: 10px 25px;
	background: none;
	border: 1px solid #f1206d;
	color: #f1206d;
	text-transform: uppercase;
	font-weight: 500;
}
.banner-sec .price-btn a:hover, .banner-sec .price-btn a:focus {
	background: #f1206d;
	color: #FFF;
}
.banner-sec .price .small-dooler {
	font-size: 18px;
}
/**BANNER CSS END */


/**WORK CSS START */
.work {
	padding: 70px 0px 54px 0px;
	background: url(../images/work-bg.jpg) no-repeat top center;
	background-size: cover;
	text-align: center;
}
.work .work-content h4 {
	color: #FFF;
	font-size: 24px;
}
.work .work-content .pro-img img {
	margin: 0 auto;
}
.work .work-content p {
	padding: 15px 0px;
	color: #fee1ec;
}
/**WORK CSS END */

/**PRODUCT GALLERY CSS START */
.product-gallery {
	padding: 70px 0px 0px 0px;
	float: left;
	width: 100%;
	clear: both;
	float: left;
	background: url(../images/gallery-bg.jpg) top center;
	background-size: cover;
}
.product-gallery .gallery-heading p {
	text-align: center;
	color: #000000;
	text-align: center;
	font-size: 16px;
	padding: 15px 0px;
}
.product-gallery .gallery ul {
	list-style: none;
	position: relative;
}
.product-gallery .gallery ul li {
	display: inline-block;
}
/**PRODUCT GALLERY CSS END */


/**BLOG CSS START */
.latest-blog {
	float: left;
	width: 100%;
	clear: both;
	background: url(../images/blog-bg.jpg) top center no-repeat;
	background-size: cover;
	padding: 70px 0px;
}
.latest-blog .blog-heading p {
	text-align: center;
	color: #000000;
	text-align: center;
	font-size: 16px;
	padding: 15px 0px;
}
.blog-box ul {
	list-style: none;
}
.blog-box ul li {
	display: inline-block;
	width: 33.33%;
	vertical-align: top;
	float: left;
	min-height: 260px;
	background: #ffffff;
	position: relative;
}
.blog-box {
	margin-top: 50px;
}
.blog-box .triangle {
	position: absolute;
	top: 31px;
	left: -24px;
}
.blog-box .triangle2 {
	position: absolute;
	top: 30px;
	right: -22px;
	z-index: 998;
}
.blog-box .triangle3 {
	position: absolute;
	top: -24px;
	left: 30px;
	z-index: 997;
}
.blog-content {
	text-align: left;
	padding: 33px;
	max-width: 390px;
	height: auto;
}
.blog-content h6 {
	font-size: 20px;
	text-align: left;
}
.blog-content .date {
	font-size: 15px;
	color: #f1206d;
	padding: 15px 0px;
}
.sidebdr {
	border: 1px solid #000;
	width: 60px;
}
.blog-content p {
	padding: 15px 0px 20px 0px;
}
.readmore-btn a {
	font-size: 15px;
	color: #000;
	text-transform: uppercase;
}
.readmore-btn a:hover{color:#f19aba;}
/**BLOG CSS END */

/**BOTTOM FORM CSS END */
.bottom-form {
	clear: both;
	float: left;
	width: 100%;
	background: url(../images/form-bg.png) top center no-repeat;
	background-size: cover;
	padding-top: 70px;
}
.bottom-form .form-heading h3 {
	color: #FFF;
}
.bottom-form .form-heading p {
	color: #fdd7d7;
	text-align: center;
	font-size: 16px;
	padding: 15px 0px;
}
.bottom-form .main-form {
	margin-top: 50px;
	text-align: center;
}
.input1 {
	float: none;
	display: inline-block;
	vertical-align: top;
	width: 40%;
	margin-bottom: 40px;
}
.main-form form input {
	background: none;
	border-radius: 0px;
	outline: none;
	border-top: none;
	border-right: none;
	border-left: none;
	padding-bottom: 30px;
}
.main-form textarea {
	background: none;
	border-bottom: 1px solid #FFF;
	border-radius: 0px;
	outline: none;
	border-top: none;
	border-right: none;
	border-left: none;
	resize: none;
}
.main-form form textarea, input, :focus {
	color: #FFF;
	box-shadow: none !important;
	border-color: f1206d;
}
.main-form form .form-control:focus {
	border-color: #f1206d;
}
.main-form .form-btn button, .main-form .form-btn button:active {
	background: #f1206d;
	border: 1px solid transparent;
	outline: none;
	font-size: 16px;
	padding: 11px 30px;
	text-transform: uppercase;
}
.main-form .form-btn button:hover, .main-form .form-btn button:focus {
	border: 1px solid #f1206d;
	background: none;
}
.contact {
	margin-top: 70px;
}
.contact ul {
	list-style: none;
}
.contact ul li {
	width: 30%;
	display: inline-block;
	vertical-align: top;
	float: left;
}
.contact ul li:nth-child(2n+2) {
	width: 40%;
}
.contact ul li:nth-child(3n+3) {
	float: right;
}
.contact .left-rnd {
	height: 50px;
	width: 50px;
	background: #FFF;
	border-radius: 50%;
	text-align: center;
	line-height: 50px;
	float: left;
}
.contact .left-rnd a {
	font-size: 22px;
	color: #f1206d;
}
.right-con {
	float: left;
	margin-left: 20px;
}
.dark-text {
	color: #f1206d;
	text-transform: uppercase;
}
.light-text {
	color: #FFF;
}
/**BOTTOM FORM CSS END */

/**FOOTER CSS START**/
.footer-bottom {
	background: #f1206d;
	padding: 25px 0px;
	margin-top: 50px;
	border-top: 2px solid #FFF;
}
.footer-bottom .copyright p {
	color: #fac0d5;
	float: left;
}
.footer-bottom .copyright p span, a {
	color: #FFF;
}
.footer-bottom .copyright p a:hover {
	color: #f19aba;
}
.bottom-icons ul {
	list-style: none;
	float: right;
}
.bottom-icons ul li {
	display: inline-block;
	font-size: 20px;
	padding-right: 10px;
}
.bottom-icons ul li a:hover {
	color: #e192af;
}
/**FOOTER CSS END**/


/**/
.gallery_sec {
	position: relative;
	margin: 30px 0px 20px 0px
}
.gallery_sec .left_sec {
	width: 25%;
	float: left;
	position: relative;
	overflow: hidden;
}
.gallery_sec .right_sec {
	width: 75%;
	float: left;
}
.gallery_sec .right_sec ul {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
}
.gallery_sec .right_sec ul li {
	list-style-type: none;
	width: 33.33%;
	float: left;
	margin: 0px;
	padding: 0px;
	position: relative;
	overflow: hidden;
}
.gallery_sec .right_sec ul li.landscape {
	width: 66.66%;
	float: left;
}
.gallery_sec img {
	width: 100%;
}
.gallery_sec li:hover .caption, .gallery_sec .left_sec:hover .caption {
	opacity: 1;
	transform: translateY(-35px);
	-webkit-transform: translateY(-35px);
	-moz-transform: translateY(-35px);
	-ms-transform: translateY(-35px);
	-o-transform: translateY(-35px);
}
.gallery_sec img {
	margin: 0px;
	padding: 0px;
	float: left;
	z-index: 4;
}
.gallery_sec .caption {
	cursor: pointer;
	position: absolute;
	opacity: 0;
	top: 100%;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
	left: 0px;
	right: 0px;
}
.gallery_sec .blur {
	background-color: rgba(241, 32, 109, 0.5);
	height: 100%;
	width: 100%;
	z-index: 5;
	position: absolute;
}
.gallery_sec .caption-text {
	height: 35px;
	line-height: 35px;
	padding: 0px 2px;
	text-align: center;
	position: relative;
	z-index: 99;
}
.gallery_sec .caption-text .search {
	background: url(../images/caption_line.png) right top no-repeat;
	float: none;
	display: inline-block;
	margin: 0 auto;
	width: 49%;
}
.gallery_sec .caption-text .link {
	float: none;
	display: inline-block;
	margin: 0 auto;
	width: 49%;
}
.gallery_sec .caption-text .fa {
	color: #fff!important;
	opacity: 1;
}
/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/



/**BACK TOP TOP**/
#back-to-top {
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 9999;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 30px;
	background: none;
	color: #444;
	cursor: pointer;
	border: 0;
	border-radius: 2px;
	text-decoration: none;
	transition: opacity 0.2s ease-out;
	opacity: 0;
}
#back-to-top:hover {
	background: none;
}
#back-to-top.show {
	opacity: 1;
}
#content {
	height: 2000px;
}
/**BACK TOP TOP**/


/**STICKY HHEADER**/

header.header {
	min-height: 120px;
}
header.header.sticky {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 999999;
	width: 100%;
	padding: 0;
	background: rgba(0,0,0,0.7);
	transition: all 1s ease 0s;
	padding: 0 0 5px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	transition: all .8s ease;
	-moz-transition: all .8s ease;
	-ms-transition: all .8s ease;
	-o-transition: all .8s ease;
	-webkit-transition: all .8s ease;
}
header.header.sticky {
	min-height: inherit;
	
}
header.header.sticky .logo img {
	max-width: 100%;
	padding-top: 5px;
	width:60%;
}
header.header.sticky .navbar-me {
	min-height: inherit;
	margin-bottom: 0px;
}
header.header.sticky #top-navbar .navbar-collapse {
	margin-top: 10px;
}
.sticky .navigation .navbar {
	margin-top: 12px;
}
.sticky .navigation .navbar-nav > li > a {
	font-size: 15px;
}
.sticky .nav > li > a {
	text-shadow: none;
}
.sticky .search-bar {
	display: none;
}
.bottom-form .contact li a:hover, .bottom-form .contact li a:focus {
	color: #fff;
}
.left-rnd:hover {
	background: #f1206d;
}
.left-rnd:hover .fa {
	color: #FFF;
}
.bottom-form .main-form .form-control {
	height: auto;
	line-height: normal;
}
/**STICKY HHEADER**/

/**ABOUT  SECTION CSS START**/
.about_us header.header {
	clear: both;
	min-height: inherit;
	position: inherit;
}
.about_us {
	background: url(../images/slider-bg.jpg) left top no-repeat;
	background-size: cover;
	margin: 0px;
	padding: 5px 0px 30px 0px;
	position: relative;
}
.about_us .about-heading h1 {
	color: #FFF;
}
.about-heading p {
	font-size: 16px;
	line-height: 24px;
	color: #fdd7d7;
	text-align: center;
	padding: 20px 0px;
}
header.header.about-header {
	position: relative;
	background: #000;
}
header.header.about-header .navbar {
	margin-bottom: 0px;
}
.about-heading {
	padding: 55px 0px 30px 0px;
}
.store {
	background: url(../images/gallery-bg.jpg) left top no-repeat;
	background-size: cover;
	margin: 0px;
	padding: 70px 0px;
}
.store-heading h2 {
	text-align: center;
	padding-bottom: 20px;
}
.store-heading p {
	text-align: center;
	padding-bottom: 20px;
}
.about-services {
	margin: 50px 0px;
	text-align: center;
}
.about-ser .ser-circle {
	margin: 0px auto;
}
.about-ser .ser-circle {
	height: 105px;
	width: 105px;
	border: 2px solid #f1206d;
	border-radius: 50%;
	text-align: center;
	line-height: 97px;
	transition:all 0.5s ease; -moz-transition:all 0.5s ease; -webkit-transition:all 0.5s ease; -ms-transition:all 0.5s ease;
}

.ser-circle a {
	color: #f1206d;
	font-size: 38px;
}
.about-ser h3 {
	font-size: 16px;
	margin: 15px 0px;
	font-weight: 600;
}
.about-ser p {
	text-align: center;
}
.our-team {
	background: url(../images/sec-03-bg.jpg) left top no-repeat;
	background-size: cover;
	margin: 0px;
	padding: 70px 0px;
}
.our-team .team-heading h2 {
	color: #FFF;
}
.our-team .team-heading p {
	text-align: center;
	color: #fdd7d7;
	margin: 20px 0px;
}
.team-members {
	margin-top: 50px;
}
.member-circle {
	margin: 0 auto;
}
.member-circle img {
	margin: 0 auto;
	display: block;
	max-width: 100%;
}
.team .member-text h4 {
	color: #FFF;
	font-size: 20px;
	text-align: center;
	margin: 25px 0px 20px 0px;
}
.team .member-text p {
	color: #fdd7d7;
	text-align: center;
}
/**TESTIMONIAL  SECTION CSS sTART**/
.testimonial {
	background: url(../images/gallery-bg.jpg) left top no-repeat;
	background-size: cover;
	margin: 0px;
	padding: 50px 0px;
	position: relative;
}
.test-heading p {
	text-align: center;
	margin: 20px 0px;
}
/* Carousel */
#quote-carousel {
	padding: 0 10px 30px 10px;
	margin-top: 30px;/* Control buttons  *//* Previous button  */
    /* Next button  */
    /* Changes the position of the indicators */
    /* Changes the color of the indicators */
}
#quote-carousel .carousel-control {
	background: none;
	color: #CACACA;
	font-size: 2.3em;
	text-shadow: none;
	margin-top: 30px;
}
#quote-carousel .carousel-control.left {
	left: -60px;
}
#quote-carousel .carousel-control.right {
	right: -60px;
}
#quote-carousel .carousel-indicators {
	right: 50%;
	top: auto;
	bottom: 0px;
	margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
	width: 50px;
	height: 50px;
	margin: 5px;
	cursor: pointer;
	border: 4px solid #CCC;
	border-radius: 50px;
	opacity: 0.4;
	overflow: hidden;
	transition: all 0.4s;
}
#quote-carousel .carousel-indicators .active {
	background: #333333;
	width: 128px;
	height: 128px;
	border-radius: 100px;
	border-color: #f33;
	opacity: 1;
	overflow: hidden;
}
.testimonial .carousel-inner {
	min-height: 300px;
}
.item blockquote {
	border-left: none;
	margin: 0;
}
.item blockquote p:before {
	content: "\f10d";
	font-family: 'Fontawesome';
	float: left;
	margin-right: 10px;
}
/**TESTIMONIAL  SECTION CSS END**/

/**ABOUT  SECTION CSS END**/


/**PORTFOLIO CSS START**/
.portfolio {
	background: url(../images/gallery-bg.jpg) left top no-repeat;
	background-size: cover;
	margin: 0px;
	padding: 70px 0px;
}
.portfolio .portfolio-heading p {
	text-align: center;
	margin: 20px 0px;
}
.all-product {
	margin-top: 50px;
}
.all-product .pro-gallery img {
	width: 100%;
	transition: all 0.5s ease;
}
.all-product .pro-caption {
	width: 100%;
	color: #FFF;
	padding: 12px 15px;
	text-align: left;
	float: left;
	background: rgba(241, 32, 109, 0.64);
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 300;
	transition: all 0.5 ease;
}
.pro-caption a:hover {
	color: #fff;
}
.pro-caption .pro-price {
	float: right;
	text-align: right;
	font-weight: 400;
}
.product-pagination .pagination {
	float: right;
	margin: 20px 0px 0px 0px;
	border-radius: 0px;
}
.product-pagination .pagination > .active > a, .product-pagination .pagination > .active > span, .product-pagination .pagination > .active > a:hover, .product-pagination .pagination > .active > span:hover, .product-pagination .pagination > .active > a:focus, .product-pagination .pagination > .active > span:focus {
	color: #FFF;
	background: rgba(241, 32, 109, 0.64);
	border: none;
	cursor: pointer;
	border: 1px solid #f6699b;
}
.product-pagination .pagination > li > a:hover, .product-pagination .pagination > li > span:hover, .product-pagination .pagination > li > a:focus, .product-pagination .pagination > li > span:focus {
	background: rgba(241, 32, 109, 0.64);
	color: #FFF;
	border: 1px solid #f6699b;
}
.portfolio .all-product .col-md-4 {
	margin-bottom: 30px;
}
.all-product.all-product .product-img {
	
	position: relative;
}
.all-product .img-overlay {
	background: #000;
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
}
.all-product .img-overlay a {
	font-size: 20px;
	text-align: center;
}
.product-overlay-wrapper {
	bottom: 0;
	left: 0px;
	position: absolute;
	right: 0px;
	top: 0;
}
.product-img .product-overlay {
	background-attachment: scroll;
	background-clip: border-box;
	background-color: #000000;
	background-image: none;
	background-origin: padding-box;
	background-position-x: 0;
	background-position-y: 0;
	background-repeat: repeat;
	background-size: auto auto;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.product-img .product-overlay-content {
	left: 0px;
	margin: -24px auto 0px auto;
	display: block;
	position: absolute;
	top: 50%;
	right: 0px;
}
.product-img .product-overlay-content a {
	height: 50px;
	width: 50px;
	background: rgba(241, 32, 109, 0.64);
	border-radius: 50%;
	text-align: center;
	line-height: 50px;
	font-size: 18px;
}
.product-img .product-overlay-content a:hover {
	background: #FFF;
	color: #e53f80;
}
.product-img .product-overlay-content .product-overlay-cart {
	float: left;
	line-height: 1;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 25px;
	margin-top: 0;
}
.product-img .product-overlay-content {
	text-align: center;
}
.product-img .product-overlay-content .product-overlay-link {
	float: none;
	display: inline-block;
	margin: 0 5px auto 5px;
	margin-bottom: 0;
	color: #FFF;
}
.portfolio-thumbnail .product-overlay {
	background: #000;
	opacity: 0;
	filter: alpha(opacity=0);
}
.portfolio-thumbnail .product-overlay-content {
	opacity: 0;
	filter: alpha(opacity=0);
}
.all-product .pro-gallery img {
		width: 100%;
}
.product-overlay-content {
	opacity: 0;
}
.product-overlay {
	opacity: 0;
}
.pro-gallery:hover .product-overlay-wrapper {
	background: rgba(241, 32, 109, 0.52);
}
.pro-gallery:hover .product-overlay-content {
	opacity: 1;
}
/**PORTFOLIO CSS END**/

/**FEATURE INNER CSS START**/
.main-fature {
	background: url(../images/gallery-bg.jpg) no-repeat top center;
	background-size: cover;
	padding: 70px;
}
.main-fature-heading p {
	text-align: center;
	margin: 20px 0px;
}
.our-faetures {
	margin-top: 50px;
}
.innner-ser-circle {
	width: 105px;
	height: 105px;
	border: 2px solid #f1206d;
	border-radius: 50%;
	margin: 0 auto;
	text-align: center;
	line-height: 100px;
}
.innner-ser-circle a { transition:all 0.5s ease;
	color: #000;
}
.inner-serices .innner-ser-circle a:hover img{transform:rotate(360deg);}

.innner-ser-content h3 {
	font-size: 16px;
	margin: 15px 0px;
	font-weight: 600;
}
.innner-ser-content p {
	text-align: center;
}
.inner-serices .line-btn {
	text-align: center;
	margin-top: 20px;
}
.inner-serices .line-btn a, .inner-serices .line-btn a:active {
	background: none;
	border: 1px solid #f1206d;
	color: #f1206d;
	border-radius: 0px;
	text-transform: uppercase;
	padding: 10px 20px;
	margin-top: 10px;
}
.inner-serices .line-btn a:hover, .inner-serices .line-btn a:focus {
	background: #f1206d;
	color: #FFF;
}
.happy-clients {
	background: url(../images/slider-bg.jpg) left top no-repeat;
	background-size: cover;
	margin: 0px;
	padding: 50px 0px;
}
.review-icon {
	text-align: center;
	color: #FFF;
	margin-bottom: 15px;
}
.review-box .review-contaent h4 {
	margin: 0 auto;
	font-family: 'Lato', sans-serif;
	color: #FFF;
}
.review-box .review-contaent p {
	color: #FFF;
	text-align: center;
	margin-top: 15px;
}
.review-box .img-responsive {
	margin: 0 auto;
}
.what-we {
	background: url(../images/gallery-bg.jpg) no-repeat top center;
	background-size: cover;
	padding: 70px;
}
.what-we .we-heading p {
	text-align: center;
	margin: 20px 0px;
}
.what-we .we-content {
	text-align: center;
	margin-top: 30px;
}
.what-we .we-content p {
	line-height: 24px;
	margin-top: 10px;
}
/**FEATURE INNER CSS END**/


/**PRODUCT PRICE CSS START**/
.our-product {
	padding: 70px 0px 30px 0px;
	width: 100%;
	background: url(../images/gallery-bg.jpg) top center;
	background-size: cover;
}
.price-heading p {
	text-align: center;
	margin: 20px 0px;
}
.product-discrip {
	margin-top: 50px;
}
.dis-heading h3 {
	text-align: left;
	font-weight: 500;
}
.dis-heading p {
	font-weight: normal;
}
.dis-heading .price-subheading {
	margin-top: 15px;
}
.price-tage {
	margin: 15px 0px;
}
.price-tage ul {
	list-style: none;
}
.price-tage ul li {
	padding: 5px 0px;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 500;
}
.price-tage ul li .old-price {
	text-decoration: line-through;
	color: #f5699a;
}
.price-tage ul li .new-price {
	color: #f1206d;
}

.quantity .form-control{text-align:center;}
.quantity .input-group {
	width: 140px;
	text-align: center;
	margin-top: 15px;
	
}
.quantity .input-group .btn-default:hover, .quantity .input-group .btn-default:focus {
	background: #e53f80;
	color: #FFF;
}
.arrow-text {
	margin: 10px 0px 20px 0px;
}
.arrow-text ul li {
	font-weight: normal;
	font-size: 14px;
}
.arrow-text ul li i {
	padding-right: 5px;
}
.price-tage .bdr-btn {
	margin-top: 20px;
}
.price-tage .bdr-btn a, .price-tage .bdr-btn a:active {
	background: none;
	border: 1px solid #f1206d;
	color: #f1206d;
	border-radius: 0px;
	text-transform: uppercase;
	padding: 10px 20px;
	margin-top: 10px;
}
.price-tage .bdr-btn a:hover, .price-tage .bdr-btn a:focus {
	background: #f1206d;
	color: #FFF;
}
.diacription {
	width: 100%;
	padding-bottom:67px;
	background: url(../images/gallery-bg.jpg) top center;
	background-size: cover;
}
.diacription .diacription-heading h3 {
	text-align: left;
	margin: 15px 0px;
	font-size: 20px;
}
.discrition-btn .tab-content .tab-pane h5 {
	font-size: 20px;
	text-align: left;
	padding-bottom:20px;
}
.discrition-btn .tab-content{border:1px solid #f1206d; margin-top:15px; padding:15px;}

.rela-img{overflow:hidden;}
.rela-img img{width:100%; transition:all 0.5s ease;}
.rela-img img:hover{transform:scale(1.5,1.5);}

.related-products .related-gallery {
	margin-top: 50px;
}
.rela-img-cap {
	width: 100%;
	color: #FFF;
	padding: 12px 15px;
	text-align: left;
	float: left;
	background: rgba(241, 32, 109, 0.64);
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 300;
}
.rela-img-cap a:hover{color:#f19aba;}
.rel-price {
	float: right;
}
.discrition-btn .nav-tabs > li > a, .discrition-btn .nav-tabs > li > a:hover, .discrition-btn .nav-tabs > li > a:focus {
	background: none;
	border: 1px solid #f1206d;
	color: #f1206d;
	border-radius: 0px;
	text-transform: uppercase;
	padding: 10px 20px;
}
.discrition-btn .nav-tabs > li.active > a, .discrition-btn .nav-tabs > li.active > a:hover, .discrition-btn .nav-tabs > li.active > a:focus {
	background: #f1206d;
	border: 1px solid #f1206d;
	color: #FFF;
	border-radius: 0px;
	text-transform: uppercase;
	padding: 10px 20px;
}
.related-products {
	padding: 70px 0px;
	width: 100%;
	background: url(../images/sec-03-bg.jpg) top center;
	background-size: cover;
}
.related-products-heading h3 {
	color: #FFF;
}
.related-products-heading p {
	text-align: center;
	margin: 20px 0px;
	color: #fdd7d7;
}

.speciality-list{margin:10px 0px 0px 0px; list-style-type:none;}
.speciality-list li{padding-top:5px;}
.speciality-list li i{padding-right:5px;}
/**PRODUCT PRICE CSS END**/



/**CONTACT US CSS START**/
.contact-us{
	background: url(../images/gallery-bg.jpg) no-repeat top center;
	background-size: cover;
	padding:70px 0px;
}

.contact-us .reach-heading h2, .contact-form-heading h2{text-align:left;}
.contact-us .reach-heading p, .contact-form-heading p{margin:20px 0px;}
.contact-us .reach-heading .head-bdr, .contact-form-heading .head-bdr{margin:0px;}




.reach-content ul{list-style-type:none; margin-top:30px;}
.reach-content ul li{display:inline-block; margin:30px 0px; vertical-align:top; }
.reach-content .reach-icon a{ padding:25px; font-size:22px; background:#f1206d; color:#FFF;}
.reach-content .reach-icon a .fa-phone{padding-right:5px; text-align:center;}
.reach-content .reach-icon{float:left; margin-top:20px;}
.reach-content .reach-address{float:left; margin-left:25px;}
.reach-address .reach-address-heading h3{font-size:16px; text-align:left; margin-bottom:10px;} 
.reach-address-text a{color:#f1206d; font-size:15px;}

.map-sec{
	background: url(../images/slider-bg.jpg) no-repeat top center;
	background-size: cover;
	padding:70px 0px;
}
.follow-box{background:#f1206d;}
.follow-box ul{list-style-type:none;}
.follow-box ul li{display:inline-block; width:32.8%; text-align:center; line-height:100px;}
.follow-box ul li:hover{background:#d5135b;}
.follow-box ul li a{font-size:50px;}
.follow-box ul li a:hover{color:#f19aba;}
.follow-box-content{margin-top:20px;}
.follow-box-content h4{color:#FFF; font-size:20px; text-align:left;}
.follow-box-content .bdr-white{text-align:left; margin:20px 0px;}
.main-map iframe{width:100%; height:307px;}
/**CONTACT US CSS END**/




/**ERROR CSS START**/
.errorpage .errorsec { min-height:600px; padding-top:55px; background:url(../images/gallery-bg.jpg) center top; background-size:cover;}
.errorpage .header { background:#000;}
.error-heading p{text-align:center; margin:20px 0px;}	
.error-content ul { margin-left:20px; }
.error-content .error-file-content { margin-bottom:20px; }
.error-content .error-file-content h2{font-size:20px; text-align:left;}  
.error-content .error-file-content img{vertical-align:middle;}
.error-content .error-file-content p{margin:15px 0px;}
.file-notfound h2{font-size:16px; font-weight:600; text-align:left;}
.file-notfound ul{margin-top:10px;}
.errorpage ul li{line-height:22px;}
.errorpage .common-errors {margin-top:15px;}
.errorpage .common-errors ul { margin-top:10px; }

.errorsec .back-to-home a,
.errorsec .back-to-home a:active{background: none;
    border: 1px solid #f1206d;
    color: #f1206d;
    border-radius: 0px;
    text-transform: uppercase;
    padding: 10px 20px;
    margin-top: 20px;}
.errorsec .back-to-home a:focus,
.errorsec .back-to-home a:hover{background:#f1206d; color:#FFF;	}
/**ERROR CSS END**/

.main-form .form-control {	padding: 6px 12px 6px 0px; }
.footer-bottom.inner_footer {
	margin: 0px;
}
.about_us .header.sticky {
	position: fixed;
}
.navbar-me .navbar-header {
	padding-top: 5px; width: 38%;
}
.navbar-me .navbar-header .navbar-brand {

}
.related-products-heading { margin-bottom:50px; }
.contact-us-form { margin:30px 0px 0px -15px; }
.contact-us-form .form-control {
	box-shadow:none; 
 margin-bottom:50px;
  color:#000 !important;
  background:none;
  border:0px;
  border-bottom: 1px solid #716b6c;
    width: 100%;
	transition:all 0.5s ease;
  }
.contact-us-form .form-control:focus{border:1px solid #f1206d;}


.con-btn button, .con-btn button:active{background: none;
					   border: 1px solid #f1206d;
                       outline: none;
					   font-size: 16px;
					   color:#f1206d;
					   border-radius:0px;
					   padding: 11px 30px;
					   text-transform: uppercase;}

.con-btn button:hover, .con-btn button:focus{background:#f1206d !important;}

body.errorpage .footer-bottom { margin-top:0px; }

.wor-vid video{width:99%; height:auto;}




.navbar-default {
    background:none;
    border:none;
}
.navbar {
    position: relative;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background:none;
    color: #fff;
	border-bottom: 1px solid #f1206d;
}
.navbar-nav > li > a {
	padding:10px 0px 7px 0px;
	font-size:18px;

}

.navbar-default .navbar-nav > li > a {
    color: #fff;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:active, .navbar-default .navbar-nav > li > a:focus {
    color: #fff;
	border-bottom: 1px solid #f1206d;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
   color: #fff;
	border-bottom: 1px solid #f1206d;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{margin:0px;}
.navbar-default .navbar-nav { padding-top:30px; }
header.header.sticky .navbar-default .navbar-nav { padding-top:15px; }

.navbar-nav > li{margin-right:20px;}
.navbar-nav > li:last-child{margin-right:0px;}
.navbar{min-height:inherit; margin-bottom:0px; padding-top:5px;}
a.navigate { display:none;}

.about-ser:hover .ser-circle { transform: rotate(360deg); -moz-transform: rotate(360deg); -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); }