@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Red+Hat+Display:ital,wght@0,300..900;1,300..900&family=Red+Hat+Text:ital,wght@0,300..700;1,300..700&display=swap");
html {
  scroll-behavior: smooth;
  font-family: 'Red Hat Text', sans-serif !important; }

body {
  font-family: 'Red Hat Text', sans-serif !important;
  font-size: 1rem;
  /*line-height: 1.57143;*/
  line-height: 1.8;
  font-weight: 400;
  /* color: #6b6b6b; */
  color: #828893;
  background-color: #fff;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: subpixel-antialiased; }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    body {
      font-size: .8rem; } }

/* ----------------------------------------------------------
:: Mixin CSS
---------------------------------------------------------- */
.bg-banner-size, .object-fit, .common-breadcrum-banner, .photography-breadcrum, .reading-breadcrum, .dance-breadcrum, .music-breadcrum, .fitness-breadcrum, .sports-breadcrum, .food-breadcrum, .drama-breadcrum, .entrepreneurship-breadcrum, .coding-breadcrum, .hapiness-breadcrum, .robotics-breadcrum, .yoga-breadcrum, .artificial-intelligence-breadcrum, .fine-art-breadcrum, .kindness-breadcrum, .cultural-breadcrum, .language-breadcrum, .muqabla-sport-adv-breadcrum, .astronomy-breadcrum, .toastmasters-club-breadcrum, .trekking-breadcrum, .renewable-source-breadcrum, .go-green-breadcrum, .creativity-breadcrum, .study-breadcrum, .personality-development-breadcrum, .book-review-club-breadcrum, .baker-club-breadcrum, .rotract-club-breadcrum, .web-design-breadcrum, .maths-club-breadcrum, .alumni-club-breadcrum, .technical-club-breadcrum, .gallery-club-breadcrum, .photography-banner, .reading-banner, .dance-banner, .music-banner, .fitness-banner, .sports-banner, .food-banner, .drama-banner, .entrepreneurship-banner, .coding-banner, .hapiness-banner, .robotics-banner, .yoga-banner, .artificial-intelligence-banner, .fine-art-banner, .kindness-banner, .cultural-banner, .language-banner, .muqabla-sport-adv-banner, .astronomy-banner, .toastmasters-club-banner, .trekking-banner, .renewable-source-banner, .go-green-banner, .creativity-banner, .study-banner, .personality-development-banner, .book-review-club-banner, .baker-club-banner, .rotract-club-banner, .web-design-banner, .maths-club-banner, .alumni-club-banner, .technical-club-banner, .gallery-club-banner {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }

.separator--type-1 {
  position: relative; }
  .separator--type-1::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 8px;
    width: 70px;
    background: #F9A77E;
    background-image: linear-gradient(45deg, #171a21, transparent); }
  .separator--type-1:after {
    content: "";
    height: 1px;
    width: 100%;
    background: #F9A77E;
    position: absolute;
    bottom: 3px;
    background-image: linear-gradient(45deg, #171a21, transparent); }

.separator--img {
  position: relative;
  height: 100%;
  width: 100%;
  opacity: .55; }
  .separator--img img {
    width: 80px; }

.before-after, .image-effect--2:before {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }

/* ----------------------------------------------------------
:: Common CSS
---------------------------------------------------------- */
.gray-color {
  color: #8e989f; }

.darkgray-color {
  color: #2b2b2b; }

.black-color {
  color: #333333; }

.orange-color {
  color: #FF5100; }

.purple-color {
  color: #5C0F8B; }

.dark-black {
  color: #000; }

h1, h2, h3, h4, h5, h6 {
  color: #333333; }

a {
  color: #333333;
  text-decoration: none; }
  a:hover, a:focus {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: #FF5100; }

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

::selection {
  color: #fff;
  background: #FF5100; }

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0; }

.unit-spacing-xs > * {
  margin-bottom: 10px;
  margin-left: 10px; }

.icon-xs {
  font-size: 22px;
  line-height: 22px; }

.icon-sm {
  font-size: 30px;
  line-height: 2.7; }

.icon-md {
  font-size: 50px;
  line-height: normal; }

.unit {
  display: flex;
  flex: 0 1 100%; }
  .unit .unit-left, .unit .unit-right {
    flex: 0 0 auto;
    max-width: 100%; }
    .unit .unit-left .icon, .unit .unit-right .icon {
      position: relative;
      display: inline-block;
      font-weight: 400;
      font-style: normal;
      padding: 10px;
      border-radius: 5px; }
    .unit .unit-left .icons-circle, .unit .unit-right .icons-circle {
      background: #ffffff;
      height: 60px;
      width: 60px;
      border-radius: 58px 50px 123px 50px;
      line-height: 1;
      color: #6d6b65;
      vertical-align: middle;
      text-align: center;
      display: inline-block;
      font-size: 2em;
      /* opacity: .3; */
      box-shadow: 0.3rem 0.1rem #acb5b5; }
  .unit .unit-body {
    flex: 0 1 auto; }
    .unit .unit-body a {
      text-decoration: none;
      color: inherit; }
      .unit .unit-body a:hover {
        color: #fff; }

/* ------:: Buttons----------- */
.btn:focus {
  outline: none;
  box-shadow: none;
  text-decoration: none; }

/* ------:: Buttons----------- */
.button--effect-1, .button--effect-white {
  background: transparent;
  color: #2b2b2b;
  border: 2px solid #5C0F8B;
  padding: 0.85em 0.75em;
  position: relative;
  border-radius: 0;
  z-index: 1;
  overflow: hidden;
  min-width: 170px;
  font-size: 1rem;
  font-weight: 600; }
  .button--effect-1:before, .button--effect-white:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-bottom: 80px solid #5C0F8B;
    right: -55px;
    border-right: 50px solid transparent;
    transform: translateX(-100%);
    transition: 0.5s ease-in-out;
    z-index: -1; }
  .button--effect-1:after, .button--effect-white:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-bottom: 80px solid #5C0F8B;
    left: -55px;
    border-left: 50px solid transparent;
    transform: translateX(100%);
    transition: 0.5s ease-in-out;
    z-index: -1; }
  .button--effect-1:hover, .button--effect-white:hover {
    color: #fff; }
    .button--effect-1:hover:before, .button--effect-white:hover:before {
      transform: translateX(-40%); }
    .button--effect-1:hover:after, .button--effect-white:hover:after {
      transform: translateX(40%); }

.button--effect-white {
  background: #FF5100;
  color: #fff;
  padding: 1rem; }
  .button--effect-white:hover {
    color: #FF5100; }
  .button--effect-white:before, .button--effect-white:after {
    border-bottom: 80px solid #fff; }

.button--cmn-white-button {
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  color: #FF5100;
  font-weight: 700;
  font-size: 1rem; }
  .button--cmn-white-button:hover, .button--cmn-white-button:focus {
    color: #5C0F8B; }
    .button--cmn-white-button:hover::before, .button--cmn-white-button:focus::before {
      left: -25px;
      opacity: 1;
      visibility: visible; }
  .button--cmn-white-button::before {
    content: '';
    position: absolute;
    left: 50px;
    bottom: 16px;
    width: 25px;
    height: 2px;
    background: #FF5100;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
    z-index: -1; }

.button--effect-3 {
  display: inline-block;
  color: #FF5100;
  font-weight: 600;
  font-size: 1.1rem;
  transition: .6s;
  text-decoration: none; }
  .button--effect-3:hover {
    letter-spacing: 1px; }

@keyframes ring {
  0% {
    width: 30px;
    height: 30px;
    opacity: 1; }
  100% {
    width: 300px;
    height: 300px;
    opacity: 0; } }
.section {
  position: relative;
  overflow: hidden;
  z-index: 1; }

.section-sm {
  padding: 100px 0; }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .section-sm {
      padding: 60px 0; } }

.section-xs {
  padding: 60px 0; }
  @media screen and (max-width: 767px) {
    .section-xs {
      padding: 20px 0; } }

.section--watermark {
  position: relative; }
  .section--watermark:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    /* background: #629e4429; */
    background: #fff3d5;
    height: 100%;
    width: 100%;
    z-index: -1;
    clip-path: polygon(100% 65%, 100% 0%, 75% 100%, 0% 100%);
    /*clip-path: polygon(95% 50%, 100% 0%, 75% 100%, 0% 100%);
     clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%); */ }

.section-slightly-white {
  background-color: #f5f5f5; }

.section-slightly-gray {
  background-color: #fbf9f8; }

.swiper-container {
  padding: 40px 0; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next,
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background: #FF5100;
  border-radius: 0;
  height: 50px;
  width: 50px; }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto; }

.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 25px; }

.swiper-button-prev,
.swiper-button-next {
  color: #fff; }

.swiper-pagination .swiper-button-next, .swiper-pagination .swiper-button-prev {
  color: #46a0a0 !important; }
.swiper-pagination .swiper-pagination-bullet {
  background: #000;
  height: 15px;
  width: 15px;
  border-radius: 0;
  opacity: .6; }
.swiper-pagination .swiper-pagination-bullet-active {
  background: #FF5100;
  opacity: 1; }

.sec-title {
  margin-bottom: 30px;
  position: relative; }
  .sec-title h4 {
    font-size: 1.25rem;
    color: #FF5100;
    font-style: italic;
    font-weight: 600; }
    @media only screen and (max-width: 600px) {
      .sec-title h4 {
        font-size: .825rem; } }
    @media only screen and (min-width: 600px) {
      .sec-title h4 {
        font-size: 1.2rem; } }
  .sec-title h2 {
    /* color: $black-color; */
    font-size: 2.375rem;
    font-weight: 700;
    position: relative; }
    @media only screen and (max-width: 600px) {
      .sec-title h2 {
        font-size: 1.3rem; } }
    @media only screen and (min-width: 600px) {
      .sec-title h2 {
        font-size: 2.1rem; } }
    @media only screen and (min-width: 992px) {
      .sec-title h2 {
        font-size: 2.3rem; } }

.sub-title h1, .sub-title h2, .sub-title h3, .sub-title h4, .sub-title h5, .sub-title h6 {
  font-size: 1.875rem;
  color: #333333; }
  @media only screen and (max-width: 600px) {
    .sub-title h1, .sub-title h2, .sub-title h3, .sub-title h4, .sub-title h5, .sub-title h6 {
      font-size: 1.15rem; } }

option {
  color: #333333; }

/* Tab List */
.nav-pills .nav-item {
  margin: .3rem; }
  .nav-pills .nav-item .nav-link {
    text-transform: capitalize;
    font-weight: 500;
    color: #06758e;
    border: 1px solid transparent;
    background: #fff;
    -webkit-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    width: 100%;
    border-radius: 0;
    min-width: 150px;
    padding: .3rem .5rem;
    text-align: center;
    box-shadow: 0px 0px 150px 0px #0000001a; }
    .nav-pills .nav-item .nav-link span {
      display: block;
      font-size: 2.7rem;
      line-height: initial; }
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background: #FF5100;
  border-color: #FF5100; }

.tab-content-minheight {
  min-height: 60vh;
  padding: 20px;
  background: white;
  box-shadow: 0 0 25px #0000002b; }

.text-justify {
  text-align: justify; }

.image-effect--2 {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s; }
  .image-effect--2:hover:before {
    -webkit-animation: shine 0.75s;
    -moz-animation: shine 0.75s;
    -ms-animation: shine 0.75s;
    -o-animation: shine 0.75s;
    animation: shine 0.75s; }
  .image-effect--2:before {
    left: -112%;
    z-index: 2;
    display: block;
    width: 50%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(51deg);
    -moz-transform: skewX(51deg);
    -ms-transform: skewX(51deg);
    -o-transform: skewX(51deg);
    transform: skewX(51deg); }
  .image-effect--2 img {
    width: 100%; }
@keyframes shine {
  100% {
    left: 125%; } }
.object-fit {
  width: 100%;
  height: 370px;
  object-fit: cover;
  background-color: #171a21;
  background-image: url(../images/clubs/common-banner.webp); }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .object-fit {
      height: 200px; } }

/* common-breadcrum-banner */
.common-breadcrum-banner, .photography-breadcrum, .reading-breadcrum, .dance-breadcrum, .music-breadcrum, .fitness-breadcrum, .sports-breadcrum, .food-breadcrum, .drama-breadcrum, .entrepreneurship-breadcrum, .coding-breadcrum, .hapiness-breadcrum, .robotics-breadcrum, .yoga-breadcrum, .artificial-intelligence-breadcrum, .fine-art-breadcrum, .kindness-breadcrum, .cultural-breadcrum, .language-breadcrum, .muqabla-sport-adv-breadcrum, .astronomy-breadcrum, .toastmasters-club-breadcrum, .trekking-breadcrum, .renewable-source-breadcrum, .go-green-breadcrum, .creativity-breadcrum, .study-breadcrum, .personality-development-breadcrum, .book-review-club-breadcrum, .baker-club-breadcrum, .rotract-club-breadcrum, .web-design-breadcrum, .maths-club-breadcrum, .alumni-club-breadcrum, .technical-club-breadcrum, .gallery-club-breadcrum {
  background-color: #181818;
  background-image: url(../images/banner/breadcrum-banner.webp);
  z-index: 1;
  min-height: 300px;
  display: flex;
  align-items: flex-end; }
  @media only screen and (max-width: 600px) {
    .common-breadcrum-banner, .photography-breadcrum, .reading-breadcrum, .dance-breadcrum, .music-breadcrum, .fitness-breadcrum, .sports-breadcrum, .food-breadcrum, .drama-breadcrum, .entrepreneurship-breadcrum, .coding-breadcrum, .hapiness-breadcrum, .robotics-breadcrum, .yoga-breadcrum, .artificial-intelligence-breadcrum, .fine-art-breadcrum, .kindness-breadcrum, .cultural-breadcrum, .language-breadcrum, .muqabla-sport-adv-breadcrum, .astronomy-breadcrum, .toastmasters-club-breadcrum, .trekking-breadcrum, .renewable-source-breadcrum, .go-green-breadcrum, .creativity-breadcrum, .study-breadcrum, .personality-development-breadcrum, .book-review-club-breadcrum, .baker-club-breadcrum, .rotract-club-breadcrum, .web-design-breadcrum, .maths-club-breadcrum, .alumni-club-breadcrum, .technical-club-breadcrum, .gallery-club-breadcrum {
      min-height: 150px; } }
  @media only screen and (min-width: 600px) {
    .common-breadcrum-banner, .photography-breadcrum, .reading-breadcrum, .dance-breadcrum, .music-breadcrum, .fitness-breadcrum, .sports-breadcrum, .food-breadcrum, .drama-breadcrum, .entrepreneurship-breadcrum, .coding-breadcrum, .hapiness-breadcrum, .robotics-breadcrum, .yoga-breadcrum, .artificial-intelligence-breadcrum, .fine-art-breadcrum, .kindness-breadcrum, .cultural-breadcrum, .language-breadcrum, .muqabla-sport-adv-breadcrum, .astronomy-breadcrum, .toastmasters-club-breadcrum, .trekking-breadcrum, .renewable-source-breadcrum, .go-green-breadcrum, .creativity-breadcrum, .study-breadcrum, .personality-development-breadcrum, .book-review-club-breadcrum, .baker-club-breadcrum, .rotract-club-breadcrum, .web-design-breadcrum, .maths-club-breadcrum, .alumni-club-breadcrum, .technical-club-breadcrum, .gallery-club-breadcrum {
      min-height: 200px; } }
  @media only screen and (min-width: 992px) {
    .common-breadcrum-banner, .photography-breadcrum, .reading-breadcrum, .dance-breadcrum, .music-breadcrum, .fitness-breadcrum, .sports-breadcrum, .food-breadcrum, .drama-breadcrum, .entrepreneurship-breadcrum, .coding-breadcrum, .hapiness-breadcrum, .robotics-breadcrum, .yoga-breadcrum, .artificial-intelligence-breadcrum, .fine-art-breadcrum, .kindness-breadcrum, .cultural-breadcrum, .language-breadcrum, .muqabla-sport-adv-breadcrum, .astronomy-breadcrum, .toastmasters-club-breadcrum, .trekking-breadcrum, .renewable-source-breadcrum, .go-green-breadcrum, .creativity-breadcrum, .study-breadcrum, .personality-development-breadcrum, .book-review-club-breadcrum, .baker-club-breadcrum, .rotract-club-breadcrum, .web-design-breadcrum, .maths-club-breadcrum, .alumni-club-breadcrum, .technical-club-breadcrum, .gallery-club-breadcrum {
      min-height: 200px; } }
  @media only screen and (min-width: 1200px) {
    .common-breadcrum-banner, .photography-breadcrum, .reading-breadcrum, .dance-breadcrum, .music-breadcrum, .fitness-breadcrum, .sports-breadcrum, .food-breadcrum, .drama-breadcrum, .entrepreneurship-breadcrum, .coding-breadcrum, .hapiness-breadcrum, .robotics-breadcrum, .yoga-breadcrum, .artificial-intelligence-breadcrum, .fine-art-breadcrum, .kindness-breadcrum, .cultural-breadcrum, .language-breadcrum, .muqabla-sport-adv-breadcrum, .astronomy-breadcrum, .toastmasters-club-breadcrum, .trekking-breadcrum, .renewable-source-breadcrum, .go-green-breadcrum, .creativity-breadcrum, .study-breadcrum, .personality-development-breadcrum, .book-review-club-breadcrum, .baker-club-breadcrum, .rotract-club-breadcrum, .web-design-breadcrum, .maths-club-breadcrum, .alumni-club-breadcrum, .technical-club-breadcrum, .gallery-club-breadcrum {
      min-height: 300px; } }
  .common-breadcrum-banner:before, .photography-breadcrum:before, .reading-breadcrum:before, .dance-breadcrum:before, .music-breadcrum:before, .fitness-breadcrum:before, .sports-breadcrum:before, .food-breadcrum:before, .drama-breadcrum:before, .entrepreneurship-breadcrum:before, .coding-breadcrum:before, .hapiness-breadcrum:before, .robotics-breadcrum:before, .yoga-breadcrum:before, .artificial-intelligence-breadcrum:before, .fine-art-breadcrum:before, .kindness-breadcrum:before, .cultural-breadcrum:before, .language-breadcrum:before, .muqabla-sport-adv-breadcrum:before, .astronomy-breadcrum:before, .toastmasters-club-breadcrum:before, .trekking-breadcrum:before, .renewable-source-breadcrum:before, .go-green-breadcrum:before, .creativity-breadcrum:before, .study-breadcrum:before, .personality-development-breadcrum:before, .book-review-club-breadcrum:before, .baker-club-breadcrum:before, .rotract-club-breadcrum:before, .web-design-breadcrum:before, .maths-club-breadcrum:before, .alumni-club-breadcrum:before, .technical-club-breadcrum:before, .gallery-club-breadcrum:before {
    content: '';
    background: #333333;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    left: 0;
    opacity: .43; }
  .common-breadcrum-banner h1, .photography-breadcrum h1, .reading-breadcrum h1, .dance-breadcrum h1, .music-breadcrum h1, .fitness-breadcrum h1, .sports-breadcrum h1, .food-breadcrum h1, .drama-breadcrum h1, .entrepreneurship-breadcrum h1, .coding-breadcrum h1, .hapiness-breadcrum h1, .robotics-breadcrum h1, .yoga-breadcrum h1, .artificial-intelligence-breadcrum h1, .fine-art-breadcrum h1, .kindness-breadcrum h1, .cultural-breadcrum h1, .language-breadcrum h1, .muqabla-sport-adv-breadcrum h1, .astronomy-breadcrum h1, .toastmasters-club-breadcrum h1, .trekking-breadcrum h1, .renewable-source-breadcrum h1, .go-green-breadcrum h1, .creativity-breadcrum h1, .study-breadcrum h1, .personality-development-breadcrum h1, .book-review-club-breadcrum h1, .baker-club-breadcrum h1, .rotract-club-breadcrum h1, .web-design-breadcrum h1, .maths-club-breadcrum h1, .alumni-club-breadcrum h1, .technical-club-breadcrum h1, .gallery-club-breadcrum h1 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px; }
    @media screen and (max-width: 992px) and (min-width: 320px) {
      .common-breadcrum-banner h1, .photography-breadcrum h1, .reading-breadcrum h1, .dance-breadcrum h1, .music-breadcrum h1, .fitness-breadcrum h1, .sports-breadcrum h1, .food-breadcrum h1, .drama-breadcrum h1, .entrepreneurship-breadcrum h1, .coding-breadcrum h1, .hapiness-breadcrum h1, .robotics-breadcrum h1, .yoga-breadcrum h1, .artificial-intelligence-breadcrum h1, .fine-art-breadcrum h1, .kindness-breadcrum h1, .cultural-breadcrum h1, .language-breadcrum h1, .muqabla-sport-adv-breadcrum h1, .astronomy-breadcrum h1, .toastmasters-club-breadcrum h1, .trekking-breadcrum h1, .renewable-source-breadcrum h1, .go-green-breadcrum h1, .creativity-breadcrum h1, .study-breadcrum h1, .personality-development-breadcrum h1, .book-review-club-breadcrum h1, .baker-club-breadcrum h1, .rotract-club-breadcrum h1, .web-design-breadcrum h1, .maths-club-breadcrum h1, .alumni-club-breadcrum h1, .technical-club-breadcrum h1, .gallery-club-breadcrum h1 {
        font-size: 1.3rem; } }
  .common-breadcrum-banner ul, .photography-breadcrum ul, .reading-breadcrum ul, .dance-breadcrum ul, .music-breadcrum ul, .fitness-breadcrum ul, .sports-breadcrum ul, .food-breadcrum ul, .drama-breadcrum ul, .entrepreneurship-breadcrum ul, .coding-breadcrum ul, .hapiness-breadcrum ul, .robotics-breadcrum ul, .yoga-breadcrum ul, .artificial-intelligence-breadcrum ul, .fine-art-breadcrum ul, .kindness-breadcrum ul, .cultural-breadcrum ul, .language-breadcrum ul, .muqabla-sport-adv-breadcrum ul, .astronomy-breadcrum ul, .toastmasters-club-breadcrum ul, .trekking-breadcrum ul, .renewable-source-breadcrum ul, .go-green-breadcrum ul, .creativity-breadcrum ul, .study-breadcrum ul, .personality-development-breadcrum ul, .book-review-club-breadcrum ul, .baker-club-breadcrum ul, .rotract-club-breadcrum ul, .web-design-breadcrum ul, .maths-club-breadcrum ul, .alumni-club-breadcrum ul, .technical-club-breadcrum ul, .gallery-club-breadcrum ul {
    display: inline-block;
    background: white;
    padding: 5px 20px;
    float: right; }
    .common-breadcrum-banner ul li + li:before, .photography-breadcrum ul li + li:before, .reading-breadcrum ul li + li:before, .dance-breadcrum ul li + li:before, .music-breadcrum ul li + li:before, .fitness-breadcrum ul li + li:before, .sports-breadcrum ul li + li:before, .food-breadcrum ul li + li:before, .drama-breadcrum ul li + li:before, .entrepreneurship-breadcrum ul li + li:before, .coding-breadcrum ul li + li:before, .hapiness-breadcrum ul li + li:before, .robotics-breadcrum ul li + li:before, .yoga-breadcrum ul li + li:before, .artificial-intelligence-breadcrum ul li + li:before, .fine-art-breadcrum ul li + li:before, .kindness-breadcrum ul li + li:before, .cultural-breadcrum ul li + li:before, .language-breadcrum ul li + li:before, .muqabla-sport-adv-breadcrum ul li + li:before, .astronomy-breadcrum ul li + li:before, .toastmasters-club-breadcrum ul li + li:before, .trekking-breadcrum ul li + li:before, .renewable-source-breadcrum ul li + li:before, .go-green-breadcrum ul li + li:before, .creativity-breadcrum ul li + li:before, .study-breadcrum ul li + li:before, .personality-development-breadcrum ul li + li:before, .book-review-club-breadcrum ul li + li:before, .baker-club-breadcrum ul li + li:before, .rotract-club-breadcrum ul li + li:before, .web-design-breadcrum ul li + li:before, .maths-club-breadcrum ul li + li:before, .alumni-club-breadcrum ul li + li:before, .technical-club-breadcrum ul li + li:before, .gallery-club-breadcrum ul li + li:before {
      padding: 0 5px;
      color: #ccc;
      content: "/\00a0"; }
    .common-breadcrum-banner ul li + li:last-child, .photography-breadcrum ul li + li:last-child, .reading-breadcrum ul li + li:last-child, .dance-breadcrum ul li + li:last-child, .music-breadcrum ul li + li:last-child, .fitness-breadcrum ul li + li:last-child, .sports-breadcrum ul li + li:last-child, .food-breadcrum ul li + li:last-child, .drama-breadcrum ul li + li:last-child, .entrepreneurship-breadcrum ul li + li:last-child, .coding-breadcrum ul li + li:last-child, .hapiness-breadcrum ul li + li:last-child, .robotics-breadcrum ul li + li:last-child, .yoga-breadcrum ul li + li:last-child, .artificial-intelligence-breadcrum ul li + li:last-child, .fine-art-breadcrum ul li + li:last-child, .kindness-breadcrum ul li + li:last-child, .cultural-breadcrum ul li + li:last-child, .language-breadcrum ul li + li:last-child, .muqabla-sport-adv-breadcrum ul li + li:last-child, .astronomy-breadcrum ul li + li:last-child, .toastmasters-club-breadcrum ul li + li:last-child, .trekking-breadcrum ul li + li:last-child, .renewable-source-breadcrum ul li + li:last-child, .go-green-breadcrum ul li + li:last-child, .creativity-breadcrum ul li + li:last-child, .study-breadcrum ul li + li:last-child, .personality-development-breadcrum ul li + li:last-child, .book-review-club-breadcrum ul li + li:last-child, .baker-club-breadcrum ul li + li:last-child, .rotract-club-breadcrum ul li + li:last-child, .web-design-breadcrum ul li + li:last-child, .maths-club-breadcrum ul li + li:last-child, .alumni-club-breadcrum ul li + li:last-child, .technical-club-breadcrum ul li + li:last-child, .gallery-club-breadcrum ul li + li:last-child {
      color: #FF5100; }

/* ------:: LightBox Gallery----------- */
.lightBox--gallery > ul > li {
  float: left; }
  .lightBox--gallery > ul > li a {
    border: 1px solid #FFF;
    border-radius: 20px;
    display: block;
    overflow: hidden;
    position: relative; }
    .lightBox--gallery > ul > li a > img {
      -webkit-transition: -webkit-transform 0.15s ease 0s;
      -moz-transition: -moz-transform 0.15s ease 0s;
      -o-transition: -o-transform 0.15s ease 0s;
      transition: transform 0.15s ease 0s;
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
      width: 100%; }
    .lightBox--gallery > ul > li a:hover > img {
      -webkit-transform: scale3d(1.1, 1.1, 1.1);
      transform: scale3d(1.1, 1.1, 1.1); }
    .lightBox--gallery > ul > li a:hover .light-gallery-poster {
      width: 100%;
      height: 100%; }
      .lightBox--gallery > ul > li a:hover .light-gallery-poster > i {
        opacity: 1; }
      .lightBox--gallery > ul > li a:hover .light-gallery-poster .work-content {
        opacity: 1;
        visibility: visible; }
    .lightBox--gallery > ul > li a .light-gallery-poster {
      background: #FF5100c9;
      bottom: 0;
      left: auto;
      position: absolute;
      right: 0;
      height: 100%;
      width: 0%;
      transition: .6s; }
      .lightBox--gallery > ul > li a .light-gallery-poster > i {
        left: 0;
        right: 0;
        opacity: 0;
        position: absolute;
        top: 40%;
        color: #fff;
        font-size: 30px;
        transition: opacity 0.3s ease 0s;
        text-align: center; }
    .lightBox--gallery > ul > li a .work-content {
      width: 100%;
      background: #2b2a29;
      left: 0;
      text-align: center;
      padding-top: 20px;
      padding-bottom: 20px;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: 0.4s;
      transition: 0.4s;
      text-align: center;
      padding: 20px 10px;
      position: absolute;
      bottom: 0; }
      .lightBox--gallery > ul > li a .work-content h6 {
        color: #fff; }
.lightBox--gallery .justified-gallery > a > img {
  -webkit-transition: -webkit-transform 0.15s ease 0s;
  -moz-transition: -moz-transform 0.15s ease 0s;
  -o-transition: -o-transform 0.15s ease 0s;
  transition: transform 0.15s ease 0s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  height: 100%;
  width: 100%; }
.lightBox--gallery .justified-gallery > a:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1); }
.lightBox--gallery .justified-gallery > a:hover .light-gallery-poster {
  background-color: rgba(0, 0, 0, 0.5); }
  .lightBox--gallery .justified-gallery > a:hover .light-gallery-poster > img {
    opacity: 1; }
.lightBox--gallery .justified-gallery > a .light-gallery-poster {
  background-color: rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: background-color 0.15s ease 0s;
  -o-transition: background-color 0.15s ease 0s;
  transition: background-color 0.15s ease 0s; }
  .lightBox--gallery .justified-gallery > a .light-gallery-poster > img {
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s; }
.lightBox--gallery .video > ul > li a > img {
  height: 100%;
  width: 100%; }
.lightBox--gallery .video .light-gallery-poster img {
  height: 48px;
  margin-left: -24px;
  margin-top: -24px;
  opacity: 0.8;
  width: 48px; }

.social-icon {
  margin: 15px 0 0; }
  .social-icon .list-inline > li {
    display: inline-block; }
    .social-icon .list-inline > li .icon-xxs.icon-rect, .social-icon .list-inline > li .icon-xxs.icon-rounded, .social-icon .list-inline > li .icon-xxs.icon-circle, .social-icon .list-inline > li .icon-xxs.icon-outlined {
      width: 37px;
      height: 37px;
      line-height: 37px;
      font-size: 18px; }
    .social-icon .list-inline > li .icon-circle {
      border-radius: 5px;
      text-align: center; }
    .social-icon .list-inline > li .icon-gray-light-filled {
      border: none;
      background: #494a4c;
      text-decoration: none;
      transition: all .3s linear; }
      .social-icon .list-inline > li .icon-gray-light-filled:hover {
        color: #fff;
        transform: rotate(360deg); }
    .social-icon .list-inline > li .fa-facebook:hover {
      background: #395b98; }
    .social-icon .list-inline > li .fa-instagram:hover {
      background: #125486; }
    .social-icon .list-inline > li .fa-twitter:hover {
      background: #2ca7e0; }
    .social-icon .list-inline > li .fa-google-plus:hover {
      background: #d95139; }
    .social-icon .list-inline > li .fa-linkedin-square:hover {
      background: #0271ae; }
    .social-icon .list-inline > li .fa-pinterest:hover {
      background: #c8232c; }
    .social-icon .list-inline > li .fa-youtube:hover {
      background: #c4302b; }

.reduced-inputHeight .form-floating > .form-control, .reduced-inputHeight .form-floating > .form-select {
  padding: 0.75rem .75rem;
  height: calc(3.5rem + -15px); }
.reduced-inputHeight .form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 0.35rem .75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity .1s ease-in-out,transform .1s ease-in-out; }

.form-wrap {
  border-radius: 5px;
  box-shadow: 0 12px 54px 0 #69696980;
  border: 1px solid #e8e8e8;
  background-color: #fff;
  padding: 25px; }

.list-custom {
  margin-bottom: 30px; }
  .list-custom li {
    padding-left: 25px;
    position: relative;
    text-align: justify;
    margin-bottom: 5px; }
    .list-custom li::before {
      content: "";
      position: absolute;
      height: 8px;
      width: 4px;
      background: #cd6100;
      top: 14px;
      left: 4px;
      border-radius: 0; }
    .list-custom li::after {
      content: "";
      position: absolute;
      height: 9px;
      width: 4px;
      top: 5px;
      left: 0px;
      background: #FF5100; }
    .list-custom li a {
      color: inherit;
      text-decoration: none;
      transition: all .2s linear; }
    .list-custom li:hover > a {
      padding-left: 5px;
      color: #FF5100; }

.link-list li {
  position: relative;
  margin-bottom: 12px; }
  .link-list li a {
    text-decoration: none;
    transition: all .2s linear; }
    .link-list li a:hover {
      color: #FF5100; }
      .link-list li a:hover:before {
        width: 100%; }
    .link-list li a:before {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      height: 1px;
      background-color: #FF5100;
      width: 0;
      transition: .5s; }
  .link-list li:hover > a {
    color: #FF5100; }

/* Table */
.table-responsive {
  padding: 10px; }
  .table-responsive .table-effect--primary {
    background: transparent;
    box-shadow: 2px 7px 15px -7px #00000087; }
    .table-responsive .table-effect--primary thead {
      background: #377438;
      border-bottom: 7px double #ffffff;
      background-image: linear-gradient(45deg, #3e7c3a, #629e44, #377438, #619d43, transparent);
      color: #fff; }
      .table-responsive .table-effect--primary thead th {
        vertical-align: middle;
        text-align: center; }
    .table-responsive .table-effect--primary tbody td {
      vertical-align: middle;
      font-size: .9rem;
      text-align: justify; }
      .table-responsive .table-effect--primary tbody td a {
        color: #000; }
        .table-responsive .table-effect--primary tbody td a:hover, .table-responsive .table-effect--primary tbody td a:visited, .table-responsive .table-effect--primary tbody td a:active {
          color: #FF5100; }
  .table-responsive .tbl--1 thead tr th:nth-child(1) {
    width: 23%; }
  .table-responsive .table-sr-no tbody tr td:nth-child(1),
  .table-responsive .tbl--1 tbody tr td:nth-child(4),
  .table-responsive .tbl--1 tbody tr td:nth-child(6),
  .table-responsive .tbl--3 tbody tr td:nth-child(2),
  .table-responsive .tbl--3 tbody tr td:nth-child(3),
  .table-responsive .tbl--3 tbody tr td:nth-child(4),
  .table-responsive .tbl--4 tbody tr td:nth-child(4),
  .table-responsive .tbl--6 tbody tr td {
    text-align: center; }
  .table-responsive .tbl--2 thead th {
    padding: 0; }
    .table-responsive .tbl--2 thead th:nth-child(2), .table-responsive .tbl--2 thead th:nth-child(4), .table-responsive .tbl--2 thead th:nth-child(5), .table-responsive .tbl--2 thead th:nth-child(11) {
      width: 5%; }
    .table-responsive .tbl--2 thead th:nth-child(1), .table-responsive .tbl--2 thead th:nth-child(3), .table-responsive .tbl--2 thead th:nth-child(7) {
      width: 3%; }
    .table-responsive .tbl--2 thead th:nth-child(6), .table-responsive .tbl--2 thead th:nth-child(8), .table-responsive .tbl--2 thead th:nth-child(10), .table-responsive .tbl--2 thead th:nth-child(12) {
      width: 15%; }
    .table-responsive .tbl--2 thead th:nth-child(9) {
      width: 11%; }
  .table-responsive .tbl--2 tbody td {
    padding: 5px; }
  .table-responsive .tbl--4 thead tr th:nth-child(3) {
    width: 42%; }
  .table-responsive .tbl--5 thead tr th:nth-child(2) {
    width: 25%; }
  .table-responsive .tbl--5 thead tr th:nth-child(3) {
    width: 35%; }
  .table-responsive .tbl--6 tbody tr td:nth-child(2) {
    text-align: justify !important; }
  .table-responsive .tbl--7 tbody tr td:nth-child(8) a {
    word-break: break-all; }
  .table-responsive .tbl--7 thead tr th:nth-child(1), .table-responsive .tbl--7 thead tr th:nth-child(6) {
    width: 5%; }
  .table-responsive .tbl--7 thead tr th:nth-child(2), .table-responsive .tbl--7 thead tr th:nth-child(5), .table-responsive .tbl--7 thead tr th:nth-child(8) {
    width: 20%; }
  .table-responsive .tbl--7 thead tr th:nth-child(3), .table-responsive .tbl--7 thead tr th:nth-child(4), .table-responsive .tbl--7 thead tr th:nth-child(7) {
    width: 10%; }
  .table-responsive tfoot {
    background: #02a0e1;
    color: #fff;
    font-weight: 600; }

.para-ellipsis {
  display: -webkit-box;
  height: 70px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

/* Animations */
.shape {
  height: auto;
  width: calc(30% - 100px);
  z-index: -1;
  left: 0;
  bottom: 4px;
  position: absolute;
  -webkit-animation-name: shapeMover;
  animation-name: shapeMover;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-perspective: 100px;
  perspective: 100px;
  -webkit-transform-origin: center center;
  transform-origin: center center; }
  @media only screen and (max-width: 600px) {
    .shape {
      width: calc(60% - 100px);
      opacity: .43; } }
  @media only screen and (min-width: 600px) {
    .shape {
      width: calc(30% - 100px); } }
  @media only screen and (min-width: 992px) {
    .shape {
      width: calc(20% - 100px); } }
  @media only screen and (min-width: 1200px) {
    .shape {
      width: calc(30% - 100px);
      left: 0; } }
  @media only screen and (min-width: 1600px) {
    .shape {
      width: calc(20% - 100px);
      left: 130px; } }
  .shape img {
    height: 100%;
    width: 100%; }

.rocket {
  position: absolute;
  right: -20px;
  bottom: -4rem;
  -webkit-animation: movebounce 3s linear infinite;
  animation: movebounce 3s linear infinite;
  z-index: -1; }

.vector {
  position: absolute;
  left: -7rem;
  top: -4rem;
  -webkit-animation: movebounce 3s linear infinite;
  animation: movebounce 3s linear infinite;
  z-index: -1; }

@keyframes movebounce {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); }
  50% {
    -webkit-transform: translateY(15px);
    transform: translateY(15px); }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px); } }
/* ----------------------------------------------------------
:: GHRCE Event
---------------------------------------------------------- */
.service-box--2 {
  position: relative; }
  .service-box--2:hover .image-box .image img {
    transform: scale(1.2); }
  .service-box--2 .image-box {
    position: relative;
    display: block;
    overflow: hidden; }
    .service-box--2 .image-box .image {
      position: relative;
      margin-bottom: 0; }
      .service-box--2 .image-box .image img {
        display: block;
        width: 100%;
        height: auto;
        -webkit-transition: all 5000ms ease;
        -moz-transition: all 5000ms ease;
        -ms-transition: all 5000ms ease;
        -o-transition: all 5000ms ease;
        transition: all 5000ms ease; }
  .service-box--2 .info-box {
    position: relative;
    padding: 10px;
    text-align: center;
    box-shadow: 0 2px 24px #00000021;
    min-height: 100px; }
    .service-box--2 .info-box .info {
      position: relative;
      display: block; }
      .service-box--2 .info-box .info li {
        position: relative;
        display: inline-block;
        font-size: 14px;
        line-height: 24px;
        color: #777777;
        font-weight: 400;
        margin-right: 15px; }
        .service-box--2 .info-box .info li i {
          display: inline-block;
          margin-right: 10px;
          font-size: 14px;
          line-height: 24px;
          color: #FF5100;
          font-weight: 400; }
    .service-box--2 .info-box h5 {
      position: relative;
      display: block;
      color: #333333;
      font-weight: 600;
      -webkit-transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      transition: all 300ms ease;
      margin: 0;
      font-size: 1.2rem; }
      .service-box--2 .info-box h5:hover {
        color: #FF5100; }
    .service-box--2 .info-box p {
      font-size: .9rem;
      font-weight: 400;
      margin: 0; }

/* ----------------------------------------------------------
:: Classy Navbar
---------------------------------------------------------- */
.inner-page-bg-top .header-inner {
  position: relative; }

/* ----------------------------------------------------------
:: Video :: Home
---------------------------------------------------------- */
.video-bg {
  position: relative;
  height: 100vh;
  width: 100%; }
  .video-bg:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    /*  background-color: #000;
     opacity: .69; */
    background-color: #00000042;
    background-image: linear-gradient(45deg, #000000b8, transparent);
    transition: background .3s,border-radius .3s,opacity .3s;
    left: 0;
    top: 0;
    z-index: -1; }
  .video-bg video {
    position: absolute;
    bottom: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: 100%;
    z-index: -1000;
    overflow: hidden;
    object-fit: cover; }
  @media (max-width: 1920px) and (min-width: 1400px) {
    .video-bg {
      height: 100vh; }
      .video-bg video {
        width: 100%;
        object-fit: cover; } }
  @media screen and (max-width: 1024px) and (min-width: 768px) {
    .video-bg {
      height: 40vh; }
      .video-bg video {
        width: 100%; } }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .video-bg {
      height: 40vh; }
      .video-bg video {
        width: 100%;
        object-fit: cover; } }

.video-caption {
  height: auto;
  width: 100%;
  position: absolute;
  bottom: calc(33% - 10px);
  z-index: 1024; }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .video-caption {
      white-space: normal;
      transform: translate(0px, 0px);
      bottom: 0;
      left: 0;
      top: calc(40% - 10px); } }
  .video-caption h4 {
    font-size: 28px;
    color: #fff;
    margin-bottom: 20px; }
  .video-caption h1, .video-caption h2 {
    font-size: 2.5rem;
    font-weight: 700;
    display: inline-block;
    color: #e37c1c;
    position: relative;
    z-index: 1;
    padding: 0 10px;
    margin-bottom: 20px; }
    .video-caption h1:before, .video-caption h2:before {
      background-color: #fff;
      opacity: 0.8;
      width: 100%;
      height: 100%;
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      right: 0;
      z-index: -1; }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .video-caption h4 {
      font-size: 18px;
      margin-bottom: 15px; }
    .video-caption h1, .video-caption h2 {
      font-size: 1.1rem;
      margin-bottom: 20px;
      padding: 8px; } }

.search-form-fields .form-control {
  background: #ef7d1873;
  border: 1px solid #fb9941;
  border-radius: 0; }
.search-form-fields .form-floating > label {
  color: #fff; }
.search-form-fields .select2-container {
  width: 100% !important; }
.search-form-fields .select2-container--default .select2-selection--single {
  /*  background-color: #ffffffbd;
   border: 1px solid #aaa; */
  height: 58px !important;
  background: #ef7d1873;
  border: 1px solid #fb9941;
  border-radius: 0; }
.search-form-fields .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #fff;
  line-height: 58px; }
.search-form-fields .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%; }
.search-form-fields .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #fff; }
@media screen and (max-width: 992px) and (min-width: 320px) {
  .search-form-fields .select2-container--default .select2-selection--single {
    height: 28px !important; }
  .search-form-fields .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 28px; } }

/* .search-form-fields {
    background: $white-color;
    border-radius: 4px;
} */
/* ----------------------------------------------------------
:: Swiper Slider :: Home
---------------------------------------------------------- */
.home-slider {
  height: 96vh;
  background-color: #1f1f1f; }
  @media only screen and (max-width: 600px) {
    .home-slider {
      height: 41vh; }
      .home-slider .swiper-button-prev, .home-slider .swiper-button-next {
        display: none; } }
  @media only screen and (min-width: 600px) {
    .home-slider {
      height: 55vh; } }
  @media only screen and (min-width: 992px) {
    .home-slider {
      height: 47vh; } }
  @media only screen and (min-width: 1200px) {
    .home-slider {
      height: 96vh; } }
  .home-slider .swiper-container {
    padding: 0 !important; }
  .home-slider .swiper-home-slide {
    height: 100%;
    z-index: 2; }
    .home-slider .swiper-home-slide .swiper-slide {
      background-size: cover;
      background-position: 50% 50%;
      display: flex;
      justify-content: left;
      align-items: center;
      background-repeat: repeat; }
      .home-slider .swiper-home-slide .swiper-slide .swiper-slide-caption {
        z-index: 2;
        position: relative;
        left: 0;
        bottom: 50px;
        height: 100%;
        display: inline-block;
        margin: 0 auto;
        width: calc(100% - 48%);
        display: flex;
        align-items: flex-end; }
        @media only screen and (max-width: 600px) {
          .home-slider .swiper-home-slide .swiper-slide .swiper-slide-caption {
            width: calc(100% - 10%); } }
        @media only screen and (min-width: 600px) {
          .home-slider .swiper-home-slide .swiper-slide .swiper-slide-caption {
            width: calc(100% - 48%); } }
        .home-slider .swiper-home-slide .swiper-slide .swiper-slide-caption .bg-color-sm {
          background: #ffffffd1;
          padding: 20px;
          box-shadow: 10px 10px 22px #0000007a;
          margin: 0 auto; }
          @media only screen and (max-width: 600px) {
            .home-slider .swiper-home-slide .swiper-slide .swiper-slide-caption .bg-color-sm {
              padding: 5px 10px; } }
        .home-slider .swiper-home-slide .swiper-slide .swiper-slide-caption h2 {
          font-size: 2.1rem;
          font-weight: 700;
          text-align: center;
          text-transform: uppercase;
          line-height: 40px;
          background: linear-gradient(to bottom, #c58f0e 25%, #94660b 20%, #c58f0e 76%, #94660b 29%);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent; }
          @media screen and (max-width: 767px) and (min-width: 320px) {
            .home-slider .swiper-home-slide .swiper-slide .swiper-slide-caption h2 {
              font-size: .75rem;
              line-height: 1.2; } }
        .home-slider .swiper-home-slide .swiper-slide .swiper-slide-caption h6 {
          line-height: 1.5;
          font-size: .8rem;
          color: #333333;
          font-weight: 400; }
          @media screen and (max-width: 767px) and (min-width: 320px) {
            .home-slider .swiper-home-slide .swiper-slide .swiper-slide-caption h6 {
              font-size: .6rem;
              margin: 0 0 10px; } }
        .home-slider .swiper-home-slide .swiper-slide .swiper-slide-caption .button--cmn-white-button {
          font-size: .85rem; }

/* main css */
@keyframes kenburns-1 {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  1.5625% {
    opacity: 1; }
  23.4375% {
    opacity: 1; }
  26.5625% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  98.4375% {
    opacity: 0;
    -webkit-transform: scale(1.21176);
    transform: scale(1.21176); }
  100% {
    opacity: 1; } }
@keyframes kenburns-2 {
  23.4375% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  26.5625% {
    opacity: 1; }
  48.4375% {
    opacity: 1; }
  51.5625% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2); } }
@keyframes kenburns-3 {
  48.4375% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  51.5625% {
    opacity: 1; }
  73.4375% {
    opacity: 1; }
  76.5625% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2); } }
@keyframes kenburns-4 {
  73.4375% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  76.5625% {
    opacity: 1; }
  98.4375% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1); } }
/* .slideshow {
	position: absolute;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
} */
.slideshow-image {
  position: absolute;
  width: 100%;
  height: 100%;
  background: no-repeat 50% 50%;
  background-size: cover;
  -webkit-animation-name: kenburns;
  animation-name: kenburns;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 16s;
  animation-duration: 16s;
  opacity: 1;
  -webkit-transform: scale(1.2);
  transform: scale(1.2); }
  .slideshow-image:before {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    /*  background-color: #000;
     opacity: .69; */
    background-color: #00000042;
    background-image: linear-gradient(45deg, #000000b8, transparent);
    transition: background .3s,border-radius .3s,opacity .3s;
    left: 0;
    top: 0;
    z-index: -1; }
  .slideshow-image:nth-child(1) {
    -webkit-animation-name: kenburns-1;
    animation-name: kenburns-1;
    z-index: 3; }
  .slideshow-image:nth-child(2) {
    -webkit-animation-name: kenburns-2;
    animation-name: kenburns-2;
    z-index: 2; }
  .slideshow-image:nth-child(3) {
    -webkit-animation-name: kenburns-3;
    animation-name: kenburns-3;
    z-index: 1; }
  .slideshow-image:nth-child(4) {
    -webkit-animation-name: kenburns-4;
    animation-name: kenburns-4;
    z-index: 0; }

/* ----------------------------------------------------------
:: Clubs Inner Page Breadcrum & Banner
---------------------------------------------------------- */
.photography-breadcrum {
  background-image: url(../images/clubs/photography-breadcrum.webp); }

.photography-banner {
  background-image: url(../images/clubs/photography-banner.webp);
  background-position: bottom center; }

.reading-breadcrum {
  background-image: url(../images/clubs/reading-breadcrum.webp); }

.reading-banner {
  background-image: url(../images/clubs/reading-banner.webp); }

.dance-breadcrum {
  background-image: url(../images/clubs/dance-breadcrum.webp);
  background-position: 50% 20%; }

.dance-banner {
  background-image: url(../images/clubs/dance-banner.webp); }

.music-breadcrum {
  background-image: url(../images/clubs/music-breadcrum.webp); }

.music-banner {
  background-image: url(../images/clubs/music-banner.webp);
  background-position: bottom center; }

.fitness-breadcrum {
  background-image: url(../images/clubs/fitness-breadcrum.webp); }

.fitness-banner {
  background-image: url(../images/clubs/fitness-banner.webp); }

.sports-breadcrum {
  background-image: url(../images/clubs/sports-breadcrum.webp); }

.sports-banner {
  background-image: url(../images/clubs/sports-banner.webp); }

.food-breadcrum {
  background-image: url(../images/clubs/food-breadcrum.webp); }

.food-banner {
  background-image: url(../images/clubs/food-banner.webp); }

.drama-breadcrum {
  background-image: url(../images/clubs/drama-breadcrum.webp); }

.drama-banner {
  background-image: url(../images/clubs/drama-banner.webp); }

.entrepreneurship-breadcrum {
  background-image: url(../images/clubs/entrepreneurship-breadcrum.webp); }

.entrepreneurship-banner {
  background-image: url(../images/clubs/entrepreneurship-banner.webp); }

.coding-breadcrum {
  background-image: url(../images/clubs/coding-breadcrum.webp); }

.coding-banner {
  background-image: url(../images/clubs/coding-banner.webp); }

.hapiness-breadcrum {
  background-image: url(../images/clubs/hapiness-breadcrum.webp); }

.hapiness-banner {
  background-image: url(../images/clubs/hapiness-banner.webp); }

.robotics-breadcrum {
  background-image: url(../images/clubs/robotics-breadcrum.webp); }

.robotics-banner {
  background-image: url(../images/clubs/robotics-banner.webp); }

.yoga-breadcrum {
  background-image: url(../images/clubs/yoga-breadcrum.webp); }

.yoga-banner {
  background-image: url(../images/clubs/yoga-banner.webp); }

.artificial-intelligence-breadcrum {
  background-image: url(../images/clubs/artificial-intelligence-breadcrum.webp); }

.artificial-intelligence-banner {
  background-image: url(../images/clubs/artificial-intelligence-banner.webp); }

.fine-art-breadcrum {
  background-image: url(../images/clubs/fine-art-breadcrum.webp); }

.fine-art-banner {
  background-image: url(../images/clubs/fine-art-banner.webp); }

.kindness-breadcrum {
  background-image: url(../images/clubs/kindness-breadcrum.webp); }

.kindness-banner {
  background-image: url(../images/clubs/kindness-banner.webp); }

.cultural-breadcrum {
  background-image: url(../images/clubs/cultural-breadcrum.webp); }

.cultural-banner {
  background-image: url(../images/clubs/cultural-banner.webp); }

.language-breadcrum {
  background-image: url(../images/clubs/language-breadcrum.webp); }

.language-banner {
  background-image: url(../images/clubs/language-banner.webp); }

.muqabla-sport-adv-breadcrum {
  background-image: url(../images/clubs/muqabla-sport-adv-breadcrum.webp); }

.muqabla-sport-adv-banner {
  background-image: url(../images/clubs/muqabla-sport-adv-banner.webp); }

.astronomy-breadcrum {
  background-image: url(../images/clubs/astronomy-breadcrum.webp); }

.astronomy-banner {
  background-image: url(../images/clubs/astronomy-banner.webp); }

.toastmasters-club-breadcrum {
  background-image: url(../images/clubs/toastmasters-club-banner1.webp); }

.toastmasters-club-banner {
  background-image: url(../images/clubs/toastmasters-club-banner.webp); }

.trekking-breadcrum {
  background-image: url(../images/clubs/trekking-breadcrum.webp); }

.trekking-banner {
  background-image: url(../images/clubs/trekking-banner.webp); }

.renewable-source-breadcrum {
  background-image: url(../images/clubs/renewable-source-breadcrum.webp); }

.renewable-source-banner {
  background-image: url(../images/clubs/renewable-source-banner.webp); }

.go-green-breadcrum {
  background-image: url(../images/clubs/go-green-breadcrum.webp); }

.go-green-banner {
  background-image: url(../images/clubs/go-green-banner.webp); }

.creativity-breadcrum {
  background-image: url(../images/clubs/creativity-breadcrum.webp); }

.creativity-banner {
  background-image: url(../images/clubs/creativity-banner.webp); }

.study-breadcrum {
  background-image: url(../images/clubs/study-breadcrum.webp); }

.study-banner {
  background-image: url(../images/clubs/study-banner.webp); }

.personality-development-breadcrum {
  background-image: url(../images/clubs/personality-development-breadcrum.webp); }

.personality-development-banner {
  background-image: url(../images/clubs/personality-development-banner.webp); }

.book-review-club-breadcrum {
  background-image: url(../images/clubs/book-review-club-breadcrum.webp); }

.book-review-club-banner {
  background-image: url(../images/clubs/book-review-club-banner.webp); }

.baker-club-breadcrum {
  background-image: url(../images/clubs/baker-club-breadcrum.webp); }

.baker-club-banner {
  background-image: url(../images/clubs/baker-club-banner.webp); }

.rotract-club-breadcrum {
  background-image: url(../images/clubs/rotract-club-breadcrum.webp); }

.rotract-club-banner {
  background-image: url(../images/clubs/rotract-club-banner.webp); }

.web-design-breadcrum {
  background-image: url(../images/clubs/web-design-breadcrum.webp); }

.web-design-banner {
  background-image: url(../images/clubs/web-design-banner.webp); }

.maths-club-breadcrum {
  background-image: url(../images/clubs/maths-club-breadcrum.webp); }

.maths-club-banner {
  background-image: url(../images/clubs/maths-club-banner.webp); }

.alumni-club-breadcrum {
  background-image: url(../images/clubs/alumni-club-breadcrum.webp); }

.alumni-club-banner {
  background-image: url(../images/clubs/alumni-club-banner.webp); }

.technical-club-breadcrum {
  background-image: url(../images/clubs/technical-club-breadcrum.webp); }

.technical-club-banner {
  background-image: url(../images/clubs/technical-club-banner.webp); }

.gallery-club-breadcrum {
  background-image: url(../images/clubs/gallery-club-breadcrum.webp); }

.gallery-club-banner {
  background-image: url(../images/clubs/gallery-club-banner.webp); }

/* ----------------------------------------------------------
:: Explore Clubs
---------------------------------------------------------- */
.explore-clubs, .contact {
  position: relative; }
  .explore-clubs .single-work-process, .contact .single-work-process {
    text-align: center;
    min-height: 250px;
    overflow: hidden;
    z-index: 1; }
    @media screen and (max-width: 767px) {
      .explore-clubs .single-work-process, .contact .single-work-process {
        min-height: 150px; } }
    @media screen and (min-width: 1400px) {
      .explore-clubs .single-work-process, .contact .single-work-process {
        min-height: 270px; } }
    .explore-clubs .single-work-process h3, .contact .single-work-process h3 {
      color: #fff;
      font-size: 1.2rem;
      font-weight: 600;
      padding-top: 0.5rem;
      position: absolute;
      bottom: 10px;
      margin: auto;
      left: 0;
      right: 0; }
      @media screen and (max-width: 767px) {
        .explore-clubs .single-work-process h3, .contact .single-work-process h3 {
          font-size: 1.1rem; } }
  .explore-clubs .card, .contact .card {
    position: relative;
    border: 0; }
    .explore-clubs .card:before, .contact .card:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1;
      background: linear-gradient(145deg, #ffffff, #e6e6e6);
      box-shadow: 27px 27px 51px #fdfdfd, -1px -7px 40px 40px #fff;
      background: #00000063; }
  .explore-clubs svg, .contact svg {
    width: 0;
    height: 0; }

.photography {
  background-size: cover;
  /* transform: translate(10px, 10px); */
  background-image: url(../images/banner/photography.webp);
  background-position: center; }

.sports {
  background-size: cover;
  /* transform: translate(10px, 10px); */
  background-image: url(../images/banner/sports.webp);
  background-position: center; }

.dance {
  background-size: cover;
  /* transform: translate(10px, 10px); */
  background-image: url(../images/banner/dance.webp);
  background-position: center; }

.art {
  background-size: cover;
  /* transform: translate(10px, 10px); */
  background-image: url(../images/banner/art.webp);
  background-position: center; }

.music {
  background-size: cover;
  /* transform: translate(10px, 10px); */
  background-image: url(../images/banner/music.webp);
  background-position: center; }

.happiness {
  background-size: cover;
  /* transform: translate(10px, 10px); */
  background-image: url(../images/banner/happiness.webp);
  background-position: center; }

.coding {
  background-size: cover;
  /* transform: translate(10px, 10px); */
  background-image: url(../images/banner/coding.webp);
  background-position: center; }

.club-box-content {
  margin: -60px 0 40px;
  background-color: transparent;
  background-image: linear-gradient(to bottom, white, #ffffffe8); }
  .club-box-content .sec-title {
    margin-bottom: 10px; }
  .club-box-content p:last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .club-box-content {
      margin: 0px 0px 30px; } }

/* ----------------------------------------------------------
:: Blogs
---------------------------------------------------------- */
.blogs p a {
  text-decoration: none;
  color: #2b2b2b; }
  .blogs p a:hover {
    color: #FF5100; }

.info {
  position: relative;
  display: block; }
  .info span {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #777777;
    font-weight: 400;
    margin-right: 15px; }
    .info span i {
      display: inline-block;
      margin-right: 10px;
      font-size: 14px;
      line-height: 24px;
      color: #FF5100;
      font-weight: 400; }

.blogs-content {
  position: relative;
  box-shadow: 4.871px 34.659px 30px 0px #0000000f;
  border: 1px solid #f4f8ff;
  border-radius: 20px 20px 0 0;
  transition: .4s all linear;
  z-index: 1; }
  .blogs-content .icon-box {
    /* min-height: 200px; */
    padding: 20px;
    background: #fff;
    position: relative;
    z-index: 1;
    border-radius: 0; }
    .blogs-content .icon-box .img-effect i {
      display: inline-block;
      line-height: normal;
      font-size: 50px; }
    .blogs-content .icon-box h5 {
      font-size: 1.2em; }
    .blogs-content .icon-box p {
      font-size: .78rem;
      text-align: justify; }
  .blogs-content:hover {
    box-shadow: 0px 0px 10px 0px #FF5100;
    border-color: #FF5100; }
  .blogs-content img {
    border-radius: 20px 20px 0 0; }

.recent-blog {
  position: sticky;
  top: 15%; }
  .recent-blog ul li {
    border: 1px solid #2b2b2b21;
    background: #fff;
    margin-bottom: 20px;
    box-shadow: 0px 0px 20px 0px #0000001a;
    border: 1px solid #f4f8ff;
    border-radius: 10px 0 0 10px;
    transition: .6s all linear; }
    .recent-blog ul li a {
      text-decoration: none; }
      h6 .recent-blog ul li a:hover {
        color: #FF5100; }
    .recent-blog ul li:hover {
      box-shadow: 0px 0px 10px 0px #FF5100;
      border-color: #FF5100; }
  .recent-blog .recent-img {
    width: 30%;
    border-radius: 10px 0 0 10px;
    overflow: hidden; }
    .recent-blog .recent-img img {
      height: 120px;
      width: 100%;
      object-fit: cover; }
  .recent-blog .recent-details {
    width: 70%;
    padding: 10px; }
    .recent-blog .recent-details h6 {
      line-height: 1.1; }
  .recent-blog .recent-post {
    position: relative; }
    .recent-blog .recent-post .scroll-box {
      overflow-y: scroll;
      height: 400px;
      margin-right: 1px; }
    .recent-blog .recent-post .scroll-box::-webkit-scrollbar {
      width: .4em; }
    .recent-blog .recent-post .scroll-box::-webkit-scrollbar,
    .recent-blog .recent-post .scroll-box::-webkit-scrollbar-thumb {
      overflow: visible;
      border-radius: 4px; }
    .recent-blog .recent-post .scroll-box::-webkit-scrollbar-thumb {
      background: rgba(0, 0, 0, 0.2); }
    .recent-blog .recent-post .cover-bar {
      position: absolute;
      background: #fff;
      height: 100%;
      top: 0;
      right: 0;
      width: .4em;
      transition: all .5s;
      opacity: 1; }
    .recent-blog .recent-post:hover .cover-bar {
      opacity: 0;
      transition: all .5s; }

/* ----------------------------------------------------------
:: Gallery section 
---------------------------------------------------------- */
.gallery-clubs .lightBox--gallery > ul > li a img {
  width: 100%;
  height: 180px; }
  @media screen and (max-width: 767px) {
    .gallery-clubs .lightBox--gallery > ul > li a img {
      height: 135px; } }
  @media only screen and (min-width: 1600px) {
    .gallery-clubs .lightBox--gallery > ul > li a img {
      height: 250px; } }

/* ----------------------------------------------------------
:: Upcoming Events
---------------------------------------------------------- */
.single-about-box, .event-single-block, .event-single-about-box {
  position: relative;
  transition: 0.4s;
  background: #f5f5f5;
  border-radius: 15px;
  padding: 20px;
  min-height: 155px;
  display: grid;
  align-content: center; }
  @media screen and (max-width: 767px) {
    .single-about-box, .event-single-block, .event-single-about-box {
      padding: 15px; } }
  .single-about-box:hover, .event-single-block:hover, .event-single-about-box:hover {
    background-color: #fff;
    box-shadow: 0 10px 55px 5px #00000026;
    transform: translateY(-5px); }
    .single-about-box:hover::before, .event-single-block:hover::before, .event-single-about-box:hover::before {
      width: 100%; }
  .single-about-box::before, .event-single-block::before, .event-single-about-box::before {
    content: ' ';
    width: 0;
    transition: width .15s ease-out;
    position: absolute;
    top: 0;
    border-top: 4px solid #e77500;
    left: 0; }
  .single-about-box h3, .event-single-block h3, .event-single-about-box h3 {
    font-size: 1rem;
    font-weight: 600; }
    @media screen and (max-width: 767px) {
      .single-about-box h3, .event-single-block h3, .event-single-about-box h3 {
        font-size: 0.8rem; } }
    @media screen and (min-width: 1400px) {
      .single-about-box h3, .event-single-block h3, .event-single-about-box h3 {
        font-size: 1.2rem; } }
  .single-about-box p, .event-single-block p, .event-single-about-box p {
    font-size: .9rem; }
  .single-about-box .monthday .month, .event-single-block .monthday .month, .event-single-about-box .monthday .month {
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 600; }
  .single-about-box .monthday .day, .event-single-block .monthday .day, .event-single-about-box .monthday .day {
    color: #e77500;
    font-size: 2.25rem;
    display: block; }
  .single-about-box .unit-body, .event-single-block .unit-body, .event-single-about-box .unit-body {
    padding-left: 30px; }
  .single-about-box .button--cmn-white-button, .event-single-block .button--cmn-white-button, .event-single-about-box .button--cmn-white-button {
    font-size: .9rem;
    padding: 0.375rem 0; }

/* ----------------------------------------------------------
:: Subscribe
---------------------------------------------------------- */
.shape-tri::after {
  content: '';
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  width: 201%;
  background: #eff3fb;
  z-index: -1;
  transform: skewY(170deg); }

.form-content {
  background-color: #FF5100;
  border-radius: 5px;
  padding: 40px 30px;
  box-shadow: 0 10px 20px #b7b4b4; }
  .form-content .sec-title h2, .form-content h4 {
    color: #fff; }
  .form-content .form-control {
    padding: 1rem 0.75rem;
    background: transparent;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #fff;
    color: #fff; }
    .form-content .form-control:focus {
      outline: none;
      box-shadow: none; }
  .form-content .form-floating > label {
    color: #fff; }
  .form-content .button--effect-1, .form-content .button--effect-white {
    border: 2px solid #fff;
    color: #fff; }
    .form-content .button--effect-1:hover, .form-content .button--effect-white:hover {
      color: #FF5100; }
    .form-content .button--effect-1:before, .form-content .button--effect-white:before, .form-content .button--effect-1:after, .form-content .button--effect-white:after {
      border-bottom: 80px solid #fff; }

.box-content, .club-box-content {
  border-radius: 5px;
  padding: 40px 30px;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 767px) {
    .box-content, .club-box-content {
      padding: 0.5rem;
      margin-top: 0.5rem; } }

.overlay-1 {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #f5f5f5;
  height: 100%;
  width: 45%;
  z-index: -1; }
  @media screen and (max-width: 992px) and (min-width: 320px) {
    .overlay-1 {
      width: 100%; } }

/* ----------------------------------------------------------
:: Contact Us
---------------------------------------------------------- */
.contact {
  color: #333333; }
  .contact .card:nth-of-type(1)::before {
    box-shadow: 27px 27px 51px #fdfdfd, -1px -7px 40px 40px #fff;
    background: transparent;
    border: 1px solid #b1b1b1;
    border-radius: 15px; }
  .contact .single-work-process {
    text-align: center;
    padding: 30px 0px;
    min-height: 205px;
    color: #333333; }
    .contact .single-work-process h3 {
      color: #2b2b2b; }
    .contact .single-work-process .icon {
      background: transparent;
      color: #5C0F8B;
      line-height: 50px;
      clip-path: none;
      margin: auto;
      border: 1px solid #5C0F8B;
      border-radius: 50%;
      height: 50px;
      width: 50px;
      text-align: center;
      font-size: 1.5rem; }
      .contact .single-work-process .icon::before {
        background: #fcfcfc; }
    @media screen and (max-width: 992px) {
      .contact .single-work-process {
        min-height: auto; } }

/* ----------------------------------------------------------
:: Event Calendar :: 1
---------------------------------------------------------- */
.event-single-block {
  display: flex;
  flex: 0 1 100%; }
  .event-single-block .event-left {
    flex: 0 0 auto;
    max-width: 35%; }
    .event-single-block .event-left .monthday {
      position: absolute;
      bottom: 0;
      left: 0;
      background: #e7e7e7e3;
      padding: 0.3rem;
      border-radius: 0 0 0 15px; }
      .event-single-block .event-left .monthday .month {
        color: #5C0F8B; }
  .event-single-block .event-body {
    flex: 0 1 auto;
    padding-left: 10px; }
    .event-single-block .event-body p {
      font-size: .756rem; }
    .event-single-block .event-body h3 {
      font-size: .95rem;
      color: #000; }
    .event-single-block .event-body .read-more-btn {
      color: #fff;
      background: #5C0F8B;
      padding: 0.5rem 0.7rem;
      border-radius: 0;
      float: right;
      position: absolute;
      right: 0;
      bottom: 0;
      border-radius: 0 0 15px 0; }

.event-calendar .separator--type-1::before, .event-calendar .separator--type-1::after {
  background-image: linear-gradient(45deg, #fefefe, transparent); }

/* unused */
.unit .unit-left {
  border-right: 1px solid #D8D7D7;
  padding-right: 1.2rem; }

.event-single-about-box .unit .unit-left, .event-single-about-box .unit .unit-right {
  max-width: 35%; }
.event-single-about-box .monthday {
  position: absolute;
  bottom: 0;
  background: #ffffffc9;
  padding: 0.3rem; }
.event-single-about-box .unit-body {
  padding-left: 12px; }
.event-single-about-box .event-calendar.read-more {
  color: #fff;
  background: #FF5100;
  padding: 0.5rem 0.7rem;
  border-radius: 0;
  float: right;
  position: absolute;
  right: 0;
  bottom: 0;
  top: auto !important; }

/* ----------------------------------------------------------
:: Event Calendar
---------------------------------------------------------- */
.event-calendar .object-fit {
  height: 140px !important; }
  @media screen and (max-width: 767px) {
    .event-calendar .object-fit {
      height: 120px !important; } }
.event-calendar .single-about-box p, .event-calendar .event-single-block p, .event-calendar .event-single-about-box p {
  margin-bottom: .5rem; }
.event-calendar .read-more {
  color: #fff;
  background: #FF5100;
  padding: 0.5rem 0.7rem;
  border-radius: 0;
  float: right;
  position: absolute;
  right: 0;
  top: -43px; }

/*photo-gallery */
.photo-gallery-main .filtericon {
  width: 100%;
  border-bottom: 1px solid #ddd;
  display: inline-block;
  margin-bottom: 10px; }
  .photo-gallery-main .filtericon a {
    background-image: url(../images/shapes/filter.webp);
    background-repeat: no-repeat;
    width: 38px;
    height: 38px;
    background-position: 0px 0px;
    display: inline-block;
    float: right;
    margin-bottom: 10px;
    transition: unset;
    -webkit-transition: unset;
    -moz-transition: unset;
    -ms-transition: unset; }
    .photo-gallery-main .filtericon a:hover {
      border: none; }
.photo-gallery-main .form-control-1 {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 2px solid #5C0F8B;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  margin-bottom: 15px; }

.filter-cat-results .f-cat {
  opacity: 0;
  display: none; }
  .filter-cat-results .f-cat.active {
    opacity: 1;
    display: block;
    -webkit-animation: fadeIn 0.65s ease forwards;
    animation: fadeIn 0.65s ease forwards; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/* ----------------------------------------------------------
:: Footer
---------------------------------------------------------- */
.scroll-to-top {
  position: fixed;
  width: 50px;
  height: 50px;
  font-size: 30px;
  line-height: 1;
  background: #909090;
  background-color: #FF5100;
  box-shadow: 0px 0px 20px 0px #0003;
  right: 20px;
  bottom: 20px;
  border-radius: 25px;
  border: 1px solid #FF5100;
  cursor: pointer;
  display: none;
  z-index: 1;
  color: #fff; }
  .scroll-to-top:hover, .scroll-to-top:focus {
    background: #333333;
    border: 1px solid #333333;
    outline: 0; }

/* ----------------------------------------------------------
:: Responsive CSS
---------------------------------------------------------- */
@media (min-width: 1600px) {
  .container {
    max-width: 80%; } }
.p-left p, .p-left span {
  text-align: left !important; }

.breadcrumb-bottom-img {
  z-index: 3; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 47px;
  font-weight: 500; }

.select2-container .select2-selection--single {
  height: 50px; }

.select2-container--default .select2-selection--single {
  border: 2px solid #5C0F8B;
  border-radius: 5px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #fff transparent transparent transparent;
  border-width: 10px 8px 0 8px;
  margin-left: -9px;
  margin-top: -3px; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #fff transparent;
  border-width: 0 8px 10px 8px; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 50px;
  position: absolute;
  top: 0px;
  border-radius: 4px;
  right: 0px;
  background: #5C0F8B;
  width: 46px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  margin-right: 5px; }

/*# sourceMappingURL=style.css..map */
