body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  transition: background-color 0.5s;
}

html {
  scroll-behavior: smooth;
  font-size: 100%;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

*:focus {
  outline: 0;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #cccccc;
}

::-webkit-scrollbar-thumb {
  background: #505050;
  border-radius: 5px;
}

body {
  background: #fafafa;
  color: #1b1b1b;
  font-family: "Poppins", serif;
  font-optical-sizing: auto;
  font-size: 16px;
  font-style: normal;
  line-height: 1.8rem;
  visibility: visible;
  -webkit-transition: opacity 0.24s ease-in-out;
  -moz-transition: opacity 0.24s ease-in-out;
  transition: opacity 0.24s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1b1b1b;
  font-family: "Poppins", serif;
  font-weight: 600;
  font-style: normal;
  line-height: 120%;
  letter-spacing: -0.01em;
}

h1 {
  font-size: 2.25rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.875rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-bottom: 0.5rem;
}

small {
  font-size: 0.833rem;
}

table,
pre,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
}

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

iframe {
  max-width: 100%;
}

.img-fluid {
  width: 100%;
}

a,
a:hover,
button,
button:hover,
input[type="submit"],
input[type="submit"]:hover {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

a:focus {
  text-decoration: none;
}

button,
input,
select,
select option,
textarea,
input:focus,
button:focus,
select:focus,
textarea:focus {
  outline: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.active-text,
.active-link,
.active-link:focus {
  color: #d8720b;
  font-weight: 400;
  display: inline-block;
}

.active-link:hover {
  text-decoration: none;
  color: #d8720b;
}

a,
dt {
  color: #1b1b1b;
  outline: none;
  text-decoration: none;
}

a:focus,
a:hover,
dt:hover,
dt:focus {
  color: #1b1b1b;
  text-decoration: none;
}

.btn {
  outline: none;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
  box-shadow: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.btn:active,
.btn.active {
  outline: none;
  box-shadow: none;
}

/******** custom-btn ********/
.custom-btn {
  position: relative;
  background-color: #d8720b;
  border-radius: 4px;
  outline: none;
  border: none;
  color: #fff;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  padding: 9px 28px;
  transition: all 0.3s ease;
  appearance: none;
  text-decoration: none;
  text-transform: capitalize;
  letter-spacing: 0.5px;
}

.custom-btn:hover,
.custom-btn:focus {
  background-color: #be6c34;
  color: #fff;
}

.custom-btn span {
  line-height: 24px;
  font-size: 16px;
  margin-left: 8px;
}

.button-1 {
  background-color: #d8720b;
  border-radius: 4px;
  border: 2px solid #d8720b;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  outline: none;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  padding: 0.5rem 1.5rem !important;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  animation: shine 6s linear 2s infinite normal;
  background-size: 250% 100%;
}
.button-1:hover,
.button-1:focus {
  color: #fff;
  transform: scale(1.05);
}
.button-1:disabled {
  opacity: 0.5;
  animation: none;
}
.button-1:disabled:hover {
  outline: none;
  transform: none;
  filter: none;
}

@keyframes shine {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 180% 0;
  }
}
@keyframes shine-from-left {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -180% 0;
  }
}

.btn-outline {
  background: none !important;
  border: 2px solid #e45d41 !important;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  color: #e45d41;
  cursor: pointer;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  outline: none;
  animation: shine 6s linear 2s infinite normal;
  background-size: 250% 100%;
}

.btn-outline:hover {
  background: #e45d41 !important;
  color: #fff;
}

.btn_read {
  position: relative;
  background-color: transparent;
  border-radius: 3px;
  border: 1px solid #d8720b;
  outline: none;
  color: #d8720b;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
  padding: 8px 24px;
  transition: all 0.3s ease;
  appearance: none;
  text-decoration: none;
  text-transform: capitalize;
  letter-spacing: 0.5px;
}

.btn_read a {
  color: #d8720b;
}

.read__btn {
  color: #d8720b;
  cursor: pointer;
  display: flex;
  font-weight: 700;
  font-size: 14px;
  text-transform: capitalize;
}

.read__btn span {
  color: #d8720b;
  font-size: 18px;
  margin-left: 10px;
}

.btn-read {
  display: inline-block;
  position: relative;
  color: #d8720b;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  text-decoration: none;
  text-transform: capitalize;
}

.btn-read span {
  font-size: 18px;
  margin-left: 10px;
}

.btn-read:after {
  content: "";
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #d8720b;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.btn-read:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.btn-read:hover,
.btn-read:focus {
  background-color: none;
  border: none;
  box-shadow: none;
  outline: none;
  color: #d8720b;
}

.sm-btn {
  font-size: 14px !important;
  padding: 6px 14px !important;
}
.form-group {
  position: relative;
}

input,
textarea,
select,
button {
  outline: none;
  font-size: 0.875rem;
}

input.form-control,
.form-select,
textarea.form-control,
select.form-control,
.form-select {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #939393;
  height: 50px;
  font-size: 0.875rem !important;
  padding: 10px !important;
}

input.form-control:focus,
textarea.form-control:focus,
select.form-control:focus,
.form-select:focus,
input:focus,
textarea:focus,
select:focus {
  border: 1px solid rgb(122, 122, 122);
  outline: none;
  box-shadow: none;
  border-color: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -moz-webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-webkit-appearance: textfield;
}

textarea.form-control {
  height: 100px;
}

.form-control.ndate-picker {
  background-color: #ffffff;
}

.form-label {
  margin-bottom: 0.2rem;
}

label {
  display: inline-block;
  font-weight: 400;
  font-size: 0.833rem;
  margin-bottom: 0;
}

.title-widget {
  position: relative;
  z-index: 1;
}

.title-widget h1,
.title-widget h2,
.title-widget h3,
.title-widget h4,
.title-widget h5,
.title-widget h6 {
  position: relative;
  font-size: 30px;
  font-weight: 700;
  font-style: normal;
  line-height: 36px;
  text-transform: capitalize;
  -webkit-animation: animatedIntro 1.5s;
  -ms-animation: animatedIntro 1.5s;
  -o-animation: animatedIntro 1.5s;
  animation: animatedIntro 1.5s;
}

.title-widget h1 span,
.title-widget h2 span,
.title-widget h3 span,
.title-widget h4 span,
.title-widget h5 span,
.title-widget h6 span {
  color: #343434;
  display: block;
  font-size: 30px;
  font-weight: 500;
  text-transform: capitalize;
}

.tit__sm {
  color: #e45d41;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.position-relative {
  position: relative !important;
  z-index: 2;
}

.py-100 {
  padding: 100px 0;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.py-80 {
  padding: 80px 0;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.py-60 {
  padding: 60px 0;
}

.pt-60 {
  padding-top: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.py-50 {
  padding: 50px 0;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.py-30 {
  padding: 30px 0;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.py-20 {
  padding: 20px 0;
}

.pt-20 {
  padding-top: 20px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-10 {
  margin-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.p-0 {
  padding: 0 !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.mb-16 {
  margin-bottom: 16px;
}

.mb-10 {
  margin-bottom: 10px;
}

hr {
  background-color: rgba(245, 245, 245);
  opacity: 1;
}

.radius-8 {
  border-radius: 8px;
}

.line {
  width: 100%;
  height: 1px;
  margin-top: 10px;
  border-bottom: 1px solid rgb(245, 245, 245);
}

.bg-site-black {
  background-color: #1b1b1b;
}

.bg-site-warning {
  background-color: #d8720b;
}

.bg-site-light {
  background-color: rgba(173, 118, 118, 0.07);
}

.section-content {
  position: relative;
  padding: 50px 0 50px 0;
}

main.section-all {
  min-height: 700px;
}

.container-fluid {
  padding: 0 90px;
}

/******** header ********/
.top-info {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.topcont ul {
  margin-bottom: 0;
  padding-bottom: 0;
}
.topcont ul li {
  color: #fff;
  display: inline-block !important;
  list-style: none;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  padding: 5px 15px 5px 0;
  margin-bottom: 0;
}

.topcont ul li a {
  color: #fff !important;
  font-size: 14px;
}

.topcont ul li a:hover {
  color: #d8720b;
  text-decoration: underline;
}

.header-container {
  position: relative;
  background: rgb(255, 255, 255);
  width: 100%;
}

.sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
  width: 100%;
  background-color: #ffffff;
  box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: stickyTransition;
  animation-name: stickyTransition;
}

/* .sticky .logo-widget {
	width: 100px;
	height: 120px;
} */

.logo-widget {
  position: relative;
  margin: 10px 0;
}

.nav_rit {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  float: right;
}

.h-rit {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 14px;
  margin-right: 20px;
  vertical-align: middle;
}

.openBtn {
  background: transparent;
  border: none;
  cursor: pointer;
  color: #1b1b1b;
  font-size: 24px;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
}

.openBtn span {
  color: #1b1b1b;
  font-size: 24px;
}

.openBtn:hover {
  background: transparent;
}

.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.75);
}

.overlay-content {
  position: relative;
  top: 46%;
  width: 50%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
}

.overlay .closebtn {
  position: absolute;
  top: 58px;
  right: 20px;
  cursor: pointer;
  color: #d8720b;
  z-index: 99999;
  font-size: 40px;
  background-color: #fff;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 100px;
}

.overlay .closebtn:hover {
  color: #595959;
}

.overlay input[type="text"] {
  padding: 15px 20px;
  font-size: 17px;
  border: none;
  float: left;
  width: 1000%;
  background: white;
}

.overlay input[type="text"]:hover {
  background: white;
}

.overlay button {
  float: left;
  width: auto;
  padding: 14px 20px;
  background: #d8720b;
  color: #fff;
  font-size: 24px;
  border: none;
  cursor: pointer;
}

.overlay button:hover {
  background: #d8720b;
}

.welcome-section {
  position: relative;
  margin-top: -100px;
}

.welcome-wrapper {
  padding: 30px 40px 50px 40px;
}

.content-wrap p {
  justify-content: center;
}

.wrap-img {
  position: relative;
}

.service-wrapper {
  position: relative;
  margin-top: -120px;
}

.inner-container {
  padding-top: 140px;
  padding-bottom: 60px;
}

.flex .col img {
  width: 100%;
  height: auto;
}

.flex {
  display: flex;
  justify-content: center;
  max-width: 100%;
  margin: auto;
}

.flex .col {
  display: flex;
  flex-direction: column;
  flex: 1 2 300px;
  margin: 1em;
}

.flex .col .btn {
  align-self: flex-start;
  margin-top: auto;
}

@media (max-width: 900px) {
  .flex {
    flex-wrap: wrap;
  }
}

.grid-1 {
  position: relative;
}

.grid-1:nth-child(odd) {
  background-color: rgba(255, 255, 255, 1);
}
.grid-1:nth-child(even) {
  background-color: transparent;
}

.grid-box {
  position: relative;
  padding: 20px;
}

.pptag {
  color: #343434;
  font-size: 18px;
  font-weight: 600;
}

.pptag strike {
  color: #6c6c6c;
  font-size: 14px;
  font-weight: 500;
}

/**** pricing-tabs  ****/
.pricing-section {
  padding: 50px 0 140px 0;
}

.pricing-tabs .nav-pills {
  display: flex;
  justify-content: center;
}

.pricing-tabs .nav-item {
  margin: 0 4px;
}

.pricing-tabs .nav-pills .nav-link {
  background-color: #5e5e5e !important;
  border: 1px solid #5e5e5e;
  border-radius: 65px;
  color: #fff;
  font-size: 16px !important;
  font-weight: 600;
  text-align: center;
  text-transform: capitalize;
  padding: 6px 24px !important;
  margin: 0 4px 10px 0;
}

.pricing-tabs .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #d8720b !important;
  border: 1px solid #d8720b !important;
  border-radius: 65px;
  color: #ffffff;
  padding: 6px 24px !important;
}

.pricing-wrap {
  padding: 0 50px;
}

.pricing-item {
  color: #fff;
  font-size: 18px;
  text-transform: capitalize;
  /*margin: 35px 0;*/
  margin: 20px 0;
}

.pricing-item-name {
  font-family: helvetica;
  font-weight: bold;
  border-bottom: 2px dotted rgb(241, 149, 149, 1);
}

.pricing-item-description {
  font-style: italic;
  font-size: 0.9em;
  line-height: 1.5em;
}

.pricing-item-price {
  float: right;
  font-weight: 700;
  margin-top: -30px;
}

.opening-section {
  position: relative;
  margin-top: -80px;
  z-index: 2;
}

.opening-box {
  background-color: #ffffff;
  padding: 20px 40px 50px 40px;
}

.officetime {
  position: relative;
}

.officetime::after {
  position: absolute;
  content: "";
  background: url(../assets/images/Line-1.png) no-repeat;
  left: 0;
  top: 0;
  height: 140px;
  width: 58px;
}

.office-hr {
  position: relative;
  padding-left: 100px;
}

.wrapper-container {
  position: relative;
}

.container-box {
  position: relative;
  margin-top: -150px;
  padding: 220px 0 50px 0;
}

.testi-container {
  position: relative;
  border: 2px solid #d8720b;
  border-radius: 8px;
  padding: 30px;
}

.quote-icon {
  float: left;
  background-color: #d8720b;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  font-size: 25px;
  margin-right: 20px;
}

.text-holder p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}

.trek-name {
  margin-left: 70px;
}

.client-pp {
  float: left;
  border-radius: 100%;
  width: 70px;
  height: 70px;
  margin-right: 20px;
  overflow: hidden;
}

.client-dtl {
  margin-left: 90px;
  padding-top: 10px;
}

.client-dtl h6 {
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  display: block;
}

.client-dtl small {
  color: #d8720b;
  font-size: 16px;
  line-height: 28px;
}

.faq-wrapper {
  position: relative;
  background-color: rgba(173, 118, 118, 0.07);
  margin-top: -223px;
  padding: 220px 0 100px 30px;
}

.faq-wrapper::before {
  position: absolute;
  content: "";
  top: 0;
  right: -100%;
  width: 100% !important;
  background-color: rgba(173, 118, 118, 0.07);
  max-width: 100% !important;
  height: 100%;
}

.accordian {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  padding: 15px 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
  border-radius: 8px;
}

.item {
  background-color: #ffffff;
  margin-bottom: 10px;
  padding: 15px 20px;
  border-radius: 8px;
  position: relative;
  transition: background-color 0.3s ease;
}

.item.selected {
  background-color: #ffffff;
}

.item::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #d8720b;
}

.FAQ-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-weight: 600;
  font-size: 18px;
  color: #393939;
}

.faqQuestion {
  font-size: 15px;
  color: #393939;
  text-align: start;
}

.FAQ-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.8s cubic-bezier(0, 1, 0, 1);
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6;
  color: #393939;
}

.FAQ-content.show {
  max-height: 9999px;
  transition: max-height 0.8s cubic-bezier(1, 0, 1, 0);
}

.expandToggle {
  background: #e7e6e6;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
}

.FAQ-ShowMore {
  text-align: center;
  margin-top: 10px;
}

.FAQ-ShowMore button {
  padding: 10px 20px;
  font-size: 16px;
  border: none;
  border-radius: 8px;
  background-color: #d8720b;
  color: white;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.FAQ-ShowMore button:hover {
  background-color: #904800;
  color: rgb(94, 94, 94);
  font-weight: 700;
}
.flatpickr-input {
  width: 100%;
}
#appointment-time {
  width: 100%;
}
.product_image img{
    height: 400px;
    object-fit: cover;
}
.walk_in.title {
  color: #fff;
  margin-right: 12px;
  font-size: 1.125em;
  font-weight: 400;
  margin-top: 4px;
}
/* Responsive styles */
@media (max-width: 1024px) {
  .accordian {
    max-width: 90%;
  }

  .item {
    padding: 12px 16px;
  }

  .FAQ-title {
    font-size: 16px;
  }

  .expandToggle {
    width: 28px;
    height: 28px;
    font-size: 16px;
  }
}

@media (max-width: 768px) {
  .accordian {
    padding: 10px;
  }
  .swiper-slide .slider-inner .swiper-contents .title-area .tag {
      margin-bottom: 0;
  }
  .creative-fullpage--sliders .swiper-slide .slider-inner .swiper-contents {
      top: 50%;
  }
  .creative-btn--wrap.mt-30 {
      margin-top: 0 !important;
    }
  
  .appointment_container {
      margin-top: 10px;
    }

  .item {
    padding: 10px 14px;
  }

  .FAQ-title {
    font-size: 14px;
  }

  .expandToggle {
    width: 24px;
    height: 24px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
    .custom-logo {
  width: 200px;
  margin-top: 8px;
}
  .accordian {
    padding: 5px;
  }

  .item {
    padding: 8px 12px;
  }

  .FAQ-title {
    font-size: 12px;
  }

  .expandToggle {
    width: 20px;
    height: 20px;
    font-size: 12px;
  }
}

.instagram-tittle {
  margin-right: 30px;
}

.instgram-icon span {
  border: 1px solid #d8720b;
  border-radius: 100%;
  color: #d8720b;
  font-size: 24px;
  padding: 10px;
  margin-right: 20px;
  text-align: center;
  width: 50px;
  height: 50px;
}

.instgram-icon h4 {
  border-left: 1px solid #d8720b;
  padding-left: 20px;
  line-height: 24px;
}

.card-box {
  position: relative;
}

.images-box {
  position: relative;
  overflow: hidden;
}
.img-190 img {
  height: 190px;
  object-fit: cover;
}

.information-section {
  position: relative;
  background: url(../assets/images/slider-3.jpg) no-repeat;
  background-position: center;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-attachment: scroll;
}

.information-section::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-image: linear-gradient(90deg, #000 0%, #00000000 100%);
  z-index: 1;
}

.info-tittle h5 {
  font-size: 44px;
  font-weight: 600;
  line-height: 50px;
}

.p-icon {
  float: left;
  margin-right: 10px;
}

.cnt-wrap {
  margin-left: 70px;
}

.cnt-wrap h5,
.cnt-wrap h4 {
  color: #fff;
}

.cnt-wrap h5 a,
.cnt-wrap h4 a {
  color: #fff;
}

.blog-card {
  position: relative;
}

.overlay-bolg {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-image: linear-gradient(360deg, #000 0%, #00000000 100%);
  min-height: 100%;
  z-index: 1;
}

.blogtitle {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  padding: 30px;
}

.blogtitle h4 {
  color: #fff;
  font-size: 20px;
}

.b-cte {
  display: flex;
  color: #fff;
  font-size: 16px;
}

.b-cte .bbx {
  background-color: #fff;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 100%;
  color: #d8720b;
  font-size: 12px;
  text-align: center;
  overflow: hidden;
  margin-right: 6px;
}

.associt-wrap ul {
  padding-left: 0;
}

.associt-wrap ul li {
  display: inline-block;
  list-style: none;
  margin-right: 15px;
  margin-bottom: 10px;
}

.reco-end {
  float: right;
}
footer {
  position: relative;
}

.footer__tittle {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
}

.cnt-icon span {
  color: #fff;
  font-size: 13px;
}

.cnt-title {
  font-size: 0.875em;
  font-weight: 600;
  color: #fff;
  display: block;
  line-height: 1.5em;
  text-transform: uppercase;
}

.cnt-text {
  font-size: 0.875em;
  color: #fff;
  line-height: 1.125em;
  display: block;
}

.cnt-text a {
  color: #fff;
}

.cnt-text span {
  display: block;
}

.listing {
  padding-left: 0;
}

.listing li {
  position: relative;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
  padding-bottom: 10px;
}

.listing li a {
  color: #fff;
}

.listing li a:hover {
  color: #252525;
}

.subscribe__text {
  color: #fff;
  font-size: 14px;
}

.subscribe-from {
  position: relative;
}

.subscribe-from p {
  color: #fff;
  font-size: 14px;
  line-height: 18px;
}

.input-box {
  position: relative;
}

.input-box input {
  display: block;
  height: 42px;
  width: 100%;
  border: 1px solid #fff;
  background-color: #fff;
  border-radius: 0;
  color: #393939;
  outline: none;
  font-size: 14px;
  padding: 0 20px;
  margin-bottom: 10px;
}

.input-box .button {
  display: block;
  height: 42px;
  width: 100%;
  font-size: 16px;
  color: #fff;
  border: none;
  border-radius: 0;
  background-color: #d8720b;
  text-align: center;
  cursor: pointer;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.h__line {
  border-top: 1px solid #d8720b;
}

.copy-right {
  padding-top: 10px;
}

.cpy-info p {
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  text-transform: capitalize;
}

.cpy-info p a {
  color: #ffffff;
}

.cpy-info p a:hover {
  color: #843e2e;
  text-decoration: underline;
}

.logo-fot img {
  width: inherit !important;
  max-width: inherit;
}

.logo-fot {
  float: left;
  margin-right: 30px;
  border-right: 1px solid #d9d9d9;
  padding-right: 20px;
}

.links-fot {
  float: right;
}

.links-fot ul {
  padding-left: 0;
  margin-bottom: 0;
  text-align: right;
}

.links-fot ul li {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  padding-right: 20px;
  line-height: 16px;
}

.links-fot ul li a {
  color: #fff;
}

.links-fot ul li a {
  color: #fff;
}

.social-icons {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.social-icons ul {
  padding-left: 0;
  margin-bottom: 0;
}

.social-icons ul li {
  display: inline-block;
  font-size: 0.875rem;
  text-align: center;
  padding: 0;
  margin-left: 4px;
}

.social-icons ul li a {
  border-radius: 100%;
  display: block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  padding: 0 2px;
  text-align: center;
}

.social-icons ul li:nth-child(1) a {
  background: #1974d0;
  color: #ffffff;
}

.social-icons ul li:nth-child(2) a {
  background: #f09433;
  background: -moz-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: -webkit-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
  color: #ffffff;
}

.social-icons ul li:nth-child(3) a {
  background: #000;
  color: #ffffff;
}
.social-icons ul li:nth-child(4) a {
  background: #0270ad;
  color: #ffffff;
}

.social-icons ul li:nth-child(5) a {
  background: #db0505;
  color: #ffffff;
}

/******** all page css *******/
.site_page-title-inner {
  position: relative;
}

.page-titleShape {
  position: relative;
  padding: 150px 0 150px 0;
  text-align: center;
}

.page-titleShape::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(90deg, #070707 3.98%, rgba(7, 7, 7, 0) 127.57%);
  background-size: cover !important;
  background-position: center top !important;
  background-repeat: no-repeat !important;
  z-index: 1;
}

.page-title {
  position: relative;
  z-index: 2;
}

.page-title ul li {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  padding: 10px 0;
}

.page-title ul li a {
  color: #d8720b;
}

.page-title ul li + li::before {
  content: "\f054";
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
  font-size: 10px;
  display: inline-block;
  margin: 0 5px 0 8px;
}

.page-title h3 {
  color: #fff;
  font-size: 30px;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
}

ul.list-item {
  padding-left: 0 !important;
}

.list-item li {
  position: relative;
  color: #393939;
  font-size: 16px;
  font-weight: 500;
  list-style: disc;
  list-style-position: inside;
  line-height: 32px;
  margin: 0;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.btn_1 {
  border: 1px solid #1b1b1b;
  height: 30px;
  width: 30px;
  border-radius: 2px;
  background: none;
  cursor: pointer;
}

.btn-icon {
  width: 15px;
  height: 15px;
  stroke: #1b1b1b;
}

.btn_1:hover {
  background-color: #1b1b1b;
}

.btn_1:hover .btn-icon {
  stroke: #fff;
}

.page-link:link,
.page-link:visited {
  text-decoration: none;
  color: #1b1b1b;
  font-size: 15px;
  height: 30px;
  width: 30px;
  border-radius: 2px;
  border: 1px solid #1b1b1b;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-link:hover,
.page-link:active,
.page-link.page-link--current {
  background-color: #1b1b1b;
  color: #fff;
}

.searchwrap {
  display: inline-block;
}

.mbl-screen,
.screen-sm {
  display: none;
}

.pe-20 {
  padding-right: 20px;
}

.snip1336 {
  font-family: "Roboto", Arial, sans-serif;
  position: relative;
  overflow: hidden;
  margin: 10px;
  min-width: 230px;
  max-width: 315px;
  width: 100%;
  color: #ffffff;
  text-align: left;
  line-height: 1.4em;
  background-color: #141414;
}

.snip1336 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.snip1336 img {
  max-width: 100%;
  vertical-align: top;
  opacity: 0.85;
}

.snip1336 figcaption {
  width: 100%;
  background-color: #141414;
  padding: 25px;
  position: relative;
}

.snip1336 figcaption:before {
  position: absolute;
  content: "";
  bottom: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 55px 0 0 400px;
  border-color: transparent transparent transparent #141414;
}

.snip1336 figcaption a {
  padding: 5px;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 0.7em;
  text-transform: uppercase;
  margin: 10px 0;
  display: inline-block;
  opacity: 0.65;
  width: 47%;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 1px;
}

.snip1336 figcaption a:hover {
  opacity: 1;
}

.snip1336 .profile {
  border-radius: 50%;
  position: absolute;
  bottom: 100%;
  left: 25px;
  z-index: 1;
  max-width: 90px;
  opacity: 1;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.snip1336 .follow {
  margin-right: 4%;
  border-color: #2980b9;
  color: #2980b9;
}

.snip1336 h2 {
  color: #fff;
  margin: 0 0 5px;
  font-weight: 300;
  font-size: 18px;
}

.snip1336 h2 span {
  display: block;
  font-size: 14px;
  color: #2980b9;
}

.snip1336 p {
  font-size: 14px;
  letter-spacing: 0;
  opacity: 0.8;
}

.navside {
  border-radius: 4px;
  position: relative;
  box-shadow: 0 1px 2px rgba(11, 60, 93, 0.4), 0 -1px 2px rgba(11, 60, 93, 0.04);
  padding: 20px;
}

.blogimg {
  position: relative;
  float: left;
  margin-right: 20px;
}

.blogimg img {
  border-radius: 0;
  width: 74px;
  height: 58px;
  object-fit: cover;
}

.recent-blg {
  position: relative;
  margin-left: 96px;
}

.galleryImage img {
  height: 500px;
  object-fit: cover;
}

.social-share-btns-container {
  overflow: hidden;
  width: 100%;
}

.social-share-btns {
  display: inline-block;
  overflow: hidden;
}
.social-share-btns .share-btn {
  float: left;
  margin: 0 5px;
  padding: 8px 16px;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  vertical-align: middle;
  -moz-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}
.social-share-btns .share-btn i {
  margin-right: 5px;
  display: inline-block;
  font-size: 18px;
  vertical-align: middle;
}

.share-btn {
  background-color: #95a5a6;
}
.share-btn:hover {
  background-color: #798d8f;
}

.share-btn-twitter {
  background-color: #00aced;
}
.share-btn-twitter:hover {
  background-color: #0087ba;
}

.share-btn-facebook {
  background-color: #3b5998;
}
.share-btn-facebook:hover {
  background-color: #2d4373;
}

.share-btn-linkedin {
  background-color: #007bb6;
}
.share-btn-linkedin:hover {
  background-color: #005983;
}

.share-btn-reddit {
  background-color: #c26508;
}
.share-btn-reddit:hover {
  background-color: #d06e0d;
}

.share-btn-mail {
  background-color: #f1c40f;
}
.share-btn-mail:hover {
  background-color: #dab10d;
}

.blog-filter-list ul {
  padding-left: 0;
}

.blog-filter-list ul li {
  border: 1px solid #d9d9d9;
  border-radius: 3px;
  color: rgb(90, 90, 90);
  display: inline-block;
  font-size: 13px;
  padding: 1px 8px;
  text-transform: capitalize;
  margin-right: 6px;
  margin-bottom: 6px;
}

.blog-filter-list ul li:hover {
  background-color: #D8720B;
  border: 1px solid #D8720B;
  border-radius: 3px;
  color: rgb(32, 32, 32);
}

.toc-list {
  padding-left: 25px !important;
}

.toc-list {
  margin: 0;
}

.toc-list li {
  list-style: decimal;
  font-size: 16px;
  line-height: 30px;
}

.toc-link a {
  color: #222;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
}

.toc-link a:hover {
  color: #ff9932 !important;
}

.toc-link.is-active-link {
  font-weight: 700 !important;
}

.section {
  color: #5c6166;
}
.hr.invisible_hr {
  height: 0;
  padding: 0;
}
.hr.big_size_hr {
  margin: 30px 0;
}
.hr {
  clear: both;
  display: block;
  font-size: 0;
  height: 24px;
  margin: 20px 0;
  overflow: hidden;
  padding: 2px 0;
  position: relative;
  text-align: center;
  width: 100%;
}
.highlight_secondary {
  color: #f24046;
}
.team-role {
  color: #a4a7aa;
}

.img-circle {
  border-radius: 50%;
}

.contact-bg {
  position: relative;
  padding: 30px;
  height: 100%;
}

.img220 img {
  object-fit: cover;
  height: 220px;
}
.service_img {
    height: 300px;width: 100%;object-fit: cover;
}
/********responsive css*********/

@media (max-width: 1280px) {
  .container {
    max-width: calc(100% - 20px) !important;
  }

  .container-fluid {
    padding: 0 20px;
  }

  .section-content {
    padding: 40px 0;
  }

  .h-rit {
    margin-top: 17px;
    margin-bottom: 10px;
    margin-right: 10px;
  }

  .nav-header {
    float: left;
    margin-right: 10px;
  }

  .nav-menu > li > a {
    font-size: 14px;
    padding: 26px 8px;
  }

  .creative-fullpage--slider .swiper-slide .slider-inner .swiper-content {
    position: absolute;
    top: 30%;
    left: 10%;
    z-index: 1;
  }

  .faq-wrapper {
    position: relative;
    background-color:transparent;
    /* margin-top: -223px;
    padding: 220px 0 100px 30px; */
  }
  .faq-wrapper::before {
    right:auto;
    width: 100% !important;
    max-width: inherit !important;
    background-color: transparent;
  }
}

@media (max-width: 1200px) {
  .h-rit {
    margin-top: 18px;
    margin-right: 10px;
  }
}

@media (max-width: 1080px) {
  .search-box {
    border-right: none;
    padding-right: 10px;
  }

  .custom-btn {
    font-size: 15px;
    padding: 8px 18px;
  }

  .custom-btn span {
    margin-right: 4px;
  }

  .title-widget h1,
  .title-widget h2,
  .title-widget h3,
  .title-widget h4,
  .title-widget h5,
  .title-widget h6 {
    position: relative;
    font-size: 24px;
    line-height: 24px;
  }

  .swiper-container {
    width: 100%;
    height: 600px;
    overflow: hidden;
  }

  .creative-fullpage--slider .swiper-slide {
    position: relative;
    width: 100%;
    height: 600px;
  }

  .content h1 {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .wel-title h1 {
    font-size: 32px;
  }

  .siteinfo {
    font-size: 30px;
  }
  .title-desti h3 {
    font-size: 30px;
  }

  .img640 img {
    height: 510px;
  }

  .img310 img {
    object-fit: cover;
    height: 246px;
  }

  .faq-wrapper {
    margin-top: 30px;
    padding: 30px 0 40px 20px;
  }

  .container-box {
    position: relative;
    margin-top: -150px;
    padding: 180px 0 50px 0;
  }

}

@media (max-width: 992px) {
  .pt-100 {
    padding-top: 40px;
  }

  .pb-100 {
    padding-bottom: 40px;
  }

  .py-80 {
    padding: 40px 0;
  }

  .pb-80 {
    padding-bottom: 30px;
  }

  .py-60 {
    padding: 30px 0;
  }

  .pb-60 {
    padding-bottom: 30px;
  }

  .mt-30 {
    margin-top: 20px;
  }

  .mb-30 {
    margin-bottom: 20px;
  }

  .mt-50 {
    margin-top: 30px;
  }

  .menu_toogle {
    display: none;
  }

  .section-content {
    padding: 30px 0;
  }

  .main_header_area {
    padding-bottom: 0;
  }

  .nav-header {
    margin-right: 0;
  }

  .nav-brand img {
    width: 220px !important;
  }

  .nav-toggle {
    top: 24px;
  }

  .nav_rit {
    margin-right: 20px;
  }
  .h-rit {
    margin-top: 12px;
  }

  .search-box {
    margin-top: 10px;
  }

  .contact-top {
    margin-top: 15px;
  }

  .openBtn {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  .mbl-screen {
    position: absolute;
    right: 70px;
    top: 30px;
    display: block;
  }

  .search-box {
    margin-right: 10px;
  }

  .overlay-content {
    width: 100%;
  }

  .navigation-portrait .nav-menus-wrapper {
    width: 300px;
    height: 100%;
    top: 0;
    left: -100%;
    position: fixed;
    background-color: #2D2D2D;
    z-index: 20000;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition-duration: 0.2s;
    transition-timing-function: ease;
  }

  .navigation-portrait .nav-menu > li {
    border-top: solid 1px #3e3e3e;
  }

  .nav-menu > li > a {
    color: #fff;
  }

  .nav-dropdown > li > a {
    background-color: #3e3e3e;
  }

  .nav-dropdown > li > a {
    color: #fff;
  }

  .nav-menu > li.focus > a {
    color: #fff;
  }

  .nav-dropdown > li.focus > a {
    color: #505050;
  }

  .submenu-indicator-chevron {
    border-color: transparent #fff #fff transparent;
  }

  .nav-menu > .focus > a .submenu-indicator-chevron {
    border-color: transparent #fff #fff transparent;
  }

  .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
    border-color: transparent #fff #fff transparent;
  }

  .screen-sm {
    display: block;
  }

  .sm-scren-cnt ul {
    padding-left: 0;
    margin-left: 20px;
  }

  .sm-scren-cnt ul li {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
  }

  .sm-scren-cnt ul li span {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-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;
    font-size: 16px;
    margin-right: 10px;
    color: #D8720B;
    float: left;
  }

  .sm-scren-cnt ul li a {
    color: #fff;
  }

  .swiper-slide .slider-inner .swiper-content .title-area .title {
    font-size: 30px;
  }

  .creative-fullpage--slider .swiper-slide .slider-inner .swiper-content {
    position: absolute;
    top: 30%;
    left: 0%;
    right: 0;
  }
}

@media (max-width: 768px) {
    .service_img {
        height: auto;
        width: 100%;
        object-fit: cover;
    }
  .container {
    max-width: calc(100% - 15px);
    padding: 0 15px;
  }

  .pt-40 {
    padding-top: 30px;
  }

  .pb-40 {
    padding-bottom: 30px;
  }

  .btn-button {
    font-size: 0.875rem;
    padding: 0.5em 1.4em;
  }

  .title-widget h1,
  .title-widget h2,
  .title-widget h3,
  .title-widget h4,
  .title-widget h5,
  .title-widget h6 {
    position: relative;
    font-size: 24px;
  }

  .title-widget h1 span,
  .title-widget h2 span,
  .title-widget h3 span,
  .title-widget h4 span,
  .title-widget h5 span,
  .title-widget h6 span {
    display: block;
    font-size: 18px;
    font-weight: 400;
  }

  .sticky {
    position: inherit;
  }

  .nav_rit {
    margin-right: 20px;
  }

  .nav-toggle {
    top: 24px;
  }

  .menu-bar {
    display: flex;
    justify-content: inherit;
  }

  .menu-link {
    padding: 8px 16px;
  }

  .continfo {
    display: none;
  }

  .search-box {
    margin-top: 15px;
  }

  .search-box {
    margin-right: 0;
  }
  .associt-wrap ul li {
    margin-right: 10px;
    margin-left: 10px;
  }

  .associt-wrap ul li img {
    width: inherit;
  }

  .creative-fullpage--slider {
    height: auto;
  }

  .welcome-section {
    background: none;
  }

  .pricing-wrap {
    padding: 0 20px;
  }
  
  .office-hr h5 {
   font-size: 16px;
  }

  .welcome-wrapper {
    padding: 0px 20px 30px 20px;
  }
  .duration {
    font-size: 12px;
  }
  .pptag {
     font-size: 16px;
  }
   .container-box {
    position: relative;
    margin-top: -150px;
    padding: 180px 0 0px 0;
  }
  .section-content {
    padding: 0;
  }

  .officetime::after {
    display: none;
  }

  .creative-fullpage--slider .swiper-container-h .swiper-button-next, .creative-fullpage--slider .swiper-container-h .swiper-button-prev {
    height: 40px;
    width: 40px;
    line-height: 40px;
  }

  .creative-fullpage--slider .swiper-container-h .swiper-button-prev {
    left: 10px;
  }

  .creative-fullpage--slider .swiper-container-h .swiper-button-next {
    right: 10px;
  }

  .swiper-container-h .swiper-button-next::after, .swiper-container-h .swiper-button-prev::after {
    font-size: 18px;
  }

}

@media (max-width: 576px) {
  h1 {
    font-size: 1.5rem;
  }

  .title-widget h1,
  .title-widget h2,
  .title-widget h3,
  .title-widget h4,
  .title-widget h5,
  .title-widget h6 {
    font-size: 18px;
    line-height: 24px;
  }

  .nav-brand img {
    width: 180px;
  }

  .mbl-screen {
    top: 20px;
  }

  .nav-toggle {
    top: 27px;
  }

  .content[data-content="two"],
  .content[data-content="three"] {
    top: 35%;
    width: 90%;
  }

  .content h1 {
    font-size: 20px;
  }

  .creative-fullpage--slider .swiper-container {
    width: 100%;
    height: 180px;
    overflow: hidden;
  }

  .creative-fullpage--slider .swiper-slide {
    position: relative;
    width: 100%;
    height: 180px;
  }
  .creative-fullpage--slider .swiper-slide .slider-inner img {
      object-fit: cover;
      width: 100%;
      height: 180px;
    }
  .creative-fullpage--slider .slider-inner {
      height: 180px;
  }
  .selling-tabs .nav-pills .nav-link {
    font-size: 12px !important;
    padding: 4px 16px !important;
    margin-bottom: 10px;
  }

  .selling-tabs .nav-pills .nav-link.active,
  .nav-pills .show > .nav-link {
    padding: 4px 16px !important;
  }

  .welcome-section {
    /*margin-top: 0px;*/
    margin-top: -60px;
    padding: 40px 0;
  }

  .wel-title h1 {
    font-size: 24px;
  }

  .f-Img span {
    width: 24px;
    font-size: 24px;
  }

  .swiper-slide .slider-inner .swiper-content .title-area .title {
    font-size: 20px;
  }
  .creative-fullpage--slider .swiper-slide .slider-inner .swiper-content {
    top: 40%;  
    display: none;
  }
  .creative-btn--wrap .creative-slide--btn {
    color: #ffffff;
    font-size: 1.125em;
    font-weight: 400;
    white-space: nowrap;
    cursor: pointer;
  }

  .h-rit {
    margin-top: 15px;
  }

  .swiper-slide .slider-inner .swiper-content .title-area .tag {
    font-size: 18px;
  }

  .btn-read { 
    font-size: 12px;
  }

  .pricing-wrap {
    padding: 0;
  }
  
  .office-hr {
    padding-left: 0;
  }

  .content-wrap p {
    justify-content: center;
    font-size: 15px;
  }
  
}

@media (max-width: 480px) {
  .container {
    max-width: calc(100% - 10px);
    padding: 0 10px;
  }
  .nav-brand img {
    width: 185px !important;
  }

  .nav_rit {
    margin-right: 20px;
  }
  .h-rit {
    margin-top: 15px;
    margin-right: 10px;
  }
  .instgram-icon h4 {
    font-size: 18px;
    border-left: 1px solid #d8720b;
    padding-left: 20px;
    line-height: 24px;
  }
}
