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

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

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

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: #ff715b;
}

button,
input[type="submit"],
input[type="reset"] {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
}

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

.input::placeholder,
.select select::placeholder,
.textarea::placeholder {
  color: rgba(128, 128, 128) !important;
  opacity: 1 !important; /* Firefox */
  font-family: inherit !important;
  font-size: 1rem !important;
}

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

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

[class^="ti-"],
[class*=" ti-"] {
  vertical-align: middle;
}

.ti-custom svg {
  max-width: 35px;
}

.ti-custom svg path {
  fill: #ff715b;
}

.btn {
  display: inline-block;
  font-size: 14px;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  padding: 0.7rem 2rem;
  text-transform: uppercase;
  border-radius: 5px;
  border: 2px solid transparent;
  transition: all 0.35s ease;
  cursor: pointer;
}

.btn.is-large {
  font-size: 1.125rem;
}

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

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

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

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

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

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

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

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

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

.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,
    rgba(19, 177, 205, 0.95) 0%,
    rgba(152, 119, 234, 0.95) 100%
  );
  background-repeat: repeat-x;
}
.modal {
  display: flex;
  visibility: hidden;
}
.modal-background {
  transition: opacity 0s;
  opacity: 0;
}
.modal-content {
  width: 100%;
  max-width: 1200px;
  transform: scale(0.7);
  opacity: 0;
  transition: all 0s;
  display: flex;
  flex-wrap: nowrap;
  overflow: visible;
}
.modal-image-wrap {
  flex: 0 0 30%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .modal-image-wrap {
    flex: 0 0 400px;
  }
}
.modal-image-wrap img {
  box-shadow: 10px 10px 0px rgba(255, 113, 91, 1);
}
@media screen and (min-width: 768px) {
  .modal-image-wrap img {
    box-shadow: 20px 20px 0px rgba(255, 113, 91, 1);
  }
}
.modal-bio-wrap {
  background-color: white;
  color: initial;
  padding: 20px 30px 20px 30px;
  margin-top: 30px;
  overflow-y: scroll;
  flex-grow: 1;
}
@media screen and (min-width: 768px) {
  .modal-bio-wrap {
    padding: 40px 30px 40px 110px;
    margin-top: 50px;
    margin-left: -60px;
  }
}
.modal-bio-wrap h3 {
  line-height: 1.2;
  margin-bottom: 0.5rem;
}
.modal-bio-wrap .bio-title {
  line-height: 1.2;
  margin-bottom: 1rem;
}
.modal.is-active {
  visibility: visible;
}
.modal.is-active .modal-background {
  opacity: 1;
  transition: opacity 0.5s;
}
.modal.is-active .modal-content {
  transform: scale(1);
  opacity: 1;
  transition: opacity 0.5s;
}

.section {
  padding: 50px 0;
}

@media screen and (min-width: 768px) {
  .section {
    padding: 100px 0;
  }
}

.is-section-small {
  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;
  font-size: 14px;
  letter-spacing: 1px;
}

.subtitle-main {
  font-size: 1.25rem;
  max-width: 500px;
  color: rgb(42, 42, 42);
}
@media (min-width: 768px) {
  .subtitle-main {
    color: unset;
  }
}
.overly {
  position: relative;
}
.overly:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: #000;
}

.overly-2 {
  position: relative;
}
.overly-2:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

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

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

.text-lg {
  font-size: 3.75rem;
}

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

/* Links */
a {
  color: #111;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s;
}

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

a:focus {
  outline: none;
}

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

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

@media (max-width: 575px) {
  h2,
  .h2 {
    font-size: 1.8rem;
    line-height: 42px;
  }
}
@media screen and (min-width: 1216px) {
  .container:not(.is-max-desktop) {
    max-width: 1140px;
  }
}
@media (max-width: 1023px) {
  .container {
    max-width: 765px;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 540px;
  }
}

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

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

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

.column {
  padding: 15px;
}

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

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

ul {
  list-style: initial;
}
.list-unstyled {
  list-style: none;
}
.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: 0.5rem;
}

.w-100 {
  width: 100%;
}

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

.text-white {
  color: #fff;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5);
}

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

.rounded {
  border-radius: 4px;
}

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

.input {
  border-radius: 0;
  box-shadow: unset;
  padding-left: 15px;
  padding-right: 15px;
}
.input:focus {
  box-shadow: none;
  border: 1px solid #ff715b !important;
}

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

.help-text {
  color: #7a7a7a;
  font-size: 0.875rem;
  margin-top: 0.5em;
  margin-bottom: 0.75em;
  line-height: 1.2em;
}

.select-wrapper {
  position: relative;
}

.select-wrapper select {
  display: inline-block;
  max-width: 100%;
  position: relative;
  width: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  box-shadow: inset 0 0.0625em 0.125em rgba(10, 10, 10, 0.05);
  color: #363636;
  font-size: 1rem;
  height: 2.5em;
  line-height: 1.5;
  padding: 0.5em 15px;
  width: 100%;
}

.select-wrapper::after {
  content: "\25BC"; /* Unicode downward arrow */
  font-size: 0.75rem;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  color: #363636;
  pointer-events: none;
}

.media img {
  max-width: initial;
}

.lead {
  font-size: 1.25rem;
}

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

@media (max-width: 1023px) {
  .navbar-brand .navbar-item {
    padding-left: 0;
  }
}
.navbar-brand .navbar-item img {
  max-height: unset;
}

.navbar-burger {
  height: 3rem;
  width: 3rem;
  border: 0;
  margin: auto 0 auto auto;
  outline: 0 !important;
}
.navbar-burger:hover {
  background-color: #fff !important;
}

.navbar {
  background-color: transparent;
}

@media (max-width: 1023px) {
  .navbar-menu {
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 1.3rem;
    position: absolute;
    width: 100%;
  }
  .navbar-menu .navbar-start > .navbar-item {
    padding: 0 !important;
  }
}

.navbar-item.has-dropdown {
  display: none;
}

.navbar-link::after {
  display: none !important;
  transition: all 0.25s ease;
}

@media screen and (min-width: 1023px) and (max-width: 1400px) {
  .navbar-link::after {
    display: block !important;
  }
  .navbar-start > .navbar-item.has-dropdown {
    display: flex;
  }
  .navbar-start > .navbar-item:not(.has-dropdown) {
    display: none;
  }
}

#navbar {
  width: 100%;
  z-index: 5658;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  background-color: #fff;
}
#navbar .navbar-link {
  padding-left: 26px;
  font-weight: 500;
  color: #111;
  font-family: "Rubik", sans-serif;
  text-transform: capitalize;
  font-size: 18px;
  transition: all 0.25s ease;
}

.navbar-item:not(.has-dropdown) .navbar-link {
  padding: 8px !important;
}

.navbar-link:not(.is-arrowless)::after {
  border-color: #111;
}

#navbar .navbar-link:hover {
  color: #ff715b !important;
  background-color: transparent !important;
}

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

.navbar-item.has-dropdown:hover .navbar-link::after {
  border-color: #ff715b !important;
}

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

.navbar-dropdown {
  visibility: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
  transition: all 0.2s ease-in, visibility 0s linear 0.2s, transform 0.2s linear;
  -webkit-transition: all 0.2s ease-in, visibility 0s linear 0.2s,
    -webkit-transform 0.2s linear;
  -o-transition: all 0.2s ease-in, visibility 0s linear 0.2s,
    -o-transform 0.2s linear;
  -ms-transition: all 0.2s ease-in, visibility 0s linear 0.2s,
    -ms-transform 0.2s linear;
  width: 250px;
  padding: 8px 0;
  border-radius: 0px;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
@media (max-width: 1023px) {
  .navbar-dropdown {
    visibility: visible;
    filter: alpha(opacity=1);
    opacity: 1;
    display: none;
    margin-left: auto;
    margin-right: auto;
  }
}

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

.navbar-dropdown .navbar-item {
  padding: 0.7rem 1.5rem;
  text-transform: uppercase;
  font-size: 14px;
}
.navbar-dropdown .navbar-item:hover {
  background: #ff715b !important;
  color: #fff !important;
}

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

#navbar.nav-text-white .navbar-link,
#navbar.nav-text-white .navbar-brand {
  color: #fff;
}
@media (max-width: 1023px) {
  #navbar.nav-text-white .navbar-link,
  #navbar.nav-text-white .navbar-brand {
    color: black;
  }
}

.navbar-item.has-dropdown {
  padding: 0.5rem 0.75rem;
}

.contact-bg {
  background: url("../images/bg/contact-bg.jpg") no-repeat 50% 50%;
  background-size: cover;
}

.banner {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.75),
      rgba(255, 255, 255, 0.75)
    ),
    url("../images/bg/woman-at-computer.png") no-repeat;
  background-size: 123%;
  background-position: 34% 24%;
  padding: 120px 0px;
}

@media (min-width: 1024px) {
  .banner {
    background: url("../images/bg/woman-at-computer.png") no-repeat;
    background-size: 40%;
    background-position: 100% 50%;
  }
}
@media (max-width: 575px) {
  .banner {
    padding: 50px 0px;
  }
}
.banner .block h1 {
  font-size: 75px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: -1.2px;
  text-transform: capitalize;
}

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

.text-color {
  color: #ff715b;
}

@media (max-width: 768px) {
  .banner .block h1 {
    font-size: 56px;
    line-height: 70px;
  }
}
@media (max-width: 575px) {
  .banner .block h1 {
    font-size: 38px;
    line-height: 50px;
  }
}
@media (max-width: 400px) {
  .banner .block h1 {
    font-size: 28px;
    line-height: 40px;
  }
}
.getting-started-item i {
  font-size: 50px;
}
.getting-started-item a {
  color: #ff715b;
  font-weight: 500;
}
.getting-started-item .icon {
  float: left;
  height: unset;
  width: unset;
}
.getting-started-item .content {
  padding-left: 80px;
}

.services {
  position: relative;
}
.services:before {
  position: absolute;
  content: "";
  right: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: url("../images/bg/bg-half.png") no-repeat;
  background-position: top right;
}

.icon-block {
  padding: 20px 15px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 40px 0px rgba(42, 117, 136, 0.4);
}
@media screen and (min-width: 768px) {
  .icon-block {
    padding: 50px 40px;
  }
}
.icon-block i {
  font-size: 35px;
  background: rgba(239, 50, 58, 0.08);
  width: 70px;
  height: 70px;
  text-align: center;
  padding-top: 16px;
  border-radius: 10px;
  display: inline-block;
  color: #ff715b;
}
.icon-block h5 {
  margin-top: 25px;
  margin-bottom: 15px;
}

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

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

.video-img {
  position: relative;
}
.video-img .video-play {
  position: absolute;
  content: "";
  left: 0px;
  right: 0px;
  top: 50%;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  margin-top: -50px;
  text-align: center;
}
.video-img .video-play i {
  font-size: 30px;
  width: 100px;
  height: 100px;
  background: #fff;
  color: #ff715b;
  border-radius: 100%;
  text-align: center;
  display: inline-block;
  line-height: 100px;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.04);
}

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

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

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

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

.feature-block {
  background: #fff;
  padding: 30px;
  text-align: center;
}
.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: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0px;
}

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

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

.service-item-list {
  padding: 15px 30px;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin: 0 0 20px;
}
.service-item-list i {
  font-size: 30px;
  line-height: 1.1;
  margin-right: 20px;
  float: left;
  color: #ff715b;
}
.service-item-list p {
  padding-left: 50px;
  line-height: 1.6;
  margin-bottom: 0px;
  color: #111;
}

@media screen and (min-width: 768px) {
  ul.services-layout {
    column-count: 3;
    column-gap: 20px;
  }
}

ul.services-layout li {
  margin-left: 20px;
}

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

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

.service-img {
  padding-right: 20px;
}
.service-img img {
  border-radius: 5px;
  box-shadow: 0px 0px 40px 0px rgba(85, 128, 255, 0.2);
}

.heading {
  margin-bottom: 50px;
}

.cta {
  background: url("../images/bg/bg-3.jpg") no-repeat;
  background-size: cover;
  background-position: 100% 20%;
  position: relative;
}

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

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

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

/* .testimonial-wrap {
  margin-left: calc((100% - 1140px) / 2);
  margin-right: -10%;
  margin-top: -30px;
} */

.testimonial-block {
  margin: 0px 10px;
  padding: 30px 0px;
  margin-left: 12px;
  padding-left: 15px;
  padding-right: 0px;
}
.testimonial-block p {
  background: #fff;
  padding: 60px 40px;
  position: relative;
  margin-bottom: 30px;
  font-size: 18px;
  filter: drop-shadow(0px 0px 9px rgba(42, 117, 136, 0.4));
}
.testimonial-block p:after {
  position: absolute;
  content: "";
  left: 20px;
  bottom: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 30px 0 0;
  border-color: #fff transparent transparent;
}
.testimonial-block .client-info .client-img {
  float: left;
  margin-right: 30px;
  margin-bottom: 20px;
}
.testimonial-block .client-info .client-img img {
  border-radius: 100%;
}
.testimonial-block .client-info .info h6 {
  margin-bottom: 0px;
}

@media (max-width: 575px) {
  .testimonial-wrap {
    margin-left: 0px;
  }
}
@media (max-width: 400px) {
  .testimonial-wrap {
    margin-left: 0px;
  }
}
@media (max-width: 768px) {
  .testimonial-wrap {
    margin-left: 0px;
  }
}
@media (max-width: 1023px) {
  .testimonial-wrap {
    margin-left: 0px;
  }
}

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

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

.team-item {
  height: 100%;
}
.team-item:before {
  content: " ";
  display: block;
  left: 0;
  height: 100%;
  width: 0%;
  position: absolute;
  transition: 0;
  background: rgba(255, 113, 91, 0.98);
  opacity: 0;
  overflow: hidden;
}
.team-item:after {
  content: " ";
  display: block;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  background-image: linear-gradient(to top, black, transparent 30%);
  overflow: hidden;
  z-index: 1;
}
.team-item img {
  object-fit: cover;
  height: 100%;
}
.team-item a {
  display: inline-block;
}
.team-item a:hover {
  cursor: pointer;
}
.team-item .team-item-content {
  position: absolute;
  content: "";
  bottom: 20px;
  z-index: 2;
  transition: all 0.35s ease;
  text-align: left;
  padding: 0 20px;
}
.team-item:hover:before {
  opacity: 1;
  width: 100%;
  transition: all 0.25s cubic-bezier(0.86, 0, 0.07, 1);
}
.team-item .team-item-content h3 {
  font-size: 1.25rem;
  line-height: 1.2;
  color: white;
}
.team-item .team-item-content p {
  line-height: 1.2;
  color: white;
}

.team-item .overlay-item {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: #fff;
  opacity: 0;
  transition: 0;
}
.team-item .overlay-item i {
  width: 80px;
  height: 80px;
  text-align: center;
  border-radius: 100%;
  display: inline-block;
  background: rgba(255, 255, 255, 0.06);
  line-height: 80px;
  z-index: 2;
}
.team-item:hover .overlay-item {
  opacity: 1;
  transition: all 0.35s ease;
}

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

.project-info-list {
  margin-top: 25px;
}
.project-info-list li {
  margin-bottom: 13px;
}
.project-info-list li strong {
  font-weight: 500;
  color: #111;
}

.contact-form-wrap .form-group {
  padding-bottom: 15px;
  margin: 0px;
}
.contact-form-wrap .form-group .form-control {
  height: 48px;
  border: 1px solid #eef2f6;
  box-shadow: none;
  width: 100%;
}
.contact-form-wrap .form-group-2 {
  margin-bottom: 13px;
}
.contact-form-wrap .form-group-2 textarea {
  height: 135px;
  border: 1px solid #eef2f6;
  box-shadow: none;
  width: 100%;
}

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

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

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

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

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

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

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

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

.next-prev {
  border-bottom: 1px solid #dedede;
  border-top: 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;
}

.footer {
  padding-bottom: 10px;
  background: #000;
}
.footer .credit a {
  font-weight: 600;
}

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

.logo {
  font-weight: 600;
  letter-spacing: 1px;
}
.logo h3 {
  color: #fff;
}
.logo span {
  color: #ff715b;
}
.logo-image {
  max-width: 200px;
}
.widget h4 {
  color: #fff;
  font-weight: 600;
}
.widget a {
  color: rgba(255, 255, 255, 0.7);
}
.widget a:hover {
  color: #ff715b;
}
.widget p {
  color: rgba(255, 255, 255, 0.7);
}

.footer-btm {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

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

.credit {
  color: rgba(255, 255, 255, 0.7);
}
.credit a {
  color: rgba(255, 255, 255, 0.8);
}
.credit a:hover {
  color: #ff715b;
}

.widget-contact h6 {
  font-weight: 500;
  margin-bottom: 18px;
}
.widget-contact h6 i {
  color: #ff715b;
}
/*# sourceMappingURL=style.css.map */
