 
.img-moving-anim1 {
  position: relative;
  -webkit-animation: glide1 3s linear infinite alternate;
          animation: glide1 3s linear infinite alternate;
}

@-webkit-keyframes glide1 {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% { 
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes glide1 {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.img-moving-anim2 {
  position: relative;
  -webkit-animation: glide2 4s ease-in-out alternate infinite;
          animation: glide2 4s ease-in-out alternate infinite;
}

.img-moving-anim3 {
  position: relative;
  -webkit-animation: glide2 3s ease-in-out alternate infinite;
          animation: glide2 3s ease-in-out alternate infinite;
}

@-webkit-keyframes glide2 {
  0% {
    -webkit-transform: translateY(-20px) translateX(50px);
    transform: translateY(-20px) translateX(50px);
  }
  100% {
    -webkit-transform: translateY(-20px) translateX(0px);
    transform: translateY(-20px) translateX(0px);
  }
}

@keyframes glide2 {
  0% {
    -webkit-transform: translateY(-20px) translateX(50px);
    transform: translateY(-20px) translateX(50px);
  }
  100% {
    -webkit-transform: translateY(-20px) translateX(0px);
    transform: translateY(-20px) translateX(0px);
  }
}
.img-moving-anim4 {
  position: relative;
  -webkit-animation: glide3 4s ease-in-out alternate infinite;
          animation: glide3 4s ease-in-out alternate infinite;
}

.img-moving-anim5 {
  position: relative;
  -webkit-animation: glide3 4s cubic-bezier(0.4, 0, 0.2, 1) alternate infinite;
          animation: glide3 4s cubic-bezier(0.4, 0, 0.2, 1) alternate infinite;
}

@-webkit-keyframes glide3 {
  0% {
    -webkit-transform: translateY(-30px) translateX(30px);
    transform: translateY(-30px) translateX(30px);
  }
  100% {
    -webkit-transform: translateY(-30px) translateX(0px);
    transform: translateY(-30px) translateX(0px);
  }
}

@keyframes glide3 {
  0% {
    -webkit-transform: translateY(-30px) translateX(30px);
    transform: translateY(-30px) translateX(30px);
  }
  100% {
    -webkit-transform: translateY(-30px) translateX(0px);
    transform: translateY(-30px) translateX(0px);
  }
}
/*------------------ owl carosel ---*/
.owl-nav {
  position: absolute;
  right: 0;
  top: -50px;
}

.owl-nav .owl-next,
.owl-nav .owl-prev {
  margin: 0 0 0 20px;
  display: inline-block;
  position: relative;
}

.owl-nav .owl-next i,
.owl-nav .owl-prev i {
  font-size: 20px;
  line-height: 27px;
}

.owl-nav .owl-next:hover i,
.owl-nav .owl-prev:hover i {
  color: #d72924;
}

.owl-nav .owl-prev:before {
  position: absolute;
  right: -11px;
  top: 0px;
  width: 1px;
  height: 15px;
  background: #ddd;
  content: '';
  bottom: 0;
  margin: auto;
  display: block;
  text-align: center;
}

.owl-dots {
  position: absolute;
  right: 0;
  top: -49px;
  z-index: 1;
}

.owl-dots .owl-dot span {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #d72924;
  display: inline-block;
  opacity: 1;
  margin: 0 3px;
  opacity: .5;
}

.owl-dots .owl-dot.active span {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  position: relative;
  top: 2px;
  opacity: 1;
}

#more-news-slider .owl-dots .owl-dot span {
  background: #fff;
}
 
 
.top-social li {
  display: inline-block;
  line-height: 41px;
}

.top-social li a {
  color: #8a8a8a;
  font-size: 14px;
  padding: 0 7px;
}

.top-social li.ts-date {
  padding: 0 14px;
  margin-left: 19px;
  background: #d72924;
  color: #fff;
  font-weight: 600;
}

.top-social li.ts-subscribe {
  padding: 0 30px;
  margin-left: 19px;
  background: #d72924;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}

.top-social li.ts-subscribe a {
  color: #fff;
}

.top-bar {
	background: #fbc3e6;
	padding: 0;
/*	background-image: url(../images/background/header_backgroud.png);*/
	background-position: center;
	background-size: cover;
	
	/*---- version  ---*/
}

.top-bar .ts-temperature {
  display: inline-block;
  padding-right: 30px;
  position: relative;
}

.top-bar .ts-temperature:before {
  position: absolute;
  right: 0;
  top: 3px;
  width: 1px;
  height: 20px;
  content: '';
  background: #e9e9e9;
}

.top-bar .ts-temperature i {
  color: #ffaf31;
}

.top-bar .ts-temperature span b {
  font-weight: 400;
  position: relative;
  top: -4px;
}
 
.top-bar.v2 {
  background: #c2211c;
}

.top-bar.v2 .ts-breaking-news {
  margin-bottom: 0;
  background: transparent;
  padding: 0;
}

.top-bar.v2 .ts-breaking-news .breaking-title {
  color: #fff;
}

.top-bar.v2 .ts-breaking-news p a {
  color: #fff;
}

.top-bar.v2 .top-social li a {
  color: #fff;
}

.top-bar.v3 .ts-date {
  display: inline-block;
  padding-right: 50px;
  font-weight: 500;
  font-size: 14px;
  color: #8a8a8a;
}

.top-bar.v3 .ts-temperature {
  border-right: none;
  padding-right: 0;
}

.top-bar .ts-date {
  font-size: 13px;
  font-weight: 500;
  color: #606060;
}

.top-bar .ts-date-item {
  background: #d72924;
  display: inline-block;
  line-height: 42px;
  padding: 0 14px;
  color: #fff;
}

.top-bar.top-bg {
  background: #f4f4f4;
}

.top-bar .top-nav li {
  display: inline-block;
}

.top-bar .top-nav li a {
  font-size: 13px;
  color: #606060;
  line-height: 26px;
  line-height: 34px;
  margin-left: 35px;
}

.top-bar.bg-blue-dark {
  background: #004e7c;
}

.top-bar.bg-blue-dark .ts-date {
  color: #fff;
}
 

.top-bar.v4 {
  background: #2c2c2c;
}

.top-bar.v4 .ts-breaking-news {
  margin-bottom: 0;
  background: transparent;
  padding: 8px 20px 8px 0;
}

.top-bar.v4 .ts-breaking-news .breaking-post-content p a {
  color: #fff;
}

.top-bar.v5 .ts-breaking-news {
  padding: 7px 20px 7px 0;
  margin-bottom: 0;
}
.header-left-logo img {
	width: 110px;
}
.header-logo {
	text-align: center;
	padding: 12px 0;
}
.sticky-logo {
	width: 200px;
}
.header-multi-logo img {
	width: 110px;
}
.header-multi-logo {
	text-align: right;
}
/*=============================
         header middle
 =============================*/
.header-middle {
  padding: 20px 0;
}

.header-middle .banner-img {
  text-align: center;
}

.header-middle.v2 {
  background: #d72924;
  padding: 4px 0;
  margin-bottom: 5px;
}

.header-middle.v2 .logo a {
  text-align: left;
}

.header-middle.v3 {
  padding: 25px 0;
}

.header-middle.v4 {
  padding: 38px 0;
}

.banner-img img {
  max-width: 100%;
}

.bg-blue {
  background: #005689;
}

.currency-list-item ul li {
  display: inline-block;
  border-right: 1px solid #1a6795;
  padding-right: 10px;
}

.currency-list-item ul li .currency-item {
  display: inline-block;
  padding: 0 14px;
}

.currency-list-item ul li .currency-item label {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.currency-list-item ul li .currency-item span {
  font-size: 12px;
}

.currency-list-item ul li .currency-item.right {
  text-align: right;
}

.currency-list-item ul li:nth-child(odd) .currency-item span {
  color: #ff433d;
}

.currency-list-item ul li:nth-child(even) .currency-item span {
  color: #11e260;
}

.currency-list-item ul li:last-child {
  padding-right: 0;
  border-right: none;
}

.currency-list-item ul li:last-child .currency-item.right {
  padding-right: 0;
}

/*=============================
        header nav
 =============================*/
@media (min-width: 992px) {
  .ts-menu-sticky.sticky {
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.08);
    position: fixed;
    top: 0;
    z-index: 9;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 930px;
  }
  .ts-menu-sticky.sticky.fade_down_effect {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
  }
}

@media (min-width: 1200px) {
  .ts-menu-sticky.sticky {
    max-width: 1110px;
  }
}

/*------ nav top ------ */
.header-nav-item {
  padding-left: 5px;
}

.breaking-title {
	font-size: 13px;
	text-transform: uppercase;
	color: #d72924;
	font-weight: 700;
	margin-bottom: 0;
	line-height: 26px;
	padding-right: 10px;
	width: 150px;
	float: left;
}

.breaking-title i {
  font-size: 15px;
  margin-right: 6px;
}

.mobile-logo {
  display: none;
}

.ts-breaking-news {
	background: #C71585;
	padding: 18px 20px
}
 

.ts-breaking-news p a {
  font-size: 13px;
  line-height: 26px;
  font-family: "Open Sans", sans-serif;;
  font-weight: 600;
}

#breaking_slider .owl-nav {
	position: absolute;
	right: 0;
	top: 1px;
}

#breaking_slider .owl-nav .owl-prev,
#breaking_slider .owl-nav .owl-next {
  width: 24px;
  background: #f0f1f4;
  color: #222;
  line-height: 19px;
  margin-left: 5px;
  height: 24px;
  font-size: 16px;
}

#breaking_slider .owl-nav .owl-prev:before,
#breaking_slider .owl-nav .owl-next:before {
  display: none;
}

#breaking_slider .owl-nav .owl-prev:hover,
#breaking_slider .owl-nav .owl-next:hover {
  background: #d72924;
  color: #fff;
}

.header-default {
  position: relative;
}

.logo {
  background: #d72924;
  height: 115px;
}

.logo a {
  display: block;
  text-align: center;
  line-height: 115px;
}

.nav-header {
  padding: 0;
  margin: 0;
  width: 0;
}

 
.nav-menu > li > a {
  height: 60px;
  padding: 22px 20px;
  text-transform: uppercase;
  font-weight: 700;
  color: #232323;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.nav-menu > li > a .submenu-indicator {
  -webkit-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s;
  margin-top: 0px;
}

.nav-menu > li > a .submenu-indicator:before {
  content: '\f0d7';
  font-size: 14px;
  font-family: 'FontAwesome';
}

.nav-menu > li > a .submenu-indicator .submenu-indicator-chevron {
  display: none;
}

.nav-menu > li > a:hover {
  background: #d72924;
  color: #fff !important;
}

.nav-menu > li .nav-dropdown li a {
  font-weight: 700;
  height: 50px;
  padding: 16px 20px;
}

.nav-menu > li.focus > a {
  color: #d72924;
}

.nav-menu > li.active > a {
  background: #d72924;
  color: #fff;
}

.nav-menu > li.active > a .submenu-indicator-chevron {
  border-color: transparent #ffffff #ffffff transparent;
}

.nav-menu > li .nav-dropdown {
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.nav-menu > li .nav-dropdown li a {
  font-size: 14px;
  color: #232323;
  border: none;
  padding: 14px 16px;
  font-weight: 400;
}

.nav-menu > li .nav-dropdown li a:hover {
  color: #d72924;
}

.nav-menu > li .nav-dropdown li a:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 85%;
  right: 0;
  margin: auto;
  height: 1px;
  background: #eae8e8;
  content: '';
}

.nav-menu > li .nav-dropdown li:last-child a:before {
  display: none;
}

.nav-menu .megamenu-panel {
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.nav-menu .megamenu-lists .megamenu-list > li > a {
  font-size: 14px;
  color: #232323;
}

.nav-menu .megamenu-lists .megamenu-list > li > a:hover {
  color: #d72924;
  background: transparent;
}

.nav-menu .megamenu-tabs-nav {
  background: #f0f1f4;
}

.nav-menu .megamenu-tabs-nav > li > a {
  font-size: 14px;
  color: #232323;
  border: none;
  padding: 14px 16px 14px 30px;
}

.nav-menu .megamenu-tabs-nav > li > a:hover {
  color: #d72924;
  background: #f0f1f4;
}

.nav-menu .megamenu-tabs-nav > li.active a {
  background: transparent;
  color: #d72924;
}

.nav-menu .megamenu-tabs {
  padding: 15px 0;
}

.nav-menu .megamenu-tabs-pane {
  border: none;
  border-left: 1px solid #f0f1f4;
  padding-left: 30px;
  padding-top: 0;
  padding-bottom: 0;
}

.right-menu li {
  float: left;
}

.user-ragistration a{
  font-size: 19px;
  display: block;
  text-align: center;
  color: #fff;
}

.right-menu li .nav-search {
  height: 60px;
}

.right-menu li .nav-search .nav-search-button {
  height: 100%;
  line-height: 64px;
  color: #fff;
  font-size: 17px;
  width: 60px;
  background: #d72924;
}

.right-menu .nav-search-inner input[type=text], .right-menu .nav-search-inner input[type=search] {
  height: 60px;
  line-height: 60px;
  font-size: 20px;
}

.right-menu .nav-search-close-button {
  top: 16px;
}

/*----------- header-standerd---------*/
.header-standerd {
  background: #d72924;
}

.header-standerd .navigation {
  background: transparent;
}

.header-standerd .nav-menu > li > a {
  color: #fff;
}

.header-standerd .nav-menu > li > a:hover {
  background: #c2211c;
}

.header-standerd .nav-menu > li.active > a {
  background: #c2211c;
}

.header-standerd .right-menu li a {
  border-left: none;
  color: #fff;
  position: relative;
}

.header-standerd .right-menu li a:before {
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 20px;
  content: '';
  bottom: 0;
  margin: auto;
  background: #fff;
}

/*-------  vertion 3 ------*/
.menu-centerd .ts-main-menu {
  text-align: center !important;
}

.nav-menu-item {
  position: relative;
}

.nav-menu-item .ts-main-menu .nav-menu > li > a {
  font-size: 16px;
  height: 70px;
  font-weight: 400;
  color: #212121;
  padding: 22px 28px;
  text-transform: capitalize;
}

.nav-menu-item .ts-main-menu .nav-menu > li > a:hover {
  background: #fff;
}

.nav-menu-item .ts-main-menu .nav-menu > li .nav-dropdown li a:hover {
  background: #6cba40;
  color: #fff;
}

.nav-menu-item .ts-main-menu .nav-menu li.active > a {
  background: transparent;
  color: #6cba40;
}

.nav-menu-item .ts-main-menu .right-menu li .nav-search .nav-search-button {
  background: transparent;
  color: #212121;
  width: 50px;
  height: auto;
  line-height: 69px;
  font-size: 16px;
}

.nav-menu-item.nav-icon-item .navigation {
  height: 114px;
}

.nav-menu-item.nav-icon-item .nav-menu > li > a {
  padding: 22px 58px;
  height: 100% !important;
  font-size: 14px;
  font-weight: 500 !important;
  color: #383838;
  text-transform: uppercase !important;
}

.nav-menu-item.nav-icon-item .nav-menu > li > a i {
  display: block;
  width: auto;
  text-align: center;
  margin-bottom: 12px;
  font-size: 35px;
  height: auto;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  line-height: 34px;
}

.nav-menu-item.nav-icon-item .nav-menu > li .nav-dropdown li a:hover {
  color: #fff;
}

.nav-menu-item.nav-icon-item .ts-main-menu .right-menu li .nav-search .nav-search-button {
  width: auto;
  line-height: 36px;
  padding: 25px 61px;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.nav-menu-item.nav-icon-item .ts-main-menu .right-menu li .nav-search .nav-search-button i {
  font-size: 24px;
}

.nav-menu-item.nav-icon-item .ts-main-menu .right-menu li .nav-search .nav-search-button b {
  display: block;
  text-transform: uppercase;
  font-weight: 500;
}

.nav-menu-item.nav-icon-item .ts-main-menu .right-menu li .nav-search .nav-search-button:hover {
  color: #6cba40;
}

/*---- vertion 4---*/
.header-transparent {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  border-bottom: 1px solid #33335b;
}

.header-transparent .nav-header {
  width: auto;
}

.header-transparent .nav-header .nav-brand {
  padding: 0;
  line-height: 80px;
}

.header-transparent .navigation {
  background: transparent;
  height: 80px;
}

.header-transparent .nav-menu > li > a {
  color: #fff;
  height: 80px;
  padding: 31px 26px;
  position: relative;
}

.header-transparent .nav-menu > li > a .submenu-indicator {
  margin-top: 0;
}

.header-transparent .nav-menu > li > a:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #007dff;
  content: '';
  opacity: 0;
  visibility: hidden;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.header-transparent .nav-menu > li > a:hover {
  background: transparent;
}

.header-transparent .nav-menu > li > a:hover::before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.header-transparent .nav-menu > li.active > a {
  background: transparent;
  color: #007dff;
}

.header-transparent .nav-menu > li .nav-dropdown {
  border-top: none;
  background: #fff;
}

.header-transparent .right-menu li .nav-search {
  width: 80px;
  height: 80px;
  margin-left: 15px;
}

.header-transparent .right-menu li .nav-search .nav-search-button {
  width: 100%;
  height: 100%;
  line-height: 80px;
  background: transparent;
  border-left: 1px solid #33335b;
  border-right: 1px solid #33335b;
}

.header-box .navigation {
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.08);
  height: 50px;
}

.header-box .right-menu li .nav-search {
  height: 50px;
}

.header-box .right-menu li .nav-search .nav-search-button {
  line-height: 56px;
}

.header-box .nav-menu > li > a {
  padding: 16px 25px;
  height: 50px;
}

.header-box .nav-menu > li > a:hover {
  background: #fff;
  color: #005689 !important;
}

.header-box .nav-menu > li > a:hover::before {
  opacity: 1;
  visibility: visible;
  width: 100%;
}

.header-box .nav-menu > li > a .submenu-indicator {
  margin-top: 0;
}

.header-box .nav-menu > li > a:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background: #005689;
  content: '';
  opacity: 0;
  visibility: hidden;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}

.header-box .nav-menu > li.active > a {
  background: transparent;
  color: #005689;
}

.header-box .right-menu li .nav-search .nav-search-button {
  background: #fff;
  color: #232323;
}

.ts-mega-menu.megamenu-panel {
  max-width: 500px;
  padding: 15px 0;
}

.ts-mega-menu.megamenu-panel .megamenu-list li a {
  height: 46px;
  padding: 15px 20px;
}  
   
/*--------------------------------
          sport index css 
------------------------------------*/
.top-bar.transparent {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	background: transparent;
	z-index: 2;
}

.top-bar.transparent #breaking_slider .owl-nav {
  top: 0;
  right: -46px;
}

.top-bar.transparent #breaking_slider .owl-nav .owl-prev,
.top-bar.transparent #breaking_slider .owl-nav .owl-next {
  color: #fff;
  background: #111c20;
}

.top-bar.transparent .ts-breaking-news {
  background: transparent;
  padding: 8px 20px 8px 0;
}

.top-bar.transparent .ts-breaking-news .breaking-news-content {
  width: 85%;
}

.top-bar.transparent .ts-breaking-news p a {
  color: #000;
}




 

.header-box-transprent .ts-main-menu .nav-header {
  width: auto;
  height: 100%;
}

.header-box-transprent .ts-main-menu .nav-header .nav-brand {
  line-height: 64px;
  padding: 0 18px;
}

.header-box-transprent .ts-main-menu .nav-menu > li > a {
	padding: 24px 11px;
	font-weight: 600;
	color: #fff;
}
.header-box-transprent.fixed-header .nav-menu li .menu-link:hover {
	color: #fdb815 !important;
}
.header-box-transprent .ts-main-menu .nav-menu > li > a:hover {
  background: transparent;
}

.header-box-transprent .ts-main-menu .nav-menu > li > a .submenu-indicator:before {
  content: '\f107';
}

.header-box-transprent .ts-main-menu .nav-menu > li.active a {
  background: transparent;
}

.header-box-transprent .ts-main-menu .nav-menu > li:first-child a {
  padding-left: 20px;
}

.header-box-transprent .ts-main-menu .right-menu li a {
  height: 65px;
  line-height: 65px;
  width: 65px;
  color: #fff;
  border-left: none;
}

.header-box-transprent .ts-main-menu .right-menu li .nav-search {
  height: 65px;
  width: 65px;
  border-left: 1px solid #bb1619;
}

.header-box-transprent .ts-main-menu .right-menu li .nav-search .nav-search-button {
  line-height: 67px;
  width: 100%;
  background: transparent;
}
/*---------------------
    sticky header 
-----------------*/
.header-area.fixed-header {
/*	position: fixed !important;*/
	top: 0;
	left: 0;
	width: 100%;
	box-shadow: 0px 6px 6px 4px #00000017;
	backdrop-filter: none;
	z-index: 99;
	background: #C71585;
}
.header-area .ts-main-menu.fixed-header {
	height: 65px;
	background: rgba(0, 0, 0, 0.86);
}
.fixed-header .nav-header.visible-title {
	background: #fff !important;
}
.static-logo {
	display: none;
}
.fixed-header .static-logo {
	display: inline-block;
}

.fixed-header .right-menu li a {
	color: #C71585 !important;
}
.fixed-header .right-menu {
	background: #fff !important;
}
.fixed-header .right-menu {
	color: #fff !important;
}   
 .header-box-transprent .ts-main-menu .nav-menu > li.active .menu-link, 
 .header-box-transprent .ts-main-menu .nav-menu > li a:hover {
	color: #ef7f1a !important;
}
/*----------------------------
    travel index css 
---------------------------*/
.header-transprent {
  top: 25px;
}

.header-transprent .ts-main-menu {
  background: transparent;
}

.header-transprent .ts-main-menu .nav-menu > li > a {
  font-weight: 400;
}

.header-transprent .ts-main-menu .nav-menu > li.header-search .header-search-form {
  position: absolute;
  left: 0;
  width: 100%;
  background: #fff;
  display: none;
}

@media only screen and (max-width:991px){
  .header-box-transprent {
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 2;
  }
}

@media only screen and (min-width:992px){
  .header-box-transprent {
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 2;
    background: #C71585;
  }
}
/*=================== Home Aboutus=====================*/
.hero-banner {
	background: #fff5f1;
}
.section-subtitle {
	font-weight: 600;
	color: #C71585;
}

.section-subtitle::after {
	content: "";
	width: 0;
	bottom: 7px;
	height: 2px;
	display: inline-block;
	background: #C71585;
	margin: 16px 0 0 5px;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	transition-duration: 500ms;
	-webkit-transition-duration: 500ms;
	transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
	-webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
	transition-delay: 0.4s;
}
.hero-banner .arrow-vector {
	position: absolute;
	left: 43%;
	top: 37%;
}
.hero-banner .first-block {
	position: relative;
	padding-left: 48px;
}
.hero-banner .first-block .mic-image-box {
	display: flex;
	align-items: center;
	gap: 89px;
	position: absolute;
	right: 35px;
	margin-bottom: 24px;
}
.hero-banner .right-images-block {
	display: flex;
	text-align: center;
}
.hero-banner .right-images-block img:nth-child(2) {
	padding-top: 24px;
}
.clock {
  width: 650px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}









 

.countdown__container {
	display: grid;
	grid-template-columns: repeat(4, 148px);
	gap: 1em;
	align-items: center;
	justify-content: center;
	margin-top: 3em;
}
.countdown__el {
  display: flex;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  align-self: flex-start;
  align-items: center;
  position: relative;
}
.countdown__time {
	border-radius: 5px;
	box-shadow: 1px 1px 9px -2px #00000042;
	display: flex;
	justify-content: center;
	text-align: center;
	position: relative;
	height: 95px;
	max-width: 75px;
	width: 100%;
	border-radius: 5px;
	-webkit-perspective: 479px;
	-moz-perspective: 479px;
	-ms-perspective: 479px;
	-o-perspective: 479px;
	perspective: 479px;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.countdown__time .count {
	background: #aa0991;
	color: #fff;
	display: block;
	font-size: 40px;
	line-height: 2.4em;
	overflow: hidden;
	position: absolute;
	text-align: center;
	width: 100%;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-o-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transform-style: flat;
	-moz-transform-style: flat;
	-ms-transform-style: flat;
	-o-transform-style: flat;
	transform-style: flat;
	font-weight: 600;
}

.countdown__time .count.top {
	border-radius: 5px 5px 0 0;
	height: 50%;
	-webkit-transform-origin: 50% 100%;
	-moz-transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	-o-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	background: #c71585;
}
.countdown__time .count.bottom {
  background-image: linear-gradient(rgba(255, 255, 255, 0.1), transparent);
  background-image: -webkit-linear-gradient(
    rgba(255, 255, 255, 0.1),
    transparent
  );
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.1), transparent);
  background-image: -ms-linear-gradient(rgba(255, 255, 255, 0.1), transparent);
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0.1), transparent);
  border-top: 1px solid var(--border-color);
  /*border-bottom: 1px solid #000;*/
  border-radius: 0 0 5px 5px;
  line-height: 0;
  height: 50%;
  top: 50%;

  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
.countdown__el .countdown__label {
	margin-top: 15px;
	width: 100%;
	font-weight: 600;
	font-size: 20px;
	color: #c71585;
}

/* Animation start */
.count.curr.top {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  z-index: 3;
}
.count.next.bottom {
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  -o-transform: rotateX(90deg);
  transform: rotateX(90deg);
  z-index: 2;
}
.flip .count.curr.top {
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  -o-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
}
.flip .count.next.bottom {
	-webkit-transition: all 250ms ease-in-out 250ms;
	-moz-transition: all 250ms ease-in-out 250ms;
	-ms-transition: all 250ms ease-in-out 250ms;
	-o-transition: all 250ms ease-in-out 250ms;
	transition: all 250ms ease-in-out 250ms;
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	transform: rotateX(0deg);
	background: #c71585;
}

@media screen and (max-width: 600px) {
  .countdown__container {
    grid-template-columns: repeat(2, 1fr);
  }
}

/*=================== Home Welcome section =====================*/
.d-block.bold-text {
	font-size: 19px;
	font-weight: 600;
}



.about-content-list {
	margin-bottom: 19px;
	padding-left: 40px;
}
.about-content-list li {
	font-size: 17px;
	
	list-style: disc;
	margin-bottom: 5px;
}
.organizer-details h3 {
	font-size: 21px;
	font-weight: 600;
	color: #C71585;
	margin: 20px 0 0;
}
/*=================== Home Events =====================*/
.events-wrap {
	border: 1px solid #e1e1e1;
	padding: 20px 15px;
	height: 100%;
}
.event-heading::after {
	height: 2px;
	width: 100%;
	content: "";
	position: absolute;
	left: 0;
	top: 21px;
	background: #ccc;
}
.event-title {
	background: #C71585;
	display: inline-block;
	text-align: center;
	margin: 0 auto;
	padding: 7px 52px;
	color: #fff;
	border-radius: 3px;
	z-index: 1;
}
.event-items img {
	height: 165px;
	width: 100%;
	object-fit: cover;
}


.post-date-info li {
	display: inline-block;
	font-size: 13px;
	font-weight: 600;
	color: #393a3c;
}
.post-title a {
	font-size: 20px;
	font-weight: 600;
}
.vanue-name {
	font-size: 14px;
}



/*=================== Home Page Counter =====================*/
/* .counter-section {
	background: #fff5f1 url(../images/background/bg.png);
} 
.counter-section {
	background: linear-gradient(6.97deg,#ff4c15 58.37%,#d50e12 72.43%), url(../images/background/bg.png);
}*/
.counter-section {
	background: linear-gradient(6.97deg,#C71585 58.37%,#e3006b 72.43%), url(../images/background/bg.png);
	padding-top: 120px;
}
.counter-section::after {
	background: url(../images/background/bg.png);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	opacity: 0.3;
}
.counter-section .container{
	z-index: 1;
}
.counter-bg-shape {
	top: 30%;
	left: 0;
	width: 78%;
	height: 179px;
	background-color: #d50e12;
	filter: blur(170px);
	position: absolute;
	right: 0;
	margin: 0 auto;
}
.stat-count {
	font-weight: 700;
	font-family: "Open Sans", sans-serif;
	color: #fdb815;
}
.milestone-details {
	font-family: "Open Sans", sans-serif;;
}
.counter-icons img {
	width: 55px;
	filter: brightness(0) invert(1);transition: 0.5s all ease-in-out;
}
.milestone-counter:hover img {
	animation: icon-bounce 0.8s ease-out infinite;
}
.milestone-counter.text-center {
	border: 2px dashed #fff;
	border-radius: 50%;
	width: 258px;
	height: 258px;
	padding-top: 59px;
	position: relative;
}
.magazine-images {
	z-index: 1;
}
.img-moving-anim1.magazine-img2 {
	position: absolute;
	left: 100px;
	top: 49px;
}
.img-moving-anim1.magazine-img3 {
	position: absolute;
	left: 215px;
	top: 89px;
}
.magazine-dot-shape {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}
.shape-arrow {
	position: absolute;
	left: -184px;
	margin-top: -38px;
}
@media only screen and (min-width:1200px){
  #counter {
    width: 98%;
    margin: 0 auto;
  }
.col-counter {
    max-width: 20%;
    padding: 0;
  }
.col-counter:first-child {
    margin-left: -7px;
  }
}


/*=================== Home Services =====================*/
.service-magazines-section .container {
	border-top: 1px solid #c8c8c8;
}
.magazine-single-service {
	display: grid;
	grid-template-columns: 49% 48%;
	gap: 15px;
	align-items: center;
	background: #f2f2f2;
	padding: 15px;
}
.service-title {
	font-weight: 600;
	color: #282828;
  font-family: "Open Sans", sans-serif;
}


/*=================== Home Populer Magazine =====================*/
.populers-magazines-section {
	background: url(../images/background/lightest_grey.jpg);
}
.populer-maga-items {
	padding: 30px 15px 15px;
}
.populer-maga-items .events-image {
	box-shadow: 5px 3px 18px 5px rgba(0, 0, 0, 0.14);
	background: #fff;
	padding: 10px;
	border-radius: 6px;
	transition: 0.5s all ease-in-out;
}
.events-image.mb-4:hover {
	transform: scale(1.05);
}
/*=================== Teams =====================*/
.team-wrap {
	background: #f2f2f2;
	padding: 12px;
	text-align: center;
	border-radius: 5px;
	border: 1px solid #d2d2d2;
  transition: 0.5s all ease-in-out;
}
.team-wrap:hover {
	background: #fff;
	box-shadow: 0px 5px 9px -8px #000;
	transform: translateY(-10px);
}
.team-wrap img {
  width: 66% !important;
  transition: 0.5s all ease-in-out;
}
.team-wrap:hover img {
	transform: scale(1.1) rotate(5deg) !important;
}
.team-social-media {
	position: absolute;
	right: 0;
	bottom: -56px;
	transition: 0.5s all ease-in-out;
	left: 0;
}
.team-wrap:hover .team-social-media {
	bottom: 0;
}
.team-social-media li {
	display: inline-block;
}
.team-social-media a {
	margin: 10px;
	display: block;
}
.team-social-media a i {
	font-size: 25px;
	background: #fff;
	padding: 5px;
	width: 34px;
	border-radius: 5px;
	color: #C71585;
	transition: 0.5s all ease-in-out;
}
.team-social-media a i:hover {
	background: #C71585;
	color: #fff;
}
.team-details {
	padding-top: 20px;
}
.team-title {
	font-weight: 600;
  transition: 0.5s all ease-in-out;
}
.team-wrap:hover .team-title {
	color: #C71585;
}
.team-btn{z-index: 1;}
.team-all::after {
	width: 100%;
	height: 2px;
	content: "";
	position: absolute;
	left: 0;
	margin-top: 24px;
	border-top: 2px dashed #C71585;
}


/*=================== testimonials Slider  =====================*/
.testi-slider {
	background: url(../images/shapes/testimonials_bg.svg),linear-gradient(6.97deg,#ff1531 -27.63%,#99100d 102.43%);
	background-position-x: 0%, 0%;
	background-position-y: 0%, 0%;
	background-repeat: repeat, repeat;
	background-position: 100% 100%,0;
	background-repeat: no-repeat,no-repeat;
	background-blend-mode: normal;
	padding: 30px;
}
.testimonials-heading-area {
	padding: 50px 30px 50px 30px;
	background: linear-gradient(#fff,#fff) padding-box,linear-gradient(234.08deg,#ea1b15,#c02641 81.38%) border-box;
	border: 2px solid transparent;
	border-radius: 20px 0 0 20px;
	align-items: center;
	display: flex;
}
.testi-slider {
	background: url(../images/shapes/testimonials_bg.svg),linear-gradient(6.97deg,#ff1531 -27.63%,#99100d 102.43%);
	background-position-x: 0%, 0%;
	background-position-y: 0%, 0%;
	background-repeat: repeat, repeat;
	background-position: 100% 100%,0;
	background-repeat: no-repeat,no-repeat;
	background-blend-mode: normal;
	padding: 40px 30px 40px;
	border-radius: 0 20px 20px 0;
}
.testi-title-area {
	display: flex;
	align-items: center;
}
.testi-image img {
	max-width: 100px;
	height: 100px;
	border-radius: 50%;
	float: left;
	min-width: 100px;
}
.test_title {
	font-weight: 600;
}
.testimonials-inner-slider .owl-nav {
	right: auto;
	left: -105px;
	top: auto;
}


/*=================== testimonials Slider  =====================*/
.exhibitor-section {
	background: linear-gradient(6.97deg,#c71585 -27.63%,#ae036f 102.43%);
}
.nft-new-glow-bg-5 {
	top: 30%;
	left: 0;
	width: 300px;
	height: 300px;
	filter: blur(200px);
	background-color: #286bd5;
	filter: blur(170px);
	position: absolute;
}
.exhibitor-counter.text-center {
	background: linear-gradient(#fff, #fff), linear-gradient(to right, #d30fa7, #9b0463);
	background-repeat: repeat, repeat;
	background-origin: padding-box, padding-box;
	border: 5px solid transparent;
	background-repeat: no-repeat;
	background-origin: padding-box, border-box;
	padding: 30px 15px;
	height: 100%;
	align-items: center;
	box-shadow: 0px 1px 20px 1px #00000080;
}
.exhibitor-counter .stat-count, .persantage-title {
	color: #C71585;
	font-weight: 700;
}
.persantage-title {
	top: 9px;
}
.exhibitor-text{font-weight: 600;}




.sponsor-heading {
	background: url(../images/background/sponsor_bg.webp);
	background-size: cover;
	border-radius: 25px 25px 0 0;
	z-index: 1;
	overflow: hidden;
	padding: 30px 20px;
}
.sponsor-heading::before {
	background: #000;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	opacity: .7;
	right: 0;
	content: "";
	z-index: -1;
}
.sponsor-heading p {
	font-size: 17px;
}
.col-sponsor-logo {
  padding-bottom: 10px
}

.sponsor-logo-wrap {
	padding: 30px 5px;
	background: #fff;
	box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.17);
	border: 1px solid #fff;
	transition: 0.5s all ease-in-out;
	border: 1px solid #fff;
}

.sponsor-logo-wrap:hover {
	background: linear-gradient(#fff,#fff) padding-box,linear-gradient(234.08deg,#f65509,#c02641 81.38%) border-box;
	border: 1px solid transparent;
}
.sponsor-logo-wrap img {
  width: 120px;
  filter: grayscale(0.9);
  opacity: .4;
  transition: .5s
}

.sponsor-logo-wrap:hover img {
  filter: none;
  opacity: 1
}

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

@media only screen and (min-width:576px) {
   
  .col-sponsor-logo:nth-child(1),
  .col-sponsor-logo:nth-child(3),
  .col-sponsor-logo:nth-child(5),
  .col-sponsor-logo:nth-child(7),
  .col-sponsor-logo:nth-child(9) {
      padding: 5px 5px 5px 12px
  }

  .col-sponsor-logo:nth-child(2),
  .col-sponsor-logo:nth-child(4),
  .col-sponsor-logo:nth-child(6),
  .col-sponsor-logo:nth-child(8),
  .col-sponsor-logo:nth-child(10) {
      padding: 5px 12px 5px 5px
  }

}


@media only screen and (min-width:768px) {
    
  .sponsor-section.row {
      padding: 0 7px
  }

  .col-sponsor-logo:nth-child(1),
  .col-sponsor-logo:nth-child(2),
  .col-sponsor-logo:nth-child(3),
  .col-sponsor-logo:nth-child(4),
  .col-sponsor-logo:nth-child(5),
  .col-sponsor-logo:nth-child(6),
  .col-sponsor-logo:nth-child(7),
  .col-sponsor-logo:nth-child(8),
  .col-sponsor-logo:nth-child(9),
  .col-sponsor-logo:nth-child(10) {
      padding: 5px
  }

}

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


 
  .sponsor-heading {
    border-radius: 25px 0 0 25px;
  }
 
  .col-sponsor-logo {
    max-width: 20%;
  }

  .sponsor-logo-wrap {
      padding: 35px 5px
  }

  .sponsor-logo-wrap img {
      width: 120px
  }

  .col-sponsor-logo:nth-child(1),
  .col-sponsor-logo:nth-child(2),
  .col-sponsor-logo:nth-child(3),
  .col-sponsor-logo:nth-child(4),
  .col-sponsor-logo:nth-child(6),
  .col-sponsor-logo:nth-child(7),
  .col-sponsor-logo:nth-child(8),
  .col-sponsor-logo:nth-child(9) {
      padding: 0 3.5px
  }

  .col-sponsor-logo:nth-child(1) .sponsor-logo-wrap,
  .col-sponsor-logo:nth-child(2) .sponsor-logo-wrap,
  .col-sponsor-logo:nth-child(3) .sponsor-logo-wrap,
  .col-sponsor-logo:nth-child(4) .sponsor-logo-wrap,
  .col-sponsor-logo:nth-child(5) .sponsor-logo-wrap {
      margin-bottom: 7px;
  }

  .col-sponsor-logo:nth-child(5),
  .col-sponsor-logo:nth-child(10) {
      padding: 0 15px 0 3.5px
  }

}

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

  .content-area p {
      padding: 60px 15px
  }

  .sponsor-logo-wrap {
    padding: 30px 0;
  }

  .sponsor-logo-wrap img {
      width: 140px
  }

  .block-logo {
      width: 120px
  }
}

@media only screen and (min-width:1441px) {
   
  .col-sponsor-logo:nth-child(5) .sponsor-logo-wrap.text-center,
  .col-sponsor-logo:nth-child(10) .sponsor-logo-wrap.text-center {
      padding: 37px 25px
  }

  .sponsor-logo-wrap {
      padding: 35px 25px
  }
}

  
/*=================== Home Blog  =====================*/
.home-blog-section::after {
	width: 100%;
	height: 285px;
	content: "";
	top: 0;
	left: 0;
	position: absolute;
	background: url(../images/background/lightest_grey.jpg);
}
.home-blog-section .container {z-index: 1;}
.home-blog-wrap {
	transition: 0.5s all ease-in-out;
}
.home-blog-wrap::after {
	background: #000;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	opacity: 0.5;
	border-radius: 8px;
	transition: 0.5s all ease-in-out;
}
.home-blog-wrap:hover::after {
	opacity: 0.8;
}
.home-blog-wrap:hover {
	transform: scale(1.02);
}
.blog-image {
	overflow: hidden;
	box-shadow: 0px 2px 6px 4px rgba(0,0,0,0.1);
	border-radius: 8px;
}
.blog-media {
	position: absolute;
	top: 10px;
	left: -23px;
	transform: rotate(-36deg);
	background: #fff;
	padding: 0px 24px;
}
.home-blog-wrap img {
	height: 250px;
	width: 100%;
	object-fit: cover;
}
.blog-details {
	position: absolute;
	bottom: 0;
	padding: 13px;
	z-index: 1;
}
.blog-titles {
	font-weight: 600;
  color: #fff;
}
.home-blog-wrap:hover .blog-titles {
	text-decoration: none;
	color: #ff8300;
}
.blog-date i {
	font-size: 15px;
	padding-right: 4px;
  color:#fff;
}
.dynemic-deta {
	font-weight: 500;
	font-family: "Open Sans", sans-serif;
  color: #fff;
}
.blog-footer {
	display: flex;
	align-items: center;
	align-content: space-between;
	justify-content: space-between;
} 
.blog-read-more a {
	background: transparent;
	color: #fff;
	border: none;
	font-family: "Open Sans", sans-serif;
  font-size: 17px
}
.home-blog-wrap:hover .blog-read-more a {
	color: #fff;
	border: none;
	padding-right: 10px;
	background: none;
}
.home-blog-wrap:hover a .words .second .char {
	color: #fff;
}

/* ============ Footer Section ============*/
.footer-section {
	background: #b13182;
}
.footer-widget a{text-decoration: none;transition: 0.5s all ease-in-out;}
.title-widget {
	font-weight: 600;
	font-family: "Open Sans", sans-serif;
	padding-bottom: 5px;
	margin-bottom: 15px;
}
.title-widget::after {
	background: #fff;
	width: 30px;
	height: 2px;
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
}
.widget-icon {
	color: #fff;
	font-size: 16px !important;
	padding-right: 10px;
}
.widget-icon.phone-icon.fa.fa-phone {
	font-size: 20px !important;
}
.footer-contact-details a {
	color: #fff;
  font-family: "Open Sans", sans-serif;
}
.first-number::after {
	background: #fff;
	width: 2px;
	height: 18px;
	content: "";
	position: absolute;
	right: 0;
	top: 3px;
}
.footer-contact-details {
	margin-bottom: 14px;
}
.contact-info:hover {
	color: #C71585;
}
.first-number {
	padding-right: 18px;
	position: relative;
	margin-right: 15px;
} 
.location-icon {
	top: 6px;
}
.links-widget a {
	color: #fff;
	font-size: 15px;
	margin-bottom: 16px;
	display: block;
	font-family: "Open Sans", sans-serif;
	position: relative;
}
.links-widget a:hover {
	padding-left: 0;
	margin-left: -16px;
}
.links-widget a i {
	color: #fff;
	font-size: 16px;
	transition: 0.5s all ease-in-out;
}
.links-widget a .link-arrow-left {
	color: #fff;
	font-size: 16px;
	transition: 0.5s all ease-in-out;
	padding-right: 5px;
}
.links-widget a:hover .link-arrow-left {
	opacity: 0;
}
.link-arrow-right {
	margin-left: -20px;
	opacity: 0;
}
.links-widget a:hover .link-arrow-right{
  opacity: 1;
  margin-left: 6px;
} 
.gallery-widget li {
	display: inline-block;
	margin: 5px 5px 5px 0px;
}
.gallery-widget li img {
	width: 120px;
}
.footer-middle {
	background: #ffffff;
	padding: 23px 0;
}
.social-media li {
	display: inline-block;
	margin: 0 0 0 20px;
}
.social-media a i {
	font-size: 20px;
	color: #9e276f;
	transition: 0.5s all ease-in-out;
}
.social-media a i:hover {
	transform: translateZ(180deg);
}
.social-media li i:hover {
	color: #f68309;
	transform: rotateY(360deg);
}

.social-media a i svg {
	width: 20px;
	top: -5px;
  transition: 0.5s all ease-in-out;
}
.social-media li i svg:hover {
	fill: #f68309;
	transform: rotateY(360deg);
}
.copyright-wrap {
	padding: 30px 0;
}
.copyright-widget a {
	color: #f68309;
	font-weight: 600;
}

.other-links li {
	display: inline-block;
	padding: 0 10px;
	font-size: 18px;
}
.other-links li a {
	font-size: 16px;
	color: #fff;
	font-weight: 500;
}
.other-links li a:hover {
	color: #f68309;
}

  

/*=================*/
.nav-tabs{
	border-bottom:none !important;
	margin-bottom:20px;
}
	.nav-tabs .nav-link:hover {
		border: none !important;
		color: #c71585 !important;
		background-color: #ffd1ee !important;
		border: 1px solid #c71585 !important;
	}
.tab_button {
	background: #C71585 !important;
	color: #fff !important;
	border: none !important;
	font-size: 18px !important;
	font-weight: 500 !important;
	
	border-radius: 5px !important;
	border: 1px solid #C71585 !important;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 14px 14px !important;
	margin: 5px;
}
.registerNowBtn a {
	background-color: #c71585;
	color: white;
	padding: 15px 25px;
	border-radius: 16px;
	font-size: 13pt;
}
	.registerNowBtn a:hover {
		background-color: #ffd1ee;
		color: #c71585;
		padding: 15px 25px;
		border-radius: 16px;
		font-size: 13pt;
		border: 1px solid #c71585;
	}
.common-form {
	position: absolute;
	z-index: 99
}

.common-inner-form {
  background: #ffffffc4;
  backdrop-filter: blur(15px);
  border: 2px solid #ffffff3d;
  box-shadow: 1px 2px 12px 2px #0000003d;
}
.phone-info, .mailid-info {
	font-family: "Open Sans", sans-serif;
	color: #fff;
	font-weight: 500;
}


.call_btn {
  cursor: pointer;
  position: fixed;
  border-radius: 0 0 5px 5px;
  font-size: 13px;
  right: -65px;
  transition: all .15s ease-out 0s;
  background: #C71585;
  color: #fff;
  text-align: center;
  padding: 4px;
  top: 49%;
  transform: translateY(-50%);
  z-index: 10;
  width: 194px
}

.call_btn i {
  background: #fff;
  padding: 3px;
  border-radius: 50%;
  color: #C71585;
  font-size: 17px;
  margin-right: 4px
}
	
.register-call-btn.opened .call_btn .fa-globe {
  display: none
	  
}

.call_btn .fa-close {
  display: none;
 
}

.register-call-btn.opened .call_btn .fa-close {
	display: inline-block;
	padding: 6px 8px;
	position: relative;
	right: -85px;
}

.register-call-btn.opened .call_btn {
  right: 0;
  left: 0;
  margin: 0 auto;
  top: 90px;
  transform: rotateX(0);
  border-radius: 0 0 15px 15px;
  padding: 7px 15px
}

.callback-form {
  position: fixed;
  top: 50%;
  right: 0;
  transition: all .15s ease-out 0s;
  transform: translateY(-50%)
}

.callback-form .common-inquery-form {
  max-height: 75vh;
  overflow-y: auto;
  padding: 15px;
  overflow-x: hidden
}

.register-call-btn.closed .callback-form {
  right: 0;
  width: 0;
  max-width: 0
}
.register-from-fild label {
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
	font-size: 13px;
	color: #2f2f2f;
	margin-bottom: 5px;
}
.form-flids input, .form-flids select, .form-flids textarea {
	border-width: 0 0 2px;
	border-image: initial;
	border: 1px solid rgb(211 211 211);
	border-radius: 4px;
}
.register-from-fild .form-select {
	
	padding: 0 15px;
}
.register-from-fild .form-select:focus {
	border: 1px solid #C71585;
	box-shadow: none;
}
.form-flids textarea {
    height: 100px
}
.register-from-fild textarea{padding:15px;}


.form-flids input, .form-flids select, .form-flids textarea {
	font-size: 17px;
	background: #fff;
	color: #000;
	font-size: 16px;
	font-weight: 500;
	font-family: "Open Sans", sans-serif;
	transition: 0.5s all ease-in-out;
}
.form-flids input::placeholder, .form-flids select::placeholder, .form-flids textarea::placeholder {
	color: #444;
	font-size: 15px;
}
.form-input-fild:focus {
	border: 1px solid #C71585;
}
.form-input-fild{padding: 6px;
height: 45px;}
.form-radio-fild .form-check {
	margin-right: 46px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: #c71585 !important;
	background-color: #ffd1ee !important;
	border: 1px solid #c71585 !important;
}

.top_header {
	background-color: #C71585 !important;
	color:white !important;
}
.call_btn {
	border-radius: 15px 0 0 15px;
	font-size: 16px;
	right: 0;
	padding: 14px;
	width: 54px;
	display: flex;
	align-items: center;
	margin-top: -40px;
}
.call_btn ul {
	display: flex;
}
.call_btn:hover {
	width: 190px !important;
}

.register-call-btn.opened .call_btn:hover {
	right: 363px;
	width: 190px !important;
}

.call_btn li {
  display: inline-block;
  opacity: 0;
}
.call_btn:hover li {
  opacity:1;
}
.register-call-btn.opened .call_btn {
	right: 370px;
	width: 233px;
}
.register-call-btn.opened .call_btn li {
	opacity: 1;
	transform: rotate(-91deg);
	width: 14px;
}


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

  .call_btn i {
    padding: 6px;
    font-size: 20px
  }
}

@media only screen and (max-width: 575px) {
  .register-call-btn.opened .call_btn {
    top: 0;
    background: #C71585;
    border-radius: 0;
    box-shadow: 0px 2px 8px 5px var(--bs-gray-500);
    width: 75px;
    left: auto;
    padding: 13px;
	font-size:0px
  }

  .register-call-btn.opened .call_btn span {
    display: none
  }
}

@media only screen and (min-width:576px) {
	.register-call-btn.opened .call_btn {
		right: 363px;
		border-radius: 0 0 15px 15px;
		padding: 14px;
		top: 50%;
		transform: translateY(-50%) rotate(90deg);
		left: auto;
		font-size: 0px
	}

  .common-inner-form {
    border-radius: 10px 0 0 10px;
    width: 500px;
    padding: 19px
  }
}
 
@media only screen and (min-width:768px){
 
  .common-inner-form {
          width: 450px;
        }
}

/*================================
=================  Contact Us Page ========
==================================================*/
.banner-image {
	height: 500px;
	width: 100%;
	object-fit: cover;
	position: absolute;
}
.banner-section::after {
	background: linear-gradient(90deg,#000 16%,transparent 100%);
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 500px;
	z-index: 0;
	opacity: .95;
}
.banner-wrapper {
	height: 500px;
	position: relative;
  z-index: 1;
}
.banner-content {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 550px;
}
.breadcumb-wrap li {
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	font-family: "Open Sans", sans-serif;
	display: inline-block;
}
.breadcumb-wrap > li:not(:first-child)::before {
	content: "-";
	padding: 0 7px 0 5px;
}
.breadcumb-wrap a {
	color: #fff
}
.breadcumb-wrap a:hover {
	color: #C71585;
}
.banner-title {color: #fefefe;font-weight: 600;margin-bottom: 15px;} 
.border-divider {height:4px;width:30px;display:inline-block;background-color:#fff;border-radius:2px;position:relative;margin-left:27px}
.border-divider:before {content:"";position:absolute;left:-27px;top:0;display:inline-block;height:4px;width:4px;border-radius:50%;background-color:#fff;-webkit-box-shadow:9px 0px 0px 0px #fff, 18px 0px 0px 0px #fff; box-shadow:9px 0px 0px 0px #fff, 18px 0px 0px 0px #fff}
.border-divider.style-white {background-color:#FFFFFF}
.border-divider.style-white:before {background-color:#FFFFFF;-webkit-box-shadow:9px 0px 0px 0px #FFFFFF, 18px 0px 0px 0px #FFFFFF;box-shadow:9px 0px 0px 0px #FFFFFF, 18px 0px 0px 0px #FFFFFF} 


/*================================
=================  Contact Us Page ========
==================================================*/
.contact-section a:hover{text-decoration: none;}
.contact-details-area {
	padding: 25px 20px 25px 25px;
	position: relative;
	height: 100%;
	z-index: 1;
	background: url(../images/shapes/testimonials_bg.svg),linear-gradient(6.97deg,#c71585 -27.63%,#c71585 102.43%);
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom;
	border-radius: 20px 0 0 20px;
}
.contact-title {
	font-weight: 600;
}
.contact-details-area .section-subtitle:after {
  background: #fff !important;
}
.contact-wrap .mailid-info:hover, .contact-wrap .phone-info:hover {
	color: #fdb815;
}
.contact-wrap .contact-icon {
	font-size: 22px !important;
}
.contact-wrap .address-info {
	margin-top: -9px;
}
.social-box ul {
	display: flex;
	justify-content: space-between;
}
.social-box ul a i{
	color: #fff;
	font-size: 18px;
	border: 1px solid #fff;
	width: 30px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	transition: 0.5s all ease-in-out;
	border-radius: 5px;
  display: inline-block;
}
.social-box ul a i:hover {
	border-radius: 50%;
	color: #C71585;
	border: 1px solid #fff;
	transform: rotate(360deg);
	background: #fff;
}
.social-box ul a svg {
	fill: #fff;
	width: 20px;
	top: -4px;
}
.social-box ul a svg:hover {
	fill: #C71585;
  border-radius: 50%;
	transform: rotate(360deg);
	background: #fff;
}
.contact_from_area {
	padding: 35px 30px 35px 30px;
	background: linear-gradient(#fff,#fff) padding-box,linear-gradient(234.08deg,#c71585,#c71585 81.38%) border-box;
	border: 2px solid transparent;
	border-radius: 0 20px 20px 0;
}


/*================================
=================  Aboutus Us Page ========
==================================================*/
.aboutus-first-image {
	position: relative;
	width: 480px;
	text-align: right;
	margin-left: auto;
	float: right;
}
.aboutus-secound-image {
	position: absolute;
	left: 20px;
	margin-top: 108px;
}
.round-shape-anim{
	top: 88px;
	right: 0;
	left: 0;
	position: absolute;
	margin: 0 auto;
}
.dot-shape-anim {
	position: absolute;
	bottom: 0;
	right: 50px;
}
/*=================  ===============*/
.aboutus-expo {
	padding: 0;
	background: linear-gradient(#fff,#fff) padding-box,linear-gradient(234.08deg,#ea1b15,#c02641 81.38%) border-box;
	border: 2px solid transparent;
	border-radius: 20px 0 0 20px;
}
.expo-tap-link p {
	padding: 10px 0;
	font-weight: 600;
	font-size: 20px;
}
.expo-tap-link img {
	width: 100%;
	height: 400px;
	object-fit: cover;
	border-radius: 20px 0 0 20px;
}
.aboutus-expo-content {
	padding: 25px 20px 25px 25px;
	position: relative;
	height: 100%;
	z-index: 1;
	background: url(../images/shapes/testimonials_bg.svg),linear-gradient(6.97deg,#ff1531 -27.63%,#99100d 102.43%);
	background-position-x: 0%, 0%;
	background-position-y: 0%, 0%;
	background-repeat: repeat, repeat;
	background-size: auto, auto;
	overflow: hidden;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right;
	border-radius: 0 20px 20px 0;
}
.abobutus-expo-title {
	font-weight: 600;
}
.abobutus-expo-title::after {
	background: #fff;
	width: 100%;
	height: 2px;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
}
.expo-nav-taps {
	border: none;
}
.expo-tab {
	text-align: left;
	border: none !important;
	transition: 0.5s all ease-in-out;
}
.expo-tab i {
	color: #fff;
	font-size: 25px;
	margin-right: 16px;
}
.expo-tab span {
	color: #fff;
	font-weight: 600;
	font-size: 21px;
  transition: 0.5s all ease-in-out;
  font-family: "Open Sans", sans-serif;
}
.expo-tab span:hover {
	color: #fdb815;
}
.nav-link.expo-tab.active {
	background: transparent;
	border: none;
}
.expo-tab.active i, .expo-tab.active span {
	color: #fdb815;
}
.exop-tap-item {
	width: 100%;
}
.expo-tab:hover {
	padding-left: 25px;
}

/* ---    Story Section ------ */ 
.story-section {
	background: url(../images/background/lightest_grey.jpg);
	padding: 60px 0 150px;
}
.fixed-sidebar {width:250px; height:250px; background:#ddd; display:inline-block; float:left; position:sticky; top:50px;}


.story-heading {
	position: absolute;
	left: 126px;
}
.story-scrollbar {
	border-left: 2px solid #C71585;
	height: 100%;
	margin-left: 0px;
	padding: 0 0 50px 100px;
	position: relative;
}
.story-year::before {
	background: #C71585;
	width: 77px;
	height: 2px;
	content: "";
	position: absolute;
	left: 0;
	top: 14px;
}
.story-year::after {
	background: #C71585;
	width: 10px;
	height: 10px;
	content: "";
	position: absolute;
	left: 73px;
	transform: rotate(45deg);
	top: 10px;
}
.story-year-data {
	font-size: 22px;
	font-weight: 600;
	color: #C71585;
	border: 1px solid #C71585;
	border-radius: 34px;
	padding: 5px 50px;
}
.story-feed-date {
	display: block;
	font-size: 20px;
	padding: 10px 0 0 17px;
}
.feed-title {
	font-size: 30px;
	font-weight: 600;
} 
.view-btn i {
	transform: rotate(42deg);
	position: relative;
	top: -7px;
	padding-left: 10px;
}
.view-btn:hover i {
	color: #C71585;
	transform: rotate(90deg);
	top: -4px;
}
.shape-blog span:first-child {
	width: 578px;
	height: 50px;
	display: inline-block;
	border-left: 2px solid #C71585;
	border-bottom: 2px solid #C71585;
	border-bottom-left-radius: 39px;
	position: relative;
}
.shape-blog span:last-child {
	width: 579px;
	height: 130px;
	display: block;
	border-top: 2px solid #C71585;
	border-right: 2px solid #C71585;
	border-top-right-radius: 39px;
	margin-left: 40px;
	margin-top: -7px;
	position: relative;
  z-index: 1;
}
.shape-blog span:last-child::after {
	background: #C71585;
	width: 10px;
	height: 10px;
	position: absolute;
	content: "";
	transform: rotate(45deg);
	right: -6px;
	bottom: 0;
}
.today-details-section {
	background: transparent;
	margin-top: -200px;
}
.started-box {
	width: 700px;
	margin: 0 auto;
	padding: 40px;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 .4rem 20px rgba(0,5,20,.13);
}
.today-title {
	background: linear-gradient(134.89deg,#f44238 1.14%,#d130a7 120.71%);
	width: fit-content;
	padding: 2px 15px;
	border-radius: 20px
}


/*================================
=================  Event Pages ========
==================================================*/
.event-page-section{
	background: url(../images/background/lightest_grey.jpg);
}
.sticky-event-col {
  position: sticky;
  z-index: 5;
  top: 80px;
}

.sticky-event-col .month-tab-link {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	border-radius: 0;
	position: relative;
	color: white;
	transform: rotate(180deg);
	margin-bottom: -1px;
	font-size: 24px;
	font-weight: 500;
	font-family: "Roboto", sans-serif;
	padding: 60px 30px;
	cursor: pointer;
	z-index: 5;
	margin-top: 5px;
}

@media only screen and (max-width: 991px) {
  .sticky-event-col .month-tab-link {
    padding: 60px 10px;
    font-size: 18px;
  }
}

.sticky-event-col .month-tab-link.active::after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 20px 15px 0;
  border-color: transparent #C71585 transparent transparent;
  left: -19px;
  top: 90px;
  z-index: 9;
}

.sticky-event-col li:nth-child(2) .nav-link.active::after {
  border-color: transparent #fc0937 transparent transparent;
}

.sticky-event-col li:nth-child(3) .nav-link.active::after {
  border-color: transparent #fc097c transparent transparent;
}
.sticky-event-col li:nth-child(4) .nav-link.active::after {
  border-color: transparent #f9d464 transparent transparent;
}
.sticky-event-col li:nth-child(1) .nav-link {
  background-color: #C71585;
}

.sticky-event-col li:nth-child(2) .nav-link {
  background-color: #fc0937;
}

.sticky-event-col li:nth-child(3) .nav-link {
  background-color: #fc097c;
}
.sticky-event-col li:nth-child(4) .nav-link {
  background-color: #f9d464;
}
.nav-link.month-tab-link.active {
	color: #fdb815;
}

.event-tap-content {
	background: #fff;
	padding: 40px;
	border-radius: 20px;
} 
.month-tap-item .nav-link.day-tab-link {
	border: none;
}
.nav-tabs.nav-day {
	border-bottom: 1px solid #dee2e6;
	text-align: center;
	display: block;
}
.day-tap-item {
	display: inline-block;
	margin-bottom: 15px;
}
.nav-link.day-tab-link.active {
	color: #C71585;
	border: 1px solid transparent !important;
}
.nav-link.day-tab-link {
	color: #000;
	font-weight: 600;
	font-size: 16px;
  position: relative;
  border: 1px solid transparent !important;
}
.day-tap-item:hover,  .day-tap-item:focus,
.day-tab-link:hover, .day-tab-link:focus {
	border: 1px solid transparent !important;
}
.nav-link.day-tab-link::after {
	background: #C71585;
	width: 7px;
	height: 7px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -25px;
	margin: 0 auto;
	content: "";
	border-radius: 50%;
	transition: 0.5s all ease-in-out;
	opacity: 0;
}
.nav-link.day-tab-link.active::after {
opacity: 1;
	bottom:0;
}
.all-event-schedule .single-schedule {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #dee2e6;
}
.all-event-schedule .single-schedule:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom:none
}
.inner-tab-pane  {
	border: 1px solid #ebebeb;
	border-radius: 40px;
	padding: 30px;
}

.schedule-event-heading {
	display: flex;
	justify-content: space-between;
	background: #f2f2f2;
	padding: 10px 30px;
	border-radius: 37px;
}
@media only screen and (max-width: 991px) {
.shedule-row .schedule-thumbnail {
    text-align: center;
    border: 0;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}

@media only screen and (max-width: 991px) {
.schedule-time {
    display: flex;
    justify-content: center;
    float: left;
  }
}

@media only screen and (max-width: 575px) {
.schedule-time {
    float: left;
  }
}
.schedule-time .time {
  color: #C71585;
  font-family: "Open Sans", sans-serif
}

 .duration-event {
  color: #959595;
  font-family: "Open Sans", sans-serif;
}

.schedule-content-wrap {
	padding-left: 30px;
	padding-right: 30px;
	position: relative;
	border-left: 1px solid #ebebeb;
}
@media only screen and (max-width: 991px) {
.schedule-content-wrap {
    padding: 20px;
  }
}

@media only screen and (max-width: 449px) {
.schedule-content-wrap {
    padding: 0;
  }
}

.schedule-location {
  margin-bottom: 10px;
}
.schedule-title {
	transition: 0.5s all ease-in-out;
}
.single-schedule:hover .schedule-title {
	color: #C71585;
}
.schedule-location p {
  color: #959595;
}

.schedule-location i {
	color: #C71585;
	font-size: 18px;
}

.schedule-title {
  font-size: 22px;
  font-weight: 700;
  color: #1a0a1e;
  margin-bottom: 20px;
}
.days-schedule-content > .tab-pane.active{
  display: block;
}

.days-schedule-content > .tab-pane{
  display: none;
}
.past-events-details {
	background: #f2f2f2;
}
.past-events-details .schedule-event-heading {
	background: #fff
}
.past-events-details .inner-tab-pane {
	background: #fff;
}

/***=============================================
             Maganies Page
              ===================================***/
              .magazine-box-section {
                padding: 60px 0 150px;
              }
              .box-wrapper {
                background: url(../images/shapes/box_shape.svg),linear-gradient(254.2deg,#c71585 9.88%,#c71585 38.54%,#000514 136.61%);
                background-position: bottom right 21%;
                background-repeat: no-repeat;
                background-blend-mode: overlay;
                border-radius: 20px;
              }
.mag_contnet {
	padding-top: 58px;
	padding-left: 60px;
	/* position: relative; */
}
.magazine-link a {
	position: absolute;
	bottom: -72px;
	background: #000;
	display: block;
	padding: 9px 30px;
	color: #fff;
	font-size: 24px;
	border-radius: 6px;
	border: 1px solid #000;
	transition: 0.5s all ease-in-out;
}
.magazine-link a:hover {
	background: #fff;
	border: 1px solid #C71585;
	color: #C71585;
}
.magazine-box-image {
	/* position: absolute; */
	/* right: 0; */
	/* top: 0; */
	text-align: right;
	padding-right: 15px;
	padding-top: 15px;
}
.magazine-box-image img {
	width: 340px;
	margin-bottom: -150px;
	padding-top: 13px;
	text-align: right;
}


/*=================*/
.new-box {
	background: linear-gradient(to right, #d30fa7, #9b0463);
	background-origin: padding-box;
	background-origin: padding-box, border-box;
	padding: 0px 0px 10px;
	height: 100%;
	box-shadow: 0px 1px 20px 1px #00000080;
	border-radius: 96px;
	position: relative;
}
.new-feedback {
	background: #fff;
	border-radius: 97px;
	padding: 30px 15px;
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: center;
}
.feedback-text {
	font-weight: 600;
	color: #c71585;
}

:root {
  --nionx-font: "Plus Jakarta Sans", sans-serif;
  --nionx-heading-font: "Instrument Sans", sans-serif;
  --nionx-special-font: "DM Sans", sans-serif;
  --nionx-font-awesome: "Font Awesome 5 Free";
  --nionx-text: #6C6A72;
  --nionx-text-rgb: 108, 106, 114;
  --nionx-text2: #897CA3;
  --nionx-text2-rgb: 137, 124, 163;
  --nionx-title: #1D1729;
  --nionx-title-rgb: 29, 23, 41;
  --nionx-text-dark: #6e6b70;
  --nionx-text-dark-rgb: 110, 107, 112;
  --nionx-text-gray: #89868d;
  --nionx-text-gray-rgb: 137, 134, 141;
  --nionx-base: #5F2DDE;
  --nionx-base-rgb: 95, 45, 222;
  --nionx-gray: #F4F2F9;
  --nionx-gray-rgb: 244, 242, 249;
  --nionx-white: #fff;
  --nionx-white-rgb: 255, 255, 255;
  --nionx-black: #000000;
  --nionx-black-rgb: 0, 0, 0;
  --nionx-border-color: #D9D9D9;
  --nionx-border-color-rgb: 217, 217, 217;
  --nionx-letter-space: 0.1em;
  --nionx-letter-space-xl: 0.2em;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.service-page {
  padding: 120px 0;
  padding-top: 100px;
}
@media (max-width: 767px) {
  .service-page {
    padding: 80px 0;
    padding-top: 60px;
  }
}
.service-page--home {
  position: relative;
  padding: 120px 0;
}
@media (max-width: 767px) {
  .service-page--home {
    padding: 80px 0;
  }
}
.service-page__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto;
  background-color: var(--nionx-gray, #F4F2F9);
  border-radius: 0px 0px 0px 150px;
} 
.service-card-two {
	border-radius: 40px;
	border: 1px solid var(--nionx-border-color, #D9D9D9);
	background: var(--nionx-white, #fff);
	position: relative;
	transition: all 0.5s ease-in-out;
	z-index: 1;
	margin-bottom: 30px;
	text-align: center;
}
@media (min-width: 992px) {
  .service-card-two__carousel .owl-nav {
    display: none;
  }
}
.service-card-two__content {
  padding: 35px 40px 0px 40px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .service-card-two__content {
    padding: 35px 20px 0px 20px;
  }
}
.service-card-two__icon {
	width: 80px;
	height: 80px;
	background-color: #F4F2F9;
	border-radius: 50%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 30px;
	transition: all 0.4s ease-in-out;
	margin: 0 auto 30px;
	padding: 14px;
}
.service-card-two__icon i {
  display: block;
  transform: scale(1);
  transition: transform 500ms ease;
}
.service-card-two__icon:hover i {
  transform: scale(0.9);
}
.service-card-two__title {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  margin-top: -2px;
  margin-bottom: 6px;
}
.service-card-two__title a {
	transition: all 0.4s ease-in-out;
	color: inherit;
	background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
	transition: all 500ms ease;
	margin-bottom: 30px;
	display: block;
}
.service-card-two__title a:hover {
  background-size: 100% 1px;
}
.service-card-two__text {
  margin: 0;
  line-height: 162.5%;
  padding-bottom: 21px;
  margin-bottom: 13px;
  font-weight: 500;
  transition: all 0.4s ease-in-out;
}
.service-card-two__link {
  display: block;
  max-width: 78px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  color: var(--nionx-black3, #000);
  transition: all 500ms ease;
  padding: 20px 30px;
  background: var(--nionx-gray, #F4F2F9);
  border-radius: 50px;
  margin-bottom: -30px;
}
.service-card-two__link__icon {
  width: 20px;
  height: 20px;
  position: relative;
  display: block;
}
.service-card-two__link__icon::before, .service-card-two__link__icon::after {
  border-radius: 5px;
  content: "";
  width: 2px;
  height: 100%;
  background-color: var(--nionx-title, #1D1729);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 500ms ease;
}
.service-card-two__link__icon::after {
  height: 2px;
  width: 100%;
}
.service-card-two__link:hover .service-card-two__link__icon::before, .service-card-two__link:hover .service-card-two__link__icon::after {
  background-color: var(--nionx-white, #fff);
}
.service-card-two__link:hover::before {
  background-color: rgba(var(--nionx-black3-rgb, 0, 0, 0), 1);
}
.service-card-two__element {
  position: absolute;
  top: 0%;
  z-index: -1;
  left: 0%;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.8s ease-out;
}
.service-card-two::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0%;
  background-color: #C71585;
  bottom: 0%;
  left: 0%;
  z-index: -2;
  transition: all 0.4s ease-in-out;
  border-radius: 39px;
}
.service-card-two:hover {
	border: 1px solid #C71585;
}
.service-card-two:hover .service-card-two__title, .service-card-two:hover .service-card-two__text {
  color: var(--nionx-white, #fff);
}
.service-card-two:hover .service-card-two__icon {
  background: var(--nionx-white, #fff);
  color: #C71585;
}
.service-card-two:hover::after {
  height: 100%;
}
.service-card-two:hover .service-card-two__element {
  opacity: 0.3;
}
.service-card-two:hover .service-card-two__link {
  background: var(--nionx-white, #fff);
}

.nionx-btn {
	z-index: 1;
	border: none;
	outline: none !important;
	overflow: hidden;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 112.5%;
	background-color: var(--nionx-gray, #F4F2F9);
	padding: 22px 30px;
	transition: 500ms;
	background-color: var(--nionx-gray, #F4F2F9);
	position: relative;
	overflow: hidden;
	text-align: center;
	border-radius: 20px;
}
.nionx-btn:hover {
  color: var(--nionx-gray, #F4F2F9);
  background-color: var(--nionx-title, #1D1729);
}
.nionx-btn::before {
  content: " ";
  width: 0%;
  height: 100%;
  background: var(--nionx-base, #5F2DDE);
  position: absolute;
  transition: all 0.4s ease-in-out;
  left: 0;
  right: 0;
  top: 0;
  z-index: -3;
}
.nionx-btn:hover::before {
  width: 100%;
  right: 0;
  left: auto;
}

.custom-subtitle:after{width:120px; display:block;}
.Addmore-btn, .remove-btn {
	background-color: #C71585;
	border: 1px solid #C71585;
	color: #fff;
	padding: 10px !important;

}
	.Addmore-btn:hover, .remove-btn:hover {
		background-color: #fff;
		color: #C71585
	}
.about-jaipur .col-md-6{margin-bottom:25px;}
.about-jaipur .col-md-6 img{width:100%; object-fit:cover; max-height:445px; min-height:445px;}

.custom-inner-pages h4 {
	font-weight: bold;
}
@media (max-width: 767px) {
	/*header*/
/*	.header-area{padding-right:50px;} */
	.header-multi-logo ul{display:flex; gap:0 5px;}
	.header-left-logo img{width:50px;}
	.header-logo img{width:110px;}
	.header-multi-logo img{width:70px;}
	.about-jaipur .col-md-6 img {
		width: 100%;
		object-fit: cover;
		max-height: auto;
		min-height: auto;
	}
	.links-taps ul{
		flex-direction:column;
		gap:10px;
	}
	
	/*header*/
}


