/*---------------------------------
    General Styles
-----------------------------------*/
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: auto;
}

.form-control:focus {
  box-shadow: none;
  outline: none;
}

a,
button,
input[type=submit] {
  cursor: pointer;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

/* clears the ‘X’ from Chrome */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  appearance: textfield;
}

a {
  text-decoration: none;
  transition: all 0.4s ease;
}

a:hover,
a:focus {
  text-decoration: none;
  box-shadow: none;
}

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--titleColor);
}

body {
  color: var(--paraColor);
  font-size: var(--fontSize);
  font-family: var(--primaryFont);
  font-weight: 400;
  line-height: 26px;
}

.text_primary {
  color: var(--primaryColor) !important;
}

.text_secondary {
  color: var(--secondaryColor);
}

.text-title {
  color: var(--titleColor);
}

.text-title-projects {
  color: var(--whiteColor);
}

.text-para {
  color: var(--paraColor);

}

.text-offwhite {
  color: var(--offwhiteColor);
}

.text-alto {
  color: var(--altoColor);
}

.font-primary {
  font-family: var(--primaryFont);
}

.font-secondary {
  font-family: var(--secondaryFont);
}

.font-optional {
  font-family: var(--optionalFont);
}

.bg-title {
  background-color: var(--titleColor);
}

.bg-ash {
  background-color: var(--ashColor);
}

.bg-heath {
  background-color: #FFFBF3;
}

.bg_primary {
  background-color: var(--primaryColor);
}

.bg_secondary {
  background-color: var(--secondaryColor);
}

.bg-optional {
  background-color: var(--optionalColor);
}

.bg-gray {
  background-color: #f3f3f3;
}

.bg-dawn {
  background-color: #F8F3F0;
}

.bg-mystic {
  background-color: #FFF7F2;
}

.ht-48 {
  height: 48px;
}

.ht-50 {
  height: 50px;
}

.ht-152 {
  height: 152px;
}

.fw-black {
  font-weight: 900;
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-15 {
  font-size: 15px;
}

.fs-16 {
  font-size: 16px;
}

.fs-17 {
  font-size: 17px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.fs-22 {
  font-size: 22px;
}

.fs-24 {
  font-size: 24px;
}

.fs-28 {
  font-size: 28px;
}

.fs-30 {
  font-size: 30px;
}

.fs-36 {
  font-size: 36px;
}

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

.ls-1 {
  letter-spacing: 0.1em;
}

.top-n2 {
  top: -2px;
}

.outline-0:focus {
  outline: none;
}

.fw-extrabold {
  font-weight: 800;
}

.resize-0 {
  resize: none;
}

.pt-20 {
  padding-top: 20px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-120 {
  padding-top: 120px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pr-50 {
  padding-right: 50px;
}

.ptb-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.ptb-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn {
  overflow: hidden;
  padding: 0;
}

.btn span.btn-text {
  padding: 13px 25px;
  border-radius: 50px;
}

.btn span.btn-icon {
  width: 50px;
  height: 50px;
}

.btn span.btn-icon i {
  font-size: 24px;
  line-height: 0.8;
  font-weight: 300;
  transition: var(--transition);
}

.btn span.btn-text,
.btn span.btn-icon {
  position: relative;
  display: inline-block;
  overflow: hidden;
  z-index: 1;
}

.btn span.btn-text:before,
.btn span.btn-text:after,
.btn span.btn-icon:before,
.btn span.btn-icon:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  content: "";
  z-index: -1;
  display: inline-block;
  transition: var(--transition);
}

.btn span.btn-text:before,
.btn span.btn-icon:before {
  height: 100%;
}

.btn span.btn-text:after,
.btn span.btn-icon:after {
  height: 0;
  visibility: hidden;
  opacity: 0;
}

.btn:hover span.btn-text:after,
.btn:hover span.btn-icon:after {
  height: 100%;
  visibility: visible;
  opacity: 1;
}

.btn:hover span.btn-icon i {
  transform: rotate(45deg);
}

.btn.style-one span.btn-text,
.btn.style-one span.btn-icon {
  color: var(--whiteColor);
}

.btn.style-one span.btn-text:before,
.btn.style-one span.btn-icon:before {
  background-color: var(--primaryColor);
  border-radius: 50px;
}

.btn.style-one span.btn-text:after,
.btn.style-one span.btn-icon:after {
  background-color: var(--secondaryColor);
}

.btn.style-one span.btn-icon i {
  color: var(--whiteColor);
}

.btn.style-one:hover span.btn-text,
.btn.style-one:hover span.btn-icon {
  color: var(--titleColor);
}

.btn.style-one:hover span.btn-icon i {
  color: var(--titleColor);
}

.btn.style-two span.btn-text,
.btn.style-two span.btn-icon {
  color: var(--titleColor);
}

.btn.style-two span.btn-text:before,
.btn.style-two span.btn-icon:before {
  background-color: var(--secondaryColor);
  border-radius: 50px;
}

.btn.style-two span.btn-text:after,
.btn.style-two span.btn-icon:after {
  background-color: var(--primaryColor);
}

.btn.style-two span.btn-icon i {
  color: var(--titleColor);
}

.btn.style-two:hover span.btn-text,
.btn.style-two:hover span.btn-icon {
  color: var(--whiteColor);
}

.btn.style-two:hover span.btn-icon i {
  color: var(--whiteColor);
}

.btn.style-two:hover span.btn-icon img {
  filter: brightness(0) invert(1);
}

.link {
  position: relative;
  padding-bottom: 1px;
  line-height: 1;
}

.link:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  transition: var(--transition);
}

.link i {
  margin-left: 8px;
  font-size: 23px;
  font-weight: 300;
  line-height: 0.8;
  position: relative;
  top: 3px;
  transition: var(--transition);
}

.link img {
  position: relative;
  top: -1px;
  margin-left: 5px;
  transition: var(--transition);
}

.link:hover:after {
  width: 100%;
}

.link:hover img {
  margin-left: 9px;
}

.link:hover i {
  margin-left: 12px;
}

.link.style-one {
  color: var(--primaryColor);
}

.link.style-one:after {
  background-color: var(--primaryColor);
}

.link.style-one:hover {
  color: var(--primaryColor);
}

.link.style-two {
  color: var(--titleColor);
}

.link.style-two:after {
  background-color: var(--titleColor);
  width: 100%;
  visibility: visible;
  opacity: 1;
}

.link.style-two:hover {
  color: var(--primaryColor);
}

.link.style-two:hover:after {
  background-color: var(--primaryColor);
}

.link.style-three {
  color: var(--secondaryColor);
}

.link.style-three:after {
  background-color: var(--secondaryColor);
  width: 100%;
  visibility: visible;
  opacity: 1;
}

.link.style-three:hover {
  color: var(--primaryColor);
}

.link.style-three:hover:after {
  background-color: var(--primaryColor);
}

.link-hover-white,
.link-hover-primary,
.link-hover-secondary {
  position: relative;
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  transition: background-size 0.6s;
}

.link-hover-white:hover,
.link-hover-primary:hover,
.link-hover-secondary:hover {
  background-size: 100% 2px;
}

.link-hover-title:hover {
  background-image: linear-gradient(var(--titleColor), var(--titleColor));
  color: var(--titleColor);
}

.link-hover-primary:hover {
  background-image: linear-gradient(var(--primaryColor), var(--primaryColor));
  color: var(--primaryColor) !important;
}

.link-hover-white:hover {
  background-image: linear-gradient(var(--whiteColor), var(--whiteColor));
  color: var(--whiteColor) !important;
}

.link-hover-yellowGreen:hover {
  background-image: linear-gradient(var(--yellowGreenColor), var(--yellowGreenColor));
  color: var(--yellowGreenColor) !important;
}

.link-hover-titleTwo:hover {
  background-image: linear-gradient(#134404, #134404);
  color: #134404;
}

.link-hover-secondary:hover {
  background-image: linear-gradient(var(--secondaryColor), var(--secondaryColor));
  color: var(--secondaryColor);
}

.hover-text-secondary:hover {
  color: var(--secondaryColor) !important;
}

.hover-text-primary:hover {
  color: var(--primaryColor) !important;
}

.hover-text-jaffa:hover {
  color: var(--jaffaColor) !important;
}

.hover-text-secondary:hover {
  color: var(--secondaryColor);
}

.hover-text-optional:hover {
  color: var(--optionalColor);
}

.tilt-img {
  transition: 0.3s ease;
  transform-style: preserve-3d;
}

.img-hover-zoom .img-zoom img {
  transition: all 500ms ease;
}

.img-hover-zoom .img-zoom img:first-child {
  transform: translateX(50%) scaleX(2);
  opacity: 0;
  filter: blur(10px);
}

.img-hover-zoom:hover .img-zoom img:first-child {
  transform: translateX(0) scaleX(1);
  opacity: 1;
  filter: blur(0);
}

.img-hover-zoom:hover .img-zoom img:nth-child(2) {
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  filter: blur(10px);
}

.img-hover:before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}

.blog-card:hover .img-hover:before {
  animation: shine 0.75s;
}

.blog-card:hover .img-hover img {
  transform: scale(1.05);
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.bg-f {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #ddd;
}

.transition {
  transition: all 200ms linear;
}

.social-profile li {
  display: inline-block;
  margin-right: 5px;
}

.social-profile li:last-child {
  margin-right: 0;
}

.social-profile li a i {
  line-height: 0.8;
  transition: var(--transition);
}

.social-profile.style-one li {
  margin-right: 6px;
  line-height: 1;
}

.social-profile.style-one li:last-child {
  margin-right: 0;
}

.social-profile.style-one li a {
  width: 36px;
  height: 36px;
  background-color: rgba(255, 94, 20, 0.13);
}

.social-profile.style-one li a i {
  font-size: 15px;
  line-height: 1;
  position: relative;
  color: var(--primaryColor);
}

.social-profile.style-one li a:hover {
  background-color: var(--primaryColor);
}

.social-profile.style-one li a:hover i {
  color: var(--whiteColor);
}

.social-profile.style-two li {
  margin-right: 7px;
  line-height: 1;
  padding-right: 7px;
  border-right: 1px solid rgba(221, 221, 221, 0.24);
}

.social-profile.style-two li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

.social-profile.style-two li a i {
  font-size: 14px;
  line-height: 1;
  position: relative;
  color: var(--altoColor);
}

.social-profile.style-two li a:hover i {
  color: var(--secondaryColor);
}

.social-profile.style-three li {
  margin-right: 7px;
  line-height: 1;
  padding-right: 7px;
  border-right: 1px solid rgba(45, 28, 34, 0.2);
}

.social-profile.style-three li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

.social-profile.style-three li a i {
  font-size: 18px;
  line-height: 1;
  position: relative;
  color: var(--paraColor);
}

.social-profile.style-three li a:hover i {
  color: var(--primaryColor);
}

.section-subtitle.style-one {
  padding-left: 25px;
}

.section-subtitle.style-one img,
.section-subtitle.style-one i {
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
  transform: translateY(-50%);
}

.section-subtitle.style-two {
  padding-left: 19px;
}

.section-subtitle.style-two img,
.section-subtitle.style-two i {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  transform: translateY(-50%);
}

.section-title {
  font-family: var(--secondaryFont);
}

.section-title.style-one,
.section-title.style-two {
  font-size: 40px;
  line-height: 52px;
}

.slider-btn.style-one .prev-btn,
.slider-btn.style-one .next-btn {
  position: relative;
  overflow: hidden;
}

.slider-btn.style-one .prev-btn:hover img,
.slider-btn.style-one .next-btn:hover img {
  filter: brightness(0) invert(1);
}

.slider-btn.style-one .prev-btn:before,
.slider-btn.style-one .next-btn:before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 0;
  transition: var(--transition);
}

.slider-btn.style-one .prev-btn img,
.slider-btn.style-one .prev-btn i,
.slider-btn.style-one .next-btn img,
.slider-btn.style-one .next-btn i {
  transition: var(--transition);
}

.slider-btn.style-one .prev-btn i,
.slider-btn.style-one .next-btn i {
  font-size: 20px;
  line-height: 1;
  font-weight: 300;
  position: relative;
  top: 0;
}

.slider-btn.style-one .prev-btn:hover:before,
.slider-btn.style-one .next-btn:hover:before {
  width: 100%;
  opacity: 1;
}

.slider-btn.style-one .prev-btn i {
  left: -1px;
}

.slider-btn.style-one .next-btn i {
  right: -1px;
}

.slider-btn.style-one .prev-btn,
.slider-btn.style-one .next-btn {
  width: 50px;
  height: 50px;
  background: rgba(255, 94, 20, 0.13);
}

.slider-btn.style-one .prev-btn:before,
.slider-btn.style-one .next-btn:before {
  background-color: var(--primaryColor);
}

.slider-btn.style-one .prev-btn i,
.slider-btn.style-one .next-btn i {
  color: var(--whiteColor);
}

.slider-btn.style-one .prev-btn:hover,
.slider-btn.style-one .next-btn:hover {
  border-color: transparent;
}

.slider-btn.style-two .prev-btn,
.slider-btn.style-two .next-btn {
  width: 56px;
  height: 56px;
  background-color: var(--primaryColor);
}

.slider-btn.style-two .prev-btn:before,
.slider-btn.style-two .next-btn:before {
  background-color: var(--aztechColor);
}

.slider-btn.style-two .prev-btn i,
.slider-btn.style-two .next-btn i {
  color: var(--whiteColor);
}

.slider-btn.style-two .prev-btn:hover,
.slider-btn.style-two .next-btn:hover {
  background-color: var(--aztechColor);
}

.slider-btn.style-two .prev-btn:hover img,
.slider-btn.style-two .next-btn:hover img {
  filter: brightness(0) invert(1);
}

.slider-btn.style-three .prev-btn,
.slider-btn.style-three .next-btn {
  width: 56px;
  height: 56px;
  background-color: var(--whiteColor);
  border: 1px solid var(--primaryColor);
}

.slider-btn.style-three .prev-btn:before,
.slider-btn.style-three .next-btn:before {
  background-color: var(--primaryColor);
}

.slider-btn.style-three .prev-btn i,
.slider-btn.style-three .next-btn i {
  color: var(--titleColor);
}

.outline-0:focus {
  outline: none;
}

.round-5 {
  border-radius: 5px;
}

.round-8 {
  border-radius: 8px;
}

.round-10 {
  border-radius: 10px;
}

.round-15 {
  border-radius: 15px;
}

.round-20 {
  border-radius: 20px;
}

.round-30 {
  border-radius: 30px;
}

.round-40 {
  border-radius: 40px;
}

.round-45 {
  border-radius: 45px;
}

.rating li {
  display: inline-block;
}

.rating li i {
  line-height: 0.8;
  color: #FEC21E;
}

