* {
	margin: 0;
	padding: 0;
}

@font-face {
  font-family: 'Montserrat-Regular';
  src: url('../fonts/Montserrat-Regular.eot');
  src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
       url('../fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg'),
       url('../fonts/Montserrat-Regular.woff') format('woff'),
       url('../fonts/Montserrat-Regular.ttf') format('truetype'),
       url('../fonts/Montserrat-Regular.otf') format('otf'),
       url('../fonts/Montserrat-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'MerriweatherSans-Bold';
  src: url('../fonts/MerriweatherSans-Bold.eot');
  src: url('../fonts/MerriweatherSans-Bold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/MerriweatherSans-Bold.svg#MerriweatherSans-Bold') format('svg'),
       url('../fonts/MerriweatherSans-Bold.ttf') format('truetype'),
       url('../fonts/MerriweatherSans-Bold.woff') format('woff'),
       url('../fonts/MerriweatherSans-Bold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

body {
	font-family: 'Montserrat-Regular', sans-serif;
	font-size: 14px;
}

h1 h2 h3 h4 h5 h6 {
	font-family: 'MerriweatherSans-Bold', sans-serif;
}

p {
	margin-bottom: 10px;
}

a,
a:hover {
	text-decoration: none;
}

img {
	border: 0;
}

                                 /*Index page start*/















	/* Pre-Loader */


#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 999999;
}
#status {
	width: 200px;
	height: 200px;
	position: absolute;
	left: 50%;
	top: 50%;
	background: url(../img/preloader.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin: -100px 0 0 -100px;
}









	/* Top Section */


.top {
	width: 100%;
	height: auto;
	background: #4E37AF;
	color: #fff; 
}

.top .login {
	float: left;
	line-height: 50px;
	margin-right: 20px;
}

.top .login i {
	font-size: 20px;
	padding-right: 5px;
}

.top .login a {
	font-size: 16px;
	color: #fff;
}

.top .login a:hover {
	color: #ed2f51;
}
.top .search {
	float: left;
	line-height: 50px;
}

.top .search input {
	width: 150px;
	height: 35px;
	padding: 10px;
}

.top .search input:focus {
	color: #2F2C2C;
}

.top .search i {
	font-size: 18px;
	padding-right: 5px;
}

.top ul {
	float: right;
}

.top ul li {
	float: left;
	list-style-type: none;
	margin-left: 10px;
	padding-top: 12px;
}

.top ul li a {
	width: 24px;
	height: 24px;
	line-height: 24px;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	display: block;
}

.top ul li a:hover {
	background: #ed2f51;
}

.top ul li a i {
	font-size: 15px;
	transition: transform 1s;  /* rotate hower jonno */

}
.top ul li:hover a i {
	transform: rotate(360deg);  /* rotate hower jonno */
}
















	/* Top Logo+Menu */

.header {
	width: 100%;
	height: auto;
	background: #fff;
}
.header .logo img {
	width: 110px;
  height: 90px;
  margin-top: 10px;
  cursor: pointer;
}
.header .menuzord {
	padding: 0;
}
.header ul.menuzord-menu {
	float: right;
}
.header .menuzord-menu > li > a {
	padding: 26px 0 26px 32px;
	font-weight: bold;
	color: #2F2C2C;
	font-size: 15px;
}
.header .menuzord-menu > li > a:hover {
	color: #4E37AF;
}

.header .menuzord-menu .dropdown li a {
	color: #2F2C2C;
	font-weight: bold;
	font-size: 13px;
}
.header .menuzord-menu .dropdown li a:hover {
	color: #2F2C2C;
	background-color: #4E37AF;
}
.header .menuzord-menu .active a {
	color: #4E37AF;
}












/* Header sticky */

.header.sticky {
	position: fixed;
	top: 0;
	z-index: 99999;
}


/* Header sticky small */

.header.sticky .logo img {
	height: 90px;
	padding-bottom: 10px;
}
















	/* Slider section */

.slide-carousel {
	position: relative;
}

.slide-carousel h2 {
	margin-top: 0;
}

.slide-carousel .item {
	height: 580px;
	text-align: left;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
}

.slide-carousel .text {
	padding-top: 100px;
	z-index: 9999;
	position: relative;
}

.slide-carousel .text h2 {
	font-size: 60px;
  margin-bottom: 15px;
	color: #FFFFFF;
	font-weight: bold;

	-webkit-animation-duration: .8s;
	animation-duration: .8s;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

.slide-carousel .text h3 {
	font-size: 35px;
  margin-bottom: 15px;
	color: #FFFFFF;

	-webkit-animation-duration: .8s;
	animation-duration: .8s;
	-webkit-animation-delay: .4s;
	animation-delay: .4s;
}

.slide-carousel .text p {
	margin-top: 35px;

	-webkit-animation-duration: .8s;
	animation-duration: .8s;
	-webkit-animation-delay: .8s;
	animation-delay: .8s;
}

.slide-carousel .text p a {
	width: 30px;
  height: 14px;
  background: #4E37AF;
  padding: 10px;
  color: white;
  transition: all 0.5s ease;
}

.slide-carousel .text p a:hover {
	background: #ed2f51;
}

.slide-carousel .owl-prev {
	display: block;
	position: absolute;
	top: 5%;
	top: 20px;
	right: 50px;
}

.slide-carousel .owl-next {
	display: block;
	position: absolute;
	top: 20px;
	right: 10px;
}

.slide-carousel .owl-nav [class*=owl-] {
	font-size: 15px;
	font-weight: bold;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50%;
	padding: 0;
	text-align: center;
	background: #4E37AF;
	color: #f2f3f3;
}

.slide-carousel .owl-nav [class*=owl-]:hover {
	background: #ed2f51;
}















	/* Service */

.service {
	margin-top: -10px;
	width: 100%;
	height: auto;
	background: #FFFFFF;

}

.service .item {
	margin-top: 40px;
	text-align: center;
}

.service .item .photo {
	width: 100%;
	height: 250px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	position: relative;
	overflow: hidden;
}

.service .item .photo .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #4E37AF;
	top: -250px;
	left: 0;
	opacity: 0;
	transition: all 0.4s ease;
}

.service .item:hover .photo .overlay {
	opacity: 0.5;
	top: 0;
}


/*.service .item .photo1 img {
	width: 100%;
	height: auto;
}*/

.service .common-heading {
	text-align: center;
	width: 100%;
	height: auto;
}

.service .common-heading h2 {
	color: #4E37AF;
	margin-top: 40px;
	font-weight: bold;
	font-family: 'MerriweatherSans-Bold', sans-serif;

}

.service .common-heading .bar {
	margin: 0 auto;
	width: 215px;
	height: 2px;
	background: #4E37AF;
}

.service .common-heading h3{
	color: #4E37AF;
	font-size: 22px;
	font-family: 'MerriweatherSans-Bold', sans-serif;
}



.service .item h2 {
	color: #2F2C2C;
	font-size: 22px;
	font-family: 'MerriweatherSans-Bold', sans-serif;
}

.service .item p {
	color: #2F2C2C;
	font-size: 16px;
	margin-bottom: 20px;
}

.service .item p.button {
	color: white;
	margin-bottom: 70px;
	
}

.service .item p.button a {
	width: 24px;
  height: 12px;
  background: #4E37AF;
  padding: 8px;
  color: white;
  transition: all 0.7s ease;
}

.service .item p.button a:hover {
	background: #ed2f51;
}










 








/*  Product Category animation */
.gallery {
	margin-bottom: 40px;
}

.gallery .category {
	text-align: center;
}

.gallery .category h2 {
		font-size: 30px;
		font-weight: bold;
		font-family: 'MerriweatherSans-Bold', sans-serif;
		color: #2F2C2C;
}








/* Products */

.product {
	width: 100%;
	height: auto;
}

.product .container {
	text-align: center;
}

.product .container h2 {
	font-size: 30px;
	font-weight: bold;
	font-family: 'Montserrat-Regular', sans-serif;
	color: #2F2C2C;
	text-align: center;
}

.product .container .bar {
	width: 140px;
	height: 4px;
	background: #2F2C2C;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 40px;

}

.product .container .wrapper {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	text-align: center;
}

.product .container .wrapper h4 {
	font-weight: bold;
	color: #2F2C2C;
}

.product .container .wrapper h5 {
	color: #2F2C2C;
}

.product .container .wrapper h6 i {
	color: #4E37AF;
}

.product .container .wrapper p {
	color: #2F2C2C;
	padding-bottom: 10px;
}

.product .container .wrapper p i {
	font-size: 15px;
}

.product .container .wrapper .button {
	text-align: center;
}

.product .container .wrapper .button p {
	color: white;
}

.product .container .wrapper .button p a {
	width: 24px;
  height: 12px;
  background: #4E37AF;
  padding: 8px;
  color: white;
  transition: all 0.7s ease;
}

.product .container .wrapper .button p a:hover {
	background: #ed2f51;
}
.product .container .wrapper:hover .button p a{
	background: #ed2f51;
}





/* Products animation */

.product .ml6 {
  position: relative;
  font-weight: 900;
  font-size: 3.3em;
}

.product .ml6 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.2em;
  padding-right: 0.05em;
  padding-bottom: 0.1em;
  overflow: hidden;
}

.product .ml6 .letter {
  display: inline-block;
  line-height: 1em;
}











/* Wrapper YOUR ORDER AWAITS */
.wrapper  {
  width: 100%;
  height: auto;
  margin-top: 50px;
}
.wrapper .item {
  padding: 80px 0 50px 0;
	background: url(../img/wrapper1.jpg);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	position: relative;
	z-index: 99;
}
.wrapper .item:after {
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	background: rgba(0, 0, 0, .3);
	top: 0;
	left: 0;
	z-index: -1;
}
.wrapper .col-md-12 {
  padding: 0;
}
.wrapper .item .text {
  padding-left: 60px;
  z-index: 9999;
}
.wrapper .item .text h5 {
	font-family:'Montserrat-Regular', sans-serif;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 17px;
}
.wrapper .item .text h6 {
	font-size: 16px;
  color: #fff;
  padding-bottom: 17px;
}
.wrapper .item .text p {
  width: 160px;
  height: 35px;
  padding: 5px 10px;
  text-align: center;
  background: #4E37AF;
}
.wrapper .item .text p:hover {
  background: #ed2f51;
  transition: all 0.7s ease;
  cursor: pointer;
}
.wrapper .item .text p a {
  color: #fff;
}












/* Client comment */
.client {
	margin-top: 50px;
}

.client .item1 {
  width: 90%;
  height: 200px;
  background: #ed2f51;
  margin: 0 auto;
  text-align: center;
  border-radius: 15px;
  position: relative;
}
.client .item1 p {
  color: #fff;
  padding: 30px 40px;
  font-size: 20px;
  font-family: DancingScript-Regular;
}
.client .item1 i {
  position: absolute;
  top: 4%;
  left: 1%;
  font-size: 30px;
  color: #4E37AF;
}
.client .item1 p i {
  position: absolute;
  top: 84%;
  left: 92%;
  font-size: 30px;
  color: #4E37AF;
}
.client .animation {
  font-size: 22px;
}
.client .animation .letter {
  display: inline-block;
  line-height: .5em;
}






.client .item2 {
  width: 70%;
  height: 180px;
  background: #4E37AF;
  margin: 0 auto;
  border-radius: 15px;
  text-align: center;
}
.client .item2 img {
  width: 85px;
  height: 85px;
  padding: 5px;
  border-radius: 50%;
}
.client .item2 h6 {
  color: #FFFFFF;
}
.client .item2 h5 {
	font-weight: bold;
  color: #FFFFFF;
}
.client .item2 h4 i {
  color: #FFFFFF;
}
.client .item2:hover h4 i {
  color: #ed2f51;
}







/* Our client section*/


/* ourclient */

.ourclient {
	width: 100%;
	height: auto;
	margin-top: 50px;
}
.ourclient .bar {
	width: 150px;
	height: 2px;
	background: #2F2C2C;
	margin: 0 auto;
}
.ourclient .item h2 {
	text-align: center;
	color: #2F2C2C;
	font-weight: bold;
	font-family: 'MerriweatherSans-Bold', sans-serif;
}
.ourclient .item p {
	color: #838383;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}
.ourclient .item img {
	margin-bottom: 30px;
	padding-left: 30px;
}















/* Footer */

.footer {
	width: 100%;
	background: #4E37AF;
	overflow: hidden;
	padding-top: 50px;
	padding-bottom: 50px;
}

.footer .bar {
	width: 80px;
	height: 2px;
	background: #fff;
	margin-top: -5px;
	margin-bottom: 10px;
}

.footer h2 {
	color:#fff;
	font-size: 20px;
	text-transform: uppercase;
	margin-top: 0;
}


.footer ul li {
	color: #fff;
	padding-top: 10px;
	list-style-type: none;
	margin-bottom: 10px;
	position: relative;
}

.footer ul li a {
	color: #fff;
	font-size: 14px;
}

.footer ul li a:hover {
	text-decoration: none;
	color: #ed2f51;
}

.footer ul li i {
	margin-right: 7px;
}

.footer ul li a i {
	margin-right: 7px;
}








								/*Index page End*/


















/* Scroll up */

.scrollup {
	position: fixed;
	z-index: 99999;
	bottom: 20px;
	right: 20px;
	display: none;
}
.scrollup i {
	width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 50%;
	background: #4E37AF;
	color: #fff;
	text-align: center;
	font-size: 20px;
	opacity: 0.4;
}
.scrollup i:hover {
	background: #ed2f51;
	opacity: 5;
}







/* Copyright */

.copyright {
	background: #4E37AF;
	text-align: center;
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
}

















/*  Photo Galery product category */
	/*  (Ul) */

ul.gallery-menu {
	text-align: center;
	margin-bottom: 25px;
	margin-top: 50px;
}

ul.gallery-menu li {
	display: inline-block;
	margin-right: -4px;
	padding: 6px 14px;
	cursor: pointer;
	border: 2px solid #efeded;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
	background: #efeded;
	color: #2F2C2C;
}

ul.gallery-menu li:hover {
	border: 2px solid #ed2f51;
	background: #ed2f51;
	color: #fff;
}

ul.gallery-menu li.filter.active {
	border: 2px solid #4E37AF;
	background: #4E37AF;
	color: #fff;
}

ul.gallery-menu li {
	border-radius: 0;
	margin-right: 10px;
}







 /*   Photo Galery product category */
	/* Mix it Up */

.gallery .mix {
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
	display: none;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
}

.gallery .mix .content-box {
	position: relative;
}

.gallery .mix img {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.gallery .mix .inner {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	text-align: center;
}








