*{
	margin:0px;
    padding:0px;
    font-weight: 400;
    font-family: "Anybody", sans-serif;
}
@font-face {
  font-family: "anguitasans-black";
  src: url("../fonts/anguitasans-black.woff");
  font-weight: 900;
}
p {
    margin: 0;
}
.flatpickr-monthDropdown-months {
    text-align: right;
}.flatpickr-current-month {
    width: 85% !important;
    left: 5.5% !important;
}
/* Legend styling */
.calendar-legend {
  display: flex;
  gap: 20px;
    position: absolute;
    z-index: 1;
  font-size: 14px;
  font-weight: 500;
    top: 20px;
    left: 50%;
    justify-content: center;
    width: 100%;
    top: 45px;
    transform: translateX(-50%);
    /*left: 20px;*/
}

.legend-item {
  display: flex;
  align-items: center;
  gap: 6px;
}

.legend-color {
  width: 12px;
  height: 12px;
  border-radius: 3px;
}


.select2-selection {
    border: none  !important;
    min-height: auto !important;
    margin-top: -9px;
    padding: 0 !important;
}
.select2-selection textarea{
    margin-top: 0px !important;
    font-size: 14px !important;
}

/* Colors */
.event-color {
  background: #EC8724;
}

.special-color {
  background: #73C6A0;
}

/* Colors */
.for_dasboard .event-color {
  background: #B1955A;
}

.for_dasboard .special-color {
  background: #F10B17;
} 
.for_dasboard .calendar-legend {
    left: 50%;
    justify-content: center;
    width: 100%;
    top: 45px;
    transform: translateX(-50%);
}
 .flatpickr-innerContainer {
    padding: 20px 0;
}
/* end-edit */
html.has-scroll-smooth {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;  
} 
body.no-scroll {
    overflow: hidden;
}
html {
  scroll-behavior: smooth;
}

.padding_top{
    padding-top:100px;
}
/* width */
::-webkit-scrollbar {
    width: 6px;
}
 
/* Track */
::-webkit-scrollbar-track {
    background: #fff; 
    width:10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #22262B; 
    border-radius: 60px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #22262B; 
}



/* common style */
.btn_timesnie{
    background: #FBD6D2;
    background-image: url(../img/btn_bg.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    color: #F10B17;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    position: relative;
    font-family: Anybody;
    font-weight: 800;
    font-size: 16px;
    transition: 0.6s;
    min-width: 200px;
    display: inline-block;
    border-radius: 40px;
}
.btn_timesnie:hover {
    color:#FBD6D2;
    box-shadow: inset 0 -4em 0 0 #F10B17 !important;
}
.btn_timesnie2{
background: #E22C2F;
    color: #fff;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    position: relative;
    font-family: Anybody;
    font-weight: 700;
    font-size: 16px;
    transition: 0.6s;
    min-width: 200px;
    border-radius: 6px;
}
.btn_timesnie2:hover {
    color:#E22C2F;
    box-shadow: inset 0 -4em 0 0 #fff !important;
} 
.btn_timesnie3{
    background: #E22C2F;
    color: #fff;
    padding: 8px 24px;
    text-align: center;
    text-decoration: none;
    position: relative;
    font-family: Anybody;
    font-weight: 700;
    font-size: 14px;
    transition: 0.6s;
    min-width: 80px;
    border-radius: 6px;
    display: inline-block;
}
.btn_timesnie3:hover {
    color:#E22C2F;
    box-shadow: inset 0 -4em 0 0 #fff !important;
} 
.menu_animation {
  display: inline-block;
  overflow: hidden;
  position: relative;
  padding-bottom: 5px;
}
.menu_animation:before {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  transform: translateX(-110%);
  content: '';
  position: absolute;
  transition: transform .6s ease;
}
.menu_animation:hover:before {
  transform: translateX(0);
}

.kk.menu {
    background: rgba(97, 97, 97, 1);
    position: absolute;
    width: 105%;
    left: 50%;
    top: -15px;
    border-radius: 20px;
    padding: 100px 40px 40px; 
    display: block;
    z-index: -1;
    transform: translateX(-50%);
}

.menu_social_head div {
    display: flex;
    width: 100%;
    padding: 20px 0 0;
    justify-content: end;
}
.menu .menu_social_head a.cont {
    width: 50%;
    padding-bottom: 0;
}
.menu .menu_social_head .social_head a {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .6s;
    text-decoration: none;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    width: 32px;
    height: 32px;
}

.menu_social_head .social_head a svg {
    height: 18px;
    width: 18px;
}
.logo img {
    height: 68px;

} a.call_icon {
    margin-left: auto;
    margin-right: 40px;
}
header {
    width: 100%;
    /*position: absolute;*/
    top: 0px;
    padding: 12px 0;
    z-index: 9;
}

header.sticky {
     top: 0px; 
}
.menu {
    display: inline-flex;
    justify-content: center;
    list-style: none;
    padding: 0;
    column-gap: 10px;
    margin: 0;
    margin-left: auto;
    align-items: center;
}
.menu ul{
    justify-content: center;
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: start;
    column-gap: 40px;
    border-right: 1px solid rgba(255, 255, 255, 1);
    /*padding-right: 15%;*/
    margin: 0; 
    position: relative;
}
.menu a {
    display: block;
    text-decoration: none;
    transition: 0.4s;
    text-transform: capitalize;
    font-weight: 400;
    position: relative;
    color: #000;
    padding: 12px;
    font-size: 18px;
}
.side_bar{
    /*padding: 8px;*/
    display: none;
    margin-left: 10px;
    width: 22px;
    height: 15px;
    align-items: center;
    flex-wrap: wrap; 
    z-index: 10;
    position: relative;
    /* margin: 50px auto; */
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
.side_bar span {
    display: block;
    height:2px;
    width: 100%;
    background: #000;
    border-radius: 9px;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}



.side_bar span:nth-child(1) {
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  
  .side_bar span:nth-child(2) {
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  .side_bar.open span:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(-1px, -3px);
    -moz-transform: rotate(45deg) translate(-1px, -3px);
    -o-transform: rotate(45deg) translate(-1px, -3px);
    transform: rotate(45deg) translate(-1px, -3px);
    top:0%;
    left: 0;
  }
  .side_bar.open span:before {
    content:unset;
}
  .side_bar.open span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width:100%;
  }
  .side_bar.open span:nth-child(3) {
    opacity: 0;
  }


.menu li {
    margin: 0;
}

.footer-bottom-bar {
    color: #fff;
    padding: 15px 0;
    font-size: 14px;
    background: #F10B17;
}
.footer-bottom-bar a{
    color:#fff;
    text-decoration: none;
}
.social-links a{
    transition: .6s;
    width: 32px;
    height: 32px;
}  
.social-links a svg{
    height: 24px;
    width: 24px;
} 
.social-links a:hover{
    transform: translateY(-10px);
}  
.social-links {
    width: 100%; 
    margin: 40px 0;
}
ul.social_link {
    display: inline-flex;
    gap: 12px;
}
ul.social_link li a {
    background: #36393E;
    width: 42px;
    height: 42px;
    justify-content: center;
    font-size: 18px !important;
    border-radius: 50%;
}
ul.social_link li a:hover {
    background: #1490E9;
}
.learn_btn{
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    text-decoration: none;
    display: inline-flex;
    gap: 10px;
    align-items: center;
}
.learn_btn:hover {
    color:#fff;
}
.learn_btn:hover .arrow{
    margin-left:15px;
}
.learn_btn svg{
    transition: 0.4s;
}
.logged .dropdown-toggle{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-align: left;
    box-shadow: none;
    padding: 0;
}
.logged .dropdown-toggle span {
    width: 40px;
    height: 40px;
    display: grid;
    place-content: center;
    background: #EB8623;
    border-radius: 50%;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
}

.logged .dropdown-toggle h4 {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 0;
    color: #1C1C1C;
}

.logged .dropdown-toggle p {
    font-weight: 400;
    font-size: 14px;
    color: #757575;
}



/* home page */

.place-center{
    place-content: center;
}

section.main_bnner {
    width: 100%;
    z-index: 1;
    overflow: hidden;
    position: relative;
    background:#A3DCE6;
    /*min-height: 100vh;*/
    transition: 0.6s;
}
.main_bnner .banner_content { 
    margin-bottom: 20px;
}
.main_bnner  {
    padding: 120px 0 0;
}
.main_bnner .banner_content h2{
    font-weight: 900;
    letter-spacing: 1px;
    font-size: 78px;
    font-family: 'anguitasans-black';  
    transition: 0.6s;
    color: transparent;
  -webkit-text-stroke: 1.5px #1C1C1C;
}
.main_bnner .banner_content h2 a{
    font-family: 'anguitasans-black';  
    text-decoration: none;
    color: transparent;
  -webkit-text-stroke: 1.5px #1C1C1C;
}
.main_bnner .banner_content:hover h2 a{  
    color: #fff;
}
.main_bnner .banner_content:hover h2{  
    color: #fff;
}
.main_bnner .img_list img {
    aspect-ratio: 1 / 1;
    height: 100px;
    border-radius: 10px;
    object-fit: cover;
}

.footer_bg{
    z-index: 1;
    width: 100%;
}

.login_form{
    padding: 100px  150px;
}
.login_form h4{
    color: #333333;
    font-weight: 600;
    margin-bottom: 25px;
    font-size: 20px;
}
.login_form label{
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 2px;
    color: #333;
    padding-left: 12px;
}
.login_form label span{
    color: #E22C2F;
}
.login_form .input_field {
    position: relative;
    border: 1px solid #F7CA9D;
    border-radius: 6px;
    display: flex;
    margin-bottom: 25px;
    align-items: start;
    padding: 15px;
    gap: 5px;
}
.login_form .form-control {
    border: none;
    background: transparent;
    padding: 0 10px;
    line-height: normal;
    box-shadow: none;
    font-size: 14px;
}
.login_form .form-control::placeholder{
    
    color: #333333;
}
.login_form .form-select {
    border: none;
    padding:0 10px;
    line-height: normal;
    box-shadow: none;
    font-size: 14px;
}
.login_form p{
    font-weight: 500;
    color:#333333;
    font-size: 14px;
}
.login_form p a{
    font-weight: 500;
    color:#EB8623;
    font-size: 14px;
}
.login  .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #ffffff;
    opacity: 0.6;
}
.login  .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #F10B17;
}

.input_field .iti__selected-flag {
    background-color: transparent !important;
    padding: 0;
}
.input_field .iti--allow-dropdown {
    width: 100%; 
}
.dashboard .row {
    --bs-gutter-x: 15px;
}
.dashboard {
    background: #f4f8ee;
    padding: 15px;
}
.side_menu {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    height: 100%;
    min-height: 580px;
}
.side_menu ul {
    list-style: none;
    padding: 0;
    position: relative;
    height: 100%;
}
.side_menu a {
    color: #1C1C1C;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    padding: 15px 20px;
    display: block;
    margin-bottom: 5px;
    border-radius: 10px;
    transition: 0.6s;
}
.side_menu a:hover {
    color: #fff;
    background: #E22C2F;
}
.side_menu a.active {
    color: #fff;
    background: #E22C2F;
}
.logout_btn {
    position: absolute;
    bottom: 0;
    width: 100%;
    background:#F5F5F5;
    text-align:center;
}
.mid_section {
    display: flex;
    gap: 8px;
    margin-bottom: 10px;
}
.dash_cards{
    width:stretch !important;
}
.dash_cards {
    background: #fff;
    padding: 20px 6px 10px;
    border-radius: 6px;
    min-height: 150px;
    width: calc(100% / 6);
}
.mid_section.three .dash_cards{
    width: calc(100% / 3);
}
.mid_section.four .dash_cards{
    width: calc(100% / 4);
}
.mid_section.five .dash_cards{
    width: calc(100% / 5);
}
.dash_cards p{
    color: #1C1C1C;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 8px;
}
.dash_cards h4{
    font-weight: 900;
    font-size: 34px;
    color: #EB8623;
}.dash_cards:first-child h4{
    font-size: 20px;
}
.dash_cards h6{
    font-weight: 800;
    font-size: 12px;
    margin-bottom: 0;
    color: #EB8623;
}
.dash_cards span{
    font-weight: 400;
    font-size: 10px;
    color: #1C1C1C;
    word-wrap: break-word;
}
.flatpickr-calendar.inline {
  background: #c9eef7;
  border-radius: 12px;
  padding: 10px;
    width: auto;
    box-shadow: none;
} .button_card {
    color: #F10B17;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    background: transparent;
    padding: 6px 0px;
    border-radius: 6px;
    border: 1px solid #F10B17;
} .button_card svg {
    margin: 0 6px;
}
.guidelines_cards .button_card {
    color: #F10B17;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    background: transparent;
    padding: 6px 0px;
    border-radius: 6px;
    border: 1px solid #F10B17;
}.guidelines_cards .button_card svg {
    margin: 0 6px;
}
.flatpickr-months {
  margin-bottom: 10px;
}

.cards_des{
    background: #fff;
    padding: 20px;
    border-radius: 6px;
    margin-bottom: 10px;
    position: relative;
}

.guidelines_cards p, .guidelines_cards a{
    font-weight: 500;
    color: #1C1C1C;
    font-size: 14px;
}
.special_text a{
    color: #F10B17 !important;
    font-weight: 700;
    text-decoration: none;
    font-size: 14px;
}
.special_text{
    color: #F10B17 !important;
    background: transparent;
    padding: 6px ;
    border-radius: 6px;
    border: 1px solid #F10B17;
}
.guidelines_cards button {
    color: #F10B17;
    font-weight: 700;
    font-size: 14px;
    background: transparent;
    padding: 6px 0px;
    border-radius: 6px;
    border: 1px solid #F10B17;
}
.guidelines_cards button svg {
    margin: 0 10px;
}
.scoop_page .scl_cards a{
    font-weight: 700;
    font-size: 12px;
    border-radius: 6px;
    text-transform: capitalize;
    min-width: 120px;
    color: #fff;
    text-align: center;
}
.scoop_page a.reject{
    background:#ED866F;
}.scoop_page a.accept{
    background:#31A667;
}.scoop_page a.publish{
    background:#0F89C5;
}.scoop_page a.under{
    background:#B1955A;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
     margin-top: 0px;
    font-size: 14px;
}
.select2-results__option--selectable{
     margin-top: 0px;
    font-size: 14px;
}
.scl_cards i {
    font-weight: 400;
    font-size: 12px;
    color: #3a3a3a;
}
.scoop_page .nav-pills {
    background: #333333;
    padding: 10px 5px;
    justify-content: space-around;
    border-radius: 6px;
}
.scoop_page .nav-pills li.nav-item {
    width: 33%;
}
.scoop_page .nav-pills button {
    font-weight: 700;
    font-size: 11px;
    color: #fff;
    padding: 10px 5px;
    width: 100%;
}
.scoop_page .nav-pills button.active {
    background: #FBD6D2;
    color: #333333;
}

.upload-box {
    border: 2px dashed #F7CA9D;
    padding: 20px;
    text-align: center;
    border-radius: 6px;
}
.upload-box p {
    font-size: 16px;
    color: #333333;
    font-weight: 600;
}.upload-box p.sec_p {
    font-size: 14px;
    color: #333333;
    font-weight: 400;
}

.upload-box input[type="file"] {
    display: none;
}

.upload-box label {
    display: inline-block;
    padding: 8px 20px;
    border: 1px solid #e53935;
    color: #e53935;
    cursor: pointer;
    border-radius: 6px;
    font-weight: 600;
    margin-top: 10px;
}
.scoop_page select {
    background: #F7F7F7;
    font-weight: 700;
    padding: 14px;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    min-width: 140px;
    text-align: center;
    margin: 0 5px;
}

.guide_img button {
    color: #1C1C1C;
    font-weight: 500;
    font-size: 15px;
    background: transparent;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 10px;
    border: none;
    display: flex;
    text-align: left;
    padding: 0 14px;
    gap: 6px;
}
.guide_img {
    height: auto;
    width: 100%;
    overflow:hidden;
    position: relative;
    border-radius: 6px;
}
.guide_img img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/*.guide_img:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    bottom:0;*/
/*    left:0;*/
/*    background: linear-gradient(0deg, #ffffff, transparent);*/
/*}*/

.subtitle {
  color: #777;
  font-size: 14px;
  margin-bottom: 10px;
}

.flatpickr-calendar {
  border: none;
  box-shadow: none;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange {
  background: #c9a24d;
  border-color: #c9a24d;
  color: #fff;
}

.flatpickr-day.inRange {
  background: rgba(201, 162, 77, 0.2);
  color: #000;
}

.flatpickr-day:hover {
  background: rgba(201, 162, 77, 0.15);
}

.owl_bg {
    height: 400px;
    margin: 20px 0;
    transform: rotateY(180deg);
}
#proceedBtn:disabled {
  background: #ccc;
  cursor: not-allowed;
}

.dayContainer {
    width: 100% !important;
    max-width: 100% !important;
}

.flatpickr-current-month {
    font-size: 120% !important;
}
/* Container */
.full-width {
  width: 100%;
  max-width: 100%;
}

/* Force flatpickr to stretch */
.flatpickr-calendar.inline {
  width: 100% !important;
  max-width: 100%;
}

.flatpickr-rContainer,
.flatpickr-days {
  width: 100% !important;
}

/* Make days evenly spaced */
.flatpickr-day {
  max-width: none !important;
  width: calc(100% / 7);
  height: 60px;
  line-height: 60px;
}

/* Center month header */
.flatpickr-months {
  justify-content: space-between;
  padding: 0 10px;
}.flatpickr-day.selected {
        background-color: transparent !important;
    border: none;
}
.flatpickr-day.selected:before {
    background-color: #569ff7;
    content: "";
    position: absolute;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    left: 50%;
    z-index: -1;
    transform: translate(-50%, 0px);
}
.flatpickr-day.today {
        background-color: transparent !important;
    border: none;
}
.flatpickr-day.today:before {
    background-color: #569ff7;
    content: "";
    position: absolute;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    left: 50%;
    z-index: -1;
    transform: translate(-50%, 0px);
}
.flatpickr-weekdays {
  width: 100%;
}
.flatpickr-day.has-event:before{
  background-color: #B1955A;
  content:"";
    position: absolute;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    left: 50%;
    z-index: -1;
    transform: translate(-50%, 0px);
}
.flatpickr-day.special {
  color: #fff;
}
.flatpickr-day.event {
  color: #fff;
}
.event_page .flatpickr-day.special:before {
  background-color: #5bc7a2;
}
.event_page .flatpickr-day.event:before {
    background-color: #fa8434;
}
.flatpickr-day.special:before {
  background-color: #F10B17;
  color: #fff;
}
.flatpickr-day.event:before {
  background-color: #B1955A;
}
.dayContainer {
    min-width: 100% !important;
}
.modal  .modal-content {
    padding:  20px;
    border: 1px solid #31A667;
    border-radius: 6px;
    overflow: hidden;
}
.modal span{
    margin-left: 20px;
    font-weight: 600;
    font-size: 16px;
}
.download_cards {
    display: flex;
    gap: 8px;
    margin-bottom: 10px;
}
.download_cards div {
    background: #fff;
    width: 60%;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
}
.download_cards div:last-child {
    width: 40%;
}
.download_cards div img {
    height: 250px;
    width: 100%;
    object-fit: contain;
}
.download_cards a{
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.heading{
    color: #1C1C1C;
    font-weight: 600;
    font-size: 20px;
}
.upcoming_cards{
    background: #fff;
    padding: 20px ;
    border-radius: 6px;
    position: relative;
}


.btn-close {
    position: absolute;
    right: 0px;
    top: 0px;
}


.scl_cards_list {
    height: 320px;
    overflow: auto;
    padding-right: 10px;
}
.scl_cards {
    display: flex;
    align-items: center;
    gap: 20px;
    background: #FBD6D2;
    padding: 10px;
    border-radius: 6px;
    margin-bottom: 10px;
}
.scl_cards.d-flex.gap-2 {
    width: 22%;
}
.scl_cards img {
    width: 100px;
    max-height: 110px;
    object-fit: cover;
    border-radius: 6px;
}
.scl_cards a {
    margin-left: auto;
    background: #fff;
    text-decoration: none;
    color: #000;
    transition: 0.6s;
    padding: 10px 15px;
    border-radius: 12px;
    font-weight: 600;
}.scl_cards a:hover {
    color: #fff;
    box-shadow: inset 0 -4em 0 0 #000 !important;
}
.scl_cards h6 {
    font-weight: 500;
    font-size: 18px;
    color: #1C1C1C;
}
.scl_cards p{
    font-weight: 400;
    font-size: 12px;
    color: #3a3a3a;
}
.scl_cards p span{
    color: #F10B17;
}


.scl_cards_list::-webkit-scrollbar {
    width: 6px;
}
.scl_cards_list::-webkit-scrollbar-track {
    background: #EFEFEF; 
    width:10px;
}
.scl_cards_list::-webkit-scrollbar-thumb {
    background: #EB8623; 
    border-radius: 60px;
}
.event_card span{
    font-weight: 600;
    font-size: 10px;
    color: #41612D;
    border: 1px solid;
    padding: 2px 5px;
    display: inline-block;
    border-radius: 6px;
}
.event_card span.inPerson{
    color: #0F89C5;
}
.event_card h5{
    font-weight: 600;
    font-size: 16px;
    color: #333333;
    margin: 10px 0;
}
.event_card p{
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 10px;
    color: #333333;
}
.right_sec{
    background: #fff;
    height: 100%;
    padding: 20px ;
    border-radius: 6px;
    position: relative;
}
.voice_page .scl_cards a {
    font-weight: 700;
    font-size: 12px;
    border-radius: 6px;
    text-transform: capitalize;
    min-width: 120px;
    color: #fff;
    background:#138808;
    text-align: center;
}
.voice_page .scl_cards a:hover {
    color: #138808;
    box-shadow: inset 0 -4em 0 0 #fff !important;
}
.voice_page .scl_cards a.submit:hover {
    color: #fff;
    box-shadow: inset 0 -4em 0 0 #000 !important;
}
.voice_page select {
    background: #F7F7F7;
    font-weight: 700;
    padding: 14px;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    margin: 0 5px;
    min-width: 140px;
    text-align: center;
}
.voice_page a.add_new {
    background: #F7F7F7;
    font-weight: 700;
    padding: 14px;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    margin: 0 5px;
    display: inline-block;
    text-decoration: none;
    color: #000;
}
.login_form label.question{
    font-size: 14px;
    font-weight: 700;
    color: #E22C2F;
    padding: 6px 10px;
    background: #F5F5F5;
    border: 1px solid;
    margin-bottom: 15px;
    border-radius: 6px;
}

.login_form .form-group .dead{
    color: #333333;
    margin-bottom: 20px;
    display: block;
    font-weight: 600;
    font-size: 12px;
}
.subs_cards{
    background: #A3DCE6;
    padding: 20px;
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    align-items: end;
}.subs_cards .subs_div{
    width: 45%;
}
.subs_cards .subs_list{
    background: #fff;
    padding: 20px 15px;
    border-radius: 6px;
    width: 55%;
    margin: 0;
    list-style: none;
}
.subs_cards h6{
    font-weight: 700;
    color: #fff;
    font-size: 50px;
}
.subs_cards li{
    font-weight: 600;
    font-size: 14px;
    gap: 0px;
    display: flex;
    color: #1C1C1C;
    flex-direction: column;
    margin-bottom: 15px;
}
.subs_cards li div{
    font-weight: 600;
    font-size: 14px;
    gap: 5px;
    display: flex;
    width: 100%;
    color: #1C1C1C;
}
.subs_cards li p{
    padding-left: 32px;
    font-weight: 400 !important;
}
.contact_page .banner_content h1 {
    font-weight: 900;
    letter-spacing: 16px;
    font-size: 68px;
    font-family: 'anguitasans-black';
    transition: 0.6s;
    color: transparent;
    -webkit-text-stroke: 1.2px #fff;
}
.contact_page .login_form  {
    background: #fff;
    padding: 40px !important;
    border-radius: 6px;
}
.get_title h2{
    font-weight: 700;
    font-size: 34px;
    color: #1C1C1C;
}
.get_title p{
    font-size: 16px;
    color: #1C1C1C;
}
.get_title h4{
    font-size: 18px;
    font-weight: 800;
    color: #1C1C1C;
}
.login_form .form-selection {
    background: #F7F7F7;
    font-size: 14px;
    border: none;
    border-radius: 6px;
    margin-bottom: 25px;
    padding: 15px;
    width: 100%;
    font-weight: 700;
}
.event_page select {
    background: #F7F7F7;
    font-weight: 700;
    padding: 14px;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    min-width: 140px;
    margin: 0 5px;
}
.event_page .accordion-button{
    display:block;
    background: transparent;
    box-shadow: none;
    padding: 0;
    /*padding-right:30%;*/
}
.event_page .accordion-button::after{
    content:none;
}
.event_page .accordion-item {
    background: #FBD6D2;
    border: none;
    margin-bottom: 10px;
    padding: 20px;
}
.event_page .accordion-body {
    padding: 0;
    padding-top: 25px;
}
.virtual.accordion-item{
    background: #EBE2D3;
}
.event_page .accordion-button:not(.collapsed){
    color:#7A7A7A;
}  
.event_page .accordion-button span {
    font-size: 12px;
    font-weight: 600;
    background: #73C6A0;
    color: #fff;
    border-radius: 20px;
    padding: 10px 15px 8px;
    display: inline-block;
}
.event_page .virtual .accordion-button span {
    background: #EC8724;
}
.event_page .accordion-button h4 {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    color: #1C1C1C;
    max-width: 45%;
}
.event_page .accordion-button .date {
    font-size: 12px;
    font-weight: 400;
    color: #F10B17;
    margin: 0;
}
.event_page .accordion-button p{
    font-weight: 400;
    font-size: 14px;
    color: #7A7A7A;
    margin: 10px 0 0px;
    padding-right: 15%;
}
.event_page .accordion-button:not(.collapsed) .acc_icon svg:nth-child(2){
    /*transform: rotate(40deg);*/
    transform: rotate(0deg);
}
.event_page .accordion-button .acc_icon svg:nth-child(2){
    transform: rotate(90deg);
}
.event_page .accordion-button .acc_icon svg{
    /*transform: rotate(90deg);*/
    transition: 0.6s;
    position: absolute;
}
.modal span {
    margin-left: 20px;
    font-weight: 600;
    font-size: 16px;
}


.event_page .accordion-button .acc_icon {
    font-size: 12px;
    font-weight: 600;
    background: #fff !important;
    color: #fff;
    border-radius: 10px;
    padding: 10px ;
    display: grid;
    width: 40px;
    height: 40px;
    place-content: center;
}
.event_page .accordion-body a.down_link {

    color: #F10B17;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    background: transparent;
    padding: 6px;
    border-radius: 6px;
    border: 1px solid #F10B17;
}
.event_page .accordion-button .booked{
    margin: 0;
    margin-left: auto;
    background: #fff;
    padding: 8px 10px 8px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    color: #F10B17;
}



.faq{
    background: #FBD6D2;
    padding: 30px 0;
    margin: 80px 20px 80px;
    border-radius: 10px;

}
.faq .title h2{
    font-size: 26px;
    font-weight: 900;
    border-bottom: 3px solid #F10B17;
    display: inline-block;
}
.faq .accordion button{
    color: #1C1C1C;
    font-weight: 500;
    font-size: 18px;
    padding: 20px;
    text-transform: capitalize;
    padding-right: 60px;
    background: transparent;
    box-shadow: none;
}
.faq .accordion .accordion-body p{
    color: #676767;
    font-weight: 400;
    font-size: 14px;
}
.faq .accordion .accordion-body {
    padding-top: 0;
}
.faq .accordion {
    border-radius: 10px;
    overflow: hidden;
}
.faq .accordion .accordion-button::after{
    /*content:none;*/
}
.faq .accordion-button::after {
    content: '';
    /*font-weight: 400;*/
    /*font-size: 45px;*/
    background:none;
    transition: transform 0.2s ease;
    position: absolute;
    right: 20px;
    border: 3px solid;
    border-radius: 50%;
    line-height: 1;
    width: 35px;
    height: 35px;
    display: grid;
    place-content: center;
    top: 50%;
    transform: translateY(-50%);
}
.faq .accordion-button::before {
    content: '\002B';
    font-weight: 400;
    font-size: 45px;
    transition: transform 0.2s ease;
    position: absolute;
    right: 20px;
    /*border: 3px solid;*/
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: grid;
    place-content: center;
    top: 48%;
    transform: translateY(-50%);
}

.faq .accordion-button:not(.collapsed)::before {
  content: '\2212'; 
}
.join h4{
    font-weight: 900;
    font-size: 26px;
    color: #E22C2F;
}
.join p{
    font-weight: 400;
    font-size: 14px;
    color: #333333;
}
.join .login_form h6{
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
    color: #333333;
}

section.real_page {
    background: #EC8724;
}.real_page .banner_content h1 {
    letter-spacing: 2px;
    font-size: 82px;
    font-family: 'anguitasans-black';
    transition: 0.6s;
    color: #fff;
    -webkit-text-stroke: 1.2px #1C1C1C;
}
.real_page .banner_content p {
    font-size: 16px;
    color: #1C1C1C;
    font-weight: 600;
}
.real_page .banner_content p strong {
    color: #fff;
    font-style: italic;
}


.real_page .tab-pane .mySwiper {
    width: 18%;
    height: 380px;
}.real_page .tab-pane .mySwiper2 {
    width: 82%;
}.real_page .tab-pane .mySwiper2 img{
    height: 260px;
    width: 45%;
    border-radius: 6px;
    object-fit: cover;
}.real_page .tab-pane .mySwiper2 p{
    font-weight: 400;
    font-size: 14px;

}.real_page .tab-pane .mySwiper2 div{
    width: 55%;
}
.real_page .tab-pane .mySwiper .swiper-slide img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.real_page .tab-pane .mySwiper .swiper-slide{
    height: 120px;
    width: 100% !important;
    overflow: hidden;
    border-radius: 6px;
    cursor: pointer;
    border: 1px solid transparent;opacity: 0.5;
}
.real_page .swiper-slide.swiper-slide-active{
    border: 1px solid #fff !important;
    opacity: 1 !important
}
.real_page .mySwiper2 .swiper-slide{
    border: none !important;
    opacity: 1 !important;
    overflow: hidden;
}
.real_page .nav-pills {
    background: #333333;
    display: inline-flex;
    padding: 10px;
    border-radius: 10px;
}
.real_page .nav-pills button{
    font-weight: 700;
    font-size: 14px;
    padding: 10px 50px;
    color: #fff;
}
.real_page .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background: #EC8724;
}

@media (max-width: 992px){    
    .side_menu{
        display:inline-block;
    }
    header  .navbar-brand img {
        height: 60px;
    }
    header.sticky  .navbar-brand img {
        width: 100px;
    }
    	header {
        padding: 8px 0;
    }
    header  .menu{
        left: 0;
        top:0;
        position: fixed;
        width: 100%;
        /*height: 100vh;*/
        z-index:9;
        padding: 15px 8%;
        display:none;
        background-color: #fff;
        /*transition: 0.9s all ease-in-out !important;*/
        /* box-shadow: -10px 0px 20px #0000005e; */
    }
    .menu a {
        padding: 15px 0;
    }
    header  .menu.kk{
        display:block;
        /*transform: translateY(0);*/
    }
    header  .menu ul {
        display: block;
    }
    .menu li {
        margin: 0;
    }
    .logo img {
          height: 24px;
    }
    
    .side_bar.open span:nth-child(2) {
        transform: rotate(-45deg) translate(-2px ,2px);
    }
    .side_bar.open span:nth-child(1) {
        transform: rotate(45deg) translate(-3px ,-3px);
    }
    
    section.main_bnner .banner_content h2 {
        font-size: 38px;
    }
    section.main_bnner .banner_content p {
        font-size: 14px;
        width: 100%;
    }
    
    section.main_bnner .container-fluid{
        height: 100%!important;
    }
    section.main_bnner .row{
        height: 100%!important;
    position: relative;
    }
    section.main_bnner {
        height: auto;
    }
    section.main_bnner .banner_content {
        align-items: center;
        flex-direction: column;
        justify-content: center; 
        gap: 10px !important;
    }.main_bnner .img_list img {
        height: 80px;
    }.img_list.d-flex {
        gap: 10px !important;
    }
    section.main_bnner .swiper-slide-active .banner_content{
        left: 0%;margin:auto;
    }
    footer p {
        padding-right: 0;
        font-size: 16px;
        justify-content: center;
    }
    footer .logo img {
        height: 52px;
    }
    .footer_logo {
        width: 100%;
    padding: 0;

        margin-bottom: 15px;
    }
    footer .col-md-8.d-flex{
        flex-wrap: wrap;
    }
    .footer_item {
        width: 100% !important;
        padding: 0px 0 !important;
    }
    footer .col-md-12 .align-items-center.d-inline-flex {
        padding: 10px 0 0;
        flex-wrap: wrap;
        text-align: center;
        margin: 20px 0 0 !important;
    }
    footer p.copy {
        width: 100%;
    }
    footer p a {
         padding-right: 0 !important;
        font-size: 15px ;
    }
    footer .designed{
        padding-right: 0 !important;
        justify-content: start;
        width: 100%;
        order: -1;
    }
    .footer-bottom-bar .justify-content-between {
        flex-wrap: wrap;
    text-align: center;
    }
    footer h4 {
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .footer_menu li a {
        font-size: 16px !important;
    }
    .footer-bottom-bar .align-items-center{
        margin: auto;
    }
    
    .footer_menu {
        gap: 20px;
    margin-top: 20px;
        flex-wrap: wrap;
    }
    .footer-bottom-bar {
    margin-top: 0;
        text-align: center;
    }
    footer .col-md-4 {
        padding-right: 0;
    }
    .login_form {
        padding: 40px 25px;
    }
    .side_bar{
        display: inline-flex;
        transform: translateY(-8px);
    }
    .btn_timesnie {
        padding: 15px;
        font-size: 14px;
        min-width: 170px; 
    }
    .main_bnner {
        padding: 85px 0 0;
    }
    .join  {
        padding: 15px 0 0;
    }
    .join h4 {
        font-size: 20px;
    }
    .join .login_form h6 {
        font-size: 18px;
        margin-bottom: 2px;
    }
    .faq {
        padding: 20px 0;
        margin: 40px 10px;
    }
    .faq .title h2 {
        font-size: 18px;
        border-bottom: 2px solid #F10B17;
        margin-bottom: 0;
    }
    .faq .accordion button {
        font-size: 16px;
    }
    
    .logged .dropdown-toggle h4 {
        font-size: 12px;
    }
    .logged .dropdown-toggle span {
        width: 30px;
        height: 30px;
        font-size: 12px;
        line-height: 1;
    }
    
    .logged .dropdown-toggle p {
        font-size: 12px;
    }
    .dashboard {
        padding: 10px 0;
    }
    .dash_cards {
        padding: 10px;
        width: calc((100% / 2) - 8px) !important;
    min-height: auto;
    }
    .mid_section {
        flex-wrap: wrap;
    }
    .side_menu {
        position: fixed;
        left: -100%;
        transition: 0.6s;
        /*left: 0;*/
        width: 70%;
        z-index: 9;
        margin-top: 30px;
        height: 86%;
        min-height: auto;
    }
    .download_cards {
        flex-direction: column;
    }
    .download_cards div {
        width: 100% !important;
    }
    .upcoming_cards {
        padding: 10px;
    }
    .scl_cards {
        align-items: start;
        gap: 15px;
        flex-direction: column;
    }.scl_cards a {
        margin-left: 0;
    }
    .scl_cards_list {
        height: auto;
    }
    .right_sec {
        padding: 10px;
    }
    .scl_cards img {
        width: 120px;
        height: 100px;
        object-fit: contain;
    }
    .cards_des {
        padding: 10px;
    }
    .guidelines_cards p, .guidelines_cards a {
        width: 100%;
        text-align: center;
    }.guidelines_cards.cards_des .d-flex.justify-content-between{
        flex-wrap: wrap;
    }.upcoming_cards .d-flex.mb-3{
        flex-wrap: wrap;
        gap: 12px;
    }.scoop_page .nav-pills button {
        font-size: 12px;
    }
    .side_menu.kk {
        left: 0;
    }
    .upcoming_cards.event_page  .d-flex.gap-4 {
        flex-wrap: wrap;
    }
    .upcoming_cards.event_page .d-flex.gap-4 .w-75{
    width: 100% !important;
    }
    .upcoming_cards.event_page .d-flex.gap-4 .w-25{
    width: 100% !important;
    }
    .subs_cards {
        padding: 10px;
        align-items: end;
        flex-wrap: wrap;
    }
    .subs_cards .subs_list {
        padding: 15px;
        width: 100%;
        margin-top: 10px;
    }
    .subs_cards h6 {
        font-size: 32px;
    }
    .event_page .accordion-item {
        padding: 15px;
    }
    .upcoming_cards.event_page .accordion-header .d-flex.gap-4 {
        gap: 6px !important;
    }
    .event_page .accordion-button p {
        font-size: 14px;
        margin: 0 0 0px;
        padding-right: 0%;
    }
     .upcoming_cards.event_page .accordion-header .d-flex.gap-4 .ms-auto.align-items-center {
        margin: -40px 0 40px;
    }
    .event_page .accordion-body {
        padding-top: 15px;
    }
    .event_page .accordion-body .d-flex.justify-content-between{
        flex-wrap: wrap;
        gap: 10px;
    }
    
    .event_page .accordion-body .d-flex.justify-content-between .btn_timesnie2{
        width: 100%;
    }
    .event_page .accordion-button h4 {
        font-size: 18px;
        padding-right: 25px;
    }.contact_page .banner_content h1 {
        font-size: 58px;
    }
    .get_title h2 {
        font-size: 24px;
    }
    .get_title h4 {
        font-size: 16px;
    }
    
    .owl_bg {
        height: 200px;
        margin: 15px;
    }
    .contact_page .login_form {
        background: #fff;
        padding: 20px !important;
    margin-bottom: 25px;
    }
    
    
    .real_page .banner_content h1 {
        font-size: 52px;
    }
    .real_page .nav-pills button {
        padding: 10px 20px;
    }
    .mySwiper2  .swiper-slide {
        flex-wrap: wrap;
        gap: 0 !important;
    }
    
    .real_page .tab-pane .mySwiper2 img {
        max-height: 260px;
        height: auto;
        width: 100%;
        margin-bottom: 10px;
    }
    .real_page .tab-pane .mySwiper .swiper-slide {
        height: auto;
        max-height: auto;
    }
    
    .real_page .tab-pane .mySwiper {
        height:280px;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
}


@media only screen and (max-width: 760px) {
    .login .col-md-6.p-0 {
        order: 1;
    }
}

@media only screen and (max-width: 1100px) and (min-width: 992px) {
    .main_bnner .banner_content h2 {
        font-size: 60px;
    }.login_form {
        padding: 40px 25px;
    }
}

