@import "https://fonts.googleapis.com/css?family=Rubik:400,500,600,700|Montserrat:900,700";
html {
  overflow-x: hidden;
}

body {
  -webkit-font-smoothing: antialiased;
  color: #6f8ba4;
  font-family: Rubik, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  color: #111;
  font-family: Montserrat, sans-serif;
  font-weight: 900;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 44px;
  line-height: 1.3;
}

h3, .h3 {
  font-size: 1.5rem;
}

h4, .h4 {
  font-size: 1.3rem;
  line-height: 30px;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  line-height: 30px;
}

.navbar-toggle .icon-bar {
  background: #fff;
}

input[type="email"], input[type="password"], input[type="text"], input[type="tel"] {
  box-shadow: none;
  outline: none;
  height: 45px;
  font-size: 14px;
}

.form-control {
  box-shadow: none;
  border-radius: 0;
}

.form-control:focus {
  box-shadow: none;
  border: 1px solid #ff715b;
}

.py-7 {
  padding: 7rem 0;
}

.btn {
  letter-spacing: .5px;
  text-transform: uppercase;
  cursor: pointer;
  border: 2px solid #0000;
  border-radius: 5px;
  padding: .7rem 2rem;
  font-size: .8125rem;
  font-weight: 500;
  transition: all .35s;
  display: inline-block;
}

.btn.btn-icon i {
  vertical-align: middle;
  margin-right: 5px;
  font-size: 16px;
}

.btn:focus {
  box-shadow: none;
  outline: 0;
}

.btn-main {
  color: #fff;
  background: #ff715b;
  border-color: #ff715b;
}

.btn-main:hover {
  color: #ff715b;
  background: none;
}

.btn-main-2 {
  color: #fff;
  background: #ff715b;
  border-color: #ff715b;
}

.btn-main-2:hover {
  color: #ff715b;
  background: none;
  border-color: #ff715b;
}

.btn-solid-border {
  color: #111;
  background: none;
  border: 2px solid #ff715b;
}

.btn-solid-border:hover {
  color: #fff;
  background: #ff715b;
  border: 2px solid #ff715b;
}

.btn-transparent {
  color: #111;
  background: none;
  border-color: #6f8ba4;
}

.btn-transparent:hover {
  color: #fff;
  background: #6f8ba4;
}

.btn-white {
  color: #111;
  background: #fff;
  border-color: #fff;
}

.btn-white:hover {
  color: #fff;
  background: #ff715b;
  border-color: #ff715b;
}

.btn-solid-white {
  color: #fff;
  border-color: #fff;
}

.btn-solid-white:hover {
  color: #111;
  background: #fff;
}

.btn-round {
  border-radius: 4px;
}

.btn-round-full {
  border-radius: 50px;
}

.btn.active:focus, .btn:active:focus, .btn:focus {
  outline: 0;
}

.bg-gray {
  background: #eff0f3;
}

.bg-primary {
  background: #ff715b;
}

.bg-primary-dark {
  background: #ff4528;
}

.bg-primary-darker {
  background: #f42100;
}

.bg-dark {
  background: #111;
}

.bg-gradient {
  background-image: linear-gradient(145deg, #13b1cdf2 0%, #9877eaf2 100%);
  background-repeat: repeat-x;
}

.section {
  padding: 100px 0;
}

.section-sm {
  padding: 70px 0;
}

.section-title {
  margin-bottom: 70px;
}

.section-title .title {
  font-size: 50px;
  line-height: 50px;
}

.section-title p {
  color: #666;
  font-family: Montserrat, sans-serif;
}

.subtitle {
  color: #ff715b;
  letter-spacing: 1px;
  font-size: 14px;
}

.overly {
  position: relative;
}

.overly:before {
  content: "";
  opacity: .5;
  background: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.overly-2 {
  position: relative;
}

.overly-2:before {
  content: "";
  background: #000c;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.text-sm {
  font-size: 20px;
}

.text-md {
  font-size: 2.25rem;
}

.no-spacing {
  letter-spacing: 0;
}

a {
  color: #111;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
}

a:focus, a:hover {
  color: #ff715b;
  text-decoration: none;
}

a:focus {
  outline: none;
}

.content-title {
  font-size: 40px;
  line-height: 50px;
}

.page-title {
  padding: 170px 0 20px;
  position: relative;
}

.page-title .block h1, .page-title .block p {
  color: #fff;
}

.page-title .breadcumb-nav {
  border-top: 1px solid #ffffff0f;
  margin-top: 80px;
  padding-top: 30px;
}

.slick-slide:focus, .slick-slide a {
  outline: none;
}

@media (width <= 575px) {
  h2, .h2 {
    font-size: 1.8rem;
    line-height: 42px;
  }
}

@media screen and (width >= 1216px) {
  .container:not(.is-max-desktop) {
    max-width: 1140px;
  }
}

@media (width <= 1023px) {
  .container {
    max-width: 765px;
  }
}

@media (width <= 768px) {
  .container {
    max-width: 540px;
  }
}

.container, .container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.heading {
  font-size: unset;
  letter-spacing: unset;
  text-transform: unset;
  margin-bottom: 5px;
  display: block;
}

.column {
  padding: 15px;
}

.columns {
  margin-top: -15px;
  margin-left: -15px;
  margin-right: -15px;
}

.columns:last-child {
  margin-bottom: -15px;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline .list-inline-item {
  display: inline-block;
}

.list-inline .list-inline-item:not(:last-child) {
  margin-right: .5rem;
}

.w-100 {
  width: 100%;
}

.ml-auto {
  margin-left: auto !important;
}

.text-white {
  color: #fff;
}

.text-white-50 {
  color: #ffffff80;
}

.bg-white {
  background-color: #fff;
}

.rounded {
  border-radius: 4px;
}

.bg-light {
  background-color: #f8f9fa;
}

.input {
  box-shadow: unset;
  border-radius: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.input:focus {
  box-shadow: none;
  border: 1px solid #ff715b !important;
}

textarea.input {
  min-height: 150px;
  padding-top: 15px;
}

.media img {
  max-width: initial;
}

.lead {
  font-size: 1.25rem;
}

#wrapper-work {
  padding-top: 100px;
  overflow: hidden;
}

#wrapper-work ul li {
  float: left;
  width: 50%;
  position: relative;
}

#wrapper-work ul li img {
  width: 100%;
  height: 100%;
}

#wrapper-work ul li .items-text {
  color: #fff;
  background: #0009;
  width: 100%;
  height: 100%;
  padding-top: 140px;
  padding-left: 44px;
  position: absolute;
  inset: 0;
}

#wrapper-work ul li .items-text h2 {
  padding-top: 75px;
  padding-bottom: 28px;
  position: relative;
}

#wrapper-work ul li .items-text h2:before {
  content: "";
  background: #fff;
  width: 75px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
}

#wrapper-work ul li .items-text p {
  padding-top: 30px;
  padding-right: 80px;
  font-size: 16px;
  font-weight: 300;
  line-height: 27px;
}

#features-work {
  padding-top: 50px;
  padding-bottom: 75px;
}

#features-work .block ul li {
  text-align: center;
  width: 19%;
  padding: 40px 0;
  display: inline-block;
}

.navigation .btn {
  box-shadow: none;
}

@media (width <= 1023px) {
  .navbar-brand .navbar-item {
    padding-left: 0;
  }
}

.navbar-brand .navbar-item img {
  max-height: unset;
}

.navbar-burger {
  color: #fff;
  border: 0;
  width: 3rem;
  height: 3rem;
  margin-top: 5px;
  outline: 0 !important;
}

.navbar-burger:hover {
  background-color: #fff !important;
}

.navbar {
  background-color: #0000;
}

@media (width <= 1023px) {
  .navbar-menu {
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 1.3rem;
    background-color: #3b5898 !important;
  }

  .navbar-menu .navbar-start > .navbar-item {
    padding: 0 !important;
  }
}

#navbar {
  z-index: 5658;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0 1px 2px #0000000d;
}

#navbar .navbar-link {
  color: #111;
  text-transform: capitalize;
  padding-left: 26px;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  font-weight: 500;
  transition: all .25s;
  padding: 8px !important;
}

#navbar .navbar-link:hover, .navbar-item.has-dropdown:hover .navbar-link {
  color: #ff715b !important;
  background-color: #0000 !important;
}

.navbar-brand {
  font-weight: 600;
}

.navbar-dropdown {
  visibility: hidden;
  filter: alpha(opacity= 0);
  opacity: 0;
  -o-transition: all .2s ease-in, visibility 0s linear .2s, -o-transform .2s linear;
  transition: all .2s ease-in, visibility 0s linear .2s, transform .2s linear;
  -webkit-transition: all .2s ease-in, visibility 0s linear .2s, -webkit-transform .2s linear;
  border: 1px solid #0000000d;
  border-radius: 0;
  width: 250px;
  padding: 8px 0;
  -ms-transition: all .2s ease-in, visibility 0s linear .2s, -ms-transform .2s linear;
  display: block;
}

@media (width <= 1023px) {
  .navbar-dropdown {
    visibility: visible;
    filter: alpha(opacity= 1);
    opacity: 1;
    margin-left: auto;
    margin-right: auto;
    display: none;
  }
}

.navbar-link:after {
  display: none !important;
}

.has-dropdown:hover .navbar-dropdown {
  visibility: visible;
  opacity: 1;
  transition: all .45s;
}

.navbar-dropdown .navbar-item {
  text-transform: uppercase;
  padding: .7rem 1.5rem;
  font-size: 14px;
}

.navbar-dropdown .navbar-item:hover {
  color: #fff !important;
  background: #ff715b !important;
}

ul.dropdown-menu li {
  padding-left: 0 !important;
}

#navbar.nav-text-white .navbar-link, #navbar.nav-text-white .navbar-brand {
  color: #fff;
}

@media (width <= 1023px) {
  #navbar.nav-text-white .navbar-link, #navbar.nav-text-white .navbar-brand {
    color: #000;
  }
}

.navbar-item.has-dropdown {
  padding: .5rem .75rem;
}

.bg-1, .bg-2 {
  background-size: cover;
}

.banner {
  background: url("main-banner1.ea2c87e0.jpg") 80% / cover no-repeat;
  padding: 175px 0;
  position: relative;
  overflow: hidden;
}

.nav .nav-toggle span {
  background-color: #  !important;
}

.hero-img {
  background: url("main-banner1.ea2c87e0.jpg") 0 0 / cover;
}

@media (width <= 575px) {
  .banner {
    padding: 80px 0;
  }
}

.banner .block {
  padding-top: 120px;
}

@media (width <= 575px) {
  .banner .block {
    padding-top: 100px;
  }
}

.banner .block h1 {
  letter-spacing: -1.2px;
  text-transform: capitalize;
  font-size: 75px;
  font-weight: 400;
  line-height: 1.2;
}

.letter-spacing {
  letter-spacing: 2px;
}

.text-color {
  color: #ff715b;
}

@media (width <= 1215px) {
  .banner {
    background: #fff !important;
  }
}

@media (width <= 1023px) {
  .banner .block h1 {
    font-size: 56px;
    line-height: 70px;
  }

  .banner {
    background: url("main-banner1.ea2c87e0.jpg") no-repeat !important;
  }
}

@media (width <= 768px) {
  .banner .block h1 {
    font-size: 56px;
    line-height: 70px;
  }

  .banner {
    background: url("main-banner1-mob.0ed2d50c.jpg") no-repeat !important;
  }
}

@media (width <= 575px) {
  .banner .block h1 {
    font-size: 38px;
    line-height: 50px;
  }

  .banner {
    background: url("main-banner1-mob.0ed2d50c.jpg") no-repeat !important;
  }
}

@media (width <= 400px) {
  .banner .block h1 {
    font-size: 28px;
    line-height: 40px;
  }

  .banner {
    background: url("main-banner1-mob.0ed2d50c.jpg") !important;
  }
}

.about-item i {
  font-size: 50px;
}

.about-item a {
  color: #ff715b;
  font-weight: 500;
}

.about-item .icon {
  float: left;
  height: unset;
  width: unset;
}

.about-item .content {
  padding-left: 80px;
}

.process {
  position: relative;
}

.process:before {
  content: "";
  background-position: 100% 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.icon-block {
  background: #fff;
  border-radius: 10px;
  padding: 50px 40px;
  box-shadow: 0 0 40px #5580ff33;
}

.icon-block i {
  text-align: center;
  color: #ff715b;
  background: #ef323a14;
  border-radius: 10px;
  width: 70px;
  height: 70px;
  padding-top: 16px;
  font-size: 35px;
  display: inline-block;
}

.icon-block h5 {
  margin-top: 25px;
  margin-bottom: 15px;
}

.icon-block p {
  margin-bottom: 0;
}

.feature-list ul li {
  color: #111;
  margin-bottom: 15px;
}

.feature-list ul li i {
  color: #ff715b;
}

.video-img {
  position: relative;
}

.video-img .video-play {
  content: "";
  text-align: center;
  width: 100%;
  height: 100%;
  margin: -50px auto 0;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}

.video-img .video-play i {
  color: #ff715b;
  text-align: center;
  background: #fff;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  font-size: 30px;
  line-height: 100px;
  display: inline-block;
  box-shadow: 0 0 25px #0000000a;
}

.award-img-block {
  background: #fff;
  border: 1px solid #eee;
  justify-content: center;
  align-items: center;
  height: 160px;
  display: flex;
}

.video-play:hover {
  cursor: pointer;
}

.mt-30 {
  margin-top: 30px;
}

@media (width <= 768px) {
  .custom-grid .mt-30 {
    margin-top: 0 !important;
  }

  .custom-grid .pb-0 {
    padding-bottom: 15px !important;
  }

  .custom-grid .pt-0 {
    padding-top: 15px !important;
  }
}

.feature {
  background: linear-gradient(#05a5f9, #10dab7);
}

.feature-block {
  text-align: center;
  background: #fff;
  padding: 30px;
}

.feature-block i {
  font-size: 40px;
}

.feature-block h5 {
  margin-top: 20px;
}

.text-lg {
  font-size: 50px;
}

.counter {
  background: #ff715b;
}

.counter .counter-item h2 {
  color: #fff;
}

.counter .counter-item p {
  color: #ffffffb3;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0;
}

.counter--style i {
  color: #fafafa;
  background: #ff715b;
  border-radius: 100%;
  width: 100px;
  height: 100px;
  padding-top: 28px;
  font-size: 40px;
  display: inline-block;
}

.team-block img {
  border-radius: 5px;
}

.service-item-list {
  background: #fff;
  border-radius: 5px;
  margin: 0 0 20px;
  padding: 15px 30px;
  box-shadow: 0 0 15px #0000001a;
}

.service-item-list i {
  float: left;
  color: #ff715b;
  margin-right: 20px;
  font-size: 30px;
  line-height: 1.1;
}

.service-item-list p {
  color: #111;
  margin-bottom: 0;
  padding-left: 50px;
  line-height: 1.6;
}

.mb-50 {
  margin-bottom: 50px;
}

.content-padding {
  padding: 100px 0;
}

.service-img {
  padding-right: 20px;
}

.service-img img {
  border-radius: 5px;
  box-shadow: 0 0 40px #5580ff33;
}

.heading {
  margin-bottom: 90px;
}

.case-img, .case-content {
  padding: 30px;
}

@media (width <= 768px) {
  .case-img, .case-content {
    padding: 0;
  }
}

.case-timeline {
  position: relative;
}

@media (width <= 768px) {
  .case-timeline {
    margin-bottom: 60px;
  }
}

.case-timeline-divider {
  content: "";
  z-index: 0;
  background-color: #eee;
  width: 2px;
  height: auto;
  margin-left: -1px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
}

.case-timeline-dot {
  z-index: 1;
  content: " ";
  background-color: #fff;
  border-style: solid;
  border-width: 5px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  display: block;
  position: absolute;
  top: calc(50% - 10px);
  left: 50%;
}

@media (width <= 575px) {
  .case-timeline-dot, .case-timeline-divider {
    display: none;
  }
}

@media (width <= 400px) {
  .case-timeline-dot, .case-timeline-divider {
    display: none;
  }
}

@media (width <= 768px) {
  .case-timeline-dot, .case-timeline-divider {
    display: none;
  }
}

@media (width <= 1023px) {
  .case-timeline-dot, .case-timeline-divider {
    display: none;
  }
}

.cta {
  background: url("bg-2.439ea18a.jpg") 0 0 / cover no-repeat;
  position: relative;
}

.cta-content {
  padding: 40px;
}

@media (width <= 575px) {
  .cta-content {
    padding: 40px 25px;
  }
}

.mb-30 {
  margin-bottom: 30px;
}

.text-color-primary {
  color: #ff715b;
}

.testimonial-wrap {
  margin-top: -30px;
  margin-left: calc(50% - 570px);
  margin-right: -10%;
}

.testimonial-block {
  margin: 0 10px 0 12px;
  padding: 30px 0 30px 15px;
}

.testimonial-block p {
  background: #fff;
  margin-bottom: 30px;
  padding: 60px 40px;
  font-size: 18px;
  position: relative;
  box-shadow: 0 0 25px #5580ff33;
}

.testimonial-block p:after {
  content: "";
  border-top: 25px solid #fff;
  border-bottom: 0 solid #0000;
  border-left: 0 solid #0000;
  border-right: 30px solid #0000;
  width: 0;
  height: 0;
  position: absolute;
  bottom: -20px;
  left: 20px;
}

.testimonial-block .client-info .client-img {
  float: left;
  margin-bottom: 20px;
  margin-right: 30px;
}

.testimonial-block .client-info .client-img img {
  border-radius: 100%;
}

.testimonial-block .client-info .info h6 {
  margin-bottom: 0;
}

@media (width <= 575px) {
  .testimonial-wrap {
    margin-left: 0;
  }
}

@media (width <= 400px) {
  .testimonial-wrap {
    margin-left: 0;
  }
}

@media (width <= 768px) {
  .testimonial-wrap {
    margin-left: 0;
  }
}

@media (width <= 1023px) {
  .testimonial-wrap {
    margin-left: 0;
  }
}

.pricing-block {
  border: 0;
  border-radius: 10px;
  padding: 20px 0 50px;
  box-shadow: 0 0 15px #0000001a;
}

.pricing-block .price-header {
  padding: 30px 0;
}

.pricing-block .price-header h2 {
  margin: 15px 0;
  font-weight: 700;
}

.pricing-block .price-body {
  border-top: 2px solid #0000000f;
  border-bottom: 2px solid #0000000f;
  margin-bottom: 30px;
  padding: 30px 0;
}

.pricing-block .price-body ul li {
  padding: 10px 0;
}

.pricing-block .price-footer {
  margin-bottom: 30px;
}

.text-underline {
  text-decoration: underline;
}

.portfolio {
  position: relative;
}

.portfolio:before {
  content: "";
  background-color: #f7f7f7;
  width: 100%;
  height: 500px;
  position: absolute;
  top: 0;
  left: 0;
}

.portflio-item:before {
  content: " ";
  opacity: 0;
  background: #ff715bfa;
  width: 0%;
  height: 100%;
  transition: all .25s cubic-bezier(.86, 0, .07, 1);
  display: block;
  position: absolute;
  left: 0;
  overflow: hidden;
}

.portflio-item .portfolio-item-content {
  content: "";
  opacity: 0;
  transition: all .35s;
  position: absolute;
  bottom: 0;
  left: 30px;
}

.portflio-item:hover:before {
  opacity: 1;
  width: 100%;
}

.portflio-item:hover .portfolio-item-content {
  opacity: 1;
  bottom: 20px;
}

.portflio-item .overlay-item {
  content: "";
  color: #fff;
  opacity: 0;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  transition: all .35s;
  display: flex;
  position: absolute;
  inset: 0;
}

.portflio-item .overlay-item i {
  text-align: center;
  background: #ffffff0f;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  display: inline-block;
}

.portflio-item:hover .overlay-item {
  opacity: 1;
}

.portfolio-gallery {
  padding: 0 30px;
}

.project-info-list {
  margin-top: 25px;
}

.project-info-list li {
  margin-bottom: 13px;
}

.project-info-list li strong {
  color: #111;
  font-weight: 500;
}

.contact-form-wrap .form-group {
  margin: 0;
  padding-bottom: 15px;
}

.contact-form-wrap .form-group .form-control {
  height: 48px;
  box-shadow: none;
  border: 1px solid #eef2f6;
  width: 100%;
}

.contact-form-wrap .form-group-2 {
  margin-bottom: 13px;
}

.contact-form-wrap .form-group-2 textarea {
  height: 135px;
  box-shadow: none;
  border: 1px solid #eef2f6;
  width: 100%;
}

.address-block li {
  margin-bottom: 15px;
}

.address-block li i {
  width: 20px;
  font-size: 20px;
}

.short-info li {
  margin-bottom: 25px;
}

.social-icons li {
  margin: 0 6px;
}

.social-icons a {
  margin-right: 10px;
  font-size: 18px;
}

.google-map {
  position: relative;
}

.google-map #map {
  width: 100%;
  height: 450px;
}

.short-info {
  border: 1px solid #eee;
  padding: 40px;
}

.mt-90 {
  margin-top: 90px;
}

.blog-item {
  margin-bottom: 30px;
  display: flex;
}

@media (width <= 768px) {
  .blog-item {
    display: block;
  }
}

.blog-thumb {
  width: 70%;
  margin-right: 40px;
}

.blog-item-content h3 {
  font-weight: 500;
}

.nav-links .page-numbers {
  text-align: center;
  background: #eee;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  padding-top: 13px;
  font-weight: 600;
  display: inline-block;
}

.nav-links .page-numbers:hover {
  color: #fff;
  background: #ff715b;
}

.comment-area .comment-thumb {
  margin-bottom: 10px;
  margin-right: 20px;
}

.comment-area .comment-thumb img {
  width: 70px;
  max-width: unset;
  border-radius: 5px;
}

.comment-area h5 {
  font-size: 18px;
  font-weight: 500;
}

.comment-area span {
  font-size: 14px;
}

.posts-nav h6 {
  font-weight: 500;
}

.quote {
  color: #111;
  background: #f5f6ff;
  border-left: 5px solid #ff715b;
  margin: 25px 0;
  padding: 40px;
  font-size: 22px;
  font-style: italic;
}

.comment-form .input {
  background: #f7f8fb;
  border-color: #f7f8fb;
  border-radius: 5px;
  height: 50px;
}

.comment-form textarea.input {
  height: auto;
}

@media (width <= 575px) {
  .blog-thumb {
    float: none;
    width: 100%;
    margin-bottom: 15px;
    margin-right: 0;
  }

  .blog-thumb img {
    width: 100%;
  }
}

@media (width <= 400px) {
  .blog-thumb {
    float: none;
    width: 100%;
    margin-bottom: 15px;
    margin-right: 0;
  }

  .blog-thumb img {
    width: 100%;
  }
}

@media (width <= 768px) {
  .blog-thumb {
    float: none;
    width: 100%;
    margin-bottom: 15px;
    margin-right: 0;
  }

  .blog-thumb img {
    width: 100%;
  }

  .tag-option {
    display: block;
  }
}

.posts-nav .border {
  border: 1px solid #dee2e6;
  height: 80px;
}

@media (width <= 768px) {
  .posts-nav .border {
    width: 100%;
    height: 2px;
    margin: 30px 0;
  }

  .posts-nav, .tag-option {
    display: block !important;
  }

  .tag-option .list-inline:first-child {
    margin-bottom: 20px;
  }
}

@media (width <= 575px) {
  .comment-content, .comment-area-box {
    display: block !important;
  }
}

.post.post-single {
  border: none;
}

.post.post-single .post-thumb {
  margin-top: 30px;
}

.post-sub-heading {
  letter-spacing: 2px;
  text-transform: uppercase;
  border-bottom: 1px solid #dedede;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-size: 16px;
}

.post-social-share {
  margin-bottom: 50px;
}

.post-comments {
  margin: 30px 0;
}

.post-comments .media {
  margin-top: 20px;
}

.post-comments .media > .pull-left {
  padding-right: 20px;
}

.post-comments .comment-author {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

.post-comments .comment-author a {
  color: #ff715b;
  text-transform: uppercase;
  font-size: 14px;
}

.post-comments time {
  color: gray;
  margin: 0 0 5px;
  font-size: 12px;
  display: inline-block;
}

.post-comments .comment-button {
  color: #ff715b;
  margin-left: 5px;
  font-size: 12px;
  display: inline-block;
}

.post-comments .comment-button i {
  margin-right: 5px;
  display: inline-block;
}

.post-comments .comment-button:hover {
  color: #ff715b;
}

.post-excerpt {
  margin-bottom: 60px;
}

.post-excerpt h3 a {
  color: #000;
}

.post-excerpt p {
  margin: 0 0 30px;
}

.post-excerpt blockquote.quote-post {
  margin: 20px 0;
}

.post-excerpt blockquote.quote-post p {
  color: #ff715b;
  font-size: 20px;
  line-height: 30px;
}

.single-blog {
  background-color: #fff;
  margin-bottom: 50px;
  padding: 20px;
}

.blog-subtitle {
  text-transform: uppercase;
  border-bottom: 1px solid #dedede;
  margin-bottom: 25px;
  padding-bottom: 10px;
  font-size: 15px;
}

.next-prev {
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  margin: 20px 0;
  padding: 25px 0;
}

.next-prev a {
  color: #000;
}

.next-prev a:hover {
  color: #ff715b;
}

.next-prev .prev-post i {
  margin-right: 10px;
}

.next-prev .next-post i {
  margin-left: 10px;
}

.social-profile ul li {
  margin: 0 10px 0 0;
  display: inline-block;
}

.social-profile ul li a {
  color: #4e595f;
  font-size: 16px;
  display: block;
}

.social-profile ul li a i:hover {
  color: #ff715b;
}

.comments-section {
  margin-top: 35px;
}

.author-about {
  margin-top: 40px;
}

.post-author {
  margin-right: 20px;
}

.post-author > img {
  border: 1px solid #dedede;
  width: 100%;
  max-width: 120px;
  padding: 5px;
}

.comment-list ul {
  margin-top: 20px;
}

.comment-list ul li {
  margin-bottom: 20px;
}

.comment-wrap {
  border: 1px solid #dedede;
  border-radius: 1px;
  margin-left: 20px;
  padding: 10px;
  position: relative;
}

.comment-wrap .author-avatar {
  margin-right: 10px;
}

.comment-wrap .media .media-heading {
  margin-bottom: 8px;
  font-size: 14px;
}

.comment-wrap .media .media-heading a {
  color: #ff715b;
  font-size: 13px;
}

.comment-wrap .media .comment-meta {
  color: #888;
  font-size: 12px;
}

.comment-wrap .media p {
  margin-top: 15px;
}

.comment-reply-form {
  margin-top: 80px;
}

.comment-reply-form input, .comment-reply-form textarea {
  height: 35px;
  box-shadow: none;
  border-radius: 0;
}

.comment-reply-form input:focus, .comment-reply-form textarea:focus {
  box-shadow: none;
  border: 1px solid #ff715b;
}

.comment-reply-form textarea, .comment-reply-form .btn-main {
  height: auto;
}

.sidebar-wrap {
  padding-left: 40px;
}

@media (width <= 1023px) {
  .sidebar-wrap {
    padding-left: 0;
  }
}

.sidebar-widget {
  margin-bottom: 30px;
  padding-bottom: 35px;
}

.sidebar-widget h5 {
  margin-bottom: 25px;
}

.sidebar-widget.latest-post .media img {
  border-radius: 7px;
}

.sidebar-widget.latest-post .media h6 {
  font-weight: 500;
  line-height: 1.4;
}

.sidebar-widget.latest-post .media p {
  font-size: 12px;
}

.sidebar-widget.category ul li {
  margin-bottom: 10px;
}

.sidebar-widget.category ul li a {
  color: #111;
  transition: all .3s;
}

.sidebar-widget.category ul li a:hover {
  color: #ff715b;
  padding-left: 5px;
}

.sidebar-widget.category ul li span {
  margin-left: 10px;
}

.sidebar-widget.tags a {
  text-transform: uppercase;
  letter-spacing: .075em;
  color: #666;
  background-color: #eff0f3;
  border-radius: 20px;
  height: 41px;
  margin: 0 7px 10px 0;
  padding: 0 25px;
  font-size: 12px;
  font-weight: 500;
  line-height: 41px;
  transition: all .2s;
  display: inline-block;
}

.sidebar-widget.tags a:hover {
  color: #fff;
  background: #ff715b;
}

.search-form {
  position: relative;
}

.search-form i {
  position: absolute;
  top: 35%;
  right: 15px;
}

.footer {
  background: #000;
  padding-bottom: 10px;
}

.footer .copyright a {
  font-weight: 600;
}

.lh-35 {
  line-height: 35px;
}

.logo {
  letter-spacing: 1px;
  font-weight: 600;
}

.logo h3 {
  color: #fff;
}

.logo span {
  color: #ff715b;
}

.widget h4 {
  color: #fff;
  font-weight: 600;
}

.widget a {
  color: #ffffffb3;
}

.widget a:hover {
  color: #ff715b;
}

.widget p {
  color: #ffffffb3;
}

.footer-btm {
  border-top: 1px solid #ffffff0f;
}

.footer-socials li a {
  margin-right: 7px;
}

.copyright {
  color: #ffffffb3;
}

.copyright a {
  color: #fffc;
}

.copyright a:hover {
  color: #ff715b;
}

.widget-contact h6 {
  margin-bottom: 18px;
  font-weight: 500;
}

.widget-contact h6 i {
  color: #ff715b;
}
/*# sourceMappingURL=index.e5c69d4b.css.map */
