html, body, div, 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;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.roboto-slab {
  font-family: "Roboto Slab", serif;
  font-optical-sizing: auto;
}

img{
    max-width: 100%;
}


.icon-arrow {
    width: 4%;
    height: 5px;
    border-radius: 4px;
    background-color: #000;
    position: relative;
    /* top: 40px;
    bottom: 40px; */
    display: inline-block;
    margin: 20px 0 80px;
}

.icon-arrow::after {
    content: "";
    display: inline-block;
    border-radius: 4px;
    width: 20px;
    height: 5px;
    background-color: #000;
    transform: rotate(43deg);
    position: absolute;
    right: -1px;
    bottom: 7px;
}

.icon-arrow::before {
    content: "";
    display: inline-block;
    border-radius: 4px;
    width: 20px;
    height: 5px;
    background-color: #000;
    transform: rotate(-43deg);
    position: absolute;
    right: -1px;
    bottom: -7px;
}

.container {
    max-width: 1100px;
}


/* ------------------Align---------------------- */

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}


/* ------------------Header---------------------- */

.f-left {
	flex-direction: row-reverse;
}

.logo {
	max-width: 35%;
}

.menu-a {
	font-size: 20px;
	margin-right: 20px;
}

/* ------------------Background Images---------------------- */

.bg-img-1 {
	background-image:url(/images/home-bg-img-1.jpg);
	opacity: 80%;
	background-repeat: no-repeat;
  	background-attachment: fixed;
}

.bg-img-1 div{
	padding: 100px 60px;
}

.bg-img-1 h1 {
	font-size: 100px;
	color: #ffffff;
	text-shadow: 4px 4px 4px #000000;
	margin-bottom: 30px;
}

.bg-img-1 a {
	font-size: 25px;
	color: #ffffff;
	text-shadow: 6px 6px 6px #000000;
	text-decoration: none;
}

.bg-img-1 h5 {
	background-color: #242566;
	border: 2px solid #ffffff;
}

/* ------------------About Us---------------------- */

.bg-color-1 {
	background-color: #242566;
	padding: 100px 150px;
}

.bg-color-1 h2 {
    font-size: 36px;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 30px;
}

.bg-color-1 a {
	font-size: 25px;
	color: #000000;
	text-decoration: none;
}

.bg-color-1 h5 {
	background-color: #ffffff;
	border: 2px solid #000000;
}

/* ------------------Product---------------------- */

.shop {
    padding: 100px 0;
}

.shop a {
	font-size: 25px;
	color: #ffffff;
	text-decoration: none;
    padding: 0 25px;
}

.shop h5 {
	background-color: #000000;
	border: 2px solid #000000;
}

.shop h4 {
    font-size: 30px;
    font-weight: 600;
    margin: 16px 0;
}

/* ------------------bg-color-2---------------------- */

.bg-color-2 {
    background-color: #242566;
    padding: 100px;
}

.bg-color-2 h2 {
    font-size: 36px;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 30px;
}

.bg-color-2 a {
	font-size: 25px;
	color: #000000;
	text-decoration: none;
    padding: 0 25px;
}

.bg-color-2 h5 {
	background-color: #ffffff;
	border: 2px solid #000000;
}

/* ------------------Contact---------------------- */

.contact {
    padding: 100px;
}

.contact h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.contact img {
    max-width: 10%;
    margin-right: 10px;
}

.contact p {
    font-size: 20px;
    margin-bottom: 8px;
}