h2.cmn-head {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 30px;
	position: relative;
	padding-bottom: 9px;
	margin-bottom: 15px;
}
h2.cmn-head:after {
	content: '';
	width: 100px;
	height: 5px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #f05683;
}
.banner {
	background: url(../images/banner.jpg) no-repeat top center;
    background-size: contain;
	background-color: #f3f3f3;
	min-height: 450px;
}
section.welcme-cnt, section.our-products, section.brands, section.inner-cnt {
	padding: 30px 0;
}
section.welcme-cnt p, section.our-services p, section.inner-cnt p {
	font-size: 17px;
	line-height: 27px;
	margin-bottom: 10px;
}
section.our-services {
	padding: 30px 0;
	background: #cbfae6;
}
section.our-services ul li a {
	text-transform: uppercase;
	color: #000;
	font-size: 20px;
}
section.our-services ul li {
	padding: 5px 0 5px 50px;
}
.pro-wrapper {
	padding: 15px;
	border: 1px solid #f05683;
	color: #000;
	min-height: 235px;
	margin-top: 30px;
	cursor: pointer;
}
.pro-wrapper h3 {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
}
section.our-products ul {
	padding-top: 20px;
}
section.our-products ul li {
	padding: 5px 0 0 18px;
	position: relative;
}
a.view-more {
	background: #f05683;
	color: #fff;
	padding: 5px 7px;
	border-radius: 15px;
	font-size: 14px;
	margin: 14px 0 0 15px;
}
section.our-products ul li:before {
	content: '→';
	padding-right: 5px;
	color: #f05683;
}
.pro-wrapper:hover {
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0,0.3);
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0,0.3);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0,0.3);
	background: #f05683;
	color: #fff;
}
.pro-wrapper:hover ul li:before {
	color: #fff;
}
.pro-wrapper:hover a.view-more {
	background: #f2f2f2;
	color: #000;
}
section.testimonials {
	background: #f2f2f2;
	padding: 30px 0;
}
.testimonials .carousel-fade .carousel-inner .item {
	transition-property: opacity;
}
.testimonials .carousel-fade .carousel-inner .item, .testimonials .carousel-fade .carousel-inner .active.left, .testimonials .carousel-fade .carousel-inner .active.right {
	opacity: 0;
}
.testimonials .carousel-fade .carousel-inner .active, .testimonials .carousel-fade .carousel-inner .next.left, .testimonials .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.testimonials .carousel-fade .carousel-inner .next, .testimonials .carousel-fade .carousel-inner .prev, .testimonials .carousel-fade .carousel-inner .active.left, .testimonials .carousel-fade .carousel-inner .active.right {
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.testimonials .carousel-fade .carousel-control {
	z-index: 2;
}
.testimonials a.carousel-control {
	position: static;
	margin-top: 35px;
	width: 33px;
	height: 33px;
	background-image: none !important;
	border: 1px solid #303030;
	background: transparent;
	border-radius: 2px;
	color: #000;
	opacity: 1 !important;
	font-size: 25px;
	text-shadow: none;
	line-height: 26px;
}
.testimonials a.carousel-control:hover {
	background-color: #666666;
	color: #fff;
}
.testimonials a.carousel-control.left {
	margin-right: 5px;
}
.testimonials ul.star_rating {
	margin-top: 40px;
}
.testimonials .rated {
	color: #ffd203;
}
.testimonials ul.star_rating li {
	font-size: 18px;
}
#carousel {
	text-align: center;
}
.testimonials h3 {
	text-transform: uppercase;
	margin-top: 45px;
	margin-bottom: 11px;
	font-family: Raleway, sans-serif;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 1px;
	font-weight: 700;
	font-style: normal;
}
.testimonials p {
	font-size: 20px;
	line-height: 35px;
	letter-spacing: 0px;
	font-weight: 400;
	font-style: normal;
	text-transform: none;
	min-height: 110px;
	padding: 0 7%;
	display: flex;
	align-items: center;
	justify-content: center;
}
ul.nav.nav-tabs > li {
	float: none;
	background: #f2f2f2;
}
.nav-tabs > li > a {
	border-radius: 0;
	margin: 0;
	color: #000;
	text-transform: uppercase;
	border: none;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, .nav-tabs > li > a:hover {
	color: #fff;
	background: #f05683;
	border: none;
}
.tab-content {
	padding: 15px;
	box-shadow: 0px 0px 5px 2px #f2f2f2;
}
.tab-content h3 {
	font-weight: 600;
	font-size: 20px;
	padding-bottom: 5px;
}
.product .tab-content p {
	font-size: 16px;
	line-height: 25px;
}
.form-cnt {
	padding: 15px;
	background: #f05683;
}
.form-control {
	border-radius: 20px;
	border: none;
	margin-bottom: 15px;
	color: #000;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
.form-control::placeholder {
 color:#000;
}
.send-btn {
	text-transform: uppercase;
	font-size: 17px;
	color: #000;
	background: #fff;
	padding: 5px 0;
	width: 100px;
	border-radius: 20px;
}
.cnt-details {
	padding: 15px;
	background: #f2f2f2;
	margin-top: 30px;
	min-height: 140px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	border-bottom: 3px solid #f05683;
}
.cnt-details a {
	color: #000;
	font-size: 20px;
	font-weight: 600;
	margin-top: 5px;
}
.status .form-control {
	margin-bottom: 0;
}
.status-details {
	margin-top: 30px;
}
.status-details span.rno {
	background: #f05683;
	color: #fff;
	padding: 0px 3px;
}
.status-details table td, .status-details table th {
	border: 1px solid #f05683 !important;
	padding: 5px;
}
.status-details table {
	margin-top: 30px;
}
.status-details table th {
    font-weight: 600;
}
main.status+#footer,main.status+#footer+p.copy-right {
    position: static;
    bottom: 22px;
    left: 0;
    right: 0;
}

main.status+#footer+p.copy-right {
    bottom: 0;
}
span.error {
    color: #fff;
    display: none;
}
p.success {
    background: #177b17;
    color: #fff;
    margin-top: 30px;
    padding: 5px 10px;
	animation:fadeout 5s linear forwards;
}
@keyframes fadeout {
	0%{
		opacity: 1;
		visibility: visible;
		}
	100%{
		opacity: 0;visibility: hidden;
		}
}
@media (max-width:1400px) and (min-width:991px) {
ul.nav.navbar-nav > li {
    font-size: 13px;
    letter-spacing: 0px;
}
ul.nav.navbar-nav > li >a {
    padding-top: 5px;
    padding-bottom: 5px;
}
.navbar-brand > img {
    height: 50px;
}
header ul.social li:last-child a {
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 12px;
    float: right;
	margin-top: 0;
}
header ul.social li:first-child a {
    display: none;
}
.banner {
    min-height: 250px;
}
.cnt-details a {
	font-size: 15px;
}
}
@media (max-width:990px) and (min-width:768px) {
	.banner {
    min-height: 200px;
}
}

@media (max-width:991px) {
main.status+#footer, main.status+#footer+p.copy-right {
	position: static;
}
section.our-products ul li {
	font-size: 13px;
}
.cnt-details a {
	font-size: 12px;
}
section.inner-cnt .cnt-details p {
    font-size: 13px;
    line-height: 20px;
}
}
@media (max-width:767px) {
.home .banner {
	display: none;
}
h2.cmn-head {
	font-size: 20px;
}
section.welcme-cnt p, section.our-services p {
	font-size: 14px;
	line-height: 20px;
}
section.our-services ul li {
	padding-left: 15px;
}
section.our-services ul li a {
	font-size: 16px;
}

.status .form-control {
    margin-bottom: 10px;
}
.product img {
    padding-bottom: 10px;
}
.testimonials p {
    font-size: 16px;
    line-height: 28px;
}
}
