@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Karla:wght@300;400;500;600;700;800&amp;family=Playfair+Display:wght@400;500;600;700;800;900&amp;display=swap");



*,

*::after,

*::before {

  -webkit-box-sizing: border-box;

  box-sizing: border-box;

  margin: 0;

  padding: 0;

}



body {

  font-size: 16px;

  line-height: 1.625;

  font-weight: 500;

  font-family: var(--font);



  color: #4c4c4c;

  outline: none;

  visibility: visible;

  overflow-x: hidden;

  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale;

  color: "";

}



body[dir="rtl"] {

  text-align: right;

}



h1,

h2,

h3,

h4,

h5,

h6 {

  font-family: "Playfair Display", serif;

  color: #333333;

  font-weight: 600;

  margin-top: 0;

  line-height: 1.5;

  margin-bottom: 0;

}



h1 {

  font-size: 36px;

}



@media only screen and (max-width: 767px) {

  h1 {

    font-size: 30px;

  }

}



h2 {

  font-size: 30px;

}



@media only screen and (max-width: 767px) {

  h2 {

    font-size: 24px;

  }

}



h3 {

  font-size: 24px;

}



@media only screen and (max-width: 767px) {

  h3 {

    font-size: 20px;

  }

}



h4 {

  font-size: 18px;

}



h5 {

  font-size: 16px;

}



h6 {

  font-size: 14px;

}



p {

  margin-bottom: 0;
  line-height: 28px;

}



a,

button {

  color: inherit;

  display: inline-block;

  line-height: inherit;

  text-decoration: none;

  cursor: pointer;

}



a,

button,

img,

input {

  -webkit-transition: all 0.3s linear;

  transition: all 0.3s linear;

  outline: 0;

}



a:focus,

button:focus,

img:focus,

input:focus {

  outline: 0;

}



a:focus {

  color: inherit;

  outline: none;

  text-decoration: none;

}



a:hover {

  text-decoration: none;

  color: #bd0003;

}



ul,

ol {

  padding: 0;

  list-style: none;

  margin: 0;

}



button,

input[type="submit"] {

  cursor: pointer;

}



img {

  max-width: 100%;

  height: auto;

}



input::-webkit-input-placeholder,

textarea::-webkit-input-placeholder {

  opacity: 1;

}



input:-moz-placeholder,

textarea:-moz-placeholder {

  opacity: 1;

}



input::-moz-placeholder,

textarea::-moz-placeholder {

  opacity: 1;

}



input:-ms-input-placeholder,

textarea:-ms-input-placeholder {

  opacity: 1;

}



.section,

.main-wrapper {

  float: left;

  width: 100%;

}



.main-wrapper {

  overflow-x: hidden;

}



@font-face {

  font-family: "hindu";

  src: url("../fonts/HindiRekhtaRegular-qlo5.ttf") format("truetype");

}



@media only screen and (min-width: 1200px) {

  .container {

    max-width: 1200px;

  }

}



.tab-content {

  width: 100%;

  margin-top: 30px;

}




.tab-content .tab-pane {

  display: block;

  height: 0;

  max-width: 100%;

  visibility: hidden;

  overflow: hidden;

  opacity: 0;

}



.tab-content .tab-pane.active {

  height: auto;

  visibility: visible;

  opacity: 1;

  overflow: visible;

}



.section-padding {

  padding-top: 30px;

}



.sub-sec {

  padding-bottom: 30px;

  position: relative;

}

.sidebar-widget img
{
    width:100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .section-padding {

    padding-top: 100px;

  }

}



@media only screen and (min-width: 768px) and (max-width: 991px) {

  .section-padding {

    padding-top: 80px;

  }

}



@media only screen and (max-width: 767px) {

  .section-padding {

    padding-top: 60px;

  }

}



.section-padding-02 {

  padding-top: 130px;

  padding-bottom: 130px;

  p

}



@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .section-padding-02 {

    padding-top: 100px;

    padding-bottom: 100px;

  }

}



@media only screen and (min-width: 768px) and (max-width: 991px) {

  .section-padding-02 {

    padding-top: 80px;

    padding-bottom: 80px;

  }

}



@media only screen and (max-width: 767px) {

  .section-padding-02 {

    padding-top: 60px;

    padding-bottom: 60px;

  }

}



.section-title,

.section-sub-title {

  padding-top: 26px;

}



.section-title .sub-title {

  font-size: 16px;

  font-weight: 500;

  font-family: "Karla", sans-serif;

  color: #4c4c4c;

  text-transform: uppercase;

  letter-spacing: 3px;

  position: relative;

}



.section-title .sub-title::before {

  position: absolute;

  content: "";

  width: 98px;

  height: 73px;

  background-image: url(../images/shape/shape-1.webp);

  background-size: contain;

  background-repeat: no-repeat;

  background-position: center center;

  top: 50%;

  left: -35px;

  -webkit-transform: translateY(-50%);

  transform: translateY(-50%);

  opacity: 0.5;

  -webkit-animation: movebounce2 3s linear infinite;

  animation: movebounce2 3s linear infinite;

}



.section-title .title {

  font-size: 35px;

  font-weight: 600;

  color: #bd0003;

  line-height: 1.2;

  margin-top: 10px;

  font-family: "Bricolage Grotesque", sans-serif;

  text-transform: uppercase;

}



.section-sub-title .title {

  font-size: 25px;

  font-weight: 600;

  line-height: 1.2;

  margin-top: 10px;

  font-family: "Bricolage Grotesque", sans-serif;

  text-transform: uppercase;

}



.team-sec {

  padding-bottom: 55px;

  position: relative;

}



@media only screen and (max-width: 767px) {

  .section-title .title {

    font-size: 36px;

  }

}



@media only screen and (max-width: 575px) {

  .section-title .title {

    font-size: 26px;

  }

}



@media only screen and (max-width: 575px) {

  .section-title .title .shape {

    display: none;

  }

}



.section-title .title u {

  text-decoration: none;

  position: relative;

}



.section-title .title u::before {

  position: absolute;

  content: "";

  width: 100%;

  height: 1px;

  background-color: #faa292;

  left: 0;

  bottom: 3px;

}



.section-title>p {

  margin-top: 15px;

}



.section-title.text-center .sub-title::before {

  left: 50%;

  -webkit-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);

  -webkit-animation: movebounce 3s linear infinite;

  animation: movebounce 3s linear infinite;

}



.section-title.text-center>p {

  margin: 15px auto 0;



}



.mis-sec {

  margin-top: 30px;

  text-align: none !important;

}



.vis-sec {

  margin-top: 50px;

  text-align: none !important;

  /* margin-bottom: 60px; */

}



.section-sub-title.text-center>p {

  margin: 15px auto 0;

  padding-left: 15px;

}



.sub-section p {

  text-align: justify;

}





.mis-sec .section-sub-title.text-center>p {

  padding-left: 60px;

  padding-right: 25px;

  padding-bottom: 30px;

}



.vis-sec .section-sub-title.text-center>p {

  padding-left: 25px;

  padding-right: 60px;

  padding-bottom: 30px;

}



.about-wrapper p {

  text-align: justify !important;

}



@-webkit-keyframes movebounce {

  0% {

    -webkit-transform: translate(-35%, -50%);

    transform: translate(-35%, -50%);

  }



  50% {

    -webkit-transform: translate(-60%, -50%);

    transform: translate(-60%, -50%);

  }



  100% {

    -webkit-transform: translate(-35%, -50%);

    transform: translate(-35%, -50%);

  }

}



@keyframes movebounce {

  0% {

    -webkit-transform: translate(-35%, -50%);

    transform: translate(-35%, -50%);

  }



  50% {

    -webkit-transform: translate(-60%, -50%);

    transform: translate(-60%, -50%);

  }



  100% {

    -webkit-transform: translate(-35%, -50%);

    transform: translate(-35%, -50%);

  }

}



@-webkit-keyframes movebounce2 {

  0% {

    -webkit-transform: translate(0px, -50%);

    transform: translate(0px, -50%);

  }



  50% {

    -webkit-transform: translate(30px, -50%);

    transform: translate(30px, -50%);

  }



  100% {

    -webkit-transform: translate(0px, -50%);

    transform: translate(0px, -50%);

  }

}



@keyframes movebounce2 {

  0% {

    -webkit-transform: translate(0px, -50%);

    transform: translate(0px, -50%);

  }



  50% {

    -webkit-transform: translate(30px, -50%);

    transform: translate(30px, -50%);

  }



  100% {

    -webkit-transform: translate(0px, -50%);

    transform: translate(0px, -50%);

  }

}



.page-pagination {

  margin-top: 60px;

}



.page-pagination .pagination li {

  font-size: 16px;

  font-weight: 700;

}



.page-pagination .pagination li a {

  width: 35px;

  height: 35px;

  line-height: 35px;

  text-align: center;

  border-radius: 50%;

  color: #000000;

}



.team-content p

{

   text-align: center; 
   font-size:12px;

}



.page-pagination .pagination li.active a {

  background-color: #faa292;

  color: #ffffff;

}



.movebounce-01 {

  -webkit-animation: movebounce3 3s linear infinite;

  animation: movebounce3 3s linear infinite;

}



.movebounce-02 {

  -webkit-animation: movebounce4 3s linear infinite;

  animation: movebounce4 3s linear infinite;

}



@-webkit-keyframes movebounce3 {

  0% {

    -webkit-transform: translateX(0px);

    transform: translateX(0px);

  }



  50% {

    -webkit-transform: translateX(30px);

    transform: translateX(30px);

  }



  100% {

    -webkit-transform: translateX(0px);

    transform: translateX(0px);

  }

}



@keyframes movebounce3 {

  0% {

    -webkit-transform: translateX(0px);

    transform: translateX(0px);

  }



  50% {

    -webkit-transform: translateX(30px);

    transform: translateX(30px);

  }



  100% {

    -webkit-transform: translateX(0px);

    transform: translateX(0px);

  }

}



@-webkit-keyframes movebounce4 {

  0% {

    -webkit-transform: translateX(30px);

    transform: translateX(30px);

  }



  50% {

    -webkit-transform: translateX(0px);

    transform: translateX(0px);

  }



  100% {

    -webkit-transform: translateX(30px);

    transform: translateX(30px);

  }

}



@keyframes movebounce4 {

  0% {

    -webkit-transform: translateX(30px);

    transform: translateX(30px);

  }



  50% {

    -webkit-transform: translateX(0px);

    transform: translateX(0px);

  }



  100% {

    -webkit-transform: translateX(30px);

    transform: translateX(30px);

  }

}



.movebounce-03 {

  -webkit-animation: movebounce5 3s linear infinite;

  animation: movebounce5 3s linear infinite;

}



@-webkit-keyframes movebounce5 {

  0% {

    -webkit-transform: translateY(0px);

    transform: translateY(0px);

  }



  50% {

    -webkit-transform: translateY(30px);

    transform: translateY(30px);

  }



  100% {

    -webkit-transform: translateY(0px);

    transform: translateY(0px);

  }

}



@keyframes movebounce5 {

  0% {

    -webkit-transform: translateY(0px);

    transform: translateY(0px);

  }



  50% {

    -webkit-transform: translateY(30px);

    transform: translateY(30px);

  }



  100% {

    -webkit-transform: translateY(0px);

    transform: translateY(0px);

  }

}



.blockquote {

  background-color: #fff9f5;

  position: relative;

  border: 1px solid #faa292;

  padding: 30px 40px 48px;

  border-radius: 32px;

  margin-bottom: 0;

  overflow: hidden;

  margin-top: 40px;

}



@media only screen and (max-width: 575px) {

  .blockquote {

    padding: 20px 20px 28px;

    border-radius: 20px;

  }

}



.blockquote::before {

  position: absolute;

  bottom: 15px;

  right: 30px;

  content: "\efce";

  font-family: IcoFont;

  font-size: 46px;

  line-height: 1;

  color: #faa292;

}



@media only screen and (max-width: 575px) {

  .blockquote::before {

    font-size: 32px;

    bottom: 10px;

    right: 20px;

  }

}



.blockquote .shape {

  position: absolute;

  top: 50%;

  -webkit-transform: translateY(-50%);

  transform: translateY(-50%);

  left: -40px;

  opacity: 0.2;

}



.blockquote p {

  font-weight: 700;

  margin-top: 0 !important;

  font-size: 16px;

  line-height: 1.75;

}



@media only screen and (max-width: 575px) {

  .blockquote p {

    font-size: 15px;

  }

}



label {

  display: block;

  line-height: 1;

  margin-bottom: 10px;

  font-weight: 400;

  text-transform: capitalize;

}



.single-form {

  margin-top: 22px;

  position: relative;

}



input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="range"]),

textarea,

.custom-file-label, #fileInputLabel {

  border: 2px solid #e2c873;

  -webkit-box-shadow: none;

  box-shadow: none;

  color: #000;

  border-radius: 12px;

  background-color: transparent;

  margin-bottom: 0;

  padding: 0px 20px;

  width: 100%;

  height: 45px;

  line-height: 45px;

  font-size: 14px;

  font-weight: 400;

  -webkit-transition: all 0.3s linear;

  transition: all 0.3s linear;

}



input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="range"]):focus,

textarea:focus {

  border-color: #faa292;

  outline: none;

}



input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="range"])::-webkit-input-placeholder,

textarea::-webkit-input-placeholder {

  opacity: 1;

  color: inherit;

}



input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="range"]):-moz-placeholder,

textarea:-moz-placeholder {

  opacity: 1;

  color: inherit;

}



input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="range"])::-moz-placeholder,

textarea::-moz-placeholder {

  opacity: 1;

  color: inherit;

}



input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="range"]):-ms-input-placeholder,

textarea:-ms-input-placeholder {

  opacity: 1;

  color: inherit;

}



textarea {

  padding-top: 10px;

  height: 250px;

  resize: none;

}



select {

  -webkit-appearance: none;

  -moz-appearance: none;

  appearance: none;

  background-position: calc(100% - 25px) 50%;

  background-repeat: no-repeat;

  font-family: "Karla", sans-serif;

  width: 100%;

  border: none;

  background-color: #f7f7f7;

  line-height: 24px;

  font-weight: 400;

  height: 50px;

  padding: 10px 44px 10px 21px;

  color: #000;

  border-radius: 0;

  border: 2px solid #e2c873;

  border-radius: 12px;

}



.ht-mcs-switcher-wrap {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -ms-flex-direction: column;

  flex-direction: column;

  margin: -5px -10px;

}



.ht-mcs-switcher-wrap.inline {

  -webkit-box-orient: horizontal;

  -webkit-box-direction: normal;

  -ms-flex-direction: row;

  flex-direction: row;

}



.ht-mcs-switcher-wrap .ht-mcs-switcher {

  margin: 5px 10px;

}



.ht-mcs-switcher {

  position: relative;

  line-height: 0;

  margin: 0;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

}



.ht-mcs-switcher input {

  position: absolute;

  left: -9999px;

  top: 0;

  opacity: 0;

  width: 0;

  height: 0;

  visibility: hidden;

}



.ht-mcs-switcher input:checked+label {

  background-color: rgba(250, 162, 146, 0.3);

}



.ht-mcs-switcher input:checked+label::before {

  background-color: #faa292;

  -webkit-box-shadow: 0 0 15px rgba(250, 162, 146, 0.5);

  box-shadow: 0 0 15px rgba(250, 162, 146, 0.5);

  left: 26px;

}



.ht-mcs-switcher input:disabled+label {

  opacity: 0.5;

  cursor: not-allowed;

}



.ht-mcs-switcher label {

  width: 52px;

  height: 18px;

  display: inline-block;

  border-radius: 50px;

  background-color: rgba(0, 0, 0, 0.15);

  -webkit-transition: background-color 0.3s ease 0s;

  transition: background-color 0.3s ease 0s;

  margin: 4px 0;

  position: relative;

  text-indent: -9999px;

  cursor: pointer;

}



.ht-mcs-switcher label::before {

  content: "";

  display: block;

  position: absolute;

  left: 0;

  top: 50%;

  -webkit-transform: translateY(-50%);

  transform: translateY(-50%);

  width: 26px;

  height: 26px;

  border-radius: 50%;

  background-color: #ffffff;

  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);

  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);

  -webkit-transition: left 0.5s ease 0s, background-color 0.3s ease 0s;

  transition: left 0.5s ease 0s, background-color 0.3s ease 0s;

}



.ht-mcs-switcher.primary input:checked+label {

  background-color: rgba(250, 162, 146, 0.3);

}



.ht-mcs-switcher.primary input:checked+label::before {

  background-color: #faa292;

  -webkit-box-shadow: 0 0 15px rgba(250, 162, 146, 0.5);

  box-shadow: 0 0 15px rgba(250, 162, 146, 0.5);

}



.ht-mcs-switcher.secondary input:checked+label {

  background-color: rgba(108, 117, 125, 0.3);

}



.ht-mcs-switcher.secondary input:checked+label::before {

  background-color: #6c757d;

  -webkit-box-shadow: 0 0 15px rgba(108, 117, 125, 0.5);

  box-shadow: 0 0 15px rgba(108, 117, 125, 0.5);

}



.ht-mcs-switcher.success input:checked+label {

  background-color: rgba(76, 175, 80, 0.3);

}



.ht-mcs-switcher.success input:checked+label::before {

  background-color: #4caf50;

  -webkit-box-shadow: 0 0 15px rgba(76, 175, 80, 0.5);

  box-shadow: 0 0 15px rgba(76, 175, 80, 0.5);

}



.ht-mcs-switcher.danger input:checked+label {

  background-color: rgba(244, 67, 54, 0.3);

}



.ht-mcs-switcher.danger input:checked+label::before {

  background-color: #f44336;

  -webkit-box-shadow: 0 0 15px rgba(244, 67, 54, 0.5);

  box-shadow: 0 0 15px rgba(244, 67, 54, 0.5);

}



.ht-mcs-switcher.warning input:checked+label {

  background-color: rgba(255, 193, 7, 0.3);

}



.ht-mcs-switcher.warning input:checked+label::before {

  background-color: #ffc107;

  -webkit-box-shadow: 0 0 15px rgba(255, 193, 7, 0.5);

  box-shadow: 0 0 15px rgba(255, 193, 7, 0.5);

}



.ht-mcs-switcher.info input:checked+label {

  background-color: rgba(23, 162, 184, 0.3);

}



.ht-mcs-switcher.info input:checked+label::before {

  background-color: #17a2b8;

  -webkit-box-shadow: 0 0 15px rgba(23, 162, 184, 0.5);

  box-shadow: 0 0 15px rgba(23, 162, 184, 0.5);

}



.form-check {

  margin-bottom: 0;

}



.form-check label {

  margin-bottom: 0;

}



.form-check-input {

  width: 14px;

  height: 14px;

  margin-top: 2px;

  border-color: #faa292;

}



.form-check-input:focus,

.form-check-input:focus:active {

  -webkit-box-shadow: none;

  box-shadow: none;

  border-color: #faa292;

}



.form-check-input:checked {

  background-color: #faa292;

  border-color: #faa292;

}



.cus-upload {

  position: relative;

  display: -webkit-inline-box;

  display: -ms-inline-flexbox;

  display: inline-flex;

}



.cus-upload input[type="file"] {

  position: absolute;

  left: 0;

  top: 0;

  width: 0.1px;

  height: 0.1px;

  opacity: 0;

  visibility: hidden;

  overflow: hidden;

  padding: 0;

}



.nice-select {

  float: none;

  border: 1px solid #ffe9da;

  color: #a9a8a8;

  height: 50px;

  line-height: 48px;

  font-size: 14px;

  font-weight: 400;

  border-radius: 12px;

  background-color: transparent;

}



.nice-select::after {

  width: 7px;

  height: 7px;

  right: 20px;

}



.nice-select:active,

.nice-select.open,

.nice-select:focus {

  border-color: #faa292;

}



.nice-select .option:hover,

.nice-select .option.focus,

.nice-select .option.selected.focus {

  background-color: #ffe9da;

}



.nice-select-dropdown {

  width: 100%;

}



.btn-margin {

  margin-top: 40px;

}



.btn-wrap {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  margin: -5px;

}



.btn-wrap .btn {

  margin: 5px;

}



.btn {

  display: inline-block;

  position: relative;

  overflow: hidden;

  background-color: transparent;

  color: #4c4c4c;

  border-radius: 50px;

  font-size: 15px;

  font-weight: 600;

  height: 45px;

  line-height: 45px;

  padding: 0px 35px;

  border: 0px;

  -webkit-box-shadow: none;

  box-shadow: none;

  -webkit-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;

  cursor: pointer;

  overflow: hidden;

  width: fit-content;

  margin: 0 auto;

  display: block;

}



.btn::before {

  position: absolute;

  content: "";

  top: 5px;

  right: 5px;

  bottom: 5px;

  left: 5px;

  border-radius: 50px;

  border: 2px solid;

  -webkit-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;

}



.btn:focus,

.btn:active:focus {

  -webkit-box-shadow: none;

  box-shadow: none;

}



@media only screen and (min-width: 992px) and (max-width: 1199px),

only screen and (min-width: 768px) and (max-width: 991px) {

  .btn {

    height: 50px;

    line-height: 50px;

    padding: 0px 30px;

  }

}



@media only screen and (max-width: 767px) {

  .btn {

    font-size: 14px;

    height: 45px;

    line-height: 45px;

    padding: 0px 20px;

  }

}



.btn-group {

  display: -webkit-inline-box;

  display: -ms-inline-flexbox;

  display: inline-flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

}



.btn-group .btn {

  border-radius: 0;

}



.btn-group .btn:first-child {

  border-radius: 4px 0 0 4px;

}



.btn-group .btn:last-child {

  border-radius: 0 4px 4px 0;

}



.btn-round {

  border-radius: 100px;

}



.btn-square {

  border-radius: 0;

}



[class*="btn-icon-"] i {

  position: absolute;

  top: 0;

  width: 60px;

  height: 60px;

  line-height: 28px;

  text-align: center;

  padding: 15px;

  background-color: rgba(0, 0, 0, 0.1);

}



.btn-icon-left {

  padding-left: 69px;

}



.btn-icon-left i {

  left: 0;

  right: auto;

}



.btn-icon-right {

  padding-right: 69px;

}



.btn-icon-right i {

  left: auto;

  right: 0;

}



.btn-box {

  width: 50px;

  padding: 10px;

  text-align: center;

  -webkit-box-flex: 1;

  -ms-flex: 1 0 50px;

  flex: 1 0 50px;

}



.btn-box i {

  display: block;

  line-height: 24px;

}



.btn-primary {

  background-color: #bd0003;

  border-color: #bd0003;

  color: #fff;

}



.btn-primary::before {

  border-color: #ffffff;

}



.btn-primary:focus,

.btn-primary:active,

.btn-primary:hover {

  background-color: #faa292;

  border-color: #faa292;

  color: #181e23;

}



.btn-secondary {

  background-color: #6c757d;

  border-color: #6c757d;

  color: #ffffff;

}



.btn-secondary::before {

  border-color: #ffffff;

}



.btn-secondary:focus,

.btn-secondary:active,

.btn-secondary:hover {

  background-color: #6c757d;

  border-color: #6c757d;

  color: #ffffff;

}



.btn-success {

  background-color: #4caf50;

  border-color: #4caf50;

  color: #ffffff;

}



.btn-success::before {

  border-color: #ffffff;

}



.btn-success:focus,

.btn-success:active,

.btn-success:hover {

  background-color: #4caf50;

  border-color: #4caf50;

  color: #ffffff;

}



.btn-danger {

  background-color: #f44336;

  border-color: #f44336;

  color: #ffffff;

}



.btn-danger::before {

  border-color: #ffffff;

}



.btn-danger:focus,

.btn-danger:active,

.btn-danger:hover {

  background-color: #f44336;

  border-color: #f44336;

  color: #ffffff;

}



.btn-warning {

  background-color: #ffc107;

  border-color: #ffc107;

  color: #181e23;

}



.btn-warning::before {

  border-color: #181e23;

}



.btn-warning:focus,

.btn-warning:active,

.btn-warning:hover {

  background-color: #ffc107;

  border-color: #ffc107;

  color: #181e23;

}



.btn-info {

  background-color: #17a2b8;

  border-color: #17a2b8;

  color: #ffffff;

}



.btn-info::before {

  border-color: #ffffff;

}



.btn-info:focus,

.btn-info:active,

.btn-info:hover {

  background-color: #17a2b8;

  border-color: #17a2b8;

  color: #ffffff;

}



.btn-light {

  background-color: #f8f9fa;

  border-color: #f8f9fa;

  color: #181e23;

}



.btn-light::before {

  border-color: #ffffff;

}



.btn-light:focus,

.btn-light:active,

.btn-light:hover {

  background-color: #f8f9fa;

  border-color: #f8f9fa;

  color: #181e23;

}



.btn-dark {

  background-color: #181e23;

  border-color: #181e23;

  color: #ffffff;

}



.btn-dark::before {

  border-color: #ffffff;

}



.btn-dark:focus,

.btn-dark:active,

.btn-dark:hover {

  background-color: #181e23;

  border-color: #181e23;

  color: #ffffff;

}



.btn-white {

  background-color: #ffffff;

  border-color: #ffffff;

  color: #181e23;

}



.btn-white::before {

  border-color: #181e23;

}



.btn-white:focus,

.btn-white:active,

.btn-white:hover {

  background-color: #ffffff;

  border-color: #ffffff;

  color: #181e23;

}



.btn-hover-primary:hover {

  background-color: #faa292;

  border-color: #faa292;

  color: #181e23;

}



.btn-hover-primary:hover::before {

  border-color: #ffffff;

}



.btn-hover-secondary:hover {

  background-color: #6c757d;

  border-color: #6c757d;

  color: #ffffff;

}



.btn-hover-secondary:hover::before {

  border-color: #ffffff;

}



.btn-hover-success:hover {

  background-color: #4caf50;

  border-color: #4caf50;

  color: #ffffff;

}



.btn-hover-success:hover::before {

  border-color: #ffffff;

}



.btn-hover-danger:hover {

  background-color: #f44336;

  border-color: #f44336;

  color: #ffffff;

}



.btn-hover-danger:hover::before {

  border-color: #ffffff;

}



.btn-hover-warning:hover {

  background-color: #ffc107;

  border-color: #ffc107;

  color: #181e23;

}



.btn-hover-warning:hover::before {

  border-color: #ffffff;

}



.btn-hover-info:hover {

  background-color: #17a2b8;

  border-color: #17a2b8;

  color: #ffffff;

}



.btn-hover-info:hover::before {

  border-color: #ffffff;

}



.btn-hover-light:hover {

  background-color: #f8f9fa;

  border-color: #f8f9fa;

  color: #181e23;

}



.btn-hover-light:hover::before {

  border-color: #ffffff;

}



.btn-hover-dark:hover {

  background-color: #181e23;

  border-color: #181e23;

  color: #ffffff;

}



.btn-hover-dark:hover::before {

  border-color: #ffffff;

}



.btn-hover-white:hover {

  background-color: #ffffff;

  border-color: #ffffff;

  color: #181e23;

}



.btn-hover-white:hover::before {

  border-color: #181e23;

}



.btn-android {

  background-color: #7ac157;

  border-color: #7ac157;

  color: #ffffff;

}



.btn-android:hover {

  background-color: #6bba45;

  border-color: #6bba45;

}



.btn-apple {

  background-color: #b8b8b8;

  border-color: #b8b8b8;

  color: #ffffff;

}



.btn-apple:hover {

  background-color: #ababab;

  border-color: #ababab;

}



.btn-behance {

  background-color: #1869ff;

  border-color: #1869ff;

  color: #ffffff;

}



.btn-behance:hover {

  background-color: #0059fe;

  border-color: #0059fe;

}



.btn-codepen {

  background-color: #000000;

  border-color: #000000;

  color: #ffffff;

}



.btn-codepen:hover {

  background-color: black;

  border-color: black;

}



.btn-dribbble {

  background-color: #ea4c8a;

  border-color: #ea4c8a;

  color: #ffffff;

}



.btn-dribbble:hover {

  background-color: #e7357b;

  border-color: #e7357b;

}



.btn-dropbox {

  background-color: #007ee5;

  border-color: #007ee5;

  color: #ffffff;

}



.btn-dropbox:hover {

  background-color: #0070cc;

  border-color: #0070cc;

}



.btn-evernote {

  background-color: #78d525;

  border-color: #78d525;

  color: #ffffff;

}



.btn-evernote:hover {

  background-color: #6cbf21;

  border-color: #6cbf21;

}



.btn-facebook {

  background-color: #4867aa;

  border-color: #4867aa;

  color: #ffffff;

}



.btn-facebook:hover {

  background-color: #405c98;

  border-color: #405c98;

}



.btn-github {

  background-color: #313131;

  border-color: #313131;

  color: #ffffff;

}



.btn-github:hover {

  background-color: #242424;

  border-color: #242424;

}



.btn-google-drive {

  background-color: #1da462;

  border-color: #1da462;

  color: #ffffff;

}



.btn-google-drive:hover {

  background-color: #198e55;

  border-color: #198e55;

}



.btn-google-earth {

  background-color: #4285f4;

  border-color: #4285f4;

  color: #ffffff;

}



.btn-google-earth:hover {

  background-color: #2a75f3;

  border-color: #2a75f3;

}



.btn-google-glass {

  background-color: #ea4335;

  border-color: #ea4335;

  color: #ffffff;

}



.btn-google-glass:hover {

  background-color: #e82e1e;

  border-color: #e82e1e;

}



.btn-google-maps {

  background-color: #5083c3;

  border-color: #5083c3;

  color: #ffffff;

}



.btn-google-maps:hover {

  background-color: #4076ba;

  border-color: #4076ba;

}



.btn-google-play {

  background-color: #01b9fd;

  border-color: #01b9fd;

  color: #ffffff;

}



.btn-google-play:hover {

  background-color: #01a6e4;

  border-color: #01a6e4;

}



.btn-google-plus {

  background-color: #dd5144;

  border-color: #dd5144;

  color: #ffffff;

}



.btn-google-plus:hover {

  background-color: #d93d2e;

  border-color: #d93d2e;

}



.btn-google {

  background-color: #4285f4;

  border-color: #4285f4;

  color: #ffffff;

}



.btn-google:hover {

  background-color: #2a75f3;

  border-color: #2a75f3;

}



.btn-instagram {

  background-color: #b23a94;

  border-color: #b23a94;

  color: #ffffff;

}



.btn-instagram:hover {

  background-color: #9f3484;

  border-color: #9f3484;

}



.btn-css3 {

  background-color: #0277bd;

  border-color: #0277bd;

  color: #ffffff;

}



.btn-css3:hover {

  background-color: #0267a4;

  border-color: #0267a4;

}



.btn-html5 {

  background-color: #e44d26;

  border-color: #e44d26;

  color: #ffffff;

}



.btn-html5:hover {

  background-color: #d6411b;

  border-color: #d6411b;

}



.btn-javascript {

  background-color: #f9dc3d;

  border-color: #f9dc3d;

  color: #ffffff;

}



.btn-javascript:hover {

  background-color: #f8d824;

  border-color: #f8d824;

}



.btn-python {

  background-color: #0c9dbf;

  border-color: #0c9dbf;

  color: #ffffff;

}



.btn-python:hover {

  background-color: #0a89a7;

  border-color: #0a89a7;

}



.btn-lastfm {

  background-color: #e31b23;

  border-color: #e31b23;

  color: #ffffff;

}



.btn-lastfm:hover {

  background-color: #cc181f;

  border-color: #cc181f;

}



.btn-linkedin {

  background-color: #007bb6;

  border-color: #007bb6;

  color: #ffffff;

}



.btn-linkedin:hover {

  background-color: #006a9d;

  border-color: #006a9d;

}



.btn-paypal {

  background-color: #002f86;

  border-color: #002f86;

  color: #ffffff;

}



.btn-paypal:hover {

  background-color: #00266d;

  border-color: #00266d;

}



.btn-pinterest {

  background-color: #bd081b;

  border-color: #bd081b;

  color: #ffffff;

}



.btn-pinterest:hover {

  background-color: #a50718;

  border-color: #a50718;

}



.btn-pocket {

  background-color: #ef3e56;

  border-color: #ef3e56;

  color: #ffffff;

}



.btn-pocket:hover {

  background-color: #ed2641;

  border-color: #ed2641;

}



.btn-polymer {

  background-color: #f87292;

  border-color: #f87292;

  color: #ffffff;

}



.btn-polymer:hover {

  background-color: #f75a7f;

  border-color: #f75a7f;

}



.btn-rss {

  background-color: #f99c3a;

  border-color: #f99c3a;

  color: #ffffff;

}



.btn-rss:hover {

  background-color: #f89021;

  border-color: #f89021;

}



.btn-share {

  background-color: #2c9cff;

  border-color: #2c9cff;

  color: #ffffff;

}



.btn-share:hover {

  background-color: #1390ff;

  border-color: #1390ff;

}



.btn-stackoverflow {

  background-color: #f38024;

  border-color: #f38024;

  color: #ffffff;

}



.btn-stackoverflow:hover {

  background-color: #f0720d;

  border-color: #f0720d;

}



.btn-steam {

  background-color: #15497b;

  border-color: #15497b;

  color: #ffffff;

}



.btn-steam:hover {

  background-color: #113c65;

  border-color: #113c65;

}



.btn-twitter {

  background-color: #1da1f2;

  border-color: #1da1f2;

  color: #ffffff;

}



.btn-twitter:hover {

  background-color: #0d95e8;

  border-color: #0d95e8;

}



.btn-vk {

  background-color: #5181b8;

  border-color: #5181b8;

  color: #ffffff;

}



.btn-vk:hover {

  background-color: #4574aa;

  border-color: #4574aa;

}



.btn-wikipedia {

  background-color: #e9e9e9;

  border-color: #e9e9e9;

  color: #333333;

}



.btn-wikipedia:hover {

  background-color: gainsboro;

  border-color: gainsboro;

}



.btn-windows {

  background-color: #0078d6;

  border-color: #0078d6;

  color: #ffffff;

}



.btn-windows:hover {

  background-color: #006abd;

  border-color: #006abd;

}



.btn-500px {

  background-color: #000000;

  border-color: #000000;

  color: #ffffff;

}



.btn-500px:hover {

  background-color: black;

  border-color: black;

}



.btn-8tracks {

  background-color: #122d4b;

  border-color: #122d4b;

  color: #ffffff;

}



.btn-8tracks:hover {

  background-color: #0d2136;

  border-color: #0d2136;

}



.btn-amazon {

  background-color: #f79b34;

  border-color: #f79b34;

  color: #ffffff;

}



.btn-amazon:hover {

  background-color: #f68f1b;

  border-color: #f68f1b;

}



:root {

  --font: "Bricolage Grotesque", sans-serif;

  --p-font: "Bricolage Grotesque", sans-serif;

}



.btn-blogger {

  background-color: #f06a35;

  border-color: #f06a35;

  color: #ffffff;

}



.btn-blogger:hover {

  background-color: #ee581d;

  border-color: #ee581d;

}



.btn-delicious {

  background-color: #0000fe;

  border-color: #0000fe;

  color: #ffffff;

}



.btn-delicious:hover {

  background-color: #0000e5;

  border-color: #0000e5;

}



.btn-disqus {

  background-color: #2e9efe;

  border-color: #2e9efe;

  color: #ffffff;

}



.btn-disqus:hover {

  background-color: #1592fe;

  border-color: #1592fe;

}



.btn-flattr {

  background-color: #7ab831;

  border-color: #7ab831;

  color: #ffffff;

}



.btn-flattr:hover {

  background-color: #6da42c;

  border-color: #6da42c;

}



.btn-flickr {

  background-color: #fe0084;

  border-color: #fe0084;

  color: #ffffff;

}



.btn-flickr:hover {

  background-color: #e50077;

  border-color: #e50077;

}



.btn-odnoklassniki {

  background-color: #f58220;

  border-color: #f58220;

  color: #ffffff;

}



.btn-odnoklassniki:hover {

  background-color: #f1750b;

  border-color: #f1750b;

}



.btn-outlook {

  background-color: #0072c6;

  border-color: #0072c6;

  color: #ffffff;

}



.btn-outlook:hover {

  background-color: #0063ad;

  border-color: #0063ad;

}



.btn-playstation {

  background-color: #07418e;

  border-color: #07418e;

  color: #ffffff;

}



.btn-playstation:hover {

  background-color: #063676;

  border-color: #063676;

}



.btn-reddit {

  background-color: #ff4500;

  border-color: #ff4500;

  color: #ffffff;

}



.btn-reddit:hover {

  background-color: #e63e00;

  border-color: #e63e00;

}



.btn-skype {

  background-color: #00a9f0;

  border-color: #00a9f0;

  color: #ffffff;

}



.btn-skype:hover {

  background-color: #0097d7;

  border-color: #0097d7;

}



.btn-slideshare {

  background-color: #0077b5;

  border-color: #0077b5;

  color: #ffffff;

}



.btn-slideshare:hover {

  background-color: #00669c;

  border-color: #00669c;

}



.btn-soundcloud {

  background-color: #fe4900;

  border-color: #fe4900;

  color: #ffffff;

}



.btn-soundcloud:hover {

  background-color: #e54200;

  border-color: #e54200;

}



.btn-tumblr {

  background-color: #36465d;

  border-color: #36465d;

  color: #ffffff;

}



.btn-tumblr:hover {

  background-color: #2d3a4d;

  border-color: #2d3a4d;

}



.btn-twitch {

  background-color: #6441a4;

  border-color: #6441a4;

  color: #ffffff;

}



.btn-twitch:hover {

  background-color: #593a92;

  border-color: #593a92;

}



.btn-vimeo {

  background-color: #1ab7ea;

  border-color: #1ab7ea;

  color: #ffffff;

}



.btn-vimeo:hover {

  background-color: #14a7d7;

  border-color: #14a7d7;

}



.btn-whatsapp {

  background-color: #189d0e;

  border-color: #189d0e;

  color: #ffffff;

}



.btn-whatsapp:hover {

  background-color: #14860c;

  border-color: #14860c;

}



.btn-xbox {

  background-color: #107c0f;

  border-color: #107c0f;

  color: #ffffff;

}



.btn-xbox:hover {

  background-color: #0d650c;

  border-color: #0d650c;

}



.btn-yahoo {

  background-color: #4101af;

  border-color: #4101af;

  color: #ffffff;

}



.btn-yahoo:hover {

  background-color: #380196;

  border-color: #380196;

}



.btn-youtube {

  background-color: #fe0000;

  border-color: #fe0000;

  color: #ffffff;

}



.btn-youtube:hover {

  background-color: #e50000;

  border-color: #e50000;

}



.header-area {

  padding: 0px 0;

  background: transparent;

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  z-index: 999;

  -webkit-transition: all 0.3s linear;

  transition: all 0.3s linear;

}



@media only screen and (min-width: 768px) and (max-width: 991px),

only screen and (max-width: 767px) {

  .header-area {

    padding: 15px 0;

  }

}



.header-wrapper {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: justify;

  -ms-flex-pack: justify;

  justify-content: space-between;

  -webkit-box-align: center;

  -ms-flex-align: center;

}



@media only screen and (max-width: 575px) {

  .header-logo a img {

    width: 150px;

  }

}



.header-navbar .navbar-menu {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

}



.header-navbar .navbar-menu li {

  padding: 55px 20px 0 0;

  position: relative;

  -webkit-transition: all 0.3s linear;

  transition: all 0.3s linear;

}



@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .header-navbar .navbar-menu li {

    padding: 30px 16px;

  }

}



.header-navbar .navbar-menu li:first-child {

  padding-left: 0;

}



.header-navbar .navbar-menu li:last-child {

  padding-right: 0;

}



.header-navbar .navbar-menu li a {

  font-size: 15px;

  font-family: "Bricolage Grotesque", sans-serif;

  font-weight: 700;

  background: url(../images/slider/titlebg.png);

  background-position: 177px 82px !important;

  -webkit-text-fill-color: transparent;

  -webkit-background-clip: text;

  display: inline-block;

  text-transform: uppercase;

}



@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .header-navbar .navbar-menu li a {

    font-size: 16px;

  }

}



@media only screen and (min-width: 992px) and (max-width: 1199px) {



  .header-navbar .navbar-menu li:nth-last-child(1)>.sub-menu li>.sub-menu,

  .header-navbar .navbar-menu li:nth-last-child(2)>.sub-menu li>.sub-menu,

  .header-navbar .navbar-menu li:nth-last-child(3)>.sub-menu li>.sub-menu {

    left: auto;

    right: 100%;

  }

}



.header-navbar .navbar-menu li .menu-icon {

  display: inline-block;

  margin-left: 5px;

}



.header-navbar .navbar-menu li .menu-icon::after {

  content: "\f107";

  font-family: "FontAwesome";

  font-size: 16px;

  line-height: 20px;

  color: #f3d366;

}



.header-navbar .navbar-menu li:hover>.sub-menu {

  opacity: 1;

  visibility: visible;

  top: 125%;

}



.header-navbar .sub-menu {

  border-radius: 10px;

  position: absolute;

  top: 150%;

  left: -20px;

  width: max-content;

  background-color: #000;

  -webkit-box-shadow: 2px 2px 20px rgba(24, 30, 35, 0.1);

  z-index: 9;

  opacity: 0;

  visibility: hidden;

  -webkit-transition: all 0.3s linear;

  transition: all 0.3s linear;

}



.header-navbar .sub-menu li {

  padding: 0;

}



.header-navbar .sub-menu li a {

  padding: 10px 25px;

  padding-left: 20px;

  color: #4c4c4c;

  font-weight: 600;

  font-size: 13px;

  background-position: 165px 82px !important;

  display: block;

  border-bottom: 1px solid #3c3c3c;

}



.header-navbar .sub-menu li a::before {

  display: none;

}



.header-navbar .sub-menu li a.active {

  color: #faa292;

}



.header-navbar .sub-menu li.active>a,

.header-navbar .sub-menu li:hover>a {

  color: #faa292;

  padding-left: 30px;

}



.header-navbar .sub-menu li .menu-icon {

  margin-left: 0;

  position: absolute;

  right: 20px;

  top: 50%;

  -webkit-transform: translateY(-50%);

  transform: translateY(-50%);

}



.header-navbar .sub-menu li .menu-icon::after {

  content: "\f105";

}



.header-navbar .sub-menu li .sub-menu {

  left: 100%;

  top: 0px;

  -webkit-transition: all 0.3s linear;

  transition: all 0.3s linear;

  opacity: 0;

  visibility: hidden;

}



.header-navbar .sub-menu li:hover .sub-menu {

  top: -12px;

  opacity: 1;

  visibility: visible;

}



.header-meta {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

}



.header-meta>* {

  margin-left: 40px;

}



@media only screen and (min-width: 992px) and (max-width: 1199px),

only screen and (min-width: 768px) and (max-width: 991px),

only screen and (max-width: 767px) {

  .header-meta>* {

    margin-left: 20px;

  }

}



@media only screen and (max-width: 575px) {

  .header-meta>* {

    margin-left: 15px;

  }

}



.header-meta>*:first-child {

  margin-left: 0;

}



.header-meta .shopping-cart {

  position: relative;

  font-size: 30px;

  color: #faa292;

  padding: 0;

  padding-right: 12px;

  background: none;

  border: 0;

  line-height: 1.5;

}



@media only screen and (max-width: 575px) {

  .header-meta .shopping-cart {

    font-size: 24px;

    padding-right: 8px;

  }

}



.header-meta .shopping-cart .number {

  width: 24px;

  height: 24px;

  line-height: 22px;

  border: 1px solid #ffffff;

  background-color: #fdd9d4;

  border-radius: 50%;

  display: block;

  position: absolute;

  top: 0;

  right: 0;

  font-size: 16px;

  font-weight: 700;

  color: #181e23;

}



@media only screen and (max-width: 575px) {

  .header-meta .shopping-cart .number {

    width: 18px;

    height: 18px;

    line-height: 16px;

  }

}



.header-meta .setting {

  width: 36px;

  height: 36px;

  font-size: 18px;

  border: 0;

  background-color: #faa292;

  color: #181e23;

  border-radius: 50%;

}



@media only screen and (max-width: 575px) {

  .header-meta .setting {

    font-size: 16px;

    width: 26px;

    height: 26px;

  }

}



.header-meta .dropdown-cart {

  left: auto !important;

  right: -30px !important;

  width: 350px;

  top: 76px !important;

  -webkit-transform: translate(0, 0) !important;

  transform: translate(0, 0) !important;

}



@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .header-meta .dropdown-cart {

    top: 65px !important;

  }

}



@media only screen and (min-width: 768px) and (max-width: 991px),

only screen and (max-width: 767px) {

  .header-meta .dropdown-cart {

    top: 59px !important;

  }

}



@media only screen and (max-width: 575px) {

  .header-meta .dropdown-cart {

    width: 260px;

    top: 51px ​ !important;

    right: -80px !important;

  }

}



.header-meta .dropdown-cart ul {

  max-height: 292px;

  overflow-y: auto;

  padding: 0 30px;

}



@media only screen and (max-width: 575px) {

  .header-meta .dropdown-cart ul {

    padding: 0 15px;

  }

}



.header-meta .dropdown-cart ul li {

  padding: 30px 0;

  border-bottom: 1px solid #ebebeb;

  overflow: hidden;

}



.header-meta .dropdown-cart .cart-price {

  overflow: hidden;

  padding: 30px;

}



@media only screen and (max-width: 575px) {

  .header-meta .dropdown-cart .cart-price {

    padding: 15px;

  }

}



.header-meta .dropdown-cart .cart-price .price-inline {

  overflow: hidden;

  line-height: 30px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: justify;

  -ms-flex-pack: justify;

  justify-content: space-between;

}



.header-meta .dropdown-cart .cart-price .price-inline .label {

  font-weight: 700;

  color: #9b9b9b;

  font-size: 16px;

  text-transform: uppercase;

  font-family: "Playfair Display", serif;

}



@media only screen and (max-width: 575px) {

  .header-meta .dropdown-cart .cart-price .price-inline .label {

    font-size: 14px;

  }

}



.header-meta .dropdown-cart .cart-price .price-inline .value {

  font-weight: 600;

  color: #9b9b9b;

  font-size: 16px;

  font-family: "Playfair Display", serif;

}



@media only screen and (max-width: 575px) {

  .header-meta .dropdown-cart .cart-price .price-inline .value {

    font-size: 14px;

  }

}



.header-meta .dropdown-cart .cart-price .cart-total .price-inline .label {

  font-weight: 700;

  color: #0f0f0f;

}



.header-meta .dropdown-cart .cart-price .cart-total .price-inline .value {

  font-weight: 700;

  color: #0f0f0f;

}



.header-meta .dropdown-cart .checkout-btn {

  padding: 0 30px 30px 30px;

}



@media only screen and (max-width: 575px) {

  .header-meta .dropdown-cart .checkout-btn {

    padding: 0 15px 15px 15px;

  }

}



@media only screen and (min-width: 1500px),

only screen and (min-width: 1200px) and (max-width: 1499px) {

  .header-meta .dropdown-cart .checkout-btn .btn {

    height: 50px;

    line-height: 50px;

    padding: 0 30px;

  }

}



.header-meta .dropdown-setting {

  left: auto !important;

  right: 0px !important;

  top: 74px !important;

  -webkit-transform: translate(0, 0) !important;

  transform: translate(0, 0) !important;

  width: 160px;

  padding: 8px 0;

  border-radius: 0;

  border: 0;

  -webkit-box-shadow: 0px 3px 25.5px 4.5px rgba(0, 0, 0, 0.06);

  box-shadow: 0px 3px 25.5px 4.5px rgba(0, 0, 0, 0.06);

  display: none !important;

}



.header-meta .dropdown-setting.show {

  display: block !important;

}



@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .header-meta .dropdown-setting {

    top: 62px !important;

  }

}



@media only screen and (min-width: 768px) and (max-width: 991px),

only screen and (max-width: 767px) {

  .header-meta .dropdown-setting {

    top: 55px !important;

  }

}



@media only screen and (max-width: 575px) {

  .header-meta .dropdown-setting {

    top: 48px !important;

  }

}



.header-meta .dropdown-setting li {

  line-height: 25px;

}



.header-meta .dropdown-setting li a {

  display: block;

  width: 100%;

  padding: 3px 1.5rem;

  clear: both;

  font-weight: 400;

  font-size: 14px;

  color: #181e23;

  text-align: inherit;

  white-space: nowrap;

  background: none;

  border: 0;

}



.header-meta .header-toggle .toggle {

  padding: 0;

  border: 0;

  background: none;

}



.header-meta .header-toggle .toggle span {

  width: 25px;

  height: 2px;

  display: block;

  background-color: #faa292;

  margin: 5px 0;

}



.single-cart-item {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

}



.single-cart-item .cart-thumb {

  position: relative;

}



.single-cart-item .cart-thumb img {

  width: 85px;

}



@media only screen and (max-width: 575px) {

  .single-cart-item .cart-thumb img {

    width: 75px;

  }

}



.single-cart-item .cart-thumb .product-quantity {

  position: absolute;

  top: 5px;

  left: 5px;

  min-width: 20px;

  line-height: 20px;

  border-radius: 100%;

  padding: 0;

  text-align: center;

  color: #ffffff;

  font-size: 12px;

  display: inline-block;

  background-color: #faa292;

}



.single-cart-item .cart-item-content {

  -webkit-box-flex: 1;

  -ms-flex: 1;

  flex: 1;

  padding-left: 10px;

  padding-right: 20px;

  overflow: hidden;

  position: relative;

}



.single-cart-item .cart-item-content .product-name {

  display: block;

  text-transform: capitalize;

  font-size: 14px;

  line-height: 20px;

  color: #181e23;

  font-weight: 600;

  white-space: nowrap;

  overflow: hidden;

  text-overflow: ellipsis;

  margin-bottom: 0;

  color: #4c4c4c;

}



.single-cart-item .cart-item-content .product-price {

  display: block;

  margin: 5px 0 0;

  font-size: 16px;

  font-weight: 700;

  color: #555555;

  font-family: "Playfair Display", serif;

}



.single-cart-item .cart-item-content .attributes-content {

  margin-top: 5px;

}



.single-cart-item .cart-item-content .attributes-content span {

  font-size: 14px;

  line-height: 20px;

  color: #909296;

  display: block;

  font-weight: 400;

}



.single-cart-item .cart-item-content .attributes-content span strong {

  font-weight: 400;

}



.single-cart-item .cart-item-content .cart-remove {

  display: block;

  position: absolute;

  top: 0;

  right: 0;

  color: #4c4c4c;

  font-size: 18px;

  line-height: 1.2;

  -webkit-transition: all 0.3s linear;

  transition: all 0.3s linear;

  padding: 0;

  border: 0;

  background: none;

}



.single-cart-item .cart-item-content .cart-remove:hover {

  color: #faa292;

}



.sticky {

  position: fixed;

  background-color: rgb(3, 3, 3);

}



.sticky .header-navbar .navbar-menu li {

  padding: 25px 23px;

  position: relative;

}



@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .sticky .header-navbar .navbar-menu li {

    padding: 30px 18px;

  }

}



.sticky .header-navbar .navbar-menu li:first-child {

  padding-left: 0;

}



.sticky .header-navbar .navbar-menu li:last-child {

  padding-right: 0;

}



.sticky .header-navbar .sub-menu li {

  padding: 0;

}



.sticky .header-meta .dropdown-cart {

  top: 61px !important;

}



.sticky .header-meta .dropdown-account {

  top: 58px !important;

}



.sticky .header-meta .dropdown-setting {

  top: calc(100% + 25px) !important;

}



.offcanvas {

  width: 300px;

  background-color: #181e23;

}



.offcanvas .logo img {

  width: 130px;

}



.offcanvas .close {

  width: 25px;

  height: 25px;

  border: 0;

  background: none;

}



.offcanvas .close span {

  width: 20px;

  height: 2px;

  background-color: #bd0003;

  position: relative;

  display: block;

}



.offcanvas .close span:nth-child(1) {

  -webkit-transform: rotate(-45deg);

  transform: rotate(-45deg);

  top: 1px;

}



.offcanvas .close span:nth-child(2) {

  -webkit-transform: rotate(45deg);

  transform: rotate(45deg);

  top: -1px;

}



.mobile-menu {

  padding: 0 0 30px;

}



.mobile-menu ul li {

  position: relative;
  border-bottom: 1px solid #363636;

}



.mobile-menu ul li a {

  display: block;

  width: 100%;

  background: none;

  text-align: left;

  padding: 10px 15px;

  border: 0;

  font-size: 15px;

  font-weight: 500;

  color: #fff;

}



.mobile-menu ul li .menu-expand {

  position: absolute;

  right: 0px;

  top: 10px;

  width: 25px;

  height: 25px;

  cursor: pointer;

  background-color: rgba(255, 255, 255, 0.1);

  border-radius: 3px;

}



.mobile-menu ul li .menu-expand::before {

  position: absolute;

  content: "";

  width: 12px;

  height: 1px;

  background-color: #fff;

  top: 50%;

  left: 50%;

  -webkit-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);

}



.mobile-menu ul li .menu-expand::after {

  position: absolute;

  content: "";

  width: 1px;

  height: 12px;

  background-color: #fff;

  top: 50%;

  left: 50%;

  -webkit-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);

  -webkit-transition: all 0.3s linear;

  transition: all 0.3s linear;

}



.mobile-menu ul li.active>.menu-expand::after {

  height: 0;

}



.mobile-menu ul li ul {

  border-top: 0;

  display: none;

}



.mobile-menu ul li ul li a {

  padding-left: 12%;
  padding-left: 10%;
  font-size: 14px;

}



.mobile-menu ul li ul li ul li a {

  padding-left: 18%;

}



.single-slider {

  height: 100%;

  background-size: cover;

  background-position: center center;

  background-repeat: no-repeat;

  background-color: #040205;

}



@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .single-slider {

    height: 750px;

  }

}



@media only screen and (min-width: 768px) and (max-width: 991px) {

  .single-slider {

    height: 700px;

  }

}



@media only screen and (max-width: 767px) {

  .single-slider {

    height: 600px;

  }

}



@media only screen and (max-width: 575px) {

  .single-slider {

    height: 550px;

  }

}



.slider-content {

  max-width: 750px;

  padding-top: 0;

  margin-left: 290px;

  margin-top: 0;

}



.slider-content .title {

  font-size: 50px;

  font-family: var(--font);

  font-weight: 700;

  color: #3b0000;

  line-height: 1.4em;

  letter-spacing: 2px;

  mix-blend-mode: overlay;

}



@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .slider-content .title {

    font-size: 70px;

  }

}



@media only screen and (min-width: 768px) and (max-width: 991px) {

  .slider-content .title {

    font-size: 60px;

  }

}



@media only screen and (max-width: 767px) {

  .slider-content .title {

    font-size: 50px;

  }

}



@media only screen and (max-width: 575px) {

  .slider-content .title {

    font-size: 38px;

  }

}



.slider-content .slider-meta {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  padding-top: 50px;

}



.slider-content .slider-meta li {

  margin-right: 30px;

  padding-top: 10px;

}



.slider-content .slider-meta li:last-child {

  margin-right: 0;

}



@media only screen and (min-width: 1500px),

only screen and (min-width: 1200px) and (max-width: 1499px),

only screen and (min-width: 992px) and (max-width: 1199px) {

  .slider-content .slider-meta li .btn {

    padding: 0 40px;

    font-size: 20px;

    letter-spacing: 1px;

  }

}



.slider-content .slider-meta li .video-play {

  font-size: 20px;

  font-weight: 700;

  color: #faa292;

  letter-spacing: 1px;

}



@media only screen and (max-width: 767px) {

  .slider-content .slider-meta li .video-play {

    font-size: 16px;

  }

}



.slider-content .slider-meta li .video-play .icon {

  width: 50px;

  height: 50px;

  line-height: 44px;

  border: 3px solid #faa292;

  border-radius: 50%;

  font-size: 16px;

  color: #faa292;

  display: inline-block;

  text-align: center;

  margin-right: 10px;

  -webkit-transition: all 0.3s linear;

  transition: all 0.3s linear;

}



@media only screen and (max-width: 767px) {

  .slider-content .slider-meta li .video-play .icon {

    width: 45px;

    height: 45px;

    line-height: 41px;

  }

}



.slider-content .slider-meta li .video-play:hover {

  color: #ffffff;

}



.slider-content .slider-meta li .video-play:hover .icon {

  border-color: #ffffff;

  color: #ffffff;

}



.slider-content .slider-social {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  margin-top: 70px;

  position: relative;

  z-index: 1;

  padding-left: 70px;

}



@media only screen and (max-width: 575px) {

  .slider-content .slider-social {

    margin-top: 30px;

  }

}



.slider-content .slider-social::before {

  position: absolute;

  content: "";

  left: 0;

  top: 50%;

  -webkit-transform: translateY(-50%);

  transform: translateY(-50%);

  width: 70px;

  height: 2px;

  background-color: #faa292;

}



.slider-content .slider-social li {

  padding-left: 25px;

}



.slider-content .slider-social li a {

  font-size: 22px;

  color: #faa292;

}



.slider-content.content-white .title {

  color: #ffffff;

}



.slider-content.content-white .slider-meta li .btn {

  padding: 0 40px;

}



.slider-content.content-white .slider-meta li .video-play {

  color: #ffffff;

}



.slider-content.content-white .slider-meta li .video-play .icon {

  border: 3px solid #ffffff;

  color: #ffffff;

}



.slider-content.content-white .slider-social::before {

  background-color: #ffffff;

}



.slider-content.content-white .slider-social li a {

  color: #ffffff;

}



.animation-style-01 .slider-content {

  opacity: 0;

}



.animation-style-01.swiper-slide-active .slider-content {

  opacity: 1;

}



.animation-style-01.swiper-slide-active .slider-content .title {

  -webkit-animation-name: fadeInUpBig;

  animation-name: fadeInUpBig;

  -webkit-animation-delay: 0.4s;

  animation-delay: 0.4s;

  -webkit-animation-duration: 1s;

  animation-duration: 1s;

  -webkit-animation-fill-mode: both;

  animation-fill-mode: both;

}



.animation-style-01.swiper-slide-active .slider-content .slider-meta li:nth-child(1) {

  -webkit-animation-name: fadeInUpBig;

  animation-name: fadeInUpBig;

  -webkit-animation-delay: 0.8s;

  animation-delay: 0.8s;

  -webkit-animation-duration: 1s;

  animation-duration: 1s;

  -webkit-animation-fill-mode: both;

  animation-fill-mode: both;

}



.animation-style-01.swiper-slide-active .slider-content .slider-meta li:nth-child(2) {

  -webkit-animation-name: fadeInUpBig;

  animation-name: fadeInUpBig;

  -webkit-animation-delay: 1.1s;

  animation-delay: 1.1s;

  -webkit-animation-duration: 1s;

  animation-duration: 1s;

  -webkit-animation-fill-mode: both;

  animation-fill-mode: both;

}



.animation-style-01.swiper-slide-active .slider-content .slider-meta li:nth-child(3) {

  -webkit-animation-name: fadeInUpBig;

  animation-name: fadeInUpBig;

  -webkit-animation-delay: 1.5s;

  animation-delay: 1.5s;

  -webkit-animation-duration: 1s;

  animation-duration: 1s;

  -webkit-animation-fill-mode: both;

  animation-fill-mode: both;

}



.animation-style-01.swiper-slide-active .slider-content .slider-social {

  -webkit-animation-name: fadeInUpBig;

  animation-name: fadeInUpBig;

  -webkit-animation-delay: 1.7s;

  animation-delay: 1.7s;

  -webkit-animation-duration: 1s;

  animation-duration: 1s;

  -webkit-animation-fill-mode: both;

  animation-fill-mode: both;

}



.slider-active .swiper-pagination {

  text-align: left;

  bottom: 60px;

  left: 70px;

}



@media only screen and (min-width: 992px) and (max-width: 1199px),

only screen and (min-width: 768px) and (max-width: 991px) {

  .slider-active .swiper-pagination {

    bottom: 40px;

    left: 50px;

  }

}



@media only screen and (max-width: 767px) {

  .slider-active .swiper-pagination {

    left: 30px;

    bottom: 20px;

  }

}



.slider-active .swiper-pagination .swiper-pagination-bullet {

  outline: none;

  background-color: #ffffff;

  -webkit-transition: all 0.3s linear;

  transition: all 0.3s linear;

  opacity: 1;

  width: 8px;

  height: 8px;

  display: block;

  position: relative;

  margin: 8px 0;

}



.slider-active .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {

  background-color: #faa292;

}



.slider-active .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {

  border-color: #faa292;

}



.features-wrapper {

  margin-top: -30px;

}



.features-wrapper .active .single-feature {

  border-color: #faa292;

  background-color: #fff9f5;

  -webkit-box-shadow: 0px 21px 32px 0px rgba(0, 0, 0, 0.13);

  box-shadow: 0px 21px 32px 0px rgba(0, 0, 0, 0.13);

}



.single-feature {

  border: 1px solid transparent;

  border-radius: 20px;

  padding: 40px;

  -webkit-transition: all 0.3s linear;

  transition: all 0.3s linear;

  margin-top: 30px;

}



@media only screen and (min-width: 992px) and (max-width: 1199px),

only screen and (max-width: 575px) {

  .single-feature {

    padding: 25px;

  }

}



@media only screen and (min-width: 768px) and (max-width: 991px),

only screen and (max-width: 767px) {

  .single-feature {

    border-color: #faa292;

    background-color: #fff9f5;

    -webkit-box-shadow: 0px 21px 32px 0px rgba(0, 0, 0, 0.13);

    box-shadow: 0px 21px 32px 0px rgba(0, 0, 0, 0.13);

  }

}



.single-feature .title a {

  font-size: 28px;

  font-weight: 600;

  color: #faa292;

  margin-top: 20px;

  letter-spacing: 1px;

}



@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .single-feature .title a {

    font-size: 24px;

  }

}



.single-feature .title a:hover {

  color: #181e23;

}



.single-feature p {

  font-size: 16px;

  margin-top: 12px;

}



.single-feature .more {

  font-size: 16px;

  font-weight: 700;

  color: #faa292;

  margin-top: 15px;

}



.single-feature .more:hover {

  color: #181e23;

}



.about-section {

  position: relative;

  z-index: 1;

}



.about-section .shape-1 {

  position: absolute;

  top: 0;

  right: 0;

  z-index: -1;

}



@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .about-section .shape-1 {

    width: 220px;

  }

}



@media only screen and (min-width: 768px) and (max-width: 991px) {

  .about-section .shape-1 {

    width: 220px;

    z-index: 1;

  }

}



@media only screen and (max-width: 767px) {

  .about-section .shape-1 {

    display: none;

  }

}



.about-wrapper {

  margin-top: -50px;

}



.about-image,

.about-image-2 {

  position: relative;

  margin-top: 50px;

  max-width: 540px;

}



.about-image::before {

  position: absolute;

  content: "";

  top: -2px;

  left: -2px;

  width: 101%;

  height: 101%;

  background-image: url(../images/shape/about-shape.webp);

  background-position: center center;

  background-repeat: no-repeat;

  background-size: cover;

}



.about-image-2::before {

  position: absolute;

  content: "";

  top: -2px;

  left: -2px;

  width: 101%;

  height: 101%;

  background-image: url(../images/shape/about-shape-2.png);

  background-position: center center;

  background-repeat: no-repeat;

  background-size: cover;

}

.about-wrapper .wrap-img
{
   float: left;
   margin-right: 40px;
   margin-bottom: 10px;
}

.about-image img {

  width: 100%;

}
.about-wrapper .section-sub-title
{
  margin-top: 45px;
}


.about-content {

  margin-top: 50px;

}



@media only screen and (min-width: 1500px),

only screen and (min-width: 1200px) and (max-width: 1499px) {

  .about-content {

    padding-left: 15px;

  }

}



.about-content .section-title .title {

  display: inline;

  position: relative;

  z-index: 1;

}



.about-content .section-title .title .shape {

  position: absolute;

  top: 40%;

  -webkit-transform: translateY(-50%);

  transform: translateY(-50%);

  right: -10px;

  z-index: -1;

}



.about-content p {

  margin-top: 17px;

  text-align: justify;

}



.about-content .text {

  font-size: 20px;

  font-weight: 700;

  color: #333333;

  max-width: 400px;

  margin-top: 20px;

}



.about-content .btn {

  margin-top: 42px;

}



.services-section {

  position: relative;

}



.services-wrapper {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

}



.services-main-content {

  width: 53%;

  position: relative;

  background-size: cover;

  background-position: center center;

  background-repeat: no-repeat;

  z-index: 1;

  overflow: hidden;

  padding: 100px 15px;

}



@media only screen and (min-width: 1500px) {

  .services-main-content {

    padding-left: 140px;

    padding-right: 70px;

  }

}



@media only screen and (min-width: 1200px) and (max-width: 1499px) {

  .services-main-content {

    padding-left: 80px;

    padding-right: 40px;

  }

}



@media only screen and (min-width: 768px) and (max-width: 991px),

only screen and (max-width: 767px) {

  .services-main-content {

    width: 100%;

  }

}



@media only screen and (min-width: 768px) and (max-width: 991px) {

  .services-main-content {

    padding: 80px 15px;

  }

}



@media only screen and (max-width: 767px) {

  .services-main-content {

    padding: 50px 15px;

  }

}



.services-main-content .shape-1 {

  position: absolute;

  bottom: -60px;

  left: 30px;

}



@media only screen and (min-width: 768px) and (max-width: 991px),

only screen and (max-width: 767px) {

  .services-main-content .shape-1 {

    width: 100px;

  }

}



.services-main-content .shape-2 {

  position: absolute;

  top: 80px;

  right: 0;

}



@media only screen and (min-width: 768px) and (max-width: 991px),

only screen and (max-width: 767px) {

  .services-main-content .shape-2 {

    width: 200px;

    top: 40px;

  }

}



.services-main-content .shape-3 {

  position: absolute;

  top: -10px;

  left: -45px;

  opacity: 0.38;

}



.services-main-content .shape-4 {

  position: absolute;

  bottom: -30px;

  left: 30px;

  width: 340px;

  opacity: 0.6;

}



@media only screen and (min-width: 768px) and (max-width: 991px),

only screen and (max-width: 767px) {

  .services-main-content .shape-4 {

    width: 240px;

  }

}



.service-wrapper {

  padding: 0 90px;

}



@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .service-wrapper {

    padding: 0 40px;

  }

}



@media only screen and (min-width: 768px) and (max-width: 991px),

only screen and (max-width: 767px) {

  .service-wrapper {

    padding: 0;

  }

}



.service-wrapper .single-services {

  padding-top: 70px;

}



.single-services {

  max-width: 245px;

  margin: 0 auto;

}



.single-services .services-image {

  position: relative;

}



.single-services .services-image a {

  display: block;

}



.single-services .services-image a img {

  width: 100%;

}



.single-services .services-image .price {

  border-radius: 50%;

  background-color: #faa292;

  -webkit-box-shadow: 0px 21px 32px 0px rgba(0, 0, 0, 0.13);

  box-shadow: 0px 21px 32px 0px rgba(0, 0, 0, 0.13);

  width: 55px;

  height: 55px;

  line-height: 55px;

  font-size: 22px;

  font-weight: 800;

  font-family: "Playfair Display", serif;

  color: #ffffff;

  display: block;

  position: absolute;

  left: 0;

  bottom: 10px;

}



@media only screen and (max-width: 575px) {

  .single-services .services-image .price {

    width: 45px;

    height: 45px;

    line-height: 45px;

    font-size: 18px;

  }

}



.single-services .services-content {

  margin: 15px auto 0;

}



.single-services .services-content .title a {

  font-size: 28px;

  font-weight: 700;

  color: #faa292;

  line-height: 1.2;

  letter-spacing: 1px;

}



@media only screen and (max-width: 575px) {

  .single-services .services-content .title a {

    font-size: 20px;

  }

}



.single-services .services-content .title a:hover {

  color: #181e23;

}



.single-services .services-content p {

  max-width: 210px;

  margin-top: 5px;

  margin-left: auto;

  margin-right: auto;

}



.services-active {

  padding-top: 50px;

  margin-left: -20px;

  margin-right: -20px;

}



.services-active .swiper-container {

  padding: 0 20px;

}



.services-active .swiper-pagination {

  position: relative;

  bottom: 0;

  margin-top: 35px;

}



.services-active .swiper-pagination .swiper-pagination-bullet {

  width: 16px;

  height: 16px;

  background-color: transparent;

  opacity: 1;

  -webkit-transition: all 0.3s linear;

  transition: all 0.3s linear;

  background-image: url(../images/dots-1.svg);

  background-size: cover;

  background-position: center center;

  background-repeat: no-repeat;

}



.services-active .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {

  background-image: url(../images/dots-2.svg);

}



.services-background {

  position: absolute;

  top: 0;

  right: 0;

  width: 47%;

  height: 100%;

  background-size: cover;

  background-position: left center;

  background-repeat: no-repeat;

}



@media only screen and (min-width: 768px) and (max-width: 991px),

only screen and (max-width: 767px) {

  .services-background {

    display: none;

  }

}



.single-choose {

  margin-top: 55px;

}



.single-choose .title {

  font-size: 20px;

  font-weight: 600;

  color: #faa292;

  letter-spacing: 1px;

}



.single-choose p {

  margin-top: 8px;

}



.choose-image {

  margin-top: 60px;

}



@media only screen and (min-width: 1500px),

only screen and (min-width: 1200px) and (max-width: 1499px) {

  .choose-image {

    padding: 0 50px;

  }

}



.choose-image .image {

  position: relative;

}



.choose-image .image::before {

  position: absolute;

  content: "";

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background-image: url(../images/why-chose.webp);

  background-position: center center;

  background-repeat: no-repeat;

  background-size: 100% 100%;

}



.choose-image .image img {

  width: 100%;

}



.spa-pricing-wrapper {

  position: relative;

  margin-top: -50px;

}



.spa-pricing-content {

  max-width: 500px;

  margin-top: 50px;

}



.spa-pricing-content .section-title .title {

  display: inline;

  position: relative;

  z-index: 1;

}



.spa-pricing-content .section-title .title .shape {

  position: absolute;

  top: 32%;

  -webkit-transform: translateY(-50%);

  transform: translateY(-50%);

  right: 15px;

  z-index: -1;

}



.spa-pricing-content p {

  margin-top: 17px;

}



.spa-pricing-content .text {

  font-size: 20px;

  font-weight: 700;

  color: #333333;

  max-width: 400px;

  margin-top: 20px;

}



.spa-pricing-content .btn {

  margin-top: 42px;

}



.spa-pricing-table {

  position: relative;

}



.spa-pricing-table .shape-4 {

  position: absolute;

  left: -65px;

  bottom: -22px;

  z-index: 2;

}



@media only screen and (min-width: 768px) and (max-width: 991px),

only screen and (max-width: 767px) {

  .spa-pricing-table .shape-4 {

    left: 0;

    width: 130px;

  }

}



@media only screen and (max-width: 575px) {

  .spa-pricing-table .shape-4 {

    width: 110px;

  }

}



.spa-pricing-table-wrapper {

  background-color: #fff9f5;

  padding: 80px 50px 50px;

  border-radius: 30px;

  position: relative;

  overflow: hidden;

  z-index: 1;

  margin-top: 50px;

}



@media only screen and (max-width: 575px) {

  .spa-pricing-table-wrapper {

    padding: 30px 20px 20px;

  }

}



.spa-pricing-table-wrapper .shape-1 {

  position: absolute;

  top: -120px;

  left: -105px;

  z-index: -1;

}



.spa-pricing-table-wrapper .shape-2 {

  position: absolute;

  bottom: -120px;

  right: -105px;

  z-index: -1;

}



.spa-pricing-table-wrapper .shape-3 {

  position: absolute;

  left: 50%;

  -webkit-transform: translateX(-50%);

  transform: translateX(-50%);

  bottom: -50px;

  z-index: -1;

}



.spa-pricing-table-wrapper::before {

  position: absolute;

  content: "";

  background-image: url(../images/price-overlay.webp);

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  z-index: -1;

}



.single-price {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  margin-top: 30px;

}



@media only screen and (max-width: 575px) {

  .single-price {

    margin-top: 20px;

  }

}



.single-price .title {

  font-size: 20px;

  font-weight: 700;

  font-family: "Playfair Display", serif;

  color: #333333;

  max-width: 165px;

  width: 100%;

  line-height: 35px;

}



@media only screen and (max-width: 575px) {

  .single-price .title {

    font-size: 18px;

    max-width: 145px;

  }

}



.single-price .line {

  width: calc(100% - 250px);

  height: 1px;

  background-color: #faa292;

}



@media only screen and (max-width: 575px) {

  .single-price .line {

    width: calc(100% - 195px);

  }

}



.single-price .price {

  max-width: 75px;

  width: 100%;

  text-align: right;

  font-size: 28px;

  font-weight: 700;

  font-family: "Playfair Display", serif;

  color: #333333;

  line-height: 35px;

}



@media only screen and (max-width: 575px) {

  .single-price .price {

    font-size: 20px;

    max-width: 50px;

  }

}



.pricing-active .swiper-pagination {

  position: relative;

  bottom: 0;

  margin-top: 40px;

  height: 17px;

}



.pricing-active .swiper-pagination .swiper-pagination-bullet {

  width: 16px;

  height: 16px;

  background-color: transparent;

  opacity: 1;

  -webkit-transition: all 0.3s linear;

  transition: all 0.3s linear;

  background-image: url(../images/dots-1.svg);

  background-size: cover;

  background-position: center center;

  background-repeat: no-repeat;

}



.pricing-active .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {

  background-image: url(../images/dots-2.svg);

}



.call-to-action-serction {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  background-color: #fff9f5;

  position: relative;

  background-size: cover;

  background-position: center center;

  background-repeat: no-repeat;

}



.call-to-action-bg {

  width: 40%;

  background-size: cover;

  background-position: right center;

  background-repeat: no-repeat;

}



@media only screen and (min-width: 768px) and (max-width: 991px),

only screen and (max-width: 767px) {

  .call-to-action-bg {

    display: none;

  }

}



.call-to-action-content {

  width: 60%;

  position: relative;

  z-index: 1;

  overflow: hidden;

  padding-left: 15px;

  padding-right: 15px;

}



@media only screen and (min-width: 768px) and (max-width: 991px),

only screen and (max-width: 767px) {

  .call-to-action-content {

    width: 100%;

  }

}



.call-to-action-content .shape-1 {

  position: absolute;

  left: -60px;

  top: -45px;

  z-index: -1;

  opacity: 0.59;

}



@media only screen and (min-width: 992px) and (max-width: 1199px),

only screen and (min-width: 768px) and (max-width: 991px),

only screen and (max-width: 767px) {

  .call-to-action-content .shape-1 {

    width: 150px;

  }

}



.call-to-action-content .shape-2 {

  position: absolute;

  right: -50px;

  top: -7px;

  z-index: -1;

  opacity: 0.38;

}



@media only screen and (min-width: 992px) and (max-width: 1199px),

only screen and (min-width: 768px) and (max-width: 991px),

only screen and (max-width: 767px) {

  .call-to-action-content .shape-2 {

    width: 120px;

    right: -40px;

  }

}



.call-to-action-content .shape-3 {

  position: absolute;

  left: 22px;

  bottom: 40px;

  z-index: -1;

}



@media only screen and (min-width: 992px) and (max-width: 1199px),

only screen and (min-width: 768px) and (max-width: 991px),

only screen and (max-width: 767px) {

  .call-to-action-content .shape-3 {

    width: 140px;

    bottom: 20px;

  }

}



@media only screen and (max-width: 575px) {

  .call-to-action-content .shape-3 {

    display: none;

  }

}



.call-to-action-content .shape-4 {

  position: absolute;

  right: -40px;

  bottom: -65px;

  z-index: -1;

  opacity: 0.59;

}



@media only screen and (min-width: 992px) and (max-width: 1199px),

only screen and (min-width: 768px) and (max-width: 991px),

only screen and (max-width: 767px) {

  .call-to-action-content .shape-4 {

    width: 220px;

    bottom: -25px;

    right: -20px;

  }

}



.call-to-action-wrapper .discount {

  font-size: 28px;

  font-weight: 700;

  color: #faa292;

  line-height: 1.2;

  margin-top: 20px;

  letter-spacing: 1px;

}



@media only screen and (max-width: 575px) {

  .call-to-action-wrapper .discount {

    font-size: 22px;

  }

}



.call-to-action-wrapper .btn {

  margin-top: 44px;

}



@media only screen and (min-width: 1500px),

only screen and (min-width: 1200px) and (max-width: 1499px),

only screen and (min-width: 992px) and (max-width: 1199px) {

  .call-to-action-wrapper .btn {

    font-size: 20px;

    letter-spacing: 1px;

  }

}



.testimonial-section {

  position: relative;

  z-index: 1;

}



.testimonial-section .shape-1 {

  position: absolute;

  left: 85px;

  top: 130px;

  z-index: -1;

}



@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .testimonial-section .shape-1 {

    top: 100px;

    width: 130px;

    left: 45px;

  }

}



@media only screen and (min-width: 768px) and (max-width: 991px) {

  .testimonial-section .shape-1 {

    top: 80px;

    width: 120px;

    left: 15px;

  }

}



@media only screen and (max-width: 767px) {

  .testimonial-section .shape-1 {

    top: 60px;

    width: 110px;

    left: 15px;

  }

}



@media only screen and (max-width: 575px) {

  .testimonial-section .shape-1 {

    display: none;

  }

}



.testimonial-wrapper {

  padding-top: 60px;

  margin-bottom: -40px;

}



.testimonial-wrapper .row>*:nth-child(2n + 2) {

  margin-top: 80px;

}



@media only screen and (min-width: 768px) and (max-width: 991px),

only screen and (max-width: 767px) {

  .testimonial-wrapper .row>*:nth-child(2n + 2) {

    margin-top: 0;

  }

}



.single-testimonial {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  padding-bottom: 40px;

}



@media only screen and (max-width: 575px) {

  .single-testimonial {

    display: block;

  }

}



.single-testimonial .testimonial-author {

  position: relative;

}



@media only screen and (max-width: 575px) {

  .single-testimonial .testimonial-author {

    width: 160px;

    margin: 0 auto;

  }

}



.single-testimonial .testimonial-author::before {

  position: absolute;

  content: "";

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background-image: url(../images/testimonial-shape.webp);

  background-position: center center;

  background-repeat: no-repeat;

  background-size: cover;

  z-index: 1;

}



@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .single-testimonial .testimonial-author img {

    width: 140px;

  }

}



.single-testimonial .testimonial-author .author-quote {

  position: absolute;

  bottom: 0;

  left: 25px;

  z-index: 2;

}



.single-testimonial .testimonial-author .author-quote i {

  border: 1px solid #faa292;

  border-radius: 50%;

  background-color: #faa292;

  -webkit-box-shadow: 0px 21px 32px 0px rgba(0, 0, 0, 0.13);

  box-shadow: 0px 21px 32px 0px rgba(0, 0, 0, 0.13);

  width: 55px;

  height: 55px;

  line-height: 55px;

  font-size: 26px;

  text-align: center;

  display: inline-block;

  color: #ffffff;

}



.single-testimonial .testimonial-content {

  -webkit-box-flex: 1;

  -ms-flex: 1;

  flex: 1;

  padding-left: 30px;

  padding-top: 35px;

  position: relative;

}



@media only screen and (max-width: 575px) {

  .single-testimonial .testimonial-content {

    padding-left: 0;

    padding-top: 65px;

    text-align: center;

  }

}



.single-testimonial .testimonial-content::before {

  position: absolute;

  content: "";

  top: 0;

  left: 50%;

  -webkit-transform: translateX(-50%);

  transform: translateX(-50%);

  width: 110px;

  height: 76px;

  background-image: url(../images/quote.webp);

  background-position: center center;

  background-repeat: no-repeat;

  background-size: contain;

  opacity: 0.16;

}



@media only screen and (max-width: 575px) {

  .single-testimonial .testimonial-content::before {

    top: 30px;

  }

}



.single-testimonial .testimonial-content .name {

  margin-top: 12px;

  font-size: 20px;

  font-weight: 700;

  color: #181e23;

}



.single-testimonial .testimonial-content .rating {

  position: relative;

  display: inline-block;

}



.single-testimonial .testimonial-content .rating::before {

  content: "\f006\f006\f006\f006\f006";

  font-family: "FontAwesome";

  color: #faa292;

  letter-spacing: 8px;

}



.single-testimonial .testimonial-content .rating-star {

  overflow: hidden;

  position: absolute;

  top: 0;

  left: 0;

  height: 100%;

}



.single-testimonial .testimonial-content .rating-star::before {

  content: "\f005\f005\f005\f005\f005";

  font-family: "FontAwesome";

  color: #faa292;

  letter-spacing: 8px;

}



@media only screen and (min-width: 768px) and (max-width: 991px),

only screen and (max-width: 767px) {

  .testimonial-active .swiper-container {

    padding-bottom: 60px;

  }

}



.testimonial-active .swiper-button-next,

.testimonial-active .swiper-button-prev {

  opacity: 1;

  top: auto;

  margin-top: 0;

  bottom: 60px;

  z-index: 9;

  width: auto;

  margin: 0 10px;

  outline: none;

}



@media only screen and (min-width: 768px) and (max-width: 991px),

only screen and (max-width: 767px) {



  .testimonial-active .swiper-button-next,

  .testimonial-active .swiper-button-prev {

    bottom: 40px;

  }

}



.testimonial-active .swiper-button-next::before,

.testimonial-active .swiper-button-prev::before {

  position: absolute;

  content: "";

  top: 50%;

  -webkit-transform: translateY(-50%);

  transform: translateY(-50%);

  height: 2px;

  width: 25px;

  background-color: #dddddd;

  -webkit-transition: all 0.3s linear;

  transition: all 0.3s linear;

}



.testimonial-active .swiper-button-next::after,

.testimonial-active .swiper-button-prev::after {

  font-size: 20px;

  color: #dddddd;

  width: 25px;

  -webkit-transition: all 0.3s linear;

  transition: all 0.3s linear;

}



.testimonial-active .swiper-button-next:hover::before,

.testimonial-active .swiper-button-prev:hover::before {

  background-color: #faa292;

  width: 55px;

}



.testimonial-active .swiper-button-next:hover::after,

.testimonial-active .swiper-button-prev:hover::after {

  color: #faa292;

  width: 55px;

}



.testimonial-active .swiper-button-next {

  left: 46%;

  right: auto;

}



.testimonial-active .swiper-button-next::before {

  right: 0;

}



.testimonial-active .swiper-button-next::after {

  text-align: right;

}



.testimonial-active .swiper-button-prev {

  right: 54%;

  left: auto;

}



.testimonial-active .swiper-button-prev::before {

  left: 0;

}



.testimonial-active .swiper-button-prev::after {

  text-align: left;

}



.blog-wrapper {

  margin-top: -30px;

}



.blog-sidebar-title {

  margin-top: 30px;

}



.blog-sidebar-title .section-title .title {

  display: inline;

  position: relative;

  z-index: 1;

}



.blog-sidebar-title .section-title .title .shape {

  position: absolute;

  top: 46%;

  -webkit-transform: translateY(-50%);

  transform: translateY(-50%);

  right: -70px;

  z-index: -1;

}



.blog-sidebar-title .text {

  font-size: 20px;

  font-weight: 700;

  color: #333333;

  max-width: 320px;

  margin-top: 20px;

}



.blog-sidebar-title .btn {

  margin-top: 42px;

}



.single-blog {

  border: 1px solid #faa292;

  border-radius: 20px;

  background-color: rgb(255, 249, 245);

  position: relative;

  padding: 30px;

  overflow: hidden;

  -webkit-transition: all 0.3s linear;

  transition: all 0.3s linear;

  margin-top: 30px;

}



@media only screen and (max-width: 575px) {

  .single-blog {

    padding: 15px;

  }

}



.single-blog .shape {

  position: absolute;

  bottom: -17px;

  right: -15px;

  opacity: 0.3;

}



.single-blog .blgo-image {

  border-radius: 20px;

  overflow: hidden;

}



.single-blog .blgo-image a {

  display: block;

}



.single-blog .blgo-image a img {

  border-radius: 20px;

  width: 100%;

}



.single-blog .blgo-content {

  padding-top: 20px;

}



.single-blog .blgo-content .meta {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

}



.single-blog .blgo-content .meta li {

  margin-right: 15px;

}



.single-blog .blgo-content .meta li:last-child {

  margin-right: 0;

}



.single-blog .blgo-content .meta li a {

  font-size: 16px;

  font-weight: 400;

  color: #faa292;

  text-transform: uppercase;

}



.single-blog .blgo-content .meta li a i {

  margin-right: 5px;

}



.single-blog .blgo-content .title {

  font-size: 28px;

  font-weight: 700;

  color: #181e23;

  line-height: 1.4;

  margin-top: 6px;

}



@media only screen and (min-width: 992px) and (max-width: 1199px),

only screen and (max-width: 575px) {

  .single-blog .blgo-content .title {

    font-size: 22px;

  }

}



@media only screen and (min-width: 768px) and (max-width: 991px) {

  .single-blog .blgo-content .title {

    font-size: 24px;

  }

}



.single-blog:hover {

  -webkit-box-shadow: 0px 21px 32px 0px rgba(0, 0, 0, 0.13);

  box-shadow: 0px 21px 32px 0px rgba(0, 0, 0, 0.13);

}



.single-blog:hover .blgo-image a img {

  -webkit-transform: scale(1.1);

  transform: scale(1.1);

}



.single-blog:hover .blgo-content .meta li a {

  color: #181e23;

}



.single-brand {

  text-align: center;

}



.page-banner {

  height: 650px;

  background-position: center center;

  background-size: cover;

  background-repeat: no-repeat;

  background-color: #040205;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  position: relative;

  padding-top: 45px;

}



@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .page-banner {

    height: 550px;

  }

}



@media only screen and (min-width: 768px) and (max-width: 991px) {

  .page-banner {

    height: 450px;

  }

}



@media only screen and (max-width: 767px) {

  .page-banner {

    height: 400px;

  }

}



.page-banner .page-social {

  position: absolute;

  bottom: 40px;

  left: 0;

  width: 100%;

}



.page-banner .page-social .social {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  z-index: 1;

  padding-left: 70px;

  position: relative;

}



.page-banner .page-social .social::before {

  position: absolute;

  content: "";

  left: 0;

  top: 50%;

  -webkit-transform: translateY(-50%);

  transform: translateY(-50%);

  width: 70px;

  height: 2px;

  background-color: #faa292;

}



.page-banner .page-social .social li {

  padding-left: 25px;

}



.page-banner .page-social .social li a {

  font-size: 22px;

  color: #faa292;

}



.page-banner-content .title {

  font-size: 80px;

  font-weight: 700;

  color: #faa292;

  line-height: 1.16;

}



@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .page-banner-content .title {

    font-size: 70px;

  }

}



@media only screen and (min-width: 768px) and (max-width: 991px) {

  .page-banner-content .title {

    font-size: 60px;

  }

}



@media only screen and (max-width: 767px) {

  .page-banner-content .title {

    font-size: 42px;

  }

}



@media only screen and (max-width: 575px) {

  .page-banner-content .title {

    font-size: 36px;

  }

}



.page-banner-content p {

  font-size: 16px;

  color: #fdd9d4;

  margin-top: 15px;

  max-width: 400px;

}



.page-banner-content .breadcrumb {

  margin-top: 15px;

}



.page-banner-content .breadcrumb li {

  font-size: 16px;

  font-weight: 400;

  font-family: "Playfair Display", serif;

  color: #fdd9d4;

  position: relative;

}



.page-banner-content .breadcrumb li+li::before {

  content: "-";

  margin: 0 15px;

}



.page-breadcrumb {

  color: #faa292;

  font-size: 18px;

  list-style: none;

  padding: 0;

  margin: 0;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

}



.page-breadcrumb li+li::before {

  content: "\f105";

  font-family: "FontAwesome";

  margin: 0 10px;

}



@media only screen and (max-width: 767px) {

  .page-breadcrumb {

    font-size: 16px;

  }

}



@media only screen and (max-width: 575px) {

  .page-breadcrumb {

    font-size: 14px;

  }

}



.video-image {

  -webkit-box-shadow: 0px 21px 32px 0px rgba(0, 0, 0, 0.13);

  box-shadow: 0px 21px 32px 0px rgba(0, 0, 0, 0.13);

  overflow: hidden;

  border-radius: 67px;

}



@media only screen and (max-width: 767px) {

  .video-image {

    border-radius: 30px;

  }

}



.video-image img {

  width: 100%;

}



.video-content {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  padding-top: 20px;

}



.video-content .video-play {

  font-size: 20px;

  font-weight: 700;

  color: #faa292;

  letter-spacing: 1px;

  margin-top: 20px;

}



@media only screen and (max-width: 767px) {

  .video-content .video-play {

    font-size: 16px;

  }

}



@media only screen and (max-width: 575px) {

  .video-content .video-play {

    font-size: 14px;

  }

}



.video-content .video-play .icon {

  width: 50px;

  height: 50px;

  line-height: 44px;

  border: 3px solid #faa292;

  border-radius: 50%;

  font-size: 16px;

  color: #faa292;

  display: inline-block;

  text-align: center;

  margin-right: 10px;

}



@media only screen and (max-width: 767px) {

  .video-content .video-play .icon {

    width: 45px;

    height: 45px;

    line-height: 41px;

  }

}



@media only screen and (max-width: 575px) {

  .video-content .video-play .icon {

    width: 35px;

    height: 35px;

    line-height: 31px;

    font-size: 14px;

    margin-right: 5px;

  }

}



.video-content .title {

  font-size: 28px;

  font-weight: 700;

  line-height: 1.4;

  position: relative;

  padding-left: 25px;

  margin-left: 25px;

  margin-top: 20px;

}



@media only screen and (max-width: 575px) {

  .video-content .title {

    font-size: 18px;

    margin-left: 15px;

    padding-left: 15px;

  }

}



.video-content .title::before {

  position: absolute;

  content: "";

  height: 38px;

  width: 1px;

  background-color: #faa292;

  top: 0;

  left: 0;

}



@media only screen and (max-width: 575px) {

  .video-content .title::before {

    height: 24px;

  }

}



.video-active .swiper-container {

  margin-left: -35px;

  margin-right: -35px;

}



.video-active .swiper-slide {

  padding: 0 35px;

}



.video-active .swiper-button {

  position: absolute;

  bottom: 6px;

  right: 0px;

  padding: 0 20px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: end;

  -ms-flex-pack: end;

  justify-content: flex-end;

}



.video-active .swiper-button-prev,

.video-active .swiper-button-next {

  font-size: 16px;

  margin: 0 10px;

  color: #4c4c4c;

  bottom: 0;

  top: auto;

  outline: none;

  right: 0;

  left: 0;

  position: relative;

  height: auto;

  width: auto;

}



.video-active .swiper-button-prev::after,

.video-active .swiper-button-next::after {

  display: none;

}



.video-active .swiper-button-prev i,

.video-active .swiper-button-next i {

  margin: 0 5px;

}



.video-active .swiper-button-prev.swiper-button-disabled,

.video-active .swiper-button-next.swiper-button-disabled {

  display: none;

}



.team-title-content .section-title .title {

  display: inline;

  position: relative;

  z-index: 1;

}



.team-title-content .section-title .title .shape {

  position: absolute;

  top: 45%;

  -webkit-transform: translateY(-50%);

  transform: translateY(-50%);

  right: -70px;

  z-index: -1;

}



.team-title-content .text {

  font-size: 18px;

  font-weight: 500;

  color: #333333;

  max-width: 400px;

  margin-top: 10px;

}



.team-title-content .btn {

  margin-top: 42px;

}



.single-team {

  border: 1px solid #bd0003;

  border-radius: 17px;

  background-color: rgb(255, 249, 245);

  padding: 15px;

  text-align: center;

  margin-top: 50px;

  position: relative;

  overflow: hidden;

  -webkit-transition: all 0.3s linear;

  transition: all 0.3s linear;

}



@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .single-team {

    padding: 15px;

  }

}



.single-team .shape {

  position: absolute;

  bottom: -28px;

  right: -15px;

  opacity: 0.3;

}



.single-team .team-image {

  border-radius: 14px;

  overflow: hidden;

}



.single-team .team-image img {

  width: 100%;

  -webkit-transition: all 0.3s linear;

  transition: all 0.3s linear;

}



.single-team .team-content {

  padding-top: 10px;

}



.single-team .team-content .title {

  font-size: 15px;

  font-weight: 600;

  color: #986100;

  font-family: var(--p-font);

  letter-spacing: 1px;

}



.single-team:hover {

  -webkit-box-shadow: 0px 21px 32px 0px rgba(0, 0, 0, 0.13);

  box-shadow: 0px 21px 32px 0px rgba(0, 0, 0, 0.13);

}



.single-team:hover .team-image img {

  -webkit-transform: scale(1.1);

  transform: scale(1.1);

}



.hot-ston-spa-wrapper {

  margin-top: -50px;

}



.hot-ston-spa-image {

  position: relative;

  margin-top: 50px;

  max-width: 560px;

}



.hot-ston-spa-image::before {

  position: absolute;

  content: "";

  top: 0px;

  left: 0px;

  width: 100%;

  height: 100%;

  background-image: url(../images/about-shape.webp);

  background-position: center center;

  background-repeat: no-repeat;

  background-size: cover;

}



.hot-ston-spa-image img {

  width: 100%;

}



.hot-ston-spa-image.spa-image-overlay::before {

  background-image: url(../images/about-shape-2.webp);

}



.hot-ston-spa-image.spa-image-overlay-02::before {

  background-image: url(../images/about-shape-3.webp);

}



@media only screen and (min-width: 1500px),

only screen and (min-width: 1200px) and (max-width: 1499px) {

  .hot-ston-spa-content {

    padding-left: 30px;

  }

}



.hot-ston-spa-content p {

  margin-top: 17px;

}



.hot-ston-spa-content .text {

  font-size: 20px;

  font-weight: 700;

  color: #333333;

  max-width: 430px;

  margin-top: 20px;

}



.hot-ston-spa-content ul li {

  margin-top: 30px;

  padding-left: 35px;

  position: relative;

}



.hot-ston-spa-content ul li::before {

  position: absolute;

  content: "";

  top: 4px;

  left: 0px;

  width: 20px;

  height: 20px;

  background-image: url(../images/dots.webp);

  background-position: center center;

  background-repeat: no-repeat;

  background-size: cover;

}



.hot-ston-spa-content .btn {

  margin-top: 42px;

}



.spa-navigation-wrapper {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-pack: justify;

  -ms-flex-pack: justify;

  justify-content: space-between;

  position: relative;

  overflow: hidden;

  border-radius: 42px;

  border: 1px solid #faa292;

  z-index: 1;

  padding: 25px 40px 40px;

  margin-top: 70px;

  background-size: cover;

  background-repeat: no-repeat;

  background-position: center center;

}



@media only screen and (min-width: 768px) and (max-width: 991px) {

  .spa-navigation-wrapper {

    padding: 15px 30px 30px;

  }

}



@media only screen and (max-width: 767px) {

  .spa-navigation-wrapper {

    padding: 10px 25px 25px;

    border-radius: 20px;

    margin-top: 50px;

  }

}



@media only screen and (max-width: 575px) {

  .spa-navigation-wrapper {

    padding: 5px 20px 15px;

    border-radius: 15px;

  }

}



.spa-navigation-wrapper::before {

  background-color: #fff9f5;

  position: absolute;

  content: "";

  width: 100%;

  height: 100%;

  opacity: 0.75;

  z-index: -1;

  top: 0;

  left: 0;

}



.spa-navigation-wrapper a {

  font-size: 20px;

  font-family: "Playfair Display", serif;

  font-weight: 700;

  color: #000000;

  margin-top: 10px;

  position: relative;

}



@media only screen and (max-width: 767px) {

  .spa-navigation-wrapper a {

    font-size: 18px;

  }

}



@media only screen and (max-width: 575px) {

  .spa-navigation-wrapper a {

    font-size: 15px;

  }

}



.spa-navigation-wrapper a::before {

  position: absolute;

  content: "";

  width: 0;

  height: 1px;

  background-color: #000000;

  left: 0;

  bottom: 5px;

  -webkit-transition: all 0.3s linear;

  transition: all 0.3s linear;

}



.spa-navigation-wrapper a:hover {

  color: #faa292;

}



.spa-navigation-wrapper a:hover::before {

  width: 100%;

  background-color: #faa292;

}



.packages-wrapper {

  padding-top: 40px;

}



.packages-wrapper>.active .single-package {

  background-color: rgb(255, 255, 255);

  -webkit-box-shadow: 0px 21px 32px 0px rgba(0, 0, 0, 0.13);

  box-shadow: 0px 21px 32px 0px rgba(0, 0, 0, 0.13);

}



.single-package {

  border: 1px solid #faa292;

  border-radius: 30px;

  background-color: rgb(255, 249, 245);

  padding: 60px 40px;

  margin-top: 30px;

  position: relative;

  overflow: hidden;

  z-index: 1;

  -webkit-transition: all 0.3s linear;

  transition: all 0.3s linear;

}



.single-package .shape-1 {

  position: absolute;

  top: -20px;

  right: -10px;

  z-index: -1;

  opacity: 0.5;

}



.single-package::before {

  position: absolute;

  content: "";

  top: 50%;

  -webkit-transform: translateY(-50%);

  transform: translateY(-50%);

  left: 0;

  width: 100%;

  height: 260px;

  background-image: url(../images/shape/shape-20.webp);

  background-position: center center;

  background-size: contain;

  background-repeat: no-repeat;

  opacity: 0.25;

}



.single-package .package-header .title {

  font-size: 36px;

  font-weight: 700;

  line-height: 1.4;

  color: #000000;

}



.single-package .package-header p {

  max-width: 200px;

  font-size: 14px;

  margin: 5px auto 0;

}



.single-package .package-body {

  border-top: 1px solid #ffe9da;

  border-bottom: 1px solid #ffe9da;

  margin-top: 20px;

  padding-top: 5px;

  padding-bottom: 30px;

}



.single-package .package-body .package-list li {

  margin-top: 20px;

  padding-left: 35px;

  position: relative;

}



.single-package .package-body .package-list li::before {

  position: absolute;

  content: "";

  top: 4px;

  left: 0px;

  width: 20px;

  height: 20px;

  background-image: url(../images/dots-2.webp);

  background-position: center center;

  background-repeat: no-repeat;

  background-size: cover;

}



.single-package .package-body .package-list li.active::before {

  background-image: url(../images/dots.webp);

}



.single-package .package-footer {

  padding-top: 2px;

}



.single-package .package-footer .price {

  font-size: 14px;

}



.single-package .package-footer .price strong {

  font-size: 48px;

  font-weight: 700;

  color: #000000;

  line-height: 1.4;

}

.foot-link

{

   display: grid;

    grid-template-columns: repeat(2,1fr);

    gap: 0px 5px;

}

.single-package .package-footer .price strong sup {

  top: -16px;

  font-size: 28px;

}



.single-package .package-footer .price span {

  width: 55px;

  display: inline-block;

  text-align: left;

  line-height: 1.2;

  margin-left: 5px;

}



.single-package .package-footer .btn {

  margin-top: 10px;

}



@media only screen and (min-width: 1500px),

only screen and (min-width: 1200px) and (max-width: 1499px),

only screen and (min-width: 992px) and (max-width: 1199px) {

  .single-package .package-footer .btn {

    padding: 0 40px;

    font-size: 20px;

    letter-spacing: 1px;

  }

}



.blog-details {

  margin-top: 30px;

}



.blog-details .details-images img {

  width: 100%;

  border-radius: 46px;

}



@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .blog-details .details-images img {

    border-radius: 36px;

  }

}



@media only screen and (max-width: 767px) {

  .blog-details .details-images img {

    border-radius: 25px;

  }

}



.blog-details .meta {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  padding-top: 28px;

}



.blog-details .meta a {

  font-size: 16px;

  font-weight: 400;

  color: #faa292;

  text-transform: uppercase;

  margin-right: 15px;

}



.blog-details .meta a i {

  margin-right: 5px;

}



.blog-details .meta a:last-child {

  margin-right: 0;

}



.blog-details .title {

  font-size: 50px;

  font-weight: 700;

  color: #181e23;

  margin-top: 20px;

  line-height: 1.2;

}



@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .blog-details .title {

    font-size: 40px;

  }

}



@media only screen and (min-width: 768px) and (max-width: 991px) {

  .blog-details .title {

    font-size: 42px;

  }

}



@media only screen and (max-width: 767px) {

  .blog-details .title {

    font-size: 30px;

  }

}



@media only screen and (max-width: 575px) {

  .blog-details .title {

    font-size: 22px;

  }

}



.blog-details .text {

  font-size: 20px;

  font-weight: 700;

  color: #faa292;

  margin-top: 20px;

}



@media only screen and (max-width: 575px) {

  .blog-details .text {

    font-size: 16px;

  }

}



.blog-details p {

  margin-top: 15px;

}



.blog-details ul {

  padding-top: 15px;

}



.blog-details ul li {

  margin-top: 30px;

  padding-left: 35px;

  position: relative;

}



.blog-details ul li::before {

  position: absolute;

  content: "";

  top: 4px;

  left: 0px;

  width: 20px;

  height: 20px;

  background-image: url(../images/dots.webp);

  background-position: center center;

  background-repeat: no-repeat;

  background-size: cover;

}



.blog-desc-wrapper {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  margin-left: -20px;

  margin-right: -20px;

}



.blog-desc-wrapper .desc-col-1 {

  width: 49%;

  padding: 0 20px;

}



.blog-desc-wrapper .desc-col-2 {

  width: 51%;

  padding: 0 20px;

}



.blog-desc {

  position: relative;

  overflow: hidden;

  border-radius: 30px;

  background-color: rgb(219, 219, 219);

  -webkit-box-shadow: 0px 7px 13px 0px rgba(0, 0, 0, 0.13);

  box-shadow: 0px 7px 13px 0px rgba(0, 0, 0, 0.13);

  margin-top: 45px;

}



.blog-desc img {

  width: 100%;

}



.blog-desc .video-play {

  font-size: 14px;

  font-weight: 700;

  color: #faa292;

  letter-spacing: 1px;

  position: absolute;

  bottom: 20px;

  right: 25px;

}



@media only screen and (max-width: 767px) {

  .blog-desc .video-play {

    font-size: 16px;

  }

}



.blog-desc .video-play .icon {

  width: 30px;

  height: 30px;

  line-height: 24px;

  border: 3px solid #faa292;

  border-radius: 50%;

  font-size: 9px;

  color: #faa292;

  display: inline-block;

  text-align: center;

  margin-right: 6px;

}



.blog-tags-social {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  -webkit-box-pack: justify;

  -ms-flex-pack: justify;

  justify-content: space-between;

  border-top: 1px solid #ffe9da;

  margin-top: 30px;

}



.blog-tags {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  margin-top: 15px;

}



.blog-tags .title {

  font-size: 16px;

  font-weight: 700;

  margin-right: 8px;

}



.blog-tags ul {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

}



.blog-tags ul li {

  margin-left: 3px;

}



.blog-social {

  padding-left: 70px;

  position: relative;

  margin-top: 15px;

}



.blog-social::before {

  position: absolute;

  content: "";

  left: 0;

  top: 50%;

  -webkit-transform: translateY(-50%);

  transform: translateY(-50%);

  width: 70px;

  height: 2px;

  background-color: #faa292;

}



.blog-social a {

  font-size: 18px;

  color: #faa292;

  margin-left: 20px;

}



.blog-comments .comment-title {

  font-size: 28px;

  font-weight: 700;

}



.blog-comments-items,

.blog-comments-form {

  margin-top: 60px;

}



@media only screen and (max-width: 767px) {



  .blog-comments-items,

  .blog-comments-form {

    margin-top: 40px;

  }

}



.comments-items li {

  margin-top: 70px;

}



@media only screen and (max-width: 767px) {

  .comments-items li {

    margin-top: 45px;

  }

}



.comments-reply {

  padding-left: 125px;

}



@media only screen and (max-width: 767px) {

  .comments-reply {

    padding-left: 0;

  }

}



.single-comment {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

}



@media only screen and (max-width: 575px) {

  .single-comment {

    display: block;

  }

}



.single-comment .comment-content {

  -webkit-box-flex: 1;

  -ms-flex: 1;

  flex: 1;

  padding-left: 25px;

}



@media only screen and (max-width: 575px) {

  .single-comment .comment-content {

    padding-left: 0;

    padding-top: 10px;

  }

}



.single-comment .comment-content .title {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  margin-top: -6px;

}



@media only screen and (max-width: 575px) {

  .single-comment .comment-content .title>* {

    margin-top: 10px;

  }

}



.single-comment .comment-content .title .name {

  font-size: 20px;

  font-weight: 700;

  position: relative;

  padding-right: 30px;

}



.single-comment .comment-content .title .name::before {

  position: absolute;

  content: "";

  width: 1px;

  height: 15px;

  background-color: #faa292;

  top: 50%;

  -webkit-transform: translateY(-50%);

  transform: translateY(-50%);

  right: 15px;

}



.single-comment .comment-content .title span {

  font-size: 14px;

  font-weight: 400;

  color: #faa292;

  text-transform: uppercase;

  position: relative;

  margin-right: 25px;

}



.single-comment .comment-content .title span i {

  margin-right: 5px;

}



.single-comment .comment-content p {

  margin-top: 5px;

}



.single-comment .comment-content .reply {

  margin-top: 5px;

  color: #faa292;

  font-size: 14px;

}



.comments-form {

  padding-top: 20px;

}



@media only screen and (min-width: 1500px),

only screen and (min-width: 1200px) and (max-width: 1499px),

only screen and (min-width: 992px) and (max-width: 1199px) {

  .comments-form .btn {

    padding: 0 40px;

    font-size: 20px;

    letter-spacing: 1px;

  }

}



.shop-wrapper {

  margin-top: -30px;

}



.single-product {

  border: 1px solid #faa292;

  border-radius: 17px;

  background-color: rgb(255, 249, 245);

  padding: 30px;

  text-align: center;

  margin-top: 30px;

  position: relative;

  overflow: hidden;

}



@media only screen and (min-width: 992px) and (max-width: 1199px),

only screen and (max-width: 767px) {

  .single-product {

    padding: 15px;

  }

}



.single-product .shape {

  position: absolute;

  bottom: -28px;

  right: -15px;

  opacity: 0.3;

}



.single-product .product-image {

  border-radius: 14px;

  overflow: hidden;

}



.single-product .product-image a {

  display: block;

}



.single-product .product-image a img {

  width: 100%;

  -webkit-transition: all 0.3s linear;

  transition: all 0.3s linear;

}



.single-product .product-content {

  padding-top: 18px;

}



.single-product .product-content .title {

  color: #faa292;

  font-size: 28px;

  font-weight: 700;

}



@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .single-product .product-content .title {

    font-size: 22px;

  }

}



@media only screen and (max-width: 767px) {

  .single-product .product-content .title {

    font-size: 20px;

  }

}



.single-product .product-content .title a:hover {

  color: #181e23;

}



.single-product .product-content .price-rating {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

}



.single-product .product-content .price-rating span {

  color: #6b6b6b;

  font-size: 16px;

  margin: 0 10px;

}



.single-product .product-content .price-rating .rating {

  text-decoration: underline;

}



.product-details {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  margin-left: -17px;

  margin-right: -17px;

}



.product-col-1 {

  width: 45%;

  padding: 0 17px;

}



@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .product-col-1 {

    width: 50%;

  }

}



@media only screen and (max-width: 767px) {

  .product-col-1 {

    width: 100%;

  }

}



.product-col-2 {

  width: 55%;

  padding: 0 17px;

}



@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .product-col-2 {

    width: 50%;

  }

}



@media only screen and (max-width: 767px) {

  .product-col-2 {

    width: 100%;

  }

}



.product-details-image {

  border: 1px solid #faa292;

  border-radius: 17px;

  background-color: rgb(255, 249, 245);

  padding: 30px;

  text-align: center;

  margin-top: 30px;

  position: relative;

  overflow: hidden;

  z-index: 1;

}



@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .product-details-image {

    padding: 15px;

  }

}



@media only screen and (max-width: 575px) {

  .product-details-image {

    padding: 20px;

  }

}



.product-details-image .shape {

  position: absolute;

  bottom: -22px;

  right: -25px;

  opacity: 0.3;

  z-index: -1;

}



.product-details-image .image {

  border-radius: 14px;

  overflow: hidden;

}



.product-details-image .image img {

  width: 100%;

}



.product-details-content {

  margin-top: 30px;

}



.product-details-content .title {

  font-size: 48px;

  font-weight: 700;

  color: #faa292;

  line-height: 1.2;

  margin-top: -10px;

}



@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .product-details-content .title {

    font-size: 36px;

  }

}



@media only screen and (min-width: 768px) and (max-width: 991px) {

  .product-details-content .title {

    font-size: 42px;

  }

}



@media only screen and (max-width: 575px) {

  .product-details-content .title {

    font-size: 34px;

  }

}



.product-details-content>p {

  margin-top: 15px;

}



.product-price-ratng {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

}



.product-price {

  margin-top: 5px;

  margin-right: 30px;

}



.product-price>* {

  margin-right: 20px;

}



@media only screen and (max-width: 575px) {

  .product-price>* {

    margin-right: 10px;

  }

}



.product-price>*:last-child {

  margin-right: 0;

}



.product-price .sale-price {

  font-size: 28px;

  font-weight: 700;

  color: #181e23;

}



@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .product-price .sale-price {

    font-size: 24px;

  }

}



@media only screen and (max-width: 575px) {

  .product-price .sale-price {

    font-size: 20px;

  }

}



.product-price .regular-price {

  font-size: 28px;

  font-weight: 700;

  color: #a9a9a9;

  text-decoration: line-through;

}



@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .product-price .regular-price {

    font-size: 24px;

  }

}



@media only screen and (max-width: 575px) {

  .product-price .regular-price {

    font-size: 20px;

  }

}



.product-ratng {

  margin-top: 5px;

}



.product-ratng .ratng {

  position: relative;

  display: inline-block;

}



.product-ratng .ratng::before {

  content: "\f006\f006\f006\f006\f006";

  font-family: "FontAwesome";

  color: #faa292;

  letter-spacing: 8px;

}



.product-ratng .ratng-star {

  overflow: hidden;

  position: absolute;

  top: 0;

  left: 0;

  height: 100%;

}



.product-ratng .ratng-star::before {

  content: "\f005\f005\f005\f005\f005";

  font-family: "FontAwesome";

  color: #faa292;

  letter-spacing: 8px;

}



.stock-sku {

  padding-top: 8px;

}



.stock-sku p {

  font-size: 20px;

  font-weight: 700;

  color: #181e23;

  margin-top: 5px;

}



@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .stock-sku p {

    font-size: 18px;

  }

}



.stock-sku p span {

  color: #faa292;

}



.product-meta {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  padding-top: 10px;

}



.product-meta>* {

  margin-top: 10px;

  margin-right: 15px;

}



.product-meta>*:last-child {

  margin-right: 0;

}



.quantity {

  position: relative;

  background-color: #faa292;

  border-radius: 50px;

  display: -webkit-inline-box;

  display: -ms-inline-flexbox;

  display: inline-flex;

  overflow: hidden;

  z-index: 1;

}



.quantity::before {

  position: absolute;

  content: "";

  left: 5px;

  top: 5px;

  right: 5px;

  bottom: 5px;

  border: 1px solid #ffffff;

  border-radius: 50px;

  z-index: -1;

}



.quantity>*:first-child {

  text-align: right;

}



.quantity>*:last-child {

  text-align: left;

}



.quantity button {

  width: 35px;

  height: 50px;

  padding: 0 8px;

  font-size: 18px;

  font-weight: 700;

  background: none;

  border: 0;

}



.quantity input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]) {

  width: 36px;

  height: 50px;

  border-radius: 0;

  background: none;

  border: 0;

  color: #181e23;

  padding: 0 5px;

  text-align: center;

  font-weight: 700;

  font-size: 16px;

}



.meta-action .action {

  border-radius: 50%;

  background-color: rgb(255, 249, 245);

  width: 40px;

  height: 40px;

  font-size: 20px;

  border: 1px solid transparent;

  color: #faa292;

  -webkit-transition: all 0.3s linear;

  transition: all 0.3s linear;

  margin-right: 15px;

}



.meta-action .action:last-child {

  margin-right: 0;

}



.meta-action .action:hover {

  border-color: #faa292;

  -webkit-box-shadow: 0px 11px 18px 0px rgba(0, 0, 0, 0.13);

  box-shadow: 0px 11px 18px 0px rgba(0, 0, 0, 0.13);

}



.product-categories-tags {

  padding-top: 5px;

}



.product-categories {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  margin-top: 12px;

}



.product-categories .label {

  font-size: 18px;

  font-weight: 700;

  color: #181e23;

  margin-right: 5px;

}



.product-categories ul {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

}



.product-categories ul li {

  font-size: 18px;

  font-weight: 400;

  color: #181e23;

}



.product-categories ul li::after {

  content: "//";

  font-size: 18px;

  font-weight: 400;

  color: #181e23;

  margin: 0 4px;

}



.product-categories ul li:last-child::after {

  display: none;

}



.product-details-tab {

  padding-top: 40px;

}



.product-details-tab .nav {

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

}



.product-details-tab .nav li {

  position: relative;

  padding-top: 10px;

}



.product-details-tab .nav li::after {

  content: "//";

  font-size: 28px;

  font-weight: 700;

  font-family: "Playfair Display", serif;

  color: #181e23;

  margin: 0 8px;

}



@media only screen and (max-width: 575px) {

  .product-details-tab .nav li::after {

    font-size: 20px;

  }

}



.product-details-tab .nav li:last-child::after {

  display: none;

}



.product-details-tab .nav li button {

  font-size: 28px;

  font-weight: 700;

  font-family: "Playfair Display", serif;

  color: #181e23;

  line-height: 1.2;

  border: 0;

  background: none;

}



@media only screen and (max-width: 575px) {

  .product-details-tab .nav li button {

    font-size: 20px;

  }

}



.product-details-tab .nav li button.active {

  color: #faa292;

}



.product-details-tab .nav li:hover button {

  color: #faa292;

}



.reviews .reviews-title {

  font-size: 28px;

  font-weight: 700;

}



.single-review {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  margin-top: 70px;

}



@media only screen and (max-width: 767px) {

  .single-review {

    margin-top: 45px;

  }

}



@media only screen and (max-width: 575px) {

  .single-review {

    display: block;

  }

}



.single-review .review-content {

  -webkit-box-flex: 1;

  -ms-flex: 1;

  flex: 1;

  padding-left: 25px;

}



@media only screen and (max-width: 575px) {

  .single-review .review-content {

    padding-left: 0;

    padding-top: 10px;

  }

}



.single-review .review-content .name {

  font-size: 20px;

  font-weight: 700;

  padding-right: 30px;

}



.single-review .review-content .date {

  font-size: 16px;

  font-weight: 400;

  color: #faa292;

  text-transform: uppercase;

  position: relative;

  margin-top: 8px;

  display: block;

}



.single-review .review-content .date i {

  margin-right: 5px;

}



.single-review .review-content p {

  margin-top: 10px;

}



.reviews-form {

  margin-top: 60px;

}



@media only screen and (max-width: 767px) {

  .reviews-form {

    margin-top: 40px;

  }

}



.reviews-form .form-wrapper {

  padding-top: 15px;

}



@media only screen and (min-width: 1500px),

only screen and (min-width: 1200px) and (max-width: 1499px),

only screen and (min-width: 992px) and (max-width: 1199px) {

  .reviews-form .btn {

    padding: 0 40px;

    font-size: 20px;

    letter-spacing: 1px;

  }

}



.reviews-rating {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  margin-top: 20px;

}



.reviews-rating label {

  font-size: 16px;

  font-weight: 700;

  color: #181e23;

  margin-right: 5px;

  margin-bottom: 0;

}



.reviews-rating .gl-star-rating--stars::after,

.reviews-rating .gl-star-rating--stars::before {

  display: none;

}



.reviews-rating .gl-star-rating--stars span {

  width: 18px;

  height: 18px;

}



.related-product {

  padding-top: 12px;

}



.related-product-wrapper {

  padding-top: 20px;

}



@media only screen and (max-width: 767px) {

  .related-product-wrapper {

    padding-top: 0;

  }

}



.product-active .swiper-container {

  padding-bottom: 70px;

}



.product-active .swiper-button-next,

.product-active .swiper-button-prev {

  opacity: 1;

  top: auto;

  margin-top: 0;

  bottom: 0;

  z-index: 9;

  width: auto;

  margin: 0 10px;

}



.product-active .swiper-button-next::before,

.product-active .swiper-button-prev::before {

  position: absolute;

  content: "";

  top: 50%;

  -webkit-transform: translateY(-50%);

  transform: translateY(-50%);

  height: 2px;

  width: 25px;

  background-color: #dddddd;

  -webkit-transition: all 0.3s linear;

  transition: all 0.3s linear;

}



.product-active .swiper-button-next::after,

.product-active .swiper-button-prev::after {

  font-size: 20px;

  color: #dddddd;

  width: 25px;

  -webkit-transition: all 0.3s linear;

  transition: all 0.3s linear;

}



.product-active .swiper-button-next:hover::before,

.product-active .swiper-button-prev:hover::before {

  background-color: #faa292;

  width: 55px;

}



.product-active .swiper-button-next:hover::after,

.product-active .swiper-button-prev:hover::after {

  color: #faa292;

  width: 55px;

}



.product-active .swiper-button-next {

  left: 50%;

  right: auto;

}



.product-active .swiper-button-next::after {

  text-align: right;

}



.product-active .swiper-button-prev {

  right: 50%;

  left: auto;

}



.product-active .swiper-button-prev::after {

  text-align: left;

}



.therapy-details-wrapper {

  margin-top: -30px;

}



.therapy-details {

  margin-top: 30px;

}



@media only screen and (min-width: 1500px),

only screen and (min-width: 1200px) and (max-width: 1499px) {

  .therapy-details {

    padding-right: 50px;

  }

}



.therapy-details .details-immage img {

  width: 100%;

  border-radius: 53px;

}



@media only screen and (max-width: 767px) {

  .therapy-details .details-immage img {

    border-radius: 30px;

  }

}



.therapy-details .title {

  font-size: 50px;

  font-weight: 700;

  color: #faa292;

  margin-top: 50px;

  line-height: 1.2;

  letter-spacing: 1px;

}



@media only screen and (min-width: 768px) and (max-width: 991px) {

  .therapy-details .title {

    font-size: 42px;

  }

}



@media only screen and (max-width: 767px) {

  .therapy-details .title {

    font-size: 38px;

    margin-top: 30px;

  }

}



@media only screen and (max-width: 575px) {

  .therapy-details .title {

    font-size: 28px;

  }

}



.therapy-details .text {

  font-size: 20px;

  font-weight: 700;

  color: #333333;

  margin-top: 20px;

}



@media only screen and (max-width: 767px) {

  .therapy-details .text {

    font-size: 18px;

  }

}



@media only screen and (max-width: 575px) {

  .therapy-details .text {

    font-size: 16px;

  }

}



.therapy-details p {

  margin-top: 20px;

}



.therapy-details ul {

  padding-top: 15px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

}



.therapy-details ul li {

  margin-top: 30px;

  padding-left: 30px;

  padding-right: 20px;

  position: relative;

  width: 50%;

}



@media only screen and (max-width: 575px) {

  .therapy-details ul li {

    width: 100%;

    padding-right: 0;

  }

}



.therapy-details ul li::before {

  position: absolute;

  content: "";

  top: 4px;

  left: 0px;

  width: 20px;

  height: 20px;

  background-image: url(../images/dots.webp);

  background-position: center center;

  background-repeat: no-repeat;

  background-size: cover;

}



.desc-immage {

  margin-top: 45px;

}



.desc-immage .image {

  position: relative;

}



.desc-immage .image::before {

  position: absolute;

  content: "";

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background-image: url(../images/why-chose.webp);

  background-position: center center;

  background-repeat: no-repeat;

  background-size: cover;

}



.desc-immage .image img {

  width: 100%;

}



.desc-content p {

  line-height: 1.87;

}



.therapy-video {

  margin-top: 50px;

}



.therapy-video .therapy-video-images {

  border-radius: 67px;

  background-color: rgb(219, 219, 219);

  -webkit-box-shadow: 0px 21px 32px 0px rgba(0, 0, 0, 0.13);

  box-shadow: 0px 21px 32px 0px rgba(0, 0, 0, 0.13);

  overflow: hidden;

}



@media only screen and (max-width: 767px) {

  .therapy-video .therapy-video-images {

    border-radius: 30px;

  }

}



.therapy-video .therapy-video-images img {

  width: 100%;

}



.therapy-video .therapy-video-content {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  padding-top: 20px;

}



.therapy-video .therapy-video-content .video-play {

  font-size: 20px;

  font-weight: 700;

  color: #faa292;

  letter-spacing: 1px;

  margin-top: 20px;

}



@media only screen and (max-width: 767px) {

  .therapy-video .therapy-video-content .video-play {

    font-size: 16px;

  }

}



@media only screen and (max-width: 575px) {

  .therapy-video .therapy-video-content .video-play {

    font-size: 14px;

  }

}



.therapy-video .therapy-video-content .video-play .icon {

  width: 50px;

  height: 50px;

  line-height: 44px;

  border: 3px solid #faa292;

  border-radius: 50%;

  font-size: 16px;

  color: #faa292;

  display: inline-block;

  text-align: center;

  margin-right: 10px;

}



@media only screen and (max-width: 767px) {

  .therapy-video .therapy-video-content .video-play .icon {

    width: 45px;

    height: 45px;

    line-height: 41px;

  }

}



@media only screen and (max-width: 575px) {

  .therapy-video .therapy-video-content .video-play .icon {

    width: 35px;

    height: 35px;

    line-height: 31px;

    font-size: 14px;

    margin-right: 5px;

  }

}



.therapy-video .therapy-video-content .video-title {

  font-size: 28px;

  font-weight: 700;

  line-height: 1.4;

  position: relative;

  padding-left: 25px;

  margin-left: 25px;

  margin-top: 20px;

}



@media only screen and (max-width: 575px) {

  .therapy-video .therapy-video-content .video-title {

    font-size: 18px;

    margin-left: 15px;

    padding-left: 15px;

  }

}



.therapy-video .therapy-video-content .video-title::before {

  position: absolute;

  content: "";

  height: 38px;

  width: 1px;

  background-color: #faa292;

  top: 0;

  left: 0;

}



@media only screen and (max-width: 575px) {

  .therapy-video .therapy-video-content .video-title::before {

    height: 24px;

  }

}





.pos-rel {

  position: relative;

}



.contact-image {

  margin-top: 50px;

}



@media only screen and (min-width: 1500px),

only screen and (min-width: 1200px) and (max-width: 1499px) {

  .contact-image {

    padding-right: 35px;

  }

}



.contact-image img {

  width: 100%;

  border-radius: 46px;

}



@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .contact-image img {

    border-radius: 36px;

  }

}



@media only screen and (max-width: 767px) {

  .contact-image img {

    border-radius: 25px;

  }

}



.contact-info .title {

  font-size: 50px;

  font-weight: 700;

  color: #faa292;

  line-height: 1.2;

  margin-top: -10px;

}



@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .contact-info .title {

    font-size: 44px;

  }

}



@media only screen and (min-width: 768px) and (max-width: 991px) {

  .contact-info .title {

    font-size: 40px;

  }

}



@media only screen and (max-width: 767px) {

  .contact-info .title {

    font-size: 38px;

  }

}



@media only screen and (max-width: 575px) {

  .contact-info .title {

    font-size: 28px;

  }

}



.contact-info .text {

  font-size: 28px;

  color: #333333;

  margin-top: 5px;

}



@media only screen and (max-width: 767px) {

  .contact-info .text {

    font-size: 18px;

  }

}



@media only screen and (max-width: 575px) {

  .contact-info .text {

    font-size: 16px;

  }

}



.single-info .info-title {

  font-size: 28px;

  font-weight: 700;

  color: #faa292;

  line-height: 1.2;

  margin-bottom: 10px;

}



.contact-info .single-info .info-title {

  font-size: 20px;

  font-weight: 700;

  color: #bd0003;

  line-height: 1.2;

  margin-bottom: 10px;

  font-family: "Bricolage Grotesque", sans-serif;

  border-bottom: 1px solid #e2c873;

  padding-bottom: 10px;

}



.contact-info .single-info h4 {

  display: flex;

  align-items: center;

}



.contact-info .row {

  gap: 40px 35px;

}



.contact-info .single-info h4::before {

  content: "";

  display: inline-block;

  background-image: url(../images/shape/leaf2.png);

  width: 25px;

  height: 25px;

  margin-right: 5px;

  background-size: contain;

  background-repeat: no-repeat;

}



.contact-info .single-info p {

  color: #000;

}



@media only screen and (min-width: 992px) and (max-width: 1199px),

only screen and (max-width: 767px) {

  .single-info .info-title {

    font-size: 24px;

  }

}



@media only screen and (max-width: 575px) {

  .single-info .info-title {

    font-size: 20px;

  }

}



.single-info .social {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  padding-top: 5px;

}



.single-info .social li {

  margin-right: 15px;

}



.single-info .social li *:last-child {

  margin-right: 0;

}



.single-info .social li a {

  border: 2px solid #bd0003;

  border-radius: 50%;

  background-color: rgb(255, 249, 245);

  width: 30px;

  height: 30px;

  line-height: 28px;

  text-align: center;

  color: #bd0003;

}



.single-info .social li a:hover {

  background-color: #faa292;

  color: #ffffff;

}



.contact-form-wrapper {

  padding-top: 50px;

}



.contact-form {

  margin-top: 50px;

}



@media only screen and (min-width: 1500px),

only screen and (min-width: 1200px) and (max-width: 1499px) {

  .contact-form {

    padding-right: 60px;

  }

}



.contact-form .form-title {

  font-size: 50px;

  font-weight: 700;

  color: #faa292;

  line-height: 1.2;

  margin-top: -10px;

  padding-bottom: 20px;

}



@media only screen and (min-width: 768px) and (max-width: 991px) {

  .contact-form .form-title {

    font-size: 42px;

  }

}



@media only screen and (max-width: 767px) {

  .contact-form .form-title {

    font-size: 38px;

    margin-top: 30px;

  }

}



@media only screen and (max-width: 575px) {

  .contact-form .form-title {

    font-size: 28px;

  }

}



@media only screen and (min-width: 1500px),

only screen and (min-width: 1200px) and (max-width: 1499px),

only screen and (min-width: 992px) and (max-width: 1199px) {

  .contact-form .btn {

    padding: 0 40px;

    font-size: 20px;

    letter-spacing: 1px;

  }

}



@media only screen and (min-width: 1500px),

only screen and (min-width: 1200px) and (max-width: 1499px) {

  .contact-form-image {

    padding-left: 20px;

    padding-right: 50px;

  }

}



.contact-form-image .image {

  position: relative;

}



.contact-form-image .image::before {

  position: absolute;

  content: "";

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background-image: url(../images/shape/contact-shape.webp);

  background-position: center center;

  background-repeat: no-repeat;

  background-size: cover;

}



.contact-form-image .image img {

  width: 100%;

}



.register-login-form .title {

  font-size: 28px;

  line-height: 1.1;

  margin-top: -8px;

}



@media only screen and (max-width: 767px) {

  .register-login-form .title {

    font-size: 24px;

  }

}



@media only screen and (max-width: 575px) {

  .register-login-form .title {

    font-size: 20px;

  }

}



.register-login-form .title span {

  color: #faa292;

  position: relative;

}



.register-login-form p {

  margin-top: 25px;

  text-align: center;

  font-weight: 600;

}



.register-login-form p+p {

  margin-top: 5px;

}



.register-login-form .btn+.btn {

  margin-top: 30px;

}



.faq-accordion {

  padding-top: 40px;

}



.faq-accordion .accordion-item {

  border-radius: 2px;

  margin-top: 20px;

  border: 1px solid #ffe9da;

}



.faq-accordion .accordion-item button {

  display: block;

  width: 100%;

  text-align: left;

  padding: 17px 30px;

  padding-right: 55px;

  font-size: 24px;

  font-weight: 500;

  font-family: "Playfair Display", serif;

  border: 0;

  color: #ffffff;

  background-color: #faa292;

  border-bottom: 1px solid #ffe9da;

  -webkit-transition: all 0.3s linear;

  transition: all 0.3s linear;

  position: relative;

}



@media only screen and (max-width: 767px) {

  .faq-accordion .accordion-item button {

    font-size: 20px;

  }

}



@media only screen and (max-width: 575px) {

  .faq-accordion .accordion-item button {

    font-size: 16px;

    padding: 12px 20px;

    padding-right: 45px;

  }

}



.faq-accordion .accordion-item button::before {

  position: absolute;

  top: 50%;

  -webkit-transform: translateY(-50%);

  transform: translateY(-50%);

  right: 30px;

  content: "\eab9";

  font-family: IcoFont;

  -webkit-transition: all 0.3s linear;

  transition: all 0.3s linear;

  color: #ffffff;

}



@media only screen and (max-width: 575px) {

  .faq-accordion .accordion-item button::before {

    right: 20px;

  }

}



.faq-accordion .accordion-item button.collapsed {

  color: #4c4c4c;

  background-color: transparent;

  border-bottom-color: transparent;

  -webkit-transition: all 0.3s linear;

  transition: all 0.3s linear;

}



.faq-accordion .accordion-item button.collapsed::before {

  content: "\ea99";

  color: #4c4c4c;

}



.faq-accordion .accordion-item .accordion-body {

  padding: 25px 30px;

}



@media only screen and (max-width: 575px) {

  .faq-accordion .accordion-item .accordion-body {

    padding: 15px 20px;

  }

}



.faq-accordion .accordion-item .accordion-body p {

  line-height: 1.75;

}



.faq-accordion .accordion-item .accordion-body p+p {

  margin-top: 20px;

}



.faq-btn {

  padding-top: 80px;

  text-align: center;

}



@media only screen and (max-width: 767px) {

  .faq-btn {

    padding-top: 40px;

  }

}



.cart-table .table {

  margin-bottom: 0;

}



.cart-table .table thead tr th {

  background-color: rgba(250, 162, 146, 0.1);

  border: 1px solid transparent;

  border-bottom: 0;

  padding: 10px 20px;

  text-align: center;

  font-size: 18px;

  font-weight: 700;

  font-family: "Playfair Display", serif;

  white-space: nowrap;

  color: #181e23;

}



.cart-table .table thead tr th.product-thumb {

  min-width: 150px;

  width: 150px;

}



.cart-table .table thead tr th.product-info {

  min-width: 330px;

  text-align: left;

}



.cart-table .table thead tr th.product-quantity {

  min-width: 120px;

}



.cart-table .table thead tr th.product-total-price {

  min-width: 90px;

}



.cart-table .table thead tr th.product-add-cart {

  min-width: 120px;

}



.cart-table .table thead tr th.product-action {

  min-width: 50px;

}



.cart-table .table tbody tr td {

  border: 1px solid rgba(250, 162, 146, 0.1);

  padding: 20px 20px;

  vertical-align: middle;

}



.cart-table .table tbody tr td.Product-thumb {

  text-align: center;

}



.cart-table .table tbody tr td.product-info .name a {

  text-decoration: none;

  font-weight: 600;

  line-height: 1;

  color: #4c4c4c;

  font-size: 18px;

  text-transform: capitalize;

  -webkit-transition: all 0.3s linear;

  transition: all 0.3s linear;

}



.cart-table .table tbody tr td.product-info .name a:hover {

  color: #faa292;

}



.cart-table .table tbody tr td.product-info .product-prices {

  margin-top: 10px;

}



.cart-table .table tbody tr td.product-info .product-prices .regular-price {

  font-size: 18px;

  font-weight: 500;

  color: #c0bfbf;

  text-decoration: line-through;

  margin-right: 8px;

}



.cart-table .table tbody tr td.product-info .product-prices .sale-price {

  margin-right: 8px;

  font-size: 18px;

  font-weight: 500;

  color: #4c4c4c;

}



.cart-table .table tbody tr td.product-info .product-prices .discount-percentage {

  font-weight: 400;

  font-size: 14px;

  line-height: 26px;

  color: #ffffff;

  padding: 0 10px 0 10px;

  background: #4c4c4c;

  vertical-align: 5px;

  border-radius: 3px;

  text-transform: capitalize;

  display: inline-block;

}



.cart-table .table tbody tr td.product-info .product-size-color p {

  font-size: 16px;

  font-weight: 500;

  margin-top: 5px;

  color: #909296;

}



.cart-table .table tbody tr td.product-quantity {

  text-align: center;

}



.cart-table .table tbody tr td.product-total-price {

  text-align: center;

}



.cart-table .table tbody tr td.product-total-price .price {

  font-size: 18px;

  font-weight: 600;

  color: #4c4c4c;

}



.cart-table .table tbody tr td.product-add-cart {

  text-align: center;

}



@media only screen and (min-width: 1500px),

only screen and (min-width: 1200px) and (max-width: 1499px) {

  .cart-table .table tbody tr td.product-add-cart .btn {

    height: 50px;

    line-height: 50px;

    padding: 0 30px;

  }

}



.cart-table .table tbody tr td.product-action {

  text-align: center;

}



.cart-table .table tbody tr td.product-action .remove {

  font-size: 20px;

  border: 0;

  background: none;

  padding: 0;

}



.cart-table .table tbody tr td.product-action .remove:hover {

  color: #faa292;

}



.cart-btn {

  border: 1px solid rgba(250, 162, 146, 0.1);

  padding: 10px 20px 20px;

  border-top: 0;

}



@media only screen and (max-width: 575px) {

  .cart-btn {

    padding: 10px 10px 20px;

  }

}



.cart-btn .btn {

  margin-top: 10px;

  margin-right: 10px;

}



@media only screen and (min-width: 1500px),

only screen and (min-width: 1200px) and (max-width: 1499px) {

  .cart-btn .btn {

    height: 50px;

    line-height: 50px;

    padding: 0 25px;

  }

}



@media only screen and (max-width: 575px) {

  .cart-btn .btn {

    margin-right: 5px;

  }

}



.cart-btn .btn:last-child {

  margin-right: 0;

}



.cart-shipping,

.cart-totals {

  margin-top: 48px;

}



.cart-title .title {

  color: #181e23;

  font-size: 24px;

  text-transform: none;

  margin-bottom: 15px;

}



@media only screen and (max-width: 575px) {

  .cart-title .title {

    font-size: 20px;

  }

}



@media only screen and (min-width: 1500px),

only screen and (min-width: 1200px) and (max-width: 1499px) {

  .cart-form .single-form .btn {

    height: 50px;

    line-height: 50px;

    padding: 0 30px;

  }

}



.cart-totals .cart-total-table {

  background-color: #f7f8f8;

  padding: 10px 25px;

  margin-bottom: 30px;

}



.cart-totals .cart-total-table .table {

  margin-bottom: 0;

}



.cart-totals .cart-total-table .table tbody tr td {

  padding: 5px 0;

  border-top: 0;

  border-color: rgba(250, 162, 146, 0.1);

}



.cart-totals .cart-total-table .table tbody tr:last-child td {

  border-bottom: 1px;

}



.cart-totals .cart-total-table .shipping-list li+li {

  margin-top: 5px;

}



.cart-totals .cart-total-table .value,

.cart-totals .cart-total-table .price {

  font-size: 15px;

  font: 400px;

  color: #000000;

}



.cart-totals .cart-total-table .value {

  text-transform: capitalize;

}



@media only screen and (min-width: 1500px),

only screen and (min-width: 1200px) and (max-width: 1499px) {

  .cart-totals .btn {

    height: 50px;

    line-height: 50px;

    padding: 0 30px;

  }

}



.empty-cart .empty-cart-title {

  color: #333333;

  font-size: 38px;

  margin-top: -10px;

}



@media only screen and (max-width: 767px) {

  .empty-cart .empty-cart-title {

    font-size: 24px;

  }

}



.empty-cart .empty-cart-img {

  width: 110px;

  margin: 0 auto;

  padding-top: 25px;

}



.empty-cart p {

  font-size: 16px;

  text-transform: capitalize;

  margin-top: 30px;

  color: #181e23;

}



.empty-cart .btn {

  margin-top: 20px;

}



.compare-wrapper {

  margin-top: -20px;

}



.compare-wrapper .table {

  margin-bottom: 0;

}



.compare-wrapper .table.table-striped>tbody>tr:nth-of-type(2n + 1) {

  --bs-table-accent-bg: none;

  color: #4c4c4c;

}



.compare-wrapper .table.table-striped>tbody>tr:nth-of-type(2n + 2) {

  background-color: #eeeeee;

}



.compare-wrapper .table tbody tr th,

.compare-wrapper .table tbody tr td {

  color: #4c4c4c;

  font-size: 16px;

  font-weight: 600;

  text-transform: capitalize;

  border: 0;

  padding: 15px;

}



.compare-wrapper .table tbody tr th {

  white-space: nowrap;

}



@media only screen and (max-width: 767px) {

  .compare-wrapper .table tbody tr th {

    display: none;

  }

}



.compare-wrapper .table tbody tr td {

  vertical-align: middle;

  font-weight: 500;

  font-size: 14px;

  min-width: 330px;

}



.compare-product {

  position: relative;

  display: inline-block;

  padding-top: 2.5rem;

  margin-bottom: 15px;

}



.compare-product .compare-remove {

  padding: 0;

  padding-right: 20px;

  font-size: 14px;

  font-weight: 500;

  position: absolute;

  top: 0;

  right: 0;

  color: #4c4c4c;

  border: 0;

  background: none;

}



.compare-product .compare-remove::after,

.compare-product .compare-remove::before {

  content: " ";

  position: absolute;

  right: 0;

  top: 50%;

  width: 15px;

  height: 2px;

  display: inline-block;

  -webkit-transform: rotate(0);

  transform: rotate(0);

  background-color: currentColor;

  -webkit-transition: background-color 0.2s ease-in-out,

    transform 0.2s ease-in-out, width 0.2s ease-in-out;

  -webkit-transition: background-color 0.2s ease-in-out, width 0.2s ease-in-out,

    -webkit-transform 0.2s ease-in-out;

  transition: background-color 0.2s ease-in-out, width 0.2s ease-in-out,

    -webkit-transform 0.2s ease-in-out;

  transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out,

    width 0.2s ease-in-out;

  transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out,

    width 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;

}



.compare-product .compare-remove:hover {

  color: #faa292;

}



.compare-product .compare-remove:hover::before {

  -webkit-transform: rotate(45deg);

  transform: rotate(45deg);

  background-color: #faa292;

}



.compare-product .compare-remove:hover::after {

  -webkit-transform: rotate(-45deg);

  transform: rotate(-45deg);

  background-color: #faa292;

}



.pack-product-container .desc-box {

  margin-top: 20px;

}



.pack-product-container .desc-box .product-name {

  font-size: 18px;

  font-weight: 600;

  font-family: "Playfair Display", serif;

  display: block;

  white-space: nowrap;

  overflow: hidden;

  text-overflow: ellipsis;

}



.pack-product-container .desc-box .product-reviews {

  margin-top: 5px;

}



.pack-product-container .desc-box .product-reviews .review-star {

  position: relative;

  display: inline-block;

}



.pack-product-container .desc-box .product-reviews .review-star::before {

  content: "\f005\f005\f005\f005\f005";

  font-size: 14px;

  font-family: FontAwesome;

  display: inline-block;

  color: #dbdbdb;

  font-weight: 400;

  line-height: 1;

  vertical-align: middle;

  letter-spacing: 3px;

}



.pack-product-container .desc-box .product-reviews .review-star .star {

  position: absolute;

  top: 0;

  left: 0;

  height: 100%;

  z-index: 2;

  overflow: hidden;

}



.pack-product-container .desc-box .product-reviews .review-star .star::before {

  content: "\f005\f005\f005\f005\f005";

  font-size: 14px;

  font-family: FontAwesome;

  display: inline-block;

  color: #ffc600;

  font-weight: 400;

  line-height: 1;

  vertical-align: middle;

  letter-spacing: 3px;

}



.pack-product-container .desc-box .product-prices {

  margin-top: 5px;

}



.pack-product-container .desc-box .product-prices .old-price {

  font-size: 14px;

  color: #4c4c4c;

  font-weight: 400;

  text-decoration: line-through;

  margin-right: 5px;

}



@media only screen and (max-width: 575px) {

  .pack-product-container .desc-box .product-prices .old-price {

    font-size: 18px;

  }

}



.pack-product-container .desc-box .product-prices .sale-price {

  color: #333333;

  font-size: 18px;

  font-weight: 600;

  display: inline-block;

  margin-right: 13px;

}



@media only screen and (max-width: 575px) {

  .pack-product-container .desc-box .product-prices .sale-price {

    font-size: 24px;

  }

}



.pack-product-container .desc-box .product-prices .discount-percentage {

  font-weight: 400;

  font-size: 11px;

  line-height: 20px;

  color: white;

  padding: 0 5px 0 5px;

  background: #253237;

  vertical-align: 5px;

  text-transform: capitalize;

  display: inline-block;

}



@media only screen and (max-width: 575px) {

  .pack-product-container .desc-box .product-prices .discount-percentage {

    font-size: 13px;

    padding: 0 8px 0 8px;

  }

}



.pack-product-container .desc-box .product-cart {

  padding-top: 15px;

}



.pack-product-container .desc-box .product-cart .btn {

  text-transform: capitalize;

  font-weight: 600;

}



.checkout-wrapper {

  margin-top: -30px;

}



.checkout-info {

  margin-top: 30px;

}



.checkout-info .info-header {

  padding: 14px 30px;

  margin: 0;

  position: relative;

  background-color: #eeeff2;

  list-style: none outside !important;

  width: auto;

  word-wrap: break-word;

  color: #000000;

  font-size: 14px;

}



.checkout-info .info-header strong {

  font-weight: 700;

  color: #000000;

}



.checkout-info .info-header i {

  font-size: 13px;

  color: #6dde6d;

  margin-right: 10px;

}



.checkout-info .info-header a {

  color: #000000;

  -webkit-transition: all 0.3s linear;

  transition: all 0.3s linear;

}



.checkout-info .info-header a:hover {

  color: #faa292;

}



.checkout-info .info-header.error i {

  color: #c43002;

}



.checkout-info .card-body {

  padding: 0;

}



.checkout-info .card-body p {

  font-size: 14px;

  color: #4c4c4c;

  padding-top: 25px;

}



@media only screen and (min-width: 1500px),

only screen and (min-width: 1200px) and (max-width: 1499px),

only screen and (min-width: 992px) and (max-width: 1199px) {

  .checkout-info .card-body .single-form .btn {

    height: 50px;

    line-height: 50px;

    font-size: 16px;

  }

}



.checkout-info .card-body .single-form .form-check {

  margin-left: 20px;

}



.checkout-info .card-body .forget {

  margin-top: 15px;

}



.checkout-info .card-body .forget a {

  font-weight: 400;

  color: #4c4c4c;

  -webkit-transition: all 0.3s linear;

  transition: all 0.3s linear;

  text-decoration: none;

  font-size: 14px;

}



.checkout-info .card-body .forget a:hover {

  color: #faa292;

}



.checkout-title .title {

  font-size: 24px;

  color: #333333;

  position: relative;

}



.checkout-title .title::after {

  content: "";

  width: 50px;

  display: block;

  margin-top: 5px;

  border-bottom: 2px solid #333333;

}



.checkout-form {

  margin-top: 40px;

}



.checkout-form .checkout-checkbox {

  margin-bottom: 0;

  min-height: inherit;

  margin-top: 30px;

}

.sub-section .single-team
{
  margin-bottom: 25px;
}

.checkout-form .checkout-checkbox .form-check-input {

  margin-top: -1px;

}



.checkout-form .single-form {

  margin-top: 30px;

}



.checkout-form .single-form input+input {

  margin-top: 20px;

}



.checkout-account:not(.active),

.checkout-shipping:not(.active) {

  display: none;

}



.checkout-note textarea {

  border: 0;

  background-color: #f7f7f7;

}



.checkout-order {

  border: 2px solid rgba(250, 162, 146, 0.1);

  padding: 40px;

  margin-top: 50px;

}



@media only screen and (max-width: 767px) {

  .checkout-order {

    padding: 40px;

  }

}



@media only screen and (max-width: 575px) {

  .checkout-order {

    padding: 20px;

  }

}



.checkout-order ul {

  padding: 0;

  margin: 0;

  list-style: none;

}



.checkout-order .table {

  margin-bottom: 0;

}



.checkout-order .table thead tr th {

  padding: 10px 0;

  border-top: 0;

  border-bottom: 1px solid #e1e1e1;

  font-weight: 400;

  font-size: 14px;

  color: #000000;

  vertical-align: middle;

}



.checkout-order .table thead tr th.Product-price {

  text-align: right;

}



.checkout-order .table tbody tr td {

  padding: 5px 0;

  border-top: 0;

  vertical-align: middle;

}



.checkout-order .table tbody tr td p {

  font-weight: 400;

  font-size: 14px;

  color: #000000;

}



.checkout-order .table tbody tr td.Product-price {

  text-align: right;

}



.checkout-order .table tbody tr:first-child td {

  padding-top: 20px;

}



.checkout-order .table tbody tr:last-child td {

  padding-bottom: 20px;

}



.checkout-order .table tfoot tr td {

  padding: 10px 0;

  vertical-align: middle;

}



.checkout-order .table tfoot tr td p {

  font-weight: 400;

  font-size: 14px;

  color: #000000;

}



.checkout-order .table tfoot tr td.Product-price {

  text-align: right;

}



.checkout-order .table tfoot tr td.Product-price .shipping-list .radio input[type="radio"]+label {

  padding-left: 0;

  white-space: pre-wrap;

}



.checkout-order .table tfoot tr td.total-price {

  text-align: right;

}



.checkout-order .table tfoot tr td.total-price p {

  font-size: 18px;

}



.checkout-order .table tfoot tr td .cus-radio label {

  white-space: nowrap;

}



.checkout-payment {

  margin-top: 30px;

}



.checkout-payment .accordion-item {

  border: 0;

  margin-top: 3px;

}



.checkout-payment .accordion-item:first-child {

  margin-top: 0;

}



.checkout-payment .accordion-item .form-check .form-check-input {

  margin-top: 8px;

}



.checkout-payment .accordion-item .form-check label {

  line-height: 30px;

}



.checkout-payment .accordion-item img {

  width: 90px;

}



.checkout-payment .accordion-item .payment-details {

  padding: 5px 0;

}



.checkout-payment .accordion-item .payment-details p {

  font-size: 14px;

}



.checkout-payment .checkout-btn {

  margin-top: 20px;

}



.my-account-wrapper {

  margin-top: -50px;

}



.my-account-menu {

  padding-top: 50px;

}



.my-account-menu .account-menu-list {

  background-color: #f7f7f7;

}



.my-account-menu .account-menu-list li a {

  width: 100%;

  padding: 10px 30px;

  font-size: 14px;

  color: #4c4c4c;

  margin-top: -1px;

  -webkit-transition: all 0.3s linear;

  transition: all 0.3s linear;

  display: block;

  text-decoration: none;

}



.my-account-menu .account-menu-list li a i {

  margin-right: 5px;

}



.my-account-menu .account-menu-list li a:hover,

.my-account-menu .account-menu-list li a.active {

  background-color: #faa292;

  color: #ffffff;

}



.my-account-tab {

  margin-top: 0;

}



.my-account-tab .account-title {

  font-size: 28px;

  font-weight: 600;

  color: #000000;

}



.account-wrapper {

  margin-top: -10px;

  padding-top: 50px;

}



.account-wrapper .table {

  margin-bottom: 0;

  margin-top: 20px;

}



.account-table .table thead tr th {

  border: 1px solid #ececec;

  border-bottom-color: #ececec !important;

  font-size: 14px;

  font-weight: 400;

  color: #000000;

  padding: 8px 15px;

}



.account-table .table thead tr th.name {

  min-width: 140px;

}



.account-table .table thead tr th.date {

  min-width: 130px;

}



.account-table .table tbody tr td {

  font-size: 14px;

  color: #000000;

  font-weight: 400;

  vertical-align: middle;

  border: 1px solid #ececec;

  padding: 0;

  white-space: nowrap;

}



.account-table .table tbody tr td a {

  padding: 0 15px;

  height: 45px;

  line-height: 45px;

  color: #000000;

}



.my-account-dashboard .welcome-dashboard {

  margin-top: 10px;

}



.my-account-dashboard .welcome-dashboard p {

  font-size: 14px;

}



.my-account-dashboard .welcome-dashboard p strong {

  font-weight: 500;

}



.my-account-dashboard .welcome-dashboard p a {

  color: #000000;

  -webkit-transition: all 0.3s linear;

  transition: all 0.3s linear;

}



.my-account-dashboard .welcome-dashboard p a:hover {

  color: #faa292;

}



.my-account-payment p {

  font-weight: 500;

  font-size: 14px;

  margin-top: 10px;

}



.my-account-address .account-address .name {

  font-size: 16px;

  color: #000000;

  font-weight: 500;

}



.my-account-address .account-address p {

  margin-top: 20px;

  font-size: 14px;

}



.my-account-address .account-address .btn {

  margin-top: 20px;

}



.my-account-details .account-details .title {

  font-size: 20px;

  font-weight: 500;

  color: #000000;

}



.my-account-details .account-details .single-form {

  margin-top: 30px;

}



.error-wrapper {

  text-align: center;

}



.error-wrapper .error-content {

  max-width: 650px;

  margin: 45px auto 0;

}



.error-wrapper .error-content .title {

  font-size: 60px;

  font-weight: 600;

  color: #faa292;

}



@media only screen and (max-width: 575px) {

  .error-wrapper .error-content .title {

    font-size: 40px;

  }

}



.error-wrapper .error-content .sub-title {

  font-size: 52px;

  font-weight: 700;

  color: #faa292;

  line-height: 1.1;

  margin-top: 10px;

}



@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .error-wrapper .error-content .sub-title {

    font-size: 48px;

  }

}



@media only screen and (max-width: 575px) {

  .error-wrapper .error-content .sub-title {

    font-size: 34px;

  }

}



.error-wrapper .error-content p {

  margin-top: 15px;

  max-width: 480px;

  margin-left: auto;

  margin-right: auto;

}



.error-wrapper .error-content .btn {

  margin-top: 40px;

}



@media only screen and (max-width: 575px) {

  .error-wrapper .error-content .btn {

    margin-top: 20px;

  }

}



.sidebar-wrap {

  margin-top: -20px;

}



@media only screen and (min-width: 768px) and (max-width: 991px),

only screen and (max-width: 767px) {

  .sidebar-wrap {

    margin-top: 0;

  }

}



@media only screen and (min-width: 1500px),

only screen and (min-width: 1200px) and (max-width: 1499px) {

  .sidebar-pl {

    padding-left: 40px;

  }

}



@media only screen and (min-width: 1500px),

only screen and (min-width: 1200px) and (max-width: 1499px) {

  .sidebar-pr {

    padding-right: 40px;

  }

}



.sidebar-widget {

  width: 80%;

  margin: 0 auto;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -ms-flex-direction: column;

  flex-direction: column;

  padding: 5px;

  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

  margin-bottom: 35px;

}



.sidebar-widget>.title {

  font-size: 28px;

  font-weight: 700;

  color: #faa292;

  margin-top: -7px;

  line-height: 1.3;

}



.widget-search {

  position: relative;

  margin-top: 22px;

  border-bottom: 1px solid #ffe9da;

  padding-bottom: 20px;

}



.widget-search input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]) {

  padding-right: 50px;

  border-radius: 16px;

}



.widget-search button {

  position: absolute;

  top: 0;

  right: 0;

  width: 50px;

  height: 50px;

  border-radius: 12px;

  background: none;

  font-size: 18px;

  color: #faa292;

  border: 0;

}



.widget-link {

  padding-top: 15px;

}



.widget-link ul li a {

  border-bottom: 1px solid #ffe9da;

  display: block;

  padding: 10px 0;

  font-weight: 500;

  color: #4c4c4c;

}



.widget-link ul li a:hover {

  color: #faa292;

}



.banner {

  overflow: hidden;

  position: relative;

}



.banner::before {

  content: "";

  background: rgba(255, 255, 255, 0.3);

  bottom: 50%;

  top: 50%;

  left: 0;

  right: 0;

  pointer-events: none;

  -webkit-transition: all 0.3s linear;

  transition: all 0.3s linear;

}



.banner::after {

  content: "";

  background: rgba(255, 255, 255, 0.3);

  left: 50%;

  right: 50%;

  top: 0;

  bottom: 0;

  pointer-events: none;

  -webkit-transition: all 0.3s linear;

  transition: all 0.3s linear;

}



.banner:hover::after,

.banner:hover::before {

  bottom: 0;

  left: 0;

  position: absolute;

  right: 0;

  top: 0;

  -webkit-transition: all 900ms linear;

  transition: all 900ms linear;

  opacity: 0;

}



.widget-post {

  padding-top: 5px;

}



.widget-tags ul {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  margin-left: -5px;

  margin-right: -5px;

  padding-top: 15px;

}



.widget-tags ul li {

  padding: 10px 5px 0;

}



.widget-tags ul li a {

  font-size: 16px;

  height: 40px;

  line-height: 38px;

  border: 1px solid #faa292;

  padding: 0 15px;

  border-radius: 12px;

}



.widget-tags ul li a:hover {

  background-color: #faa292;

  color: #ffffff;

}



.widget-price-range {

  margin-top: 30px;

  border-bottom: 1px solid #ffe9da;

  padding-bottom: 15px;

}



.widget-price-range .filter-slider-price {

  height: 10px;

  border: 0;

  -webkit-box-shadow: none;

  box-shadow: none;

  background-color: #fff9f5;

  border-radius: 30px;

}



.widget-price-range .filter-slider-price .noUi-base .noUi-connects {

  border-radius: 30px;

}



.widget-price-range .filter-slider-price .noUi-base .noUi-connects .noUi-connect {

  background: #faa292;

}



.widget-price-range .filter-slider-price .noUi-base .noUi-origin .noUi-handle {

  width: 20px;

  height: 20px;

  border-radius: 50%;

  top: -5px;

  background: #faa292;

  -webkit-box-shadow: none;

  box-shadow: none;

  border: 0;

  cursor: pointer;

}



.widget-price-range .filter-slider-price .noUi-base .noUi-origin .noUi-handle::before,

.widget-price-range .filter-slider-price .noUi-base .noUi-origin .noUi-handle::after {

  display: none;

}



.widget-price-range .filter {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  margin-top: 22px;

  position: relative;

}



.widget-price-range .filter .label {

  font-size: 14px;

  color: #181e23;

  font-weight: 500;

  margin-right: 5px;

}



.widget-price-range .filter .filter-label {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

}



.widget-price-range .filter .filter-label p+p {

  margin-left: 15px;

}



.widget-price-range .filter .filter-label p+p::after {

  content: "-";

  position: absolute;

  top: 50%;

  left: -9px;

  -webkit-transform: translateY(-50%);

  transform: translateY(-50%);

  font-size: 14px;

  color: #181e23;

  font-weight: 500;

}



.widget-price-range .filter p {

  padding-left: 10px;

  font-size: 14px;

  color: #181e23;

  font-weight: 500;

  position: relative;

}



.widget-price-range .filter p::before {

  position: absolute;

  top: 0px;

  left: 0;

  content: "$";

  font-size: 14px;

  color: #181e23;

  font-weight: 500;

}



.widget-price-range .filter .filter-btn {

  border: 0;

  padding: 0;

  background: none;

  font-weight: 700;

  color: #faa292;

  font-size: 16px;

  text-decoration: underline;

  position: absolute;

  top: 0;

  right: 50px;

}



@media only screen and (min-width: 992px) and (max-width: 1199px),

only screen and (max-width: 575px) {

  .widget-price-range .filter .filter-btn {

    right: 30px;

  }

}



.single-post {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  padding: 20px 0;

  border-bottom: 1px solid #ffe9da;

}



.single-post .post-thumb a {

  border: 1px solid #faa292;

  border-radius: 14px;

  background-color: rgb(255, 249, 245);

  padding: 10px;

}



@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .single-post .post-thumb a {

    padding: 6px;

  }

}



.single-post .post-thumb a img {

  width: 90px;

  height: 80px;

  -o-object-position: center;

  object-position: center;

  -o-object-fit: cover;

  object-fit: cover;

  border-radius: 8px;

}



@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .single-post .post-thumb a img {

    width: 80px;

    height: 70px;

  }

}



.single-post .post-content {

  -webkit-box-flex: 1;

  -ms-flex: 1;

  flex: 1;

  padding-left: 25px;

  max-width: 220px;

}



@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .single-post .post-content {

    padding-left: 20px;

  }

}



.single-post .post-content .date {

  font-size: 16px;

  font-weight: 400;

  color: #faa292;

  text-transform: uppercase;

  display: inline-block;

}



.single-post .post-content .date i {

  margin-right: 5px;

}



.single-post .post-content .title {

  font-size: 20px;

  font-weight: 700;

  line-height: 1.3;

  color: #181e23;

  margin-top: 2px;

}



@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .single-post .post-content .title {

    font-size: 18px;

  }

}



@media only screen and (max-width: 575px) {

  .single-post .post-content .title {

    font-size: 18px;

  }

}



.single-post .post-content .more {

  font-size: 14px;

  font-weight: 400;

  color: #faa292;

  margin-top: 4px;

}



.footer-widget-wrapper {

  padding-top: 20px;

}



.footer-widget {

  margin-top: 15px;

}



.footer-widget .widget-title {

  font-size: 18px;

  font-weight: 600;

  background-image: url(../images/slider/titlenewbg.png);

  -webkit-background-clip: text;

  color: transparent;

  background-position: center;

  font-family: var(--p-font);

  text-transform: uppercase;

  letter-spacing: 1px;

  border-bottom: 1px solid #e2c873;

  border-style: dotted;

  padding-bottom: 15px;

}



.single-widget-info {

  padding-top: 15px;

}



.single-widget-info .title {

  font-size: 16px;

  font-weight: 700;

  font-family: "Karla", sans-serif;

  color: #181e23;

  padding-bottom: 4px;

}



.footer-widget-link {

  padding-top: 5px;

}



.footer-widget-link ul li {

  text-indent: 2px;

  mix-blend-mode: plus-lighter;

  color: #987f51;

  margin-top: 10px;

  list-style-type: disclosure-closed;

  list-style-position: inside;

}



.footer-widget-book {

  padding-top: 25px;

}



.footer-widget-book .book-title {

  font-size: 20px;

  font-weight: 700;

  color: #faa292;

}



.footer-widget-book p {

  font-size: 22px;

  font-weight: 700;

  color: #181e23;

}



.footer-section {

  background-color: #fff9f5;

  position: relative;

  z-index: 1;

}



.footer-top::before {

  position: absolute;

  content: "";

  width: 100%;

  height: 100%;

  top: 0;

  left: 0;

  z-index: -1;

  mix-blend-mode: color-burn;

  background: #000000c9;



}



.footer-top {

  position: relative;

  background: url(../images/baground/footer.jpg);

  background-size: cover;

  z-index: 1;

  overflow: hidden;

  padding-top: 0px;

  padding-bottom: 30px;

}



@media only screen and (min-width: 992px) and (max-width: 1199px) {

  .footer-top {

    padding-top: 90px;

    padding-bottom: 80px;

  }

}



@media only screen and (min-width: 768px) and (max-width: 991px) {

  .footer-top {

    padding-top: 70px;

    padding-bottom: 60px;

  }

}



@media only screen and (max-width: 767px) {

  .footer-top {

    padding-top: 60px;

    padding-bottom: 60px;

  }

}



.footer-top .shape-1 {

  position: absolute;

  top: -22px;

  left: 65px;

  z-index: -1;

  opacity: 0.5;

}



@media only screen and (min-width: 992px) and (max-width: 1199px),

only screen and (min-width: 768px) and (max-width: 991px),

only screen and (max-width: 767px) {

  .footer-top .shape-1 {

    width: 150px;

    left: 35px;

  }

}



.footer-top .shape-2 {

  position: absolute;

  bottom: -22px;

  left: 65px;

  z-index: -1;

}



@media only screen and (min-width: 992px) and (max-width: 1199px),

only screen and (min-width: 768px) and (max-width: 991px),

only screen and (max-width: 767px) {

  .footer-top .shape-2 {

    width: 150px;

    left: 35px;

  }

}



@media only screen and (max-width: 575px) {

  .footer-top .shape-2 {

    display: none;

  }

}



.footer-top .shape-3 {

  position: absolute;

  bottom: -46px;

  right: 35px;

  z-index: -1;

}



@media only screen and (min-width: 992px) and (max-width: 1199px),

only screen and (min-width: 768px) and (max-width: 991px),

only screen and (max-width: 767px) {

  .footer-top .shape-3 {

    width: 300px;

    bottom: -25px;

  }

}



.newsletter-wrapper .title {

  font-size: 28px;

  font-weight: 600;

  color: #faa292;

  margin-top: 40px;

}



.newsletter-wrapper p {

  font-size: 20px;

  font-weight: 500;

  color: #333333;

  margin-top: 5px;

}



.newsletter-wrapper .newsletter-form {

  max-width: 470px;

  position: relative;

  margin: 0 auto;

  margin-top: 25px;

  z-index: 1;

  background-color: #faa292;

  border-radius: 50px;

}



.newsletter-wrapper .newsletter-form::before {

  position: absolute;

  content: "";

  top: 5px;

  right: 5px;

  bottom: 5px;

  left: 5px;

  border-radius: 50px;

  border: 1px solid #fdd9d4;

  -webkit-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;

  z-index: -1;

}



.newsletter-wrapper .newsletter-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]) {

  border-radius: 50px;

  height: 60px;

  padding: 0 30px;

  padding-right: 100px;

  font-weight: 700;

  color: #ffffff;

  background-color: transparent;

}



.newsletter-wrapper .newsletter-form .btn {

  position: absolute;

  height: 40px;

  line-height: 40px;

  font-size: 16px;

  letter-spacing: 0;

  color: #faa292;

  top: 10px;

  right: 10px;

  padding: 0 20px;

  font-weight: 500;

}



.newsletter-wrapper .newsletter-form .btn::before {

  display: none;

}



.newsletter-wrapper .newsletter-form .btn:hover {

  color: #ffffff;

}



.footer-copyright {

  padding: 10px 0;

  background-color: #390000;

}



.copyright-wrapper {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

  -webkit-box-pack: justify;

  -ms-flex-pack: justify;

  justify-content: space-between;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

}



@media only screen and (max-width: 767px) {

  .copyright-wrapper {

    display: block;

    text-align: center;

  }

}



.copyright-text p {

  font-size: 14px;

  letter-spacing: 1px;

}



.copyright-text p a:hover {

  color: #ffffff;

}



.copyright-text p i {

  color: #ffffff;

}





.payment-method .payment-icon {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

}



@media only screen and (max-width: 767px) {

  .payment-method .payment-icon {

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

  }

}



.payment-method .payment-icon li {

  margin-right: 25px;

}



.payment-method .payment-icon li:last-child {

  margin-right: 0;

}



.back-to-top {

  position: fixed;

  bottom: 20px;

  right: 20px;

  font-size: 20px;

  width: 40px;

  height: 40px;

  line-height: 40px;

  border-radius: 50%;

  z-index: 99;

  text-align: center;

  -webkit-box-shadow: 2px 4px 8px rgba(52, 58, 64, 0.15);

  box-shadow: 2px 4px 8px rgba(52, 58, 64, 0.15);

  -webkit-transition: all 0.3s linear;

  transition: all 0.3s linear;

  color: #ffffff;

  background-color: #181e23;

  border: 0;

}



.back-to-top:focus,

.back-to-top:hover {

  color: #ffffff;

  background-color: #faa292;

}



.header-logo {

  width: 355px;

  padding-top: 20px;

}



.header-logo img {

  width: 100%;

  height: 100%;

  object-fit: cover;

}



#header {

  height: fit-content;

  border-top: 5px solid #da5c1e;

  padding: 10px 0;

  border-image: url(../images/slider/titlenewbg.png) 1 round;

}



.hover {

  color: #18272f;

  position: relative;

  text-decoration: none;

}


/* 
.hover::before {

  content: "";

  position: absolute;

  width: 100%;

  height: 1px;

  background-color: #fee785;

  bottom: -5px;

  left: 0;

  transform-origin: right;

  transform: scaleX(0);

  transition: transform 0.3s ease-in-out;

} */



.hover:hover::before {

  transform-origin: left;

  transform: scaleX(1);

}



.active-link::before {

  transform-origin: left;

  transform: scaleX(1);

}



.swiper-container {

  height: 100%;

}



.slider-area {

  height: 94vh;

}



.sub-slider {

  height: 78vh !important;

}



.header-navbar {

  position: relative;

}



.top-info {

  position: absolute;

  cursor: pointer;

  z-index: 9;

  display: flex;

  right: 0;

  color: #fff;

  top: 10px;

  font-family: "Bricolage Grotesque", sans-serif;

  font-size: 15px;

}



.top-info li:first-child {

  padding-right: 10px;



  border-right: 1px solid white;

  height: 15px;

  line-height: 15px;

}



.top-info li:last-child {

  height: 15px;

  line-height: 15px;

  padding-left: 10px;

}



.top-info li:nth-child(even) {

  height: 15px;

  line-height: 15px;

  padding-left: 10px;

  border-right: 1px solid white;

  padding-right: 10px;

}



#about .container {

  overflow: hidden;

}



.book-wrapper {

  position: relative;

  margin: 0 0 0 auto;

  width: 670px;

}



#vismis {

  padding: 40px 40px;

}



.book-wrapper img {

  filter: drop-shadow(15px 5px 5px #494338);

}



.pages-container {

  position: absolute;

  top: 4%;

  left: 3%;

  right: 0;

  bottom: 0;

  width: 91.5%;

  height: 91%;

}



.pages {}



.abt-img {

  position: absolute;

  width: 576px;

  top: -25px;

  right: 35px;

}



.prof {

  position: relative;

}



.mis-vis {

  margin-top: 50px;

}







#about {

  padding: 40px 0 21px;

}



.pages [class^="page-num-"] {

  background-image: url("../images/shape/paper_texture_v5_by_bashcorpo.jpg");

  background-size: auto 100%;

  position: relative;

}



.iTitle h2 {

  font-family: "Bricolage Grotesque", sans-serif;

  font-size: 35px;

  text-transform: uppercase;

  color: #bd0003;

}



.iTitle {

  margin-bottom: 10px;

  z-index: 9;

  position: relative;

}





.pages-content {

  text-align: center;

  position: absolute;

  width: 100%;

  height: 100%;

  display: table;

  top: 0;

  bottom: 0;

  left: 0;

  right: 0;

  padding: 10%;

}



.content-inner {

  text-align: center;

  display: table-cell;

  vertical-align: middle;

}



.book-wrapper {

  user-select: none;

  padding-bottom: 25px;

}



#about {

  background: #4f0312;

  position: relative;

  height: 100%;

}



.abt-content {

  padding-top: 5px;

  text-align: justify;

  color: #b68e8e;

  font-size: 16px;

  font-family: "Bricolage Grotesque", sans-serif;

}



.abt-content-sub {

  text-align: justify;

}



.home-demo .item {}



.head {

  width: 220px;

  margin: auto;

  transition: transform 0.3s ease;

}



#samithi {

  padding: 40px 0 40px;

  position: relative;

  background: rgba(229, 198, 162, 0.8);

}



#samithi::before {

  position: absolute;

  width: 100%;

  height: 100%;

  content: "";

  top: 0;

  opacity: 0.5;

  z-index: 1;

  left: 0;

}



.single-slider::before {

  content: '';

  position: absolute;

  width: 100%;

  height: 100%;

  background-color: rgba(0, 0, 0, 0.4);

  top: 0;

  left: 0;

}



.bottom h3 {

  text-transform: uppercase;

  font-size: 19px;

  text-align: center;

  margin: 10px 0;

  font-family: var(--p-font);

  color: #fff;



}



.inner-c:hover img {

  transform: scale(0.9);

}



.shape1--1 {

  width: 140px;

  position: absolute;

  top: 0;

  left: -72px;

}



.shape1--2 {

  width: 140px;

  position: absolute;

  bottom: 0;

  right: -72px;

}



.home-demo h2 {

  color: #fff;

  text-align: center;

  padding: 5rem 0;

  margin: 0;

  font-style: italic;

  font-weight: 300;

}



.page-num-1 .pages-background {

  background: linear-gradient(rgba(255, 255, 255, 0.1),

      rgba(255, 255, 255, 0.1)),

    url(../images/shape/Vintage-Floral-Texture-Background.png);

  background-size: cover;

  opacity: 0.2;

  width: 100%;

  height: 100%;

  position: absolute;

  left: 0;

  top: 0;

}



.content-inner h1 {

  font-family: "Bricolage Grotesque", sans-serif;

  font-size: 26px;

  line-height: 70px;

  color: #462d20;

  mix-blend-mode: color-burn;

}



.content-inner p {

  font-family: "Bricolage Grotesque", sans-serif;

  font-size: 14.5px;

}



.service-box {

  user-select: none;

  padding: 30px;

  border-left: 1px solid grey;

  border-bottom: 1px solid grey;

  border-image: url(../images/shape/paper_texture_v5_by_bashcorpo.jpg);

  border-image-slice: 1;

  width: 33%;

  float: left;

  text-align: center;

  background-image: url(initial_image.jpg);

  background-size: cover;

}



.sContent p {

  font-size: 15px;

  text-align: justify;

  word-break: break-all;

}



.sHead h3 {

  font-family: var(--p-font);

  margin: 10px 0;

  color: #79001a;

}



.left {

  width: 35%;

  float: left;

}



#services {

  padding: 40px 0 40px;

  position: relative;



}



.right {

  position: relative;

  display: block;

  width: 65%;

  float: left;

}



.row1 .service-box:first-child,

.row2 .service-box:first-child {

  border-left: none;

}



.row2 .service-box {

  border-bottom: none;

}



.image {

  position: relative;

}



.shape1 {

  position: absolute;

  z-index: 99;

}



.shape2 {

  position: absolute;

  -webkit-animation: spin 4s linear infinite;

  -moz-animation: spin 4s linear infinite;

  animation: spin 10s linear infinite;

  width: 195px;

  left: 106px;

  top: 3px;

}



@-moz-keyframes spin {

  100% {

    -moz-transform: rotate(360deg);

  }

}



@-webkit-keyframes spin {

  100% {

    -webkit-transform: rotate(360deg);

  }

}



@keyframes spin {

  100% {

    -webkit-transform: rotate(360deg);

    transform: rotate(360deg);

  }

}



.service-box:hover {

  background-image: url(../images/shape/paper_texture_v5_by_bashcorpo.jpg);

  background-size: cover;

}





.news-ticker {

  display: flex;

  gap: 1rem;

  height: 40px;

  background: #000;

  max-width: 100%;

  /* margin-bottom: -40px; */

  z-index: 9;

  position: relative;

}



.label {

  white-space: nowrap;

  background: #580800;

  color: white;

  font-weight: 600;

  font-family: var(--p-font);

  display: flex;

  align-items: center;

  padding: 0 10px;

  position: relative;

}



.headlines {

  list-style: none;

  padding-right: 10px;

  width: 100%;

  height: 100%;

  overflow: hidden;

  position: relative;

}



.headlines li {

  color: #f3cd53;

  position: absolute;

  left: 0;

  text-indent: 20px;

  height: 100%;

  width: 100%;

  line-height: 40px;

  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);

  transition: all 1s ease-in-out;

}



.w-36 {

  width: 36rem;

}



.headlines li.active {

  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);

}



.slider-container {

  position: relative;

  overflow: hidden;

  width: 100%;

  height: 100vh;

}



.banner-split {

  height: 50vh;

  overflow: hidden;

  margin-top: 30px;

}



.team-container {

  display: grid;

  grid-template-columns: repeat(6, 1fr);

  margin-top: 45px;

}



#team {

  padding: 40px 0 0px;

  /* background: url(../images/baground/team.png); */

  background-size: cover;



}



.action-buttons {

  display: none;

}



#team .iTitle h2:after {

  position: inherit;

  content: url(../images/shape/gline.png);

  display: inline-block;

  vertical-align: middle;

  margin-left: 25px;

}



#team .iTitle h2::before {

  position: inherit;

  content: url(../images/shape/gline.png);

  display: inline-block;

  vertical-align: middle;

  /* margin-left: -335px; */

  transform: scale(-1);

  margin-right: 25px;

}



.team-box:hover .team-img {

  filter: brightness(0.5);

  transition: all 300ms ease-in-out;

}



.left-slide {

  height: 100%;

  width: 100%;

  position: absolute;

  top: 0;

  left: 0;

  transition: transform 0.5s ease-in-out;

}

#banner .container-x
{
padding:0px !important;
}

.left-slide>div {

  height: 100%;

  width: 100%;

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  color: #fff;
  background-size: contain;
  background-repeat: no-repeat;

}



.left-slide h1 {

  font-size: 40px;

  margin-bottom: 10px;

  margin-top: -30px;

}



.right-slide {

  height: 100%;

  position: absolute;

  top: 0;

  right: 0%;

  width: 100%;

  transition: transform 0.5s ease-in-out;

}



.right-slide>div {



  height: 100%;

  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;

}



#banner {

  padding: 15px 0 25px;

}



.container-x {

  padding: 0 15px;

}



button {

  background-color: #fff;

  border: none;

  color: #aaa;

  cursor: pointer;

  font-size: 16px;

  padding: 15px;

}



button:hover {

  color: #222;

}



button:focus {

  outline: none;

}



.slider-container .action-buttons button {

  position: absolute;

  left: 35%;

  top: 50%;

  z-index: 100;

}



.slider-container .action-buttons .down-button {

  transform: translateX(-100%);

  border-top-left-radius: 5px;

  border-bottom-left-radius: 5px;

}



.slider-container .action-buttons .up-button {

  transform: translateY(-100%);

  border-top-right-radius: 5px;

  border-bottom-right-radius: 5px;

}



.samiti-container {

  display: grid;

  grid-template-columns: repeat(4, 1fr);

  row-gap: 20px;

  z-index: 9;

  position: relative;

}







.ciclegraph {

  position: relative;

  width: 500px;

  height: 500px;

  margin: calc(100px / 2 + 0px);

}



.ciclegraph:before {

  content: "";

  position: absolute;

  top: 0;

  left: 0;

  border: 2px solid teal;

  width: calc(100% - 2px * 2);

  height: calc(100% - 2px * 2);

  border-radius: 50%;

}



.ciclegraph .circle {

  position: absolute;

  top: 50%;

  left: 50%;

  width: 100px;

  height: 100px;

  margin: calc(-100px / 2);

  background: teal;

  border-radius: 50%;

}



.circle .head {

  width: 100%;

}



.s-row {

  display: flex;

  justify-content: center;

  margin-bottom: 20px;

  gap: 75px;

  /* flex: 1; */

}



.inner-c img {

  width: 150px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  transform-origin: center;

  /* margin-left: -90px; */

}



.inner-c .text {

  position: relative;



}



.circle-cont {

  position: relative;

  top: 37%;

  left: 50%;

  list-style-type: none;

  margin: 0;

  padding: 0;

  z-index: 9;

}



.circle-cont div {

  position: absolute;

  -webkit-transition: all 2s linear;

  -moz-transition: all 2s linear;

  transition: all 2s linear;

}



.c-flex {

  display: flex;

  align-items: center;

}



#circle-samithi::before {

  position: absolute;

  width: 100%;

  height: 100%;

  top: 0;

  background-color: rgba(0, 0, 0, 0.5);

  content: '';

}





#circle-samithi {

  height: auto;

  background: url(../images/baground/samithibg.jpg);

  background-size: cover;

  position: relative;



}



.pulsating-circle {

  position: absolute;

  left: 40px;

  top: 25%;

  transform: translateX(-50%) translateY(-50%);

  width: 30px;

  height: 30px;

  z-index: -1;

}



.pulsating-circle:before {

  content: '';

  position: relative;

  display: block;

  width: 40rem;

  height: 40rem;

  box-sizing: border-box;

  margin-left: -300px;

  margin-top: -300px;

  border-radius: 50%;

  background-color: #dfb3255c;

  animation: pulse-ring 2.25s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;

}



.pulsating-circle:after {

  content: '';

  position: absolute;

  left: 0;

  top: 0;

  display: block;

  width: 100%;

  height: 100%;

  background-color: white;

  border-radius: 15px;

  box-shadow: 0 0 8px rgba(0, 0, 0, .3);

  animation: pulse-dot 1.25s cubic-bezier(0.455, 0.03, 0.515, 0.955) -0.4s infinite;

}



@keyframes pulse-ring {

  0% {

    transform: scale(0.33);

  }



  80%,

  100% {

    opacity: 0;

  }

}



@keyframes pulse-dot {

  0% {

    transform: scale(0.8);

  }



  50% {

    transform: scale(1);

  }



  100% {

    transform: scale(0.8);

  }

}



.serv-box {

  background: url(../images/shape/sTexture.jpg);

  position: relative;

  padding: 30px 25px 30px 130px;

  border-top-right-radius: 10px;

  border-bottom-right-radius: 10px;

}



.serv-box::before {

  position: absolute;

  width: 100%;

  height: 100%;

  content: "";

  background: url(../images/shape/serv.png);

  background-repeat: no-repeat;

  left: 0;

  top: 0;

}



.s-box {

  position: relative;

}



.s-box {

  user-select: none;

  margin-top: 25px;

  transform: translateY(0);

  width: 100%;

  height: 100%;

  background: url(../images/shape/services.png);

  padding: 65px;

  text-align: center;

  background-repeat: no-repeat;

  padding-top: 45px;

}



.sContnent p {

  font-size: 15px;

}



.sContnent h2 {

  text-transform: uppercase;

  font-size: 23px;

  font-family: var(--p-font);

  color: #785d5d;

  margin: 15px 0;

  mix-blend-mode: color-burn;



}

.our-mis {

  position: absolute;

  width: 40%;

  right: 0;

  padding: 0 65px;

  text-align: justify;

  top: 20px;

}



.our-vis {

  position: absolute;

  width: 40%;

  left: 0;

  bottom: 0;

  padding: 0 65px;

  text-align: justify;

  bottom: 30px;

}



.our-mis h2,

.our-vis h2 {

  font-size: 22px;

  font-family: var(--p-font);

  color: red;

  padding: 10px 0;

}



#circle-samithi {

  padding: 40px 0 20px;

}



#circle-samithi .container {

  position: relative;

  z-index: 9;

}





#samiti-btn:hover .clone {

  color: #c2c2c2;



}



#samiti-btn:hover::before {

  color: #f0bb53;

}



#samiti-btn:hover svg {

  color: #f0bb53;

}











#abt-btn:hover .clone {

  color: #c2c2c2;

}



#abt-btn:hover::before {

  color: #f0bb53;



}



#abt-btn:hover svg {

  color: #f0bb53;

}







.next-btn {

  padding: 0;

  width: 140px;

  height: 0px;

  overflow: hidden;

  border: none;

  color: #fff;

  background: none;

  position: relative;

  padding-bottom: 2em;

  z-index: 999

}



.next-btn>div,

.next-btn>svg {

  position: absolute;

  width: 100%;

  height: 100%;

  display: flex;

}



.next-btn:before {

  content: "";

  position: absolute;

  height: 2px;

  bottom: 0;

  left: 0;

  width: 100%;

  transform: scaleX(0);

  transform-origin: bottom right;

  background: currentColor;

  transition: transform 0.25s ease-out;

}



.next-btn:hover:before {

  transform: scaleX(1);

  transform-origin: bottom left;

}



.next-btn .clone>*,

.next-btn .text>* {

  opacity: 1;

  font-size: 18px;

  transition: 0.2s;

  margin-left: 4px;

  background-image: url(../images/slider/titlenewbg.png);

  -webkit-background-clip: text;

  color: transparent;

}



.next-btn .clone>* {

  transform: translateY(60px);

}



.next-btn:hover .clone>* {

  opacity: 1;

  transform: translateY(0px);

  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;

}



.next-btn:hover .text>* {

  opacity: 1;

  transform: translateY(-60px);

  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;

}



.next-btn:hover .clone> :nth-child(1) {

  transition-delay: 0.15s;

}



.next-btn:hover .clone> :nth-child(2) {

  transition-delay: 0.2s;

}



.next-btn:hover .clone> :nth-child(3) {

  transition-delay: 0.25s;

}



.next-btn:hover .clone> :nth-child(4) {

  transition-delay: 0.3s;

}



.next-btn svg {

  width: 20px;

  right: 0;

  color: #f0bb53;



  top: 50%;

  transform: translateY(-50%) rotate(-50deg);

  transition: 0.2s ease-out;

}



.next-btn:hover svg {

  transform: translateY(-50%) rotate(-90deg);

}







#samiti-btn {

  position: relative;

  margin-top: 225px;

  width: 110px;

}







.s-box:hover {

  transform: translateY(-7px);

  transition: all 400ms ease-in-out;

}



.blur {

  filter: blur(2px);

  transition: 1s;

}



.inner-c {

  cursor: pointer;

}







.float {

  position: absolute;

  bottom: 90px;

  animation: moveUpDown 4s infinite linear alternate;

}



@keyframes moveUpDown {



  0%,

  100% {

    transform: translateY(0);

  }



  50% {

    transform: translateY(-20px);

  }

}



.prof-a {

  float: right;

  width: 130px;

}



.team-sec #team-btn {

  margin-top: 0;

}



.team-sec .team-a {

  float: right;

  margin-top: 0;

}



.team-sec .team-content p {

  font-weight: 600;
  font-size:12px;

}



.team-sec button .text {

  margin-top: 3px;

}



.float:nth-child(2) {

  right: 80px;

  bottom: 20px;

}



#about .iTitle h2 {

  background-image: url(../images/slider/titlenewbg.png);

  -webkit-background-clip: text;

  color: transparent;

  width: fit-content;

}



.section-sub-title h2 {

  background-image: url(../images/slider/titlenewbg1.png);

  -webkit-background-clip: text;

  color: transparent;

}



.section-sub-title h2::before {

  content: "";

  background-image: url(../images/shape/le.PNG);

  background-size: contain;

  background-position: center center;

  background-repeat: no-repeat;

  display: inline-block;

  width: 50px;

  height: 20px;

  margin-right: 5px;

}



.section-sub-title h2::after {

  content: "";

  background-image: url(../images/shape/ri.png);

  background-size: contain;

  background-position: center center;

  background-repeat: no-repeat;

  display: inline-block;

  width: 50px;

  height: 20px;

  margin-left: 5px;

}



#quick .iTitle h2 {

  background-image: url(../images/slider/titlenewbg.png);

  -webkit-background-clip: text;

  color: transparent;

}



.iTitle h2::after {

  content: "";

  background-image: url(../images/shape/line.png);

  background-size: contain;

  background-position: center center;

  background-repeat: no-repeat;

  display: block;

  width: 280px;

  height: 20px;

  margin: 0 auto;

}



.content {

  display: grid;

  flex-wrap: wrap;

  margin-top: 15px;

  grid-template-columns: repeat(4, 1fr);



}



.wrapper {

  width: 100%;

  height: 100%;

  padding: 15px;

}



.name {

  position: relative;

  font-size: 16px;

  display: inline-block;

}



.name:after {

  content: '';

  position: absolute;

  width: calc(100% + 10px);

  height: 1px;

  background-color: #000;

  bottom: -4px;

  left: 0;

}



.box {

  position: relative;

  cursor: pointer;

  max-height: 250px;

  border-radius: 4px;

  overflow: hidden;

  box-shadow: 0 1.4px 1.7px rgba(0, 0, 0, 0.017), 0 3.3px 4px rgba(0, 0, 0, 0.024), 0 6.3px 7.5px rgba(0, 0, 0, 0.03), 0 11.2px 13.4px rgba(0, 0, 0, 0.036), 0 20.9px 25.1px rgba(0, 0, 0, 0.043), 0 50px 60px rgba(0, 0, 0, 0.06);

}



.box .hide {

  opacity: 0;

}



.box .frame {

  position: absolute;

  border: 1px solid #fff;

  z-index: 2;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

}



#quick {

  background: #4f0312;

  padding: 40px 0 40px;

}



.f-left,

.f-right {

  width: 100%;

  float: none;

}



.box h2,

.box p {

  position: absolute;

  color: #fff;

  z-index: 2;

  width: 100%;

  transition: opacity 0.2s, transform 0.3s;

}



.box h2 {

  font-weight: 500;

  font-size: 22px;

  margin-bottom: 0;

  letter-spacing: 1px;

}



.box p {

  bottom: 0;

  font-size: 14px;

  letter-spacing: 1px;

}



.box:hover {

  transition: all 0.3s ease-in-out;

}



.box:hover p {

  filter: drop-shadow(0px 0px 3px white);

  transition: 300ms ease-in-out filter;

}



.box:hover:before {

  transition: all 0.3s ease-in-out;

}



.box img {

  position: relative;

  width: 100%;

  height: 100%;

  z-index: 1;

  transition: all 0.3s ease-in-out;

}



.box img:hover {

  transition: all 0.3s ease-in-out;

}



.box img:after {

  content: '';

  position: absolute;

  background-color: rgba(0, 0, 0, .6);

  width: 100%;

  height: 100%;

  top: 0;

  left: 0;

  opacity: 0;

}



.box img:hover {

  transition: all 0.3s ease-in-out;

}



.zoom-in h2 {

  top: 50%;

  transform: translatey(-50%);

  text-align: center;

  margin: 0;

}



.zoom-in p {

  text-align: center;

  top: calc(50% + 40px);

  transition: all 0.3s ease;

  transform: scale(1.8);

  opacity: 0;

}



.zoom-in:hover img {

  transform: scale(1.1);

  filter: grayscale(100%);

}



.zoom-in:hover p {

  transform: scale(1);

  transition: all 0.3s ease;

  opacity: 1;

}



.w-content .frame {

  width: calc(100% - 100px);

  height: calc(100% - 100px);

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  border-color: transparent;

}



.w-content h2 {

  margin-top: 0;

  top: 50%;

  transform: translatey(-50%);

  text-align: center;

  letter-spacing: 1px;

}



.w-content p {

  transform: translate3d(0, -10px, 0);

}



.w-content:hover {

  opacity: 0.8;

}



.w-content:hover .frame {

  border-color: #fff;

  transition: color 0.3s ease-in-out, all 0.3s ease-in-out;

  width: calc(100% - 20px);

  height: calc(100% - 20px);

}



.postcard h2 {

  top: 50%;

  text-align: left;

  transform: translate3d(50px, 20px, 0);

}



.postcard p {

  transform: translate3d(40px, 60px, 0);

  font-size: 24px;

  letter-spacing: 1px;

}



.postcard:hover h2 {

  transform: translate3d(20px, 20px, 0);

}



.postcard:hover p {

  opacity: 1;

}



.postcard:hover img {

  filter: opacity(0.7);

  transform: translate3d(-30px, 0, 0);

}



.blury-card .frame {

  width: calc(100% - 40px);

  height: calc(100% - 40px);

  opacity: 0;

  transition: all 0.3s ease-in-out;

}



.blury-card h2,

.blury-card p {

  text-align: center;

  top: 50%;

  transform: translatey(-50%);

  margin: 0;

  z-index: 3;

}



.blury-card p {

  transform: translatey(30px);

  letter-spacing: 3px;

}



.blury-card span {

  font-size: 24px;

}



.blury-card:before {

  content: '';

  position: absolute;

  width: 100%;

  height: 100%;

  background: #008e6b;

  z-index: 1;

  left: 0;

  opacity: 0;

  transition: all 0.3s ease-in-out;

}



.blury-card img {

  z-index: 2;

}



.blury-card:hover .frame {

  width: calc(100% - 120px);

  height: calc(100% - 120px);

  opacity: 1;

}



.blury-card:hover img {

  opacity: 0.7;

}



.blury-card:hover:before {

  opacity: 1;

  transition: all 0.3s ease-in-out;

}



.vintage h2 {

  top: 50%;

  transform: translate3d(0, 60px, 0);

  text-align: center;

}



.vintage p {

  opacity: 1;

  bottom: 15px;

  font-size: 15px;

  letter-spacing: 1px;

  text-align: center;

}



#gallery {

  padding: 20px 0px;

}



.vintage:before {

  content: '';

  position: absolute;

  width: 100%;

  height: 100%;

  background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, #4f0312f2 75%);

  z-index: 2;

  left: 0;

  bottom: -140px;

}



.vintage:hover h2 {

  bottom: 40px;

  transform: translate3d(0, 20px, 0);

}



.zoom-out .frame {

  width: calc(100% - 100px);

  height: calc(100% - 100px);

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  width: calc(100% - 40px);

  height: calc(100% - 40px);

}



.zoom-out h2 {

  font-size: 20px;

  font-weight: 300;

  margin-left: 10px;

  letter-spacing: 1px;

}



.zoom-out span {

  font-size: 24px;

  font-weight: 500;

}



.zoom-out p {

  max-width: 120px;

  text-align: right;

  margin: 10px;

  right: 0;

}



.zoom-out img {

  transform: scale(1.1);

}



.zoom-out:hover img {

  transform: scale(1);

  filter: contrast(70%);

}



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

  .wrapper {

    width: 50%;

  }

}



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

  .wrapper {

    width: 100%;

  }

}





.box:hover img {

  transform: scale(1.1);

  transition: transform 300ms ease-in-out;



}



.payment {

  display: grid;

  grid-template-columns: repeat(4, 1fr);

  gap: 0px;

  row-gap: 0;

  margin-top: 15px;

}



.payment img {

  width: 100%;

  height: 100%;

  padding: 4px 4px;

  object-fit: scale-down;

  border-radius: 6px;

}



.footer-widget-info p {

  font-size: 15px;

  color: #987f51;

}



.footer-widget li {

  font-size: 15px;

}







.footer-widget-link a:hover {

  color: #ffe280;

  transform: translateX(5px);

}







.footer-widget span {

  display: inline-block;

  vertical-align: middle;

  padding-right: 10px;

}





.copy {

  color: #b2b2b2;

  font-size: 14px;

}





.copy a:hover {



  color: #9ecbff;

}



.chakra1 {

  position: absolute;

  left: -55px;

  top: 0;

  height: 285px;

  opacity: 0.2;

  animation: spin 20s infinite linear;

}



.chakra2 {

  position: absolute;

  right: -55px;

  bottom: -40px;

  height: 205px;

  opacity: 0.2;

  animation: spin 20s infinite linear;

}





.preloader.hidden {

  opacity: 0;

  transition: all 500ms ease-out;

  z-index: -9;

}



.preloader {

  position: fixed;

  display: flex;

  align-items: center;

  justify-content: center;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background: #fff;

  animation: none;

  z-index: 9999;

  background-size: cover;

}



.preloader img {

  position: relative;



  animation: spins 4s linear infinite;

}



@keyframes spins {

  0% {

    transform: rotateY(0deg);

  }





  100% {

    transform: rotateY(360deg);

  }

}







.headlines .active::before {

  content: "";

  position: absolute;

  left: 0px;

  top: 10px;

  border: 10px solid transparent;

  border-left-color: #f3cd53;

  z-index: 999;

}







.social-menu ul {

  z-index: 999;

  position: fixed;

  top: 50%;

  right: 0;

  padding: 0;

  margin: 0;

  transform: translateY(-50%);

  display: block;

}



.social-menu ul li {

  list-style: none;

  margin: 10px 15px;

}



.social-menu ul li .fab {

  font-size: 20px;

  line-height: 40px;

  transition: .3s;

  color: #fff;

}



.social-menu ul li .fab:hover {

  color: #fff;

}



.social-menu ul li a {

  position: relative;

  display: block;

  width: 40px;

  height: 40px;

  border-radius: 50%;

  background-color: #fff;

  text-align: center;

  transition: .6s;

  box-shadow: 0 5px 4px rgba(0, 0, 0, .5);

}



.social-menu ul li a:hover {

  transform: translate(0, -10%);

}



.social-menu ul li:nth-child(1) a {

  background-color: #3b5998

}



.social-menu ul li:nth-child(2) a {

  background-color: #c13584

}



.social-menu ul li:nth-child(3) a {

  background-color: red

}



.social-menu ul li:nth-child(4) a {

  background-color: #00E676

}







.circle {

  width: 300px;

  height: 300px;

  border-radius: 50%;

  position: relative;

  top: 33%;

  left: 50%;

}



.green-div {

  width: 100%;

  height: 200px;

  border-radius: 50%;

  position: absolute;

}



.team-img img {

  width: 160px;

  height: 160px;

  border-radius: 50%;

  display: block;

  margin: auto;

}



.team-img {

  margin-bottom: 18px;

}



.team-desc {

  text-align: center;

}



.team-desc h3 {

  font-size: 18px;

  font-weight: 600;

  color: #986100;

  font-family: var(--p-font);

  text-transform: uppercase;

  letter-spacing: 1px;



}



.team-desc span {

  font-size: 15px;

  font-weight: 600;

  color: #848484;

  font-family: var(--p-font);

  text-transform: capitalize;

}





.high-a {

  margin: auto;

  display: block;

  width: fit-content;

}



#team-btn .clone>*,

#team-btnn .text>* {

  color: #b47300;

}



#team-btn .clone>*,

#team-btn .text>* {

  color: #b47300;

}



#team-btn svg {

  color: #b47300;

}



#team-btn:before {

  color: #b47300;

}





.samithi-container {

  margin-top: 35px;

}





.s-item {

  width: calc(20% - 10px);

  /* 20% width for each item with 10px spacing */

  margin-bottom: 10px;

  /* Space between rows */

  box-sizing: border-box;

  border: 1px solid #000;

  /* Optional: Add borders for clarity */

}



.tbg {

  position: absolute;

  left: 0;

  z-index: -1;

  width: 350px;

  top: 50%;

  transform: translateY(-50%);

  opacity: 0.6;

}



.sub-section {

  padding-bottom: 30px;
  position: relative;

}

.det-block
{
  padding: 30px 40px;
  border-radius: 8px;
  display: inline-block;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  margin-bottom: 85px;
  position: relative;
  background: linear-gradient(rgba(255,255,255,.5), rgba(255,255,255,.8)), url(../images/baground/sam-bg.jpg);
  background-size: cover;
  z-index: 1;
}
.ser-main .det-block
{
  background:none;
  box-shadow:none;
  padding: 0;
  border-radius:0;
   margin-bottom:0;
}

.det-block::before
{
  content: "";
  background: url(../images/baground/chain.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 40px;
  height: 85px;
  position: absolute;
  bottom: -85px;
  left: 100px;
}

.det-block::after
{
  content: "";
  background: url(../images/baground/chain.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 40px;
  height: 85px;
  position: absolute;
  bottom: -85px;
  right: 100px;
}

.det-main .det-block img {

  float: left;
  width: 260px;
  margin-right: 30px;
  margin-bottom: 10px;

}

.det-main .det-block:first-child
{
  margin-top: 35px;
}
.det-main .det-block:last-child::after, .det-main .det-block:last-child::before{
  display: none;
}

.det-main .det-block:nth-child(even) img
{
  margin-right: 0;
  margin-left: 30px;
  float: right;
}

.det-main .det-block:last-child
{
  margin-bottom: 30px;
}
.det-block h2, .about-wrapper strong {
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #cd9d52;
  margin-top: 10px;
}
.about-wrapper strong
{
  margin-bottom: -5px;  
  display: block;
}

.det-block p {

  text-align: justify;
  margin-bottom: 12px;

}



.sub-team h5 {

  text-align: center;

  font-family: "Bricolage Grotesque", sans-serif;

  font-size: 25px;

  color: #bd0003;

  margin-bottom: 20px;

}



.team-main .single-team {

  margin-top: 0;

}



.sub-team {

  margin-top: 25px;

  margin-bottom: 30px;

}



.mid-team {

  margin-top: 25px;

}



.main-t .single-team {

  margin-top: 20px;

}



.t-block {

  margin-bottom: 25px;

}



.t-block::after {

  content: "";

  background-image: url(../images/shape/line2.png);

  background-size: contain;

  background-position: center center;

  background-repeat: no-repeat;

  display: block;

  width: 280px;

  height: 20px;

  margin: 0 auto;

}



.s-box a:hover {

  color: #000;

}



.sub-section .s-box {

  margin-bottom: 30px;

}



.det-block .about-image,

.det-block .about-image-2 {

  float: left;

  margin-right: 30px;

  margin-top: 0;

}



.det-block .about-image img,

.det-block .about-image-2 img {

  float: none;

}



.event-img {

  position: relative;

  overflow: hidden;

  float: left;

  border-radius: 5px;

  margin-right: 25px;

}



.event-box {

  display: inline-block;

  width: 100%;

  padding: 15px;

  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

  overflow: hidden;

}



.event-box h5 {

  font-family: "Bricolage Grotesque", sans-serif;

  font-size: 14px;

  color: #fff;

}



.event-date {

  position: absolute;

  bottom: 0px;

  background-color: #fff;

  padding: 3px 10px;

  border-top-right-radius: 5px;

  background-color: #bd0003;

}



.event-box h6 {

  font-family: "Bricolage Grotesque", sans-serif;

  color: #000;

  font-weight: 600;

  line-height: 25px;

  font-size: 18px;

  margin-top: 5px;

  margin-bottom: 10px;

}



.event-box p {

  text-align: justify;

}



.prg-main,

.pub-main {

  margin-top: 30px;

}



.event-box {

  margin-bottom: 35px;

}



.event-box:hover img {

  scale: 1.1;

  transition: 1s ease;

}



.description {

  transition: all 0.5s ease-in-out;

  overflow: hidden;

}



.button {

  display: block;

  margin-top: 1rem;

  font-weight: 700;

  color: #bd0003;

  cursor: pointer;

  width: fit-content;

  float: right;

  font-size: 15px;

}



.rep-block {

  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;

  border-radius: 50px;

  padding: 3px;

  margin-bottom: 30px;

  background-color: #ededed;

}



.rep-block a {

  font-size: 17px;

  font-weight: 600;

}



.rep-block a img {

  width: 40px;

  margin-right: 15px;

}







/**********************Photo Gallery Start*************************/



.gallery-section {

  position: relative;

  z-index: 1;

  display: block;

  width: 100%;

}



.gallery-section .sets {

  display: flex;

  flex-wrap: wrap;

}



.gallery-section .gallery a {

  overflow: hidden;

  border-radius: 12px;

  cursor: pointer;

  display: block;

  margin-bottom: 20px;

}



.gallery-section .gallery img {

  object-fit: cover;

  transition: 0.3s ease-in-out;

  border-radius: 12px;
  
  width: 100%;
}



.gallery-section .gallery img:hover {

  scale: 1.1;

  transition: 1s ease;

}



.sets .hide,

.sets .pophide {

  width: 0%;

  opacity: 0;

  display: none !important;

}



.closeBtn {

  position: absolute;

  font-size: 18px;

  font-weight: 500;

  right: 25px;

  top: 25px;

  color: white;

  transition: 0.5s linear;

  padding: 8px;

  border-radius: 50%;

  line-height: 16px;

  background: transparent;

  outline: 2px solid #fff;

}



.closeBtn:hover {

  cursor: pointer;

  background: white;

  color: black;

}



.openDiv {

  width: 100%;

  height: 100vh;

  background: #000000e7;

  position: fixed;

  top: 0;

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  left: 0;

  z-index: 9999;

}



.imgPreview {

  width: 70%;

  object-fit: scale-down;

  max-height: 40vw;

  height: auto;

}



.prevButton,

.nextButton {

  transition: 1s linear;

  padding: 8px;

  line-height: 15px;

  font-size: 25px;

  font-weight: 500;

  border: none;

  color: white;

  background: #0005;

  border-radius: 10px;

  border: 2px solid white;

  margin: 10px;

}



.prevButton:hover,

.nextButton:hover {

  background: #fff;

  color: black;

}





/**********************Photo Gallery End*************************/





.arrow {

  position: absolute;

  top: 50px;

  left: 10%;

  transform: translate(-50%, -50%);

  transform: rotate(90deg);

  cursor: pointer;

  z-index: 100;

}



.arrow span {

  display: block;

  width: 1.3vw;

  height: 1.3vw;

  border-bottom: 5px solid #bd0003;

  border-right: 5px solid #bd0003;

  transform: rotate(45deg);

  margin: -10px;

  animation: animate 2s infinite;

}



.arrow span:nth-child(2) {

  animation-delay: -0.2s;

}



.arrow span:nth-child(3) {

  animation-delay: -0.4s;

}



@keyframes animate {

  0% {

    opacity: 0;

    transform: rotate(45deg) translate(-20px, -20px);

  }



  50% {

    opacity: 1;

  }



  100% {

    opacity: 0;

    transform: rotate(45deg) translate(20px, 20px);

  }

}







/*-----------Video Gallery----------*/



.vid-wrapper {

  margin-top: 20px;

}



.vid {

  display: inline-block;

  vertical-align: top;

  position: relative;

  padding: 15px;

  cursor: pointer;

}



.vid::before {

  content: '';

  position: absolute;

  top: 0;

  right: 0;

  bottom: 0;

  left: 0;

}



h2.vid-head {

  font-size: 20px;

  color: #333;

}



/* Video Popup */

.video-popup {

  position: fixed;

  top: 0;

  right: 0;

  bottom: 0;

  left: 0;

  display: flex;

  justify-content: center;

  align-items: center;

  z-index: 998;

  background: rgba(0, 0, 0, .7);

  cursor: pointer;

  display: none !important;

}



.video-popup.show-video {

  display: flex !important;

}



.iframe-wrapper {

  position: relative;

}



.iframe-wrapper .close-video {

  content: '';

  position: absolute;

  width: 25px;

  height: 25px;

  top: -40px;

  right: 0;

  background: url(https://image.flaticon.com/icons/svg/149/149690.svg) #fff;

  border-radius: 50%;

  background-size: cover;

  text-align: center;

  z-index: 999;

}





.vid iframe {

  float: left;

  width: 100%;

  border: none;

  height: 200px;

}



.iframe-wrapper i {

  font-size: 20px;

  line-height: 25px;

  z-index: 0;

}



.iframe-wrapper iframe {

  width: 800px;

  height: 400px;

}



/**************************Video Gallery End****************************/



.contact-wrapper .abt-img {

  position: relative;

  margin-bottom: -100px;

  top: -65px;

}



.contact-wrapper .float:nth-child(2) {

  left: 20px;

  bottom: -10px;

}



.contact-wrapper .float {

  position: absolute;

  right: 10px;

  bottom: 70px;

}



.fb:hover,

.ins:hover,

.yt:hover,

.wt:hover {

  color: #fff;

}



.fb:hover {

  background-color: #3b5998 !important;

  border-color: #3b5998 !important;

}



.ins:hover {

  background-color: #c13584 !important;

  border-color: #c13584 !important;

}



.yt:hover {

  background-color: red !important;

  border-color: red !important;

}



.wt:hover {

  background-color: #00E676 !important;

  border-color: #00E676 !important;

}



.description {

  margin-top: 15px;

}



.description p {

  text-align: justify;

}



/* .custom-file-label {

  width: 100%;

  margin-bottom: 10px;

  border-radius: 5px;

  padding: 5px;

  padding-left: 15px;

  font-size: 18px;

  background-color: #fff;

  color: #000;

} */

input[type="file"] {

  position: absolute;

  top: 0;

  left: 0;

  opacity: 0;

  cursor: pointer;

}



.join-form {

  margin-top: 30px;

  margin-bottom: 15px;

}



.join-form .about-image {

  margin-top: 0;

}



.join-form .register-login-form {

  padding-left: 20px;

}









.custom-table thead tr,

.custom-table thead th {

  border-top: none;

  border-bottom: none !important;

}



.custom-table tbody th,

.custom-table tbody td {

  color: #000;

  font-weight: 400;

  padding-bottom: 10px;

  padding-top: 10px;

  font-weight: 500;

}



.custom-table tbody th small,

.custom-table tbody td small {

  color: #b3b3b3;

  font-weight: 300;

}



.custom-table tbody tr:not(.spacer) {

  border-radius: 7px;

  overflow: hidden;

  -webkit-transition: .3s all ease;

  -o-transition: .3s all ease;

  transition: .3s all ease;

}



.custom-table tbody tr:not(.spacer):hover {

  -webkit-box-shadow: 0 2px 10px -5px rgba(0, 0, 0, 0.1);

  box-shadow: 0 2px 10px -5px rgba(0, 0, 0, 0.1);

}



.custom-table tbody tr th,

.custom-table tbody tr td {

  background: #fff;

  border: none;

}



.custom-table tbody tr th:first-child,

.custom-table tbody tr td:first-child {

  border-top-left-radius: 7px;

  border-bottom-left-radius: 7px;

}



.custom-table tbody tr th:last-child,

.custom-table tbody tr td:last-child {

  border-top-right-radius: 7px;

  border-bottom-right-radius: 7px;

}



.custom-table tbody tr.spacer td {

  padding: 0 !important;

  height: 10px;

  border-radius: 0 !important;

  background: transparent !important;

}



.dash-board {

  margin-top: 30px;

  margin-bottom: 30px;

  position: relative;

}



.dash-board .user-det,

.dash-board .pay {

  padding: 20px;

  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;

  border-radius: 12px;

  background-color: #d3d3d369;

}



.pay {

  width: 98%;

  margin-left: auto;

}



.dash-board .user-det img {

  border-radius: 12px;

  margin-bottom: 12px;

  width: 100%;

}



.dash-board .user-det h4,

.dash-board .user-det h5,

.dash-board h6 {

  font-family: "Bricolage Grotesque", sans-serif;

}



.dash-board .user-det h4 {

  text-align: center;

  margin-bottom: 12px;

  background-color: #fff;

  border-radius: 5px;

}



.dash-board .user-det h5:last-child {

  border: none;

  margin-bottom: 0;

  padding-bottom: 0;

}



.dash-board .user-det h5 {

  margin-bottom: 8px;

  border-bottom: 1px solid #cfcfcf;

  padding-bottom: 5px;

}



.dash-board h6,

.edit-form h6 {

  font-size: 18px;

  margin-bottom: 15px;

  color: #bd0003;

  border-bottom: 1px solid #ddd;

  padding-bottom: 8px;

  font-family: "Bricolage Grotesque", sans-serif;

}



.dash-board .user-det h5 i {

  margin-right: 8px;

  color: #bd0003;

}









.nav-drop {

  display: flex;

  font: 13px Helvetica, Tahoma, serif;

  text-transform: uppercase;

  margin: 0;

  padding: 0;

  width: fit-content;

  position: absolute;

  right: 15px;

  top: -50px;

  z-index: 100;

  gap: 15px;

}



.nav-drop li {

  display: inline-block;

  list-style: none;

  width: 100%;

  border-right: 1px solid #b9b9b9;

  padding-right: 15px;

}



.nav-drop li:last-child {

  border-right: none;

  padding-right: 0px;

}



.nav-drop .button-dropdown {

  position: relative;

}



.nav-drop li a {

  display: block;

  width: 100%;

}



.nav-drop li a span {

  display: inline-block;

  margin-left: 5px;

  font-size: 10px;

  color: #999;

}



.nav-drop li a:hover span,

.nav li a.dropdown-toggle.active span {

  color: #fff;

}



.nav-drop li .dropdown-menu {

  display: none;

  position: absolute;

  right: 0;

  padding: 0;

  margin: 0;

  margin-top: 3px;

  text-align: left;

}



.nav-drop li .dropdown-menu.active {

  display: block;

}



.nav-drop li .dropdown-menu a {

  width: 100%;

  text-transform: capitalize;

  font-weight: 600;

  font-size: 14px;

  padding: 7px 12px;

  border-bottom: 1px solid #c3c3c3;

}



.nav-drop img {

  width: 30px;

}



.nav-drop .dropdown-toggle::after {

  display: none;

}



.edit-us {

  position: relative;

}



.edit-form {

  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;

  border-radius: 12px;

  background-color: #d3d3d369;

  padding-top: 15px;

  padding-bottom: 35px;

  padding-left: 25px;

  padding-right: 25px;

  margin-top: 20px;

  margin-bottom: 25px;

}



.field-icon {

  position: absolute;

  right: 15px;

  top: 15px;

}

.form-wrapper .a-cen {

  margin: 0 auto;

  display: block;

  width: fit-content;

  position: relative;

  z-index: 999;

}



#contact, #contact1{
  /*display: none;*/
  /*z-index: 99999;*/
  /*background-color: rgb(0,0,0,0.5);*/
  /*position: fixed;*/
  /*top: 0%;*/
  /*left: 0%;*/
  /*width: 100%;*/
  /*height: 100%;*/
}
#contact form, #contact1 form
{
/*top: 50%;*/
/*left: 50%;*/
/*transform: translate(-50%, -50%);*/
/*position: absolute;*/
/*background-color: #fff;*/
/*padding: 35px;*/
/*border-radius: 5px;*/
width: 30%;
margin: 0 auto; 
}
#contact1 form
{
  width: 40% !important;
  margin: 0 auto; 
}
#contact .close-btn, #contact1 .close-btn1 {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  width: 28px;
  height: 28px;
  opacity: 1;
  background-color: #bd0003;
  border-radius: 5px;
  text-align: center;
  font-size: 26px;
  color: #fff;
  line-height: 28px;
}
#contact h1, #contact1 h1
{
  font-family: "Bricolage Grotesque", sans-serif;
  font-size: 20px;
  color: #bd0003;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 10px;
}
#contact p, #contact1 p
{
  text-align: center;
}
#contact textarea, #contact1 textarea
{
  height: auto;
  line-height: unset;
}
.support-btn 
{
  color: #000;
  font-weight: 600;
  padding: 0;
}
.support-btn  img
{
  width: 40px;
  margin-right: 5px;
}
#contact1 .row, #contact .row
{
  gap: unset;
}







/******Responsive******/

@media (min-width: 992px)
{
  .d-lg-flex {
    display: flex !important;
  }
}

@media (min-width: 360px) and (max-width: 800px) {

  .container
  {
  --bs-gutter-x: 45px;
  }
  .header-navbar 
  {
    width: 100%;
    position: absolute;
    right: 25px;
  }
  .top-info
  {
    font-size: 11px;
    right: 10px;
  }
  .header-meta .header-toggle .toggle
  {
    margin-top: 40px;
    margin-right: 10px;
  }
  .header-logo a img {
    width: 210px;
    margin-top: 8px;
  }
  .offcanvas-header
  {
    margin-right: 10px;
    justify-content: right;
    padding: 8px 12px;
  }
  .offcanvas-body
  {
    padding-top: 0;
  }
  .social-menu ul li .fab {
    font-size: 15px;
    line-height: 35px;
  }
  .social-menu ul li a
 {
    width: 35px;
    height: 35px;
 }
 .social-menu ul li
 {
    margin: 10px 5px;
 }
 .slider-area, .sub-slider {
  height: 60vh !important;
 }
 .news-ticker .label, .headlines li
 {
   font-size: 13px;
   font-weight: 500;
 }
 .headlines li
 {
  line-height: 35px;
 }
 .headlines li
 {
  text-align: left;
 }
 .news-ticker
 {
  gap: 10px;
  height: 35px;
 }

 .headlines .active::before {

  position: absolute;
  left: 0px;
  top: 10px;
  border: 7px solid transparent;
  border-left-color: #f3cd53;
  z-index: 999;
}
.iTitle h2, .section-title .title
{
  font-size: 20px;
  
}
#services {
  padding: 25px 0 30px;
}
.sContnent h2
{
  font-size: 16px;
}
.s-box
{
  background-size: cover;
  background-position: center;
  margin-top: 5px;
  padding: 50px !important;
}
.s-row
{
  flex-wrap: wrap;
  gap:10px;
}
.bottom h3
{
  font-size: 15px;
}
.section-title 
{
  text-align: center;
}
.team-sec
{
  position: relative;
}
.team-sec p
{
  text-align: center;
}
.team-sec
{
  padding-bottom: 95px;
}
.team-sec .team-a
{
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}
.team-sec .next-btn
{
  width: 85px;
}
.single-team
{
  margin-top: 30px;
}
.team-sec .single-team
{
  width: 280px;
  margin-left: auto;
  margin-right: auto;
}
.team-sec .tbg
{
  top: 0;
}
.abt-img {
  position: absolute;
  width: 280px;
  top: 35px;
  left: 50%;
  transform: translateX(-50%);
}
.abt-img
{
  position: relative;
  top: 0;
}
#about .col-lg-6
{
  position: relative;
}
.float:nth-child(2) {
  right: 80px;
  left: auto;
  bottom: -5px;
  width: 15px;
}
.float
{
  bottom: 0;
    left: 50px;
    width: 25px;
}
.iTitle
{
  text-align: center;
}
#about .iTitle h2
{
  margin: 0 auto;
}
.team-title-content .text
{
  font-size: 15px;
}
p
{
  font-size: 15px !important;
}
.prof-a {
  float: none;
  width: fit-content;
  margin: 0 auto;
  display: block;
}
#about .next-btn
{
  width: 105px;
}
.next-btn .clone>*, .next-btn .text>*
{
  font-size: 15px;
}
.next-btn>div, .next-btn>svg
{
  align-items: center;
}
#gallery .content
{
  grid-template-columns: repeat(1, 1fr);
}
#gallery .content .wrapper a
{
  width: 100%;
}
.left-slide, .right-slide
{
  width: 100%;
}
.banner-split
{
  height: 25vh;
}
#banner {
  padding: 15px 0 15px;
}
#gallery .next-btn
{
  width: 85px;
}
#gallery .content div:last-child
{
  padding-bottom: 0px;
}
.footer-top {
  padding-top: 0;
  padding-bottom: 35px;
}
.footer-widget h4
{
  width: 100%;
}
.footer-widget br
{  
  display: none;
}
.payment
{
  gap: 10px
}
.section-sub-title .title
{
  font-size: 17px;
}
.section-sub-title h2::before, .section-sub-title h2::after
{
  width: 25px;
  height: 13px;
}
.section-padding
{
  padding-top: 30px;
}
.mis-sec .section-sub-title.text-center>p, .vis-sec .section-sub-title.text-center>p{
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 00px;
  text-align: justify;
}
.vis-sec, .mis-sec
{
  margin-top: 0px;
}
.vis-sec
{
  margin-bottom: 30px;
}
.section-sub-title.text-center>p
{
  padding-left: 25px;
  padding-right: 25px;
}
.sub-team h5
{
  font-size: 20px;
}
.sub-section .single-team
{
    width: 280px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
}

.s-box-main
{
  margin-bottom: 30px;
}
.imgPreview
{
  width: 100%;
  max-height: 45vw;
}
.sub-section .gallery-section
{
   padding-top: 20px !important;
   padding-bottom: 0 !important; 
}
.sidebar-widget
{
  margin-bottom: 25px;
}
.rep-block {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 30px;
}
.rep-block a img
{
  width: 30px;
}
.rep-block a
{
  font-size: 15px;
}
.description
{
  padding: 0 25px;
}
.sub-section #highlight
{
  display: flex;
}
.sub-section #highlight a
{
  width: 100%;
}
.wrapper 
{
  padding: 10px 25px;
}
.imgPreview
{
  max-height: 60vw;
}
.arrow
{
  display: none;
}
.gallery-section .gallery a
{
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}
.vid
{
  padding: 15px 35px;
}
.iframe-wrapper iframe {
  width: 340px;
  height: 225px;
}
.contact-wrapper
{
  margin-top: 20px;
}
.contact-wrapper p
{
  text-align: left;
}
.contact-info .single-info .info-title
{
  font-size: 17px;
  margin-bottom: 5px;
}
.contact-info .single-info h4::before
{
  width: 18px;
  height: 18px;
}
.contact-wrapper .abt-img
{
  margin-bottom: -30px;
  top: 0;
}
.det-main .det-block img
{
  margin-bottom: 20px;
}
.det-block p
{
  padding-left: 25px;
  padding-right: 25px;
}

.join-form .register-login-form
{
  padding-left: 0;
}
 .register-login-wrapper {
  padding-left: 30px;
  padding-right: 30px;
}
.user-det
{
  margin-bottom: 35px;
  margin-top: 20px;
}
.nav-drop
{
  top: -25px;
}

.register-login-wrapper .nav-drop
{
  top: 0;
}
.register-login-wrapper .edit-form
{
  margin-top: 40px;
}
.event-img
{
  margin-right: 0;
  width: 100%;
  margin-bottom: 15px;
}
.event-img img
{
   width: 100%;
}
.event-box h6
{
  font-size: 17px;
}
.event-box .description
{
  padding: 0;
}
.event-box
{
  padding: 20px;
}
.sub-section .about-image
{
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}

.det-main .det-block:first-child {
  margin-top: 12px;
}
.det-main .det-block img {
  float: none;
  display: block;
  width: 260px;
  margin-right: auto;
  margin-left: auto;
}
.det-block h2, .about-wrapper strong
{
  font-size: 17px;
  text-align: center;
}
.det-block {
  padding: 25px 5px;
  margin-bottom: 35px;
}
.det-main
{
  padding-left: 25px;
  padding-right: 25px;
}
.det-main .det-block:nth-child(even) img {
  margin-right: auto;
  margin-left: auto;
  float: none;
}
.det-block::before, .det-block::after
{
  display: none;
}
.about-wrapper .wrap-img {
  float: none;
  margin-right: auto;
  margin-left: auto;
  width: 260px;
  margin-bottom: 0;
}
.about-wrapper .section-sub-title {
  margin-top: 0;
}
.support-btn
{
  font-size: 15px;
}
.support-btn img {
  width: 30px;
}
#contact1 form, #contact form {
  width: 80% !important;
  padding: 12px;
}
input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="range"]), textarea, .custom-file-label, #fileInputLabel
{
  height: 35px;
  line-height: 35px;
}
.single-form {
  margin-top: 15px;
}
.btn {
  height: 40px;
  line-height: 40px;
  font-size: 13px;
}
#contact h1, #contact1 h1
{
  font-size: 17px;
  margin-bottom: 5px;
}
.det-block .about-image,
.det-block .about-image-2 {
    float: none;
    margin-right: auto;
    margin-left: auto;
    display: block;
    margin-top: 0;
}
.prg-main,
.pub-main {
    margin-top: 0;
}

}


@media (min-width: 640px) and (max-width: 900px) and (orientation: landscape) {

  .container
  {
  --bs-gutter-x: 0px;
  }
  .header-navbar 
  {
    width: 100%;
    position: absolute;
    right: 25px;
  }
  .top-info
  {
    font-size: 13px;
    right: 75px;
  }
  .header-meta .header-toggle .toggle
  {
    margin-top: 40px;
    margin-right: 10px;
  }
  .header-logo a img {
    width: 250px;
    margin-top: 8px;
  }
  .about-wrapper .about-image 
  {
    margin-left: auto;
    margin-right: auto;
  }
  .c-flex {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .offcanvas-header
  {
    margin-right: 10px;
    justify-content: right;
    padding: 8px 12px;
  }
  .offcanvas-body
  {
    padding-top: 0;
  }
  .social-menu ul li .fab {
    font-size: 15px;
    line-height: 35px;
  }
  .social-menu ul li a
 {
    width: 35px;
    height: 35px;
 }
 .social-menu ul li
 {
    margin: 10px 5px;
 }
 .slider-area, .sub-slider {
  height: 100vh !important;
 }
 .news-ticker .label, .headlines li
 {
   font-size: 13px;
   font-weight: 500;
 }
 .headlines li
 {
  line-height: 35px;
 }
 .headlines li
 {
  text-align: left;
 }
 .news-ticker
 {
  gap: 10px;
  height: 35px;
 }

 .headlines .active::before {

  position: absolute;
  left: 0px;
  top: 10px;
  border: 7px solid transparent;
  border-left-color: #f3cd53;
  z-index: 999;
}
.iTitle h2, .section-title .title
{
  font-size: 20px;
  
}
#services {
  padding: 25px 0 30px;
}
.sContnent h2
{
  font-size: 16px;
}
.s-box
{
  background-size: cover;
  background-position: center;
  margin-top: 5px;
  padding: 50px !important;
}
.s-row
{
  flex-wrap: wrap;
  gap:20px;
}
.bottom h3
{
  font-size: 15px;
}
.section-title 
{
  text-align: center;
}
.team-sec
{
  position: relative;
}
.team-sec p
{
  text-align: center;
}
.team-sec
{
  padding-bottom: 95px;
}
.team-sec .team-a
{
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}
.team-sec .next-btn
{
  width: 85px;
}
.single-team
{
  margin-top: 30px;
}
.team-sec .single-team
{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.team-sec .tbg
{
  top: 0;
}
.abt-img {
  position: absolute;
  width: 280px;
  top: 35px;
  left: 50%;
  transform: translateX(-50%);
}
.abt-img
{
  position: relative;
  top: 0;
}
#about .col-lg-6
{
  position: relative;
}
.float:nth-child(2) {
  right: 80px;
  left: auto;
  bottom: 115px;
  width: 15px;
}
.float
{
    bottom: 115px;
    left: 50px;
    width: 25px;
}
.iTitle
{
  text-align: center;
}
#about .iTitle h2
{
  margin: 0 auto;
}
.team-title-content .text
{
  font-size: 15px;
}
p
{
  font-size: 15px !important;
}
#about .prof-a {
    float:right;
}

.prof-a {
  float: none;
  width: fit-content;
  margin: 0 auto;
  display: block;
  margin-top: -25px;
}
#about .next-btn
{
  width: 105px;
  bottom: -8px;
}
.next-btn .clone>*, .next-btn .text>*
{
  font-size: 15px;
}
.next-btn>div, .next-btn>svg
{
  align-items: center;
}
#gallery .content
{
  grid-template-columns: repeat(2, 1fr);
}
#gallery .content .wrapper a
{
  width: 100%;
}
#highlight .wrapper
{
    width:100%;
}
.left-slide, .right-slide
{
  width: 100%;
}
.banner-split
{
  height: 100vh;
}
#banner {
  padding: 15px 0 15px;
}
#gallery .next-btn
{
  width: 85px;
}
#gallery .content div:last-child
{
  padding-bottom: 0px;
}
.footer-top {
  padding-top: 0;
  padding-bottom: 35px;
}
.footer-widget h4
{
  width: 100%;
}
.footer-widget br
{  
  display: none;
}
.payment
{
  gap: 10px
}
.section-sub-title .title
{
  font-size: 17px;
}
.section-sub-title h2::before, .section-sub-title h2::after
{
  width: 25px;
  height: 13px;
}
.section-padding
{
  padding-top: 30px;
}
.mis-sec .section-sub-title.text-center>p, .vis-sec .section-sub-title.text-center>p{
  padding-left: 95px;
  padding-right: 95px;
  padding-bottom: 0px;
  text-align: justify;
}
.vis-sec, .mis-sec
{
  margin-top: 0px;
}
.vis-sec
{
  margin-bottom: 30px;
}
.section-sub-title.text-center>p
{
  padding-left: 25px;
  padding-right: 25px;
}
.sub-team h5
{
  font-size: 20px;
}
.sub-section .single-team
{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
}

.s-box-main
{
  margin-bottom: 30px;
}
.imgPreview
{
  width: 100%;
  max-height: 45vw;
}
.sub-section .gallery-section
{
   padding-top: 20px !important;
   padding-bottom: 0 !important; 
}
.sidebar-widget
{
  margin-bottom: 25px;
}
.rep-block {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
}
.rep-block a img
{
  width: 30px;
}
.rep-block a
{
  font-size: 15px;
}
.description
{
  padding: 0 25px;
}
.sub-section #highlight
{
  grid-template-columns: repeat(2, 1fr);
      display: grid;
}
.sub-section #highlight a
{
  width: 100%;
}
.wrapper 
{
  padding: 10px 25px;
}
.imgPreview
{
  max-height: 60vw;
}
.arrow
{
  display: none;
}
.gallery-section .gallery a
{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.vid
{
  padding: 10px;
}
.iframe-wrapper iframe {
  width: 550px;
  height: 270px;
}
.contact-wrapper
{
  margin-top: 20px;
}
.contact-wrapper p
{
  text-align: left;
}
.contact-info .single-info .info-title
{
  font-size: 17px;
  margin-bottom: 5px;
}
.contact-info .single-info h4::before
{
  width: 18px;
  height: 18px;
}
.contact-wrapper .abt-img
{
  margin-bottom: -32px;
  top: 0;
}
.det-main .det-block img
{
  margin-bottom: 20px;
}
.det-block p
{
  padding-left: 25px;
  padding-right: 25px;
}
.inner-c img
{
  width: 160px;
}
.contact-wrapper .float {
  position: absolute;
  right: 190px;
  left: auto;
  bottom: -35px;
}
.contact-wrapper .float:nth-child(2) {
  left: 250px;
  bottom: -35px;
}
.user-det
{
  margin-bottom: 35px;
}
.event-box .description
{
  padding: 0;
}
.event-box
{
  padding: 25px;
}
.sub-section .about-image
{
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}
.det-block {
  padding: 25px 30px;
}
.det-block p
{
  padding: 0;
}
.det-block::before, .det-block::after
{
  display: none;
}
.det-block
{
  margin-bottom: 35px;
}
.det-main .det-block:first-child {
  margin-top: 12px;
}
.det-block h2, .about-wrapper strong
{
  font-size: 18px;
}
.det-main .det-block img
{
  width: 200px;
  margin-bottom: 0 !important;
  margin-top: 10px;
}
.about-wrapper .wrap-img {
  float: left;
  margin-right: 30px;
  margin-top: 50px;
  width: 240px;
  margin-bottom: 0;
}
.support-btn
{
  font-size: 15px;
}
.support-btn img {
  width: 30px;
}
#contact1 form, #contact form {
  width: 80% !important;
  padding: 20px;
}
input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="range"]), textarea, .custom-file-label, #fileInputLabel
{
  height: 35px;
  line-height: 35px;
}
.single-form {
  margin-top: 15px;
}
.btn {
  height: 40px;
  line-height: 40px;
  font-size: 13px;
}
#contact h1, #contact1 h1
{
  font-size: 17px;
  margin-bottom: 5px;
}


}


@media only screen and (min-device-width: 901px) and (max-device-width: 1024px) {

  .header-navbar .navbar-menu li a {
    font-size: 13px;
}
.header-logo img
{
  width: 220px;
}
.header-navbar .navbar-menu li {
    padding: 50px 6px;
    padding-bottom: 0;
}
.header-navbar .sub-menu li {
  padding: 0 !important;
}
.slider-area {
  height: 54vh;
}
.s-box {
  margin-top: 25px;
  padding: 40px;
  background-size: cover;
  background-position: center;
  padding-top: 35px;
}
.abt-img
{
  width: 440px;
  bottom: 0;
  top: unset;
}
.float, .float:nth-child(2)
{
  bottom: 0;
}
.banner-split {
  height: 220px;
}
.footer-top {
  padding-top: 10px;
  padding-bottom: 30px;
}
.sub-slider {
  height: 54vh !important;
}
.section-padding {
  padding-top: 35px;
}
.iTitle {
  margin-bottom: 35px;
}
.sub-section .s-box
{
  margin-top: 0px;
}
.s-box-main
{
  margin-bottom: 30px;
}
.contact-wrapper .float
{
  bottom: -35px;
}
.contact-wrapper .abt-img {
  position: relative;
  margin-bottom: -32px;
  top: unset;
}
.iTitle h2{
  font-size: 25px;
}
.section-sub-title .title
{
  font-size: 20px;
}
.sContnent h2
{
  font-size: 20px;
}
.det-block
{
  margin-bottom: 45px;
}
.det-block::before, .det-block::after
{
  bottom: -45px;
  height: 45px;
}
}

@media (min-width: 1920px) and (max-width: 2560px) {
 
  .container {
    max-width: 1400px;
}
.header-meta
{
  display: none;
}
.abt-img {
  width: 510px;
  top: -25px;
  right: 250px;
}
.float {
  bottom: 0;
  margin-left: 180px;
}
.float:nth-child(2) {
  right: 265px;
  bottom: 0;
  margin-left: 0;
  width: 30px;
}
.call-to-action-bg
{
  height: 340px;
}
.s-box
{
  background-size: cover;
  background-position: center;
  padding: 80px 75px;
}
.s-box-main
{
  margin-bottom: 35px;
}
.arrow
{
  left: 15%;
}
.contact-wrapper .abt-img
{
  left: auto;
  right: -50px;
}
.contact-wrapper .float
{
  bottom: -40px;
  right: 100px;
}
#services .s-box
{
  padding: 105px 75px;
}


}