body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li {
	margin: 0px;
	padding: 0px;
	font-family: "Roboto Condensed", sans-serif;
}

body {
	background-color: #000;

	background-image: url(../img/bg.svg), url(../img/bg-img.svg);
	background-repeat: repeat, repeat;
	background-size: 300px auto, 33px 33px;
}

img {
	max-width: 100%;
}

.container {
	max-width: 1220px;
}

/*Header css*/
img.header-logo {
	display: block;
	height: 80px;
	margin: 1px auto 1px;

}

.logo-dive {
	padding-top: 30px;
	padding-bottom: 30px;
}

/*content css*/
.gird-pic {
	background: url(../img/grid.svg);
	background-position: 0 bottom;
	background-repeat: repeat-x;
	background-size: 100% 45px;
	border-bottom: 1px solid #fff;
	height: 50px;
	margin: -20px auto -3px;
	width: 100%;
}

.grid-cotent img {
	height: 26px;
	margin-right: 8px;
	position: relative;
}

h1.girl-title {
	border: 2px solid #fff;
	font-size: 22px;
	line-height: 1.3em;
	margin: 0 auto;
	padding: 13px;
	text-align: center;
	color: #fff;
}

/*box-section*/
.box-section {
	padding-top: 20px;
}

.box-div {
	background: #000;
	border: 2px solid #fff;
	color: #fff;
	font-size: 18px;
	margin: 0 auto;
	padding: 20px;
	position: relative;
	text-align: center;
	text-decoration: none;
	transform-style: preserve-3d;
	transition: transform .04s linear;
	margin: 12px;
}

img.boximg {
	border: 2px solid #fff;
	border-radius: 100%;
	display: block;
	height: 85px;
	margin: 0 auto 14px;
	object-fit: cover;
	position: relative;
	top: 4px;
	width: 85px;
}

h2.box-title {
	font-size: 22px;
	text-align: center;
}

.star-rating i {
	color: orange;
	font-size: 20px;
	padding-top: 12px;
	padding-bottom: 12px;
}

p.review-ttitle {
	font-size: 12px;
	margin-top: 0;
	opacity: .6;
}

.box-section .col-md-3 {
	margin: 0px;
	padding: 0px;
	max-width: 20%;
	flex: 0 0 20%;
}

.box-section a {
	text-decoration: none;
}

.footer-section .container {
	max-width: 684px;
}

h4.title-footer {
	text-align: center;
	font-size: 20px;
	color: #fff;
	margin-bottom: 20px;
}

.footer-section {
	padding-top: 5px;
	padding-bottom: 15px;
}

p.coprightext {
	text-align: center;
	color: #fff;
	padding-top: 40px;
}

img.footer-main-img {
	margin-bottom: 30px;
}