/* Base CSS */
.alignleft {
    float: left;
    margin-right: 15px;
}.hero-sheap img {
	height: 100%;
}
.alignright {
    float: right;
    margin-left: 15px;
}
.aligncenter {
    display: block;
    margin: 0 auto 15px;
}
a:focus { outline: 0 solid }
*{box-sizing: border-box;}
img {
    max-width: 100%;
    height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px;
  color: #1B1B21;
  font-family:RusticLoveTattoo;
}
body {
  color: #545051;
  font-weight: 400;
  font-family: 'Lato', sans-serif;
}

@font-face {
  font-family: 'Lato', sans-serif;
    src: url(../fonts/RusticLoveTattoo.otf);
}

.selector-for-some-widget {
  box-sizing: content-box;
}
a:hover { text-decoration: none }

button:focus {
	outline: 0;
	outline: 5px auto -webkit-focus-ring-color;
}

/* Header bar section start */


.container {
  max-width: 1400px;
}
.header-fl {
  display: flex;
  align-items: end;
  justify-content: space-between;
}
.header-area {
  padding-top: 20px;
}
.header-logo a img {
  max-width: 604px;
  margin-bottom: -66px;
}
.header-menu ul {
  padding: ;
  padding: 0;
  margin: 0;
  list-style: none;
}
.header-menu li a {
  color: #000;
  font-weight: 400;
  font-size: 26px;
  transition: .3s;
}.header-menu li a:hover {
	color: #E30613;
}
.header-menu li {
  display: inline-block;
  margin-left: 50px;
}
.header-menu {
  padding-bottom: 30px;
}
.hero-area {
  height: 600px;
  background-size: 100% 100%;
  background-position: center;
  position: relative;
}
.hero-sheap {
  position: absolute;
  left: 0;
  bottom: -58px;
}
.hero-sheap {
  width: 60%;
  height: 250px;
}
.hero-sheap-containt {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 16%;
}
.hero-sheap-containt h3 {
  font-size: 83px;
  color: #fff;
  font-weight: 700;
  margin: 0;
  font-family: 'Lato', sans-serif;
}
.hero-sheap-containt h3 span {
  color: #003A41;
}
.hero-sheap-containt p {
  font-size: 38px;
  color: #fff;
  margin: 0;
  font-weight: 600;
  margin-bottom: 13px;
}
.hero-sheap-containt p span {
  color: #003A41;
}
.price-area {
  padding: 100px 0;
}
.price-fl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.single-price {
  width: 32.33%;
  background: #479AA8;
}
.price-containt {
  padding: 25px 30px;
}
.price-title {
  text-align: center;
  border-bottom: 1px solid #95C1C9;
  padding-bottom: 20px;
  margin-bottom: 25px;
}
.price-title span {
  color: #fff;
  font-size: 18px;
  display: block;
  margin-bottom: 11px;
}
.price-title h3 {
  font-size: 35px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  font-family: 'Lato', sans-serif;
}
.price-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.price-list li {
  color: #fff;
  font-size: 17px;
  position: relative;
  margin-bottom: 10px;
  display: block;
  padding-left: 29px;
}
.price-list li i {
  position: absolute;
  left: 0;
  top: 5px;
}
.price-list {
  margin-bottom: 40px;
}
.price-btn {
  text-align: center;
}
.price-btn h3 {
  font-size: 32px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
  font-family: 'Lato', sans-serif;
}
.price-btn a {
  background: #DF0218;
  width: 100%;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  color: #fff;
  text-transform: capitalize;
  transition: .3s;
  border: 1px solid #479AA8;
  font-family: 'Lato', sans-serif;
}
.price-btn a:hover {
  background: #479AA8;
  border-color: #DF0218;
  color: #DF0218;
}

.eine-title {
  text-align: center;
  margin-bottom: 40px;
  font-size: 23px;
  font-weight: 700;
  color: #000;
}
.price-area {
  padding-bottom: 40px;
}
.eine-fl {
  display: flex;
  justify-content: space-between;
}
.single-box {
  width: 32.33%;
  box-shadow: 0 0 10px #00000047;
}
.box-text {
  padding: 25px 30px;
}
.box-text h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  font-family: 'Lato', sans-serif;
}
.box-text h4 {
  font-size: 18px;
  color: #717171;
  font-weight: 700;
  margin-bottom: 10px;
  font-family: 'Lato', sans-serif;
}
.box-text ul {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 30px;
}
.box-text li {
  position: relative;
  font-size: 15px;
  color: #000;
  margin-bottom: 8px;
  padding-left: 23px;
}
.box-text li i {
  position: absolute;
  left: 0;
  top: 5px;
}
.box-text a {
  color: #E40513;
  font-size: 18px;
  font-weight: 700;
  text-decoration: underline;
}
.eine-area {
  padding-bottom: 50px;
}footer {
	height: 50px;
	width: 100%;
	background: #424F60;
}
/* Header bar section  END */












