/* Reset Code */
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&family=Otomanopee+One&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
img {
  width: 100%;
}
ul {
  list-style: none;
}
.fix:before,
.fix:after {
  content: "";
  display: table;
  clear: both;
}
body {
  font-size: 14px;
  line-height: 22px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Otomanopee One", sans-serif;
}
.area {
  width: 1000px;
  margin: 0 auto;
}

/* Btn CSS */
.btn {
  background-color: tomato;
  display: inline-block;
  text-transform: capitalize;
  text-decoration: none;
  padding: 10px 30px;
  color: #fff;
  font-size: 20px;
  margin-top: 20px;
  transition: 0.3s;
  font-style: italic;
}
.btn:hover {
  background-color: #ff7720;
}

/* Header CSS */
.header {
  background-color: #dddddd;
  padding: 20px;
}
.logo {
  float: left;
  width: 250px;
  margin-right: 30px;
}
.logo a {
}
.logo a img {
}
.menu {
  float: right;
  width: 680px;
}
.menu ul {
  text-align: right;
  margin-top: 14px;
}
.menu ul li {
  display: inline-block;
}
.menu ul li a {
  color: #333;
  text-decoration: none;
  padding: 10px 15px;
  display: block;
  font-size: 20px;
  transition: 0.3s;
}
.menu ul li a:hover {
  background-color: tomato;
  color: #fff;
}

/* Banner CSS */
.banner {
}
.banner img {
}

/* Services CSS */
.services {
}
.title {
}
.title h4 {
  text-align: center;
  text-transform: capitalize;
  font-size: 40px;
  margin: 40px 0;
}
.service {
}
.single-service {
  background-color: teal;
  float: left;
  width: 313px;
  margin-right: 30px;
  padding: 20px;
  color: #fff;
}
.single-service:last-child,
.service-page .single-service:nth-child(4) {
  margin-right: 0;
}
.service-page .single-service {
  width: 227px;
  margin-bottom: 30px;
}
.single-service h4 {
  text-align: center;
  font-size: 30px;
  line-height: 1.4;
  text-transform: capitalize;
  margin-bottom: 25px;
}
.single-service img {
}
.single-service p {
}
.single-service a {
}

/* About CSS */
.about {
  padding: 60px 0;
}
.about-left {
  float: left;
  width: 700px;
  margin-right: 30px;
}
.about-left h4,
.about-menu h4 {
  text-transform: capitalize;
  font-size: 35px;
  margin-bottom: 18px;
}
.about-left p {
  margin-bottom: 10px;
}
.about-left a {
}
.about-menu {
  float: right;
  width: 270px;
}
.about-menu ul {
}
.about-menu ul li {
  background-image: url("../img/arrow.png");
  background-repeat: no-repeat;
  background-position: -7px 1px;
  padding-left: 22px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.about-menu ul li:last-child {
  border-bottom: 0;
}
.about-menu ul li a {
  color: #333;
  text-decoration: none;
  font-size: 20px;
  display: block;
  transition: 0.3s;
}
.about-menu ul li a:hover {
  color: tomato;
}

/* Blog CSS */
.blogs {
  padding: 60px 0;
}
.blog-left {
  float: left;
  width: 700px;
  margin-right: 30px;
}
.blog-left h4,
.blog-sidebar h4 {
  text-transform: capitalize;
  font-size: 35px;
  margin-bottom: 18px;
}
.blog-left p {
  margin-bottom: 10px;
}
.about-left a {
}
.blog-sidebar {
  float: right;
  width: 270px;
}
.blog-sidebar ul {
}
.blog-sidebar ul li {
  background-image: url("../img/arrow.png");
  background-repeat: no-repeat;
  background-position: -7px 1px;
  padding-left: 22px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.blog-sidebar ul li:last-child {
  border-bottom: 0;
}
.blog-sidebar ul li a {
  color: #333;
  text-decoration: none;
  font-size: 20px;
  display: block;
  transition: 0.3s;
}
.blog-sidebar ul li a:hover {
  color: tomato;
}

.blogs {
  overflow: hidden;
}
.single-blog {
  float: left;
  width: 340px;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-top: 25px;
}
.single-blog:nth-child(2),
.single-blog:nth-child(4) {
  margin-right: 0;
}
.single-blog h4 a {
  color: #333;
  text-decoration: none;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 500 !important;
  margin-bottom: 15px !important;
  display: block;
}
.single-blog {
}
.single-blog img {
  width: 100%;
  height: 100% !important;
  border: 3px solid #ddd;
  padding: 3px;
}
.blog-meta {
  text-align: center;
  margin-bottom: 10px;
}
.blog-meta a {
  color: #333;
  text-decoration: navajowhite;
  margin: 0 10px;
  text-transform: capitalize;
  font-weight: 600;
  border-bottom: 1px solid #ddd;
  padding-bottom: 3px;
}
.single-blog a {
  color: #333;
  text-decoration: none;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
}
.blog-left > h4,
.about-left > h4,
.about-menu > h4,
.single-sidebar > h4, .page-left h4 {
  text-transform: capitalize;
  font-size: 35px;
  margin-bottom: 20px;
  line-height: 50px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 7px;
}
.single-sidebar {
  margin-bottom: 40px;
}

.single-sidebar h2 {
    line-height: 1.4;
    margin-bottom: 15px;
}
/* Footer CSS */
.footer {
  text-align: center;
  background-color: teal;
  padding: 20px;
}
.footer p {
  color: #fff;
  text-transform: capitalize;
  font-size: 22px;
  font-weight: bold;
}

/* Page Banner CSS */
.page-banner {
  background-size: cover;
  background-position: center;
  padding: 110px 0;
  position: relative;
  z-index: 2;
}
.page-banner:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #333;
  opacity: 0.7;
  z-index: -1;
}
.page-banner h2 {
  text-align: center;
  color: #fff;
  font-size: 50px;
  text-transform: capitalize;
}

/* Gallery CSS */
.gallerys {
}
.gallery {
}
.single-gallery {
  float: left;
  width: 227px;
  margin-right: 30px;
  margin-bottom: 30px;
}
.single-gallery:nth-child(4),
.single-gallery:last-child {
  margin-right: 0;
}
.single-gallery iframe {
  width: 100%;
  border: 1px solid #ddd;
  padding: 3px;
}

/* Contact CSS */
.contact {
  padding: 40px 0;
}
.contact-form {
  float: left;
  width: 670px;
  margin-right: 30px;
}
.contact-form h4,
.contact-address h4 {
  text-transform: capitalize;
  font-size: 36px;
  margin-bottom: 50px;
}
.contact-form form {
}
.contact-form input {
  width: 100%;
  border: 1px solid #ddd;
  padding: 10px;
  margin-bottom: 20px;
}
.contact-form textarea {
  width: 100%;
  border: 1px solid #ddd;
  padding: 10px;
  height: 200px;
  margin-bottom: 20px;
}
.contact-form input[type="submit"] {
  background-color: tomato;
  border: 0;
  text-transform: capitalize;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  width: auto;
  padding: 10px 40px;
  cursor: pointer;
  transition: 0.3s;
}
.contact-form input[type="submit"]:hover {
  background-color: #ff7720;
}
.contact-address {
  float: right;
  width: 300px;
}
.contact-address ul {
}
.contact-address ul li {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 22px;
}
.contact-address ul li i {
}
.contact-address ul li span {
  font-weight: bold;
  font-style: italic;
}
.map {
  margin-bottom: 30px;
}
.map iframe {
  width: 100%;
  border: 1px solid #ddd;
  padding: 3px;
  height: 300px;
}

.owl-dots button {
  width: 15px;
  height: 15px;
  background-color: tomato !important;
  margin: 0 5px;
  border-radius: 50%;
}
.owl-dots {
  text-align: center;
  margin: 20px 0;
  margin-bottom: 70px;
}
.owl-dots button.active {
  background-color: #333 !important;
}

.page-box {
  overflow: hidden;
  padding: 40px 0;
}
.page-left {
  float: left;
  width: 670px;
  margin-right: 30px;
}
.page-sidebar {
  float: right;
  width: 300px;
}

.single-post {
  display: flex;
  justify-content: space-between;
}
.content {
  width: 700px;
}