@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;');

.container,
.container-fluid {
  transition: all 0.6s ease 0s;
  -moz-transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
}
::-webkit-scrollbar {
  width: 7px;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px #ececec;
}

/*=========================================================
 Color Settings
 ==========================================================*/
#page-wrapper {
  padding-left: 15px;
  padding-right: 15px;
  background-color: #ed8585;
  overflow: hidden !important;
  position: relative;
}
.box-layout {
  margin: 0 auto;
  width: 1280px;
  padding-left: 15px;
  padding-right: 15px;
  z-index: 9;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.body_overlay {
  position: relative;
}
.body_overlay:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
#slider {
  margin-left: auto !important;
  margin-right: auto !important;
}
/*====================================================================
25. Sidebar panel css
====================================================================*/
/*----- Input Radio Switch ----*/
.switcher_layout,
.box_bg_style {
  border-top: 1px solid;
}
.select_bg {
  display: inline-block;
  width: 100%;
}
.layout_title {
  font-size: 14px;
  margin-bottom: 10px;
  display: inline-block;
}
.radio_check {
  border-radius: 22px;
  display: block;
  height: 44px;
  width: 100px;
  position: relative;
  overflow: hidden;
}
.radio_check input[type="checkbox"] {
  display: none;
}
.radio_check label {
  padding: 0 15px;
  transform: translateX(0px);
  width: 156px;
  cursor: pointer;
  max-width: inherit;
}
.radio_check input[type="checkbox"]:checked + label {
  transform: translateX(-56px);
}
.radio_check label span {
  line-height: 44px;
}
.radio_check label span:first-child {
  float: left;
}
.radio_check label span:last-child {
  float: right;
}
.radio_check label::before {
  background-color: #720453;
  border-radius: 50%;
  content: "";
  height: 40px;
  left: 58px;
  position: absolute;
  top: 2px;
  width: 40px;
  z-index: 1;
}
/*----- Box BG Image ----*/
[type="radio"] {
  display: inline-block;
}
label.radios {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  font-weight: 500;
  width: 30px;
  height: 30px;
  margin-bottom: -5px;
}
[type="radio"]:checked + label.radios::after {
  content: "✔";
  line-height: 28px;
  border: 1px solid;
  text-align: center;
}
.box_bg_style label::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
[type="radio"]:checked + label.radios::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 30px;
  height: 30px;
}
.box_bg_style li {
  float: left;
  margin: 0 3px 0 0;
}
/*====================================================================
4. Color Setting css
====================================================================*/
.on-panel {
  height: 45px;
  left: -45px;
  position: absolute;
  top: 0;
  width: 45px;
  cursor: pointer;
}
.color-panel {
  position: fixed;
  right: -225px;
  top: 140px;
  z-index: 999;
  -webkit-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
}
.color-panel.open {
  right: 0;
}
.on-panel {
  height: 45px;
  left: -45px;
  position: absolute;
  top: 0;
  width: 45px;
  cursor: pointer;
}
.on-panel img {
  padding: 10px;
}
.panel-box,
.switcher_layout,
.box_bg_style {
  padding: 14px 10px 14px 20px;
  width: 225px;
  background: #f8f8f8;
  display: table;
}
.panel-box .panel-title {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}
.color-box {
  display: table;
  width: 100%;
  text-align: left;
}
.color-box li {
  display: inline-block;
  width: 27px;
  height: 27px;
  margin-right: 5px;
  cursor: pointer;
}
.scroll-btn {
  position: fixed;
  right: 30px;
  bottom: 50px;
  width: 35px;
  height: 35px;
  line-height: 33px;
  text-align: center;
  color: #fff;
  z-index: 9;
}
.color-panel {
  background-color: #f17fcd;
}
.color-box li {
  position: relative;
  overflow: hidden;
}
.color-box li:before {
  position: absolute;
  content: "";
  width: 110%;
  height: 145%;
  z-index: 9;
  transform: rotate(45deg);
  left: 8px;
  top: 5px;
}
.color-box li.default {
  background-color: #17c788;
}
.color-box li.default:before {
  background: #0d1432;
}
.color-box li.color_2 {
  background-color: #3851ff;
}
.color-box li.color_2:before {
  background: #0d1432;
}
.color-box li.color_3 {
  background-color: #21c743;
}
.color-box li.color_3:before {
  background: #0d1432;
}
.color-box li.color_4 {
  background-color: #f34f4c;
}
.color-box li.color_4:before {
  background: #0d1432;
}
.color-box li.color_5 {
  background-color: #42a5f5;
}
.color-box li.color_5:before {
  background: #0d1432;
}
.color-box li.color_6 {
  background-color: #f1c643;
}
.color-box li.color_6:before {
  background: #0d1432;
}
/*====================================================================
3. Default Background css
====================================================================*/
.body_bg_1 {
  background: url(../images/bg-image/bg-1.jpg) no-repeat fixed;
  background-position: center center;
}
.body_bg_2 {
  background: url(../images/bg-image/bg-2.jpg) no-repeat fixed;
  background-position: center center;
}
.body_bg_3 {
  background: url(../images/bg-image/bg-3.jpg) no-repeat fixed;
  background-position: center center;
}
.body_bg_4 {
  background: url(../images/bg-image/bg-4.html) no-repeat fixed;
  background-position: center center;
}
.body_bg_5 {
  background: url(../images/bg-image/bg-5.html) no-repeat fixed;
  background-position: center center;
}
.body_bg_6 {
  background: url(../images/bg-image/bg-6.html) no-repeat fixed;
  background-position: center center;
}
.body_bg_7 {
  background: url(../images/bg-image/bg-7.html) no-repeat fixed;
  background-position: center center;
}
.body_bg_8 {
  background: url(../images/bg-image/bg-8.html) no-repeat fixed;
  background-position: center center;
}
.body_bg_9 {
  background: url(../images/bg-image/bg-9.html) no-repeat fixed;
  background-position: center center;
}
.body_bg_10 {
  background: url(../images/bg-image/bg-10.html) no-repeat fixed;
  background-position: center center;
}
.pattern_1 {
  background: url(../images/bg-image/pattern/1.png) repeat fixed;
}
.pattern_2 {
  background: url(../images/bg-image/pattern/2.png) repeat fixed;
}
.pattern_3 {
  background: url(../images/bg-image/pattern/3.png) repeat fixed;
}
.pattern_4 {
  background: url(../images/bg-image/pattern/4.png) repeat fixed;
}
.pattern_5 {
  background: url(../images/bg-image/pattern/5.png) repeat fixed;
}
.pattern_6 {
  background: url(../images/bg-image/pattern/6.png) repeat fixed;
}
.pattern_7 {
  background: url(../images/bg-image/pattern/7.png) repeat fixed;
}
.pattern_8 {
  background: url(../images/bg-image/pattern/8.png) repeat fixed;
}
.pattern_9 {
  background: url(../images/bg-image/pattern/9.png) repeat fixed;
}
.pattern_10 {
  background: url(../images/bg-image/pattern/10.png) repeat fixed;
}
.pattern_11 {
  background: url(../images/bg-image/pattern/11.png) repeat fixed;
}
.pattern_12 {
  background: url(../images/bg-image/pattern/12.png) repeat fixed;
}
.pattern_13 {
  background: url(../images/bg-image/pattern/13.png) repeat fixed;
}
.pattern_14 {
  background: url(../images/bg-image/pattern/14.png) repeat fixed;
}
.pattern_15 {
  background: url(../images/bg-image/pattern/15.png) repeat fixed;
}
.box_bg_style .pattern1 {
  background: url(../images/bg-image/pattern/1.png) no-repeat center;
}
.box_bg_style .pattern2 {
  background: url(../images/bg-image/pattern/2.png) no-repeat center;
}
.box_bg_style .pattern3 {
  background: url(../images/bg-image/pattern/3.png) no-repeat center;
}
.box_bg_style .pattern4 {
  background: url(../images/bg-image/pattern/4.png) no-repeat center;
}
.box_bg_style .pattern5 {
  background: url(../images/bg-image/pattern/5.png) no-repeat center;
}
.box_bg_style .pattern6 {
  background: url(../images/bg-image/pattern/6.png) no-repeat center;
}
.box_bg_style .pattern7 {
  background: url(../images/bg-image/pattern/7.png) no-repeat center;
}
.box_bg_style .pattern8 {
  background: url(../images/bg-image/pattern/8.png) no-repeat center;
}
.box_bg_style .pattern9 {
  background: url(../images/bg-image/pattern/9.png) no-repeat center;
}
.box_bg_style .pattern10 {
  background: url(../images/bg-image/pattern/10.png) no-repeat center;
}
.box_bg_style .pattern11 {
  background: url(../images/bg-image/pattern/11.png) no-repeat center;
}
.box_bg_style .pattern12 {
  background: url(../images/bg-image/pattern/12.png) no-repeat center;
}
.box_bg_style .pattern13 {
  background: url(../images/bg-image/pattern/13.png) no-repeat center;
}
.box_bg_style .pattern14 {
  background: url(../images/bg-image/pattern/14.png) no-repeat center;
}
.box_bg_style .pattern15 {
  background: url(../images/bg-image/pattern/15.png) no-repeat center;
}
.box_bg_style .body_image1 {
  background: url(../images/bg-image/bg-1.jpg) no-repeat center / cover;
}
.box_bg_style .body_image2 {
  background: url(../images/bg-image/bg-2.jpg) no-repeat center / cover;
}
.box_bg_style .body_image3 {
  background: url(../images/bg-image/bg-3.jpg) no-repeat center / cover;
}
.box_bg_style .body_image4 {
  background: url(../images/bg-image/bg-4.html) no-repeat center / cover;
}
.box_bg_style .body_image5 {
  background: url(../images/bg-image/bg-5.html) no-repeat center / cover;
}
.box_bg_style .body_image6 {
  background: url(../images/bg-image/bg-6.html) no-repeat center / cover;
}
.box_bg_style .body_image7 {
  background: url(../images/bg-image/bg-7.html) no-repeat center / cover;
}
.box_bg_style .body_image8 {
  background: url(../images/bg-image/bg-8.html) no-repeat center / cover;
}
.box_bg_style .body_image9 {
  background: url(../images/bg-image/bg-9.html) no-repeat center / cover;
}
.box_bg_style .body_image10 {
  background: url(../images/bg-image/bg-10.html) no-repeat center / cover;
}
/*==============*Text colors*==============*/
.text-ordinary-ipmortant {
  color: var(--theme-ordinary-color) !important;
}
.text-ordinary,
a.text-ordinary,
.text-ordinary a,
body,
.dropdown-item,
.footer-widget li a,
.text-ordinary .jslider .jslider-label,
.breadcrumb-item > a,
.list-text-white a.dropdown-item {
  color: var(--theme-ordinary-color);
}

.text-primary,
a.text-primary,
.text-primary a,
a.text-primary:focus,
a.hover-text-primary:hover,
.hover-text-primary:hover,
.hover-text-primary a:hover {
  color: var(--theme-primary-color) !important;
}
.icon-primary,
.icon-primary i,
.icon-primary svg,
.hover-primary-tag .tagbar-tag .tag-link.active,
.hover-primary-tag .tagbar-tag .tag-link:hover,
.top-header .dropdown-toggle::after,
.footer-widget li a:hover,
.check-submit li input[type="checkbox"]:checked + label::before,
.property-btn li a.active,
.property-btn li a:hover,
.hover-primary-tag .tagbar-tag .tag-link:hover,
.breadcrumb-item > a:hover,
.copyright .line-menu a:hover,
.dashboard-top-left .dropdown-toggle::before,
.dashboard-panel .message-list .message-action a:hover,
.breadcrumb-item.active,
.tagigation_link_widget li a:hover,
.flat-primary [class^="flaticon-"]::before,
.list-text-white a.dropdown-item:hover {
  color: var(--theme-primary-color);
}
.text-secondary,
.text-secondary a,
a.text-secondary,
a.hover-text-secondary:hover,
.hover-text-secondary:hover,
.hover-text-secondary a:hover {
  color: var(--theme-secondary-color) !important;
}
.featured-thumb .quantity li span,
.property-btn li a,
.secondary-tag .tagbar-tag .tag-link,
.view-category button a,
.tag-pills .tag-link,
.dashboard-top-left .dropdown-item,
.dashboard-top-right .dropdown-item,
.dashboard-panel .message-list .message-action a,
.tagigation_link_widget li a,
blockquote {
  color: var(--theme-secondary-color);
}
a.hover-text-white:hover {
  color: var(--theme-white-color) !important;
}
.list-text-white li,
.list-text-white a,
.hover-text-white:hover,
.white-tag .tagbar-tag .tag-link,
.text-white a,
hover-text-white-tag .tagbar-tag .tag-link.active,
.hover-text-white-tag .tagbar-tag .tag-link:hover,
.hover-text-white-tag .tagbar-tag .tag-link:focus,
.view-category button.active a,
.property-video a {
  color: var(--theme-white-color);
}
.left-arrow::after {
  color: #ececec;
}
/*============ Background colors ===============*/
.bg-primary,
a.bg-primary,
a.bg-primary:hover,
a.bg-primary:focus,
.hover-bg-primary:hover {
  background-color: var(--theme-primary-color) !important;
}
.formicon .checkbox-collapse::after,
.jslider .jslider-pointer,
.jslider .jslider-bg .v,
.view-category button.active,
.tag-pills .tag-link.active,
.property-video a,
.ball-scale-multiple > div,
.submit-form .radio-check input[type="checkbox"]:checked + label,
.bg-shape::before,
.bg-shape::after,
.send-mail button,
::-webkit-scrollbar-thumb {
  background-color: var(--theme-primary-color);
}
.bg-secondary {
  background-color: #483535 !important;
}
.check-submit li input[type="checkbox"]:checked + label::before,
.advance-sidebar .radio-check input[type="checkbox"]:checked + label {
  background-color: var(--theme-secondary-color);
}
.bg-gray {
  background-color: var(--theme-gray-color) !important;
}
.table-striped tbody tr:nth-of-type(2n + 1) {
  background-color: var(--theme-gray-color);
}
.view-category button {
  background-color: var(--theme-gray-color);
}
.slider-layer-1 {
  background-color: rgba(50, 13, 35, 0.4);
}
[class*="double-down-line"]::before,
[class*="double-down-line"]::after {
  background-color: var(--theme-primary-color);
}
.landing-header.fixed-top,
.tag-logo-with-bg .tagbar-brand,
.double-down-line.text-white::before,
.double-down-line.text-white::after,
.hover-bg-white:hover,
.fixed-header-bg-white.fixed-top,
[class*="double-down-line-left-white"]::before,
[class*="double-down-line-left-white"]::after {
  background-color: var(--theme-white-color);
}
.hover-bg-primary-tag .tagbar-tag .tag-link.active,
.hover-bg-primary-tag .tagbar-tag .tag-link:hover,
.hover-bg-primary-tag .tagbar-tag .tag-link:focus {
  background-color: var(--theme-primary-color);
}
.fixed-header-bg-secondary.fixed-top,
.bg-secondary {
  background-color: #343434;
}
.owl-tag button {
  background-color: var(--theme-gray-color) !important;
}
/*============ Background opacity colors ===============*/
.overlay-black::before {
  background-color: var(--theme-dark-opacity-color);
}
.overlay-secondary::before,
.overlay-secondary-half::before {
  background-color: var(--theme-secondary-opacity-color);
}
.jslider .jslider-bg .r,
.jslider .jslider-bg .l {
  background-color: #ececec;
}
.hover-shadow:hover,
.shadow-one {
  -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
}
/*============ Border colors ===============*/
.tag-logo-with-bg .tagbar-brand::before {
  border-top-color: var(--theme-white-color) !important;
}
.hover-border-white-tag .tagbar-tag .tag-link.active,
.hover-border-white-tag .tagbar-tag .tag-link:hover,
.hover-border-white-tag .tagbar-tag .tag-link:focus {
  border-color: var(--theme-white-color);
}
.check-submit label::before {
  border-color: #cecece !important;
}
.icon-thumb-one i {
  border-color: #ececec !important;
}
.left-arrow::before {
  border-color: #ececec;
}
.border-bottom-gray {
  border-bottom: 1px solid #2b2f36;
}
.dashboard-panel .border-bottom-on-white {
  border-bottom: 2px solid #ececec;
}
/*============ Mixed colors ===============*/
.btn-ordinary {
  background-color: var(--theme-gray-color);
  border-color: var(--theme-gray-color);
  color: var(--theme-ordinary-color);
}
.btn-primary,
.btn-primary:hover,
.btn-ordinary:hover {
  color: var(--theme-white-color);
  background-color: var(--theme-primary-color);
  border-color: var(--theme-primary-color);
}
.btn-white {
  color: var(--theme-secondary-color);
  background-color: var(--theme-white-color);
  border-color: var(--theme-white-color);
}
.btn-white:hover {
  color: var(--theme-white-color);
  background-color: transparent;
}
.btn-white-border {
  border-color: var(--theme-white-color);
  color: var(--theme-white-color);
}
.btn-white-border:hover {
  background-color: var(--theme-white-color);
  border-color: var(--theme-white-color);
  color: var(--theme-secondary-color);
}
.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:hover {
  color: var(--theme-primary-color);
  background-color: #f5f5f5;
}
/*==========================================================
 Font Variations
 ==========================================================*/
.ordinary-font {
  font-family: var(--theme-ordinary-font);
}
.highlight-font {
  font-family: var(--theme-highlight-font);
}
/*==========================================================
 Flaticon sizes
 ==========================================================*/
[class*="flaticon-"]::before {
  margin-left: 0;
}
.flat-extra-large::before {
  font-size: 80px;
  line-height: 80px;
}
.flat-large::before {
  font-size: 60px;
  line-height: 60px;
}
.font-medium,
.font-medium a,
.font-medium i,
.font-medium svg,
.flat-medium::before {
  font-size: 45px;
  line-height: 45px;
}
.font-small,
.font-small a,
.font-small i,
.font-small svg,
.flat-small::before {
  font-size: 30px;
  line-height: 30px;
}
.flat-small [class^="flaticon-"]::before {
  font-size: 21px;
}
.font-mini svg,
.flat-mini::before {
  font-size: 18px;
  line-height: 18px;
}
.icon-small {
  font-size: 12px;
}
/*=====================================
 Layout positions
 =====================================*/
.top-0 {
  top: 0;
}
.left-0 {
  left: 0;
}
.right-0 {
  right: 0;
}
.bottom-0 {
  bottom: 0;
}
.x-center,
.double-down-line::before,
.double-down-line::after,
.bg-shape::before,
.bg-shape::after {
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.y-center {
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.xy-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.transation-3s,
.transation-3s:hover,
.hover-zoomer img,
.hover-bg-white,
a,
a:hover,
.btn,
.btn:hover,
.radio-check label,
.message-list li .message-action,
.timeline-item .circle,
.timeline-item .date-time,
.clip-item .fa-times {
  -moz-transition: all 300ms ease-in-out 0s;
  -webkit-transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  -ms-transition: all 300ms ease-in-out 0s;
  transition: all 300ms ease-in-out 0s;
}
.mx-n13 {
  margin-right: -13px;
  margin-left: -13px;
}
/*==========================================================
 General CSS Start
 ==========================================================*/
body {
  font-family: var(--theme-ordinary-font);
  font-size: 15px;
  line-height: 28px;
  overflow-x: hidden;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: var(--theme-highlight-font);
  font-weight: 700;
}
h4,
.h4 {
  line-height: 35px;
}
h5 {
  font-size: 18px;
  line-height: 30px;
}
h6,
.h6 {
  line-height: 25px;
}
ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}
p {
  line-height: 28px;
  margin-bottom: 10px;
}
a,
a:hover,
.btn-link,
.btn-link:hover {
  text-decoration: none;
  cursor: pointer;
}
img {
  width: 100%;
}
button,
button:focus {
  border: none;
  outline: none;
}
.btn {
  padding: 0px 23px;
  font-size: 14px;
  border-radius: 0;
  line-height: 46px;
  font-weight: 500;
}
.btn-lg {
  padding: 0px 30px !important;
  line-height: 60px !important;
}
.btn-primary:hover {
  filter: brightness(115%);
}
@keyframes menu-sticky {
  0% {
    margin-top: -150px;
  }
  50% {
    margin-top: -90px;
  }
  100% {
    margin-top: 0;
  }
}
.w-60 {
  width: 60%;
}
#page-wrapper {
  padding-left: 15px;
  padding-right: 15px;
  background-color: #fff;
  overflow: hidden !important;
  position: relative;
}
.full-row {
  position: relative;
  width: 100%;
  padding: 50px 0;
}
.banner-full-row {
  position: relative;
  width: 100%;
  padding: 100px 0;
}

.landing-header.fixed-top .main-tag {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.overflow-x-scroll {
  overflow-x: scroll;
}
.tag-on-top {
  animation-fill-mode: both;
  width: 100%;
  z-index: 999;
  top: 0;
  position: absolute;
}
[class*="double-down-line"] {
  position: relative;
  padding-bottom: 35px;
}
[class*="double-down-line"]::before,
[class*="double-down-line"]::after {
  content: "";
  height: 2px;
  position: absolute;
}
[class*="double-down-line"]::before {
  width: 120px;
  bottom: 10px;
}
[class*="double-down-line"]::after {
  width: 60px;
  bottom: 0;
}
[class*="double-down-line-left"]::before,
[class*="double-down-line-left"]::after {
  left: 0;
}
.footer-widget .double-down-line-left::before {
  width: 80px;
  bottom: 0;
}
.footer-widget .double-down-line-left::after {
  width: 40px;
  bottom: -5px;
}
[class*="overlay-"]::before {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.overlay-black::before {
  display: block;
  z-index: 9;
}
.overlay-secondary-half::before {
  width: 50%;
}
.hover-zoomer img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.hover-zoomer:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.z-index-9::before,
.z-index-9 {
  z-index: 9;
}
.line-height-50 {
  line-height: 50px;
}
.line-height-normal {
  line-height: normal;
}
.divider {
  border-bottom: 1px solid #ececec;
}
.mr-minus-50 {
  margin-right: -50px;
}
.mx-minus-15 {
  margin-left: -15px;
  margin-right: -15px;
}
.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.py-40 {
  padding-top: 60px;
  padding-bottom: 20px;
}
.line-menu li {
  float: left;
}
.line-menu li:nth-child(2n) {
  margin: 0 15px;
}
.angle-shape::before {
  position: absolute;
  content: "";
  left: -50px;
  height: 110px;
  width: 115%;
  background-color: rgba(23, 199, 136, 0.5);
  top: 56%;
  transform: rotate(-15deg);
  z-index: 9;
}
.angle-shape::after {
  position: absolute;
  content: "";
  left: -25px;
  height: 600px;
  width: 120%;
  top: 65%;
  transform: rotate(-15deg);
  background-color: #fff;
}
.owl-tag {
  position: absolute;
  width: 100%;
  transform: translateY(-50%);
  display: none;
  top: 50%;
}
.owl-tag button {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  line-height: 50px;
}
.owl-tag .owl-prev {
  margin-left: -70px;
}
.owl-tag .owl-next {
  float: right;
  margin-right: -70px;
}
.down-angle-gray::before,
.down-angle-white::before {
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  top: 100%;
  left: 20px;
}
.down-angle-gray::before {
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 20px solid var(--theme-gray-color);
}
.down-angle-white::before {
  border-left: 15px solid transparent;
  border-right: 40px solid transparent;
  border-top: 35px solid #17c788;
}
.circle,
.circle img {
  border-radius: 50%;
}
blockquote {
  margin: 40px 20px 40px 30px;
  font-size: 18px;
  font-weight: 500;
  border-left: 5px solid #f5f5f5;
  padding-left: 30px;
  line-height: 35px;
}
.z-index-9999 {
  z-index: 9999;
}
.y-middle {
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.preview-thumb {
  position: relative;
  display: inline-block;
  width: 100%;
}
.preview-thumb:hover {
  margin-top: -15px;
}

/*==================================================================
 Top Header CSS
 ==================================================================*/
.top-header {
  line-height: 50px;
}
.top-header .dropdown-toggle::after {
  font-size: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.tag-on-banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.top-contact li {
  float: left;
  margin-right: 20px;
}
.top-contact li svg {
  margin-right: 5px;
  font-size: 13px;
}
.list-text-white a.dropdown-item {
  line-height: 30px;
}
.logo-hide .tagbar-brand {
  display: none;
}
.fixed-top .logo-hide .tagbar-brand {
  display: block;
}
.tag-logo-with-bg .tagbar-brand {
  padding: 40px 15px;
  margin-top: -50px;
}
.tag-logo-with-bg .tagbar-brand::before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-left: 90px solid transparent;
  border-right: 90px solid transparent;
  border-top: 40px solid;
  z-index: 99;
}
.currency select {
  background: none;
  border: none;
}
.dropdown-toggle::after {
  border-top: 5px solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  vertical-align: 1px;
  font-size: 14px;
}
.tagbar-expand-lg .tagbar-tag .tag-link {
  padding: 12px 15px;
  margin-right: 2px;
  font-size: 15px;
  border-radius: 3px;
  font-weight: 500;
}
.hover-border-white-tag .tagbar-tag .tag-link {
  border: 1px solid transparent;
}
.tagbar-expand-lg .tagbar-tag .dropdown-item,
.dashboard-top-left .dropdown-item,
.dashboard-top-right .dropdown-item {
  margin-bottom: 2px;
  line-height: 25px;
  font-size: 14px;
}
.dropdown-menu {
  font-size: 15px;
}
/*=====================================
 Header Styles
 =====================================*/

/*==================================================================
 Jslider CSS
 ==================================================================*/
.jslider {
  display: block;
  width: 95%;
  height: 1em;
  position: relative;
  top: 30px;
  font-family: "Montserrat", sans-serif;
}
.jslider table {
  width: 100%;
  border-collapse: collapse;
  border: 0;
}
.jslider td,
.jslider th {
  padding: 0;
  vertical-align: top;
  text-align: left;
  border: 0;
}
.jslider table,
.jslider table tr,
.jslider table tr td {
  width: 100%;
  vertical-align: top;
}
.jslider .jslider-bg {
  position: relative;
}
.jslider .jslider-bg i {
  height: 4px;
  position: absolute;
  font-size: 0;
  top: 0;
}
.jslider .jslider-bg .l {
  width: 10%;
  background-position: 0 0;
  left: 0;
}
.jslider .jslider-bg .f {
  width: 80%;
  left: 10%;
  background-repeat: repeat-x;
  background-position: 0 -20px;
}
.jslider .jslider-bg .r {
  background-position: right 0;
  width: 100%;
  right: -18px;
}
.jslider .jslider-bg .v {
  position: absolute;
  width: 60%;
  left: 20%;
  top: 0;
  height: 4px;
}
.jslider .jslider-pointer {
  width: 18px;
  height: 18px;
  border-radius: 3px;
  background-position: 0 -60px;
  position: absolute;
  left: 20%;
  top: -7px;
  cursor: pointer;
  cursor: hand;
}
.jslider .jslider-pointer-hover {
  background-position: -20px -60px;
}

.jslider .jslider-label {
  font-size: 9px;
  line-height: 12px;
  color: black;
  opacity: 0.4;
  white-space: nowrap;
  padding: 0px 2px;
  position: absolute;
  top: 15px;
  left: 0px;
}
.area-filter .jslider .jslider-label {
  display: none !important;
}
.jslider .jslider-label-to {
  left: auto;
  right: 0;
}
.jslider-label > span,
.jslider-value > span {
  float: right;
  margin-left: 3px;
}
.area-filter .jslider-value > span {
  float: left;
  padding-right: 3px;
}
.jslider .jslider-value {
  font-size: 14px;
  white-space: nowrap;
  padding: 1px 2px 0;
  position: absolute;
  top: -30px;
  left: 20%;
  background: transparent;
  line-height: 13px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.jslider .jslider-value-to {
  margin-right: -18px;
}
.jslider .jslider-label small,
.jslider .jslider-value small {
  position: relative;
  top: -0.4em;
}
.jslider .jslider-scale {
  position: relative;
  top: 9px;
}
.jslider .jslider-scale span {
  position: absolute;
  height: 4px;
  border-left: 1px solid #999;
  font-size: 0;
}
.jslider .jslider-scale ins {
  font-size: 9px;
  text-decoration: none;
  position: absolute;
  left: 0px;
  top: 5px;
  color: #999;
}
.jslider-single .jslider-pointer-to,
.jslider-single .jslider-value-to,
.jslider-single .jslider-bg .v,
.jslider-limitless .jslider-label {
  display: none;
}
.price-filter .jslider .jslider-label,
.area-filter .jslider .jslider-label,
.jslider-label {
  display: block !important;
  opacity: 1 !important;
}
.font-12,
.font-12 .jslider .jslider-label {
  font-size: 12px;
}
.font-13 {
  font-size: 13px;
}
.font-14 {
  font-size: 14px;
}
.font-18 {
  font-size: 18px;
}
.font-80 {
  font-size: 80px;
}
.formicon .checkbox-collapse {
  margin-left: 30px;
  position: relative;
}
.formicon .checkbox-collapse::after {
  content: "-";
  position: absolute;
  top: -2px;
  left: -30px;
  width: 25px;
  height: 25px;
  border-radius: 2px;
  text-align: center;
  color: #fff;
  line-height: 23px;
}
.formicon .checkbox-collapse[aria-expanded="false"]::after {
  content: "+";
}
.check-submit li {
  margin-bottom: 10px;
}
.check-submit li label {
  padding-left: 27px;
  position: relative;
}
.check-submit li label::before {
  border: 1px solid transparent;
  box-sizing: border-box;
  content: "";
  height: 19px;
  left: 0px;
  position: absolute;
  transition: border-color 0.3s ease 0s;
  width: 19px;
}
.check-submit li input[type="checkbox"]:checked + label::before {
  font-size: 12px;
  line-height: 19px;
  position: absolute;
  text-align: center;
  content: "\f00c";
  font-weight: 300;
  font-family: "FontAwesome";
  border: none;
}
.slider-banner1 {
  width: 100%;
  height: 520px;
  min-height: 400px;
}
.slider-banner1.overlay-black::before {
  z-index: 0;
}
/*==========================================
 Page Banner CSS
 ===========================================*/
.page-banner .breadcrumb-item {
  line-height: 40px;
}
.page-banner .breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  color: #fff;
}
/*==========================================
 Form Styles
 ===========================================*/
.view-category button {
  margin-left: 5px;
  border: none;
  font-size: 16px;
  padding: 7px 14px;
  border-radius: 5px;
}
.selecting-command label,
.selecting-command select {
  float: left;
  width: auto;
  line-height: 50px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.selecting-command select {
  margin-left: 10px;
  margin-right: 30px;
}
.form-control {
  font-family: var(--theme-ordinary-font);
  font-size: 15px;
  height: 50px;
  border-color: #483c3c;
  line-height: 35px;
}
::-webkit-input-placeholder {
  /* Edge */
  font: var(--theme-ordinary-font);
  font-size: 15px;
  font-weight: 400;
  color: #fff;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font: var(--theme-ordinary-font);
  font-size: 15px;
  font-weight: 400;
  color: #fff;
}

::placeholder {
  font: var(--theme-ordinary-font);
  font-size: 15px;
  font-weight: 400;
  color: #fff;
}
.transparent-white .form-control {
  background-color: transparent;
  border-color: white;
  color: white;
}
.transparent-white .jslider .jslider-bg .l,
.transparent-white .jslider .jslider-bg .r,
.transparent-white .jslider .jslider-bg .v {
  background-color: #fff;
}
.jslider .jslider-bg .l {
  width: 10%;
  background-position: 0 0;
  left: 0;
}
.jslider .jslider-bg i {
  height: 3px;
  position: absolute;
  font-size: 0;
  top: 0;
}
.transparent-white .jslider-pointer {
  width: 20px;
  height: 20px;
  border: 2px solid rgb(255, 255, 255);
  border-radius: 50%;
  top: -9px;
}
.transparent-white .jslider .jslider-label {
  color: white;
  top: 20px;
  font-size: 12px;
  opacity: 1;
}
.advance-sidebar .check-submit li label::before {
  background-color: white;
}
.radio-check {
  border-radius: 22px;
  display: block;
  height: 44px;
  width: 100px;
  position: relative;
  overflow: hidden;
  float: right;
}
.radio-check label {
  padding: 0 15px;
  transform: translateX(0px);
  width: 156px;
  cursor: pointer;
  max-width: inherit;
  background-color: #ededed;
}
.radio-check label {
  background: none repeat scroll 0 0;
  cursor: pointer;
  padding-left: 20px;
  position: relative;
  width: 162px;
}
.form-group label {
  margin-bottom: 15px;
}
.radio-check label {
  background-color: #ededed;
}
.radio-check label::before {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  height: 40px;
  left: 58px;
  position: absolute;
  top: 2px;
  width: 40px;
  z-index: 1;
}
.radio-check label span:first-child {
  float: left;
}
.form-group label span {
  color: var(--theme-primary-color);
}
.radio-check label span {
  line-height: 44px;
}
.radio-check label {
  cursor: pointer;
}
.radio-check label span:last-child {
  float: right;
}
.radio-check input[type="checkbox"]:checked + label {
  background: none repeat scroll 0 0;
  transform: translateX(-56px);
  padding-right: 20px;
}
.d-flex label {
  margin-bottom: 0;
}
.property-thumview {
  overflow-y: scroll;
  overflow-x: hidden;
  height: calc(100vh - 100px);
}
.bg-gray-input .form-control {
  background-color: var(--theme-gray-color);
}
.input-group-text {
  padding: 12px 0;
  width: 45px;
  text-align: center;
  display: inline-block;
  color: #a5a5a5;
}
.img-80 {
  width: 80px;
  height: 80px;
}
.rounded-circle img {
  height: 100%;
  border-radius: 50%;
}
.subscribe button.btn {
  padding: 0px 25px;
  border-radius: 0px 3px 3px 0px;
}
.subscribe .form-control {
  border-radius: 3px 0px 0px 3px;
}
.fileupload-label {
  background: rgba(144, 201, 35, 0.05);
  border: 2px dashed rgba(144, 201, 35, 0.7);
  cursor: pointer;
  padding: 70px 0;
}
.icon-form .form-group input {
  padding-left: 40px;
}
.icon-form .form-group {
  position: relative;
}
.icon-form .form-group::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #adadad;
  font-size: 18px;
  position: absolute;
  top: 68px;
  left: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.icon-form .form-group.user::after {
  content: "\f007";
}
.icon-form .form-group.email::after {
  content: "\f0e0";
}
.icon-form .form-group.password::after {
  content: "\f023";
}
/*=====================================
 Accordion Style
 =====================================*/

.accordion button::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f106";
  font-weight: 900;
  color: inherit;
  font-size: 12px;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.accordion button.collapsed::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
  color: inherit;
  font-size: 12px;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/*=====================================
 Contact Information Style
 =====================================*/

/*=====================================
 Post Comments
 =====================================*/
.post-comments > li {
  border-bottom: 1px solid #cecece;
}
.post-comments > li:last-child {
  border-bottom: none;
}
.post-comments > li:nth-child(even) {
  padding-left: 50px;
}
.post-comments .avata {
  float: left;
  margin-right: 20px;
}
.post-comments .avata img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
/*=====================================
 Owl Carusel
 =====================================*/
.owl-carousel button.owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 5px;
}
.owl-dots {
  text-align: center;
  margin: 0 auto;
}
.owl-dots-white .owl-dots .owl-dot {
  background-color: #fff;
}
.owl-dots-gray .owl-dots .owl-dot {
  background-color: var(--theme-gray-color);
}
.owl-dots-hover-primary .owl-dots .owl-dot:hover,
.owl-dots-hover-primary .owl-dots .owl-dot.active {
  background-color: var(--theme-primary-color);
}
/*=====================================
 Tab tag
 =====================================*/
.tag-menu li {
  padding: 0px 20px;
}
.tag-menu li a {
  padding: 20px 0;
  display: block;
}
.tag-menu li.active a {
  border-bottom: 3px solid var(--theme-primary-color);
}
.over-view .btn-link.clops {
  position: relative;
  margin-left: 15px;
}
.position-relative.plus-minus[aria-expanded="true"]::after,
.position-relative.plus-minus[aria-expanded="false"]::after {
  position: absolute;
  content: "\f068";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: inherit;
  font-size: 12px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.position-relative.plus-minus[aria-expanded="false"]::after {
  content: "\f067";
}
#multiCollapseExample1 p {
  margin-bottom: 50px;
}
/*=====================================
 Pricing Table Style
 =====================================*/
.price-top-one:after {
  content: "";
  width: 100%;
  height: 70px;
  position: absolute;
  left: 0;
  bottom: -33px;
  border-radius: 100%;
  background-color: #fff;
}
.price-top-one {
  padding: 40px 40px 60px 40px;
}
.pricing-content-one li {
  margin-bottom: 15px;
}
.pricing-table {
  position: relative;
  z-index: 99;
}
.pricing-table.active {
  margin-top: -25px;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  z-index: 9999;
}
/*=====================================
 Thumbnails Block
 =====================================*/
.featured-thumb .featured {
  position: absolute;
  top: 30px;
  left: -50px;
  z-index: 99;
  width: 200px;
  line-height: 30px;
  text-align: center;
  -webkit-transform: rotate(-42deg);
  -o--transform: rotate(-42deg);
  -moz--transform: rotate(-42deg);
  -ms--transform: rotate(-42deg);
  transform: rotate(-42deg);
}
.featured-thumb .sale {
  padding: 5px 15px;
  border-radius: 8px;
  z-index: 99;
  position: absolute;
  top: 15px;
  right: 15px;
}
.featured-thumb .price,
.featured-thumb .appartment {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 99;
  font-size: 21px;
}
.featured-thumb .price.right {
  left: inherit;
  right: 20px;
}
.featured-thumb .price span {
  font-size: 13px;
  display: block;
}
.featured-thumb .starmark {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 21px;
  z-index: 99;
}
.featured-thumb .starmark.top {
  bottom: inherit;
  top: 15px;
  right: 120px;
}
.featured-thumb .location svg {
  font-size: 14px;
}
.property-quantity li,
.featured-thumb .quantity li {
  display: inline-block;
  font-weight: 500;
  padding-bottom: 20px;
  padding-right: 15px;
}
.property-quantity li span,
.featured-thumb .quantity li span {
  display: table;
  padding-bottom: 5px;
}
.featured-thumb.list {
  display: flex;
}
.featured-thumb.list .image-area {
  width: 40%;
  float: left;
}
.featured-thumb.list .featured-thumb-data {
  width: 60%;
  float: right;
}
.featured-thumb.list .quantity li span {
  display: inherit;
}
.living-list ul li i {
  font-size: 40px;
}
.living-list ul li p {
  display: table-row;
}
.location-thumb {
  position: absolute;
  text-align: center;
}
.thumb-two .date {
  bottom: 20px;
  left: 30px;
}
.thumbnail-two .content {
  top: 0;
  left: 0;
  z-index: 99;
  padding: 70px 30px 0px 30px;
}
.icon-thumb-one .rounded-circle {
  width: 30px;
  line-height: 30px;
  top: 0;
  left: 35%;
}
.icon-thumb-one i {
  border: 1px solid;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  width: 120px;
  height: 120px;
  line-height: 140px;
}
.round-icon {
  width: 150px;
  height: 150px;
  line-height: 150px;
}
.left-arrow,
.right-arrow {
  position: relative;
}
.left-arrow::before {
  content: "";
  position: absolute;
  left: 70%;
  top: 50%;
  border-bottom: 2px dotted;
  width: 62%;
}
.left-arrow::after {
  content: "\f111";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  left: 135%;
  top: 40%;
  font-size: 18px;
}
/*==========================================
 Block List Styles
 ===========================================*/
/*==========================================
 agent list view
 ===========================================*/
.profile-list .profile-data {
  width: 70%;
}
.profile-list .rating,
.profile-data .feedback {
  top: 20px;
  right: 30px;
}
.rating li {
  float: left;
  font-size: 14px;
}
.profile-list img {
  height: 100%;
}

/*==========================================
Tables Style
 ===========================================*/

table td,
table th {
  border: none;
  padding: 10px 15px;
}
.tab-table td,
.tab-table td {
  border-bottom: 1px solid #dee2e6;
}
.bio-data th,
.bio-data td {
  padding: 5px 0;
}
/*==========================================
 fact-counter style
 ===========================================*/
.fact-counter .count-num {
  font-size: 30px;
}
/*==========================================
 Progesss Bar
 ===========================================*/

/*==========================================
 Sibe Bar Style
 ===========================================*/
.advance-sidebar {
  width: 100%;
  height: 100vh;
  padding: 30px;
  overflow-y: scroll;
}
.property_list_widget li {
  margin-bottom: 30px;
}
.property_list_widget li img {
  width: 80px;
  height: auto;
  float: left;
  margin-right: 15px;
}
.tagigation_link_widget li a {
  margin-bottom: 10px;
  display: block;
}
.recent_post_widget li {
  display: flex;
  margin-bottom: 20px;
}
.recent_post_widget li a {
  float: left;
  margin-right: 10px;
}
.recent_post_widget li a img {
  width: 80px;
}
/*==========================================
Map Style
 ===========================================*/
.map-home {
  width: 100%;
  height: 700px;
}
.marker-style {
  width: 22px;
  height: 22px;
  margin-left: -10px !important;
  margin-top: -50px !important;
}
.map-2 {
  height: calc(100vh - 155px);
  width: 100%;
}
.property-search {
  height: calc(100vh - 155px);
  overflow: scroll;
}
.map-widget {
  height: 500px;
}
.single-map {
  height: 380px;
}
/*==========================================
 Dashboard Style
 ===========================================*/
.top-bar {
  line-height: 38px;
}
.dashboard-logo img {
  width: 140px;
}
.dashboard-top-left .dropdown-toggle {
  background-color: transparent;
  border: none;
  color: #8bbedc;
}
.alam a,
.comment a {
  font-size: 18px;
}
sup {
  padding-left: 4px;
}
.dashboard-top-right img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  margin-right: 10px;
}

.dashboard-sidebar ul li a {
  padding: 10px 0px 10px 16px;
  display: flex;
  position: relative;
  margin-bottom: 1px;
}
.dashboard-sidebar ul li a sup {
  top: 6px;
}
.dashboard-sidebar ul li.active a::before {
  position: absolute;
  content: "";
  top: 12px;
  right: 0;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #fff;
  border-bottom: 10px solid transparent;
}
.dashboard-sidebar ul li a:hover,
.dashboard-sidebar ul li.active a {
  background-color: #1a376b;
  color: #fff;
}
.dashboard-panel {
  padding: 60px 40px;
  overflow-x: scroll;
}
.dashboard-panel .success {
  border-left: 5px solid;
  border-left-color: #c339a1;
  border-radius: 0;
}
.dashboard-panel .success.alert {
  border-left-color: #f46868;
}
.dashboard-panel .success .closebtn {
  font-weight: bold;
  font-size: 22px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}
.ball::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #fff;
  left: 15px;
  top: 35px;
  opacity: 0.3;
}
.panel-accordian::after {
  content: "\f107";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: inherit;
  font-size: 12px;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.dashboard-panel .recent-properties img {
  width: 150px;
  float: left;
  margin-right: 15px;
}
.dashboard-panel .recent-properties .btn {
  line-height: 36px;
  padding: 0 20px;
}
.message-list li {
  border-bottom: 2px solid #ececec;
  padding: 20px 25px;
}
.message-list img {
  width: 80px;
}
.message-list li .message-action {
  opacity: 0;
}
.message-list li:hover .message-action {
  opacity: 1;
}
.message-list li:hover,
.message-list li.active {
  background-color: #fff;
}

.items-list tr {
  border-bottom: 10px solid #ececec;
  background-color: #fff;
}
.items-list.bg-transparent tr {
  background-color: transparent;
  border-bottom: 1px solid #ececec;
}
.items-list tr td,
.items-list tr th {
  padding: 20px;
  font-weight: 400;
}
.items-list td img {
  width: 200px;
  float: left;
  margin-right: 15px;
}
.submit-form .buttons {
  position: absolute;
  right: 20px;
  top: 59px;
}
.submit-form .buttons span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  float: left;
  margin-left: 5px;
  cursor: pointer;
}
.property-thumbnails .thumbnails-box svg {
  position: absolute;
  top: 5px;
  right: 20px;
  color: #fff;
  cursor: pointer;
}
.dashboard-personal-info .phone-code select {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 80px;
  height: 50px;
  border: none;
}
.dashboard-personal-info .phone-code .form-control {
  padding-left: 100px;
}
.dashboard-personal-info .user-info img {
  width: 90%;
}
.dashboard-profile-setting .check-submit li {
  margin-bottom: 20px;
}
.list-style-1 li {
  position: relative;
  margin-bottom: 20px;
}
.important-facts .inner-title {
  width: 150px;
  display: block;
  float: left;
  line-height: 44px;
  font-size: 15px;
  font-weight: bold;
}
.discusion-setting label {
  width: 180px;
}
/*==========================================
 Home 3 page
 ===========================================*/
.property-btn li a {
  background-color: transparent;
}
/*==========================================
 About us page
 ===========================================*/
.about-content p,
.service-text p {
  margin-bottom: 30px;
}
.about-content img {
  width: 200px;
  height: auto;
}
/*==========================================
FAQ page
===========================================*/
.faq-item .faq-question {
  width: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  float: left;
  margin-right: 20px;
}
.faq-item .faq-question::before {
  position: absolute;
  content: "";
  border: 10px solid transparent;
  bottom: -10px;
  right: 0;
  border-right-color: var(--theme-primary-color);
}
/*==========================================
Register page
===========================================*/
.login-condition ul li {
  margin-bottom: 15px;
  display: flex;
}
.login-condition ul li i {
  margin-right: 15px;
  float: left;
  margin-top: 5px;
}
.down-active {
  position: relative;
  padding-bottom: 5px;
}
.down-active::before {
  content: "";
  width: 25px;
  height: 2px;
  position: absolute;
  left: 0;
  top: 100%;
  background-color: var(--theme-primary-color);
}
.social-media button {
  margin-bottom: 10px;
  color: #fff;
}
.social-media button.facebook {
  background-color: #3b5998;
}
.social-media button.twiter {
  background-color: #1da1f2;
}
.social-media button.googleplus {
  background-color: #dd4b39;
}
/*==========================================
 Timeline page
 ===========================================*/
.timeline-item .circle {
  position: relative;
  top: 8px;
  width: 45px;
  height: 45px;
  border: 2px solid #000;
  border-radius: 50%;
}
.timeline-item .point {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.timeline-item .date-time {
  position: absolute;
  right: -115px;
  top: 5px;
  padding: 8px 10px;
  font-size: 13px;
}
.timeline-item .date-time::before {
  position: absolute;
  content: "";
  left: -15px;
  top: 9px;
  border: 8px solid transparent;
  border-right-color: var(--theme-primary-color);
}
.timeline-item .timeline-info {
  border: 1px solid;
  padding: 20px 30px 20px 80px;
  border-color: #ececec;
}
.timeline-item .timeline-info img {
  margin-bottom: 20px;
}
.timeline-item:hover .circle {
  background-color: var(--theme-primary-color);
}
.timeline-item:hover .date-time {
  right: -107px;
}
/*==========================================
 Compare page
 ===========================================*/
.clip-item .fa-times {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 25px;
  height: 25px;
  opacity: 0;
  padding: 5px;
  cursor: pointer;
}
.clip-item:hover .fa-times {
  opacity: 1;
}
.compare-list-properties tr:nth-child(even) {
  background: #f5f5f5;
}
.compare-list-properties td {
  padding: 15px;
  text-align: center;
  position: relative;
}
.compare-list-properties td:first-child {
  text-align: left;
  width: 200px;
  padding-left: 25px;
}
.compare-list-properties .available::before,
.compare-list-properties .not-available::before {
  content: "\f00c";
  color: #b12a76;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
}
.compare-list-properties .not-available::before {
  content: "\f00d";
  color: #d43e3e;
}
/*==========================================
 Error page
 ===========================================*/
.error-text {
  width: 500px;
  display: block;
  margin: 30px auto 20px;
}
/*==========================================
 Comming soon page
 ===========================================*/
.comming-soon {
  background: url(../images/comming-soon-bg.png) no-repeat 100% / 100%;
  padding: 40px 40px 70px 40px;
}
.comming-soon .logo-area {
  width: 150px;
}
.comming-soon .primary-half {
  height: 100vh;
}
.comming-soon .primary-half::after {
  position: absolute;
  content: "";
  width: 50%;
  height: 100%;
  background-color: var(--theme-primary-color);
  right: 0;
  top: 0;
  border-radius: 0 30px 30px 0;
}
.radius-30,
.bg-shape::before,
.bg-shape::after,
.send-mail input,
.send-mail button {
  border-radius: 30px;
}
.bg-shape {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.bg-shape::before,
.bg-shape::after {
  position: absolute;
  content: "";
  opacity: 0.5;
  height: 100%;
}
.bg-shape::before {
  width: 95%;
  bottom: -20px;
}
.bg-shape::after {
  width: 92%;
  bottom: -40px;
}
.comming-soon .right-content {
  width: 80%;
  z-index: 9;
  padding-bottom: 60px;
}
.time-count {
  color: #fff;
  font-size: 40px;
}
.time-count span {
  display: inline-block;
  padding-right: 50px;
}
.time-count span:last-child {
  padding-right: 0;
}
.time-count span i {
  font-size: 18px;
}
.send-mail button {
  top: 1px;
  width: auto;
  right: 2px;
}
/*==========================================
 Contact page
 ===========================================*/
#map.contact-location {
  width: 100%;
  height: 500px;
}
.contact-info {
  border-right: 2px dashed #f5f5f5;
  height: 100%;
  padding-bottom: 50px;
}
.contact-info img {
  width: 70px;
}
.infobox-wrapper {
  background: #fff;
  width: 300px !important;
  margin-bottom: 85px;
  margin-left: -48px;
  position: relative;
}
.infobox-wrapper > img {
  position: absolute !important;
  top: 20px;
  left: 20px;
  z-index: 10;
  width: 22px;
  height: 22px;
}
.infobox-wrapper::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 42.5%;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #fff;
}

/*==========================================
 Pagination Style
 ===========================================*/
.pagination .page-item {
  margin-right: 10px;
}
.pagination .page-item .page-link {
  color: #818181;
  border-radius: 5px;
  padding: 0 20px;
  border: none;
  background-color: #f5f5f5;
  font-size: 14px;
  line-height: 45px;
}
.dashboard-panel .pagination .page-item .page-link,
.pagination.white .page-item .page-link {
  background-color: #fff;
}
.pagination .page-item .page-link:hover,
.pagination .page-item.active .page-link {
  background-color: var(--theme-primary-color);
  color: #fff;
}
/*==========================================
 Footer Style
 ===========================================*/
.footer-widget {
  display: inline-block;
  width: 100%;
}
.footer-widget li {
  margin-bottom: 20px;
}
.footer-logo img {
  width: auto;
}
.footer-widget .widget-title {
  line-height: 40px;
  height: 55px;
  margin-bottom: 25px;
}
.media-widget a {
  margin-right: 30px;
}
.copyright {
  line-height: 50px;
}
#scroll {
  position: fixed;
  right: 30px;
  bottom: 50px;
  width: 35px;
  height: 35px;
  line-height: 33px;
  text-align: center;
  z-index: 9;
  display: none;
}
/*==============*Home 1 subscribe section*==============*/

/*=============Video Pop Up style===========*/
.YouTubePopUp-Wrap {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.8);
}
.YouTubePopUp-Content {
  display: block;
  position: relative;
  max-width: 680px;
  height: 100%;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0) url("../images/fancybox/fancybox_loading.html")
    no-repeat scroll center center;
}
.YouTubePopUp-Content iframe {
  border: medium none;
  bottom: 0;
  display: block;
  height: 480px;
  margin: auto 0;
  max-width: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.property-video a {
  width: 80px;
  height: 80px;
  line-height: 85px;
  text-align: center;
  border-radius: 50%;
  font-size: 20px;
}
@-webkit-keyframes ball-scale-multiple {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes ball-scale-multiple {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.ball-scale-multiple {
  position: relative;
}
.ball-scale-multiple > div:nth-child(2) {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.ball-scale-multiple > div:nth-child(3) {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.ball-scale-multiple > div {
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  opacity: 0;
  margin: 0;
  left: -70px;
  top: -70px;
  width: 140px;
  height: 140px;
  -webkit-animation: ball-scale-multiple 3s 0s linear infinite;
  animation: ball-scale-multiple 3s 0s linear infinite;
}

/*================================
2. Security page Header Section style
 ================================*/

/*==================================================
 Case Study
===================================================*/

/*====================================================
 Responsive Media Query CSS 
 ======================================================*/

@media screen and (min-width: 1400) {
}

@media (min-width: 992px) {
  .dropdown-menu .dropdown-toggle::after {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid var(--theme-ordinary-color);
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  .dropdown-menu .dropdown-toggle:hover::after {
    border-left: 5px solid var(--theme-primary-color);
  }
  /*-------annimation dropdown---------*/

  .tagbar .tagbar-tag > .active > a,
  .tagbar .tagbar-tag > .active:hover > a,
  .tagbar .tagbar-tag > .active > a:focus {
    background-color: transparent;
    -moz-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
  }
  .tagbar .tagbar-tag li a,
  .tagbar .tagbar-tag li ul.dropdown-menu {
    -moz-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
  }
  .tagbar .tagbar-tag li > ul.dropdown-menu {
    visibility: hidden;
    min-width: 180px;
    display: block;
    opacity: 0;
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    transform: scale(0.9);
  }
  .tagbar .tagbar-tag li:hover > ul.dropdown-menu {
    visibility: visible;
    opacity: 1;
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
  .tagbar-tag .dropdown-menu ul {
    left: 100%;
    top: 0;
  }
  .tagbar-expand-lg .tagbar-tag .dropdown-menu .dropdown-menu {
    top: -10px;
  }
  #header.fixed-top {
    position: fixed !important;
    top: -1px;
    right: 0;
    left: 0;
    z-index: 99999;
    animation-duration: 1s;
    animation-name: menu-sticky;
    animation-timing-function: ease-in-out;
    margin: 0;
   /*  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2); */
    border: none;
  }
  .fixed-top .top-header {
    display: none;
  }
  .fixed-top .tag-logo-with-bg .tagbar-brand {
    padding: 10px 20px;
    margin-top: 0px;
  }
  .fixed-top .tagbar-brand::before {
    display: none;
  }
  .header-2 .tagbar-header {
    padding-top: 40px;
  }
  .header-1 .tagbar-header {
    padding-bottom: 20px;
  }
  .header-1.fixed-top .tagbar-header,
  .header-2.fixed-top .tagbar-header {
    padding: 0;
  }
  .mega-menu-dropdown {
    position: static !important;
  }
  .mega-menu-dropdown .dropdown-menu.mega-menu > li {
    width: 25%;
    float: left;
    display: block;
  }
  .mega-menu {
    padding: 20px 15px;
    width: 100%;
  }
}

@media screen and (min-width: 1400px) {
  .preview-gallery {
    padding-left: 120px;
    padding-right: 120px;
  }
}

@media screen and (max-width: 1500px) {
  .featured-thumb.list2 .author {
    display: none !important;
  }
}

@media screen and (max-width: 1700px) {
  .featured-thumb.list2 .image-area {
    width: 50%;
  }
}

@media screen and (max-width: 1199px) {
  .tag-logo-with-bg .tagbar-brand {
    padding: 15px 5px;
  }
  .tag-logo-with-bg .tagbar-brand::before {
    border-left: 80px solid transparent;
    border-right: 80px solid transparent;
  }
  .thumbnail-two .content {
    padding: 25px 30px 0px 30px;
  }
  .thumbnail-two .content p {
    font-size: 14px;
  }
  .profile-list .profile-data {
    width: 65%;
  }
  .profile-list .profile-data p {
    display: none;
  }
  .property_list_widget li h6 {
    margin-bottom: 0;
    font-size: 15px;
  }
  .featured-thumb.list .author {
    display: none !important;
  }
  .comming-soon .right-content {
    transform: translate(0, 0);
    top: 0;
    left: 0;
    padding: 50px;
    width: 100%;
  }
  .time-count span {
    padding-right: 40px;
  }
  .comming-soon {
    background: none;
  }
}

@media screen and (max-width: 991px) {
  .fixed-top {
    position: static;
  }
  .hover-border-white-tag .tagbar-tag .tag-link.active,
  .hover-border-white-tag .tagbar-tag .tag-link:hover,
  .hover-border-white-tag .tagbar-tag .tag-link:focus {
    border-color: transparent;
    color: var(--theme-secondary-color);
  }
  .mt-md-50 {
    margin-top: 50px;
  }
  .sub-title.w-60 {
    width: 100%;
  }
  .top-header {
    display: none;
  }
  .tag-on-banner {
    position: static !important;
    background-color: var(--theme-secondary-color);
  }
  .logo-hide .tagbar-brand {
    display: block;
  }
  .tagbar {
    padding: 5px 0px;
  }
  .overlay-secondary-half::before {
    width: 100%;
  }
  .owl-tag {
    display: none;
  }
  .tag-logo-with-bg .tagbar-brand {
    margin-top: 0;
  }
  .tag-logo-with-bg .tagbar-brand::before {
    display: none;
  }
  .tag-logo-with-bg .tagbar-brand {
    padding: 5px;
  }
  .main-tag {
    padding: 5px 0;
  }
  .dropdown-menu {
    border: none;
    padding-left: 15px;
  }
  .dropdown-menu .dropdown-item:hover,
  .dropdown-menu .dropdown-item.active {
    background-color: transparent;
  }
  .tagbar .tagbar-toggler {
    color: var(--theme-white-color);
    background-color: var(--theme-gray-color);
  }
  .tagbar-light .tagbar-tag .tag-link {
    padding: 12px 15px;
    margin-right: 2px;
    font-size: 15px;
    border-radius: 3px;
  }
  .tagbar-light .tagbar-tag .tag-item {
    margin-bottom: 3px;
  }
  .tagbar-tag .dropdown-toggle:after {
    float: right;
    margin-top: 9px;
    margin-right: 15px;
  }
  .tagbar-collapse {
    margin-top: 10px;
  }
  .formicon .checkbox-collapse {
    margin-top: 25px;
    display: block;
  }
  .left-arrow::before,
  .left-arrow::after {
    display: none;
  }
  .profile-list .profile-data {
    width: 80%;
  }
  .featured-thumb.list .image-area img {
    height: 100%;
  }
  .dashboard-panel .message-list .title a {
    display: block;
  }
  .contact-info {
    border-right: none;
  }
  .compare-list-properties {
    overflow-x: scroll;
    display: block;
  }
  .comming-soon .xy-center {
    position: inherit;
  }
  .comming-soon .left-content {
    display: none;
  }
  .comming-soon .primary-half::after {
    width: 100%;
    height: 100%;
    border-radius: 30px;
    top: 0;
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .w-sm-100 {
    width: 100% !important;
  }
  .mb-sm-50 {
    margin-bottom: 50px;
  }
  .mt-sm-50 {
    margin-top: 50px;
  }
  .mb-sm-20 {
    margin-bottom: 20px;
  }
  .mt-sm-20 {
    margin-top: 20px;
  }
  .text-sm-left {
    text-align: left !important;
  }
  .living-list.pr-4 {
    padding: 0 30px !important;
  }
  .mr-minus-sm-0 {
    margin-right: 0;
  }
  .price-upper {
    position: inherit;
    margin: 0;
    transform: scale(1);
  }
  .profile-list {
    display: block !important;
  }
  .profile-list .profile-data {
    width: 100%;
  }
  .profile-list .profile-data p {
    display: block;
  }
  .view-category {
    display: none;
  }
  form.subscribe {
    margin-top: 20px;
  }
  .profile-details .profile-data {
    padding-left: 24px;
  }
  .featured-thumb.list {
    display: inline-block;
  }
  .featured-thumb.list .image-area {
    width: 100%;
  }
  .featured-thumb.list .featured-thumb-data {
    width: 100%;
  }
  .featured-thumb.list .author {
    display: inline-block !important;
  }
  .page-banner .page-name {
    float: left !important;
    margin-top: 15px !important;
  }
  .message-list img {
    width: 100%;
    margin-bottom: 15px;
  }
  .message-list li {
    background-color: #fff;
    margin-bottom: 10px;
  }
  .message-list li .message-action {
    opacity: 1;
  }
  .price-table1.py-80 {
    padding: 0;
  }
  .pricing-table.active {
    margin-top: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    z-index: 9999;
  }
  .timeline-item .circle {
    float: inherit !important;
    margin-bottom: 30px;
  }
  .timeline-item .timeline-info {
    padding-left: 30px;
  }
}

@media screen and (max-width: 575px) {
  .mt-xs-20 {
    margin-top: 20px;
  }
  .mb-xs-15 {
    margin-bottom: 15px;
  }
  .d-xs-block {
    display: block;
  }
  .w-xl-100 {
    width: 100% !important;
  }
  .angle-shape::after {
    height: 800px;
    transform: rotate(0deg);
  }
  .pagination .page-item .page-link {
    padding: 0 8px;
    line-height: 35px;
  }
  .copyright {
    line-height: 40px;
    padding: 15px 0;
  }
  .copyright .line-menu {
    float: left !important;
  }
  .featured-thumb.list .quantity li {
    padding-bottom: 10px;
  }
  .dashboard-panel {
    padding: 60px 15px;
  }
  .dashboard-panel .post-comments > li:nth-child(2n) {
    padding-left: 0px;
  }
  .dashboard-panel .post-comments .avata {
    margin: 0 20px 20px 0;
  }
  .dashboard-panel .recent-properties h5 {
    display: inherit;
    margin-top: 20px;
  }
  .dashboard-panel .recent-properties img {
    width: 100%;
  }
  .dashboard-panel .recent-properties .btn {
    position: absolute;
    top: 10px;
    right: 25px;
  }
  .items-list .property-info h5 {
    margin-top: 10px;
  }
  .dashboard-panel .submit-form .radio-check {
    float: left;
    margin-top: 5px;
  }
  .dashboard-panel .submit-form .align-self-center {
    display: block;
  }
  .important-facts .inner-title {
    width: 100%;
  }
  .error-text {
    width: 100%;
  }
  .comming-soon .bg-shape {
    display: none;
  }
}


/*--------------------------------------------------------------
# Desktop tagigation 
--------------------------------------------------------------*/
@media (min-width: 1280px) {
  .tagbar {
    padding: 0;
    position: relative;
  }

  .tagbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
  }

  .tagbar li {
    position: relative;
  }

  .tagbar > ul > li {
    white-space: nowrap;
  }

  .tagbar a,
  .tagbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 20px;
    font-family: var(--font-secondary);
    font-size: 16px;
    font-weight: 400;
    color: rgba(var(--color-secondary-dark-rgb), 0.7);
    white-space: nowrap;
    transition: 0.3s;
    position: relative;
  }

  .tagbar a i,
  .tagbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .tagbar > ul > li > a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: var(--color-primary);
    visibility: hidden;
    transition: all 0.3s ease-in-out 0s;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out 0s;
  }

  .tagbar a:hover:before,
  .tagbar li:hover > a:before,
  .tagbar .active:before {
    visibility: visible;
    transform: scaleX(0.7);
  }

  .tagbar a:hover,
  .tagbar .active,
  .tagbar .active:focus,
  .tagbar li:hover > a {
    color: var(--color-primary);
  }

  .tagbar .dropdown a:hover:before,
  .tagbar .dropdown:hover > a:before,
  .tagbar .dropdown .active:before {
    visibility: hidden;
  }

  .tagbar .dropdown a:hover,
  .tagbar .dropdown .active,
  .tagbar .dropdown .active:focus,
  .tagbar .dropdown:hover > a {
    color: var(--color-white);
    background: var(--color-secondary);
  }

  .tagbar .dropdown ul {
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    margin: 0;
    padding: 0 0 10px 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: var(--color-secondary);
    transition: 0.3s;
  }

  .tagbar .dropdown ul li {
    min-width: 200px;
  }

  .tagbar .dropdown ul a {
    padding: 10px 20px;
    font-size: 15px;
    text-transform: none;
    font-weight: 400;
    color: rgba(var(--color-white-rgb), 0.5);
  }

  .tagbar .dropdown ul a i {
    font-size: 12px;
  }

  .tagbar .dropdown ul a:hover,
  .tagbar .dropdown ul .active,
  .tagbar .dropdown ul .active:hover,
  .tagbar .dropdown ul li:hover > a {
    color: var(--color-white);
    background: var(--color-primary);
  }

  .tagbar .dropdown:hover > ul {
    opacity: 1;
    visibility: visible;
  }

  .tagbar .megamenu {
    position: static;
  }

  .tagbar .megamenu ul {
    right: 0;
    padding: 10px;
    display: flex;
  }

  .tagbar .megamenu ul li {
    flex: 1;
  }

  .tagbar .megamenu ul li a,
  .tagbar .megamenu ul li:hover > a {
    color: rgba(var(--color-white-rgb), 0.5);
    background: none;
  }

  .tagbar .megamenu ul li a:hover,
  .tagbar .megamenu ul li .active,
  .tagbar .megamenu ul li .active:hover {
    color: var(--color-white);
    background: var(--color-primary);
  }

  .tagbar .dropdown .dropdown ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
  }

  .tagbar .dropdown .dropdown:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }
}

@media (min-width: 1280px) and (max-width: 1366px) {
  .tagbar .dropdown .dropdown ul {
    left: -90%;
  }

  .tagbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/*--------------------------------------------------------------
# Mobile tagigation
--------------------------------------------------------------*/
@media (max-width: 1279px) {
  .tagbar {
    position: fixed;
    top: 0;
    left: -100%;
    width: calc(100% - 70px);
    bottom: 0;
    transition: 0.3s;
    z-index: 9997;
  }

  .tagbar ul {
    position: absolute;
    inset: 0;
    padding: 10px 0;
    margin: 0;
    background: rgba(var(--color-secondary-rgb), 0.9);
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }

  .tagbar a,
  .tagbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 500;
    color: rgba(var(--color-white-rgb), 0.7);
    white-space: nowrap;
    transition: 0.3s;
  }

  .tagbar a i,
  .tagbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .tagbar a:hover,
  .tagbar .active,
  .tagbar .active:focus,
  .tagbar li:hover > a {
    color: var(--color-white);
  }

  .tagbar .dropdown ul,
  .tagbar .dropdown .dropdown ul {
    position: static;
    display: none;
    padding: 10px 0;
    margin: 10px 20px;
    transition: all 0.5s ease-in-out;
    border: 1px solid rgba(var(--color-secondary-light-rgb), 0.3);
  }

  .tagbar .dropdown > .dropdown-active,
  .tagbar .dropdown .dropdown > .dropdown-active {
    display: block;
  }

  .mobile-tag-toggle {
    display: block !important;
    color: var(--color-secondary);
    font-size: 28px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    top: 20px;
    z-index: 9999;
    right: 20px;
  }

  .mobile-tag-toggle.bi-x {
    color: var(--color-white);
  }

  .mobile-tag-active {
    overflow: hidden;
    z-index: 9995;
    position: relative;
  }

  .mobile-tag-active .tagbar {
    left: 0;
  }

  .mobile-tag-active .tagbar:before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(var(--color-secondary-rgb), 0.8);
    z-index: 9996;
  }
}

/*--------------------------------------------------------------
# Event/Upcoming Highlights Page
--------------------------------------------------------------*/


*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

#main-event{
  background-color: white;
}

.section{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;

}

.event-section{
  padding: 0;
}

.event-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.event-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.3; /* Adjust opacity as needed */
}

.even-event-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-bottom: 50px;
}
.odd-event-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-bottom: 50px;
}
.section-title{
  font-size: 4em;
  margin-bottom: 0px;
  margin-left: 50px;
  font-weight: bold;
  color: #000;
  text-align: center;
}
.odd-section-title{
  font-size: 2.5em;
  margin: 60px 0 50px 0;
  font-weight: bold;
  color: #000;
  text-align: center;
}
.even-section-title{
  font-size: 2.5em;
  margin: 60px 0 50px 0;
  text-align: center;
  font-weight: bold;
  color: #000;
  text-align: center;
}
.section-titlex{
  font-size: 4em;
  margin-bottom: 0px;
  margin-left: 0px;
}

.event-content {
  position: relative;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -600px;
  align-items: flex-start;
}
.odd-event-content{
  position: relative;
  width: 90vw;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}

.even-event-content{
  position: relative;
  width: 90vw;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}


.odd-event-content .odd-event-image {
  position: relative;
  width: 30vw;
  height: auto;
  aspect-ratio: 1/1;
  background-color: white;
  padding: 20px 20px 60px 20px;
  box-shadow: 0 0 6px 7px rgba(0, 0, 0, 0.1);
  align-content: center;
}
.even-event-content .even-event-image {
  position: relative;
  width: 30vw;
  height: auto;
  aspect-ratio: 1/1;
  background-color: white;
  padding: 20px 20px 60px 20px;
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
  align-content: center;
}

.read-more-btn {
  background-color: #23303d;
  color: #fff;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  margin-top: 10px;
  border-radius: 5px;
  transition: transform 0.3s ease, color 0.3s ease;
}

.read-more-btn:hover {
  background-color: #083d76;
  transform: scale(1.2);
}

/* .even-event-content .even-event-image:before,
.even-event-content .even-event-image:after{
  content: "";
  position: absolute;
  height: 5vh;
  width: 10vw;
  background-color: rgba(102,102,102,0.6);
  transform: rotate(-40deg);
  z-index: 100;
}
.odd-event-content .odd-event-image:before,
.odd-event-content .odd-event-image:after{
  content: "";
  position: absolute;
  height: 5vh;
  width: 10vw;
  background-color: rgba(102,102,102,0.6);
  transform: rotate(-40deg);
  z-index: 100;
}
.even-event-content .even-event-image:before{
  top: 3px;
  left: -55px;
}
.even-event-content .even-event-image:after{
  bottom: 3px;
  right: -55px;
}
.odd-event-content .odd-event-image:before{
  top: 3px;
  left: -55px;
}
.odd-event-content .odd-event-image:after{
  bottom: 3px;
  right: -55px;
} */
.even-event-img-caption{
  font-family: 'Caveat',cursive;
  font-size: 25px;
  text-align: center;
  color: #3b3b3b;
  margin-top: 22px;
}
.odd-event-img-caption{
  font-family: 'Caveat',cursive;
  font-size: 25px;
  text-align: center;
  color: #3b3b3b;
  margin-top: 22px;
}

.odd-event-content .odd-event-image .odd-event-img {
  position: relative;
  width: 100%; /* Set a fixed width */
  overflow: hidden;
}
.even-event-content .even-event-image .even-event-img {
  position: relative;
  width: 100%; /* Set a fixed width */
  overflow: hidden;
}

.event-content .event-image .event-img img {
  z-index: 111;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  overflow: hidden;
  object-fit: cover; /* Maintain aspect ratio and cover the container */
}
.odd-event-content .odd-event-image .odd-event-img img {
  z-index: 111;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}


.even-event-content .even-event-image .even-event-img img {
  z-index: 111;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}

.event-content .text-box{
  z-index: 222;
  background: rgba(138, 199, 219, 0.1);
  backdrop-filter: blur(10px);
  padding: 40px;
  width: auto;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 10px;
  transform: translate(-160px, 10px);
}
.odd-event-content .odd-text-box{
  z-index: 222;
  background: rgba(206, 253, 253, 0.247);
  backdrop-filter: blur(10px);
  padding: 40px;
  width: 30vw;
  aspect-ratio: 1/1;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 10px;
  /* transform: translate(-4px, 30px); */
  font-weight: 400;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* Box shadow */
  background-color: #ffffffba;
}
.even-event-content .even-text-box{
  z-index: 222;
  background: rgba(206, 253, 253, 0.247);
  backdrop-filter: blur(10px);
  padding: 40px;
  width: 30vw;
  aspect-ratio: 1/1;
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 10px;
 /*  transform: translate(4px, 30px); */
  font-weight: 400;
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
  background-color: #ffffffba;
}
.event-content .text-box h3{
  font-size: 1.6em;
  margin-bottom: 10px;
}
.odd-event-content .odd-text-box h3{
  font-size: 1.6em;
  margin-bottom: 10px;
}
.even-event-content .even-text-box h3{
  font-size: 1.6em;
  margin-bottom: 10px;
}

.media-icons {
  position: relative;
  display: flex;
  justify-content: center;
  height: 15vh;
  gap: 20px;
}
.media-icons a{
  color: #020024;
  font-size: 2em;
  margin: 20px;
  transition: transform 0.3s ease, color 0.3s ease;
}

.media-icons a:hover {
  transform: scale(1.2); /* Enlarge the icon on hover */
  color: #003166; /* Change color on hover (example: blue) */
}
.fa-facebook:hover{
  color: #4267B2;
}
.fa-youtube:hover{
  color: #FF0000;
}
.fa-instagram:hover {
  background: linear-gradient(45deg,#FFDC80 ,#FCAF45, #F56040, #FD1D1D, #E1306C, #C13584, #833AB4, #5B51D8 , #405DE6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.fa-facebook:hover {
  color: #4267B2;
}

.fa-youtube:hover {
  color: #FF0000;
}


.tiktok-icon {
  position: relative;
  font-size: 1em;
  color: #000000;
}

.tiktok-icon .blue,
.tiktok-icon .red {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.tiktok-icon .blue {
  color: #25F4EE;
  transform: translate(-5%, -5%);
}

.tiktok-icon .red {
  color: #FE2C55;
  transform: translate(5%, 5%);
}

.tiktok-icon:hover .blue,
.tiktok-icon:hover .red {
  opacity: 1;
  z-index: -1;
}

.tiktok-icon .black {
  z-index: 5;
}

.info-title{
  font-size: 1.8em;
  margin-bottom: 10px;
}

.info{
  width: 700px;
  margin-left: 50px;
}

.media-info{
  width: 400px;
  margin-left: 50px;
}

.media-info li{
  list-style: none;
  font-size: 1.4em;
}

.media-info li a{
  color: #000;
  text-decoration: none;
}

.media-info li:not(:last-child){
  margin-bottom: 50px;
}

.media-info li:nth-child(1), .media-info li:nth-child(5){
  padding-left: 100px;
}

.media-info li:nth-child(2), .media-info li:nth-child(4){
  padding-left: 50px;
}

.sec-03{
  margin-bottom: 100px;
}


/*Event Nav Tag bar*/

.tagbar{
  margin-top: 0px;
  margin-left: 20px;
}

.nav-section {
  margin-left: 300px; /* Adjust margin-left to accommodate the width of the navigation bar */
}


/* Date Navigation Bar */

.container-nav{
  text-align: center;
}

.btn-nav{
  display: inline-block;
}

/* Year Bar */
.year-nav-container {
  display: inline-block;
  align-items: center;
  justify-content: center;
 /* margin-left: none;  Adjust margin 
  width: 100px;*/
  margin: auto;
}

.year {
  display: inline-block;
  flex: 1;
  font-size: 35px; /* Increase font size */
  font-weight: bold; /* Optionally make the font bold */
  transition: transform 0.2s ease; /* Add transition for smooth animation */
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: rgb(78, 78, 78);
}
.year,
.yearbtn-left,
.yearbtn-right,
.month,
.monthbtn-left,
.monthbtn-right{
  color: #ffffff;
}

.year:hover {
  transform: scale(1.1); /* Scale up by 10% on hover */
}

.yearbtn-left,
.yearbtn-right {
  margin: 0 20px; /* Adjust the margin */
  font-size: 35px; /* Increase font size */
  transition: transform 0.2s ease; /* Add transition for smooth animation */
  background-color: transparent;
}

.yearbtn-left:hover,
.yearbtn-right:hover {
  transform: scale(1.1); /* Scale up by 10% on hover */
  color: #961956;
}

/* Optionally increase icon size */
.yearbtn-left i,
.yearbtn-right i {
  font-size: 35px;
}

/* Month Bar */
.month-nav-container {
  display: inline-block;
  align-items: center;
  justify-content: center;
  /*margin-left: 600px;  Adjust margin
  width: 100px; */
  width: auto;
}

.month {
  display: inline-block;
  flex: 1;
  text-align: center;
  font-size: 50px; /* Increase font size */
  font-weight: bold; /* Optionally make the font bold */
  transition: transform 0.2s ease; /* Add transition for smooth animation */
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: rgb(78, 78, 78);
}

.month:hover {
  transform: scale(1.1); /* Scale up by 10% on hover */
}

.monthbtn-left,
.monthbtn-right {
  margin: 0 10px; /* Adjust the margin */
  font-size: 50px; /* Increase font size */
  transition: transform 0.2s ease; /* Add transition for smooth animation */
  background-color: transparent;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: rgb(78, 78, 78);
}

.monthbtn-left:hover,
.monthbtn-right:hover {
  transform: scale(1.1); /* Scale up by 10% on hover */
  color: #19ddd4;
}

/* Optionally increase icon size */
.monthbtn-left i,
.monthbtn-right i {
  font-size: 50px;
}

/* Custom styles for nav-pills */
.custom-nav-pills {
  display: flex;
  justify-content: center;
  list-style: none;
  flex-wrap: wrap;
  gap: 3px;
  padding: 0;
}

.custom-nav-pills .nav-link {
  padding: 10px 10px;
  color: #000000;
  background-color: transparent;
  border-radius: 16px; /* Use a larger border-radius for pill-shaped buttons */
  margin-right: 10px; /* Adjust spacing between pills */
  text-transform: uppercase; /* Convert text to uppercase */
  font-size: 13px; /* Adjust font size */
  text-decoration: none; /* Remove underline from links */
  transition: background-color 0.3s ease; /* Add smooth transition for background color */
  font-weight: 600;
}

.custom-nav-pills .nav-link.active,
.custom-nav-pills .nav-link:hover {
  color: white;
  background-color: #0ea2bd; /* Change background color on hover or when active */
}

.nav-card {
  position: relative;
  display: flex;
  flex-direction: column; 
  background-color: #ffffff;
  padding: 20px;
}

.nav-event {
  padding: 10px; 
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); /* Box shadow */
  width: 750px; /* Ensure it fits within the screen width */
  border-radius: 5px;
  background-color: #9cf5ec60;
  margin-left: 30px;
}

.small-nav .nav-link {
  padding: 0.3rem 0.5rem; /* Adjust padding */
  font-size: 0.9rem; /* Adjust font size */
  margin-bottom: 2px; /* Adjust the margin-top */
}

.small-nav .nav-item .nav-link {
  font-size: 18px; /* Adjust the font size to make it bigger */
  padding: 12px 22px; /* Adjust padding for bigger buttons */
  border-radius: 10px; /* Add border-radius for rounded corners */
  color: #000000;
}

.nav.flex-row.nav-pills.small-nav {
  display: flex;
  flex-wrap: wrap; /* Allow pills to wrap onto multiple lines */
  width: 100%; /* Take full width on smaller screens */
}

.small-nav .nav-event {
  display: flex; /* Ensure the nav items are flex items */
  justify-content: flex-start; /* Align nav items to the left */
  list-style: none; /* Remove default list styles */
  padding: 0; /* Remove default padding */
}

.small-nav .nav-item {
  margin-right: 5px; /* Adjust spacing between nav items */
}

.small-nav .nav-link.active {
  background-color: #810049; /* Example background color for active link */
  color: #ffffff; /* Example text color for active link */
}

.small-nav .nav-item .nav-link.active {
  background-color: #810049; /* Background color for active link */
  color: #fff; /* Text color for active link */
}

.small-nav .nav-item .nav-link:hover {
  background-color: #810049; /* Background color on hover */
  color: #ffffff; /* Text color on hover */
}

.evtagbar {
  margin-top: 0px;
}
.pagetitle{
  font-family: var(--font-secondary);
  font-size: 78px; /* Adjust the font size */
  font-weight: bold; /* Optionally make the font bold */
  color: white; /* Set the color of the text */
  text-align: center;
  margin-top: 0px;
  padding-top: 30px;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: rgb(78, 78, 78);
}

.sub-title{
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: white;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgb(78, 78, 78);
}

/* Customize paragraphs inside odd and even text boxes */
.odd-text-box p,
.even-text-box p {
  margin-bottom: 10px; /* Add margin bottom for paragraphs */
  line-height: 1.2; /* Adjust line height */
  color: #333; /* Text color */
  font-size: 16px;
}

/* Customize links inside odd and even text boxes */
.odd-text-box a,
.even-text-box a {
  color: #74b2f5; /* Link color */
  text-decoration: none; /* Remove underline */
  font-weight: 400;
}


/* CSS for icon with text */
.icon-with-text {
  position: absolute;
  top: 0px; /* Adjust top position */
  left: 50px; /* Adjust left position */
  display: flex;
  align-items: center;
  font-size: 20px;
}

.icon-with-text i {
  margin-right: -45px; /* Adjust spacing between icon and text */
  margin-top: -2px;
}

.icon-with-text .text-inside {
  font-size: 35px; /* Adjust font size */
  font-weight: 600;
  line-height: 1; /* Set line-height to 1 for vertical centering */
}

/* Styles for the icon and text color */
.icon-black {
  color: rgb(125, 39, 47); /* Color for the icon */
  font-size: 70px;
}

.text-inside {
  color: rgb(185, 185, 185); /* Color for the text */
}

.spacer {
  margin-top: 50px; /* Adjust the margin */
}

.top-section {
  position: relative;
  background-color: none;
}

.top-bg {
  background-image: url('../img/event/eventbg.jpg');
  background-size: cover;
  background-position: center;
  padding: 80px 0; /* Adjust for spacing */
  height: 100vh;
  align-content: center;
  display: block;
}

.col-md-12{
  color: teal;
}
.row{
  color: teal;
}

/* Event Ticker */
.event-ticker-container{
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  font-family: "Roboto", sans-serif;
  box-shadow: 0 4px 8px -4px rgba(0,0,0,0.3);
  white-space: nowrap;
  overflow: hidden;
}

.event-ticker-container .ticker-title{
  position: absolute;
  background-color: rgb(0, 4, 53);
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 24px;
  color: white;
  font-weight: bold;
  z-index: 100;
  font-size: 20px;
}

.event-ticker-container ul{
  list-style: none;
  margin: 0;
  animation: scroll 25s infinite linear;
}

.event-ticker-container ul:hover{
  animation-play-state: paused;
}

.event-ticker-container ul li{
  padding: 2px 20px;
  color: #494949;
  display: inline-block;
}

.event-ticker-container::before,
.event-ticker-container::after{
  position: absolute;
  top: 0;
  width: 400px;
  height: 100%;
  content: "";
  z-index: 100;
}

.event-ticker-container::before{
  left: 0;
  background: linear-gradient(to left, rgba(255,255,255,0) ,rgb(255, 255, 255));
}

.event-ticker-container::after{
  right: 0;
  background: linear-gradient(to right, rgba(255,255,255,0) ,rgb(255, 255, 255));
}

.sticky {
  position: fixed;
  top: 85px;
  left: 0;
  right: 0;
  z-index: 1000; /* Ensure it stays above other content */
  background-color: white;
}

@keyframes scroll {
  from{
    transform: translateX(0);
  }
  to{
    transform: translateX(-100%);
  }
}

li.ticker{
  font-size: 16px;
}


/* Event Mobile styles */
@media (min-width: 300px) and (max-width: 767px) {
  .section {
    padding: 30px 20px; /* Adjust padding for smaller screens */
  }

  .section-title,
  .odd-section-title,
  .even-section-title {
    margin-top: 0;
    font-size: 2em; /* Decrease font size for smaller screens */
    margin-left: 0px; /* Center align titles */
    text-align: center;
  }

  .event-container,
  .even-event-container,
  .odd-event-container {
    margin-bottom: 0; /* Decrease margin bottom */
    padding-bottom: 0;
  }

  .event-content,
  .odd-event-content,
  .even-event-content {
    flex-direction: column; /* Stack content vertically */
    width: 100%; /* Full width for mobile */
  }


  .odd-event-content .odd-event-image{
    width: 100%; /* Full width for mobile */
    height: auto; /* Auto height based on content */
    margin-top: 15px; /* Add space between image and text */
    transform: none!important; 
    margin: auto;
  }
  .even-event-content .even-event-image {
    width: 90%; /* Full width for mobile */
    height: auto; /* Auto height based on content */
    margin-bottom: 15px; /* Add space between image and text */
    transform: none!important; 
    margin: auto;
  }
 
  .odd-event-content .odd-text-box{
    width: 90%; /* Full width for mobile */
    transform: none!important; /* Reset transform */
    padding: 20px; /* Adjust padding for smaller screens */
    margin: auto;
  }
  .even-event-content .even-text-box {
    width: 90%; /* Full width for mobile */
    transform: none!important; /* Reset transform */
    padding: 20px; /* Adjust padding for smaller screens */
    margin: auto;
  }

/*   .odd-event-content .odd-event-image:before,
  .odd-event-content .odd-event-image:after{
    width: 25vw;
    height: 4.5vh;
  }
  .even-event-content .even-event-image:before,
  .even-event-content .even-event-image:after{
    width: 25vw;
    height: 4.5vh;
  }

  .even-event-content .even-event-image:before,
  .odd-event-content .odd-event-image:before {
    top: 10px;
    left: -50px;
  }
  .even-event-content .even-event-image:after,
  .odd-event-content .odd-event-image:after{
    bottom: 10px;
    right: -50px;
  } */
  
  .odd-event-content .odd-event-image .odd-event-img {
    position: relative;
    width: 100%;
    height: auto;
  }

  .even-event-content .even-event-image .even-event-img {
    position: relative;
    width: 100%;
    height: auto;
  }

  .odd-text-box p{
    margin-top: 10px; /* Add margin bottom for paragraphs */
    line-height: 1.2; /* Adjust line height */
    color: #333; /* Text color */
    font-size: 15px;
    align-items: center;
  }
  .even-text-box p {
  margin-bottom: 10px; /* Add margin bottom for paragraphs */
  line-height: 1.2; /* Adjust line height */
  color: #333; /* Text color */
  font-size: 15px;
  align-items: center;
}

.nav-event{
    width: 100%;
    margin: auto;
  }
  .media-info {
    width: 100%; /* Full width for mobile */
    margin-left: 0; /* Center align media info */
  }
 
  .card-event {
    width: 100%; /* Full width for mobile */
    margin: 0 auto 0px; /* Center align and add space */
  }

  .nav-section {
    margin-left: 0; /* Reset margin-left */
  }
  .small-nav .nav-item{
    margin: auto;
  }

  .year-nav-container,
  .month-nav-container {
    text-align: center; /* Center align year and month */
    margin: 20px 0; /* Add margin for spacing */
  }

  .year,
  .yearbtn-left,
  .yearbtn-right,
  .month,
  .monthbtn-left,
  .monthbtn-right {
    font-size: 35px; /* Decrease font size for smaller screens */
  }

  .small-nav .nav-link {
    padding: 10px 18px; /* Adjust padding for smaller buttons */
    font-size: 14px; /* Decrease font size for smaller screens */
  }

  .spacer {
    margin-top: 30px; /* Decrease margin for smaller screens */
  }

  .top-section {
    padding: 50px 20px; /* Adjust padding for smaller screens */
    min-height: auto; /* Auto height */
  }

  .col-md-12,
  .row {
    color: rgb(1, 137, 137); /* Keep color for mobile */
  }

  .evtagbar {
    margin: auto; /* Reset margin-top */
    display: flex;
    justify-content: center; /* Align tagbar to the center horizontally */
    padding-left: 0%;
    margin-left: 0%;
  }
  

   #custom-nav .custom-nav-pills {
      justify-content: flex-start; /* Align items to the start */
      align-items: center;
      margin-bottom: 0rem !important;
      width: auto;
  }

  .custom-nav-pills .nav-item {
      margin: 0px;              /* Adjusts margin for smaller screens */
  }

  .custom-nav-pills .nav-link {
    padding: 1.5px 5px;        /* Further reduces padding for smaller screens */
    font-size: 10px;         /* Further reduces font size for smaller screens */
    font-weight: bold;
  }

    /* CSS for icon with text */
  .icon-with-text {
    position: absolute;
    top: 0px; /* Adjust top position */
    left: 50px; /* Adjust left position */
    display: flex;
    align-items: center;
    font-size: 20px;
  }

  .icon-with-text i {
    margin-right: -45px; /* Adjust spacing between icon and text */
    margin-top: -2px;
  }

  .icon-with-text .text-inside {
    font-size: 35px; /* Adjust font size */
    font-weight: 600;
    line-height: 1; /* Set line-height to 1 for vertical centering */
  }

  /* Styles for the icon and text color */
  .icon-black {
    color: rgb(125, 39, 47); /* Color for the icon */
    font-size: 70px;
  }

  .text-inside {
    color: rgb(185, 185, 185); /* Color for the text */
  }
  .media-icons{
    gap: 40px;
  }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {

  .odd-event-content{
    flex-direction: row;
  }
  .even-event-content {
    flex-direction: row;
    margin-bottom: 0;
  }

  .event-container,
  .even-event-container,
  .odd-event-container {
    margin-bottom: 0;
  }

}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .section {
    padding: 80px 100px;
  }
}

@media (max-width: 992px) {
  .sticky{
    top: 0;
  }
}
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .section {
    padding: 100px 150px;
  }
}

@media (max-width: 450px) {

  .event-ticker-container .ticker-title {
    position: absolute;
    background-color: rgb(0, 4, 53);
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0px 1px;
    color: white;
    font-weight: bold;
    z-index: 100;
    font-size: 13px;
    width: 51px;
}

li.ticker{
  font-size: 14px;
}
.event-ticker-container::before,
.event-ticker-container::after{
  position: absolute;
  top: 0;
  width: 20px;
  height: 100%;
  content: "";
  z-index: 100;
}

.event-ticker-container::before{
  left: 0;
  background: linear-gradient(to left, rgba(255,255,255,0) ,rgb(255, 255, 255));
}

.event-ticker-container::after{
  right: 0;
  background: linear-gradient(to right, rgba(255,255,255,0) ,rgb(255, 255, 255));
}


  .sub-title{
    width: 350px; /* Example width for demonstration */
    overflow-wrap: break-word; /* Ensures long words break onto the next line */
    white-space: normal; /* Allows normal wrapping of words */
  }
  .section {
    padding: 30px 20px; /* Adjust padding for smaller screens */
  }
  .pagetitle{
    font-size: 52px; 
  }
  .sub-title{
    font-size: 20px;
  }
  .section-title,
  .odd-section-title,
  .even-section-title {
    margin-top: 0;
    font-size: 2em; /* Decrease font size for smaller screens */
    margin-left: 0px; /* Center align titles */
    text-align: center;
  }

  .event-container,
  .even-event-container,
  .odd-event-container {
    margin-bottom: 10px; /* Decrease margin bottom */
    padding-bottom: 0;
  }

  .event-content,
  .odd-event-content,
  .even-event-content {
    flex-direction: column; /* Stack content vertically */
    width: 100%; /* Full width for mobile */
    gap: 15px;
  }


  .odd-event-content .odd-event-image{
    width: 90%; /* Full width for mobile */
    height: auto; /* Auto height based on content */
    margin-top: 15px; /* Add space between image and text */
    transform: none!important; 
    margin: auto;
  }
  .even-event-content .even-event-image {
    width: 90%; /* Full width for mobile */
    height: auto; /* Auto height based on content */
    margin-bottom: 15px; /* Add space between image and text */
    transform: none!important; 
    margin: auto;
  }
 
  .odd-event-content .odd-text-box{
    width: 90%; /* Full width for mobile */
    transform: none!important; /* Reset transform */
    padding: 20px; /* Adjust padding for smaller screens */
    margin: auto;
  }
  .even-event-content .even-text-box {
    width: 90%; /* Full width for mobile */
    transform: none!important; /* Reset transform */
    padding: 20px; /* Adjust padding for smaller screens */
    margin: auto;
  }

  .odd-event-content .odd-event-image .odd-event-img {
    position: relative;
    width: 100%;
    height: auto;
  }

  .even-event-content .even-event-image .even-event-img {
    position: relative;
    width: 100%;
    height: auto;
  }

  .odd-text-box p{
    margin-top: 10px; /* Add margin bottom for paragraphs */
    line-height: 1.2; /* Adjust line height */
    color: #333; /* Text color */
    font-size: 15px;
    align-items: center;
  }
  .even-text-box p {
  margin-bottom: 10px; /* Add margin bottom for paragraphs */
  line-height: 1.2; /* Adjust line height */
  color: #333; /* Text color */
  font-size: 15px;
  align-items: center;
}
  .nav-card {
    align-items: center;
  }
  .nav-event {
    max-width: 100%; /* Limit the maximum width of the container */
    margin: 10px; /* Center the container */
  }
  .media-info {
    width: 100%; /* Full width for mobile */
    margin-left: 0; /* Center align media info */
  }
 
  .card-event {
    width: 100%; /* Full width for mobile */
    margin: 0 auto 0px; /* Center align and add space */
  }

  .nav-section {
    margin-left: 0; /* Reset margin-left */
  }
  .small-nav .nav-item{
    margin: auto;
  }

  .year-nav-container,
  .month-nav-container {
    text-align: center; /* Center align year and month */
    margin: 20px 0; /* Add margin for spacing */
  }

  .year,
  .yearbtn-left,
  .yearbtn-right,
  .month,
  .monthbtn-left,
  .monthbtn-right {
    font-size: 35px; /* Decrease font size for smaller screens */
  }

  .small-nav .nav-link {
    padding: 10px 18px; /* Adjust padding for smaller buttons */
    font-size: 14px; /* Decrease font size for smaller screens */
  }

  .spacer {
    margin-top: 30px; /* Decrease margin for smaller screens */
  }

  .top-section {
    padding: 50px 20px; /* Adjust padding for smaller screens */
    min-height: auto; /* Auto height */
  }

  .col-md-12,
  .row {
    color: rgb(1, 137, 137); /* Keep color for mobile */
  }

  .evtagbar {
    display: flex;
    justify-content: center; 
    padding-left: 0;
    padding-right: 0;
    overflow-x: auto; /* Enable horizontal scrolling */
    white-space: nowrap; /* Prevents line breaks inside the nav */
    scroll-behavior: smooth; /* Smooth scrolling */
    transition: transform 0.3s ease-in-out; /* Smooth transition for any transform changes */
}

/* Optional: Adding some styling for the child elements */
.evtagbar > * {
    transition: transform 0.3s ease-in-out; /* Smooth transition for child elements */
}

/* Optional: Adding a hover effect for child elements */
.evtagbar > *:hover {
    transform: scale(1.1); /* Slightly enlarge the element on hover */
    transition: transform 0.3s ease-in-out;
}

#custom-nav .custom-nav-pills {
    justify-content: flex-start; /* Align items to the start */
    align-items: center;
    margin-bottom: 0rem !important;
    width: auto;
}

.custom-nav-pills .nav-item {
    margin: 0px; /* Adjusts margin for smaller screens */
}

.custom-nav-pills .nav-link {
    padding: 1.5px 3px; /* Further reduces padding for smaller screens */
    font-size: 12px; /* Further reduces font size for smaller screens */
    font-weight: bold;
}


    /* CSS for icon with text */
  .icon-with-text {
    position: absolute;
    top: 0px; /* Adjust top position */
    left: 50px; /* Adjust left position */
    display: flex;
    align-items: center;
    font-size: 20px;
  }

  .icon-with-text i {
    margin-right: -45px; /* Adjust spacing between icon and text */
    margin-top: -2px;
  }

  .icon-with-text .text-inside {
    font-size: 35px; /* Adjust font size */
    font-weight: 600;
    line-height: 1; /* Set line-height to 1 for vertical centering */
  }

  /* Styles for the icon and text color */
  .icon-black {
    color: rgb(125, 39, 47); /* Color for the icon */
    font-size: 70px;
  }

  .text-inside {
    color: rgb(185, 185, 185); /* Color for the text */
  }
  .media-icons{
    font-size: 16px;
    gap: 0px;
  }
}


