* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  color: #191818;
  font-size: 14px;
}

p {
  color: #191818;
}

a {
  color: #f0a45b;
}

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

img {
  max-width: 100%;
}

/*------------------
	Global Styles
------------------*/
.bg-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-overlay {
  position: relative;
  z-index: 1;
  color: #ffffff;
}
.bg-overlay::before {
  position: absolute;
  content: '';
  background-color: rgba(37, 37, 37, 0.4);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

section {
  padding: 40px 0;
  position: relative;
}
@media (min-width: 768px) {
  section {
    padding: 60px 0;
  }
}
@media (min-width: 992px) {
  section {
    padding: 80px 0;
  }
}

.container {
  padding-left: 25px;
  padding-right: 25px;
}
@media (min-width: 992px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.full-width,
.container-fluid.full-width {
  padding: 0;
  margin: 0;
}
.full-width .row,
.container-fluid.full-width .row {
  margin-left: 0;
  margin-right: 0;
}
.full-width .row [class*="col-"],
.full-width .row [class^="col-"],
.container-fluid.full-width .row [class*="col-"],
.container-fluid.full-width .row [class^="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.kth-primary-gradient {
  background: #f0a45b;
  background: -o-linear-gradient(280deg, #f0a45b 0%, #a13355 100%);
  background: linear-gradient(170deg, #f0a45b 0%, #a13355 100%);
}

.kth-default-bg {
  background: #ffffff;
}

.kth-primary-bg {
  background: #f1d6c7;
}

.kth-secondary-bg {
  background: #a13355;
}

.text-green {
  color: #00ac69;
}
.text-red {
  color: #e81500;
}
.text-yellow {
  color: #f4a100;
}
.text-purple {
  color: #6900c7;
}
.text-blue {
  color: #0061f2;
}
.text-orange {
  color: #f76400;
}

.bg-green {
  background: #bfe5dc;
}
.bg-red {
  background: #eec7c7;
}
.bg-yellow {
  background: #f0e3c7;
}
.bg-purple {
  background: #d4c2ef;
}
.bg-blue {
  background: #bfd6f8;
}
.bg-orange {
  background: #f1d6c7;
}

.kth-bg-lines {
  position: absolute;
  height: 100%;
  left: 20px;
  right: 20px;
  z-index: 0;
  top: 0;
  bottom: 0;
  width: 80%;
  margin: 0 auto;
}
.kth-bg-lines div {
  position: absolute;
  width: 1px;
  height: 100%;
  background: rgba(23, 22, 26, 0.04);
}
.kth-bg-lines div:nth-child(2) {
  margin-left: calc(25% - 5px);
}
.kth-bg-lines div:nth-child(3) {
  margin-left: calc(50% - 10px);
}
.kth-bg-lines div:nth-child(4) {
  margin-left: calc(75% - 15px);
}
.kth-bg-lines div:nth-child(5) {
  margin-left: calc(100% - 20px);
}

.card {
  padding: 30px;
  border: medium none;
  border-radius: 10px;
}
.card-body {
  padding: 0;
}
.card-title {
  margin: 0 0 10px 0;
  font-weight: 700;
  font-size: 16px;
}
.card-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 40;
  border-radius: 50%;
  font-size: 24px;
}
.card p {
  margin-bottom: 0;
}

.kth-animated-wave {
  position: absolute;
  bottom: 0;
  z-index: 1;
}

.kth-wave {
  -webkit-animation: kthwaveanimate 5s linear;
          animation: kthwaveanimate 5s linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  fill: rgba(0, 0, 0, 0.09);
}

#kth-wave2 {
  -webkit-animation-duration: 7s;
          animation-duration: 7s;
  animation-direction: reverse;
  opacity: 0.6;
}

#kth-wave3 {
  -webkit-animation-duration: 9s;
          animation-duration: 9s;
  opacity: .3;
}

@-webkit-keyframes kthwaveanimate {
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes kthwaveanimate {
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
/*-------------------
	Typography
--------------------*/
h1 {
  font-size: 36px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

@media (min-width: 768px) {
  .kth-main-header.kth-main-header-open {
    background: -o-linear-gradient(280deg, #a13355 0%, #f0a45b 100%);
    background: linear-gradient(170deg, #a13355 0%, #f0a45b 100%);
  }
  .kth-main-header.kth-main-header-open .navbar {
    background: rgba(0, 0, 0, 0.1);
  }
}
.kth-main-header .navbar-toggler {
  border: medium none;
}
.kth-main-header .navbar-toggler:focus, .kth-main-header .navbar-toggler:hover {
  outline: 0;
}
.kth-main-header.kth-fixed-header-bg {
  background: -o-linear-gradient(280deg, #a13355 0%, #f0a45b 100%);
  background: linear-gradient(170deg, #a13355 0%, #f0a45b 100%);
}

#mobileBtn {
  display: none;
}

@media (max-width: 575px) {
  .navbar-toggler {
    display: none;
  }

  #mobileBtn {
    display: inline-block;
  }

  #navbarHeader {
    position: fixed;
    height: 100%;
    background: #a13355;
    width: 280px;
    right: -280px;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    display: block;
  }
  #navbarHeader.m-navbarHeader {
    right: 0;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
  }

  .navbar {
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
  }
  .navbar.m-navbar {
    -webkit-transform: translateX(-280px);
        -ms-transform: translateX(-280px);
            transform: translateX(-280px);
  }

  .main {
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
  }
  .main.m-main {
    position: relative;
    -webkit-transform: translateX(-280px);
        -ms-transform: translateX(-280px);
            transform: translateX(-280px);
  }
  .main.m-main:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
  }

  .m-overflow {
    overflow: hidden;
    background: #a13355;
  }

  #mobileBtn {
    cursor: pointer;
  }
}
@media (max-width: 320px) {
  #navbarHeader {
    width: 250px;
    right: -250px;
  }

  .navbar.m-navbar {
    -webkit-transform: translateX(-250px);
        -ms-transform: translateX(-250px);
            transform: translateX(-250px);
  }

  .main.m-main {
    -webkit-transform: translateX(-250px);
        -ms-transform: translateX(-250px);
            transform: translateX(-250px);
  }
}
.kth-b-heading {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .kth-b-heading {
    margin-bottom: 80px;
  }
}
.kth-b-heading-title {
  font-weight: 700;
  font-size: 24px;
}
@media (min-width: 992px) {
  .kth-b-heading-title {
    font-size: 36px;
  }
}
.kth-b-heading .lead {
  font-size: 16px;
}
@media (min-width: 992px) {
  .kth-b-heading .lead {
    font-size: 20px;
  }
}

.kth-banner {
  min-height: 95vh;
  position: relative;
}
@media (min-width: 576px) {
  .kth-banner {
    min-height: 100vh;
  }
}
@media (min-width: 768px) {
  .kth-banner {
    min-height: 80vh;
  }
}
@media (min-width: 992px) {
  .kth-banner {
    min-height: 80vh;
  }
}
.kth-banner .container {
  position: relative;
  z-index: 2;
}
.kth-banner-caption {
  color: #ffffff;
}
.kth-banner-caption-title {
  font-weight: 700;
  line-height: 1;
  font-size: 24px;
}
@media (min-width: 992px) {
  .kth-banner-caption-title {
    font-size: 36px;
  }
}
.kth-banner-caption-desc {
  margin-top: 30px;
  margin-bottom: 30px;
  color: #ffffff;
}
.kth-banner .btn-outline-light {
  border-width: 2px;
  padding: 15px 30px;
  font-weight: 600;
  font-size: 16px;
}
.kth-banner .kth-bg-lines div {
  background: rgba(255, 255, 255, 0.08);
}

.kth-services {
  position: relative;
  background: #f5f7fd;
}
.kth-services-list [class*="col-"],
.kth-services-list [class^="col-"] {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .kth-services-list [class*="col-"],
  .kth-services-list [class^="col-"] {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.kth-services .card-title {
  min-height: 40px;
}

.kth-work-process-item-wrap {
  margin-top: 30px;
}
.kth-work-process-item-wrap [class*='col-'],
.kth-work-process-item-wrap [class^='col-'] {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .kth-work-process-item-wrap {
    margin-top: 0;
    padding-left: 60px;
  }
  .kth-work-process-item-wrap [class*='col-'],
  .kth-work-process-item-wrap [class^='col-'] {
    margin-bottom: 30px;
  }
  .kth-work-process-item-wrap [class*='col-']:nth-child(1),
  .kth-work-process-item-wrap [class^='col-']:nth-child(1) {
    margin-left: -30px;
  }
  .kth-work-process-item-wrap [class*='col-']:nth-child(2),
  .kth-work-process-item-wrap [class^='col-']:nth-child(2) {
    margin-top: -30px;
  }
  .kth-work-process-item-wrap [class*='col-']:nth-child(4),
  .kth-work-process-item-wrap [class^='col-']:nth-child(4) {
    margin-top: -20px;
  }
}
.kth-work-process .card {
  padding: 20px 10px;
}
@media (min-width: 768px) {
  .kth-work-process .card {
    padding: 30px;
  }
}
.kth-work-process .card-title {
  font-size: 12px;
  margin: 0;
}
@media (min-width: 768px) {
  .kth-work-process .card-title {
    font-size: 14px;
  }
}
.kth-work-process .card-icon {
  font-size: 20px;
  font-weight: 800;
  width: 50px;
  height: 50px;
  margin: 0 auto 15px;
}
@media (min-width: 768px) {
  .kth-work-process .card-icon {
    width: 80px;
    height: 80px;
    font-size: 30px;
    margin: 0 auto 30px;
  }
}

/*-----------------------
	kth-portfolio
-----------------------*/
.kth-portfolio {
  padding-bottom: 0;
  /*isotope filters*/
}
.kth-portfolio .kth-b-heading .btn-primary {
  background: #f0a45b;
  border-color: #f0a45b;
  padding: 20px 30px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}
.kth-portfolio .kth-b-heading .btn-primary:hover, .kth-portfolio .kth-b-heading .btn-primary:focus {
  background: #ed8f36;
  border-color: #ed8f36;
}
.kth-portfolio .full-width .kth-portfolio-item {
  margin-bottom: 0;
}
.kth-portfolio .full-width .kth-portfolio-item .kth-portfolio-img {
  height: 210px;
}
@media (min-width: 768px) {
  .kth-portfolio .full-width .kth-portfolio-item .kth-portfolio-img {
    height: 170px;
  }
}
@media (min-width: 992px) {
  .kth-portfolio .full-width .kth-portfolio-item .kth-portfolio-img {
    height: 225px;
  }
}
@media (min-width: 1500px) {
  .kth-portfolio .full-width .kth-portfolio-item .kth-portfolio-img {
    height: 400px;
  }
}
.kth-portfolio a:not(.btn) {
  color: #ffffff;
}
.kth-portfolio a .kth-portfolio-item {
  position: relative;
  margin-bottom: 30px;
}
.kth-portfolio a .kth-portfolio-item .kth-portfolio-img {
  height: auto;
  overflow: hidden;
}
.kth-portfolio a .kth-portfolio-item .kth-portfolio-img img {
  height: 100%;
}
.kth-portfolio a .kth-portfolio-item:before {
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
  background: rgba(37, 37, 37, 0.1);
  -webkit-transition: all .5s ease-in-out 0s;
  -o-transition: all .5s ease-in-out 0s;
  transition: all .5s ease-in-out 0s;
}
.kth-portfolio a .kth-portfolio-item .kth-portfolio-caption {
  padding: 0;
  width: 100%;
  z-index: 99;
  margin: 0 auto;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .5s ease-in-out 0s;
  -o-transition: all .5s ease-in-out 0s;
  transition: all .5s ease-in-out 0s;
}
.kth-portfolio a .kth-portfolio-item .kth-portfolio-caption h5 {
  margin-bottom: 20px;
  -webkit-transition: all .25s ease-in-out 0s;
  -o-transition: all .25s ease-in-out 0s;
  transition: all .25s ease-in-out 0s;
  display: block;
  font-size: 20px;
  position: relative;
  top: -100px;
  color: #ffffff;
}
.kth-portfolio a .kth-portfolio-item .kth-portfolio-caption span {
  font-size: 16px;
  line-height: 45px;
  width: 45px;
  height: 45px;
  margin: 0 auto;
  display: block;
  text-align: center;
  border-radius: 50px;
  background: #f0a45b;
  color: #fff;
  -webkit-transition: all .5s ease-in-out 0s;
  -o-transition: all .5s ease-in-out 0s;
  transition: all .5s ease-in-out 0s;
  position: relative;
  bottom: -100px;
}
.kth-portfolio a .kth-portfolio-item:hover:before {
  background: -o-linear-gradient(280deg, #f0a45b 0%, #a13355 100%);
  background: linear-gradient(170deg, #f0a45b 0%, #a13355 100%);
  opacity: 0.8;
}
.kth-portfolio a .kth-portfolio-item:hover .kth-portfolio-caption {
  opacity: 1;
  visibility: visible;
}
.kth-portfolio a .kth-portfolio-item:hover .kth-portfolio-caption h5 {
  top: 0;
}
.kth-portfolio a .kth-portfolio-item:hover .kth-portfolio-caption span {
  bottom: 0;
}
.kth-portfolio #filter {
  margin-bottom: 40px;
  padding: 0;
  text-align: center;
}
.kth-portfolio #filter li {
  display: inline-block;
}
.kth-portfolio #filter li:not(:first-child) {
  margin-left: 10px;
}
.kth-portfolio #filter li span {
  display: block;
  padding: 10px 20px;
  cursor: pointer;
  position: relative;
  text-transform: uppercase;
}
.kth-portfolio #filter li span.active, .kth-portfolio #filter li span.is-check.active, .kth-portfolio #filter li span:hover {
  color: #fff;
  background: #f0a45b;
}

.kth-portfolio-detail .kth-portfolio-detail-header {
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.kth-portfolio-detail .kth-portfolio-detail-content ul {
  list-style-type: square;
  list-style-position: outside;
}

.kth-pricing {
  margin-top: -410px;
  padding-top: 0;
}
.kth-pricing .kth-b-heading {
  color: #ffffff;
}
.kth-pricing .kth-b-heading p {
  color: #ffffff;
}
.kth-pricing-box {
  padding: 40px;
  border-radius: 10px;
  background: #ffffff;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .kth-pricing-box {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.kth-pricing-box-title {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.kth-pricing-box-amount {
  font-weight: 700;
  font-size: 50px;
}
.kth-pricing-box-amount small {
  color: #999;
  font-size: 14px;
}
.kth-pricing-box-list {
  list-style: none;
  margin: 40px 0 0 0;
  padding: 0;
}
.kth-pricing-box-list li {
  color: #888;
  margin-bottom: 10px;
  font-size: 15px;
}
.kth-pricing-box-bottom {
  padding-top: 30px;
}
.kth-pricing .btn-primary {
  background: #a13355;
  border-color: #a13355;
  padding: 12px 30px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}
.kth-pricing .btn-primary:hover, .kth-pricing .btn-primary:focus {
  background: #822945;
  border-color: #822945;
}

.kth-calltoaction {
  padding-bottom: 500px;
  color: #ffffff;
}
.kth-calltoaction p {
  color: #ffffff;
  margin-bottom: 30px;
}
.kth-calltoaction h2 {
  font-size: 24px;
  font-weight: 600;
}
@media (min-width: 992px) {
  .kth-calltoaction h2 {
    font-size: 32px;
  }
}
.kth-calltoaction .btn-primary {
  background: #f0a45b;
  border-color: #f0a45b;
  padding: 15px 30px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}
.kth-calltoaction .btn-primary:hover, .kth-calltoaction .btn-primary:focus {
  background: #ed8f36;
  border-color: #ed8f36;
}

.kth-footer {
  background: #1c233d;
}
.kth-footer p {
  color: #ffffff;
}
.kth-footer a {
  color: #ffffff;
}
.kth-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.kth-footer h4 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}
.kth-top-footer {
  padding: 40px 0;
}
@media (min-width: 768px) {
  .kth-top-footer {
    padding: 60px 0;
  }
}
@media (min-width: 992px) {
  .kth-top-footer {
    padding: 80px 0;
  }
}
.kth-footer-form h2 {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .kth-footer-form h2 {
    font-size: 32px;
  }
}
.kth-footer-form-wrap input {
  border-radius: 50px;
  border: medium none;
  padding: 15px 30px;
}
.kth-footer-form-wrap input[type="email"] {
  width: 100%;
  margin-right: 0;
  margin-bottom: 15px;
  background: #303A5B;
}
@media (min-width: 992px) {
  .kth-footer-form-wrap input[type="email"] {
    width: 60%;
    margin-right: 15px;
    margin-bottom: 0;
  }
}
.kth-footer-form-wrap input[type="submit"] {
  background: #f0a45b;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  color: #ffffff;
  width: 100%;
}
@media (min-width: 992px) {
  .kth-footer-form-wrap input[type="submit"] {
    width: auto;
  }
}
.kth-footer-form-wrap input[type="submit"]:hover, .kth-footer-form-wrap input[type="submit"]:focus {
  background: #ec8a2c;
}
.kth-mid-footer {
  padding-top: 40px;
  padding-bottom: 10px;
}
@media (min-width: 992px) {
  .kth-mid-footer {
    padding-bottom: 40px;
  }
}
.kth-mid-footer [class*='col-'],
.kth-mid-footer [class^='col-'] {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .kth-mid-footer [class*='col-'],
  .kth-mid-footer [class^='col-'] {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .kth-bottom-footer {
    padding-top: 20px;
  }
}
.kth-bottom-footer .container {
  border-top: 1px solid #303A5B;
  padding-top: 30px;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .kth-bottom-footer .container {
    padding-top: 40px;
  }
}
.kth-footer-social {
  text-align: center;
}
@media (min-width: 992px) {
  .kth-footer-social {
    text-align: right;
  }
}
.kth-footer-social li {
  display: inline-block;
}
.kth-footer-social li a {
  padding: 5px 10px;
}
.kth-page-links li {
  position: relative;
  margin-bottom: 10px;
}
.kth-contact-list li {
  position: relative;
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 7px;
}
@media (min-width: 992px) {
  .kth-contact-list li {
    font-size: 16px;
    margin-bottom: 14px;
  }
}
.kth-contact-list li span {
  position: relative;
  color: #f2960c;
  font-weight: 600;
  display: block;
}
.kth-copyright {
  text-align: center;
}
@media (min-width: 992px) {
  .kth-copyright {
    text-align: left;
  }
}

/*# sourceMappingURL=style.css.map */