﻿.preferred_food_type .wrapper,
.room_type .wrapper{
  display: inline-flex;
  background: #fff;
  height: auto;
  width: auto;
  align-items: center;
  justify-content: space-evenly;
  border-radius: 5px;
/*  padding: 20px 15px;*/
/*  box-shadow: 5px 5px 30px rgba(0,0,0,0.2);*/
}
.preferred_food_type .wrapper .option,
.room_type .wrapper .option{
  background: #fff;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  border-radius: 5px;
  cursor: pointer;
  padding: 0 10px;
  border: 2px solid lightgrey;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.preferred_food_type .wrapper .option .dot,
.room_type .wrapper .option .dot{
  height: 20px;
  width: 20px;
  background: #d9d9d9;
  border-radius: 50%;
  position: relative;
}
.preferred_food_type .wrapper .option .dot::before,
.room_type .wrapper .option .dot::before{
  position: absolute;
  content: "";
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  background: #ef4d35;
  border-radius: 50%;
  opacity: 0;
  transform: scale(1.5);
  transition: all 0.3s ease;
}
[id^="option-1-"],[id^="option-2-"] {
  display: none;
}
[id^="option-1-"]:checked:checked ~ .option-1,
[id^="option-2-"]:checked:checked ~ .option-2{
  border-color: #ef4d35;
  background: #ef4d35;
}
[id^="option-1-"]:checked:checked ~ .option-1 .dot,
[id^="option-2-"]:checked:checked ~ .option-2 .dot{
  background: #fff;
}
[id^="option-1-"]:checked:checked ~ .option-1 .dot::before,
[id^="option-2-"]:checked:checked ~ .option-2 .dot::before{
  opacity: 1;
  transform: scale(1);
}
.preferred_food_type .wrapper .option span,
.room_type .wrapper .option span{
  font-size: 14px;
  color: #808080;
}
[id^="option-1-"]:checked:checked ~ .option-1 span,
[id^="option-2-"]:checked:checked ~ .option-2 span{
  color: #fff;
}
.error, .wor-error{
  color: #ff4e4e;
  padding-top: 15px;
}

.hide{
  display: none !important;
}
.file-drop-area {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding: 25px;
  border: 1px dashed rgba(0, 0, 0, 0.4);
  border-radius: 3px;
  transition: 0.2s;
 
}

.choose-file-button {
  flex-shrink: 0;
  background-color: rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 8px 15px;
  margin-right: 10px;
  font-size: 12px;
  text-transform: uppercase;
}

.file-message {
  font-size: small;
  font-weight: 300;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.file-input {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
  
}

.mt-100{
    margin-top:100px;
}
.card-block{
  border: 1px solid #dfd8d8;
  margin-bottom: 20px;
  padding: 10px;
  box-shadow: 0px 0px 6px -2px #999;
}
.card-block-title{
  margin-top: -20px;
  background: #fff;
  display: inline-block;
  width: auto;
}
.select2-container{
  width: 100% !important;
}
.custom-toggle .form-check-input{
  float: none !important;
}


/* ----------- iPad Pro ----------- */
/* Portrait and Landscape */
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
    .preferred_food_type .wrapper .option,
    .room_type .wrapper .option{
      margin-left: 3px !important;
      padding: 0px 3px !important;
    }
    .navbar-brand{
      background: transparent !important;
    }
}

/* Portrait */
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
    .preferred_food_type .wrapper .option,
    .room_type .wrapper .option{
      margin-left: 3px !important;
      padding: 0px 3px !important;
    }
    .navbar-brand{
      background: transparent !important;
    }
}

/* Landscape */
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
    .preferred_food_type .wrapper .option,
    .room_type .wrapper .option{
      margin-left: 3px !important;
      padding: 0px 3px !important;
    }
    .navbar-brand{
      background: transparent !important;
    }

}

.hand-image{
  height: 30px;
  width: 30px;
  margin-right: 4px;
}

.booking-id-input-field{
  width: 16.66666667%;
  float: left;
}

.booking-label{
  margin-top: 5px !important;
  margin-bottom: 0px !important;
  padding-right: 3px;
}

#verify-mobile-number{
  width: 33.3%;
}

#currency-radios label {
  cursor: pointer;
  position: relative;
}

#currency-radios label + label {
  margin-left: 5px;
}

#currency-radios input[type="radio"] {
  opacity: 0; /* hidden but still tabable */
  position: absolute;
}

#currency-radios input[type="radio"] + span.display-currnecy-span {
  color: #B3CEFB;
  border-radius: 50%;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  font-weight: 600;
  font-size: 11px;
  background: #fff;
  color: #444;
  box-shadow: 0px 0px 5px #0000005c;
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 30px;
}

#currency-radios input[type="radio"]:checked + span.display-currnecy-span {
  color: #D9E7FD;
  background-color: #00827A;
}

#currency-radios input[type="radio"]:focus + span.display-currnecy-span {
  color: #fff;
}

#currency-radios label:hover::before {
  content: attr(for);
  text-transform: capitalize;
  font-size: 11px;
  position: absolute;
  top: 170%;
  left: 0;
  right: 0;
  opacity: 0.75;
  background-color: #323232;
  color: #fff;  
  padding: 4px;
  border-radius: 3px;
  display: block;
}

#currency-radios {
  text-align: center;
  margin 0 auto;
}
.currency-icon-span{
  position: absolute;
  top: 36%;
  left: 44%;
}

.no-wrap-cell{
  white-space: nowrap;
}
.selected-currency, .bulk-selected-currency {
  background-color: #00827A !important;
  color: #fff;
  box-shadow: 0px 0px 2px 1px #88888885 !important;
}
.currency-display-table th{
  text-align: center !important;
}
ul.custom-checkboxes {
    list-style: none;
    padding: 0px 20px;
}
ul.custom-checkboxes li{
  display: inline;
}
ul.custom-checkboxes li label{
    display: inline-block;
    background-color: rgba(255, 255, 255, .9);
    border: 2px solid rgba(139, 139, 139, .3);
    color: #adadad;
    border-radius: 25px;
    white-space: nowrap;
    margin: 3px 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition: all .2s;
}

ul.custom-checkboxes li label {
    padding: 8px 8px;
    cursor: pointer;
}

ul.custom-checkboxes li label::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-weight: 900;
    font-size: 12px;
    padding: 2px 6px 2px 2px;
    content: "+";
    transition: transform .3s ease-in-out;
}

ul.custom-checkboxes li input[type="checkbox"]:checked + label::before {
    content: "\2714";
    transform: rotate(-360deg);
    transition: transform .3s ease-in-out;
}

ul.custom-checkboxes li input[type="checkbox"]:checked + label {
    border: 2px solid #c9d0d0;
    background-color: #00827a;
    color: #fff;
    transition: all .2s;
}

ul.custom-checkboxes li input[type="checkbox"] {
  display: absolute;
}
ul.custom-checkboxes li input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
ul.custom-checkboxes li input[type="checkbox"]:focus + label {
  border: 2px solid #bbb;
}
#hotel-booking-form{
  padding: 20px;
}
.img{
  max-width: 100% !important;
}
.text-highlight{
  padding: 15px 10px;
  border: 1px solid #999;
  box-shadow: 0px 0px 3px 0px #c8c8c8;
  line-height: 28px;
}
.tax-details{
  font-size: 12px;
}
.clickable-div{
  cursor: pointer;
}
.image-divider{
  height: auto;
  width: 5px;
  background-color: #333a36;

}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown-menus {
  display: none;
  position: fixed;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  padding: 0px;
}

.dropdown-menus li {
  list-style: none;  
}

.dropdown-menus a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-menus a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-menus {
  display: block;
}

.navbar-brand{
  height: 100px !important;
}

.navbar-nav .nav-item.active .nav-link, .navbar-nav .nav-link.show{
  background-color: #ef4d35 !important;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #9e602d;
  --bs-btn-border-color: #9e602d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #2f190f;
  --bs-btn-hover-border-color: #9e602d;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #9e602d;
  --bs-btn-active-border-color: #9e602d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #9e602d;
  --bs-btn-disabled-border-color: #9e602d;
}
.card-img.custom-height{
  height: 320px;
}

.sub-breadcrumb{
  padding-top: 2rem;
}
.size1 {
  width: 355px;
  max-width: 100%;
}
.p-b-47 {
  padding-bottom: 47px;
}
.flex-w {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: nowrap;
}
.txt1 {
  font-size: 18px;
  line-height: 1.2;
  color: #444;
}
.p-r-25 {
  padding-right: 25px;
}
.p-r-13 {
  padding-right: 13px;
}
.size2 {
  width: calc(100% - 43px);
}
.flex-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
.p-b-20 {
  padding-bottom: 20px;
}
.txt2 {
  font-size: 15px;
  line-height: 1.6;
  color: #999999;
}
.mt-45{
  margin-top: 45px;
}
.card{
  --bs-card-cap-bg: #352b75;
  --bs-card-title-color: #fff;
}
footer {
  background-color: #2f190f;
}
.arck-working-skill-section {
  padding: 100px 0px;
}

.arck-section-title-2 .sub-title {
  position: relative;
}
.arck-section-title .sub-title, .arck-section-title-2 .sub-title {
  font-weight: 700;
  letter-spacing: 3px;
  color: rgb(255, 107, 97);
}
.arck-section-title h2, .arck-section-title-2 h2 {
  font-size: 48px;
  font-weight: 600;
  padding: 10px 0px 20px;
  color: rgb(26, 26, 26);
}
.arck-section-title-2 h2 {
  font-weight: 500;
  padding: 20px 0 30px;
}
.arck-working-skill-section .arck-section-title-2 h2 {
  padding-bottom: 20px;
}
.arck-section-title-2 p {
  line-height: 1.875;
}
img {
  max-width: 100%;
  height: auto;
}
.slick-initialized .slick-slide {
  display: block;
}

.arck-team-item {
  overflow: hidden;
  max-width: 370px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.arck-team-item:before {
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  width: 100%;
  content: "";
  height: 100%;
  position: absolute;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  background-color: rgba(0, 0, 0, 0.7);
}
.arck-team-item .inner-img img {
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.arck-team-item .inner-text {
  left: 0;
  right: 0;
  bottom: 100px;
  z-index: 1;
  opacity: 0;
  position: absolute;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.arck-team-item .inner-text h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}
.arck-team-item .inner-text span {
  color: #fff;
}
.arck-team-item .inner-social {
  left: 0;
  right: 0;
  z-index: 1;
  opacity: 0;
  bottom: 60px;
  margin: 0 auto;
  position: absolute;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.arck-team-item .inner-social a:hover {
  color: #fff;
  background-color: var(--main-color);
}
.arck-team-item:hover .inner-text {
  opacity: 1;
  bottom: 20px;
}
.arck-team-item:hover:before {
  opacity: 1;
}
.arck-team-item:hover .inner-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.arck-team-item:hover .inner-social {
  opacity: 1;
  bottom: 110px;
}

.arck-team-details-content {
  margin-bottom: 65px;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.05);
}

.arck-team-details-text-wrap {
  padding: 75px 30px;
}
.arck-team-details-text-wrap .about-bg {
  right: 25px;
  bottom: 20px;
}
.arck-team-details-text-wrap h3 {
  font-size: 36px;
  color: rgb(26, 26, 26);
  font-weight: 600;
  padding-bottom: 12px;
}
.arck-team-details-text-wrap .arck-team-details-info {
  padding-top: 35px;
  max-width: 350px;
}
.arck-team-details-text-wrap .arck-team-details-info li {
  font-weight: 600;
  font-family: var(--heading);
  color: rgb(26, 26, 26);
  text-transform: uppercase;
  margin-bottom: 15px;
}
.arck-team-details-text-wrap .arck-team-details-info li span {
  float: right;
  font-weight: 400;
  text-transform: capitalize;
}
.arck-team-details-text-wrap .arck-team-details-social {
  margin-top: 40px;
}
.arck-team-details-text-wrap .arck-team-details-social a {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: rgb(26, 26, 26);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 10px;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.08);
}
.arck-team-details-text-wrap .arck-team-details-social a:hover {
  color: #fff;
  background-color: var(--main-color);
}

.arck-team-details-text-content-wrap h3 {
  color: rgb(26, 26, 26);
  font-size: 30px;
  font-weight: 600;
  padding-bottom: 30px;
}
.arck-team-details-text-content-wrap p {
  line-height: 1.875;
  padding-bottom: 30px;
}
.more-text {
    display: none;
}
.about-venue-section{
  padding: 100px 0px;
  position: relative;
}
.about-venue-section:before{
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 700px;
  position: absolute;
  background-color: #fbf8f6;
  background-image: url(../img/shape-bg.png);
  background-repeat: no-repeat;
}
.about-venue-text-container{
  background: #fff;
  box-shadow: 0px 0px 10px #c6c5c5;
  padding: 25px;

}
.section-heading{
  color: rgb(255, 107, 97);
}
.about-venue-image-container{
  position: relative;
}
.about-venue-image-container:before{
  top: 20px;
  width: 100%;
  content: "";
  z-index: -1;
  height: 100%;
  right: -20px;
  position: absolute;
  background-color: #caaf69;
}
.inner-page-padding {
  padding: 125px 0px;
}

.arck-blog-item, .arck-blog-item-2 {
  margin-bottom: 32px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
}
.arck-blog-item .inner-img, .arck-blog-item-2 .inner-img {
  overflow: hidden;
}
.arck-blog-item .inner-img img, .arck-blog-item-2 .inner-img img {
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.arck-blog-item .inner-text, .arck-blog-item-2 .inner-text {
  padding: 45px 15px 20px;
}
.arck-blog-details-main-content .blog-meta, .arck-blog-item .blog-meta, .arck-blog-item-2 .blog-meta {
  margin-bottom: 25px;
}
.arck-blog-details-main-content .blog-meta a, .arck-blog-item .blog-meta a, .arck-blog-item-2 .blog-meta a {
  margin-right: 15px;
}
.arck-blog-details-main-content .blog-meta a, .arck-blog-item .blog-meta a, .arck-blog-item-2 .blog-meta a {
  margin-right: 15px;
}
.arck-blog-details-main-content .blog-meta .blog-cat, .arck-blog-item .blog-meta .blog-cat, .arck-blog-item-2 .blog-meta .blog-cat {
  color: #fff;
  font-size: 12px;
  padding: 7px 10px;
  background-color: rgb(255, 107, 97);
}
.arck-blog-details-main-content .blog-meta a:last-child, .arck-blog-item .blog-meta a:last-child, .arck-blog-item-2 .blog-meta a:last-child {
  margin-right: 0;
}
.arck-blog-details-main-content .blog-meta .date, .arck-blog-item .blog-meta .date, .arck-blog-item-2 .blog-meta .date {
  color: #7a7a7a;
}
.arck-blog-item .inner-text h3, .arck-blog-item-2 .inner-text h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.333;
  padding-bottom: 15px;
  color: rgb(26, 26, 26);
}
.arck-blog-item .inner-text p, .arck-blog-item-2 .inner-text p {
  line-height: 1.875;
  padding-bottom: 0px;
}
.inner-text.headline.pera-content a {
  text-decoration: none;
}
.arck-blog-item:hover .inner-img img, .arck-blog-item-2:hover .inner-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.arck-blog-item .inner-img img, .arck-blog-item-2 .inner-img img {
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
}
.custom-box-shadow{
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
}
.carousel-caption-text{
  /*background: #00000085;*/
  padding: 15px;
  text-shadow: 1px 1px 1px #fff;
}
.carousel-caption.custom-alignment{
  top: 38%;
  left: 9%;
  right: 0;
}
.arck-work-process-section {
  padding-bottom: 150px;
}
.inner-page-padding {
  padding-bottom: 125px;
}
.arck-section-title.text-center, .arck-section-title-2.text-center {
  margin: 0 auto;
  max-width: 725px;
}
.arck-section-title .sub-title, .arck-section-title-2 .sub-title {
  font-weight: 700;
  letter-spacing: 3px;
  color: rgb(255, 107, 97);
}
.arck-section-title h2, .arck-section-title-2 h2 {
  font-size: 48px;
  font-weight: 600;
  padding: 10px 0px 20px;
  color: rgb(26, 26, 26);
}
.pera-content p {
  margin-bottom: 0;
}
.arck-work-process-content {
  padding-top: 15px;
}
.arck-work-process-item {
  z-index: 1;
  padding: 30px 30px 0px;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 0px 50px 0px rgba(35, 31, 32, 0.1);
  box-shadow: 0px 0px 50px 0px rgba(35, 31, 32, 0.1);
}
/*.arck-work-process-item::before {
  left: 0;
  right: 0;
  top: -20px;
  z-index: -2;
  width: 85%;
  content: "";
  height: 111%;
  margin: 0 auto;
  position: absolute;
  border: 2px solid #e5e5e5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}*/
.arck-work-process-item:hover::before {
  border: 2px solid rgb(255, 107, 97);
  background-color: rgb(255, 107, 97);
}
.arck-work-process-item .inner-icon {
  margin-bottom: 30px;
}

.arck-work-process-item:hover .inner-icon img{
  scale: 1.1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.arck-work-process-item .inner-icon img{
  max-width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.arck-work-process-item .inner-text h3 {
  font-size: 24px;
  font-weight: 700;
  color: rgb(26, 26, 26);
}
.arck-work-process-item .inner-text p {
  padding-bottom: 15px;
}
.countdown {
  width: 720px;
  margin: 0 auto;
}
.countdown .bloc-time {
  float: left;
  margin-right: 45px;
  text-align: center;
}
.countdown .bloc-time:last-child {
  margin-right: 0;
}
.countdown .count-title {
  display: block;
  margin-top: 15px;
  margin-bottom: 5px;
  font: normal 0.94em "Lato";
  color: #1a1a1a;
  text-transform: uppercase;
}
.countdown .figure {
  position: relative;
  float: left;
  height: 110px;
  width: 100px;
  margin-right: 10px;
  background-color: #fff;
  border-radius: 8px;
  -moz-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
  -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2), inset 2px 4px 0 0 rgba(255, 255, 255, 0.08);
}
.countdown .figure:last-child {
  margin-right: 0;
}
.countdown .figure > span {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  font: normal 5.94em/107px "Lato";
  font-weight: 700;
  color: #de4848;
}
.countdown .figure .top:after,
.countdown .figure .bottom-back:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.countdown .figure .top {
  z-index: 3;
  background-color: #f7f7f7;
  transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  -moz-transform: perspective(200px);
  -ms-transform: perspective(200px);
  -webkit-transform: perspective(200px);
  transform: perspective(200px);
}
.countdown .figure .bottom {
  z-index: 1;
}
.countdown .figure .bottom:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: rgba(0, 0, 0, 0.02);
}
.countdown .figure .bottom-back {
  z-index: 2;
  top: 0;
  height: 50%;
  overflow: hidden;
  background-color: #f7f7f7;
  -moz-border-radius-topleft: 10px;
  -webkit-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  -moz-border-radius-topright: 10px;
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
}
.countdown .figure .bottom-back span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.countdown .figure .top,
.countdown .figure .top-back {
  height: 50%;
  overflow: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.countdown .figure .top-back {
  z-index: 4;
  bottom: 0;
  background-color: #fff;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -moz-transform: perspective(200px) rotateX(180deg);
  -ms-transform: perspective(200px) rotateX(180deg);
  -webkit-transform: perspective(200px) rotateX(180deg);
  transform: perspective(200px) rotateX(180deg);
  -moz-border-radius-bottomleft: 10px;
  -webkit-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.countdown .figure .top-back span {
  position: absolute;
  top: -100%;
  left: 0;
  right: 0;
  margin: auto;
}


.arck-service-content-2 {
  padding-top: 40px;
}
.arck-service-item-2, .arck-service-item-acc-person {
  overflow: hidden;
  margin-bottom: 30px;
  background-color: #fff;
  padding: 50px 25px 45px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(35, 31, 32, 0.1);
  box-shadow: 0px 0px 50px 0px rgba(35, 31, 32, 0.1);
}
.arck-service-item-acc-person{
  padding-top: 20px;
}
.arck-service-item-2 .inner-icon {
  z-index: 1;
  width: 80px;
  height: 70px;
  margin-bottom: 40px;
  border: 5px solid #ebebeb;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0px auto;
}
.arck-service-item-2 .inner-text h4 {
  font-weight: 600;
  padding-bottom: 18px;
  color: #1a1a1a;
}
.arck-service-item-2 .inner-text p {
  line-height: 1.75;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;

}
.arck-service-item-2 .inner-text p span {
  font-weight: 700;
  color: #ef4d35;
}
.arck-service-item-2:hover {
  background-color: rgb(47, 25, 15);
}
.arck-service-item-2:hover .inner-icon {
  border: 5px solid #2f2f2f;
}
.arck-service-item-2 .inner-icon::before {
  left: 0;
  right: 0;
  top: -5px;
  content: "";
  z-index: -1;
  width: 28px;
  height: 116%;
  margin: 0 auto;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #fff;
}
.arck-service-item-2 .inner-icon::after {
  top: 50%;
  left: -5px;
  content: "";
  z-index: -1;
  width: 116%;
  height: 28px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #fff;
}
.arck-service-item-2:hover .inner-icon::before, .arck-service-item-2:hover .inner-icon::after {
  background-color: rgb(47, 25, 15);
}
.arck-service-item-2:hover .inner-text h4, .arck-service-item-2:hover .inner-text p {
  color: #fff;
}
a {
  color: #ef4d35;
}
.arck-service-item-2:hover .inner-text .read-more-btn{
  background: #fff;
  padding: 6px 10px;
  transition: all 0.3s ease;
}
.arck-service-item-2:hover .inner-text hr{
  border-top: var(--bs-border-width) solid #fff;
}
.arck-service-item-2 .inner-text p small{
  font-size: 10px;
}
.quantity {
          display: flex;
          border: 2px solid gray;
          border-radius: 4px;
/*  overflow: hidden;*/
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.quantity button {
/*  background-color: #3498db;*/
color: #fff;
border: none;
cursor: pointer;
font-size: 15px;
width: 20px;
height: auto;
text-align: center;
transition: background-color 0.2s;
}

.quantity button:hover {
  background-color: #2980b9;
}

.input-box {
  width: 30px;
  height: 33px !important;
  text-align: center;
  border: none;
  padding: 5px 7px;
  font-size: 16px;
  outline: none;
}

/* Hide the number input spin buttons */
.input-box::-webkit-inner-spin-button,
.input-box::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.input-box[type="number"] {
  -moz-appearance: textfield;
}
.card.member-details{
  margin-bottom: 10px;
}
.card.member-details .card-header{
  font-size: 14px;
  font-weight: 600;
}
.card.member-details .card-body{
  padding: 7px 7px;
}
.card.member-details .card-body .form-control{
  height: 35px !important;

}
.amount-display-span {
  background: #e45286;
  padding: 10px;
  border-radius: 4px;
  color: #fff;
  font-weight: 600;
}
#total-amount, #workshop-only-total-amount {
  color: rgb(255, 107, 97);  
}
.accompanying-persons-remove-button:hover, .add-accompanying-person-button:hover{
  cursor: pointer;
  scale: 1.1;
  transform: all 0.3s ease;
}
.workshop-table td, .workshop-only-table td, .workshop-table-wor td {
  vertical-align: middle;
}
.no-wrap{
  white-space: no-wrap;
}
.amount-summary-block span, .workshop-only-amount-summary-block span, .amount-summary-block-wor span {
  font-weight: 600;
}
.min-height-500{
  min-height: 500px;
}
.border-dashed{
  border-style: dashed !important;
}
.faculty-ref-height{
  min-height: 500px;
}
@media only screen 
  and (min-width: 1320px) {
    .countdown {
      width: 85%;
    }
    .carousel-caption {
      position: absolute !important;
    }
    .carousel-caption h2, .carousel-caption h5{
      color: #fff;
    }
    .carousel-caption.custom-alignment{
      top: 35%;
    }
    .slider {
      margin-top: 5.5rem !important;
    }
    .navbar-brand{
      background: transparent;
      box-shadow: none !important;
    }
    .navbar-brand{
      background: transparent !important;
    }
}
@media only screen 
  and (min-width: 1280px) and (max-width: 1400px) {
    .countdown .figure > span{
        font: normal 2em/60px "Lato";
    }
    .countdown .figure{
      width: 60px;
    }
    .navbar-brand{
      background: transparent !important;
    }
    .navbar li a{
      font-size: 12px !important;
    }
    .register-login a{
      font-size: 12px;
    }

}
@media only screen 
  and (min-width: 1024px) and (max-width: 1280px) {
    .countdown {
      width: 70%;
    }
    .carousel-caption {
      position: absolute !important;
    }
    .carousel-caption h2, .carousel-caption h5{
      color: #fff;
    }
    .carousel-caption.custom-alignment{
      top: 18%;
    }
    .slider {
      margin-top: 8.4rem !important;
    }
    .countdown .figure > span{
        font: normal 2em/60px "Lato";
    }
    .countdown .figure{
      width: 50px;
    }
    .countdown .figure{
      height: 60px;
    }
    .navbar-brand{
      background: transparent !important;
    }
    .navbar li a{
      font-size: 12px !important;
    }
    .register-login a{
      font-size: 12px;
    }
}


@media only screen 
  and (min-width: 780px) and (max-width: 1023px) {
    .countdown {
      width: 90%;
    }
    .carousel-caption {
      position: absolute !important;
      color: #fff;
    }
    .carousel-caption h2, .carousel-caption h5{
      color: #fff;
    }
    .carousel-caption.custom-alignment{
      top: 18%;
    }
    .slider {
      margin-top: 8.4rem !important;
    }
    .countdown .figure > span{
        font: normal 2em/60px "Lato";
    }
    .countdown .figure{
      width: 45px;
    }
    .countdown .figure{
      height: 60px;
    }
}
@media only screen 
  and (min-width: 480px) and (max-width: 779px) {
    .countdown {
      width: 90%;
    }
    .carousel-caption {
      position: absolute !important;
      color: #fff;
    }
    .carousel-caption h2, .carousel-caption h5{
      color: #fff;
    }
    .carousel-caption.custom-alignment{
      top: 18%;
    }
    .slider {
      margin-top: 8.4rem !important;
    }
    .countdown .figure > span{
        font: normal 2em/60px "Lato";
    }
    .countdown .figure{
      width: 45px;
    }
    .countdown .figure{
      height: 60px;
    }
}

@media only screen 
  and (max-width: 480px) {
    .countdown {
      width: 92%;
    }
    .carousel-caption {
      position: absolute !important;
    }
    .carousel-caption h2, .carousel-caption h5{
      color: #fff;
    }
    .carousel-caption.custom-alignment{
      top: 18%;
    }
    .slider {
      margin-top: 12rem !important;
    }
    .countdown .figure > span{
        font: normal 2em/40px "Lato";
    }
    .countdown .figure{
      width: 30px;
    }
    .countdown .figure{
      height: 40px;
    }
}
@media (min-width: 1200px){
  .navbar-brand{
      background: transparent !important;
      box-shadow: none !important;
    }

}
.card-box-shadow {
  box-shadow: 0px 0px 50px 0px rgba(35, 31, 32, 0.1);
}
.card-box-shadow .headline.pera-content h4{
  font-size: 20px;
  color: rgb(239, 77, 53);
  margin: 10px 0px 0px;
}
.headline.pera-content span{
  font-size: 14px;
  margin-bottom: 10px;
}
#scientific-workshop-tab li a.active,
#abstract-tab li a.active,
#reg-nav-tab button.active {
  background: #ef4d35;
  color: #fff;
}
#scientific-workshop-tab li a:hover,
#abstract-tab li a:hover,
#reg-nav-tab button:hover {
  color: #ef4d35;
}
#scientific-workshop-tab li a.active:hover,
#abstract-tab li a.active:hover,
#reg-nav-tab button.active:hover {
  color: #fff;
}
#scientific-workshop-tab li a,
#abstract-tab li a,
#reg-nav-tab button {
  transition: all 0.3s ease;
  border: 1px solid #ef4d35;
  margin-right: 3px;
}
.dropdown-menus.show{
  display: block;
}
.archx-team-item .team-text {
/*  left: 0;*/
/*  right: 0;*/
/*  width: 80%;*/
  bottom: 20px;
  margin: 0 auto;
  padding: 10px 15px;
/*  position: absolute;*/
  background-color: #fff;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  border-radius: 5px;
}
.archx-team-content {
  padding: 100px 60px;
}
.archx-team-section .team-text h3 a{
  color: #241616;
  text-decoration: none;
  font-size: 16px;
  white-space: nowrap;
}
.archx-team-item-wrap {
  box-shadow: 0px 0px 20px 0px rgba(35, 31, 32, 0.3);
}
.right-side-logo{
  position: absolute;
  top: -40px;
  right: 0;
}
.right-side-logo-container{
  position: relative;
  width: 100px;
}

#scientific-workshop-tab li a.active,
#abstract-tab li a.active{
  background: #ef4d35;
  color: #fff;
}
#scientific-workshop-tab li a:hover,
#abstract-tab li a:hover{
  color: #ef4d35;
}
#scientific-workshop-tab li a.active:hover,
#abstract-tab li a.active:hover{
  color: #fff;
}
#scientific-workshop-tab li a,
#abstract-tab li a{
  transition: all 0.3s ease;
  border: 1px solid #ef4d35;
  margin-right: 3px;
}

#scientific-workshop-tab-content table > tbody > tr > th:first-child, #scientific-workshop-tab-content table > tbody > tr > td:first-child {
    max-width: 160px;
    width: 160px;
}
#scientific-workshop-tab-content table > tbody > tr > td:nth-child(3) {
    max-width: 175px;
    width: 175px;
}
#scientific-workshop-tab-content table > tbody > tr > td:nth-child(4) {
    max-width: 200px;
    width: 200px;
}
#scientific-workshop-tab-content table td, #scientific-workshop-tab-content table tH{
  vertical-align: middle;
}
table > tbody > tr > th.empty-row {
    --bs-table-accent-bg: white !important;
    border: 0px;
}

.chairperson-row td {
  background-color: #ef4d3524;
  font-weight: bold;
}

.bg-mangani{
  background-color: #352b75cc !important;
}
.bg-mangani td{
  color: #fff !important;
}
.text-mangani-success {
  color: #45e837;
}