
html, body, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    position: relative;
}
/* HTML5 display-role reset for older browsers */
/*article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, input, textarea {
    display: block;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    
}*/

ol, ul {
    list-style: none;
}

*,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
ul {
    margin: 0;
    padding: 0
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
section {
    overflow: hidden;
}

a {text-decoration:none;}
.flt{float:left;}
.fltr{float:right;}
.clr{clear:both;}
ol, ul{margin:0; padding:0;}
a:hover{text-decoration:none;}
a:focus{text-decoration:none;}
ul li{list-style:none;}
h1, h2, h3, h4, h5, h6{margin:0; padding:0; }


a, a:hover, a:focus{text-decoration: none;}
* {
    outline: 0;
}
.img img{width: 100%;}


body {
    height: 100%;
    margin: 0;
    background: #fff;
	font-family: 'Fira Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
}

section{
    padding: 60px 0;
}
.container {
    max-width: 100%;
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
}
.container2 {
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
}
body h1 {
    margin-bottom: 15px;
    font-style: normal;
    font-weight: 600;
    font-size: 28px;
    line-height: 34px;
    color: #7c2658;
	font-family: 'Fira Sans', sans-serif;
    text-transform: uppercase;
}
body h2 {
    font-size: 22px;
    line-height: 28px;
    color: #3a3a3a;
    margin-bottom: 0px;
    font-weight: 500;
}

body h3 {
    font-size: 28px;
    line-height: 32px;
    color: #1f1f1f;
    margin-bottom: 0px;
    font-weight: 600;
}

body h4 {
    font-size: 20px;
    line-height: 28px;
    color: #ccc;
    font-weight: 400;
    margin-bottom: 10px;
}

body h5 {
    font-size: 18px;
    line-height: 27px;
    color: #3a3a3a;
    font-weight: 400;
    margin-bottom: 10px;
}
body h6 {
    font-size: 17px;
    color: #3a3a3a;
    line-height: 30px;
    font-weight: 400;
    margin-bottom: 18px;
}
body p {
    margin-bottom: 15px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #474747;
}

.sub_btn {
    color: #7c2658;
    background: #f9da48;
    padding: 10px 30px;
    text-transform: uppercase;
    font-weight: 600;
    transition: 0.5s all ease;
    display: inline-block;
    border-radius: 30px;
    font-size: 15px;
    line-height: 22px;
}
.sub_btn:hover {
    color: #fff;
    background: #7c2658;
    transition: 0.5s all ease;
}

.sub_btn2 {
	color: #203993;
	background: transparent;
	padding: 15px 32px;
	font-weight: 400;
	transition: 0.5s all ease;
	display: inline-block;
	border-radius: 30px;
	font-size: 16px;
	line-height: 24px;
	border: 1px solid #203993;
}
.product_icon {
	display: inline-block;
	margin-left: 30px;
}
.product_icon2{
	display:none;
}
.sub_btn2:hover {
    color: #fff;
    background: #203993;
    transition: 0.5s all ease;
    border: 1px solid #203993;
}
.sub_btn2:hover .product_icon2{
	display:block;
}
.sub_btn2:hover .product_icon1{
	display:none;
}










