@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500);

html > body * {
	outline: none !important;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: 'Roboto', arial, sans-serif;	
	background: #333;
	word-wrap: break-word;
}
*, html, body {
	margin: 0;
	padding: 0;
	text-decoration: none;
}
img {border: none;}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', arial, sans-serif;
	font-weight: 500;
}
p, label, li, input, select, textarea, button {
	font-family: 'Roboto', arial, sans-serif;
	font-weight: 400;
	color: #333;
}
.mainbtn{
	display:inline-block;
	min-width:150px;
	min-height:44px;
	background:#e5576e;
	color:#fff;
	font-weight: 500;
	font-size: 16px;	
	line-height:44px;
	border-radius:15px;
	border:none;
	text-align:center;
	text-decoration:none;	
	transition: 0.3s ease;
	padding:0px 20px;
	box-shadow: 0px 2px #000;
	}
.mainbtn:hover{background:#af273d;}


/****************** Header *****************/
.topheader{
	display: flex;
	width:100%;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 5;
	padding: 15px 0px;
	background:#fffafb;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	border-top:solid 2px #ea4e69;
}

.logo{float:left;}
.logo img{max-height:70px;}

.menu{
	float:right;
	margin-top:12px;
}
.menu ul{
	float:right;	
	margin:0px;
	padding:0px;
	list-style: none;
	}
.menu ul li{
	float:left;
	font-weight: 500;
	font-size: 16px;
	margin-left:40px;
	line-height:40px;
	}	
.menu ul li a{
	float:left;
	color:#333;
	text-decoration: none;
	height:40px;
	transition: 0.3s ease;
	}
.menu ul li a.active{color:#ea4e69; border-bottom:solid 2px #ea4e69;}
.menu ul li a:hover{color:#ea4e69;}	

	
.menubtn{
	float: right;
	border: solid 1px #ea4e69;
	border-radius: 5px;
	width: 40px;
	height: 40px;
	background-color: #ea4e69;
	margin-top: 4px;
}
.menubtn svg{
	width: 30px;
	height: 30px;
	color: #fff;
}

.offcanvas-header{
	justify-content: space-between;
	border-bottom: solid 1px #444;
}
.mobilogo{float:left; max-height:50px;}
.menu-close{
	border: none;
	width: 40px;
	height: 40px;
	background:none;
}
.menu-close svg{
	width: 40px;
	height: 40px;
	color: #fff;
}

.mobimenu{
	margin-top:10px;
}
.mobimenu ul{
	margin:0px;
	padding:0px;
	list-style: none;
	}
.mobimenu ul li{
	font-weight: 500;
	font-size: 16px;
	line-height:40px;
	margin: 15px 0px;
	}	
.mobimenu ul li a{
	color:#fff;
	text-decoration: none;
	transition: 0.3s ease;
	}
.mobimenu ul li a.active{color:#ea4e69;}
.mobimenu ul li a:hover{color:#ea4e69;}

.offcanvas-footer{
	background:#131e25;	
	padding: 15px 0px;
	text-align: center;
	font-weight: 300;
	font-size: 13px;
	color:#999;
}

.whatsapp-btn{
	float: left;
	background: #25D366;
	color: #fff;
	font-size: 14px;
	padding: 10px 15px;
	border-radius: 15px;
	text-decoration: none;
	margin-top:15px;
}

.whatsapp-btn svg{
	width:20px;
	height:20px;
	fill:#fff;
	display:inline-block;
	margin-right:5px;
	}	


@media  (max-width: 991px) {	
.logomenu{padding:10px 0px;}
.logo img{max-height:50px;}	
.whatsapp-btn{font-size: 13px; padding: 10px 10px; margin-top:3px;}
.whatsapp-btn svg{width:18px; height:18px; margin-right:0px;}	
}

/****************** Home Banner *****************/

.home-banner{
	display: flex;
	background: #e5c4e3 url("../../images/homebg.jpg")no-repeat top right fixed;
    background-size: cover;
	padding:180px 0px 50px 0px;
	min-height: 100vh;
}
.banner-txt{
	float:left;
	width:100%;
}
.banner-txt h1{
	font-size: 54px;
	margin:0px;
	text-transform: uppercase;
	text-shadow: 0px 2px #000;
}

.banner-txt h1 span{
	color:#e5576e;
}
.banner-txt p{
	font-size: 18px;
	font-weight: 500;
	line-height:1.8;
	margin:15px 0px 0px 0px ;
	padding:0px;
}
.banner-txt a.mainbtn{margin-top:30px;}

@media  (max-width: 768px) {
.home-banner{padding:140px 0px 60px 0px; min-height: 100px;	background: #e5c4e3 url("../../images/homebg.jpg")no-repeat top center fixed; background-size: cover;}
.banner-txt h1{font-size: 40px;}
.banner-txt h1 br{display: none;}
}


/****************** Home products *****************/	
.home-products{
	display: flex;
	padding: 70px 0px;
	background:#fff;
}

.home-txt{
	float:left;
	width:100%;
	text-align:center;
}

.home-txt h2{
	font-size: 44px;
	color:#e5576e;
	text-shadow: 0px 1px #000;
	}

.home-txt p{
	font-size: 16px;
	line-height: 1.8;
}

.product-list{
	position: relative;
	text-align: center;
	padding: 15px;
	margin-top: 20px;
}

.product-list img{
	padding: 8px;
	border:solid 1px #e5576e;
	border-radius: 8px;
	transition: 0.3s ease;
}
.product-list:hover img{
	border:solid 1px #ccc;
	margin-top: -5px;
}

.product-list h3{
	font-size: 18px;
	margin:15px 0px 0px 0px;
}
.product-list h3 a{
	color:#333;
	text-decoration: none;
	transition: 0.3s ease;
}

.product-list h3:hover a{
	color:#e5576e;
}

@media  (max-width: 768px) {
.home-products{padding: 40px 0px;}
.home-txt h2{font-size: 36px;}

}

/****************** footer *****************/	

footer{
	float:left;
	width:100%;
	background:#000;
	padding-top:10px;
	border-top:solid 3px #ea4e69;
}

.company-logo{
	float:left;
	width:100%;
	}
.company-logo img{
	width:100%; 
	max-width:150px; 
	margin-top:15px;
	}
.footer-link{
	float:left;
	width:100%;
	}
.footer-link h5{
	font-weight: 300;
	font-size: 18px;
	line-height:20px;
	color:#fff;
	margin: 40px 0px 30px 0px;
	padding-left:10px;
	border-left:solid 2px #ea4e69;
	}

.footer-link h6{
	display: inline-block;
	font-size: 16px;
	color:#ccc;
	margin: 35px 0px 5px 0px;	
	}
.footer-link h6 a{
	color:#fff;
	text-decoration: none;
	}
.footer-link h6 a:hover{
	color:#ea4e69;
	}

.footer-link p{
	font-weight: 400;
	font-size: 14px;
	line-height:22px;
	margin:0px 0px 10px 0px;
	color:#808d95;
	}
.footer-link p a{
	color:#808d95;	
	text-decoration:none;
	transition: 0.3s ease;
	}
.footer-link p svg{
	width:18px;
	height:18px;
	fill:#ea4e69;
	display:inline-block;
	margin-right:5px;
	}	
	
.footer-link p a:hover{color:#ff7089;}

.footer-link ul{
	float:left;
	width:100%;
	margin:0px;
	padding:0px;
	list-style: none;	
	}	
.footer-link ul li{float:left; margin:0px 20px 0px 0px;}
.footer-link ul li a{
	display:inline-block;
	width:26px;
	height:26px;
	transition: 0.3s ease;
	}
.footer-link ul li a svg{
	width:24px;
	height:24px;
	fill:#ea4e69;
	display:inline-block;
	}
.footer-link ul li a:hover svg{
	width:24px;
	height:24px;
	fill:#fff;
	display:inline-block;
	}

.footer-txt{
	float:left;
	width:100%;
	background:#131e25;	
	padding: 15px 0px;
	text-align: center;
	font-weight: 300;
	font-size: 14px;
	color:#999;
	margin-top:40px;
}

.callmobi{
	position: fixed;
	bottom: 0px;
	left: 0px;
	float:left;
	width:100%;
	background:#ea4e69;	
	padding: 12px 0px;
	text-align: center;
	font-weight: 500;
	font-size: 16px;

}
.callmobi a{
	color:#fff;	
	text-decoration:none;
	}

@media  (max-width: 768px) {
.home-txt p br{display:none;}
.company-logo{text-align:center; border-bottom:solid 1px #333;}
.company-logo img{margin-bottom:35px;}
}

/****************** About Us *****************/

.services-container{
	float:left;
	width:100%;
	background: #ffe4e8;
	padding:150px 0px 50px 0px;
}
.bdr-btm-md{
	border-bottom: solid 1px #e5576e;
}

.bdr-btm{
	border-bottom: solid 1px #e5576e;
}
.services-txt{
	float:left;
	width:100%;
}
.services-txt h2{
	font-size: 30px;
	line-height:36px;
	margin:0px 0px 30px 0px;	
	position: relative;
}
.services-txt h2::after {
	content: ' ';
	height: 3px;
	background: #e5576e;
	width: 90px;
	position: absolute;
	left:0px;
	bottom:-10px;
}
.services-txt h3{
	font-size: 24px;
	margin:30px 0px 15px 0px ;
	color:#e5576e;
	padding:0px;
}
.services-txt h5{
	font-size: 18px;
	margin:20px 0px 8px 0px ;	
	padding:0px;
}

.services-txt p{
	font-size: 14px;
	line-height:24px;	
	padding:0px;
}

.services-txt ul{
	padding:0px;
	margin: 20px 0px;
	list-style: none;
}

.services-txt li{
	font-size: 15px;
	line-height:24px;	
	padding:0px;
	margin-top: 10px;
	position: relative;
	}

.services-txt li::before{
	content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23e5576e" viewBox="0 0 16 16"><path d="M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm10.03 4.97a.75.75 0 0 1 .011 1.05l-3.992 4.99a.75.75 0 0 1-1.08.02L4.324 8.384a.75.75 0 1 1 1.06-1.06l2.094 2.093 3.473-4.425a.75.75 0 0 1 1.08-.022z"/></svg>');
	float: left;
	width: 20px;
	height: 20px;
	margin: 3px 10px 10px 2px;
}

.pro-img img{
	padding: 5px;
	border:solid 1px #e5576e;
	border-radius: 10px;
}

@media  (max-width: 768px) {
	
.services-container{padding:100px 0px 40px 0px;}
.bdr-btm-md{border-bottom: none;}
}

/****************** Contact Us Content *****************/

.contact-container{
	float:left;
	width:100%;
	background: #efcec9 url("../../images/contactbg.jpg")no-repeat top left fixed;
    background-size: cover;
	}
	
.contactleft{padding:160px 0px 0px 0px;}

.contactright{
	float:left;
	width:100%;
	padding:160px 0px 50px 0px;
	}

.contactright iframe{
	width: 100%;
	min-height: 350px;
	border: solid 1px #666;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.5) ;
	}

.contact-txt{
	float:left;
	width:100%;
	}
.contact-txt h2{
	font-size: 30px;
	line-height:36px;
	margin:0px 0px 30px 0px;
	position: relative;
}
.contact-txt h2::after {
	content: ' ';
	height: 3px;
	background: #e5576e;
	width: 90px;
	position: absolute;
	left:0px;
	bottom:-10px;
}
.contact-txt p{
	font-size: 16px;
	line-height:24px;
	padding:0px;
}

.contact-details{
	float:left;
	width:100%;
	margin:10px 0px;
}
.contact-details p{
	float:left;
	width:100%;
	font-size: 15px;
	line-height:22px;
	margin:0px 0px 12px 0px;
	padding:0px;
}

.contact-details p a{
	color:#333;	
	text-decoration:none;
	transition: 0.3s ease;
	}
.contact-details p svg{
	float: left;
	width:24px;
	height:24px;
	fill:#e5576e;
	margin: 0px 12px 42px 0px;
	}
.contact-details p a:hover{color:#e5576e;}

@media  (max-width: 768px) {
.contactleft{padding:120px 0px 0px 0px;}
.contactright{padding:0px 0px 30px 0px;}
.contact-txt p br{display: none;}
.contact-details p br{display: none;}
}



/****************** Thanks Content *****************/

.other-container{
	float:left;
	width:100%;
	background: #ffe4e8;
	padding:170px 0px 70px 0px;
	}
.other-txt{
	float:left;
	width:100%;
	min-height:300px;
	text-align:center;
}
.other-txt h2{
	font-size: 30px;
	line-height:36px;
	margin:0px 0px 40px 0px;
	position: relative;
}
.other-txt h2::after {
	content: ' ';
	height: 3px;
	background: #e5576e;
	width: 100px;
	position: absolute;
	left:50%;
	margin-left:-50px;
	bottom:-10px;
}

.other-txt h3{
	font-size: 30px;
	line-height:30px;
	margin:0px 0px 10px 0px;
	font-weight: 400;
}

.thankyou a.mainbtn{margin-top:25px;}

@media  (max-width: 768px) {

.other-container{padding:100px 0px 40px 0px;}
.other-txt{min-height:40px;}
.other-txt h2{font-size: 24px;}
}