/*----------------------------------
	Common HTML elements and more for easier usage
------------------------------------*/

html {
  overflow-x: hidden;
}

html,
html a,
body {
  -webkit-font-smoothing: antialiased;
  font-family: 'Abel', sans-serif;
}

html {
  font-size: 16px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-size: 1rem;
  font-family: 'Abel', sans-serif;
  color: #222324;
  line-height: 1.6;
  background-color: #fff;
}

/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Abel', sans-serif;
  line-height: 1.2;
  color: #242424;
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: capitalize;
  margin-bottom: 0.75rem;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #242424;
  transition-duration: 200ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

h1 a:focus,
h1 a:hover,
h2 a:focus,
h2 a:hover,
h3 a:focus,
h3 a:hover,
h4 a:focus,
h4 a:hover,
h5 a:focus,
h5 a:hover,
h6 a:focus,
h6 a:hover {
  color: #13b1cd;
  transition-duration: 200ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

h4 {
  font-size: 1.5rem;
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

em,
li {
  font-size: 1rem;
  font-weight: 300;
  color: #242424;
}

em > a,
li > a {
  color: #242424;
}

em > a:hover,
li > a:hover {
  color: #13b1cd;
}

small {
  color: #656565;
}

label {
  font-size: 0.8125rem;
  font-weight: 300;
  color: #242424;
  margin-bottom: 0.25rem;
}

i {
  line-height: 1;
}

/* Paragraph */
p {
  font-weight: 300;
  color: #656565;
  line-height: 1.6;
  margin-top: 0;
  margin-bottom: 1rem;
  font-style: normal;
}

/* Links */
a {
  color: #a2845c;
  text-decoration: none;
}

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

a:focus {
  outline: none;
}

/* anjali css */

.nav_fixed {
  position: fixed;
}

.borderr {
  padding: 9px 0px 0px 9px;
}

.main_btn1 {
  text-decoration: navajowhite;
  color: #b36e15;
  padding-bottom: 10px;
}

.s-header__trigger img {
  width: 100px;
}

.s-header__trigger {
  background: none;
  border: none;
  height: 100px !important;
}

/* end anjali css */

/*----------------------------------
  Selection
------------------------------------*/

::selection {
  color: #fff;
  background: #000000;
  text-shadow: none;
}

::-webkit-selection {
  color: #fff;
  background: #13b1cd;
  text-shadow: none;
}

:active,
:focus {
  outline: none;
}

/*----------------------------------
  Button
------------------------------------*/
.pb-25{padding-bottom: 125px!important;}
.mb-25 {
  padding-bottom: 20px !important;
}
.s-btn {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  border: none;
  white-space: nowrap;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-btn:focus,
.s-btn:hover {
  text-decoration: none;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-btn.focus {
  text-decoration: none;
}

.s-btn:active,
.s-btn.active {
  background-image: none;
  outline: 0;
}

.s-btn.disabled,
.s-btn:disabled,
fieldset[disabled] .s-btn {
  cursor: not-allowed;
  opacity: 0.65;
}

.s-btn__element--left,
.s-btn__element--right {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}

/* Sizes
------------------------------ */
.s-btn--xs {
  font-size: 0.75rem;
  font-weight: 400;
  padding: 0.5rem 1.25rem;
}

.s-btn--sm {
  font-size: 0.875rem;
  font-weight: 400;
  padding: 0.75rem 1.25rem;
}

.s-btn--md {
  font-size: 0.8125rem;
  font-weight: 400;
  padding: 1rem 2.5rem;
}

.s-btn-icon--md {
  font-size: 1rem;
  padding: 0.9375rem 1.5625rem 0.75rem;
}

/* Styles
------------------------------ */
.s-btn--white-brd {
  color: #fff;
  background: transparent;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #fff;
}

.s-btn--white-brd:focus,
.s-btn--white-brd:hover {
  color: #222324;
  background: #fff;
  border-color: #fff;
}

.s-btn--white-bg {
  color: #222324;
 background: #fff;
  border: 1px solid #000;
}

.s-btn--white-bg:focus,
.s-btn--white-bg:hover {
  color: #13b1cd;
  background: #fff;
}

.s-btn--dark-bg {
  color: #fff;
  background: #222324;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #222324;
}

.s-btn--dark-bg:focus,
.s-btn--dark-bg:hover {
  color: #fff;
  background: #13b1cd;
  border-color: #13b1cd;
}

.s-btn--dark-brd {
  color: #222324;
  background: transparent;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #222324;
}

.s-btn--dark-brd:focus,
.s-btn--dark-brd:hover {
  color: #fff;
  background: #222324;
  border-color: #222324;
}

.s-btn--primary-bg {
  color: #fff;
  background: #010101;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #000;
}

.s-btn--primary-bg:focus,
.s-btn--primary-bg:hover {
  color: #000;
  background-color: #fff;
  border-color: #000;
}

.s-btn--primary-brd {
  color: #13b1cd;
  background: transparent;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #010101;
}

.s-btn--primary-brd:focus,
.s-btn--primary-brd:hover {
  color: #fff;
  border-color: #000;
}

.s-btn-icon--white-brd {
  border-left: none;
}

.s-btn-icon--dark-brd {
  border-left: none;
}

/*----------------------------------
  Clients v1
------------------------------------*/
.s-clients-v1 {
  display: block;
  width: 6.25rem;
  height: auto;
  margin: 0 auto;
  opacity: 1;
  cursor: pointer;
  transition-duration: 200ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-clients-v1:hover {
  opacity: 0.8;
  transition-duration: 200ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/*----------------------------------
  FAQ
------------------------------------*/
.s-faq__pseudo {
  position: relative;
}

.s-faq__pseudo:before {
  position: absolute;
  left: 12.5rem;
  bottom: -1rem;
  z-index: -1;
  font-size: 9.375rem;
  font-family: Playfair Display, serif;
  color: rgba(245, 248, 249, 0.8);
  content: '\0026';
}

.s-faq-grid__divider {
  display: inline-block;
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.3);
  margin: 0.3125rem 0;
}

.s-faq-grid__title {
  font-size: 1rem;
  color: #fff;
  margin: 0.3125rem 0 0 0.5rem;
}

.s-faq .cbp-caption {
  border-bottom: none;
}

/*----------------------------------
  Form Input
------------------------------------*/
/* Form Input v1 */
.s-form-v1__input {
  height: 3.375rem;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 300;
  background: transparent;
  border-color: #fff;
  border-right: none;
  box-shadow: none;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  padding: 0.625rem 2.5rem;
}

.s-form-v1__input::-webkit-input-placeholder {
  color: #fff;
}

.s-form-v1__input::-moz-placeholder {
  color: #fff;
}

.s-form-v1__input:-ms-input-placeholder {
  color: #fff;
}

.s-form-v1__input::placeholder {
  color: #fff;
}

.s-form-v1__input:focus {
  box-shadow: none;
  border-color: #fff;
  background: rgba(255, 255, 255, 0.1);
}

/* Form Input v2 */
.s-form-v2__input {
  height: 3.5rem;
  font-size: 0.875rem;
  font-weight: 300;
  color: #656565;
  border: none;
  box-shadow: none;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  padding: 0.625rem 1.25rem;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-form-v2__input::-webkit-input-placeholder {
  color: #656565;
}

.s-form-v2__input::-moz-placeholder {
  color: #656565;
}

.s-form-v2__input:-ms-input-placeholder {
  color: #656565;
}

.s-form-v2__input::placeholder {
  color: #656565;
}

.s-form-v2__input:focus {
  font-weight: 400;
  color: #656565;
  box-shadow: none;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-form-v2__input:focus::-webkit-input-placeholder {
  color: #656565;
}

.s-form-v2__input:focus::-moz-placeholder {
  color: #656565;
}

.s-form-v2__input:focus:-ms-input-placeholder {
  color: #656565;
}

.s-form-v2__input:focus::placeholder {
  color: #656565;
}

/* Form Input v3 */
.s-form-v3__input {
  position: relative;
  height: 3.125rem;
  font-size: 0.8125rem;
  font-weight: 400;
  color: #000 !important;
  border: none;
  border-bottom: 0.0625rem solid #000;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  letter-spacing: 0.1rem;
  padding: 0 1.25rem 0 0;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-form-v3__input::-webkit-input-placeholder {
  color: #000;
}

.s-form-v3__input::-moz-placeholder {
  color: #000;
}

.s-form-v3__input:-ms-input-placeholder {
  color: #000;
}

.s-form-v3__input::placeholder {
  color: #000;
}

.s-form-v3__input:focus {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.99);
  box-shadow: none;
}

.s-form-v3__input:focus::-webkit-input-placeholder {
  color: #fff;
}

.s-form-v3__input:focus::-moz-placeholder {
  color: #fff;
}

.s-form-v3__input:focus:-ms-input-placeholder {
  color: #fff;
}

.s-form-v3__input:focus::placeholder {
  color: #fff;
}

/* Form Input v4 */
.s-form-v4__input {
  position: relative;
  height: 3.125rem;
  font-size: 0.8125rem;
  font-weight: 400;
  color: rgba(34, 35, 36, 0.5);
  border: none;
  border-bottom: 0.0625rem solid;
  background: rgba(34, 35, 36, 0.3);
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  padding: 0 1.25rem 0.3125rem 1rem;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-form-v4__input::-webkit-input-placeholder {
  color: rgba(34, 35, 36, 0.5);
}

.s-form-v4__input::-moz-placeholder {
  color: rgba(34, 35, 36, 0.5);
}

.s-form-v4__input:-ms-input-placeholder {
  color: rgba(34, 35, 36, 0.5);
}

.s-form-v4__input::placeholder {
  color: rgba(34, 35, 36, 0.5);
}

.s-form-v4__input:focus {
  color: #222324;
  border-color: #222324;
  box-shadow: none;
}

.s-form-v4__input:focus::-webkit-input-placeholder {
  color: #222324;
}

.s-form-v4__input:focus::-moz-placeholder {
  color: #222324;
}

.s-form-v4__input:focus:-ms-input-placeholder {
  color: #222324;
}

.s-form-v4__input:focus::placeholder {
  color: #222324;
}

.s-form-v4__icon {
  font-size: 1.125rem;
  color: rgba(34, 35, 36, 0.7);
  border-bottom: 0.0625rem solid #222324;
  padding: 0 0.75rem 0.95rem;
}

/* Form Input v5 */
.s-form-v5__input {
  height: 3.375rem;
  color: #656565;
  font-size: 0.875rem;
  font-weight: 300;
  background: transparent;
  border-color: #222324;
  border-right: none;
  box-shadow: none;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  padding: 0.625rem 2.5rem;
}

.s-form-v5__input::-webkit-input-placeholder {
  color: #656565;
}

.s-form-v5__input::-moz-placeholder {
  color: #656565;
}

.s-form-v5__input:-ms-input-placeholder {
  color: #656565;
}

.s-form-v5__input::placeholder {
  color: #656565;
}

.s-form-v5__input:focus {
  color: #222324;
  box-shadow: none;
  border-color: #222324;
}

.s-form-v5__input:focus::-webkit-input-placeholder {
  color: #222324;
}

.s-form-v5__input:focus::-moz-placeholder {
  color: #222324;
}

.s-form-v5__input:focus:-ms-input-placeholder {
  color: #222324;
}

.s-form-v5__input:focus::placeholder {
  color: #222324;
}

/*----------------------------------
  Icons
------------------------------------*/
.s-icon {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-icon:focus,
.s-icon:hover {
  text-decoration: none;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/* Sizes
------------------------------ */
.s-icon--sm {
  width: 2.5rem;
  height: 2.5rem;
  font-size: 0.8125rem;
  padding: 0.6875rem;
}

.s-icon--md {
  width: 3.125rem;
  height: 3.125rem;
  font-size: 1.125rem;
  padding: 0.75rem;
}

.s-icon--lg {
  width: 3.5rem;
  height: 3.5rem;
  font-size: 1.625rem;
  padding: 0.5625rem 1rem;
}

/* Styles
------------------------------ */
.s-icon--white-brd {
  color: #fff;
  background: transparent;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #fff;
  line-height: 1.4;
}

.s-icon--white-brd:focus,
.s-icon--white-brd:hover {
  color: #000;
  background: #fff;
  border-color: #ffd;
}

.s-icon--white-bg {
  color: #222324;
  background: #fff;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #fff;
  line-height: 1.4;
}

.s-icon--white-bg:focus,
.s-icon--white-bg:hover {
  color: #13b1cd;
  background: #fff;
  border-color: #fff;
}

.s-icon--primary-brd {
  color: #13b1cd;
  background: transparent;
  border-width: 0.0625rem;
  border-style: solid;
  border-color: #13b1cd;
  line-height: 1.4;
}

.s-icon--primary-brd:focus,
.s-icon--primary-brd:hover {
  color: #fff;
  background: #13b1cd;
  border-color: #13b1cd;
}

.s-icon--primary-bg {
  color: #fff;
  background: #13b1cd;
  line-height: 1.6;
}

/*----------------------------------
  Promo Block
------------------------------------*/
/* Promo Block v1 */
.s-promo-block-v1__square-effect {
  position: relative;
}

.s-promo-block-v1__square-effect:before {
  position: absolute;
  top: -5rem;
  left: -1.875rem;
  width: 18.75rem;
  height: 10.9375rem;
  border: 0.625rem solid;
  border-color: rgba(255, 255, 255, 0.2);
  content: ' ';
}

.s-promo-block-v1__square-effect:after {
  position: absolute;
  right: 0;
  bottom: -2rem;
  width: 9.375rem;
  height: 9.375rem;
  border: 0.625rem solid;
  z-index: -1;
  border-color: rgba(108, 184, 237, 0.9);
  content: ' ';
}

/* Promo Block v2 */
.s-promo-block-v2 {
  position: relative;
  z-index: 1;
}

.s-promo-block-v2:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(145deg, rgba(152, 119, 234, 0.7) -25%, #13b1cd 100%);
  background-repeat: repeat-x;
  content: ' ';
}

.s-promo-block-v2__form {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

@media (max-width: 61.9em) {
  .s-promo-block-v2__form {
    position: static;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/* Promo Block v3 */
.s-promo-block-v3__divider {
  position: relative;
  padding-bottom: 1.875rem;
}

.s-promo-block-v3__divider:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0.1875rem;
  background-image: linear-gradient(145deg, rgba(152, 119, 234, 0.9) -25%, #13b1cd 100%);
  background-repeat: repeat-x;
  content: ' ';
}

.s-promo-block-v3__date {
  line-height: 0.8;
  margin-right: 1rem;
}

.s-promo-block-v3__month,
.s-promo-block-v3__year {
  display: block;
  line-height: 1.3;
}

.s-promo-block-v3__month {
  vertical-align: top;
}

/* Promo Block v4 */
.s-promo-block-v4 {
  position: relative;
  z-index: 1;
}

.s-promo-block-v4:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(34, 35, 36, 0.3) 0%, rgba(19, 177, 205, 0.6) 100%);
  background-repeat: repeat-x;
  content: ' ';
}

/* Promo Block v5 */
.s-promo-block-v5 {
  position: relative;
  z-index: 1;
}

.s-promo-block-v5:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, rgba(28, 123, 172, 0.93) 0%, rgba(19, 177, 205, 0.93) 100%);
  background-repeat: repeat-x;
  content: ' ';
}

/* Promo Block v6 */
.s-promo-block-v6 {
  position: relative;
  z-index: 1;
}

.s-promo-block-v6:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(-180deg, rgba(28, 123, 172, 0.1) 0%, #13b1cd 80%);
  background-repeat: repeat-x;
  content: ' ';
}

/* Promo Block v7 */
.s-promo-block-v7 {
  position: relative;
  z-index: 1;
}

.s-promo-block-v7:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(145deg, rgba(19, 177, 205, 0.97) 0%, rgba(152, 119, 234, 0.97) 100%);
  background-repeat: repeat-x;
  content: ' ';
}

/*----------------------------------
  Mockup
------------------------------------*/
/* Mockup v1 */
.s-mockup-v1 {
  position: relative;
  width: 55rem;
  height: auto;
  z-index: 1;
}

@media (max-width: 61.9em) {
  .s-mockup-v1 {
    width: 100%;
    height: auto;
  }
}

/* Mockup v2 */
.s-mockup-v2 {
  position: absolute;
  left: 6.25rem;
  bottom: 6.25rem;
  width: 25rem;
  height: auto;
}

@media (max-width: 33.9em) {
  .s-mockup-v2 {
    display: none;
  }
}

@media (min-width: 34em) {
  .s-mockup-v2 {
    position: absolute;
    left: 0.625rem;
    bottom: 0.625rem;
    width: 18.75rem;
    height: auto;
  }
}

@media (min-width: 48em) {
  .s-mockup-v2 {
    position: absolute;
    left: 5rem;
    bottom: 5rem;
    width: 18.75rem;
    height: auto;
  }
}

/*----------------------------------
  Plan
------------------------------------*/
/* Plan v1 */
.s-plan-v1 {
  box-shadow: 0.625rem 0.625rem 0.9375rem 0 rgba(31, 31, 31, 0.075);
}

.s-plan-v1__price-mark,
.s-plan-v1__price-tag {
  color: #13b1cd;
}

.s-plan-v1__price-mark {
  font-size: 1.375rem;
  vertical-align: top;
}

.s-plan-v1__price-tag {
  font-size: 1.875rem;
  line-height: 1.1;
}

/* Plan v2 */
@media (min-width: 62em) {
  .s-plan-v2__main {
    position: relative;
    z-index: 1;
    box-shadow: 0 -1.25rem 3.125rem 0 rgba(34, 35, 36, 0.05);
    margin-top: -0.4375rem;
  }
}

/*----------------------------------
  Process v1
------------------------------------*/
.s-process-v1 {
  position: relative;
}

.s-process-v1:before {
  position: absolute;
  top: 3.125rem;
  left: 60%;
  width: 80%;
  height: 0.0625rem;
  background: rgba(255, 255, 255, 0.2);
  content: ' ';
  margin-top: -0.03125rem;
}

@media (max-width: 47.9em) {
  .s-process-v1:before {
    display: none;
  }
}

.s-process-v1:last-child:before {
  display: none;
}

/*----------------------------------
  Scroll To Section
------------------------------------*/
/* Scroll To Section v1 */
.s-scroll-to-section-v1--bc {
  position: absolute;
  left: 50%;
  bottom: 0.625rem;
  z-index: 1;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  text-align: center;
}

/*----------------------------------
  Team v1
------------------------------------*/
.s-team-v1 {
  position: relative;
  cursor: pointer;
}

.s-team-v1:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: ' ';
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-team-v1:hover:before {
  box-shadow: 0 0 1.25rem 0.3125rem rgba(34, 35, 36, 0.07);
}

/*----------------------------------
  Video
------------------------------------*/
.s-video__bg {
  position: relative;
}

.s-video__bg:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: linear-gradient(145deg, rgba(103, 181, 241, 0.8) 0, rgba(152, 119, 234, 0.8) 100%);
  background-repeat: repeat-x;
  content: ' ';
}

/* Video v2 */
.s-video-v2__bg {
  position: relative;
}

.s-video-v2__bg:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(34, 35, 36, 0.85);
  content: ' ';
}

/*----------------------------------
  Header
------------------------------------*/
.s-header__navbar {
  background: transparent;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/* Container
------------------------------ */
.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: rgba(12, 11, 9, 0.6);
  font-size: 18px;
  height: 80px;
  z-index: 9999;
}

.s-header__container {
  width: 100%;
  height: auto;
  display: table;
  padding: 0.05rem 1.875rem;
  position: absolute;
}

.s-header__container:before,
.s-header__container:after {
  content: ' ';
  display: table;
}

.s-header__container:after {
  clear: both;
}

.container-fluid {
  padding-left: 2.1875rem;
  padding-right: 2.1875rem;
}

/* Navbar Row
------------------------------ */
.s-header__navbar-row {
  position: relative;
  display: table-row;
  clear: both;
}

.s-header__navbar-row-col {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
}

/* Logo
------------------------------ */
.s-header__logo {
  position: relative;
  z-index: 9999;
  width: 100%;
  height: auto;
  float: left;
}

.s-header__logo-link {
  display: inline-block;
  padding: 1rem 0;
}

.s-header__logo-link:focus,
.s-header__logo-link:hover {
  text-decoration: none;
}

.s-header__logo-img-default,
.s-header__logo-img-shrink {
  display: block;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-header__logo-img-default {
  opacity: 1;
}

.s-header__logo-img-shrink {
  position: absolute;
  top: 1rem;
  left: 0;
  opacity: 0;
}

@media (max-width: 61.9em) {
  .s-header__logo {
    width: auto;
    height: auto;
    float: left;
  }
}

/* Trigger
------------------------------ */
.s-header__trigger {
  position: relative;
  z-index: 9999;
  width: 3.125rem;
  height: 3.125rem;
  float: right;
  overflow: hidden;
  transition-duration: 500ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

/* Trigger Icon */
.s-header__trigger-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  width: 1.375rem;
  height: 0.0625rem;
  background: #fff;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  transition-duration: 500ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-header__trigger-icon:before,
.s-header__trigger-icon:after {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  content: ' ';
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: transform 0.5s, width 0.5s, top 0.3s;
  transition: transform 0.5s, width 0.5s, top 0.3s;
}

.s-header__trigger-icon:before {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: translate3d(0, 0.4375rem, 0);
  transform: translate3d(0, 0.4375rem, 0);
}

.s-header__trigger-icon:after {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: translate3d(0, -0.4375rem, 0);
  transform: translate3d(0, -0.4375rem, 0);
}

.s-header__trigger--dark .s-header__trigger-icon {
  background: #222324;
}

.s-header__trigger svg {
  position: absolute;
  top: 0;
  left: 0;
}

.s-header__trigger circle {
  -webkit-transition: stroke-dashoffset 0.4s 0s;
  transition: stroke-dashoffset 0.4s 0s;
}

/* Trigger Is Active Style */
.-is-active.s-header__trigger {

}

.-is-active .s-header__trigger-icon {
  background: #fff;
}

.-is-active .s-header__trigger-icon:before,
.-is-active .s-header__trigger-icon:after {
  width: 50%;
  -webkit-transition: transform 0.5s, width 0.5s;
  transition: transform 0.5s, width 0.5s;
}

.-is-active .s-header__trigger-icon:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.-is-active .s-header__trigger-icon:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.-is-active.s-header__trigger circle {
  stroke-dashoffset: 0;
  -webkit-transition: stroke-dashoffset 0.4s 0.3s;
  transition: stroke-dashoffset 0.4s 0.3s;
}

/* Overlay
------------------------------ */
.s-header-bg-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(34, 35, 36, 0);
  visibility: hidden;
  -webkit-transition: all 1s ease-in 0.4s;
  transition: all 1s ease-in 0.4s;
}

.s-header-bg-overlay.-is-open {
  background: rgba(34, 35, 36, 0.99);
  visibility: visible;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

/* Nav
------------------------------ */
.s-header__nav {
  height: 100%;
  padding: 7.5rem 0;
}

/* Menu List */
.s-header__nav-menu {
  width: 18.75rem;
  float: right;
  text-align: right;
  margin-bottom: 0;
}

@media (max-width: 47.9em) {
  .s-header__nav-menu {
    width: 50%;
  }
}

@media (max-width: 33.9em) {
  .s-header__nav-menu {
    width: 100%;
    float: none;
  }
}

.s-header__nav-menu-item {
  padding: 0 0 0 5.625rem;
  margin-bottom: 0.3125rem;
}

@media (max-width: 47.9em) {
  .s-header__nav-menu-item {
    padding-left: 0;
  }
}

.s-header__nav-menu-link {
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 300;
  color: #fff;
  opacity: 0.85;
  padding: 0.3125rem;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  text-decoration: none;
}

.s-header__nav-menu-link-divider {
  position: relative;
}

.s-header__nav-menu-link-divider:before {
  position: absolute;
  top: 50%;
  right: -2.5rem;
  width: 2.1875rem;
  height: 0.0625rem;
  background: rgba(255, 255, 255, 0);
  content: ' ';
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-header__nav-menu-link-divider[href]:focus,
.s-header__nav-menu-link-divider[href]:hover {
  color: #fff;
}

.s-header__nav-menu-link-divider[href]:hover:before {
  right: 0;
  background: white;
}

.s-header__nav-menu-link-divider:focus,
.s-header__nav-menu-link-divider:hover {
  color: #fff;
}

.s-header__nav-menu-link-divider:hover {
  opacity: 1;
  padding-right: 2.5rem;
}

.s-header__nav-menu-link-divider.-is-active {
  padding-right: 2.5rem;
}

.s-header__nav-menu-link-divider.-is-active:before {
  right: 0;
  background: white;
}

/* Action
------------------------------ */
.s-header__action {
  margin-bottom: 0;
}

.s-header__action--lb {
  position: absolute;
  left: 1.875rem;
  bottom: 1.875rem;
}

.s-header__action--rb {
  position: absolute;
  right: 1.875rem;
  bottom: 1.875rem;
}

.s-header__action-item {
  padding: 0;
  margin-left: 0.1875rem;
  margin-right: 0.3125rem;
}

.s-header__action-link {
  position: relative;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.4);
  text-transform: uppercase;
  padding: 0.3125rem;
}

.s-header__action-link:first-child {
  padding-left: 0;
}

.s-header__action-link:last-child {
  padding-right: 0;
}

.s-header__action-link:hover {
  color: rgba(255, 255, 255, 0.7);
}

.s-header__action-link.-is-active {
  color: white;
}

/* Menu Open/Close
------------------------------ */
.s-header-bg-overlay .s-header__nav-menu-item {
  opacity: 0;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  -webkit-transform: translate3d(0, 1.25rem, 0);
  transform: translate3d(0, 1.25rem, 0);
}

.s-header-bg-overlay .s-header__action-item {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

@media (max-width: 47.9em) {
  .s-header-bg-overlay.-is-open .s-header__nav-menu-item,
  .s-header-bg-overlay.-is-open .s-header__action-item {
    opacity: 1;
  }
}

@media (min-width: 34em) {
  .s-header-bg-overlay.-is-open .s-header__nav-menu-item {
    opacity: 1;
  }

  .s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(1) {
    -webkit-transition: all 0.4s 0.2s ease-out;
    transition: all 0.4s 0.2s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(2) {
    -webkit-transition: all 0.4s 0.4s ease-out;
    transition: all 0.4s 0.4s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(3) {
    -webkit-transition: all 0.4s 0.6s ease-out;
    transition: all 0.4s 0.6s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(4) {
    -webkit-transition: all 0.4s 0.8s ease-out;
    transition: all 0.4s 0.8s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(5) {
    -webkit-transition: all 0.4s 1s ease-out;
    transition: all 0.4s 1s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(6) {
    -webkit-transition: all 0.4s 1.2s ease-out;
    transition: all 0.4s 1.2s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(7) {
    -webkit-transition: all 0.4s 1.4s ease-out;
    transition: all 0.4s 1.4s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(8) {
    -webkit-transition: all 0.4s 1.6s ease-out;
    transition: all 0.4s 1.6s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(9) {
    -webkit-transition: all 0.4s 1.8s ease-out;
    transition: all 0.4s 1.8s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .s-header-bg-overlay.-is-open .s-header__nav-menu-item:nth-child(10) {
    -webkit-transition: all 0.4s 2s ease-out;
    transition: all 0.4s 2s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .s-header-bg-overlay.-is-open .s-header__action-item {
    opacity: 1;
  }

  .s-header-bg-overlay.-is-open .s-header__action-item:nth-child(1) {
    -webkit-transition: all 0.4s 0.4s ease-out;
    transition: all 0.4s 0.4s ease-out;
  }

  .s-header-bg-overlay.-is-open .s-header__action-item:nth-child(2) {
    -webkit-transition: all 0.4s 0.8s ease-out;
    transition: all 0.4s 0.8s ease-out;
  }

  .s-header-bg-overlay.-is-open .s-header__action-item:nth-child(3) {
    -webkit-transition: all 0.4s 1.2s ease-out;
    transition: all 0.4s 1.2s ease-out;
  }
}

/* Shrink
------------------------------ */
/* Navbar */
.s-header__shrink .s-header__navbar {
  box-shadow: 0 0 0.9375rem 0 rgba(34, 35, 36, 0.05);
}

.s-header__shrink.-is-open .s-header__navbar {
  background: transparent;
}

/* Logo */
.s-header__shrink.-is-open .s-header__logo-img-default {
  opacity: 1;
}

.s-header__shrink.-is-open .s-header__logo-img-shrink {
  opacity: 0;
}

.s-header__shrink .s-header__navbar {
  background: #fff;
}

.s-header__shrink .s-header__logo-img-default {
  opacity: 0;
}

.s-header__shrink .s-header__logo-img-shrink {
  opacity: 1;
}

/* Trigger Icon */
.s-header__shrink.-is-open .s-header__trigger-icon {
  background: #fff;
}

.s-header__shrink .s-header__trigger-icon {
  background: #222324;
}

/*----------------------------------
  Header v2
------------------------------------*/
/* Navbar
------------------------------ */
.s-header-v2__navbar {
  position: relative;
  z-index: 1000;
  min-height: 3.125rem;
  border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.3);
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-header-v2__navbar:before,
.s-header-v2__navbar:after {
  content: ' ';
  display: table;
}

.s-header-v2__navbar:after {
  clear: both;
}

@media (max-width: 61.9em) {
  .s-header-v2__navbar {
    background: #fff;
    box-shadow: 0 0 0.9375rem 0.25rem rgba(34, 35, 36, 0.05);
  }
}

/* Navbar Row
------------------------------ */
.s-header-v2__navbar-row {
  display: table-row;
  clear: both;
}

@media (max-width: 61.9em) {
  .s-header-v2__navbar-row {
    display: inherit;
  }
}

/* Columns */
.s-header-v2__navbar-col {
  display: table-cell;
  vertical-align: middle;
}

@media (max-width: 61.9em) {
  .s-header-v2__navbar-col {
    display: block;
  }
}

/* Space */
.s-header-v2__navbar-col-width--180 {
  width: 11.25rem;
}

@media (max-width: 61.9em) {
  .s-header-v2__navbar-col-width--180 {
    width: auto;
  }
}

/* Variations */
@media (min-width: 62em) {
  .s-header-v2__navbar-col--left {
    float: left;
  }

  .s-header-v2__navbar-col--left .dropdown__mega-menu {
    right: auto;
    left: 10rem;
  }
}

@media (min-width: 62em) {
  .s-header-v2__navbar-col--right {
    float: right;
  }
}

/* Navbar Toggle
------------------------------ */
.s-header-v2__toggle {
  position: relative;
  display: none;
  float: right;
  background: transparent;
  border: none;
  outline: none;
  line-height: 4.3rem;
  padding: 0.5625rem 0.3125rem 0.5625rem 0.625rem;
  margin: 0;
}

.s-header-v2__toggle-icon-bar {
  position: relative;
  width: 1.315rem;
  height: 0.0625rem;
  display: inline-block;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-header-v2__toggle-icon-bar,
.s-header-v2__toggle-icon-bar:before,
.s-header-v2__toggle-icon-bar:after {
  background: #222324;
}

.s-header-v2__toggle-icon-bar:before,
.s-header-v2__toggle-icon-bar:after {
  position: absolute;
  left: 0;
  content: ' ';
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-header-v2__toggle-icon-bar:before {
  width: 0.625rem;
  height: 0.0625rem;
  bottom: 0.625rem;
}

.s-header-v2__toggle-icon-bar:after {
  width: 1rem;
  height: 0.0625rem;
  top: -0.3125rem;
}

.s-header-v2__toggle:hover .s-header-v2__toggle-icon-bar:before,
.s-header-v2__toggle:hover .s-header-v2__toggle-icon-bar:after {
  width: 1.315rem;
  height: 0.0625rem;
}

@media (max-width: 61.9em) {
  .s-header-v2__toggle {
    display: block;
  }
}

/* Logo
------------------------------ */
.s-header-v2__logo {
  width: 100%;
  height: auto;
  float: left;
}

.s-header-v2__logo-link {
  display: inline-block;
  padding: 1rem 1.25rem 1rem 0;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-header-v2__logo-link:focus,
.s-header-v2__logo-link:hover {
  text-decoration: none;
}

.s-header-v2__logo-img {
  display: inline-block;
}

.s-header-v2__logo-img--default {
  display: block;
}

@media (max-width: 61.9em) {
  .s-header-v2__logo-img--default {
    display: none;
  }
}

/* .s-header-v2__logo-img--shrink {
  display: none;
} */

@media (max-width: 61.9em) {
  .s-header-v2__logo-img--shrink {
    display: block;
  }
}

@media (max-width: 61.9em) {
  .s-header-v2__logo {
    width: auto;
    height: auto;
    float: left;
  }

  .s-header-v2__logo-link {
    padding-left: 0.875rem;
    padding-right: 0.625rem;
  }
}

/* Collapse
------------------------------ */
@media (max-width: 61.9em) {
  .s-header-v2__navbar-collapse {
    width: 100%;
    padding: 0 0.9375rem !important;
  }
}

@media (max-width: 61.9em) {
  .s-header-v2__navbar-collapse.collapse {
    display: none !important;
  }

  .s-header-v2__navbar-collapse.collapse.in {
    display: block !important;
    max-height: 35rem;
    overflow-y: auto !important;
  }
}

/* Nav Menu
------------------------------ */
.s-header-v2__nav {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.s-header-v2__nav:before,
.s-header-v2__nav:after {
  content: ' ';
  display: table;
}

.s-header-v2__nav:after {
  clear: both;
}

@media (max-width: 61.9em) {
  .s-header-v2__nav {
    background: #fff;
    padding: 1.25rem 0;
  }
}

.s-header-v2__nav-item {
  position: relative;
  display: block;
  float: left;
}

.s-header-v2__nav-item:last-child .s-header-v2__nav-link {
  margin-right: 0;
}

@media (max-width: 61.9em) {
  .s-header-v2__nav-item {
    float: none;
  }
}

.s-header-v2__nav-item .dropdown-backdrop {
  position: relative;
}

.s-header-v2__nav-link {
  position: relative;
  display: block;
  font-size: 0.8125rem;
  font-weight: 700;
  font-family: Montserrat, sans-serif;
  color: rgba(255, 255, 255, 0.75);
  line-height: 5.5rem;
  text-transform: uppercase;
  margin: 0 0.9rem;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-header-v2__nav-link:hover {
  color: #fff;
}

.s-header-v2__nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.s-header-v2__nav-link.-is-active {
  color: #fff;
}

@media (max-width: 61.9em) {
  .s-header-v2__nav-link {
    color: rgba(34, 35, 36, 0.7);
    line-height: 1.6;
    margin: 1.5rem 0;
  }

  .s-header-v2__nav-link:focus,
  .s-header-v2__nav-link:hover {
    color: rgba(34, 35, 36, 0.7);
  }

  .s-header-v2__nav-link.-is-active {
    color: #13b1cd;
  }
}

/* Dropdown
------------------------------ */
.s-header-v2__dropdown-menu {
  display: none;
  font-size: 0.8125rem;
  min-width: 13.75rem;
  background: #fff;
  border: none;
  border-radius: 0;
  box-shadow: 0 0.3125rem 0.75rem rgba(34, 35, 36, 0.05);
  padding: 0.9375rem 0;
  margin-top: 0;
}

@media (max-width: 61.9em) {
  .s-header-v2__dropdown-menu {
    position: static;
    float: none;
    box-shadow: none;
  }
}

.s-header-v2__dropdown-menu:focus .s-header-v2__dropdown-menu-link,
.s-header-v2__dropdown-menu:hover .s-header-v2__dropdown-menu-link {
  background: transparent;
}

.s-header-v2__dropdown-menu-link {
  font-size: 0.875rem;
  font-weight: 400;
  font-family: Lato, sans-serif;
  color: rgba(34, 35, 36, 0.7) !important;
  padding: 0.4375rem 2rem 0.4375rem 1.375rem !important;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-header-v2__dropdown-menu-link:hover {
  color: #13b1cd !important;
}

.s-header-v2__dropdown-menu-link.-is-active {
  color: #13b1cd !important;
}

/* Dropdown Menu Open On Hover
------------------------------ */
@media (min-width: 62em) {
  .s-header-v2__dropdown-on-hover:hover > .s-header-v2__dropdown-menu {
    display: block;
  }
}

/* Shrink
------------------------------ */
@media (min-width: 62em) {
  .s-header__shrink .s-header-v2__navbar {
    background: #fff;
    box-shadow: 0 0 0.9375rem 0.25rem rgba(34, 35, 36, 0.05);
  }

  /* Toggle */
  .s-header__shrink .s-header-v2__toggle-icon-bar--white,
  .s-header__shrink .s-header-v2__toggle-icon-bar--white:before,
  .s-header__shrink .s-header-v2__toggle-icon-bar--white:after {
    background: #222324;
  }

  /* Logo */
  .s-header__shrink .s-header-v2__logo-img--default {
    display: none;
  }

  .s-header__shrink .s-header-v2__logo-img--shrink {
    display: block;
  }

  /* Nav Link */
  .s-header__shrink .s-header-v2__nav-link {
    color: rgba(34, 35, 36, 0.7);
  }

  .s-header__shrink .s-header-v2__nav-link:hover {
    color: #13b1cd;
  }

  .s-header__shrink .s-header-v2__nav-link:focus {
    color: rgba(34, 35, 36, 0.7);
  }

  .s-header__shrink .s-header-v2__nav-link.-is-active {
    color: #13b1cd;
  }
}

/*----------------------------------
  Back To Top
------------------------------------*/
.s-back-to-top {
  position: fixed;
  right: 3.125rem;
  bottom: -3.125rem;
  display: block;
  width: 1.875rem;
  height: 3rem;
  z-index: 9;
  background: #fff;
  border-radius: 3.125rem;
  text-align: center;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-back-to-top:before {
  display: block;
  font-size: 0.75rem;
  font-style: normal;
  font-family: themify;
  color: #fff;
  line-height: 3rem;
  content: '\e627';
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-back-to-top:hover {
  background: #fff;
}

.s-back-to-top:hover:before {
  color: #13b1cd;
}

.s-back-to-top:focus,
.s-back-to-top:hover {
  text-decoration: none;
}

/* The button becomes visible */
.s-back-to-top.-is-visible {
  bottom: 3.125rem;
  opacity: 0.8;
}

.s-back-to-top.-is-visible:hover {
  opacity: 1;
}

/* If the user keeps scrolling down, the button is out of focus and becomes less visible */
.s-back-to-top.-zoom-out {
  opacity: 0.6;
}

/*----------------------------------
  Cubeportfolio
------------------------------------*/
.s-portfolio__filter-v1-item {
  font-size: 0.8125rem;
  color: #656565 !important;
  text-transform: uppercase;
  margin-bottom: 0 !important;
}

.s-portfolio__filter-v1-item:hover {
  color: #242424 !important;
}

.s-portfolio__filter-v1-item.cbp-filter-item-active {
  color: #13b1cd !important;
}

.s-portfolio__filter-v1.cbp-l-filters-text {
  margin-bottom: 0;
}

/* Image Effect
------------------------------ */
.s-portfolio__img-effect {
  position: relative;
  display: block;
}

.s-portfolio__img-effect:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  content: ' ';
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-portfolio__item:hover .s-portfolio__img-effect:after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Position
------------------------------ */
.s-portfolio__caption-hover--cc {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  padding: 1.875rem;
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-portfolio__item:hover .s-portfolio__caption-hover--cc {
  opacity: 1;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

/* Paginations v1
------------------------------ */
.s-portfolio__paginations-v1 .cbp-nav-controls {
  display: none;
}

.s-portfolio__paginations-v1 .cbp-nav-pagination {
  padding-left: 0.625rem;
}

.s-portfolio__paginations-v1 .cbp-nav-pagination-item {
  margin: 0 0.9375rem;
}

.s-portfolio__paginations-v1 .cbp-nav-pagination-active {
  background: #13b1cd;
}

/* Tab v1
------------------------------ */
.s-tab__filter-v1 {
  display: block;
  font-size: 1.75rem;
  color: #fff;
  text-align: center;
  border: none;
  cursor: pointer;
  letter-spacing: 0.0625rem;
  line-height: 2rem;
  padding: 0 0 2rem;
  margin: 0 0 2rem;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-tab__filter-v1:before {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 5rem;
  height: 0.0625rem;
  background: rgba(255, 255, 255, 0.3);
  content: ' ';
  margin-left: -2.5rem;
}

.s-tab__filter-v1:last-child {
  padding: 0;
  margin: 0;
}

.s-tab__filter-v1:last-child:before {
  display: none;
}

.s-tab__filter-v1.cbp-filter-item-active {
  color: #13b1cd;
}

.s-tab__grid-v1-item {
  font-size: 0.9375rem;
  font-weight: 300;
  color: #656565;
}

/*----------------------------------
  Google Map
------------------------------------*/
/* Custom Style */
.s-google-map,
.s-google-map .s-google-container {
  position: relative;
}

/* Info Window: White background and box outline */
.gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div {
  background-color: #fff !important;
  box-shadow: none !important;
}

/* Info Window: Arrow colour */
.gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div > div > div {
  background-color: #fff !important;
  box-shadow: none !important;
}

.gm-style > div:first-child > div + div > div:last-child > div > div:first-child > div:first-child {
  display: none;
}

/* Info Window: Let's remove image icon inside close button */
.gm-style > div:first-child > div + div > div:last-child > div > div:last-child > img {
  display: none;
}

/* Info Window: New arrow style */
.gm-style > div:first-child > div + div > div:last-child > div > div:last-child {
  overflow: inherit !important;
}

.gm-style > div:first-child > div + div > div:last-child > div > div:last-child:after {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.75rem;
  font-family: themify;
  color: #656565;
  content: '\e646';
}

/* Info Window: Positioning of infowindow */
.gm-style-iw {
  top: 1.375rem !important;
  left: 1.375rem !important;
}

/*----------------------------------
  Swiper
------------------------------------*/
.s-swiper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* Arrows v1
------------------------------ */
.s-swiper__arrow-v1--left,
.s-swiper__arrow-v1--right {
  position: absolute;
  top: 50%;
  z-index: 1;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

@media (max-width: 47.9em) {
  .s-swiper__arrow-v1--left,
  .s-swiper__arrow-v1--right {
    opacity: 0;
  }
}

.s-swiper__arrow-v1--left {
  left: 2rem;
}

.s-swiper__arrow-v1--right {
  right: 2rem;
}

@media (max-width: 47.9em) {
  .s-swiper:hover .s-swiper__arrow-v1--left,
  .s-swiper:hover .s-swiper__arrow-v1--right {
    opacity: 1;
  }
}

/* Pagination v1
------------------------------ */
.s-swiper__pagination-v1--bc {
  position: absolute;
  bottom: 1.875rem !important;
  text-align: center;
  z-index: 1;
}

.s-swiper__pagination-v1 .swiper-pagination-bullet {
  width: 1rem;
  height: 0.5625rem;
  border-radius: 0.9375rem;
  opacity: 0.7;
  transition-duration: 300ms;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.s-swiper__pagination-v1 .swiper-pagination-bullet-active {
  width: 1.875rem;
  background: #13b1cd;
  opacity: 1;
}

.s-swiper__pagination-v1--white .swiper-pagination-bullet {
  background: #fff;
}

.s-swiper__pagination-v1--white .swiper-pagination-bullet-active {
  background: #13b1cd;
}

.s-swiper__pagination-v1--dark .swiper-pagination-bullet {
  background: #b2b2b2;
}

.s-swiper__pagination-v1--dark .swiper-pagination-bullet-active {
  background: #13b1cd;
}

.gallery-area {
  background: #0c0f16;
}

/* line 5, ../../../sponDon TI/Running Project/263.InteriorDesign_HTML/HTML/assets/scss/_gallery.scss */
.gallery-area .single-gallery {
  position: relative;
}

/* line 7, ../../../sponDon TI/Running Project/263.InteriorDesign_HTML/HTML/assets/scss/_gallery.scss */
.gallery-area .single-gallery::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  content: '';
  background-color: rgba(1, 10, 28, 0.6);
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

/* line 21, ../../../sponDon TI/Running Project/263.InteriorDesign_HTML/HTML/assets/scss/_gallery.scss */
.gallery-area .single-gallery:hover::before {
  opacity: 1;
  visibility: visible;
}

/* line 27, ../../../sponDon TI/Running Project/263.InteriorDesign_HTML/HTML/assets/scss/_gallery.scss */
.gallery-area .single-gallery .gallery-img {
  position: relative;
  height: 565px;
  background-size: cover;
  background-repeat: no-repeat;
}

/* line 34, ../../../sponDon TI/Running Project/263.InteriorDesign_HTML/HTML/assets/scss/_gallery.scss */
.gallery-area .single-gallery .thumb-content-box {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  z-index: 2;
}

/* line 47, ../../../sponDon TI/Running Project/263.InteriorDesign_HTML/HTML/assets/scss/_gallery.scss */
.gallery-area .single-gallery .thumb-content-box .thumb-content {
  position: absolute;
  padding-left: 40px;
  bottom: 42px;
  display: flex;
  align-items: end;
}

/* line 53, ../../../sponDon TI/Running Project/263.InteriorDesign_HTML/HTML/assets/scss/_gallery.scss */
.gallery-area .single-gallery .thumb-content-box .thumb-content h3 {
  color: #ffffff;
  font-weight: 600;
  font-size: 48px;
  margin: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  /* line 53, ../../../sponDon TI/Running Project/263.InteriorDesign_HTML/HTML/assets/scss/_gallery.scss */
  .gallery-area .single-gallery .thumb-content-box .thumb-content h3 {
    font-size: 32px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 53, ../../../sponDon TI/Running Project/263.InteriorDesign_HTML/HTML/assets/scss/_gallery.scss */
  .gallery-area .single-gallery .thumb-content-box .thumb-content h3 {
    font-size: 32px;
  }
}

@media (max-width: 575px) {
  /* line 53, ../../../sponDon TI/Running Project/263.InteriorDesign_HTML/HTML/assets/scss/_gallery.scss */
  .gallery-area .single-gallery .thumb-content-box .thumb-content h3 {
    font-size: 32px;
  }
}

/* line 67, ../../../sponDon TI/Running Project/263.InteriorDesign_HTML/HTML/assets/scss/_gallery.scss */
.gallery-area .single-gallery .thumb-content-box .thumb-content h3 span {
  font-size: 39px;
  display: block;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  /* line 67, ../../../sponDon TI/Running Project/263.InteriorDesign_HTML/HTML/assets/scss/_gallery.scss */
  .gallery-area .single-gallery .thumb-content-box .thumb-content h3 span {
    font-size: 29px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* line 67, ../../../sponDon TI/Running Project/263.InteriorDesign_HTML/HTML/assets/scss/_gallery.scss */
  .gallery-area .single-gallery .thumb-content-box .thumb-content h3 span {
    font-size: 29px;
  }
}

@media (max-width: 575px) {
  /* line 67, ../../../sponDon TI/Running Project/263.InteriorDesign_HTML/HTML/assets/scss/_gallery.scss */
  .gallery-area .single-gallery .thumb-content-box .thumb-content h3 span {
    font-size: 29px;
  }
}

/* line 81, ../../../sponDon TI/Running Project/263.InteriorDesign_HTML/HTML/assets/scss/_gallery.scss */
.gallery-area .single-gallery .thumb-content-box .thumb-content a {
  color: #fff;
  background: #ff0000;
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  margin-left: 75px;
}

/* line 91, ../../../sponDon TI/Running Project/263.InteriorDesign_HTML/HTML/assets/scss/_gallery.scss */
.gallery-area .single-gallery .thumb-content-box .thumb-content a:hover {
  background: #fff;
  color: #ff0000;
}

/* line 101, ../../../sponDon TI/Running Project/263.InteriorDesign_HTML/HTML/assets/scss/_gallery.scss */
.single-gallery:hover .gallery-img-thumb,
.single-gallery:hover .thumb-content-box {
  opacity: 1;
  visibility: visible;
}

/* line 2, ../../../sponDon TI/Running Project/263.InteriorDesign_HTML/HTML/assets/scss/_team.scss */
.single-team .team-img {
  overflow: hidden;
  margin-bottom: 19px;
}

/* line 5, ../../../sponDon TI/Running Project/263.InteriorDesign_HTML/HTML/assets/scss/_team.scss */
.single-team .team-img img {
  width: 100%;
  transform: scale(1);
  transition: all 0.6s ease-out 0s;
}

/* Add your custom styles here */
/* Zoom-in effect class */
.zoom-in-image {
  transform: scale(1);
  /* Reset transform */
  transition: transform 1.5s ease;
  /* Add a transition for a smoother effect */
}

.glass-shatter {
  /* Your glass shatter effect styles */
  transition: transform 0.5s ease;
}

.shattered {
  transform: scale(1.1);
  /* Adjust the zoom level based on your preference */
}

/* Water droplet effect class */
.loading-container {
  position: relative;
  overflow: hidden;
}

.loading-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.5) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: translateY(-100%);
  opacity: 0;
  transition: transform 1s ease, opacity 1s ease;
}

.loading-container.loading::before {
  transform: translateY(0);
  opacity: 1;
}

.custom-font-size {
  color: white;
}

.animated-text span {
  display: inline-block;

  opacity: 0;
  animation: fadeInRight 1s ease-out forwards;
}

.custom-font-size span {
  display: inline-block;
  opacity: 0;
  animation: fadeInRight 1s ease-out forwards;
}

/* Keyframe animation for right-to-left text */
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(20px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/*Projects*/
.project-area {
  padding-bottom: 120px;
}

@media (max-width: 991px) {
  .project-area {
    padding-bottom: 80px;
  }
}

.project-area .main_title {
  margin-bottom: 125px;
}

@media (max-width: 991px) {
  .project-area .main_title {
    margin-bottom: 50px;
  }
}

.project-area .main_btn {
  font-size: 14px;
  line-height: 98px;
  width: 100%;
  margin-top: 30px;
}

.project-area .main_btn img {
  width: auto !important;
  display: inline-block !important;
  -webkit-filter: brightness(0) invert(1);
  -moz-filter: brightness(0) invert(1);
  -ms-filter: brightness(0) invert(1);
  -o-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  margin-left: 32px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.project-area .main_btn:hover img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

.single-project {
  position: relative;
  margin-bottom: 30px;
}

.single-project .project-details {
  position: relative;
  left: 0;
  bottom: 0;
  padding: 30px 0px;
  display: inline-block;
  background: #fff;
}

@media (max-width: 400px) {
  .single-project .project-details {
    position: relative;
    width: 100%;
    background: #f9f9ff;
  }
}

.single-project .project-details p {
  text-transform: uppercase;
  color: #f5ca56;
  font-size: 12px;
  margin-bottom: 5px;
}

.single-project .project-details h4 {
  font-size: 24px;
  line-height: 36px;
  margin: 0;
  padding-bottom: 10px;
}

.brand-carousel {
  margin-top: 50px;
}

@media (max-width: 767px) {
  .brand-carousel {
    margin-bottom: 80px;
  }
}

.single-brand-item {
  margin: 0 auto;
}

.single-brand-item img {
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}

.single-brand-item img:hover {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
}

/* End Project Area css
============================================================================================ */
/* Start Service Area css
============================================================================================ */
@media (max-width: 767px) {
  .service-img {
    display: none;
  }
}

.single-service {
  margin-bottom: 50px;
}

.single-service:last-child {
  margin-bottom: 0;
}

.single-service.mr-left {
  margin-left: 20%;
}

.single-service.mr-left p {
  padding-right: 0;
}

.single-service h4 {
  font-size: 24px;
  margin-bottom: 20px;
}

.single-service p {
  margin: 0;
  padding-right: 20%;
}

.single-service .mt {
  margin-top: 15px;
}

#about .single-service {
  margin-bottom: 30px;
}

#project-details .single-service p {
  padding-right: 0;
}

#project-details .single-service .list {
  margin-top: 50px;
}

#project-details .single-service .list li {
  margin-bottom: 7px;
  font-weight: normal;
  font-size: 14px;
}

#project-details .single-service .list li span {
  font-size: 14px;
  color: #000;
  font-weight: 400;
  width: 97px;
  display: inline-block;
}

#project-details .single-service .list li:last-child {
  margin-bottom: 0px;
}

#project-details .single-service .list li i {
  color: #f1cd09;
}

#project-details .single-service .social_details {
  margin-top: 40px;
}

@media (max-width: 480px) {
  #project-details .single-service .social_details {
    margin-top: 20px;
  }
}

#project-details .single-service .social_details li {
  display: inline-block;
  margin-right: 14px;
}

#project-details .single-service .social_details li a {
  font-size: 14px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

#project-details .single-service .social_details li a i {
  color: #000 !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

#project-details .single-service .social_details li a i:hover {
  color: #f5ca56 !important;
}

#project-details .single-service .social_details li:last-child {
  margin-right: 0px;
}

.main_title h1 {
  font-size: 42px;
  color: #222222;
  text-transform: capitalize;
  font-weight: 300;
  font-family: 'Abel sans-serif';
}
.main_title h2 {
  font-size: 42px;
  color: #222222;
  text-transform: capitalize;
  font-weight: 300;
  font-family: 'Abel sans-serif';
}

.text-logo {
  color: #fff;
  text-shadow: 2px 2px #000;
}

/* Start Service Area css
============================================================================================ */
@media (max-width: 767px) {
  .service-img {
    display: none;
  }
}

.single-service {
  margin-bottom: 50px;
}

.single-service:last-child {
  margin-bottom: 0;
}

.single-service.mr-left {
  margin-left: 20%;
}

.single-service.mr-left p {
  padding-right: 0;
}

.single-service h4 {
  font-size: 24px;
  margin-bottom: 20px;
}

.single-service p {
  margin: 0;
  padding-right: 20%;
}

.single-service .mt {
  margin-top: 15px;
}

#about .single-service {
  margin-bottom: 30px;
}

#project-details .single-service p {
  padding-right: 0;
}

#project-details .single-service .list {
  margin-top: 50px;
}

#project-details .single-service .list li {
  margin-bottom: 7px;
  font-weight: normal;
  font-size: 14px;
}

#project-details .single-service .list li span {
  font-size: 14px;
  color: #000;
  font-weight: 400;
  width: 97px;
  display: inline-block;
}

#project-details .single-service .list li:last-child {
  margin-bottom: 0px;
}

#project-details .single-service .list li i {
  color: #f1cd09;
}

#project-details .single-service .social_details {
  margin-top: 40px;
}

@media (max-width: 480px) {
  #project-details .single-service .social_details {
    margin-top: 20px;
  }
}

#project-details .single-service .social_details li {
  display: inline-block;
  margin-right: 14px;
}

#project-details .single-service .social_details li a {
  font-size: 14px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

#project-details .single-service .social_details li a i {
  color: #000 !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

#project-details .single-service .social_details li a i:hover {
  color: #f5ca56 !important;
}

#project-details .single-service .social_details li:last-child {
  margin-right: 0px;
}

/* End Service Area css
============================================================================================ */

/* Start Gallery Area css
============================================================================================ */
.gallery-area {
  padding-bottom: 120px;
}

@media (max-width: 991px) {
  .gallery-area {
    padding-bottom: 80px;
  }
}

.gallery-area .main_title {
  padding-left: 38%;
}

@media (max-width: 991px) {
  .gallery-area .main_title {
    padding-left: 25%;
  }
}

@media (max-width: 767px) {
  .gallery-area .main_title {
    padding-left: 0%;
    padding-right: 20%;
  }
}

.gallery-area .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}

.single-gallery {
  position: relative;
  margin-bottom: 30px;
}

.single-gallery img {
  width: 100%;
}

.single-gallery:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: '';
  background: #000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.single-gallery .light-box {
  position: absolute;
  right: 0;
  top: 50%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease 0s;
  z-index: 1;
  margin-right: 20px;
}

.single-gallery .light-box .img-popup {
  height: 180px;
  width: 160px;
  /*   display: inline-block; */
  background-color: transparent;
  text-align: center;
  line-height: 90px;
  color: #fff;
  font-size: 25px;
  margin-right: 20px;
}

@media (max-width: 480px) {
  .single-gallery .light-box .img-popup {
    height: 100px;
    width: 80px;
    line-height: 100px;
  }
}

.single-gallery .light-box .img-popup span {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  display: inline-block;
}

.single-gallery:hover:after {
  opacity: 0.5;
  visibility: visible;
}

.single-gallery:hover .light-box {
  right: 0;
  top: 0;
  opacity: 1;
  visibility: visible;
}

@media (max-width: 615px) {
  .counter_area {
    text-align: center;
  }
}

.counter_area .single_counter {
  text-align: center;
  padding: 30px;
  border: 1px solid #eeeeee;
  display: inline-block;
  height: 180px;
  width: 165px;
  margin-right: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media (max-width: 1200px) {
  .counter_area .single_counter {
    margin-right: 15px;
  }
}

@media (max-width: 991px) {
  .counter_area .single_counter {
    padding: 15px;
    height: 150px;
    width: 140px;
  }
}

@media (max-width: 540px) {
  .counter_area .single_counter {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .counter_area .single_counter {
    margin-right: 0px;
  }
}

@media (max-width: 767px) {
  .counter_area .single_counter:first-child {
    margin-bottom: 0px;
  }
}

@media (max-width: 540px) {
  .counter_area .single_counter:first-child {
    margin-bottom: 30px;
  }
}

.counter_area .single_counter:last-child {
  margin-right: 0;
}

@media (max-width: 1024px) {
  .counter_area .single_counter:last-child {
    margin-top: 30px;
  }
}

@media (max-width: 570px) {
  .counter_area .single_counter:last-child {
    margin-top: 15px;
  }
}

.counter_area .single_counter .thumb {
  margin-bottom: 20px;
}

.counter_area .single_counter .thumb img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.counter_area .single_counter .info-content h4 {
  font-size: 36px;
  font-family: 'Rajdhani', sans-serif;
  margin-bottom: 0;
}

.counter_area .single_counter:hover {
  background: #000;
  color: #fff;
  border: 1px solid transparent;
}

.counter_area .single_counter:hover .thumb img {
  -webkit-filter: brightness(0) invert(1);
  -moz-filter: brightness(0) invert(1);
  -ms-filter: brightness(0) invert(1);
  -o-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.counter_area .single_counter:hover .info-content h4 {
  color: #fff;
}

#about .counter_area .single_counter {
  margin-right: 10px;
}

/* line 1, ../../01 cl html template/New folder/May 2019/176 Interior Heaven/Interior Heaven Html/sass/_about.scss */
.about_part {
  padding: 230px 0 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 1, ../../01 cl html template/New folder/May 2019/176 Interior Heaven/Interior Heaven Html/sass/_about.scss */
  .about_part {
    padding: 145px 0 80px;
  }
}

/* line 6, ../../01 cl html template/New folder/May 2019/176 Interior Heaven/Interior Heaven Html/sass/_about.scss */
.about_part .about_part_text {
  padding-left: 78px;
}

@media (max-width: 575px) {
  /* line 6, ../../01 cl html template/New folder/May 2019/176 Interior Heaven/Interior Heaven Html/sass/_about.scss */
  .about_part .about_part_text {
    padding-left: 0;
    padding-top: 100px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 6, ../../01 cl html template/New folder/May 2019/176 Interior Heaven/Interior Heaven Html/sass/_about.scss */
  .about_part .about_part_text {
    padding-left: 0;
    margin-top: 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 6, ../../01 cl html template/New folder/May 2019/176 Interior Heaven/Interior Heaven Html/sass/_about.scss */
  .about_part .about_part_text {
    padding-left: 0;
    padding-top: 0;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  /* line 6, ../../01 cl html template/New folder/May 2019/176 Interior Heaven/Interior Heaven Html/sass/_about.scss */
  .about_part .about_part_text {
    padding-left: 0;
  }
}

/* line 23, ../../01 cl html template/New folder/May 2019/176 Interior Heaven/Interior Heaven Html/sass/_about.scss */
.about_part .about_part_text h2 {
  color: #010101;
  font-weight: 600;
  margin-bottom: 27px;
  font-size: 48px;
  line-height: 39px;
}

@media (max-width: 575px) {
  /* line 23, ../../01 cl html template/New folder/May 2019/176 Interior Heaven/Interior Heaven Html/sass/_about.scss */
  .about_part .about_part_text h2 {
    font-size: 30px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 23, ../../01 cl html template/New folder/May 2019/176 Interior Heaven/Interior Heaven Html/sass/_about.scss */
  .about_part .about_part_text h2 {
    font-size: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 23, ../../01 cl html template/New folder/May 2019/176 Interior Heaven/Interior Heaven Html/sass/_about.scss */
  .about_part .about_part_text h2 {
    font-size: 30px;
  }
}

@media (max-width: 575px) {
  /* line 43, ../../01 cl html template/New folder/May 2019/176 Interior Heaven/Interior Heaven Html/sass/_about.scss */
  .about_part .about_part_text .btn_1 {
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 48, ../../01 cl html template/New folder/May 2019/176 Interior Heaven/Interior Heaven Html/sass/_about.scss */
  .about_part .about_part_text .btn_1 {
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 53, ../../01 cl html template/New folder/May 2019/176 Interior Heaven/Interior Heaven Html/sass/_about.scss */
  .about_part .about_part_text .btn_1 {
    margin-bottom: 25px;
  }
}

/* line 63, ../../01 cl html template/New folder/May 2019/176 Interior Heaven/Interior Heaven Html/sass/_about.scss */
.about_part .about_img img {
  width: 100%;
  position: absolute;
  right: 0;
}

@media (max-width: 575px) {
  /* line 63, ../../01 cl html template/New folder/May 2019/176 Interior Heaven/Interior Heaven Html/sass/_about.scss */
  .about_part .about_img img {
    position: relative;
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /* line 63, ../../01 cl html template/New folder/May 2019/176 Interior Heaven/Interior Heaven Html/sass/_about.scss */
  .about_part .about_img img {
    position: relative;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 63, ../../01 cl html template/New folder/May 2019/176 Interior Heaven/Interior Heaven Html/sass/_about.scss */
  .about_part .about_img img {
    position: relative;
  }
}

/* Mobile devices (portrait and landscape) */
@media only screen and (max-width: 767px) {
  /* Adjust styles for smaller screens here */
  body {
    font-size: 14px;
    /* Adjust font size for better readability on smaller screens */
  }

  .s-header__navbar-row {
    display: block;
    /* Change to a block layout for smaller screens */
  }

  .s-header__navbar-row-col {
    width: 100%;
    /* Make columns take full width on smaller screens */
    text-align: center;
    /* Center align the content in columns */
  }

  .s-header__trigger {
    display: block;
    /* Show the trigger button on smaller screens */
  }

  .s-header__nav-menu,
  .s-header__action {
    display: block;
    /* Show the navigation menu and action buttons on smaller screens */
  }

  /* Add more styles as needed for responsiveness */
}

/* Tablet devices */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* Adjust styles for tablets here */
}

.g-bg-color--primary1 {
  background-color: #0c0f16;
}

.g-color--white-opacity1 {
  color: #fff;
}

.headproject {
  color: #fff;
  padding: 10px;
  font-size: 18px;
}

.video-heading {
  text-align: center;
}

.video-heading h2 {
  font-size: 24px;
  color: #333;
}

.video-heading p {
  font-size: 18px;
  color: #666;
  margin-top: 10px;
}

/* Responsive styling */
@media (max-width: 768px) {
  .container.video .col-md-6 {
    width: 100%;
    /* Make both columns take full width on smaller screens */
  }
}

.g-color--white1 {
  color: #fff;
}

.logoheading {
  font-size: 24px;
}

.page-content {
  max-width: 700px;
  margin: 32px auto;
  padding: 32px;
  background: #fff;
}

.tabbed {
  overflow-x: hidden;
  /* so we could easily hide the radio inputs */
  margin: 32px 0;
  padding-bottom: 16px;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
}

.tabbed [type='radio'] {
  /* hiding the inputs */
  display: none;
}

.tabs {
  display: flex;
  align-items: stretch;
  list-style: none;
  padding: 0;
  border-bottom: 1px solid #ccc;
}

.tab > label {
  display: block;
  margin-bottom: -1px;
  padding: 12px 15px;
  border: 1px solid #ccc;

  color: #666;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.3s;
}

.tab:hover label {
  border-top-color: #333;
  color: #333;
}

.tab-content {
  display: none;
  color: #777;
}

/* As we cannot replace the numbers with variables or calls to element properties, the number of this selector parts is our tab count limit */
.tabbed [type='radio']:nth-of-type(1):checked ~ .tabs .tab:nth-of-type(1) label,
.tabbed [type='radio']:nth-of-type(2):checked ~ .tabs .tab:nth-of-type(2) label,
.tabbed [type='radio']:nth-of-type(3):checked ~ .tabs .tab:nth-of-type(3) label,
.tabbed [type='radio']:nth-of-type(4):checked ~ .tabs .tab:nth-of-type(4) label,
.tabbed [type='radio']:nth-of-type(5):checked ~ .tabs .tab:nth-of-type(5) label {
  border-bottom-color: #fff;
  border-top-color: #000;
  background: #fff;
  color: #222;
}

.tabbed [type='radio']:nth-of-type(1):checked ~ .tab-content:nth-of-type(1),
.tabbed [type='radio']:nth-of-type(2):checked ~ .tab-content:nth-of-type(2),
.tabbed [type='radio']:nth-of-type(3):checked ~ .tab-content:nth-of-type(3),
.tabbed [type='radio']:nth-of-type(4):checked ~ .tab-content:nth-of-type(4) {
  display: block;
}

.s-btn--black-brd {
  background-color: #000;
  margin-top: 20px;
}

/* :: 20.0 Blog Area CSS */
.single-blog-area {
  position: relative;
  z-index: 1;
}

.single-blog-area .blog-post-thumbnail {
  position: relative;
  z-index: 1;
}

.single-blog-area .post-content {
  position: relative;
  z-index: 1;
  padding: 50px 0;
}

.single-blog-area .post-content .post-date a {
  font-size: 14px;
  color: #947054;
  margin-bottom: 10px;
  display: block;
}

.single-blog-area .post-content .headline {
  font-size: 30px;
  color: #323232;
  display: block;
}

.single-blog-area .post-content .post-meta {
  position: relative;
  margin-bottom: 30px;
}

.single-blog-area .post-content .post-meta p {
  color: #aaa8a8;
  font-size: 12px;
}

.single-blog-area .post-content .post-meta p a {
  font-size: 12px;
  color: #aaa8a8;
  display: inline-block;
}

.single-blog-area .post-content p {
  margin-bottom: 50px;
}

.search-widget-area form {
  position: relative;
  z-index: 1;
}

.search-widget-area input[type='search'] {
  width: 100%;
  height: 43px;
  border: 1px solid #e1dddd;
  font-size: 12px;
  font-style: italic;
  padding: 0 30px;
}

.search-widget-area button[type='submit'] {
  width: 50px;
  height: 43px;
  background-color: transparent;
  border: none;
  font-size: 14px;
  color: #7e7e7e;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.south-catagories-card h5 {
  margin-bottom: 30px;
  font-size: 16px;
}

.south-catagories-card ul li a {
  display: block;
  padding: 8px 0;
  color: #7d7d7d;
  font-size: 14px;
  font-weight: 400;
}

.south-catagories-card ul li a:hover,
.south-catagories-card ul li a:focus {
  color: #947054;
}

.south-blog-area {
  position: relative;
  z-index: 1;
  overflow-x: hidden;
}

.blog-sidebar-area .featured-properties-slides {
  position: relative;
  z-index: 1;
}

.blog-sidebar-area .featured-properties-slides .owl-prev,
.blog-sidebar-area .featured-properties-slides .owl-next {
  width: 38px;
  height: 38px;
  position: absolute;
  top: 50%;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
  left: -19px;
  opacity: 0;
  visibility: hidden;
  margin-top: -19px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  background-color: #947054;
  font-size: 13px;
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.15);
}

.blog-sidebar-area .featured-properties-slides .owl-prev:hover,
.blog-sidebar-area .featured-properties-slides .owl-next:hover {
  background-color: #000000;
}

.blog-sidebar-area .featured-properties-slides .owl-next {
  left: auto;
  right: -19px;
}

.blog-sidebar-area .featured-properties-slides:hover .owl-prev,
.blog-sidebar-area .featured-properties-slides:hover .owl-next {
  opacity: 1;
  visibility: visible;
}

.project_heading {
  color: #fff;
  font-size: 20px;
}

.project_paragraph {
  color: #fff;
  font-size: 18px;
  text-align: end;
}

.separator {
  margin: 0 12px;
}

/* Responsive adjustments for smaller screens */
@media (max-width: 768px) {
  .separator {
    margin: 0 3px;
  }
}

/* Adjustments for very small screens, such as mobile phones */
@media (max-width: 576px) {
  .separator {
    margin: 0 6px;
  }
}

.footer1 img {
  max-width: 100%;
  height: auto;
}

.footer1 section {
  padding: 60px 0;
  /* min-height: 100vh;*/
}

.footer1 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-area {
  border-bottom: 1px solid #353c46;
}

.contact-content p {
  font-size: 15px;
  margin: 0px 0 60px;
  position: relative;
  color: #fff;
}

.contact-content p::after {
  background: #fff;
  bottom: -30px;
  content: '';
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translate(-50%);
  width: 80%;
}

.contact-content h6 {
  color: #fff !important;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 10px;
}

.contact-content span {
  color: #fff;
  margin: 0 10px;
}

.contact-social {
  margin-top: 30px;
}

.contact-social > ul {
  display: inline-flex;
}

.contact-social ul li a {
  border: 1px solid #8b9199;
  color: #fff;
  display: inline-block;
  height: 40px;
  margin: 0 10px;
  padding-top: 7px;
  transition: all 0.4s ease 0s;
  width: 40px;
}

.contact-social ul li a:hover {
  border: 1px solid #f75127;
  color: #f75127;
}

.contact-content img {
  max-width: 210px;
}

.footer1 {
  background: #020202;
  color: #fff !important;
  margin-bottom: 0px !important;
}

.lastFooter {
  height: 70px;
  background-color: #000;
  margin-bottom: 0px !important;
}

/* New */
.about_bold_para {
  font-weight: 800;
  font-size: 20px;
}

.aboutBackground {
  margin-top: -50px;
  opacity: 0.2;
}

.background-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url('https://owell.pl/img/kompleks2.svg');
  background-size: cover;
  background-position: center;
  opacity: 0.1;
  /* Adjust the opacity as needed */
  z-index: -1;
  /* Place the pseudo-element behind the content */
}

/* Circle */

.holderCircle {
  width: 750px;
  height: 700px;
  border-radius: 100%;
  margin: 60px auto;
  position: relative;
}

.dotCircle {
  width: 100%;
  height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
}

.dotCircle .itemDot {
  display: block;
  width: 120px;
  height: 120px;
  position: absolute;
  background: #ffffff;
  color: #000;
  border-radius: 50%;
  text-align: center;
  line-height: 120px;
  font-size: 40px;
  z-index: 3;
  cursor: pointer;
  border: 1px dotted #ccc;
}

.dotCircle .itemDot .forActive {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}

.dotCircle .itemDot .forActive::after {
  content: '';
  width: 8px;
  height: 8px;
  bottom: -40px;
  left: -18px;
  filter: blur(2px);
  position: absolute;
  border-radius: 50%;
}

.dotCircle .itemDot .forActive::before {
  content: '';
  width: 10px;
  height: 10px;
  filter: blur(7px);
  top: -20px;
  position: absolute;
  transform: rotate(-45deg);
}

.dotCircle .itemDot.active .forActive {
  display: block;
}

.round {
  position: absolute;
  left: 60px;
  top: 45px;
  width: 675px;
  height: 610px;
  border: 1px solid #1f1f1f;
  border-radius: 100%;
  /*   -webkit-animation: rotation 100s infinite linear; */
}

.dotCircle .itemDot:hover,
.dotCircle .itemDot.active {
  color: #fff !important;
  border: 1px solid #fff;
  background-color: #ffffff;
  /* Change the background color as desired */
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  transform: scale(1.2);
  /* Increase the scale for a larger effect */
  transition: background-color 0.5s, box-shadow 0.5s, transform 0.5s;
}

.dotCircle .itemDot {
  font-size: 40px;
}

.contentCircle {
  width: 250px;
  border-radius: 100%;
  color: #222222;
  position: relative;
  top: 150px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.contentCircle .CirItem {
  border-radius: 100%;
  color: #222222;
  position: absolute;
  text-align: center;
  bottom: 0;
  left: 0;
  opacity: 0;
  transform: scale(0);
  transition: 0.5s;
  font-size: 15px;
  width: 100%;
  height: 100%;
  top: 30;
  right: 0;
  margin: auto;
}

.CirItem.active {
  z-index: 1;
  opacity: 1;
  transform: scale(1);
  transition: 0.5s;
}
.serviceHeading {
  padding-top: 40%;
}

/* Larger screens */
@media only screen and (min-width: 992px) {
  .holderCircle {
    width: 800px;
    height: 800px;
    margin: 100px auto;
  }

  .dotCircle .itemDot {
    width: 120px;
    height: 120px;
    line-height: 120px;
    font-size: 40px;
  }

  .round {
    width: 675px;
    height: 680px;
  }

  .contentCircle {
    width: 400px;
    top: 200px;
  }

  .contentCircle .CirItem i {
    font-size: 200px;
    margin-left: -100px;
  }
}

/* Mobile screens with a maximum width of 500px */
@media only screen and (max-width: 500px) {
  .holderCircle {
    width: 90vw;
    height: 90vw;
    max-width: 300px;
    max-height: 300px;
    margin: 5% auto;
  }

  .dotCircle .itemDot {
    width: 70px;
    height: 70px;
    line-height: 10vw;
    font-size: 3vw;
  }

  .round {
    width: 80vw;
    height: 80vw;
    max-width: 250px;
    max-height: 250px;
    left: 5vw;
    top: 5vw;
  }

  .contentCircle {
    width: 40vw;
    top: 20vw;
  }

  .contentCircle .CirItem i {
    font-size: 2.5vw;
    margin-left: -1.25vw;
  }

  .circlepara {
    font-size: 12px;
  }

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

.title-box .title {
  position: relative;
}

.circleHead {
  font-size: 22px;
  margin-top: 28px;
  text-align: center;
}
/* Blog */

.blogHome1.paused {
  animation-play-state: paused;
}

.blogHome1 .card {
  margin: 30px;
  cursor: pointer;
  position: relative;
  width: 600px;
  height: 350px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
  box-shadow: 0 10px 20px black;
  border-radius: 0px !important;
}

.blogHome1.card:hover {
  transform: scale(1.05);
}

.blogHome1 .card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blogHome1 .overlay {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: bottom 0.3s;
}

.blogHome1 .card:hover .overlay {
  bottom: 0;
}

.blogHome1 .overlay h2 {
  margin: 0;
  font-size: 1.5rem;
  color: #fff !important;
}

.blogHome1 .overlay p {
  margin: 8px 0 0;
  font-size: 1rem;
  color: #fff !important;
}

.blog-section .post-entry a {
  text-decoration: none;
}

.blog-section .post-entry .post-thumbnail {
  display: block;
  margin-bottom: 20px;
}

.blog-section .post-entry .post-thumbnail img {
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.blog-section .post-entry .post-content-entry {
  padding-left: 15px;
  padding-right: 15px;
}

.blog-section .post-entry .post-content-entry h3 {
  font-size: 16px;
  margin-bottom: 0;
  margin-bottom: 7px;
}

.blog-section .post-entry .post-content-entry .metta {
  font-size: 14px;
}

.blog-section .post-entry:hover .post-thumbnail img,
.blog-section .post-entry:focus .post-thumbnail img {
  opacity: 0.7;
}

.blogHomeh3 {
  color: #fff !important;
  font-size: 20px;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

.blogHome1 {
  display: flex;
  overflow-x: hidden;
  /* Hide the horizontal scrollbar */
  scroll-snap-type: x mandatory;
  white-space: nowrap;
  margin: 20px 0;
}

@media only screen and (max-width: 600px) {
      .open-modal-icon
{
  visibility: hidden;
}
.recentBlog
{
    margin-top:-37px;
}
  .blogHome1 .col-md-4 {
    max-width: 100%;
    width: 100%;
  }

  .blogHome1 .card {
    width: 300px;
    height: 200px;
    margin: 20px;
  }

  .blogHomeh3 {
    font-size: 15px;
  }
  .circleHead {
    font-size: 12px;
    margin-top: 17px;
    text-align: center;
  }
}

.buttonBlack {
  color: #fff;
}

.buttonBlack:hover {
  color: gold;
}

/* Portfolio */

.project {
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden;
}

.project img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -moz-transition: all 2s ease;
  -o-transition: all 2s ease;
  -webkit-transition: all 2s ease;
  -ms-transition: all 2s ease;
  transition: all 2s ease;
  /*   height: 400px; */
}

.project .text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 3em;
  opacity: 0;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

.project .text h3 {
  color: #fff;
  text-shadow: 2px 2px #000;
  font-size: 20px;

}

.project .icon {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  background: #000;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  opacity: 0;
}

.project .icon span {
  color: #fff;
  font-size: 30px;
}

.project:hover .text,
.project:focus .text {
  opacity: 1;
  top: 0;
}

.project:hover .icon,
.project:focus .icon {
  opacity: 0;
  width: 140px;
  height: 140px;
}

.project:hover img,
.project:focus img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
/* Media */

.blogHome .card {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
  box-shadow: 0 10px 20px black;
  height: 350px;
}

.blogHome .card:hover {
  transform: scale(1.05);
}

.blogHome .card img {
  object-fit: cover;
}

.blogHome .overlay {
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: bottom 0.3s;
}

.blogHome .card:hover .overlay {
  bottom: 0;
}

.blogHome .overlay h2 {
  margin: 0;
  font-size: 1.5rem;
  color: #fff !important;
}

.blogHome .overlay p {
  margin: 8px 0 0;
  font-size: 1rem;
  color: #fff !important;
}

.blog-section .post-entry a {
  text-decoration: none;
}

.blog-section .post-entry .post-thumbnail {
  display: block;
  margin-bottom: 20px;
}

.blog-section .post-entry .post-thumbnail img {
  border-radius: 20px;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.blog-section .post-entry .post-content-entry {
  padding-left: 15px;
  padding-right: 15px;
}
.blog-section .post-entry .post-content-entry h3 {
  font-size: 16px;
  margin-bottom: 0;
  margin-bottom: 7px;
}
.blog-section .post-entry .post-content-entry .metta {
  font-size: 14px;
}
.blog-section .post-entry:hover .post-thumbnail img,
.blog-section .post-entry:focus .post-thumbnail img {
  opacity: 0.7;
}
.blogHomeh3 {
  color: #fff !important;
}
.blogHome-container {
  overflow: hidden;
}
@media only screen and (max-width: 600px) {
  .blogHome .card {
    width: 300px;
    height: 200px;
  }
}
/* Preloader */
.preloader {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
}
#preloader {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 99999;
  margin: 0;
}
.preloader img {
  width: 9rem; /* Adjust the size of the logo */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1001;
}

.loaded.preloader {
  opacity: 0;
  transition: 1.1s ease;
}

.loader-section {
  height: 100%;
  position: fixed;
  transition: 1s ease all;
  top: 0;
  width: 50%;
}

.section-left {
  background-color: #1c1c1c;
  box-shadow: 0 0 5px #000000;
  left: 0;
}

.section-right {
  background-color: #1c1c1c;
  box-shadow: 1px 1px 5px #000000;
  right: 0;
}

.loaded .loader-section.section-left {
  transform: translateY(-100%);
  transition: 1s ease all;
}

.loaded .loader-section.section-right {
  transform: translateY(100%);
  transition: 1s ease all;
}

.spinner {
  animation: spinner 0.7s infinite linear;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  border-top-color: #a9a7a6;
  height: 7em;
  position: fixed;
  width: 7em;
  z-index: 1000;
}

.icon {
  color: #ffffff;
  font-size: 1.5em;
  position: fixed;
  text-shadow: 1px 1px 5px #000000;
}

@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}

/* about page stalwarts */
.cardNew body {
  display: flex;
  height: 100vh;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.cardNew .image-card {
  position: relative;
  width: 300px;
  overflow: hidden;
  border-radius: 3px;
  transition: all 0.4s;
}
.cardNew .image-card:hover {
  box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, 0.3);
}
.cardNew .image-card:before {
  content: '';
  position: absolute;
  top: 0;
  left: 180%;
  height: 100%;
  width: 75%;
  background: rgba(255, 255, 255, 0.1);
  z-index: 1;
  transform: skew(45deg);
  opacity: 0.7;
  pointer-events: none;
  transition: 0.5s;
}
.cardNew .image-card:hover:before {
  left: -180%;
}
.cardNew .image-card img {
  height: 100%;
  width: 100%;
  filter: grayscale(100%);
  transition: 2s;
}
.cardNew .image-card:hover img {
  filter: grayscale(0%);
  transform: scale(1.1);
}
.cardNew .image-card h2 {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #fff;
  padding: 10px 0;
  color: #000;
  font-family: verdana;
  border: 1px solid #fff;
  user-select: none;
  transform: perspective(500px) rotateY(-90deg);
  transform-origin: right;
  transition: all 0.5s;
  font-size: 22px;
  text-align: center;
}
.cardNew .image-card:hover h2 {
  transform: perspective(500px) rotateY(0deg);
}
.cardNew .image-card ul {
  position: absolute;
  list-style: none;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0);
}
.cardNew .image-card ul li {
  height: 40px;
  width: 40px;
  line-height: 40px;
  background: #333;
  cursor: pointer;
  transition: all 0.5s;
  transform: perspective(800px) rotateY(90deg);
  transform-origin: left;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.cardNew .image-card:hover ul li {
  transform: perspective(800px) rotateY(0deg);
}
.cardNew .image-card:hover ul li:nth-child(1) {
  transition-delay: 0.2s;
}
.cardNew .image-card:hover ul li:nth-child(2) {
  transition-delay: 0.6s;
}
.cardNew .image-card:hover ul li:nth-child(3) {
  transition-delay: 0.8s;
}
.cardNew .image-card:hover ul li:nth-child(4) {
  transition-delay: 1s;
}
.cardNew .image-card ul li i {
  font-size: 20px;
  color: #fff;
  background: rgba(255, 255, 255, 0);
}
.cardNew ul li span {
  position: absolute;
  left: 10px;
  font-size: 14px;
  text-transform: uppercase;
  background: #333;
  color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 10px;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
  transition: all 0.5s;
}
.cardNew ul li:hover span {
  left: 30px;
  opacity: 1;
  pointer-events: auto;
}

.foundercard body {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.foundercard .card {
  width: 500px;
  height: 400px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  background: url('https://images.unsplash.com/photo-1555489400-df7b0ded356d?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=1740&q=80');
  background-size: cover;
  background-position: center;
}

.foundercard .content {
  width: 100%;
  padding: 15px 25px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(0, 0, 0, 0.582);
  color: white;
  transform: translateY(100%);
  transition: all 0.35s ease;
}

.foundercard .card:hover .content {
  transform: translateY(0);
}

.foundercard h3 {
  font-size: 30px;
}

.foundercard .icons {
  width: 130px;
  display: flex;
  justify-content: space-evenly;
}

.foundercard .icons i {
  font-size: 30px;
  color: rgba(255, 255, 255, 0.274);
  transition: all 0.2s ease;
}

.foundercard .icons i:hover {
  color: rgba(255, 255, 255, 0.438);
}

.headproject {
  color: #fff;
  padding: 10px;
  font-size: 18px;
}

/* Css for logo image changing while scrolling */

/* Add this CSS to your existing styles */
.scrolled-logo {
  display: none;
}

.scrolled .scrolled-logo {
  display: block;
}

.default-logo {
  display: block;
}

.scrolled .default-logo {
  display: none;
}
/* gallery popup */

/* Add overlay styles to your existing CSS */
.lg-gallery {
  position: relative;
  display: inline-block;
}

.lg-gallery::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
 width: 100vh;
    height: auto;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s ease-in-out; /* Add a smooth transition for overlay */
}

.lg-gallery:hover::before {
  opacity: 1;
}

.lg-gallery img {
  display: block;
  width: 100%;
  height: 800px;
  transition: opacity 0.3s ease-in-out; /* Add a smooth transition for image */
}
/* Other styles remain the same */
.slider-zoom {
  position: absolute;
  top: 50px;
  right: 50px;
  z-index: 10;
  width: 35px;
  height: 35px;
  color: #fff;
  background: rgba(0, 0, 0, 0.2); /* Adjust the alpha channel for transparency */
  cursor: pointer;
  line-height: 40px;
  font-size: 14px;
  text-align: center;
  transition: background 0.3s ease-in-out, transform 0.3s ease-in-out; /* Add smooth transitions for background color and transform */
}

.slider-zoom:hover {
  background: transparent; /* Change the background color on hover with more transparency */
  transform: scale(1.2); /* Scale the icon on hover for a zoom effect */
  border: 1px solid #ccc; /* Border on the left side with a solid color */
  display: inline-block;
  transition: transform 0.3s ease-in-out;
}

/*
.custom-modal-header .btn-close {
  color: #fff;
} */

.fa-up-right-and-down-left-from-center:hover {
  transform: rotate(90deg); /* Rotate the icon 45 degrees on hover */
}
.centered-content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
/* Default styles for all screens */


/* Tablet styles (adjust the max-width according to your design) */
@media (max-width: 768px) {
  .lg-gallery img {
    width: 100vh;
    height: auto;/* Adjust the height for tablets */
  }
}

/* Mobile styles (adjust the max-width according to your design) */
@media (max-width: 576px) {
  .lg-gallery img {
    height: auto; /* Adjust the height for mobile devices */
  }
  .QRcode img {
    height: 100px;
  }
}

/* Laptop/Desktop styles (adjust the min-width according to your design) */
/* @media (min-width: 992px) {
  .lg-gallery img {
    height: 800px;
  }
} */

/* Default styles for larger screens */
.s-portfolio__item {
  width: 25%; /* Adjust the width based on your layout */
}

/* Responsive styles for tablets */
@media screen and (max-width: 768px) {
  .s-portfolio__item {
    width: 50%;
  }
}

/* Responsive styles for mobile devices */
@media screen and (max-width: 480px) {
  .s-portfolio__item {
    width: 100%;
  }
}

/* New Mobile CSS */

.accordion-item:first-of-type .accordion-button
{
    background-color:#fff;
    color:#000;
}


@media screen and (max-width: 1500px) {
  .lg-gallery img {
   width: 100vh;
    height: auto;

  }
    .cardNew .image-card {
 
    width: 250px;
  
  }
}
.accordion-button:not(.collapsed)
{
  color:#000;

  background-color: #fff;


}
@media screen and (max-width: 480px) {

  .categorylist {
    padding-top: 50px !important;
  }
  .loadinghome{top: 80px !important;
    display: inline-block;
    position: relative;}
    .s-header__logo-img-default {opacity: 0!important;}
    .s-header__logo-img-shrink {
    opacity: 1!important;
    top: 7px!important;
      width: 90%!important;
    }
    
    .sticky .s-header__logo-img-default {opacity: 1!important;}
    .sticky .s-header__logo-img-shrink {
    opacity: 0!important;
    top: 7px!important;
  
    }
 .js__trigger{bottom:6px!important;}
 .loadinghome img{max-width:450px!important;}
 .s-header__nav-menu-link{font-size:20px!important;}
 .swiper__arrow-v1--right{padding-top: 65%!important;}
 .blogarea .text {
  font-size: 4.2vw;
}
.cbp-popup-lightbox .cbp-popup-close {top:25%;}
.g-padding-y-100--xs
{
  padding-bottom: 15px!important;
}
.gallery-area .container-fluid {
  padding-left: 10px;
  padding-right: 10px;
}

}
.btn-project
{
    background-color:#000;
}
.card-title
{
    font-size: 18px;
}
.background-overlay1 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url('https://banner2.cleanpng.com/20190226/kwz/kisspng-architectural-drawing-sketch-vector-graphics-archi-5c75a4a0baf8d7.0607747915512137287659.jpg');
  background-size: cover;
  background-position: center;
  opacity: 0.1;
  /* Adjust the opacity as needed */
  z-index: -1;
  /* Place the pseudo-element behind the content */
}

.main_title 
{
     font-size: 42px;
}