.lines {
  width: 220px;
  height: 1px;
  background-color: #6f4e37;
  position: relative;
}

.lines::before {
  content: "";
  position: absolute;
  left: -4px;
  top: -3px;
  width: 7px;
  height: 7px;
  background-color: #6f4e37;
  display: block;
  border-radius: 50%;
  z-index: 2;
}

.lines::after {
  content: "";
  position: absolute;
  right: -4px;
  top: -3px;
  width: 7px;
  height: 7px;
  background-color: #6f4e37;
  display: block;
  border-radius: 50%;
  z-index: 2;
}

.clearfix {
  clear: both;
}

.breadcrumbs {
  background-size: cover;
}

.breadcrumbs .breadcrumbs__list {
  margin-bottom: 20px;
}

.breadcrumbs h2 {
  font-size: 40px;
  color: #fff !important;
  text-transform: capitalize;
}

.overlay {
  position: relative;
}

.overlay:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  background: #000;
  content: "";
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.breadcrumbs__section .breadcrumbs__ul {
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-top: 15px;
  border-bottom: 1px solid #ccc;
}

.breadcrumbs__section .breadcrumbs__ul__li {
  display: inline-block;
  margin-right: 15px;
  padding-right: 15px;
  position: relative;
  font-size: 12px;
}

.breadcrumbs__section .breadcrumbs__ul__li.active a {
  font-weight: 600;
  color: #2d2d2d;
}

.breadcrumbs__section .breadcrumbs__ul__li:not(:last-child)::after {
  position: absolute;
  right: 0;
  top: 0;
  content: "\f054";
  font-family: "FontAwesome";
  display: inline-block;
  color: #ccc;
}

.breadcrumbs__section .breadcrumbs__ul__li a {
  color: #1a9cb7;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.Innerpage {
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
}

.m_b15 {
  margin-bottom: 15px !important;
}

.m_t35 {
  margin-top: 35px;
}

.inner-section-area {
  padding: 127px 0;
  padding-bottom: 20px;
}

.inner-section-area .single-page-text h1 {
  color: #a89898;
}

.inner-section-area .single-page-text p {
  color: #4c4841;
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 1px;
}

.inner-section-area .single-page-text p span {
  color: #a89898;
}

.inner-section-area .about_page h3 {
  font-size: 30px;
  color: #2d2d2d;
  margin-bottom: 12px;
}

.inner-section-area .sidebar-widget {
  position: relative;
  margin-bottom: 30px;
  padding: 10px 20px;
  border: 1px solid #d0923f2b;
  background: #fff;
}

.inner-section-area .sidebar-widget h3 {
  padding: 10px 15px;
  color: #000;
}

.inner-section-area .sidebar-widget p {
  font-size: 14px;
  color: #000;
  font-weight: 500;
  text-transform: capitalize;
  margin: 0;
  padding: 0;
  line-height: 18px;
}

.inner-section-area .sidebar-widget h5 {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: #2d2d2d;
  margin-top: 15px;
  margin-bottom: 4px;
}

.inner-section-area .sidebar-widget .recent-post-widget .recent-posts-content {
  padding: 15px;
  margin: 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}

.inner-section-area .sidebar-widget .recent-post-widget .recent-posts-content .image-recent-post {
  height: 90px !important;
  width: 100px !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.inner-section-area .sidebar-widget .recent-post-widget .recent-posts-content .image-recent-post img {
  height: 90px !important;
  width: 100px !important;
  -o-object-fit: cover;
     object-fit: cover;
}

.inner-section-area .sidebar-widget .recent-post-widget .recent-posts-content .date-title-recent-post {
  width: 60%;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 400;
  float: left;
  margin-left: 2%;
}

.inner-section-area .sidebar-widget .recent-post-widget .recent-posts-content .date-title-recent-post .recent-post-title {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}

.inner-section-area .sidebar-widget .recent-post-widget .recent-posts-content .date-title-recent-post .recent-post-title a {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}

.inner-section-area .sidebar-widget .recent-post-widget .recent-posts-content .date-title-recent-post .recent-post-date {
  display: block;
  color: #090553;
  text-transform: uppercase;
  font-size: 12px;
}

.inner-section-area .single-page-text .writers {
  color: #000;
}

.inner-section-area .single-page-text .writers span {
  padding-right: 20px;
  font-size: 14px;
  color: inherit;
}

.inner-section-area .single-page-text .about_image img {
  width: 100%;
  margin-bottom: 30px;
}

.about_page {
  padding-top: 10px;
  padding-bottom: 10px;
}

.aha__section {
  width: 100vw;
  position: relative;
}

.american {
  background: #6f4e37;
  padding-top: 20px;
  padding-bottom: 20px;
}

.american .isection__title,
.american p {
  color: #fff !important;
}

.american .divider {
  background: #fff !important;
}

.isection__title {
  font-weight: 700;
  font-size: 30px;
  color: #6f4e37 !important;
}

.shape img {
  max-width: 20px;
}

.shape1 {
  position: absolute;
  top: 20%;
  left: 30px;
  -webkit-animation: rotate3d 4s linear infinite;
          animation: rotate3d 4s linear infinite;
  opacity: 0.4;
}

.shape2 {
  position: absolute;
  top: 42%;
  left: 24%;
}

.shape3 {
  position: absolute;
  right: 25%;
  bottom: 15%;
  -webkit-animation: animationFramesOne 15s infinite linear;
          animation: animationFramesOne 15s infinite linear;
}

.rotateme {
  -webkit-animation-name: rotateme;
          animation-name: rotateme;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@-webkit-keyframes rotateme {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotateme {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
            transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
            transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
            transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
            transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
}

@keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
            transform: translate(73px, -1px) rotate(36deg);
  }
  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
            transform: translate(141px, 72px) rotate(72deg);
  }
  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
            transform: translate(83px, 122px) rotate(108deg);
  }
  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
            transform: translate(-40px, 72px) rotate(144deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotate(0deg);
            transform: translate(0, 0) rotate(0deg);
  }
}

@keyframes rotateme {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes rotate3d {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}

@keyframes rotate3d {
  0% {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
  100% {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}

/*------------------------------------
blogInner.php css starts
------------------------------------*/
.inner-section-area .single-page-text {
  margin-bottom: 20px;
}

.inner-section-area .single-page-text h1 {
  font-size: 30px;
  padding: 12px 0;
  font-weight: bold;
  color: #000;
}

.inner-section-area .single-page-text .writers {
  margin-bottom: 20px;
}

.inner-section-area .single-page-text .writers span {
  padding-right: 20px;
  font-size: 14px;
}

.inner-section-area .single-page-text .about_image img {
  width: 100%;
  margin-bottom: 30px;
}

/*------------------------------------
  blogInner.php css ends
  ------------------------------------*/
/*------------------------------------
  blog.php css starts
  ------------------------------------*/
.author {
  font-style: italic;
  color: #000;
  font-size: 0.889rem;
  margin-bottom: 4px;
}

.author__name {
  font-weight: bold;
  padding-right: 4px;
}

.blog-section {
  padding: 50px 0;
}

.blog-section .blog-body {
  margin: 10px 0;
}

.blog-section .blog-body .blog-img {
  overflow: hidden;
  max-width: 453px;
  height: 310px;
  background: #000;
  margin-bottom: 1rem;
}

.blog-section .blog-body .blog-img:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.blog-section .blog-body .blog-img img {
  width: 100%;
  height: 310px;
  border-radius: 0.3em 0.3em 0 0;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 1s;
  transition: 1s;
}

.blog-section .blog-body .artical-info .post-head-left h4 {
  margin-bottom: 12px;
}

.blog-section .blog-body .artical-info .post-head-left h4 a {
  font-size: 24px;
  font-weight: 600;
  color: #2d2d2d;
}

.blog-section .blog-body .artical-info .post-head-left .author a {
  color: #2d2d2d;
}

.blog-section .blog-body .artical-info .artbtn {
  color: #2d2d2d;
  font-weight: bold;
}

.blog-section .blog-body .artical-info .post-text {
  margin-bottom: 14px;
}

/*------------------------------------
  blog.php css ends
  ------------------------------------*/
/*------------------------------------
  pagination
  ------------------------------------*/
.pagination .page-link {
  color: #908373;
}

.pagination .active .page-link {
  background: #908373;
}

/*------------------------------------
contact.php css starts
------------------------------------*/
#contact-us {
  padding: 40px 0;
}

#contact-us .contact_button .submitButtonContent {
  display: inline-block;
  background: #a89898;
  color: #fff !important;
  padding: 9px 40px;
  border: 1px solid #a89898;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

#contact-us .contact_button .submitButtonContent:hover {
  background: none !important;
  color: #a89898 !important;
}

#contact-us .contact ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.7rem 0.2rem;
}

#contact-us .contact .listIconCircle i {
  width: 30px;
  height: 30px;
  background: #a89898;
  line-height: 30px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  font-size: 14px;
  margin-right: 1rem;
}

#contact-us .single-contact a {
  color: #000;
}

#contact-us .single-contact h4 {
  padding-bottom: 6px;
}

#map {
  height: 350px;
}

#map .googleMap {
  height: 350px;
  border: 0;
  width: 100%;
  margin-bottom: 0;
}

/*------------------------------------
  testimonial.php css ends
  ------------------------------------*/
/*------------------------------------
  about.php css starts
  ------------------------------------*/
/*------------------------------------
  about.php css ends
  ------------------------------------*/
.hvr-float:hover,
.hvr-float:focus,
.hvr-float:active {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}

/*------------------------------------
serviceList.php css starts
------------------------------------*/
.mb_30 {
  margin-bottom: 30px;
}

.innerpage__heading__title {
  font-size: 28px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 1.4;
}

.innerpage__heading__para {
  font-size: 14px;
  max-width: 520px;
}

#innerPage__section {
  background: #7c48070a;
  padding: 80px 0;
  padding-bottom: 20px;
}

#innerPage__section .serviceList {
  padding-left: 20px;
  padding-top: 30px;
  padding-right: 20px;
  padding-bottom: 30px;
  border-radius: 5px;
  background: #fff;
  height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}

#innerPage__section .serviceList::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background: #2d2d2d;
  opacity: 0;
  visibility: hidden;
  left: 0;
  bottom: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#innerPage__section .serviceList:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-box-shadow: 0 2px 48px 0 rgba(45, 45, 45, 0.1);
          box-shadow: 0 2px 48px 0 rgba(45, 45, 45, 0.1);
}

#innerPage__section .serviceList:hover::before {
  opacity: 1;
  visibility: visible;
}

#innerPage__section .serviceList__icon-img {
  width: 78px;
}

#innerPage__section .serviceList__title {
  font-size: 18px;
  margin-top: 25px;
  font-weight: 600;
  margin-bottom: 15px;
}

#innerPage__section .serviceList__para {
  font-size: 14px;
  color: #666;
  margin-bottom: 12px;
}

#innerPage__section .serviceList__link-link {
  color: #2d2d2d;
  font-size: 13px;
  font-weight: bold;
}

.innerpage__heading__para {
  margin-bottom: 20px;
}

.single_image {
  width: 100%;
  margin: 14px 0;
}

.float__image {
  padding: 12px 0;
}

/*------------------------------------
serviceList.php css ends
------------------------------------*/
/*------------------------------------
InnerPage Responsive css starts
------------------------------------*/
@media (min-width: 768px) {
  /*------------------------------------
innerpage.php css starts
------------------------------------*/
  .breadcrumbs {
    height: 220px;
  }
  .inner-section-area {
    padding: 20px 0;
  }
  /*------------------------------------
  innerpage.php css ends
  ------------------------------------*/
}

/*------------------------------------
  whyaha.php css starts
  ------------------------------------*/
.inner__section {
  padding: 100px 0;
}

.inner__section-title {
  font-size: 20px;
  font-weight: 500;
  padding: 6px 0;
  text-transform: uppercase;
}

.inner__section p {
  font-size: 15px;
  line-height: 25px;
  letter-spacing: 1px;
}

.inner__section .box__section {
  display: -ms-grid;
  display: grid;
  grid-gap: 1vw;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
}

.inner__section .box__section .box {
  height: 190px;
  background: #f26f21;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.inner__section .box__section .box span {
  text-transform: uppercase;
  display: block;
}

.inner__section .box__section .box p {
  font-weight: 700;
  font-size: 20px;
}

/*------------------------------------
  whyaha.php css ends
  ------------------------------------*/
.divider {
  width: 50px;
  height: 2px;
  background: #6f4e37;
}

@media (min-width: 992px) {
  .blog-section {
    padding: 0;
  }
  .about_page {
    padding-top: 40px;
    padding-bottom: 10px;
  }
  #innerPage__section {
    padding: 40px 0;
  }
  .inner__section-title {
    color: #6F4E37;
    font-size: 40px;
    padding-bottom: 12px;
  }
  .float__image {
    float: right;
    padding: 0 0px 10px 24px;
    max-width: 469px;
  }
}

@media (max-width: 768px) {
  #contact-us {
    padding-top: 90px;
  }
}

/*------------------------------------
InnerPage Responsive css ends
------------------------------------*/
/*# sourceMappingURL=innerpage.css.map */