@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900&display=swap');
/**  
* -----------------------------------------------------------------------------
*
* Template :Evenio - Events & Conference HTML Template
* Author : reacthemes
* Author URI : http://www.reactheme.com/ 
* Version: 1.0
*
* -----------------------------------------------------------------------------   
    TABLE OF CONTENT
---------------------------------------------------------
    01. General CSS
    02. Global Class CSS
    03. Header Section CSS
    04. Sticky Menu CSS
    05. About Section CSS
    06. Addon Section CSS
    07. Breadcrumbs Section CSS
    08. Banner Section CSS
    09. Video Section CSS
    10. Iconbox Area Section CSS
    11. Skill-bar Section CSS
    12. Services Section CSS
    13. Faq Section CSS
    14. Counter Section CSS
    15. Event Us Section CSS
    16. Team Section CSS
    17. Our Sponsor Section CSS
    18. Gallery Section CSS
    19. Newsletter Section CSS
    20. Partner Section CSS
    21. Privacy Policy Section CSS
    22. Pricing Section CSS
    23. Blog Section CSS
    24. Testimonial Section CSS
    25. Timecount Ceremony Section CSS
    26. Contact Section CSS
    27. Footer Section CSS
    28. Scroll Up CSS
    29. Preloader CSS
    30. Animation Part CSS      

--------------------------------------------------------*/
@charset "utf-8";
@font-face {
  font-family: 'Permanent Marker';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(http://fonts.gstatic.com/s/permanentmarker/v10/Fh4uPib9Iyv2ucM6pGQMWimMp004Hao.ttf) format('truetype');
}
/* -----------------------------------
    01. General CSS
-------------------------------------*/
html,
body {
  font-size: 18px;
  color: #000000;
  font-family: 'Poppins', sans-serif;
  vertical-align: baseline;
  line-height: 1.7;
  font-weight: 400;
  overflow-x: hidden;
}
img {
  max-width: 100%;
  height: auto;
}
p {
  margin: 0 0 26px;
  line-height: 1.8;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
  color: #000000;
  margin: 0 0 26px;
  line-height: 1.2;
}
h1 {
  font-size: 52px;
  line-height: 62px;
  font-weight: 700;
}
h2 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
}
h3 {
  font-size: 28px;
  line-height: 42px;
  font-weight: 700;
}
h4 {
  font-size: 26px;
  line-height: 36px;
  font-weight: 700;
}
h5 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}
h6 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}
.text-md-left {
  text-align: left;
}
.text-md-right {
  text-align: right;
}
.text-right {
  text-align: right;
}
.no-border {
  border: none !important;
}
.uppercase {
  text-transform: uppercase !important;
}
.capitalize {
  text-transform: capitalize !important;
}
.extra-bold {
  font-weight: 800 !important;
}
.gray-bg {
  background: #faf4fe;
}
.gray-bg2 {
  background: #f7f7f7;
}
.gray-bg3 {
  background: #efeff3;
}
.gray-bg4 {
  background: #fbf7fd;
}
.gray-bg5 {
  background: #fbf3fe;
}
.blue-bg {
  background: #1a0b8c;
}
.blue-bg2 {
  background: #180578;
}
.blue-bg3 {
  background: #170390;
}
.white-color {
  color: #ffffff !important;
}
.title-color {
  color: #0a0a0a !important;
}
.body-color {
  color: #454545 !important;
}
.white-bg {
  background: #fff;
}
a {
  color: #fa0368;
  transition: all 0.3s ease;
  text-decoration: none !important;
  outline: none !important;
}
a:active,
a:hover {
  text-decoration: none;
  outline: 0 none;
  color: #fa0368;
}
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.clear {
  clear: both;
}
::-moz-selection {
  background: #fa0368;
  text-shadow: none;
  color: #ffffff;
}
::selection {
  background: #fa0368;
  text-shadow: none;
  color: #ffffff;
}
.bg1 {
  background-color: #FFFFFF78;
  background: url(assets/images/bg/choose-bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg2 {
  background: url(assets/images/bg/count-bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg3 {
  background: url(assets/images/bg/about-bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg4 {
  background: url(assets/images/bg/park-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg5 {
  background: url(assets/images/schedule-bg-2.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg6 {
  background: url(assets/images/bg/table-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg7 {
  background-color: #FAF4FE;
  background-image: url(assets/images/bg/ticket-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.bg8 {
  background-image: url(assets/images/bg/sponsor-bg.jpg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}
.bg9 {
  background-color: #FAF4FE;
  background-image: url(assets/images/bg/blog-bg.jpg);
  background-repeat: no-repeat;
}
.bg10 {
  background-image: url(assets/images/bg/counter-bg2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.bg11 {
  background-color: #FFFFFF78;
  background-image: url(assets/images/bg/choose-bg2.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg12 {
  background-image: url(assets/images/bg/team-bg2.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg13 {
  background-image: url(assets/images/bg/sponsor-bg2.jpg);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg14 {
  background-image: url(assets/images/bg/join-about-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.bg15 {
  background-image: url(assets/images/bg/sponsor-about.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.bg16 {
  background-image: url(assets/images/bg/contact-bg3.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg17 {
  background-image: url(assets/images/bg/about-bg4.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 148px 0px 100px 0px;
}
.bg18 {
  background-image: url(assets/images/bg/sponsor-bg4.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.bg19 {
  background-image: url(assets/images/bg/about-bg5.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg20 {
  background-image: url(assets/images/bg/even-service-bg5.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.bg21 {
  background-image: url(assets/images/bg/event-bg5.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.bg22 {
  background-image: url(assets/images/bg/sponsor-bg5.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.bg23 {
  background-image: url(assets/images/bg/testi-bg5.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.bg24 {
  background-color: #F8F8F8;
  background-image: url(assets/images/bg/counter-bg6.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.bg25 {
  background-color: #F8F8F8;
  background-image: url(assets/images/bg/shedule-bg6.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg26 {
  background-color: #F8F8F8;
  background-image: url(assets/images/bg/price-bg6.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bg27 {
  background-color: #F8F8F8;
  background-image: url(assets/images/bg/blog-bg6.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.offwrap {
  cursor: url(assets/images/close.png), auto;
  width: 100%;
  left: 100%;
  transition: all 0.8s ease-out 0s;
  position: fixed;
  background: #1a0b8c;
  height: 100vh;
  top: 0;
  bottom: 0;
  opacity: .8;
  z-index: 999;
}
.copyright p {
  font-size: 15px;
}

.tickets{
  flex: 0 0 12%;
}
.ticket-center{
  flex: 0 0 70%;
  flex-basis: 100%;
  order: 1;
}
.ticket-1{
  order: 2;
  padding-right: 10px;
  padding-bottom: 10px;
}
.ticket-2{
  order: 3;
  padding-left: 10px;
  padding-bottom: 10px;
}

@media (min-width: 1920px){
.tickets{
  padding-bottom: 40px !important;
}
}

.day-column{
  color: #ffffff;
  background-color: #00aeef;
  text-align: center;
}

.day-column h1, .day-column h2{
  color: #ffffff;
  font-size: 30px;
  line-height: 30px;
  margin: 0 0 10px;
}

.day-column h1{
  margin: 20px 0 10px;
}

.day-column h2{
  font-size: 20px;
  line-height: 20px;
}

.day-column .footer{
  font-size: 30px;
}

.day-column i{
  font-size: 30px;
  line-height: 10px;
}

.day-column .body{
  font-size: 20px;
}

.day-column .body p:first-child{
  margin-top: 40px;
}

.day-column .body p{
  line-height: 1.5;
}

.day-column .body span{
  display: block;
}

.img-fluid-xl-90{
    max-width: 100%;
}


@media only screen and (min-width: 1000px)  {
  .tickets{
    flex: 0 0 8%;
  }
  .ticket-1{
    order: 1;
    padding: 0;
  }
  .ticket-2{
    order: 3;
    padding: 0;
  }
}


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

  .ticket-center{
    flex: 0 0 80%;
    flex-basis: none;
    order: 2;
  }

}



.swiper-container {
  width: 100%;
  height: 100vh;
}
.swiper-container .swiper-slide {
  height: 100% !important;
  /*background: #1A0B8C;*/
  color: #fff;
  font-size: 50px;
}
.swiper-container .swiper-slide .height-ctrl {
  height: 100%;
  display: grid;
  align-items: center;
}
.swiper-container .swiper-slide .height-ctrl.too {
  display: flex;
}
.swiper-container .swiper-pagination-bullet {
  opacity: 1;
  height: 35px;
  margin: 0 auto !important;
  font-size: 0;
  width: 35px;
  text-align-last: left;
  border-radius: 0;
  position: relative;
  background: transparent;
  right: 20px;
  transition: all 0.3s ease;
}
.swiper-container .swiper-pagination-bullet:after {
  position: absolute;
  content: '';
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #ffffff;
  transition: all 0.3s ease;
}
.swiper-container .swiper-pagination-bullet:hover,
.swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
  font-size: 20px;
  background: transparent;
  color: #ffffff;
}
.swiper-container .swiper-pagination-bullet:hover:after,
.swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  width: 15px;
  height: 15px;
  right: -3px;
  background: #fa0368;
}
body.nav-expanded .offwrap {
  left: 0%;
  transition: all 0.8s ease-out 0s;
}
.home-blue {
  background: #1A0B8C !important;
}
.bg-unset {
  background: unset !important;
}
.rs-menu-toggle {
  color: #fa0368;
  text-align: right;
}
button {
  cursor: pointer;
}
.glyph-icon:before {
  margin: 0;
}
.z-index-1 {
  position: relative;
  z-index: 1;
}
ul.services-list li a {
  display: block;
  border: 1px solid #e8e8e8;
  padding: 16px 18px;
  transition: all .5s ease;
  position: relative;
  font-size: 16px;
  font-weight: 700;
  color: #0a0a0a;
  margin-bottom: 15px;
}
ul.services-list li a:before {
  content: "\f113";
  position: absolute;
  right: 12px;
  top: 16px;
  font-family: Flaticon;
  color: #1c1b1b;
}
ul.services-list li a:hover,
ul.services-list li a.active {
  background: #fa0368;
  color: #ffffff;
}
ul.services-list li a:hover:before,
ul.services-list li a.active:before {
  color: #ffffff;
}
ul.listing-style li {
  margin-bottom: 7px;
}
ul.listing-style li i {
  color: #fa0368;
  font-size: 24px;
  line-height: 31px;
  margin-right: 10px;
}
.features-content {
  padding: 98px 150px 97px 100px;
}
.features-content ul.rs-features-list li {
  margin: 0px 0px 21px 0px;
  display: flex;
  align-items: center;
}
.features-content ul.rs-features-list li i {
  color: #ffffff;
  background-color: transparent;
  background-image: linear-gradient(180deg, #e78b0e 0%, #d22511 100%);
  padding: 15px 15px 15px 15px;
  margin: 0px 25px 0px 0px;
  border-radius: 50px 50px 50px 50px;
}
.features-content ul.rs-features-list li .feature-text {
  color: #000000;
  font-weight: 500;
}
.icon-item li {
  display: flex;
  padding-bottom: 10px;
}
.icon-item li .list-icon i {
  font-size: 14px;
  width: 1.25em;
}
.icon-item li .list-text {
  align-self: center;
  padding-left: 5px;
}
.icon-item li:last-child {
  padding-bottom: 0;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none !important;
}
.pagination-area {
  display: inline-block;
}
.pagination-area .nav-link {
  display: flex;
  align-items: center;
  padding: 15px 10px 15px 8px;
  border-radius: 0;
  background: #fa0368;
}
.pagination-area .nav-link .page-number {
  padding: 2px 15px 0 20px;
  line-height: 12px;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.4s ease-in-out 0s;
  text-align: center;
  background: 0 0;
  color: #eee;
  display: inline-block;
  vertical-align: top;
  border-right: 1px solid #e6e6e6;
}
.pagination-area .nav-link .page-number.border-none {
  border-right: unset;
}
.pagination-part {
  display: inline-block;
  border: 1px solid #f9f9f9;
  padding: 11px 0;
  border-radius: 3px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  background: #fff;
}
.pagination-part li {
  padding: 2px 20px 0 21px;
  line-height: 23px;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.4s ease-in-out 0s;
  text-align: center;
  background: 0 0;
  color: #000;
  display: inline-block;
  vertical-align: top;
  border-right: 1px solid #e6e6e6;
}
.pagination-part li a {
  color: #454545;
}
.pagination-part li:last-child {
  border-right: unset;
}
.pagination-part .next-page {
  position: relative;
  transition: all 0.4s ease-in-out 0s;
  padding-right: 12px;
}
.pagination-part .next-page:before,
.pagination-part .next-page:after {
  content: "\f105";
  position: absolute;
  top: 4px;
  right: 0;
  color: #454545;
  line-height: 16px;
  font-family: fontawesome;
  font-size: 12px;
}
.pagination-part .next-page:before {
  right: 4px;
}
.pagination-part .active a {
  color: #fa0368;
}
.gridFilter button {
  font-size: 17px;
  font-weight: 600;
  background: 0 0!important;
  color: #0a0a0a;
  display: inline-block;
  transition: .4s;
  outline: 0;
  position: relative;
  padding: 6px 20px 6px 20px;
  border: 0;
}
.gridFilter button.active {
  color: #FFFFFF;
  background: #BB0B0B !important;
}
.gridFilter button:hover {
  color: #FFFFFF;
  background: #BB0B0B !important;
}
.gridFilter button + button {
  margin-left: 20px;
}
blockquote {
  margin: 35px 0px;
  padding: 40px 60px;
  color: #666;
  position: relative;
  background: rgba(0, 0, 0, 0.01);
  font-weight: normal;
  font-style: italic;
  text-align: left;
  clear: both;
  font-size: 20px;
  font-weight: 400;
  border-radius: 8px;
}
blockquote:before {
  content: "\f129";
  font-size: 35px;
  color: #fa0368;
  padding-bottom: 0;
  display: inline-block;
  font-family: flaticon;
  font-weight: 400;
  text-align: center;
  top: 0;
  background: 0 0;
  transform: rotate(180deg);
}
blockquote cite {
  font-size: 15px;
  display: block;
  margin-top: 10px;
}
blockquote cite:before {
  content: "";
  font-size: 28px;
  color: #fa0368;
  padding-bottom: 0px;
  display: inline-block;
  background: #fa0368;
  height: 2px;
  width: 40px;
  font-weight: 400;
  text-align: center;
  top: -4px;
  margin-right: 10px;
  position: relative;
}
.dots {
  list-style: disc;
  margin: 0 0 1.5em 3em;
}
.speak-image .tooltip {
  position: relative;
  display: inline-block;
  opacity: 1;
  z-index: 111;
}
.speak-image .tooltip .tooltiptext {
  visibility: hidden;
  width: 100px;
  background-color: #0a0a0a;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0 7px;
  position: absolute;
  z-index: 1;
  bottom: 118%;
  left: 50%;
  margin-left: -60px;
}
.speak-image .tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}
.speak-image .tooltip:hover .tooltiptext {
  visibility: visible;
}
.arrow-btn {
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, -15%);
}
.arrow-btn a {
  font-weight: 400;
  font-size: 17px;
  border-color: #fa0368;
  border-style: solid;
  border-width: 1px;
  margin: 0px;
  border-radius: 23px;
  padding: 12px 15px;
  color: #fa0368;
}
.arrow-btn a span {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  border-radius: 50%;
  background: #fa0368;
}
.rs-carousel.nav-style1 {
  position: relative;
}
.rs-carousel.nav-style1 .owl-nav {
  display: block;
}
.rs-carousel.nav-style1 .owl-nav .owl-next,
.rs-carousel.nav-style1 .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  width: 42px;
  height: 42px;
  line-height: 42px;
  border-radius: 50%;
  background: #fa0368;
  text-align: center;
  color: #ffffff;
  transition: all 0.5s;
  transition-delay: 0.70s;
  opacity: 0;
  visibility: hidden;
}
.rs-carousel.nav-style1 .owl-nav .owl-next i:before,
.rs-carousel.nav-style1 .owl-nav .owl-prev i:before {
  content: "\f138";
  font-family: Flaticon;
}
.rs-carousel.nav-style1 .owl-nav .owl-next {
  right: 30px;
  left: unset;
}
.rs-carousel.nav-style1 .owl-nav .owl-next i:before {
  content: "\f137";
}
.rs-carousel.nav-style1:hover .owl-nav .owl-next,
.rs-carousel.nav-style1:hover .owl-nav .owl-prev {
  left: -50px;
  transition-delay: 0s;
  visibility: visible;
  opacity: 1;
}
.rs-carousel.nav-style1:hover .owl-nav .owl-next {
  right: -50px;
  left: unset;
}
.rs-carousel.nav-style2 {
  position: relative;
}
.rs-carousel.nav-style2 .owl-nav {
  display: block;
  position: absolute;
  top: -80px;
  right: 0;
}
.rs-carousel.nav-style2 .owl-nav .owl-prev,
.rs-carousel.nav-style2 .owl-nav .owl-next {
  display: inline-block;
}
.rs-carousel.nav-style2 .owl-nav .owl-prev i,
.rs-carousel.nav-style2 .owl-nav .owl-next i {
  transition: all 0.3s ease;
}
.rs-carousel.nav-style2 .owl-nav .owl-prev i:before,
.rs-carousel.nav-style2 .owl-nav .owl-next i:before {
  font-family: Flaticon;
  font-size: 22px;
}
.rs-carousel.nav-style2 .owl-nav .owl-prev:hover i,
.rs-carousel.nav-style2 .owl-nav .owl-next:hover i {
  color: #fa0368;
}
.rs-carousel.nav-style2 .owl-nav .owl-prev i:before {
  content: "\f134";
}
.rs-carousel.nav-style2 .owl-nav .owl-prev:after {
  content: "/";
  padding: 0 5px 0 5px;
  position: relative;
  top: -3px;
}
.rs-carousel.nav-style2 .owl-nav .owl-next i:before {
  content: "\f133";
}
.rs-carousel .owl-dots {
  text-align: center;
  margin-top: 60px;
}
.rs-carousel .owl-dots .owl-dot {
  width: 25px;
  height: 8px;
  display: inline-block;
  margin: 0 6px;
  padding: 3px 0;
  border-radius: 0;
  border: none;
  transition: all 0.3s ease;
  background: #00aeef;
  box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.25);
}
.rs-carousel .owl-dots .owl-dot:hover,
.rs-carousel .owl-dots .owl-dot.active {
  width: 40px;
  background: #00aeef;
  opacity: .5;
}
/* no-gutters Class Rules */
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}
/* ------------------------------------
    02. Global Class CSS
---------------------------------------*/
.y-middle {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.y-bottom {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.project-item .vertical-middle {
  position: relative;
  z-index: 9;
}
.vertical-middle {
  display: table;
  height: 100%;
  width: 100%;
}
.vertical-middle-cell {
  display: table-cell;
  vertical-align: middle;
}
.readon {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  display: inline-block;
  transition: all 0.4s ease-in-out 0s;
}
.readon.btn-text {
  background: rgba(0, 0, 0, 0) linear-gradient(160deg, #ff0066 0%, #d41872 50%, #a445b2 100%) repeat scroll 0% 0%;
  text-align: center;
  padding: 14px 28px 15px 28px;
  border-radius: 4px 4px 4px 4px;
  transition: 0.5s;
  overflow: hidden;
  position: relative;
}
.readon.btn-text span {
  position: relative;
  z-index: 2;
  float: right;
  color: #ffffff;
}
.readon.btn-text img {
  position: relative;
  z-index: 2;
  height: 32px;
  margin-right: 10px;
}
.readon.btn-text:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #7e00e7;
  color: #ffffff;
  position: absolute;
  left: 0;
  bottom: -110px;
  border-radius: 5px;
  transform: scale(2) rotate(-13deg);
  transition: 0.5s;
  opacity: 0;
}
.readon.btn-text:hover span {
  color: #ffffff;
}
.readon.btn-text:hover:after {
  bottom: 0px;
  opacity: 1;
}
.readon.btn-text.buy-now {
  font-size: 16px;
  padding: 7px 25px 7px 25px;
}
.readon.btn-text.ticket {
  padding: 15px 35px 16px 35px;
}
.readon.btn-text.ticket.event {
  background: #fb0268;
}
.readon.btn-text.ticket.orange-btn {
  background-image: linear-gradient(170deg, #eb3f0f 15%, #fec200 100%);
}
.readon.btn-text.ticket.orange-btn:after {
  background: #3D9200;
}
.readon.btn-text.orange {
  padding: 15px 35px 16px 35px;
  background-color: transparent;
  background-image: linear-gradient(170deg, #eb3f0f 15%, #fec200 100%);
}
.readon.btn-text.orange:after {
  background: #3D9200;
}
.readon.btn-text.register {
  padding: 8px 25px 8px 25px;
  background: #fa0368;
  font-size: 15px;
  font-weight: 500;
}
.readon.btn-text.learn-more {
  padding: 8px 17px 8px;
  font-size: 15px;
  font-weight: 500;
  color: #fa0368;
  background: transparent;
  border: 1px solid #fa0368;
}
.readon.btn-text.learn-more span {
  color: #fa0368;
}
.readon.btn-text.learn-more:hover {
  border: 1px solid #612EA7;
}
.readon.btn-text.learn-more:hover span {
  color: #ffffff;
}
.readon.btn-text.learn-more:hover:after {
  bottom: 0px;
  opacity: 1;
}
.readon.btn-text.buy-big {
  padding: 14px 40px 14px 40px;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  color: #ffffff;
  background-color: transparent;
  background-image: linear-gradient(140deg, #ff0066 0%, #a445b2 160%);
  border-radius: 5px 5px 5px 5px;
}
.readon.btn-text.buy-big:after {
  background-color: #0E0E63;
}
.readon.btn-text.buy-big.small {
  padding: 10px 40px 10px 40px;
}
.readon.btn-text.buy-big.orange-btn {
  background-image: linear-gradient(170deg, #eb3f0f 0%, #fec200 120%);
}
.readon.btn-text.buy-big.orange-btn:after {
  background-color: #3D9200;
}
.readon.regt {
  padding: 7px 25px;
  border-radius: 4px;
  font-weight: 500;
  font-size: 15px;
  position: relative;
  z-index: 1;
  border: 2px solid #fa0368;
  background: #fa0368;
  border-color: #fa0368;
  color: #ffffff;
}
.readon.regt:hover {
  opacity: .8;
}
.readon.regt.learn {
  padding: 7px 16px;
  color: #fa0368;
  background: transparent;
}
.readon.regt.learn:hover {
  color: #ffffff;
  background: #fa0368;
}
.blog-button a {
  position: relative;
  display: inline-block;
  color: #0a0a0a;
  transition: all ease .3s;
  overflow: hidden;
  padding: 8px 25px 9px 25px;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  border-radius: 3px 3px 3px 3px;
  background: rgba(0, 0, 0, 0) linear-gradient(90deg, #d6006e 3.8%, #ff5200 91.1%) repeat scroll 0% 0%;
}
.blog-button a span {
  float: left;
  position: relative;
  z-index: 9;
}
.blog-button a i {
  position: relative;
  z-index: 9;
  margin-left: 8px;
  font-size: 14px;
  color: #ffffff;
  transition: all ease .3s;
}
.blog-button a:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #612EA7;
  position: absolute;
  left: 0;
  bottom: -110px;
  border-radius: 5px;
  transform: scale(1.8) rotate(-13deg);
  transition: 0.5s;
  opacity: 0;
}
.blog-button a:hover i {
  transform: translateX(10px);
}
.blog-button a:hover:after {
  opacity: 1;
  bottom: 0px;
}
.blog-button.service a {
  padding: 10px 26px 11px 25px;
  border-radius: 4px 4px 4px 4px;
}
.blog-button.service a i {
  font-size: 10px;
}
.blog-button.service.ser-orange a {
  /*background-image: linear-gradient(170deg, #eb3f0f 0%, #fec200 120%);*/
  background: linear-gradient(80deg, #1a0b8c 40%, #fa50cb 120%);
}
.blog-button.service.ser-orange a:after {
  background: #FA0368;
}
.blog-button.orange-btn a {
  background: #EB3F0F;
}
.blog-button.orange-btn a:after {
  background: #3D9200;
}
.add-btn {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  padding: 10px 40px;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 500;
  background: #fa0368;
  color: #ffffff;
  border: none;
}
.add-btn:hover {
  opacity: 0.7;
}
/*-- Submit Button Css --*/
.submit-btn {
  display: inline-block;
  cursor: pointer;
  position: relative;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  border-radius: 3px;
  font-size: 18px;
  font-weight: 600;
  padding: 11px 21px;
  color: #fff;
  z-index: 2;
  border: none;
  transition: all .5s ease;
  overflow: hidden;
  margin-bottom: 0;
  background: rgba(0, 0, 0, 0) linear-gradient(160deg, #ff0066 0%, #d41872 50%, #a445b2 100%) repeat scroll 0% 0%;
}
.submit-btn .submit {
  position: relative;
  display: inline-block;
  border-radius: 3px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  color: #fff;
  background: none;
  border: none;
  z-index: 11;
}
.submit-btn:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #612EA7;
  position: absolute;
  left: 0;
  bottom: -110px;
  border-radius: 5px;
  transform: scale(1.9) rotate(-13deg);
  transition: 0.5s;
  opacity: 0;
}
.submit-btn:hover:after {
  opacity: 1;
  bottom: 0;
}
/*-- Post Comment Button Css --*/
.post-btn {
  display: inline-block;
  cursor: pointer;
  position: relative;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  border-radius: 3px;
  font-size: 18px;
  font-weight: 600;
  padding: 11px 21px;
  color: #fff;
  z-index: 2;
  border: none;
  transition: all .5s ease;
  overflow: hidden;
  margin-bottom: 0;
  background: #FA0368;
}
.post-btn .submit-post {
  position: relative;
  display: inline-block;
  border-radius: 3px;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  color: #fff;
  background: none;
  border: none;
  z-index: 11;
}
.post-btn:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #612EA7;
  position: absolute;
  left: 0;
  bottom: -110px;
  border-radius: 5px;
  transform: scale(1.9) rotate(-13deg);
  transition: 0.5s;
  opacity: 0;
  border-radius: 4px;
}
.post-btn:hover:after {
  opacity: 1;
  bottom: 0;
}
.margin-remove {
  margin: 0 !important;
}
.no-gutter {
  margin-left: 0;
  margin-right: 0;
}
.no-gutter [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  margin: 0;
}
.container-fluid {
  /*padding-left: 100px;
  padding-right: 100px;*/
}

.container-fluid{
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.container-fluid2 {
  padding-left: 15px;
  padding-right: 15px;
}
.display-table {
  display: table;
  height: 100%;
  width: 100%;
}
.display-table-cell {
  display: table-cell;
  vertical-align: middle;
}
.relative {
  position: relative;
}
.pt-relative {
  position: relative !important;
}
.sec-title {
  position: relative;
}
.sec-title .sub-text {
  font-size: 15px;
  font-weight: 600;
  line-height: 28px;
  text-transform: uppercase;
  color: #fa0368;
  margin: 0 0 10px;
  display: block;
}
.sec-title .sub-text.small {
  text-transform: capitalize;
}
.sec-title .sub-text.orange-color {
  color: #eb3f0f;
}
.sec-title .title {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  color: #0a0a0a;
  margin: 0;
}
.sec-title .title .event-style {
  color: #FA0368;
  font-family: "Permanent Marker", Sans-serif;
}
.sec-title .title.title2 {
  position: relative;
  z-index: 1;
}
.sec-title .title.title2:before {
  content: "";
  position: absolute;
  border: 0;
  width: 65px;
  height: 5px;
  background: #ec008c;
  z-index: 1;
  margin-left: 0;
  transform: translate(-50%, -50%);
  left:50%;
  top: -28px;
}

.reserve{
  display: block;
}

 .md-mt-60{
  margin-top: 0;
 }

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


 .md-mt-60{
  margin-top: 60px;
 }

  .md-mb-40{
  margin-bottom: 40px;
 }

 .md-pb-70{
  padding-bottom: 70px;
 }


}
.sec-title .title.title2.blue-dash:before {
  background: #00aeef;
}
.sec-title .title.title2.title3 {
  color: #ffffff;
  font-size: 36px;
}
@media only screen and (min-width: 767px) {
.sec-title .title.title2.title3 {
  color: #ffffff;
  font-size: 44px;
}
}
.sec-title .title.title2.title3.text-middle:before {
  left: 50%;
  transform: translateX(-50%);
}
.sec-title .title.title2.title3.title4 {
  font-family: "Permanent Marker", Sans-serif;
  font-size: 40px;
}
.sec-title .title.title3 {
  font-size: 30px;
}
.sec-title .desc-small {
  font-size: 20px;
  line-height: 26px;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
}
.sec-title .desc-big {
  font-size: 17px;
  line-height: 26px;
  font-weight: 400;
  color: #ffffff;
  margin: 0;
}
.sec-title .heading-border-line {
  position: relative;
}
.sec-title .heading-border-line:before {
  content: "";
  width: 12px;
  height: 4px;
  background: #FA0368;
  position: absolute;
  bottom: -4px;
  left: 50%;
  margin-left: -35px;
  transform: translateX(-50%);
  border-radius: 2px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 1;
}
.sec-title .heading-border-line:after {
  content: "";
  width: 65px;
  height: 4px;
  background: #FA0368;
  position: absolute;
  bottom: -4px;
  right: 0;
  left: 50%;
  margin-left: -20px;
  border-radius: 2px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  z-index: 0;
}
.sec-title .heading-border-line.left-style {
  position: relative;
  margin-left: 44px;
}
.sec-title .heading-border-line.left-style:before {
  left: 0;
}
.sec-title .heading-border-line.left-style:after {
  left: 0;
}
.sec-title .heading-border-line.orange-style:before {
  background: #eb3f0f;
}
.sec-title .heading-border-line.orange-style:after {
  background: #eb3f0f;
}
.sec-title:hover .heading-border-line {
  position: relative;
}
.sec-title:hover .heading-border-line:before {
  width: 65px;
  margin-left: -5px;
  background: #FA0368;
}
.sec-title:hover .heading-border-line:after {
  width: 12px;
  margin-left: 35px;
  background: #FA0368;
}
.sec-title:hover .heading-border-line.orange-style:before {
  background: #eb3f0f;
}
.sec-title:hover .heading-border-line.orange-style:after {
  background: #eb3f0f;
}
/* -----------------------
    03. Header Section CSS
--------------------------*/
.full-width-header {
  position: relative;
}
.full-width-header .rs-header {
  position: relative;
}
.full-width-header .rs-header .menu-area {
  transition: all 0.3s ease 0s;
  background: transparent;
}
.full-width-header .rs-header .menu-area .row-table {
  display: flex;
  width: 100%;
  position: relative;
  align-items: center;
  justify-content: space-between;
}
.full-width-header .rs-header .menu-area .row-table .col-cell {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.full-width-header .rs-header .menu-area .row-table .col-cell.header-logo {
  display: flex;
  flex: 1;
}
.full-width-header .rs-header .menu-area .logo-area a .sticky-logo {
  display: none;
}
.full-width-header .rs-header .menu-area .logo-area img {
  transition: 0.4s;
  -webkit-transition: 0.4s;
  /*max-height: 35px;*/
}
.full-width-header .rs-header .menu-area .logo-area .dark {
  display: none;
}
.full-width-header .rs-header .menu-area .logo-area .light {
  display: inherit;
}
.full-width-header .rs-header .menu-area .rs-menu-area {
  display: flex;
  align-items: center;
  margin-right: 72px;
}
.full-width-header .rs-header .menu-area .main-menu {
  position: unset;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li {
  display: inline-block;
  margin-right: 32px;
  padding: 0;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a {
  transition: all 0.3s ease;
  font-size: 15px;
  font-weight: 600;
  margin-right: 10px;
  height: 95px;
  line-height: 95px;
  padding: 0;
  color: #ffffff;
  position: relative;
  font-family: Poppins;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a:hover {
  color: #fa0368;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.menu-item-has-children > a {
  padding-right: 17px;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.menu-item-has-children > a:before {
  content: "+";
  position: absolute;
  left: auto;
  right: 0;
  top: 50%;
  text-align: center;
  z-index: 9999;
  font-size: 16px;
  display: block;
  cursor: pointer;
  transform: translateY(-50%);
  font-weight: 400;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.menu-item-has-children:hover > a:before {
  content: "-";
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.current-menu-item > a {
  color: #fa0368;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu {
  background: #ffffff;
  margin: 0;
  padding: 20px 0;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li {
  margin: 0 !important;
  border: none;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li a {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0;
  font-family: Poppins;
  font-size: 14px;
  color: #0a0a0a;
  font-weight: 500;
  height: unset;
  line-height: 25px;
  text-transform: capitalize;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li a:hover {
  color: #fa0368;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li.menu-item-has-children a:before {
  display: none;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu li:last-child {
  margin: 0;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.sub-menu.right {
  left: auto;
  right: 100%;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.onepage-menu li.current-menu-item > a {
  color: #fa0368;
}
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul li a:hover,
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul li.active a,
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul li.current-menu-item > a,
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul li.current-menu-item > a:before {
  color: #fa0368 !important;
}
.full-width-header .rs-header .menu-area.sticky {
  background: #fff;
}
.full-width-header .rs-header .menu-area.sticky .logo-area a .sticky-logo {
  display: block;
  max-height: 35px;
}
.full-width-header .rs-header .menu-area.sticky .logo-area a .normal-logo {
  display: none;
}
.full-width-header .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu > li > a {
  color: #101010;
}
.full-width-header .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu > li > a:hover {
  color: #fa0368;
}
.full-width-header .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu > li.current-menu-item > a {
  color: #fa0368;
}
.full-width-header .rs-header .menu-area.sticky .expand-btn-inner ul .search-parent a i {
  color: #101010;
}
.full-width-header .rs-header .menu-area.sticky .expand-btn-inner ul .search-parent a i:hover {
  color: #fa0368;
}
.full-width-header .rs-header .expand-btn-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.full-width-header .rs-header .expand-btn-inner ul {
  display: flex;
  align-items: center;
  margin-left: 25px;
}
.full-width-header .rs-header .expand-btn-inner ul .btn-quote .quote-button {
  font-size: 14px;
  background: rgba(0, 0, 0, 0) linear-gradient(160deg, #ff0066 0%, #d41872 80%, #a445b2 168%) repeat scroll 0% 0%;
  padding: 9px 22px;
  border-radius: 4px;
  color: #fff;
  font-weight: 600;
  display: block;
  overflow: hidden;
  position: relative;
  text-transform: uppercase;
  z-index: 9;
}
.full-width-header .rs-header .expand-btn-inner ul .btn-quote .quote-button:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #612EA7;
  position: absolute;
  left: 0;
  bottom: -110px;
  border-radius: 5px;
  transform: scale(1.9) rotate(-13deg);
  transition: 0.5s;
  opacity: 0;
  z-index: -1;
}
.full-width-header .rs-header .expand-btn-inner ul .btn-quote .quote-button:hover:after {
  bottom: 0px;
  opacity: 1;
}
.full-width-header .rs-header .expand-btn-inner ul .humburger {
  display: none;
}
.full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar {
  padding: 16px 13px 16px;
  background: transparent;
  max-width: 50px;
  display: flex;
  flex-wrap: wrap;
  border-radius: 2px;
  padding-right: 0;
  margin-right: -4px;
}
.full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span {
  height: 5px;
  width: 5px;
  display: block;
  background: #fa0368;
  border-radius: 50%;
  transition: none;
  list-style: none;
  transition: all 0.3s ease;
  margin: 2px 3px;
}
.full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot2,
.full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot3,
.full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot4,
.full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot5,
.full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot6,
.full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot7,
.full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot8 {
  background: #fa0368;
}
.full-width-header .rs-header.header-style2 .expand-btn-inner ul {
  margin-left: 0;
}
.full-width-header .rs-header.header-style2 .expand-btn-inner ul .humburger {
  display: block;
}
.full-width-header .rs-header.header-style3 .expand-btn-inner ul .humburger {
  display: none;
}
.full-width-header .rs-header.header-style3 .expand-btn-inner .rs_click_menu {
  width: 30px;
  height: 24px;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.full-width-header .rs-header.header-style3 .expand-btn-inner .rs_click_menu span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #ffffff;
  border-radius: 30px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.full-width-header .rs-header.header-style3 .expand-btn-inner .rs_click_menu span:nth-child(1):before {
  content: "";
  position: absolute;
  background: #ffffff;
  height: 4px;
  width: 4px;
  left: -10px;
  border-radius: 30px;
  display: block;
}
.full-width-header .rs-header.header-style3 .expand-btn-inner .rs_click_menu span:nth-child(3):before {
  content: "";
  position: absolute;
  background: #ffffff;
  height: 4px;
  width: 4px;
  left: -10px;
  border-radius: 30px;
  display: block;
}
.full-width-header .rs-header.header-style3 .expand-btn-inner .rs_click_menu span:nth-child(4):before {
  content: "";
  position: absolute;
  background: #ffffff;
  height: 4px;
  width: 4px;
  left: -10px;
  border-radius: 30px;
  display: block;
}
.full-width-header .rs-header.header-style3 .expand-btn-inner .rs_click_menu span:nth-child(1) {
  top: 0px;
}
.full-width-header .rs-header.header-style3 .expand-btn-inner .rs_click_menu span:nth-child(3) {
  top: 10px;
}
.full-width-header .rs-header.header-style3 .expand-btn-inner .rs_click_menu span:nth-child(3) {
  top: 10px;
}
.full-width-header .rs-header.header-style3 .expand-btn-inner .rs_click_menu span:nth-child(4) {
  top: 20px;
}
.full-width-header .rs-header.header-style3 .expand-btn-inner .rs_click_menu .rs__open_hum span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.full-width-header .rs-header.header-style3 #rs_click__id {
  width: 30px;
  height: 24px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.full-width-header .rs-header.header-style3 #rs_click__id span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #ffffff;
  border-radius: 30px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.full-width-header .rs-header.header-style3 #rs_click__id span:nth-child(1) {
  top: 0px;
}
.full-width-header .rs-header.header-style3 #rs_click__id span:nth-child(1):before {
  content: "";
  position: absolute;
  background: #ffffff;
  height: 4px;
  width: 4px;
  left: -10px;
  border-radius: 30px;
  display: block;
}
.full-width-header .rs-header.header-style3 #rs_click__id span:nth-child(2),
.full-width-header .rs-header.header-style3 #rs_click__id span:nth-child(3) {
  top: 10px;
}
.full-width-header .rs-header.header-style3 #rs_click__id span:nth-child(2):before,
.full-width-header .rs-header.header-style3 #rs_click__id span:nth-child(3):before {
  content: "";
  position: absolute;
  background: #ffffff;
  height: 4px;
  width: 4px;
  left: -10px;
  border-radius: 30px;
  display: block;
}
.full-width-header .rs-header.header-style3 #rs_click__id span:nth-child(4) {
  top: 20px;
}
.full-width-header .rs-header.header-style3 #rs_click__id span:nth-child(4):before {
  content: "";
  position: absolute;
  background: #ffffff;
  height: 4px;
  width: 4px;
  left: -10px;
  border-radius: 30px;
  display: block;
}
.full-width-header .rs-header.header-style3 #rs_click__id.rs__open_hum span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.full-width-header .rs-header.header-style3 #rs_click__id.rs__open_hum span:nth-child(1):before {
  display: none;
}
.full-width-header .rs-header.header-style3 #rs_click__id.rs__open_hum span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.full-width-header .rs-header.header-style3 #rs_click__id.rs__open_hum span:nth-child(2):before {
  display: none;
}
.full-width-header .rs-header.header-style3 #rs_click__id.rs__open_hum span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.full-width-header .rs-header.header-style3 #rs_click__id.rs__open_hum span:nth-child(3):before {
  display: none;
}
.full-width-header .rs-header.header-style3 #rs_click__id.rs__open_hum span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.full-width-header .rs-header.header-style3 #rs_click__id.rs__open_hum span:nth-child(4):before {
  display: none;
}
.full-width-header .rs-header.header-style3 .menu-area .row-table .col-cell.menu-responsive {
  transform: scaleY(1);
  transition: all .5s ease;
}
.full-width-header .rs-header.header-style3 .menu-area .row-table .col-cell.menu-responsive.active__main__menu {
  transform: scaleY(0);
}
.full-width-header .rs-header.header-style4 .menu-area .main-menu .rs-menu ul.nav-menu li a {
  color: #0a0a0a;
}
.full-width-header .rs-header.header-style5 .menu-area .main-menu .rs-menu ul.nav-menu li a {
  color: #0a0a0a;
}
.full-width-header .rs-header.header-style5 .menu-area .main-menu .rs-menu ul.sub-menu li.active a,
.full-width-header .rs-header.header-style5 .menu-area .main-menu .rs-menu ul li.current-menu-item > a:before,
.full-width-header .rs-header.header-style5 .menu-area .main-menu .rs-menu ul.nav-menu li a:hover,
.full-width-header .rs-header.header-style5 .menu-area .main-menu .rs-menu ul.nav-menu li.current-menu-item > a {
  color: #eb3f0f !important;
}
.full-width-header .rs-header.header-style5 .expand-btn-inner ul .btn-quote .quote-button {
  background: #eb3f0f;
}
.full-width-header .rs-header.header-style5 .expand-btn-inner ul .btn-quote .quote-button:after {
  background: #3d9200;
}
.full-width-header .rs-header.header-transparent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.full-width-header .mobile-menu {
  display: none;
}
.full-width-header .mobile-menu .mobile-logo {
  float: left;
}
.full-width-header .mobile-menu .mobile-logo img {
  max-height: 30px;
}
.full-width-header .mobile-menu .rs-menu-toggle {
  color: #ffffff;
  float: right;
}
.full-width-header .mobile-menu .rs-menu-toggle.primary {
  color: #fa0368;
}
.full-width-header .mobile-menu .rs-menu-toggle.secondary {
  color: #3e27d8;
}
.full-width-header .mobile-menu .rs-menu-toggle .nav-dots {
  position: absolute;
  right: 0;
  width: 25px;
  height: 2px;
  background: #fff;
  z-index: 11;
  top: 23px;
}
.full-width-header .mobile-menu .rs-menu-toggle .dot1,
.full-width-header .mobile-menu .rs-menu-toggle .dot3 {
  width: 15px;
}
.full-width-header .mobile-menu .rs-menu-toggle .dot2 {
  top: 28px;
}
.full-width-header .mobile-menu .rs-menu-toggle .dot3 {
  top: 34px;
}
.full-width-header .mobile-menu .rs-menu-toggle .dot4 {
  top: 40px;
}
.full-width-header .right_menu_togle {
  background: linear-gradient(80deg, #1a0b8c 40%, #fa50cb 120%);
  padding: 46px 60px 50px 50px;
  font-size: 1.15em;
  max-width: 480px;
  width: 100%;
  right: -500px;
  z-index: 999999;
  transition: all 0.3s ease;
  /*position: fixed;*/
  overflow-y: auto;
}
.full-width-header .right_menu_togle .close-btn {
  overflow: visible;
  position: absolute;
  top: 10px;
  display: block;
  z-index: 99;
  right: 57px;
  cursor: pointer;
  transition: all .3s ease;
}
.full-width-header .right_menu_togle .close-btn .nav-close .line {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.full-width-header .right_menu_togle .close-btn .nav-close .line span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 2px !important;
  height: 25px !important;
  background: #ffffff;
  border: none !important;
  transition: all 0.3s ease;
}
.full-width-header .right_menu_togle .close-btn .nav-close .line span.line2 {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.full-width-header .right_menu_togle .close-btn:hover .nav-close .line span {
  background: #fa0368;
}
.full-width-header .right_menu_togle .canvas-logo {
  padding-left: 0;
  padding-bottom: 35px;
}
.full-width-header .right_menu_togle .canvas-logo img {
  max-height: 45px;
}
.full-width-header .right_menu_togle .offcanvas-text p {
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
  margin: 0px 0 38px;
}
.full-width-header .right_menu_togle .canvas-contact .address-area .address-list {
  display: flex;
  margin-top: 18px;
}
.full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-icon i:before {
  margin: 0 20px 0 0;
  font-size: 25px;
  color: #fa0368;
}
.full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-content .title {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 5px;
}
.full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-content em {
  display: block;
  font-style: normal;
  line-height: 22px;
  font-size: 15px;
  color: #ffffff;
}
.full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-content em a {
  color: #ffffff;
}
.full-width-header .right_menu_togle .canvas-contact .address-area .address-list .info-content em a:hover {
  color: #fa0368;
}
.full-width-header .right_menu_togle .canvas-contact .social {
  margin: 40px 0 0;
}
.full-width-header .right_menu_togle .canvas-contact .social li {
  display: inline-block;
}
.full-width-header .right_menu_togle .canvas-contact .social li a i {
  font-size: 15px;
  color: #fff;
  margin: 0 8px 0 0;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 0px;
}
.full-width-header .right_menu_togle .canvas-contact .social li a i:hover {
  background: #fa0368;
  color: #ffffff;
}
.full-width-header .right_menu_togle .canvas-contact .social li:last-child {
  margin: 0;
}
.full-width-header .mobile-navbar-menu .sub-menu {
  display: none;
  position: relative;
  left: 0;
  width: 100%;
  margin: 0;
  text-align: left;
}
.full-width-header .mobile-navbar-menu .nav-menu li {
  position: relative;
}
.full-width-header .mobile-navbar-menu .nav-menu li a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  display: block;
  color: #fff;
  padding: 10px 0;
  line-height: 30px;
  width: 100%;
}
.full-width-header .mobile-navbar-menu .nav-menu li li a {
  padding-left: 25px;
}
.full-width-header .mobile-navbar-menu .nav-menu li li li a {
  padding-left: 50px;
}
.full-width-header .mobile-navbar-menu span.submenu-button {
  position: absolute;
  z-index: 99;
  right: 0;
  top: 5px;
  display: block;
  height: 40px;
  width: 40px;
  cursor: pointer;
}
.full-width-header .mobile-navbar-menu span.submenu-button:before,
.full-width-header .mobile-navbar-menu span.submenu-button:after {
  position: absolute;
  top: 24px;
  right: 10px;
  width: 20px;
  height: 1px;
  display: block;
  background: #fff;
  z-index: 2;
  content: '';
  right: 12px;
  width: 12px;
}
.full-width-header .mobile-navbar-menu span.submenu-button:before {
  width: 1px;
  height: 12px;
  right: 17px;
  top: 18px;
}
.full-width-header .mobile-navbar-menu span.submenu-button em {
  display: block;
  position: absolute;
  right: 0;
  border-radius: 4px;
  top: 50%;
  transform: translateY(-50%);
}
.full-width-header .mobile-navbar-menu .hash-has-sub span.submenu-button {
  width: 100%;
  cursor: pointer;
  top: 0;
  height: 50px;
}
.full-width-header .mobile-navbar-menu .submenu-button.submenu-opened:before {
  display: none;
}
.full-width-header .mobile-navbar-menu ul ul li,
.full-width-header .mobile-navbar-menu li:hover > ul > li {
  height: auto;
}
.full-width-header .mobile-navbar-menu ul.nav-menu > li:first-child > span.submenu-button:after {
  top: 19px;
}
.full-width-header .mobile-navbar-menu ul.nav-menu > li:first-child > span.submenu-button:before {
  top: 13px;
}
.full-width-header .mobile-navbar-menu .nav-menu li.active-menu a,
.full-width-header .mobile-navbar-menu .nav-menu li a:hover {
  color: #fa0368;
}
body.modal-open {
  padding: 0 !important;
}
body .modal.show .modal-dialog {
  width: 100%;
  max-width: 900px;
}
body .search-modal {
  padding: 0 !important;
  background: #000;
}
body .search-modal .modal-content {
  position: initial;
  border: 0;
  background: unset;
}
body .search-modal .search-block form {
  position: relative;
}
body .search-modal .search-block form input {
  background: none;
  border: none;
  color: #fff;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  outline: none;
  font-size: 35px;
}
body .search-modal .search-block form button {
  background: #000;
  border: none;
  padding: 5px 20px;
  color: #ffffff;
  border-radius: 0 5px 5px 0;
  font-size: 16px;
  position: absolute;
  content: '';
  right: 0;
  top: 11px;
}
body .search-modal .search-block form button i:before {
  color: #fff;
  font-size: 35px;
  font-weight: 600;
}
body .search-modal .search-block ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */

  color: #fff;
  opacity: 1;
}
body .search-modal .search-block ::-moz-placeholder {
  /* Firefox 19+ */

  color: #fff;
  opacity: 0.3;
}
body .search-modal .search-block :-ms-input-placeholder {
  /* IE 10+ */

  color: #fff;
  opacity: 1;
}
body .search-modal .search-block :-moz-placeholder {
  /* Firefox 18- */

  color: #fff;
  opacity: 1;
}
body .search-modal .close {
  position: fixed;
  right: 50px;
  top: 50px;
  background: #ffffff;
  color: #0a0a0a;
  width: 55px;
  height: 55px;
  line-height: 58px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  transition: all .5s ease;
  opacity: unset;
  box-shadow: unset;
  border: none;
}
body .search-modal .close span:before {
  font-size: 14px;
  position: relative;
  top: -2px;
  left: 0px;
  font-weight: 700;
}
body .search-modal .close:hover {
  opacity: 0.8 !important;
}
/*------------------------------------
    04. Sticky Menu CSS
--------------------------------------*/
.menu-sticky {
  background: #fff;
  margin: 0;
  z-index: 999;
  width: 100%;
  top: 0;
  position: relative;
}
@-webkit-keyframes sticky-animation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes sticky-animation {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ------------------------------------
    05. About Section CSS
---------------------------------------*/
.rs-about.style1 {
  position: relative;
  z-index: 111;
}
.rs-about.style1 .rs-addon-services .addon-item .addon-wrap {
  display: flex;
  align-items: center;
}
.rs-about.style1 .rs-addon-services .addon-item .addon-wrap .addon-icon img {
  height: 33px;
  width: 32px;
  max-width: unset;
}
.rs-about.style1 .rs-addon-services .addon-item .addon-wrap .addon-content {
  padding: 13px 0px 0px 15px;
}
.rs-about.style1 .rs-addon-services .addon-item .addon-wrap .addon-content .title {
  font-size: 20px;
  line-height: 1em;
  font-weight: 600;
  color: #0a0a0a;
  margin: 0 0 10px;
}
.rs-about.style1 .rs-addon-services .addon-item p {
  padding-top: 16px;
  margin: 0;
}
.rs-about.style1 .rs-animation .animate {
  position: absolute;
  bottom: 0;
  z-index: -11;
}
.rs-about.style1 .rs-animation .animate.dot {
  left: 16%;
  top: 12%;
}
.rs-about.style1 .rs-animation .animate.circle {
  left: 15%;
  bottom: 10%;
}
.rs-about.style1 .rs-animation .animate.microphone {
  right: 15%;
  bottom: 10%;
}
.rs-about.style1 .rs-animation .animate.microphone img {
  width: 130px;
  opacity: 0.1;
}
.rs-about.style2 {
  position: relative;
}
.rs-about.style2 .left-side {
  position: absolute;
  width: 383px;
  max-width: 383px;
  top: 103px;
  left: 10%;
}
.rs-about.style2 .right-side {
  position: absolute;
  width: 383px;
  max-width: 383px;
  top: 95px;
  right: -11px;
}
/* ------------------------------------
    06. Addon Section CSS
---------------------------------------*/
.rs-addon-services.style1 .all-services-section {
  display: inline-block;
  width: 100%;
}
.rs-addon-services.style1 .all-services-section .services-item {
  padding: 10px;
  width: 20%;
  float: left;
}
.rs-addon-services.style1 .all-services-section .services-item .services-wrap {
  padding: 58px 50px 28px 50px;
  background-color: #ffffff;
  text-align: center;
  position: relative;
}
.rs-addon-services.style1 .all-services-section .services-item .services-wrap .services-bottom-img {
  position: absolute;
  right: -10px;
  bottom: 4px;
}
.rs-addon-services.style1 .all-services-section .services-item .services-wrap .services-bottom-img img {
  width: 69px;
  opacity: 0.1;
}
.rs-addon-services.style1 .all-services-section .services-item .services-wrap .services-part {
  position: relative;
  transition: all 500ms ease;
  transform: translateY(0px);
}
.rs-addon-services.style1 .all-services-section .services-item .services-wrap .services-part .services-icon img {
  max-width: unset;
  width: 50px;
  height: 50px;
}
.rs-addon-services.style1 .all-services-section .services-item .services-wrap .services-part .services-content {
  padding: 10px 0 0;
}
.rs-addon-services.style1 .all-services-section .services-item .services-wrap .services-part .services-content .title {
  font-size: 18px;
  line-height: 46px;
  font-weight: 600;
  color: #0a0a0a;
  margin: 0 0 10px;
}
.rs-addon-services.style1 .all-services-section .services-item .services-wrap:after {
  content: "";
  position: absolute;
  width: 0;
  height: 4px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #F50669;
  transition: all .5s ease;
}
.rs-addon-services.style1 .all-services-section .services-item:hover .services-wrap:after {
  width: 100%;
}
.rs-addon-services.style1 .all-services-section .services-item:hover .services-wrap .services-part {
  transform: translateY(-10px);
}
/* ------------------------------------
    07. Breadcrumbs Section CSS
---------------------------------------*/
.rs-breadcrumbs {
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center center !important;
}
.rs-breadcrumbs .breadcrumbs-inner {
  padding: 280px 0 180px;
}
.rs-breadcrumbs .breadcrumbs-inner .page-title {
  font-size: 48px;
  line-height: 56px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #ffffff;
  position: relative;
  z-index: 1;
}
.rs-breadcrumbs .breadcrumbs-inner .page-title:after {
  content: "";
  position: absolute;
  border: 0;
  width: 65px;
  height: 5px;
  background: #fa0368;
  z-index: 1;
  margin-left: 0;
  left: 0;
  top: -28px;
}
.rs-breadcrumbs .breadcrumbs-inner .page-title .watermark {
  position: absolute;
  font-size: 120px;
  text-transform: uppercase;
  font-weight: 900;
  font-family: poppins, sans-serif;
  opacity: .05;
  width: 100%;
  left: 0;
  color: inherit;
  white-space: nowrap;
  vertical-align: middle;
}
.rs-breadcrumbs .breadcrumbs-inner .sub-text {
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  color: #fff;
  text-transform: capitalize;
  display: inline-block;
  margin-top: 10px;
  padding-right: 290px;
}
.rs-breadcrumbs .breadcrumbs-inner ul {
  padding: 0;
}
.rs-breadcrumbs .breadcrumbs-inner ul li {
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
}
.rs-breadcrumbs .breadcrumbs-inner ul li a {
  position: relative;
  padding-right: 22px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #ffffff;
}
.rs-breadcrumbs .breadcrumbs-inner ul li a:before {
  background-color: #fff;
  content: "";
  height: 15px;
  width: 1px;
  position: absolute;
  right: 9px;
  top: 2px;
  transform: rotate(26deg);
}
.rs-breadcrumbs .breadcrumbs-inner ul li a:hover {
  opacity: .7;
}
.rs-breadcrumbs.img1 {
  background: url(assets/images/breadcrumbs/inr-1.jpg);
}
.rs-breadcrumbs.img2 {
  background: url(assets/images/breadcrumbs/inr-2.jpg);
}
.rs-breadcrumbs.img3 {
  background: url(assets/images/breadcrumbs/inr-3.jpg);
}
.rs-breadcrumbs.img4 {
  background: url(assets/images/breadcrumbs/inr-4.jpg);
}
.rs-breadcrumbs.img5 {
  background: url(assets/images/breadcrumbs/inr-5.jpg);
}
/* ------------------------------------
    08. Banner Section CSS
---------------------------------------*/
.rs-banner.main-home {
  background: url(assets/images/banner/style1/banner-bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}


.rs-banner.main-home .content-wrap {
  padding: 260px 0 290px;
  text-align: center;
}

.padding-bottom-65{
  padding-bottom: 65px;
}

.sec-title .title br.sbic-break{
  display: block;
}

.sub-logo{
  width: 45%;
}

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

.sec-title .title br.sbic-break{
  display: none;
}
.rs-banner.main-home .content-wrap {
  padding: 0 0 290px;
  text-align: center;
}
}

.main-logo{
  width: 70%;
}

.in-person{
  width: 60%;
}

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

.main-logo{
  width: 40%;
}

.in-person{
  width: 30%;
}

.video-padding-lg-and-smaller{
  padding-left: 12rem;
  padding-right: 12rem;
}

.sub-logo{
  width: 30%;
}

}

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

.main-logo{
  width: 50%;
}

.in-person{
  width: 30%;
}

}

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

 .sec-title .title.title2:before {
 
   /*left:0;*/
   transform: none;

 } 

  .video-padding-lg-and-smaller{
    padding-left: 0rem;
    padding-right: 0rem;
  }

  .pl-xl-6rem{
    padding-left: 6rem;
  }

  .pr-xl-6rem{
    padding-right: 6rem;
  }

  .img-fluid-xl-90{
    max-width: 90%;
  }

 .sec-title .title.title2:before {
 
   left:0;
   transform: none;

 } 

.main-logo{
  width: 30%;
}

.sub-logo{
  width: 20%;
}

.in-person{
  width: 30%;
}

}

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

.main-logo{
  width: 30%;
}

.sub-logo{
  width: 25%;
}

.in-person{
  width: 20%;
}

}
.rs-banner.main-home .content-wrap .icon-wrap img {
  height: 81px;
}
.rs-banner.main-home .content-wrap .underline-text {
  font-size: 24px;
  font-weight: 600;
  text-decoration: underline;
  line-height: 1px;
  letter-spacing: 0px;
  color: #ffffff;
  margin: 0px 0px 80px 0px;
}
.rs-banner.main-home .content-wrap .prelements-heading .title-inner .title {
  font-size: 120px;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 46px;
  letter-spacing: 10px;
  color: #FFFFFF;
  margin: 0px 0px 92px 0px;
}
.rs-banner.main-home .content-wrap .prelements-heading .title-inner .title .watermark {
  color: #FFFFFF24;
  opacity: 1;
  font-size: 130px;
  letter-spacing: -2.5px;
  position: absolute;
  text-transform: uppercase;
  font-weight: 900;
  font-family: 'Poppins', sans-serif;
  width: 100%;
  left: 0;
  white-space: nowrap;
  vertical-align: middle;
}
.rs-banner.main-home .content-wrap .prelements-heading .title-inner .title span {
  color: #FA0368;
}
.rs-banner.main-home .content-wrap .conference-title {
  position: relative;
  z-index: 2;
  font-size: 58px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1px;
  letter-spacing: 2px;
  color: #ffffff;
  margin: 0px 0px 80px 0px;
}
.rs-banner.main-home .content-wrap .conference-title .year {
  color: #FA0368;
  font-weight: 900;
}
.rs-banner.banner-home-style2 {
  background: url(assets/images/banner/style2/banner-bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.rs-banner.banner-home-style2 .content-wrap {
  padding: 347px 0 260px;
}
.rs-banner.banner-home-style2 .content-wrap .title {
  font-size: 120px;
  line-height: 1.1;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 10px;
  color: #ffffff;
  margin-bottom: 5px;
}
.rs-banner.banner-home-style2 .content-wrap .small-title {
  font-size: 52px;
  line-height: 1.1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #ffffff;
  margin: 0px 0px 33px 0px;
}
.rs-banner.banner-home-style2 .content-wrap .sub-title {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1px;
  letter-spacing: 0px;
  color: #ffffff;
  display: block;
  margin: 0px 0px 56px 0px;
}
.rs-banner.banner-home-style2 .animation-style .fly {
  position: absolute;
  bottom: 0;
}
.rs-banner.banner-home-style2 .animation-style .fly img {
  opacity: 0.2;
}
.rs-banner.banner-home-style2 .animation-style .fly.one {
  top: 37%;
  left: 10%;
}
.rs-banner.banner-home-style2 .animation-style .fly.two {
  top: 18%;
  left: 26%;
}
.rs-banner.banner-home-style2 .animation-style .fly.two img {
  width: 37px;
  opacity: 0.4;
}
.rs-banner.banner-home-style2 .animation-style .fly.three {
  top: 32%;
  left: 38%;
}
.rs-banner.banner-home-style2 .animation-style .fly.three img {
  width: 30px;
}
.rs-banner.banner-home-style2 .animation-style .fly.four {
  bottom: 19%;
  left: 16%;
}
.rs-banner.banner-home-style2 .animation-style .fly.five {
  right: 44%;
  top: 18%;
}
.rs-banner.banner-home-style2 .animation-style .fly.six {
  right: 32%;
  top: 34%;
}
.rs-banner.banner-home-style2 .animation-style .fly.six img {
  width: 37px;
}
.rs-banner.banner-home-style2 .animation-style .fly.seven {
  right: 13%;
  top: 32%;
}
.rs-banner.banner-home-style2.home-style2 {
  background: url(assets/images/banner/home6.jpg);
}
.rs-banner.banner-home-style2.home-style2 .content-wrap .title {
  color: #eb3f0f;
}
.rs-banner.banner-home-style2.home-style2 .content-wrap .sub-title,
.rs-banner.banner-home-style2.home-style2 .content-wrap .small-title {
  color: #0a0a0a;
}
.rs-banner.banner-home-style3 {
  /*background-color: #6D2BF3;*/
  /*background-image: url(assets/images/banner/home3.jpg);*/
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
.rs-banner.banner-home-style3 .content-wrap {
  /*padding: 90px 0 350px;*/
  /*padding: 0 0 350px;*/
}


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

  .img-fluid-xxl-70{
    width: 70%;
  }

}

@media only screen and (min-width: 500px)  {
.rs-banner.banner-home-style3 .content-wrap {
  /*padding: 90px 0 350px;*/
  /*padding: 0 0 75px;*/
}
}

@media only screen and (min-width: 992px)  {
.rs-banner.banner-home-style3 .content-wrap {
  /*padding: 90px 0 350px;*/
  /*padding: 0 0 250px;*/
}
}

@media only screen and (min-width: 992px)  {
  .padding-bottom-65-992-and-up{
    padding-bottom: 80px;
  }
}





.rs-banner.banner-home-style3 .content-wrap .sub-title {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 25px;
  display: block;
}

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

  .rs-banner.banner-home-style3 .content-wrap .sub-title {
  font-size: 28px;
}

}
.rs-banner.banner-home-style3 .content-wrap .title {
  font-size: 90px;
  line-height: 90px;
  font-weight: 800;
  color: #ffffff;
  text-transform: capitalize;
  margin: 0px 0px 25px 0px;
}
.rs-banner.banner-home-style3 .content-wrap .title-small {
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #ffffff;
  margin: 0px 0px 50px 0px;
}
.rs-banner.banner-home-style3 .content-wrap .banner-bottom {
  position: relative;
  left: -64px;
}
.rs-banner.banner-home-style3 .content-wrap .banner-bottom li {
  display: inline-block;
  margin-right: 10px;
}
.rs-banner.banner-home-style3 .content-wrap .banner-bottom li:last-child {
  margin-right: 0;
}
.rs-banner.banner-home-style3 .content-wrap .banner-bottom li .rs-videos .animate-border .popup-border {
  left: 65%;
  top: 35%;
  transform: translateX(-50%) translateY(-50%);
}
.rs-banner.banner-home-style4 {
  background-image: url(assets/images/banner/home4.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.rs-banner.banner-home-style4 .content-wrap {
  padding: 232px 0 210px;
  position: relative;
}
.rs-banner.banner-home-style4 .content-wrap .title-inner {
  position: absolute;
  transform: rotate(-90deg);
  top: 50%;
  left: -290px;
}
.rs-banner.banner-home-style4 .content-wrap .title-inner .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 7.2px;
  color: #FFFBFB;
}
.rs-banner.banner-home-style4 .content-wrap .music {
  font-size: 170px;
  line-height: 1.3;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 10px;
  color: #ffffff;
  margin: 0px 0px 15px 0px;
  font-family: "Permanent Marker", Sans-serif !important;
}
.rs-banner.banner-home-style4 .content-wrap .year {
  font-size: 90px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #ffffff;
  font-family: "Permanent Marker", sans-serif !important;
  margin: 0px 0px 15px 0px;
}
.event_counter2{
  margin-top: -44px;
}
.rs-banner.banner-home-style4 .content-wrap .event_counter2 .coming-soon-part2 {
  margin: 50px 0px 0px -51px;
}
.rs-banner.banner-home-style3 .content-wrap .event_counter2 .coming-soon-part2 .coming-soon-text .CountDownTimer .time_circles {
  width: 100%;
  height: 100%;
}
.rs-banner.banner-home-style3 .content-wrap .event_counter2 .coming-soon-part2 .coming-soon-text .time_circles {
  margin-bottom: 25px;
}
.rs-banner.banner-home-style3 .content-wrap .event_counter2 .coming-soon-part2 .coming-soon-text .time_circles canvas {
  opacity: 0;
}
.rs-banner.banner-home-style3 .content-wrap .event_counter2 .coming-soon-part2 .coming-soon-text .time_circles div {
  position: absolute;
  text-align: center;
  padding-right: 30px;
}


.rs-banner.banner-home-style3 .content-wrap .event_counter2 .coming-soon-part2 .coming-soon-text .time_circles div span {
  font-weight: 700;
  font-size: 22px !important;
  /*color: #fa0368;*/
  color: #ffffff;
  display: block;
  border-radius: 5px;
  max-width: 100px;
  line-height: 60px;
  margin: 0 auto;
}


.rs-banner.banner-home-style3 .content-wrap .event_counter2 .coming-soon-part2 .coming-soon-text .time_circles div h4 {
  color: #fff;
  font-size: 14px !important;
  font-weight: 500 !important;
  text-transform: uppercase;
  /*margin-top: 21px;*/
}

.rs-banner.banner-home-style3 .content-wrap .event_counter2 .banner-counter5 .coming-soon-part2 {
  max-width: 300px;
}

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

  .rs-banner.banner-home-style3 .content-wrap .event_counter2 .coming-soon-part2 .coming-soon-text .time_circles div span {

    font-size: 42px !important;

  }

  .rs-banner.banner-home-style3 .content-wrap .event_counter2 .banner-counter5 .coming-soon-part2 {
    max-width: 500px;
  }

  .rs-banner.banner-home-style3 .content-wrap .event_counter2 .coming-soon-part2 .coming-soon-text .time_circles div h4 {
    font-size: 17px !important;
  }
    
}


.rs-banner.banner-home-style3 .content-wrap .event_counter2 .banner-counter5 .time_circles {
  margin-bottom: 0;
}
.rs-banner.banner-home-style3 .content-wrap .event_counter2 .banner-counter5 .time_circles canvas {
  height: auto !important;
}
.rs-banner.banner-home-style3 .content-wrap .event_counter2 .banner-counter5 .time_circles div {
  position: absolute;
  margin-top: -8px;
}
.rs-banner.banner-home-style3 .content-wrap .event_counter2 .banner-counter5 .coming-soon-part2 .time_circles {
  position: relative;
  width: 100%;
  height: 100%;
  left: 8px;
}
.rs-banner.banner-home-style3 .content-wrap .event_counter2 .banner-counter5 .coming-soon-part2 .time_circles div {
  padding-right: 0;
}
.rs-banner.banner-home-style3 .content-wrap .event_counter2 .banner-counter5 .coming-soon-part2 .time_circles div h3 {
  color: #fff;
  font-size: 20px !important;
}
.rs-banner.banner-home-style3 .content-wrap .event_counter2 .banner-counter5 .time_circles > div {
  position: absolute;
  text-align: center;
  padding: 0;
}
.rs-banner.banner-home-style3 .content-wrap .event_counter2 .banner-counter5 .time_circles > div > h4 {
  margin: 0;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
}
.rs-banner.banner-home-style3 .content-wrap .event_counter2 .banner-counter5 .time_circles > div > span {
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 100%;
  text-align: center;
  line-height: 1;
}
.rs-banner.banner-home-style3 .content-wrap .event_counter2 .coming-soon-part2 .coming-soon-text .time_circles div.textDiv_Seconds h4,
.rs-banner.banner-home-style3 .content-wrap .event_counter2 .coming-soon-part2 .coming-soon-text .time_circles div.textDiv_Seconds span {
  /*color: #941770;*/
  color: #ffffff;
}
.rs-banner.banner-home-style3 .content-wrap .event_counter2 .coming-soon-part2 .coming-soon-text .time_circles div.textDiv_Minutes h4,
.rs-banner.banner-home-style3 .content-wrap .event_counter2 .coming-soon-part2 .coming-soon-text .time_circles div.textDiv_Minutes span {
  /*color: #70C4F2;*/
  color: #ffffff;
}
.rs-banner.banner-home-style3 .content-wrap .event_counter2 .coming-soon-part2 .coming-soon-text .time_circles div.textDiv_Hours h4,
.rs-banner.banner-home-style3 .content-wrap .event_counter2 .coming-soon-part2 .coming-soon-text .time_circles div.textDiv_Hours span {
  /*color: #F0C32E !important;*/
  color: #ffffff;
}
.rs-banner.banner-home-style3 .content-wrap .event_counter2 .coming-soon-part2 .coming-soon-text .time_circles div h4 {
  /*color: #fa0368;*/
  color: #ffffff;
}
.rs-banner.banner-home-style3 .content-wrap .event_counter2 .banner-counter5 .coming-soon-part2 .time_circles div + div span {
  position: relative;
}
/*
.rs-banner.banner-home-style3 .content-wrap .event_counter2 .banner-counter5 .coming-soon-part2 .time_circles div + div span:before {
  content: "";
  position: absolute;
  left: -23px;
  top: 30%;
  transform: translateY(-50%);
  display: block;
  background: #fff;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
.rs-banner.banner-home-style3 .content-wrap .event_counter2 .banner-counter5 .coming-soon-part2 .time_circles div + div span:after {
  content: "";
  position: absolute;
  left: -23px;
  top: 75%;
  transform: translateY(-50%);
  display: block;
  background: #fff;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
*/
.rs-banner.banner-home-style5 {
  background: url(assets/images/banner/style3/banner5.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.rs-banner.banner-home-style5 .content-wrap {
  padding: 238px 0 238px;
}
.rs-banner.banner-home-style5 .content-wrap .sub-title {
  font-size: 15px;
  line-height: 28px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fa0368;
  display: block;
  margin: 0px 0px 25px 0px;
}
.rs-banner.banner-home-style5 .content-wrap .title {
  font-size: 80px;
  font-weight: 800;
  text-transform: capitalize;
  color: #ffffff;
  margin-bottom: 40px;
}
.rs-banner.banner-home-style5 .content-wrap .small-title {
  font-size: 56px;
  font-weight: 700;
  text-transform: capitalize;
  color: #ffffff;
  margin: 0px 0px 30px 0px;
}
.rs-banner.banner-home-style5 .content-wrap .description p {
  color: #ffffff;
  margin-bottom: 45px;
}
.rs-banner.banner-home-style5 .animation-style .spiner {
  position: absolute;
  bottom: 0;
}
.rs-banner.banner-home-style5 .animation-style .spiner img {
  opacity: 0.2;
}
.rs-banner.banner-home-style5 .animation-style .spiner.one {
  top: 22%;
  left: 10%;
}
.rs-banner.banner-home-style5 .animation-style .spiner.two {
  top: 13%;
  left: 38%;
}
.rs-banner.banner-home-style5 .animation-style .spiner.two img {
  width: 30px;
}
.rs-banner.banner-home-style5 .animation-style .spiner.three {
  right: 31%;
  top: 18%;
}
.rs-banner.banner-home-style5 .animation-style .spiner.three img {
  width: 40px;
}
.rs-banner.banner-home-style5 .animation-style .spiner.four {
  top: 17%;
  right: 13%;
}
.rs-banner.banner-home-style5 .animation-style .spiner.five {
  left: 15%;
  bottom: 17%;
}
.rs-banner.banner-home-style5 .animation-style .spiner.six {
  left: 32%;
  bottom: 10%;
}
.rs-banner.banner-home-style5 .animation-style .spiner.seven {
  right: 56%;
  top: 61%;
}
.rs-banner.banner-home-style5 .animation-style .spiner.seven img {
  width: 32px;
}
.rs-banner.banner-home-style5 .animation-style .spiner.eight {
  right: 41%;
  top: 52%;
}
/* ------------------------------------
    09. Video Section CSS
---------------------------------------*/
.rs-videos .animate-border .popup-border {
  background: #fa0368;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.rs-videos .animate-border .popup-border i {
  font-size: 20px;
  line-height: 80px;
  display: block;
  color: #ffffff;
}
.rs-videos .animate-border .popup-border:before {
  content: "";
  border: 2px solid #fa0368;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  animation: zoomBig 3.25s linear infinite;
  -webkit-animation-delay: .75s;
  animation-delay: .75s;
}
.rs-videos .animate-border .popup-border:after {
  content: "";
  border: 2px solid #fa0368;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  animation: zoomBig 3.25s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.rs-videos .animate-border.white-color-style .popup-border:after,
.rs-videos .animate-border.white-color-style .popup-border:before {
  border: 2px solid #ffffff;
}
.rs-videos .animate-border.white-color-style .popup-border {
  background: #ffffff;
}
.rs-videos .animate-border.white-color-style .popup-border i {
  color: #fa0368;
}
.rs-videos.choose-video {
  position: relative;
}
.rs-videos.choose-video .animate-border .popup-border {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.rs-videos.about-video {
  position: relative;
  background-image: url(assets/images/video/video.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px 10px 10px 10px;
  text-align: center;
  margin: 0px 130px -370px 130px;
  padding: 270px 0px 270px 0px;
  z-index: 2;
}
.rs-videos.about-video .animate-border .popup-border {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.rs-videos.about-video.home5-about-video {
  background-image: url(assets/images/video/video2.jpg);
  text-align: center;
  margin: 0px 117px 0px 117px;
  border-radius: 5px;
}
@keyframes zoomBig {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: .5;
    border-width: 2px;
  }
  65% {
    border-width: 1px;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}
@keyframes zoomBig {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }
  40% {
    opacity: .5;
    border-width: 2px;
  }
  65% {
    border-width: 1px;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}
/* ------------------------------------
    10. Iconbox Area Section CSS
---------------------------------------*/
.rs-iconbox-area .box-inner .box-item {
  background: #ffffff;
  padding: 50px 12px 40px 12px;
  box-shadow: 5px 8px 20px 6px #eee;
  text-align: center;
  margin: 0 3px 0 3px;
}
.rs-iconbox-area .box-inner .box-item .icon-box {
  margin-bottom: 30px;
}
.rs-iconbox-area .box-inner .box-item .text-area .services-txt {
  margin: 0;
}
/* ------------------------------------
    11. Skill-bar Section CSS
---------------------------------------*/
.rs-skillbar.style1 .cl-skill-bar .skillbar-title {
  font-size: 16px;
  line-height: 6px;
  font-weight: 400;
  color: #454545;
}
.rs-skillbar.style1 .cl-skill-bar .skillbar {
  background: #fff;
  border: 1px solid #fa0368;
  height: 8px;
  border-radius: 0;
  overflow: visible;
  padding: 1px;
  margin: 10px 0 20px;
  position: relative;
  width: 100%;
}
.rs-skillbar.style1 .cl-skill-bar .skillbar .skillbar-bar {
  height: 4px;
  line-height: 4px;
  background: #fa0368;
  margin-bottom: 0;
  overflow: visible !important;
  background-size: 1rem 1rem;
  width: 0;
}
.rs-skillbar.style1 .cl-skill-bar .skillbar .skill-bar-percent {
  height: 30px;
  line-height: 30px;
  position: absolute;
  right: 35px;
  top: -38px;
  font-size: 16px;
  font-weight: 400;
  color: #0a0a0a;
}
.rs-skillbar.style1 .cl-skill-bar .skillbar.margin-no {
  margin: 10px 0 0;
}
/* ------------------------------------
    12. Services Section CSS
---------------------------------------*/
.rs-services.style1 .services-item .services-wrap {
  position: relative;
  text-align: center;
  padding: 50px 50px 40px 50px;
  transition: all 500ms ease;
  transform: translateY(0px);
}
.rs-services.style1 .services-item .services-wrap .services-icon {
  margin-bottom: 25px;
}
.rs-services.style1 .services-item .services-wrap .services-icon img {
  height: 70px;
  width: 70px;
  max-width: unset;
}
.rs-services.style1 .services-item .services-wrap .services-text .title {
  font-size: 22px;
  font-weight: 600;
  line-height: 34px;
  color: #0a0a0a;
  margin-bottom: 18px;
}
.rs-services.style1 .services-item .services-wrap .services-text .services-txt {
  margin: 0;
}
.rs-services.style1 .services-item:hover {
  background-image: linear-gradient(60deg, #05106d 0%, #3749db 100%);
  border-radius: 4px 4px 4px 4px;
  padding: 0px 0px 0px 0px;
}
.rs-services.style1 .services-item:hover .services-wrap {
  transform: translateY(-10px);
}
.rs-services.style1 .services-item:hover .services-wrap .services-text .services-txt,
.rs-services.style1 .services-item:hover .services-wrap .services-text .title {
  color: #ffffff;
}
.rs-services.style1.home-services-style3 .services-item {
  padding: 0px 0px 0px 0px;
  background-image: linear-gradient(to right top, #3c0c87, #470c93, #530c9f, #5f0aab, #6c07b7, #632cc8, #5741d7, #4853e6, #0070f2, #0087f6, #009cf4, #00aeef);
  border-radius: 10px 10px 10px 10px;
}
.rs-services.style1.home-services-style3 .services-item .services-wrap {
  padding: 45px 50px 45px 50px;
}
.rs-services.style1.home-services-style3 .services-item .services-wrap .services-text .services-txt {
  font-size: 18px;
}
.rs-services.style1.home-services-style3 .services-wrap .services-text .title {
  color: #ffffff;
}
.rs-services.style1.home-services-style3 .services-item:hover {
  /*background-color: linear-gradient(60deg, #180a7f 20%, #7f23b0 150%);*/
  border-radius: 10px;
  padding: 0px 0px 0px 0px;
}
.rs-services.style2 {
  position: relative;
}
.rs-services.style2 .services-item .services-img {
  overflow: hidden;
}
.rs-services.style2 .services-item .services-img img {
  width: 100%;
  height: auto;
  transition: all 0.5s;
}
.rs-services.style2 .services-item .services-img img:hover {
  transform: scale(1.03);
}
.rs-services.style2 .services-item .services-text {
  padding: 24px 63px 34px 30px;
  border-radius: 3px 3px 3px 3px;
  box-shadow: 0px 6px 25px 0px #eee;
}
.rs-services.style2 .services-item .services-text .title {
  font-size: 22px;
  line-height: 32px;
  color: #0a0a0a;
  font-weight: 600;
  margin: 0 0 10px;
}
.rs-services.style2 .services-item .services-text .services-part {
  display: flex;
}
.rs-services.style2 .services-item .services-text .services-part .services-icon img {
  padding: 4px 6px 4px 4px;
  max-width: unset;
  height: 27px;
  width: 30px;
}
.rs-services.style2 .services-item .services-text .services-part .services-txt {
  padding-left: 6px;
  margin: 0;
}
.rs-services.style2 .services-item .services-text .addon-services {
  display: flex;
}
.rs-services.style2 .services-item .services-text .addon-services .services-icon img {
  padding: 5px 6px 0px 5px;
  max-width: unset;
  height: 22px;
  width: 29px;
}
.rs-services.style2 .services-item .services-text .addon-services .services-txt {
  padding-left: 6px;
  margin: 0;
}
.rs-services.style2 .title-inner {
  position: absolute;
  transform: rotate(-90deg);
  left: 11%;
  top: 288px;
}
.rs-services.style2 .title-inner .title {
  position: relative;
  z-index: 1;
  text-transform: uppercase;
  letter-spacing: 10px;
  color: #00000012;
  font-size: 36px;
  line-height: 44px;
  font-weight: 700;
}
.rs-services.style2 .title-inner .title .watermark {
  position: absolute;
  font-size: 200px;
  text-transform: uppercase;
  font-weight: 900;
  font-family: 'Poppins', sans-serif;
  opacity: 0.05;
  width: 100%;
  left: 0;
  color: inherit;
  white-space: nowrap;
  vertical-align: middle;
}
.rs-services.style3 {
  position: relative;
}
.rs-services.style3 .services-item {
  position: relative;
  overflow: hidden;
  padding: 40px 51px 50px 50px;
  background-image: linear-gradient(230deg, #fcf1f9 0%, #ffffff 100%);
  box-shadow: 0px 0px 40px 0px #e4e2e3;
  margin: 0 -5px 0 0;
}
.rs-services.style3 .services-item .services-icon {
  margin-bottom: 20px;
}
.rs-services.style3 .services-item .services-icon img {
  height: 70px;
  width: 70px;
  max-width: unset;
}
.rs-services.style3 .services-item .services-content .services-text .title {
  font-size: 22px;
  line-height: 34px;
  font-weight: 600;
  color: #0a0a0a;
  margin-bottom: 19px;
}
.rs-services.style3 .services-item .services-content .services-txt {
  margin: 0;
}
.rs-services.style3 .services-item .services-content .serial-number {
  position: absolute;
  left: 200px;
  top: 30px;
  color: #E72C2C1A;
  font-size: 60px;
  font-weight: 600;
}
.rs-services.style3 .services-item:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-image: radial-gradient(at center center, #1a0b8c 65%, #fa50cb 120%);
  transition: 0.5s all;
  background-size: 400% 400%;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: all 0.6s ease 0s;
  opacity: 0;
}
.rs-services.style3 .services-item:hover:before {
  opacity: 1;
  background-position: 100% 100%;
}
.rs-services.style3 .services-item:hover .services-content .services-txt,
.rs-services.style3 .services-item:hover .services-content .services-text .title {
  color: #ffffff;
}
.rs-services.style3 .services-item:hover .services-icon img,
.rs-services.style3 .services-item:hover .services-content,
.rs-services.style3 .services-item:hover .services-content .serial-number {
  opacity: 0.9;
}
.rs-services.style3 .rs-animation .animate-icons {
  position: absolute;
  bottom: 0;
}
.rs-services.style3 .rs-animation .animate-icons img {
  opacity: 0.2;
}
.rs-services.style3 .rs-animation .animate-icons.one {
  left: 9%;
  top: 10%;
}
.rs-services.style3 .rs-animation .animate-icons.one img {
  width: 110px;
}
.rs-services.style3 .rs-animation .animate-icons.two {
  right: 10%;
  top: 20%;
}
.rs-services.style3 .rs-animation .animate-icons.two img {
  width: 70px;
}
.rs-services.style3 .rs-animation .animate-icons.three {
  left: 9%;
  bottom: 5%;
}
.rs-services.style3 .rs-animation .animate-icons.three img {
  width: 120px;
}
.rs-services.style3 .rs-animation .animate-icons.four {
  right: 24%;
  bottom: 10%;
}
.rs-services.style3 .rs-animation .animate-icons.four img {
  width: 70px;
}
.rs-services.style3.services-home6-style .services-item {
  text-align: center;
}
.rs-services.style3.services-home6-style .services-item:before {
  background-image: radial-gradient(at center center, #018f21 74%, #ced605 100%);
}
.rs-services.style3.services-home6-style .services-item .services-content .serial-number {
  right: 12px;
  bottom: -29px;
  left: unset;
  top: unset;
}
.rs-services.style3.services-home6-style .rs-animation .animate-icons img {
  opacity: unset;
}
.rs-services.style4 .services-bg {
  background-color: #d4ddf1;
  opacity: 0.75;
}
.rs-services.style4 .services-item {
  display: flex;
  align-items: center;
}
.rs-services.style4 .services-item .services-icon {
  margin-top: 10px;
}
.rs-services.style4 .services-item .services-icon img {
  height: 60px;
  width: 60px;
  max-width: unset;
}
.rs-services.style4 .services-item .services-text {
  padding: 0px 0px 0px 25px;
}
.rs-services.style4 .services-item .services-text .title {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin: 0 0 4px;
}
.rs-services.style4 .services-item .services-text .title a {
  color: #0a0a0a;
}
.rs-services.style4 .services-item .services-text .title a:hover {
  color: #fa0368;
}
.rs-services.style4 .services-item .services-text .services-txt {
  margin: 0;
  color: #454545;
}
.rs-services.style5 .services-slider {
  background-image: url(assets/images/event/our-event/1.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5px 5px 5px 5px;
}
.rs-services.style5 .services-slider .services-item {
  background-image: linear-gradient(310deg, #fa0368 B5 16%, #2129b9 EB 100%);
  padding: 55px 35px 55px;
  border-radius: 5px;
}
.rs-services.style5 .services-slider .services-item .title {
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  margin: 0 0 15px 0;
}
.rs-services.style5 .services-slider .services-item .title a {
  color: #ffffff;
}
.rs-services.style5 .services-slider .services-item .description {
  color: #ffffff;
  margin-bottom: 25px;
}
.rs-services.style5 .services-slider .services-item .tooltip a img {
  width: 70px;
  margin: 0 auto;
}
.rs-services.style5 .services-slider.blue-slide {
  background-image: url(assets/images/event/our-event/2.jpg);
}
.rs-services.style5 .services-slider.pink-slide {
  background-image: url(assets/images/event/our-event/3.jpg);
}
.rs-services.style5 .services-slider.purple-slide {
  background-image: url(assets/images/event/our-event/4.jpg);
}
.rs-services-single .services-add {
  background: url(assets/images/services/single/side-img.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 50px 35px 28px;
}
.rs-services-single .services-add .title {
  font-size: 24px;
  line-height: 42px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 30px;
}
.rs-services-single .services-add a {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  color: #ffffff;
}
.rs-services-single .brochures {
  background: #faf4fe;
  padding: 35px 30px 45px 30px;
}
.rs-services-single .brochures .title-part .title {
  font-size: 28px;
  font-weight: 700;
  display: block;
  position: relative;
}
.rs-services-single .brochures .title-part .title:before {
  content: "";
  position: absolute;
  border: 0;
  width: 65px;
  height: 5px;
  background: #bb0b0b;
  z-index: 1;
  margin-left: 0;
  left: 0;
  bottom: -20px;
}
.rs-services-single .brochures .btn-wrapper {
  position: relative;
  text-align: center;
  font-weight: 400;
  display: inline-block;
}
.rs-services-single .brochures .btn-wrapper .dual-btn {
  padding: 15px 30px 15px 30px;
  font-size: 17px;
  font-weight: 600;
  background-color: #BB0B0B;
  color: #ffffff;
  margin: 0 -4px;
}
.rs-services-single .brochures .btn-wrapper .dual-btn-connector {
  position: absolute;
  z-index: 9;
  overflow: hidden;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #fff;
  box-shadow: 0 0 0 5px #bfb2b2;
  color: #27374c;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 30px;
  left: 47%;
}
.rs-services-single .brochures .btn-wrapper .rselement-dual-btn {
  padding: 15px 25px 15px 25px;
  border-radius: 0px 0px 0px 0px;
  font-size: 17px;
  font-weight: 600;
  background-color: #132235;
  color: #ffffff;
}
.rs-services-single .dot {
  list-style: disc;
  margin: 0 0 1.3em 3em;
}
.rs-services-single .widget-item li {
  border-top-style: solid;
  border-top-width: 1px;
  border-color: #eee;
  width: 79%;
  padding-bottom: calc(16px);
  padding-top: 16px;
}
.rs-services-single .widget-item li a {
  font-size: 16px;
  font-weight: 600;
  color: #000000;
}
.rs-services-single .widget-item li a i {
  color: #000000;
  font-size: 16px;
  font-weight: 900;
}
.rs-services-single .widget-item li a span {
  color: #020202;
  padding-left: 16px;
}
.rs-services-single .widget-item li a:hover i,
.rs-services-single .widget-item li a:hover span {
  color: #fa0368;
}
.rs-services-single .widget-item li:first-child {
  border-top: none;
}
.rs-services-single .social-icons li {
  display: inline;
  margin-right: 5px;
}
.rs-services-single .social-icons li a i {
  padding: 0 0px 0 0;
  font-size: 25px;
  background: #3b5998;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 0;
  color: #fff;
  text-align: center;
}
.rs-services-single .social-icons li a i:hover {
  opacity: .9;
}
.rs-services-single .social-icons li a.blue-bg i {
  background: #1da1f2;
}
.rs-services-single .social-icons li a.light-bg i {
  background: #0a0a0a;
}
.rs-services-single .social-icons li a.red-bg i {
  background: #cd201f;
}
.rs-services-single .call-us {
  background: url(assets/images/choose/call-us.jpg);
  background-repeat: no-repeat;
  padding: 110px 0px 110px 0px;
}
.rs-services-single .call-us .contact-widget {
  text-align: center;
}
.rs-services-single .call-us .contact-widget .icon-part {
  margin-bottom: 40px;
}
.rs-services-single .call-us .contact-widget .icon-part img {
  max-width: 84px;
}
.rs-services-single .call-us .contact-widget .title {
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  margin: 0;
}
.rs-services-single .call-us .contact-widget .title a {
  color: #ffffff;
}
.rs-services-single .call-us .contact-widget .title a:hover {
  color: #fa0368;
}
/* ------------------------------------
    13. Faq Section CSS
---------------------------------------*/
.rs-faq .faq-content .accordion {
  border-width: 12px;
}
.rs-faq .faq-content .accordion .card {
  margin-bottom: 20px;
  border: none;
  background-color: #fff;
}
.rs-faq .faq-content .accordion .card:last-child {
  margin-bottom: 0;
}
.rs-faq .faq-content .accordion .card .card-header {
  display: flex;
  align-items: center;
  padding: 0 !important;
  border: none;
  background: #fff;
}
.rs-faq .faq-content .accordion .card .card-header .card-link {
  position: relative;
  display: block;
  width: 100%;
  padding: 20px 30px 0 30px;
  height: 65px;
  line-height: 1.3;
  font-size: 18px;
  font-weight: 600;
  background: #ffffff;
  color: #0a0a0a;
}
.rs-faq .faq-content .accordion .card .card-header .card-link:after {
  position: absolute;
  font-family: FontAwesome;
  content: "\f106";
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  font-size: 24px;
  font-weight: 900;
  color: #0a0a0a;
}
.rs-faq .faq-content .accordion .card .card-header .card-link.collapsed:after {
  color: #0a0a0a;
  content: "\f107";
}
.rs-faq .faq-content .accordion .card .card-header.active .card-link {
  background-color: transparent;
  background-image: linear-gradient(150deg, #1a0d86 0%, #602c90 100%);
  color: #ffffff;
}
.rs-faq .faq-content .accordion .card .card-header.active .card-link:after {
  color: #ffffff;
}
.rs-faq .faq-content .accordion .card .card-body {
  color: #0a0a0a;
  padding: 30px 30px 50px 30px !important;
  width: 100%;
  background: #fff;
  font-size: 18px;
}
/* ------------------------------------
    14. Counter Section CSS
---------------------------------------*/
.rs-counter.about-style .counter-list {
  display: flex;
  align-items: center;
}
.rs-counter.about-style .counter-list .counter-icon {
  text-align: center;
  width: 70px;
  margin: 0px 10px 0px 0px;
  display: inline-block;
  padding-right: 15px;
}
.rs-counter.about-style .counter-list .counter-text .rs-count {
  font-size: 45px;
  font-weight: 600;
  line-height: 66px;
  padding: 0px 0px 0px 0px;
  color: #0a0a0a;
  position: relative;
}
.rs-counter.about-style .counter-list .counter-text .rs-count:after {
  content: "+";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.rs-counter.about-style .counter-list .counter-text .title {
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
  color: #393636;
  margin: 0;
}
.rs-counter.about-style.home-style2 .counter-list .counter-icon {
  width: 90px;
}
.rs-counter.about-style.home-style2 .counter-list .counter-text .rs-count {
  font-size: 50px;
  color: #ffffff;
}
.rs-counter.about-style.home-style2 .counter-list .counter-text .title {
  color: #ffffff;
}
.rs-counter.about-style.home-style2.home-style6 .counter-list .counter-text .title,
.rs-counter.about-style.home-style2.home-style6 .counter-list .counter-text .rs-count {
  color: #0a0a0a;
}
/* ------------------------------------
    15. Event Us Section CSS
---------------------------------------*/
.rs-events-schedule {
  overflow: hidden;
}
.rs-events-schedule .event-title {
  font-size: 30px;
}
.rs-events-schedule .events-schedule-tabs {
  width: 100%;
  position: relative;
}
.rs-events-schedule .events-schedule-tabs .eventday-list {
  max-width: 100%;
  list-style: none;
  font-size: 24px;
  font-weight: 500;
  line-height: 56px;
  text-align: center;
}
.rs-events-schedule .events-schedule-tabs .eventday-list li {
  line-height: normal;
  display: inline-block;
  width: 25%;
}
.rs-events-schedule .events-schedule-tabs .eventday-list li span {
  display: block;
  font-size: 14px;
}
.rs-events-schedule .events-schedule-tabs .eventday-list li a {
  background: #080E8A;
  color: #ffffff;
  margin: 4px 0 0;
  padding: 13px 45px;
}
.rs-events-schedule .events-schedule-tabs .eventday-list li a:hover,
.rs-events-schedule .events-schedule-tabs .eventday-list li a.active {
  background: #fa0368;
  margin: 0;
  padding: 15px 45px;
}
.rs-events-schedule .events-schedule-tabs .eventday-sublist {
  display: block;
  margin: 0;
}
.rs-events-schedule .events-schedule-tabs .eventday-sublist li {
  display: inline-block;
}
.rs-events-schedule .events-schedule-tabs .eventday-sublist li a {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #454545;
}
.rs-events-schedule .events-schedule-tabs .eventday-sublist li a:hover,
.rs-events-schedule .events-schedule-tabs .eventday-sublist li a.active {
  opacity: .9;
}
.rs-events-schedule .events-schedule-tabs .events-shedule-subitmes .fade {
  height: 0;
}
.rs-events-schedule .events-schedule-tabs .events-shedule-subitmes .fade.show {
  height: 100%;
}
.rs-events-schedule .events-schedule-tabs .events-shedule-subitmes > .eventday-sublist {
  text-align: center;
}
.rs-events-schedule .events-schedule-contents .events-subinner {
  background: #fafafa;
}
.rs-events-schedule .events-schedule-contents .events-subinner .events-shedule-subdes .events-items {
  border-radius: 10px;
  min-height: 165px;
}
.rs-events-schedule .events-schedule-contents .events-subinner .events-shedule-subdes .events-items + .events-items {
  margin-top: 30px;
}
.rs-events-schedule .events-schedule-contents .events-subinner .events-shedule-subdes .events-items .info_wrap {
  border-radius: 10px;
}
.rs-events-schedule .events-schedule-contents .event-author {
  background: #080E8A;
  padding: 40px 40px 34px;
}
/*
.rs-events-schedule .events-schedule-contents .event-author img {
  width: auto;
  height: 70px;
  margin-bottom: 6px;
  margin-right: 6px;
  border-radius: 50%;
  border: 3px solid #fa0368;
}
*/

.rs-events-schedule .events-schedule-contents .event-author img {
  width: auto;
  height: 120px;
  margin-bottom: 6px;
}

@media only screen and (min-width: 992px)  {
.rs-events-schedule .events-schedule-contents .event-author img {
  width: auto;
  margin-bottom: 0;
  margin-right: 0;
  height: 50%;
}
}

.rs-events-schedule .events-schedule-contents .event-author img.break__2 {
  margin: 31px 0;
}
.rs-events-schedule .events-schedule-contents .event-author span {
  display: block;
}
.rs-events-schedule .events-schedule-contents .event-author span.author-cty {
  color: #fa0368;
  margin: 15px 0 0;
  display: none;
}
.rs-events-schedule .events-schedule-contents .event-author h4 {
  margin: 3px 0 0;
  font-weight: 600;
  font-size: 20px;
}
.rs-events-schedule .events-schedule-contents .event-author h4 a {
  color: #0a0a0a;
}
.rs-events-schedule .events-schedule-contents .event-author h5 {
  margin: 0;
  font-weight: 400;
  font-size: 15px;
}
.rs-events-schedule.rs-events-schedule2 .eventday-sublist {
  color: #fafafa;
  margin-bottom: 30px;
}
.rs-events-schedule.rs-events-schedule2 .events-schedule-tabs .eventday-list {
  border-top: 0;
  margin: 0 0 30px;
  display: block;
}
.rs-events-schedule.rs-events-schedule2 .events-schedule-tabs .eventday-list li {
  width: 24%;
  margin: 0 15px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.rs-events-schedule.rs-events-schedule2 .events-schedule-tabs .eventday-list li a {
  border-radius: 40px;
  margin: 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.03);
}
.rs-events-schedule.rs-events-schedule2 .events-schedule-tabs .eventday-list li a span {
  display: block;
  margin-top: 2px;
  margin-bottom: 5px;
}
.rs-events-schedule.rs-events-schedule2 .events-schedule-tabs .eventday-list li a.show,
.rs-events-schedule.rs-events-schedule2 .events-schedule-tabs .eventday-list li a:hover {
  padding: 13px 45px;
}
.rs-events-schedule.rs-events-schedule2 .events-schedule-tabs .eventday-list li a.active,
.rs-events-schedule.rs-events-schedule2 .events-schedule-tabs .eventday-list li a:hover {
  padding: 13px 45px;
  position: relative;
  background: #fa0368 !important;
  color: #fff;
}
.rs-events-schedule.rs-events-schedule2 .events-schedule-tabs .eventday-list li a.active {
  position: relative;
  background: #fa0368;
  color: #fff;
}
.rs-events-schedule.rs-events-schedule2 .events-schedule-tabs .eventday-list li a.active:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #fa0368;
  border-width: 15px;
  margin-left: -15px;
}
.rs-events-schedule.rs-events-schedule2 .events-schedule-contents .events-items {
  margin: 15px 0;
}
.rs-events-schedule.rs-events-schedule2 .events-schedule-contents .events-items:last-child {
  margin-bottom: 30px;
}
.rs-events-schedule.rs-events-schedule2 .events-schedule-contents .events-items .event-author {
  padding: 40px 30px 40px;
  display: flex;
  align-items: center;
  background: #080E8A;
}
.rs-events-schedule.rs-events-schedule2 .events-schedule-contents .events-items .event-author .event-shedule-info {
  flex: 0 0 70%;
}
.rs-events-schedule.rs-events-schedule2 .events-schedule-contents .events-items .event-author .speak-image-btm {
  flex: 0 0 30%;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
}
.rs-events-schedule.rs-events-schedule2 .events-schedule-contents .events-items .event-author .speak-image-btm img {
  width: 45px;
  border: none;
  height: auto;
}
.rs-events-schedule.rs-events-schedule2 .events-schedule-contents .events-items .event-shedule-info .meta-date-room li {
  position: relative;
  margin-right: 5px;
  padding-right: 15px;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  color: #ffffff;
}
.rs-events-schedule.rs-events-schedule2 .events-schedule-contents .events-items .event-shedule-info .meta-date-room li i {
  color: #FA0368;
  margin-right: 6px;
  font-size: 15px;
  font-weight: 500;
}
.rs-events-schedule.rs-events-schedule2 .events-schedule-contents .events-items .event-shedule-info h3 {
  margin: 0 0 22px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
}
.rs-events-schedule.rs-events-schedule2 .events-schedule-contents .events-items .event-shedule-info p {
  margin: 0 0 13px;
  color: #ffffff;
}
.rs-events-schedule.rs-events-schedule3 {
  overflow: unset;
}
.rs-events-schedule.rs-events-schedule3 .events-schedule-tabs .eventday-list {
  border-top: 0;
  margin: 0 0 30px;
  display: block;
}
.rs-events-schedule.rs-events-schedule3 .events-schedule-tabs .eventday-list li {
  width: 24%;
  margin: 0px 10px 10px;
  margin-bottom: 15px;
}
.rs-events-schedule.rs-events-schedule3 .events-schedule-tabs .eventday-list li a {
  margin: 0;
  border-radius: 3px;
  color: #0a0a0a;
  border-bottom: 0px solid #3e27d8;
  position: relative;
  overflow: hidden;
  padding: 15px 45px !important;
  background: #ffffff;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  font-weight: 700;
}
.rs-events-schedule.rs-events-schedule3 .events-schedule-tabs .eventday-list li a:after {
  font-family: "Flaticon";
  content: "\f131";
  position: absolute;
  left: auto;
  right: -18px;
  top: auto;
  font-size: 70px;
  color: #fa0368;
  font-weight: 300;
  bottom: -20px;
  opacity: 0.4;
}
.rs-events-schedule.rs-events-schedule3 .events-schedule-tabs .eventday-list li a span {
  display: block;
  margin-top: 2px;
  margin-bottom: 5px;
}
.rs-events-schedule.rs-events-schedule3 .events-schedule-tabs .eventday-list li a:hover {
  border-bottom: 0px solid transparent;
  background: linear-gradient(80deg, #1a0b8c 40%, #fa50cb 120%);
  color: #fff !important;
}
.rs-events-schedule.rs-events-schedule3 .events-schedule-tabs .eventday-list li a.active {
  position: relative;
  background: linear-gradient(80deg, #1a0b8c 40%, #fa50cb 120%);
  color: #fff !important;
  border-color: #3e27d8;
  border-bottom: 0px solid transparent;
}
.rs-events-schedule.rs-events-schedule3 .events-schedule-tabs .eventday-list li a.active:after {
  color: #fff;
}
.rs-events-schedule.rs-events-schedule3 .events-schedule-tabs .eventday-list li a.active:hover {
  position: relative;
}
.rs-events-schedule.rs-events-schedule3 .events-schedule-contents .events-items {
  background: #fff;
  border-bottom: none;
}
.rs-events-schedule.rs-events-schedule3 .events-schedule-contents .events-items .row {
  align-items: center;
}
.rs-events-schedule.rs-events-schedule3 .events-schedule-contents .events-items .event-author {
  padding: 46px 0;
  background: linear-gradient(90deg, rgba(60,12,135,1) 0%, rgba(126,0,199,1) 36%, rgba(236,0,140,1) 100%);
}
.rs-events-schedule.rs-events-schedule3 .events-schedule-contents .events-items .event-author .speak-date {
  text-align: center;
  color: #ffffff;
}
.rs-events-schedule.rs-events-schedule3 .events-schedule-contents .events-items .event-author .speak-date i:before {
  font-size: 40px;
  margin: 0;
}
.rs-events-schedule.rs-events-schedule3 .events-schedule-contents .events-items .event-author .speak-date .date {
  font-size: 20px;
  margin: 8px 0 0;
  font-weight: 600;
}
.rs-events-schedule.rs-events-schedule3 .events-schedule-contents .events-items .col-lg-3 {
  padding-right: 48px;
  flex: 0 0 23%;
  max-width: 23%;
}
.rs-events-schedule.rs-events-schedule3 .events-schedule-contents .events-items .col-lg-9 {
  padding-left: 0;
  flex: 0 0 77%;
  max-width: 77%;
}
.rs-events-schedule.rs-events-schedule3 .events-schedule-contents .events-items .col-3 {
  padding-right: 20px;
  flex: 0 0 23%;
  max-width: 23%;
}
.rs-events-schedule.rs-events-schedule3 .events-schedule-contents .events-items .col-9 {
  padding-left: 0;
  flex: 0 0 77%;
  max-width: 77%;
}
.rs-events-schedule.rs-events-schedule3 .events-schedule-contents .events-items .event-shedule-info {
  /*padding: 30px 25px 37px 0;*/
  /*display: flex;*/
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.rs-events-schedule.rs-events-schedule3 .events-schedule-contents .events-items .event-shedule-info .rs-topic-content {
  padding-right: 40px;
  padding-left: 0;
  flex: 0 0 81%;
}
.rs-events-schedule.rs-events-schedule3 .events-schedule-contents .events-items .event-shedule-info .all-seack {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 20%;
}
.rs-events-schedule.rs-events-schedule3 .events-schedule-contents .events-items .event-shedule-info .all-seack .speak-image {
  padding-right: 20px;
}
.rs-events-schedule.rs-events-schedule3 .events-schedule-contents .events-items .event-shedule-info .all-seack .speak-image .tooltip a img {
  border-radius: 50%;
  border: 2px solid #fff;
  width: 70px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.rs-events-schedule.rs-events-schedule3 .events-schedule-contents .events-items .event-shedule-info h3 {
  margin: 0 0 10px;
  font-size: 22px;
  font-weight: 600;
  position: relative;
  padding-left: 40px;
}
.rs-events-schedule.rs-events-schedule3 .events-schedule-contents .events-items .event-shedule-info h3:after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0;
  width: 25px;
  height: 3px;
  background: #00aeef;
  top: 18px;
}
.rs-events-schedule.rs-events-schedule3 .events-schedule-contents .events-items .event-shedule-info h3 a {
  color: #ffffff;
}
.rs-events-schedule.rs-events-schedule3 .events-schedule-contents .events-items.highlight {
  background: #fdfbff;
}
.rs-events-schedule.rs-events-schedule3.event-home6-style .events-schedule-tabs .eventday-list li a:hover,
.rs-events-schedule.rs-events-schedule3.event-home6-style .events-schedule-tabs .eventday-list li a.active {
  background-image: linear-gradient(170deg, #eb3f0f 0%, #fec200 120%);
}
.rs-events-schedule.rs-events-schedule3.event-home6-style .events-schedule-contents .events-items .event-author {
  background-image: linear-gradient(160deg, #fdfbff 27%, #ebe8ef 160%);
}
.rs-events-schedule.rs-events-schedule3.event-home6-style .events-schedule-contents .events-items .event-author .speak-date {
  color: #0a0a0a;
}
.rs-events-schedule.schedule-dark-style {
  overflow: unset;
}
.rs-events-schedule.schedule-dark-style .events-schedule-tabs .eventday-list li a {
  background: #1a0b8c;
  color: #ffffff;
}
.rs-events-schedule.schedule-dark-style .events-schedule-contents .events-items {
  background: #190792;
}
.rs-events-schedule.schedule-dark-style .events-schedule-contents .events-items .event-shedule-info p,
.rs-events-schedule.schedule-dark-style .events-schedule-contents .events-items .event-shedule-info h3 {
  color: #ffffff;
}
.rs-events-schedule.schedule-dark-style .events-schedule-contents .events-items.highlight {
  background: #180a7f;
}
.rs-events-schedule.schedule-dark-style .events-schedule-contents .events-items .event-author {
  background: #180A7F;
}
.rs-events-schedule.schedule-dark-style .events-schedule-contents .events-items .event-author {
  background: #180A7F;
}
.rs-events-schedule.schedule-dark-style .events-schedule-contents .events-items.highlight .event-author {
  background: #190792 !important;
}
.rs-events-schedule.schedule-dark-swiper .events-schedule-contents .events-items .event-author .speak-date {
  font-size: 16px;
}
.rs-events-schedule.schedule-dark-swiper .events-schedule-contents .events-items .event-shedule-info p {
  font-size: 15px;
}
.rs-events-schedule.schedule-dark-swiper .events-schedule-tabs .eventday-list li a:hover,
.rs-events-schedule.schedule-dark-swiper .events-schedule-tabs .eventday-list li a.active {
  background: #fa0368;
}
.rs-events-schedule.rs-events-schedule4 {
  position: relative;
}
.rs-events-schedule.rs-events-schedule4 .events-schedule-tabs {
  padding: 0;
}
.rs-events-schedule.rs-events-schedule4 .events-schedule-tabs .eventday-list {
  border-top: 0;
  margin: 0px;
  display: block;
}
.rs-events-schedule.rs-events-schedule4 .events-schedule-tabs .eventday-list li {
  width: 24%;
  margin: 0 12px 30px;
}
.rs-events-schedule.rs-events-schedule4 .events-schedule-tabs .eventday-list li a {
  background: #180578;
  margin: 0;
}
.rs-events-schedule.rs-events-schedule4 .events-schedule-tabs .eventday-list li a span {
  display: block;
  margin-top: 2px;
  margin-bottom: 5px;
}
.rs-events-schedule.rs-events-schedule4 .events-schedule-tabs .eventday-list li a.show,
.rs-events-schedule.rs-events-schedule4 .events-schedule-tabs .eventday-list li a:hover {
  padding: 13px 45px;
  background: #fa0368;
  color: #fff;
}
.rs-events-schedule.rs-events-schedule4 .events-schedule-tabs .eventday-list li a.active,
.rs-events-schedule.rs-events-schedule4 .events-schedule-tabs .eventday-list li a:hover {
  padding: 13px 45px;
}
.rs-events-schedule.rs-events-schedule4 .events-schedule-tabs .eventday-list li a.active {
  position: relative;
  background: #fa0368;
  color: #fff;
}
.rs-events-schedule.rs-events-schedule4 .events-schedule-tabs .eventday-list li a.active:hover {
  position: relative;
  padding: 13px 45px;
}
.rs-events-schedule.rs-events-schedule4 .events-schedule-tabs .events-shedule-subitmes .speak-image-td {
  display: flex;
  width: 100% !important;
}
.rs-events-schedule.rs-events-schedule4 .events-schedule-tabs .events-shedule-subitmes .speak-image-td .speak-image {
  margin: 0 5px;
}
.rs-events-schedule.rs-events-schedule4 .events-schedule-tabs .events-shedule-subitmes .speak-image-td .speak-image img {
  width: 40px;
  border-radius: 50%;
}
.rs-events-schedule.rs-events-schedule4 .events-schedule-tabs .events-shedule-subitmes .schedule-3 {
  margin: 0;
  width: 100%;
}
.rs-events-schedule.rs-events-schedule4 .events-schedule-tabs .events-shedule-subitmes .schedule-3 tr {
  margin: 0;
  border: none;
  background-color: #3113A6;
}
.rs-events-schedule.rs-events-schedule4 .events-schedule-tabs .events-shedule-subitmes .schedule-3 tr th {
  background: none;
  color: #ffffff;
  border: none;
  padding: 20px 30px;
  font-weight: 700;
}
.rs-events-schedule.rs-events-schedule4 .events-schedule-tabs .events-shedule-subitmes .schedule-3 tr td {
  border: none;
  margin: 0;
  padding: 20px 30px;
  font-size: 15px;
  width: 25%;
  color: #ffffff;
}
.rs-events-schedule.rs-events-schedule4 .events-schedule-tabs .events-shedule-subitmes .schedule-3 tr:nth-child(odd) {
  background-color: #180578;
}
.rs-events-schedule.rs-events-schedule4 .team-line .line-animate {
  position: absolute;
  bottom: 0;
}
.rs-events-schedule.rs-events-schedule4 .team-line .line-animate.right-side {
  right: -15px;
  top: 35px;
}
.rs-events-schedule.our-event .event-item .event-wrap {
  position: relative;
  padding: 25px;
  z-index: 11;
  background: #fff;
  box-shadow: 0 6px 25px #eee;
  margin: 0 3px 0 3px;
}
.rs-events-schedule.our-event .event-item .event-wrap .mega-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 120px;
  background: #fa0368;
  border-radius: 4px 4px 0 0;
}
.rs-events-schedule.our-event .event-item .event-wrap .mega-bg-color.blue-bg {
  background: #220daa;
}
.rs-events-schedule.our-event .event-item .event-wrap .mega-bg-color.purple-bg {
  background: #7e00c7;
}
.rs-events-schedule.our-event .event-item .event-wrap .mega-bg-color.green-bg {
  background: #0bf301;
}
.rs-events-schedule.our-event .event-item .event-wrap .mega-bg-color.orange-bg {
  background: #feae01;
}
.rs-events-schedule.our-event .event-item .event-wrap .mega-bg-color.cyan-bg {
  background: #04e3f5;
}
.rs-events-schedule.our-event .event-item .event-wrap .event-img img {
  border-radius: 4px;
}
.rs-events-schedule.our-event .event-item .event-wrap .content-info {
  padding: 22px 0px 8px 0px;
}
.rs-events-schedule.our-event .event-item .event-wrap .content-info .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin: 0 0 15px 0;
}
.rs-events-schedule.our-event .event-item .event-wrap .content-info .title a {
  color: #0a0a0a;
}
.rs-events-schedule.our-event .event-item .event-wrap .content-info .title a:hover {
  color: #fa0368;
}
.rs-events-schedule.our-event .event-item .event-wrap .content-info .event-specs {
  overflow: hidden;
  margin: 0 0 5px;
  padding: 0 0 12px;
  font-size: 13px;
  display: flex;
  align-items: center;
}
.rs-events-schedule.our-event .event-item .event-wrap .content-info .event-specs li {
  margin-right: 15px;
}
.rs-events-schedule.our-event .event-item .event-wrap .content-info .event-specs li i {
  font-size: 15px;
  margin-right: 4px;
}
.rs-events-schedule.our-event .event-item .event-wrap .content-info .event-specs li:last-child {
  margin-right: 0;
}
.rs-events-schedule.our-event .event-item .event-wrap .content-info .date {
  font-size: 15px;
  margin: 0 0 25px;
}
.rs-events-schedule.our-event .event-item .event-wrap .content-info .specs-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.rs-events-schedule.our-event .event-item .event-wrap .content-info .specs-btn li {
  display: inline-block;
}
.rs-events-schedule.our-event .event-item .event-wrap .content-info .specs-btn li:last-child {
  margin-right: 0;
}
.rs-events-schedule.our-event .readon.regt.blue-btn {
  background: #220daa;
  border: 2px solid #220daa;
}
.rs-events-schedule.our-event .readon.regt.learn.blue-btn {
  background: transparent;
  color: #220daa;
}
.rs-events-schedule.our-event .readon.regt.learn.blue-btn:hover {
  color: #ffffff;
  background: #220daa;
}
.rs-events-schedule.our-event .readon.regt.purple-btn {
  background: #7e00c7;
  border: 2px solid #7e00c7;
}
.rs-events-schedule.our-event .readon.regt.learn.purple-btn {
  background: transparent;
  color: #7e00c7;
}
.rs-events-schedule.our-event .readon.regt.learn.purple-btn:hover {
  color: #ffffff;
  background: #7e00c7;
}
.rs-events-schedule.our-event .readon.regt.green-btn {
  background: #0bf301;
  border: 2px solid #0bf301;
}
.rs-events-schedule.our-event .readon.regt.learn.green-btn {
  background: transparent;
  color: #0bf301;
}
.rs-events-schedule.our-event .readon.regt.learn.green-btn:hover {
  color: #ffffff;
  background: #0bf301;
}
.rs-events-schedule.our-event .readon.regt.orange-btn {
  background: #feae01;
  border: 2px solid #feae01;
}
.rs-events-schedule.our-event .readon.regt.learn.orange-btn {
  background: transparent;
  color: #feae01;
}
.rs-events-schedule.our-event .readon.regt.learn.orange-btn:hover {
  color: #ffffff;
  background: #feae01;
}
.rs-events-schedule.our-event .readon.regt.cyan-btn {
  background: #04e3f5;
  border: 2px solid #04e3f5;
}
.rs-events-schedule.our-event .readon.regt.learn.cyan-btn {
  background: transparent;
  color: #04e3f5;
}
.rs-events-schedule.our-event .readon.regt.learn.cyan-btn:hover {
  color: #ffffff;
  background: #04e3f5;
}
/* ------------------------------------
    16. Team Section CSS
---------------------------------------*/
.rs-team.style1 .team-item .team-inner-wrap {
  position: relative;
  overflow: hidden;
}
.rs-team.style1 .team-item .team-inner-wrap .images-wrap {
  position: relative;
  margin: 0 3px 0 3px;
}
.rs-team.style1 .team-item .team-inner-wrap .images-wrap .team-content {
  background-image: linear-gradient(180deg, #030e8f 0%, #2b39de 87 100%);
  padding: 15px 15px 15px;
  position: absolute;
  bottom: -50%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  transition: 0.4s;
}
.rs-team.style1 .team-item .team-inner-wrap .images-wrap .team-content .title-name {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  margin: 0 0 10px;
}
.rs-team.style1 .team-item .team-inner-wrap .images-wrap .team-content .title-name a {
  color: #ffffff;
}
.rs-team.style1 .team-item .team-inner-wrap .images-wrap .team-content .title-name a:hover {
  color: #ccc;
}
.rs-team.style1 .team-item .team-inner-wrap .images-wrap .team-content .team-title {
  font-size: 13px;
  font-weight: 400;
  color: #C1C1C1;
  display: block;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.rs-team.style1 .team-item .team-inner-wrap .images-wrap .team-content .social-icons li {
  display: inline-block;
  margin-right: 15px;
}
.rs-team.style1 .team-item .team-inner-wrap .images-wrap .team-content .social-icons li a i {
  color: #ffffff;
}
.rs-team.style1 .team-item .team-inner-wrap .images-wrap .team-content .social-icons li a i:hover {
  color: #ccc;
}
.rs-team.style1 .team-item .team-inner-wrap .images-wrap .team-content .social-icons li:last-child {
  margin-right: 0;
}
.rs-team.style1 .team-item .team-inner-wrap:hover .images-wrap .team-content {
  bottom: 0;
}
.rs-team.style2 {
  position: relative;
}
.rs-team.style2 .team-item .team-inner-wrap {
  overflow: visible;
}
.rs-team.style2 .team-item .team-inner-wrap .images-wrap {
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  border-radius: 50%;
}
.rs-team.style2 .team-item .team-inner-wrap .images-wrap a img {
  border-radius: 50%;
  transform: scale(1);
  transition: 0.3s ease-in-out;
}
.rs-team.style2 .team-item .team-inner-wrap .team-content {
  text-align: center;
  margin: 0;
  padding: 20px 20px 25px;
  position: unset;
  opacity: 1;
}
.rs-team.style2 .team-item .team-inner-wrap .team-content .rs-arrow {
  position: absolute;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
  transition: all .9s ease;
}
.rs-team.style2 .team-item .team-inner-wrap .team-content .rs-arrow .curve {
  border: 2px solid #fa0368;
  border-color: transparent transparent transparent #fa0368;
  height: 0px;
  width: 100px;
  border-radius: 200px 0 0 150px;
  transition: all .5s ease;
  opacity: 0;
  visibility: hidden;
}
.rs-team.style2 .team-item .team-inner-wrap .team-content .rs-arrow .point {
  position: absolute;
  left: 9px;
  top: 0px;
  transition: all .5s ease;
}
.rs-team.style2 .team-item .team-inner-wrap .team-content .rs-arrow .point:before {
  transform: rotate(-74deg);
  -webkit-transform: rotate(-74deg);
  top: -15px;
  left: -4px;
  border: 1px solid #fa0368;
  height: 15px;
  content: "";
  position: absolute;
}
.rs-team.style2 .team-item .team-inner-wrap .team-content .rs-arrow .point:after {
  top: -20px;
  left: 4px;
  border: 1px solid #fa0368;
  height: 15px;
  content: "";
  position: absolute;
}
.rs-team.style2 .team-item .team-inner-wrap .team-content .title-name {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 10px;
  font-weight: 600;
  text-transform: capitalize;
}
.rs-team.style2 .team-item .team-inner-wrap .team-content .title-name a {
  color: #ffffff;
}
.rs-team.style2 .team-item .team-inner-wrap .team-content .title-name a:hover {
  color: #fa0368;
}
.rs-team.style2 .team-item .team-inner-wrap .team-content .team-title {
  font-size: 15px;
  color: #C1C1C1;
}
.rs-team.style2 .team-item .team-inner-wrap .team-content .social-icons {
  transition: all .8s ease;
  text-align: center;
  margin-top: 10px;
  opacity: 0;
  transform: scaleX(0);
}
.rs-team.style2 .team-item .team-inner-wrap .team-content .social-icons li {
  display: inline-block;
  margin-right: 15px;
}
.rs-team.style2 .team-item .team-inner-wrap .team-content .social-icons li a i {
  font-size: 15px;
  color: #ffffff;
}
.rs-team.style2 .team-item .team-inner-wrap .team-content .social-icons li a i:hover {
  color: #ccc;
}
.rs-team.style2 .team-item .team-inner-wrap .team-content .social-icons li:last-child {
  margin-right: 0;
}
.rs-team.style2 .team-item .team-inner-wrap:hover .images-wrap a img {
  transform: scale(1.2);
}
.rs-team.style2 .team-item .team-inner-wrap:hover .team-content .rs-arrow {
  opacity: 1;
  visibility: visible;
}
.rs-team.style2 .team-item .team-inner-wrap:hover .team-content .rs-arrow .curve {
  height: 100px;
  opacity: 1;
  visibility: visible;
}
.rs-team.style2 .team-item .team-inner-wrap:hover .team-content .rs-arrow .point {
  top: 93px;
}
.rs-team.style2 .team-item .team-inner-wrap:hover .team-content .social-icons {
  opacity: 1;
  transform: scaleX(1);
}
.rs-team.style2 .team-animate .team-icons {
  position: absolute;
  bottom: 0;
}
.rs-team.style2 .team-animate .team-icons img {
  width: 42px;
  opacity: 8;
}
.rs-team.style2 .team-animate .team-icons.left-side {
  left: 8%;
  bottom: 18%;
}
.rs-team.style2 .team-animate .team-icons.right-side {
  right: 10%;
  top: 38%;
}
.rs-team.style2.speaker3-style .team-item .team-inner-wrap .team-content .title-name a {
  color: #0a0a0a;
}
.rs-team.style2.speaker3-style .team-item .team-inner-wrap .team-content .team-title {
  color: #666;
}
.rs-team.style2.speaker3-style .team-item .team-inner-wrap .team-content .social-icons li a i {
  color: #4a4a4a;
}
.rs-team.style2.speaker3-style .team-item .team-inner-wrap .team-content .rs-arrow {
  left: 80px;
}
.rs-team.style2.speaker3-style .team-item .team-inner-wrap .team-content {
  position: relative;
}
.rs-team.style2.team-home6-style .team-item .team-inner-wrap {
  margin-bottom: 125px;
  position: relative;
  overflow: visible;
}
.rs-team.style2.team-home6-style .team-inner-wrap .images-wrap {
  border-radius: unset;
}
.rs-team.style2.team-home6-style .team-inner-wrap .team-content .social-icons {
  margin-top: 16px;
  opacity: unset;
  transform: unset;
}
.rs-team.style2.team-home6-style .team-inner-wrap .team-content .social-icons li a i,
.rs-team.style2.team-home6-style .team-inner-wrap .team-content .title-name a {
  color: #0a0a0a;
}
.rs-team.style2.team-home6-style .team-inner-wrap .team-content .social-icons li a i:hover,
.rs-team.style2.team-home6-style .team-inner-wrap .team-content .title-name a:hover {
  color: #eb3f0f;
}
.rs-team.style2.team-home6-style .team-inner-wrap .team-content .title-name {
  margin-bottom: 13px;
}
.rs-team.style2.team-home6-style .team-inner-wrap .team-content {
  padding: 25px 20px 25px;
  position: unset;
  background: #fff;
  z-index: 9;
  position: absolute;
  z-index: 1;
  width: unset;
  height: unset;
  display: inline-block;
  top: unset;
  bottom: -80px;
  box-shadow: 0 0px 25px rgba(0, 0, 0, 0.07);
  left: 50%;
  max-width: 310px;
  transform: translateX(-50%);
  width: 95%;
}
.rs-team.style2.team-home6-style .team-animate .team-icons.left-side {
  left: 8%;
}
.rs-team.style2.team-home6-style .team-animate .team-icons.right-side {
  top: 21%;
}
.rs-team.style3 .team-item {
  position: relative;
  overflow: hidden;
  padding-bottom: 95px;
  background: #fff;
  border-radius: 5px;
}
.rs-team.style3 .team-item .team-img img {
  transition: 0.4s;
}
.rs-team.style3 .team-item .team-content {
  height: 100px;
  width: 100%;
  bottom: 0;
  position: absolute;
  padding: 20px 20px;
  color: #444;
  text-align: center;
  overflow: hidden;
  background: #fff;
  transition: .3s all ease;
}
.rs-team.style3 .team-item .team-content .team-info .name {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 5px;
  text-transform: capitalize;
}
.rs-team.style3 .team-item .team-content .team-info .name a {
  color: #0a0a0a;
}
.rs-team.style3 .team-item .team-content .team-info .post {
  font-size: 13px;
  line-height: 26px;
  font-weight: 500;
  color: #333333;
  text-transform: uppercase;
}
.rs-team.style3 .team-item .team-content .social-icon {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: 100;
  left: 50%;
  transform: translateX(-50%) scale(0.5);
  transition: all 0.4s ease-in-out 0s;
  opacity: 0;
}
.rs-team.style3 .team-item .team-content .social-icon li {
  display: inline-block;
  margin-right: 20px;
}
.rs-team.style3 .team-item .team-content .social-icon li a {
  width: 25px;
  height: 25px;
  line-height: 25px;
  color: #ffffff;
  transition: all 0.3s ease 0s;
  background: transparent;
}
.rs-team.style3 .team-item .team-content .social-icon li a i {
  font-size: 15px;
  color: #ffffff;
}
.rs-team.style3 .team-item .team-content .social-icon li a i:hover {
  color: #fa0368;
}
.rs-team.style3 .team-item .team-content .social-icon li:last-child {
  margin-right: 0;
}
.rs-team.style3 .team-item:hover .team-img img {
  transform: scale(1.1);
}
.rs-team.style3 .team-item:hover .team-content {
  opacity: 1;
  width: 100%;
  visibility: visible;
  transform: translate(0, 0);
  bottom: 0;
  height: 140px;
  color: #fff;
  background: #10116A;
}
.rs-team.style3 .team-item:hover .team-content .team-info .name a {
  color: #FF0066;
}
.rs-team.style3 .team-item:hover .team-content .team-info .post {
  color: #ffffff;
}
.rs-team.style3 .team-item:hover .team-content .social-icon {
  bottom: 20px;
  opacity: 1;
  transform: translateX(-50%) scale(1);
}
.rs-team.style4 .team-item {
  overflow: hidden;
}
.rs-team.style4 .team-item .team-img {
  position: relative;
  overflow: hidden;
}
.rs-team.style4 .team-item .team-img img {
  opacity: 1;
  transform: scale(1.1);
  transition: 0.3s ease-in-out;
}
.rs-team.style4 .team-item .team-img .social-icon {
  position: absolute;
  bottom: 10px;
  width: 100%;
  padding: 12px 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease 0s;
  height: 50px;
  transform: scale(0);
  text-align: center;
}
.rs-team.style4 .team-item .team-img .social-icon li {
  display: inline-block;
  margin-right: 5px;
}
.rs-team.style4 .team-item .team-img .social-icon li a i {
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  transition: all 0.3s ease 0s;
  background: #fa0368;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
}
.rs-team.style4 .team-item .team-img .social-icon li a i:hover {
  color: #ffffff;
  background: #E50963;
}
.rs-team.style4 .team-item .team-img .social-icon li:last-child {
  margin-right: 0;
}
.rs-team.style4 .team-item .team-content {
  padding: 20px 0 5px;
  text-align: center;
  background: #fff;
}
.rs-team.style4 .team-item .team-content .team-info .name {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 5px;
  text-transform: capitalize;
}
.rs-team.style4 .team-item .team-content .team-info .name a {
  color: #0a0a0a;
}
.rs-team.style4 .team-item .team-content .team-info .name a:hover {
  color: #fa0368;
}
.rs-team.style4 .team-item .team-content .team-info .post {
  font-size: 14px;
  line-height: 26px;
  font-weight: 500;
  color: #333333;
  text-transform: uppercase;
}
.rs-team.style4 .team-item:hover .team-img img {
  transform: scale(1);
  opacity: 0.7;
}
.rs-team.style4 .team-item:hover .team-img .social-icon {
  bottom: 30px;
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.rs-team.style5 .team-item .team-inner-wrap {
  overflow: visible;
  position: relative;
}
.rs-team.style5 .team-item .team-inner-wrap .images-wrap img {
  transition: all 1.5s ease-out;
}
.rs-team.style5 .team-item .team-inner-wrap .images-wrap .normal-text {
  position: absolute;
  bottom: -8px;
  width: 60%;
  border-radius: 50px;
  clip-path: none;
  background: transparent;
  left: 64%;
  padding: 17px 0;
  height: 90px !important;
  transform: rotate(-30deg);
  transition: all 0.5s;
}
.rs-team.style5 .team-item .team-inner-wrap .images-wrap .normal-text .team-name {
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.rs-team.style5 .team-item .team-inner-wrap .images-wrap .normal-text .team-name a {
  color: #212121;
}
.rs-team.style5 .team-item .team-inner-wrap .images-wrap .normal-text .team-title {
  font-size: 15px;
  font-weight: normal;
}
.rs-team.style5 .team-item .team-inner-wrap .team-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 10%;
  left: 0;
  text-align: center;
  z-index: 10;
  padding: 0 0 0 0;
  opacity: 0;
  transition: 0.3s all ease-out;
  background: transparent !important;
}
.rs-team.style5 .team-item .team-inner-wrap .team-content .title-name {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 8px;
}
.rs-team.style5 .team-item .team-inner-wrap .team-content .title-name a {
  color: #ffffff;
}
.rs-team.style5 .team-item .team-inner-wrap .team-content .team-title {
  font-size: 15px;
  font-weight: normal;
  color: #ffffff;
}
.rs-team.style5 .team-item .team-inner-wrap .team-content .social-icons {
  transform: translate(0);
  position: static;
  margin-top: 10px;
  bottom: 50px;
  width: 100%;
  text-align: center;
  z-index: 100;
  left: 50%;
  opacity: 0;
  transition: .4s all ease;
}
.rs-team.style5 .team-item .team-inner-wrap .team-content .social-icons li {
  display: inline-block;
  margin-right: 22px;
}
.rs-team.style5 .team-item .team-inner-wrap .team-content .social-icons li a i {
  font-size: 15px;
  color: #ffffff;
}
.rs-team.style5 .team-item .team-inner-wrap .team-content .social-icons li a i:hover {
  color: #0F0F68;
}
.rs-team.style5 .team-item .team-inner-wrap .team-content .social-icons li:last-child {
  margin-right: 0;
}
.rs-team.style5 .team-item .team-inner-wrap:hover .images-wrap svg path {
  fill: #FA0368;
}
.rs-team.style5 .team-item .team-inner-wrap:hover .images-wrap .normal-text {
  opacity: 0;
  visibility: hidden;
  bottom: -25px;
}
.rs-team.style5 .team-item .team-inner-wrap:hover .team-content {
  opacity: .9;
  top: 0;
}
.rs-team.style5 .team-item .team-inner-wrap:hover .team-content .social-icons {
  opacity: 1;
}
.rs-team.style6 .team-item {
  position: relative;
  overflow: hidden;
}
.rs-team.style6 .team-item .team-inner-wrap .images-wrap img {
  transition: 0.4s;
}
.rs-team.style6 .team-item .team-inner-wrap .team-content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  display: inline-block;
  background-color: #FA03687A;
  padding: 25px 30px 0px 30px;
  transition: opacity .4s;
  z-index: 2;
}
.rs-team.style6 .team-item .team-inner-wrap .team-content .title-name {
  position: relative;
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 6px;
}
.rs-team.style6 .team-item .team-inner-wrap .team-content .title-name a {
  color: #ffffff;
}
.rs-team.style6 .team-item .team-inner-wrap .team-content .title-name a:hover {
  color: #fa0368;
}
.rs-team.style6 .team-item .team-inner-wrap .team-content .team-title {
  font-size: 14px;
  color: #ffffff;
  display: block;
}
.rs-team.style6 .team-item .team-inner-wrap .team-content .social-icons {
  position: absolute;
  bottom: 25px;
  right: 30px;
  margin: 0;
  padding: 0;
}
.rs-team.style6 .team-item .team-inner-wrap .team-content .social-icons li {
  display: inline-block;
  margin-right: 14px;
}
.rs-team.style6 .team-item .team-inner-wrap .team-content .social-icons li a i {
  font-size: 16px;
  color: #ffffff;
  transition: 0.4s;
}
.rs-team.style6 .team-item .team-inner-wrap .team-content .social-icons li a i:hover {
  color: #fa0368;
}
.rs-team.style6 .team-item .team-inner-wrap .team-content .social-icons li:last-child {
  margin-right: 0;
}
.rs-team.style6 .team-item:hover .team-inner-wrap .images-wrap img {
  transition: transform 0.4s cubic-bezier(0.63, 0.17, 0, 0.88);
  transform: scale(1.1);
}
.rs-team.style6 .team-item:hover .team-inner-wrap .team-content {
  opacity: 1;
}
.rs-team.style7 .team-item .team-inner-wrap .team-content {
  text-align: center;
  padding: 20px 15px;
}
.rs-team.style7 .team-item .team-inner-wrap .team-content .title-name {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 10px;
  color: #000000;
}
.rs-team.style7 .team-item .team-inner-wrap .team-content .title-name a {
  /*color: #ffffff;*/
  color: #000000;
}
.rs-team.style7 .team-item .team-inner-wrap .team-content .team-title {
  font-size: 12px;
  font-weight: 400;
  /*color: #DDCACA;*/
  color: #000000;
}
@media screen and (min-width: 992px){
.rs-team.style7 .team-item .team-inner-wrap .team-content .team-title {
  font-size: 16px;
}
}
.rs-team.style7 .team-item .team-inner-wrap .images-wrap{ 
  border: 6px solid #00aeef;
}

.owl-nav{
  position: absolute;
  width: 100%;
  /*top: -10%;*/
  top: -15%;
}

.rs-carousel .owl-nav { display: flex !important; padding-left: 22px; padding-right: 22px }

.owl-prev, .owl-next{

    position: relative;
    display: inline-block;
    color: #0a0a0a;
    transition: all ease .3s;
    overflow: hidden;
    padding: 8px 25px 9px 25px;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    border-radius: 3px 3px 3px 3px;
    /*background: rgba(0, 0, 0, 0) linear-gradient(160deg, #ff0066 0%, #d41872 80%, #a445b2 168%) repeat scroll 0% 0%;*/
    background: rgba(0, 0, 0, 0) linear-gradient(90deg, #d6006e 3.8%, #ff5200 91.1%);

}

#form-messages.success, #form-messages.error{
  color: #ffffff;
}
.rs-team.style7 .rs-carousel .owl-dots {
  margin-top: 30px;
}
.rs-team.style8 {
  background-color: #170390;
  padding: 385px 0px 120px 0px;
  position: relative;
}
.rs-team.style8 .team-item .team-inner-wrap {
  overflow: visible;
}
.rs-team.style8 .team-item .team-inner-wrap .images-wrap {
  position: relative;
  overflow: hidden;
}
.rs-team.style8 .team-item .team-inner-wrap .images-wrap .social-icons {
  position: absolute;
  padding: 12px 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease 0s;
  right: 0;
  width: 50px;
  height: auto;
  display: block;
  margin-top: 0;
  top: -45%;
  background: #25118E;
  text-align: center;
}
.rs-team.style8 .team-item .team-inner-wrap .images-wrap .social-icons li a i {
  background: transparent;
  color: #fff;
  font-size: 16px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  transition: 0.3s all ease;
  border-radius: 50%;
  margin: 0;
}
.rs-team.style8 .team-item .team-inner-wrap .images-wrap .social-icons li a i:hover {
  color: #fa0368;
}
.rs-team.style8 .team-item .team-inner-wrap .team-content {
  text-align: center;
  padding: 20px 20px 25px;
  background-color: #180578;
}
.rs-team.style8 .team-item .team-inner-wrap .team-content .title-name {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 8px;
}
.rs-team.style8 .team-item .team-inner-wrap .team-content .title-name a {
  color: #ffffff;
}
.rs-team.style8 .team-item .team-inner-wrap .team-content .title-name a:hover {
  color: #fa0368;
}
.rs-team.style8 .team-item .team-inner-wrap .team-content .team-title {
  text-transform: uppercase;
  font-size: 14px;
  color: #ffffff;
}
.rs-team.style8 .team-item .team-inner-wrap:hover .images-wrap .social-icons {
  top: 0;
  bottom: auto;
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.rs-team.style8 .rs-carousel .owl-dots {
  text-align: center;
  margin-top: 35px;
}
.rs-team.style8 .team-line .line-animate {
  position: absolute;
  bottom: 0;
}
.rs-team.style8 .team-line .line-animate.left-side {
  left: 0%;
  bottom: 14px;
}
.rs-team.style8 .team-line .line-animate.right-side {
  right: -5%;
  top: 0;
}
.rs-team-Single .btm-info-team {
  position: relative;
  box-shadow: 0px 0px 32px 0px rgba(7, 28, 31, 0.05);
  background: #fff;
  margin-bottom: 70px;
  padding: 40px;
}
.rs-team-Single .btm-info-team .images-part {
  padding: 0 30px 0 0;
}
.rs-team-Single .btm-info-team .con-info {
  position: relative;
}
.rs-team-Single .btm-info-team .con-info .designation-info {
  font-size: 15px;
  line-height: 26px;
  font-weight: 600;
  color: #fa0368;
  text-transform: uppercase;
  display: block;
}
.rs-team-Single .btm-info-team .con-info .title {
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  color: #0a0a0a;
  margin-bottom: 15px;
}
.rs-team-Single .btm-info-team .con-info .short-desc {
  font-size: 15px;
  line-height: 26px;
  font-weight: 400;
  color: #454545;
  margin-bottom: 25px;
}
.rs-team-Single .btm-info-team .con-info .team-title {
  font-size: 28px;
  line-height: 38px;
  font-weight: 700;
  color: #0a0a0a;
  margin-bottom: 15px;
}
.rs-team-Single .btm-info-team .con-info .ps-informations .personal-info li {
  margin: 5px 0 10px;
  padding: 0;
  display: block;
}
.rs-team-Single .btm-info-team .con-info .ps-informations .personal-info li span i:before {
  color: #fa0368;
  margin-right: 18px;
  position: relative;
  top: 2px;
  font-weight: 500;
  display: inline-block;
  text-align: center;
}
.rs-team-Single .btm-info-team .con-info .ps-informations .personal-info li a {
  color: #555;
}
.rs-team-Single .btm-info-team .con-info .ps-informations .personal-info li a:hover {
  color: #fa0368;
}
.rs-team-Single .btm-info-team .con-info .ps-informations .social-info {
  margin-top: 15px;
}
.rs-team-Single .btm-info-team .con-info .ps-informations .social-info li {
  display: inline-block;
  margin-right: 18px;
}
.rs-team-Single .btm-info-team .con-info .ps-informations .social-info li a {
  color: #555;
}
.rs-team-Single .btm-info-team .con-info .ps-informations .social-info li a:hover {
  color: #fa0368;
}
.rs-team-Single .btm-info-team .con-info .ps-informations .social-info li:last-child {
  margin-right: 0;
}
.rs-team-Single .btm-info-team .con-info:before {
  content: "\f10b";
  font-size: 250px;
  position: absolute;
  right: 92px;
  color: #0a0a0a;
  font-family: "Flaticon";
  height: 100%;
  top: 74px;
  opacity: 0.02;
}
.rs-team-Single .title-content .title {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  color: #0a0a0a;
  margin: 0;
}
.rs-team-Single .rs_single_event_item {
  list-style: none;
  position: relative;
}
.rs-team-Single .rs_single_event_item .schedule__single {
  padding-bottom: 0px;
}
.rs-team-Single .rs_single_event_item .schedule__single li {
  margin: 0;
  border-radius: 3px;
}
.rs-team-Single .rs_single_event_item .schedule__single li .event-shedule-info {
  border-bottom: 0;
  border-left: none;
  border-right: none;
  border-radius: 2px;
  padding: 0;
  display: flex;
}
.rs-team-Single .rs_single_event_item .schedule__single li .event-shedule-info .rs__date {
  text-align: center;
  flex: 0 0 22%;
  padding: 60px 0;
  background: linear-gradient(150deg, #1a0b8c 27%, #fa50cb 160%);
}
.rs-team-Single .rs_single_event_item .schedule__single li .event-shedule-info .rs__date .times:before {
  font-size: 34px;
  color: #fff;
  margin: 0;
}
.rs-team-Single .rs_single_event_item .schedule__single li .event-shedule-info .rs__date span {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  margin: 15px 0 12px;
  display: block;
  color: #fff;
}
.rs-team-Single .rs_single_event_item .schedule__single li .event-shedule-info .rs__date span.room-no {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}
.rs-team-Single .rs_single_event_item .schedule__single li .event-shedule-info .rs__date h5 {
  margin: 7px 0 0;
  font-size: 16px;
  line-height: 1;
}
.rs-team-Single .rs_single_event_item .schedule__single li .event-shedule-info .rs__topic {
  padding: 50px;
}
.rs-team-Single .rs_single_event_item .schedule__single li .event-shedule-info .rs__topic .meta-date {
  font-size: 13px;
  font-weight: 500;
  margin: 5px 0 18px;
}
.rs-team-Single .rs_single_event_item .schedule__single li .event-shedule-info .rs__topic .meta-date svg {
  width: 17px;
  color: #fa0368;
  position: relative;
  top: -3px;
  margin-right: 3px;
}
.rs-team-Single .rs_single_event_item .schedule__single li .event-shedule-info .rs__topic h4 {
  font-size: 20px;
  margin-bottom: 5px !important;
  font-weight: 600;
  padding-left: 45px;
  position: relative;
}
.rs-team-Single .rs_single_event_item .schedule__single li .event-shedule-info .rs__topic h4:after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0;
  width: 25px;
  height: 3px;
  background: #fa0368;
  top: 15px;
}
.rs-team-Single .rs_single_event_item .schedule__single li .event-shedule-info .rs__topic .meta-date {
  display: block;
}
.rs-team-Single .rs_single_event_item .schedule__single li:nth-child(odd) {
  background: #fdfbff;
}
/*------------------------------------
    17. Our Sponsor Section CSS
------------------------------------*/
.rs-our-sponsor.style1 .logo-item {
  border-color: #E9E9E900;
  padding: 0px 0px 0px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  border-right: 1px solid rgba(0, 0, 0, 0.04);
}
.rs-our-sponsor.style1 .logo-item .grid-figure {
  padding: 75px 75px 75px 75px;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  border-color: #E9E9E99C;
  background-color: #0000003D;
}
.rs-our-sponsor.style1 .logo-item .grid-figure .logo-img {
  overflow: hidden;
}
.rs-our-sponsor.style1 .logo-item .grid-figure .logo-img a img {
  transition-duration: .3s;
  transition-property: transform;
}
.rs-our-sponsor.style1 .logo-item .grid-figure .logo-img a img:hover {
  transform: scale(0.9);
}
.rs-our-sponsor.style1.home3-sponsor-style .logo-item .grid-figure {
  padding: 50px 75px 50px 75px;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  border-color: #E9E9E99C;
  background-color: #00000017;
}
.rs-our-sponsor.style1.home4-sponsor-style .logo-item .grid-figure {
  background-color: #17039069;
}
.rs-our-sponsor.sponsor-about .logo-item .grid-figure {
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #FCFCFF;
  background-color: #FCFCFF;
}
.rs-our-sponsor.sponsor-about .logo-item .grid-figure:hover {
  background-color: #F9F1FF;
  border-color: #F9F1FF;
}
.rs-our-sponsor.sponsor-about .logo-item .grid-figure .logo-img a img {
  transition-duration: unset;
  transition-property: unset;
}
.rs-our-sponsor.sponsor-about .logo-item .grid-figure .logo-img a img:hover {
  transform: unset;
}
.rs-our-sponsor.sponsor-home-style5 .all-grid-sponsors {
  width: 100%;
  display: inline-block;
  padding: 0 15px;
}
.rs-our-sponsor.sponsor-home-style5 .all-grid-sponsors .grid-item {
  width: 20%;
  float: left;
  padding: 20px 33px 90px 33px;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  text-align: center;
}
.rs-our-sponsor.sponsor-home-style5 .all-grid-sponsors .grid-item .logo-img {
  overflow: hidden;
}
.rs-our-sponsor.sponsor-home-style5 .all-grid-sponsors .grid-item .logo-img a img {
  transition-duration: .3s;
  transition-property: transform;
}
.rs-our-sponsor.sponsor-home-style5 .all-grid-sponsors .grid-item .logo-img a img:hover {
  transform: scale(0.9);
}
.rs-our-sponsor.sponsor-home-style5 .all-grid-sponsors.gold-sponsors {
  padding: 0 90px;
}
.rs-our-sponsor.sponsor-home-style5 .all-grid-sponsors.gold-sponsors .grid-item {
  width: 25%;
  padding: 20px 60px 80px 60px;
}
.rs-our-sponsor.sponsor-home-style5 .all-grid-sponsors.silver-sponsors {
  padding: 0 200px;
}
.rs-our-sponsor.sponsor-home-style5 .all-grid-sponsors.silver-sponsors .grid-item {
  width: 33.33%;
  padding: 20px 70px 20px 70px;
}
/*------------------------------------
   18. Gallery Section CSS
------------------------------------*/
.rs-gallery.style1 .gallery-item .gallery-icon a {
  position: relative;
  display: block;
  overflow: hidden;
}
.rs-gallery.style1 .gallery-item .gallery-icon a:before {
  content: "+";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  color: #fff;
  z-index: 2;
  font-size: 50px;
  font-weight: 200;
}
.rs-gallery.style1 .gallery-item .gallery-icon a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -100%;
  width: 100%;
  height: 100%;
  background: #1A0D86;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.rs-gallery.style1 .gallery-item:hover .gallery-icon a:before {
  visibility: visible;
  opacity: 1;
}
.rs-gallery.style1 .gallery-item:hover .gallery-icon a:after {
  opacity: 0.75;
  visibility: visible;
  bottom: 0;
}
/*------------------------------------
   19. Newsletter Section CSS
------------------------------------*/
.rs-newsletter.style1 .newsletter-wrap {
  padding: 72px 50px;
  background-color: #1a0d86;
  border-radius: 5px;
  position: relative;
}
.rs-newsletter.style1 .newsletter-wrap .content-wrap {
  display: flex;
  align-items: center;
}
.rs-newsletter.style1 .newsletter-wrap .content-wrap .icon-img img {
  max-width: 75px;
  margin-right: 20px;
  opacity: 0.3;
}
.rs-newsletter.style1 .newsletter-wrap .content-wrap .newsletter-title {
  font-size: 36px;
  line-height: 40px;
  font-weight: 600;
  margin-top: 8px;
  line-height: 1.4 !important;
  color: #ffffff;
  margin-bottom: 0;
  text-transform: capitalize;
}
.rs-newsletter.style1 .newsletter-wrap .newsletter-form {
  position: relative;
}
.rs-newsletter.style1 .newsletter-wrap .newsletter-form input[type="email"] {
  position: relative;
  margin: 0;
  padding-right: 130px;
  color: #fff;
  font-size: 15px;
  max-width: 95%;
  background: #2b1ca5;
  height: 60px !important;
  border: none;
  padding-left: 18px;
  border-radius: 4px;
}
.rs-newsletter.style1 .newsletter-wrap .newsletter-form input[type="email"] {
  width: 100%;
  opacity: 1;
}
.rs-newsletter.style1 .newsletter-wrap .newsletter-form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */

  color: #ffffff;
  opacity: 1;
}
.rs-newsletter.style1 .newsletter-wrap .newsletter-form ::-moz-placeholder {
  /* Firefox 19+ */

  color: #ffffff;
  opacity: 1;
}
.rs-newsletter.style1 .newsletter-wrap .newsletter-form :-ms-input-placeholder {
  /* IE 10+ */

  color: #ffffff;
  opacity: 1;
}
.rs-newsletter.style1 .newsletter-wrap .newsletter-form :-moz-placeholder {
  /* Firefox 18- */

  color: #ffffff;
  opacity: 1;
}
.rs-newsletter.style1 .newsletter-wrap .newsletter-form input[type="submit"] {
  font-size: 0px;
  background: transparent;
  height: 60px;
  width: 70px;
  position: relative;
  z-index: 9;
  border: none;
}
.rs-newsletter.style1 .newsletter-wrap .newsletter-form .paper-plane {
  font-style: normal;
  background: rgba(0, 0, 0, 0) linear-gradient(160deg, #ff0066 0%, #d41872 50%, #a445b2 100%) repeat scroll 0% 0%;
  border: none;
  height: 60px;
  color: #1273eb;
  position: absolute;
  right: 15px;
  top: 0;
  text-transform: uppercase;
  font-size: 0px;
  display: block;
  text-align: center;
  border-radius: 0 4px 4px 0;
  overflow: hidden;
}
.rs-newsletter.style1 .newsletter-wrap .newsletter-form .paper-plane:before {
  content: "\f110";
  position: absolute;
  font-family: Flaticon;
  display: inline-block;
  vertical-align: middle;
  right: 27px;
  top: 13px;
  font-weight: 900;
  color: #fff;
  z-index: 1;
  font-size: 20px;
  cursor: pointer;
  transition: all .5s ease;
}
.rs-newsletter.style1 .newsletter-wrap .newsletter-form .paper-plane:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #612EA7;
  position: absolute;
  left: 0;
  bottom: -110px;
  border-radius: 5px;
  transform: scale(1.8) rotate(-13deg);
  transition: 0.5s;
  opacity: 0;
}
.rs-newsletter.style1 .newsletter-wrap .newsletter-form .paper-plane:hover:after {
  opacity: 1;
  bottom: 0;
}
.rs-newsletter.style1.newsletter-home6-style .newsletter-wrap {
  background: unset;
  background-image: url(assets/images/bg/subs-bg6.jpg);
  background-position: center;
  background-size: cover;
}
.rs-newsletter.style1.newsletter-home6-style .newsletter-wrap .newsletter-form input[type="email"] {
  background: #ffffff;
}
.rs-newsletter.style1.newsletter-home6-style .newsletter-wrap .newsletter-form .paper-plane:after {
  background: #3d9200;
}
.rs-newsletter.style1.newsletter-home6-style .newsletter-wrap ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */

  color: #cccccc;
  opacity: 1;
}
.rs-newsletter.style1.newsletter-home6-style .newsletter-wrap ::-moz-placeholder {
  /* Firefox 19+ */

  color: #cccccc;
  opacity: 1;
}
.rs-newsletter.style1.newsletter-home6-style .newsletter-wrap :-ms-input-placeholder {
  /* IE 10+ */

  color: #cccccc;
  opacity: 1;
}
.rs-newsletter.style1.newsletter-home6-style .newsletter-wrap :-moz-placeholder {
  /* Firefox 18- */

  color: #cccccc;
  opacity: 1;
}
.rs-newsletter.style1.newsletter-home6-style .newsletter-wrap .newsletter-form .paper-plane {
  background: #eb3f0f;
}
/*------------------------------------
    20. Partner Section CSS
------------------------------------*/
.rs-partner.sponsors-style .grid-figure {
  padding: 75px 75px 75px 75px;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  border-color: #E9E9E9;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  border-right: 1px solid rgba(0, 0, 0, 0.04);
}
.rs-partner.sponsors-style .grid-figure .log-img {
  overflow: hidden;
}
.rs-partner.sponsors-style .grid-figure.border-no {
  border-right: none !important;
}
.rs-partner.sponsors-style .grid-figure.bottom-noborder {
  border-bottom: none !important;
}
.rs-partner.sponsors-style2 .grid-figure {
  padding: 65px 65px 65px 65px;
  background-color: transparent;
  background-image: linear-gradient(310deg, #fa50cb 0%, #1a0b8c 61%);
}
.rs-partner.sponsors-style2 .grid-figure .log-img a img {
  transition-duration: .3s;
  transition-property: transform;
}
.rs-partner.sponsors-style2 .grid-figure .log-img a img:hover {
  transform: scale(0.9);
}
.rs-partner.sponsors-style3 .grid-figure {
  padding: 75px 75px 75px 75px;
  margin: 10px 10px 10px 10px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #E9E9E9;
  text-align: center;
}
.rs-partner.sponsors-style3 .grid-figure:hover {
  background-color: #FDFBFF;
}
/*------------------------------------
    21. Privacy Policy Section CSS
------------------------------------*/
.rs-privacy-policy .privacy-wrap .privacy-content {
  background: #ffffff;
  padding: 50px 40px 60px 40px;
  border-radius: 2px 2px 2px 2px;
}
.rs-privacy-policy .privacy-wrap .privacy-content .check-list li {
  position: relative;
  padding-left: 30px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 16px;
  list-style: none;
  margin: 0 0 14px;
}
.rs-privacy-policy .privacy-wrap .privacy-content .check-list li:before {
  top: 7px;
  left: 0;
  content: "\f00c";
  font-family: 'FontAwesome';
  position: absolute;
  color: #fa0368;
  font-weight: 400;
  font-size: 15px;
}
.rs-privacy-policy .privacy-wrap .privacy-content.measures {
  padding: 50px 40px 30px 40px;
}
.rs-privacy-policy .privacy-wrap .privacy-content.measures .covid-safety-item {
  margin-right: calc(-12px);
  margin-left: calc(-12px);
  padding: 0;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.rs-privacy-policy .privacy-wrap .privacy-content.measures .covid-safety-item li {
  margin-right: calc(12px);
  margin-left: calc(12px);
  word-break: break-word;
  padding: 6px 20px;
  border: 1px solid #FF0066;
  border-radius: 30px;
  margin-bottom: 20px;
}
.rs-privacy-policy .privacy-wrap .privacy-content.measures .covid-safety-item li .list-icon i {
  color: #FF0066;
}
/*------------------------------------
    22. Pricing Section CSS
------------------------------------*/
.rs-pricing.main-home .price-list-item .price-list {
  overflow: hidden;
}
.rs-pricing.main-home .price-list-item .price-list .price-grid-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 40px 30px 40px;
  background: #FFFFFFA8;
  border: 2px solid #E1E1E1;
  border-color: #E8ECF8;
  position: relative;
}
.rs-pricing.main-home .price-list-item .price-list .price-grid-item .top-shape {
  position: absolute;
  top: -22px;
  right: 29%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #E1E1E1;
  border-color: #E8ECF8;
  background: #FAF4FE;
  z-index: 1;
}
.rs-pricing.main-home .price-list-item .price-list .price-grid-item .price-list-text {
  flex: 1;
  min-width: 1px;
}
.rs-pricing.main-home .price-list-item .price-list .price-grid-item .price-list-text .price-list-header .price-list-title {
  font-size: 20px;
  font-weight: 600;
  color: #0a0a0a;
  display: block;
}
.rs-pricing.main-home .price-list-item .price-list .price-grid-item .price-list-text .price-list {
  color: #605E5E;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 2px;
}
.rs-pricing.main-home .price-list-item .price-list .price-grid-item .price-list-text .event-date {
  color: #333333;
  font-size: 15px;
  font-weight: 400;
}
.rs-pricing.main-home .price-list-item .price-list .price-grid-item .price-list-price {
  padding-left: 30px;
  border-left: 1px solid #e1e1e1;
  border-color: #E8ECF8;
  padding-top: 9px;
  padding-bottom: 9px;
}
.rs-pricing.main-home .price-list-item .price-list .price-grid-item .price-list-price span {
  color: #151748;
  background-color: #14ABF400;
  border-radius: 38px;
  width: 33px;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  display: inline-block;
}
.rs-pricing.main-home .price-list-item .price-list .price-grid-item .btn-part {
  margin-left: 40px;
  padding-left: 30px;
  border-left: 1px solid #e1e1e1;
  border-color: #E8ECF8;
}
.rs-pricing.main-home .price-list-item .price-list .price-grid-item .bottom-shape {
  position: absolute;
  top: auto;
  bottom: -22px;
  right: 29%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  z-index: 1;
  border: 2px solid #E1E1E1;
  border-color: #E8ECF8;
  background: #FAF4FE;
}
.rs-pricing.main-home.pricing-plan-style2 .price-list-item .price-list {
  max-width: 790px;
  margin: 0 auto 30px;
}
.rs-pricing.main-home.pricing-plan-style2 .price-list-item .price-list:last-child {
  margin: 0 auto 0px;
}
.rs-pricing.main-home.pricing-plan-style2 .price-list-item .price-list .price-grid-item {
  border: 2px solid #F6EBF2;
  border-color: #F6EBF2;
}
.rs-pricing.main-home.pricing-plan-style2 .price-list-item .price-list .price-grid-item .bottom-shape,
.rs-pricing.main-home.pricing-plan-style2 .price-list-item .price-list .price-grid-item .top-shape {
  border: 2px solid #E1E1E1;
  border-color: #F3EFF2;
  background: #F3EFF2;
}
.rs-pricing.main-home.pricing-plan-style3 .pricing-img {
  margin: 0px -23px 0px -300px;
}
.rs-pricing.main-home.pricing-plan-style3 .price-list-item .price-list .price-grid-item {
  background: #170390;
  border: 2px solid #180578;
  border-color: #180578;
}
.rs-pricing.main-home.pricing-plan-style3 .price-list-item .price-list .price-grid-item .price-list-price span,
.rs-pricing.main-home.pricing-plan-style3 .price-list-item .price-list .price-grid-item .price-list-text .event-date,
.rs-pricing.main-home.pricing-plan-style3 .price-list-item .price-list .price-grid-item .price-list-text .price-list,
.rs-pricing.main-home.pricing-plan-style3 .price-list-item .price-list .price-grid-item .price-list-text .price-list-header .price-list-title {
  color: #ffffff;
}
.rs-pricing.main-home.pricing-plan-style3 .price-list-item .price-list .price-grid-item .price-list-price {
  border-left: 1px solid #e1e1e1;
  border-color: #180578;
}
.rs-pricing.main-home.pricing-plan-style3 .price-list-item .price-list .price-grid-item .btn-part {
  border-left: 1px solid #e1e1e1;
  border-color: #180578;
}
.rs-pricing.main-home.pricing-plan-style3 .price-list-item .price-list .price-grid-item .bottom-shape,
.rs-pricing.main-home.pricing-plan-style3 .price-list-item .price-list .price-grid-item .top-shape {
  border: 2px solid #180578;
  border-color: #180578;
  background: #180578;
}
.rs-pricing.style2 {
  position: relative;
}
.rs-pricing.style2 .rs-price-table {
  position: relative;
  padding: 42px 0px 57px 0px;
  box-shadow: 0px 0px 10px 0px #ffffff;
  margin: 0px 6px 0px 0px;
  background-color: #FFFFFF;
  border-radius: 0px 0px 0px 0px;
  box-shadow: 0px 0px 10px 0px #eee;
  text-align: center;
}
.rs-pricing.style2 .rs-price-table .pricing-table-header .table-title {
  font-size: 15px;
  line-height: 25px;
  color: #fa0368;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.rs-pricing.style2 .rs-price-table .rs-pricing-table-price {
  margin-bottom: 30px;
}
.rs-pricing.style2 .rs-price-table .rs-pricing-table-price .pricing-table-price-tag {
  border-style: dashed;
  border-width: 0px 0px 1px 0px;
  border-color: #F0E9E9;
  margin-bottom: .5rem;
  color: #242424;
  font-weight: 700;
  font-size: 60px;
  line-height: normal;
  position: relative;
  padding-bottom: 27px;
}
.rs-pricing.style2 .rs-price-table .rs-pricing-table-price .pricing-table-price-tag .table-currency {
  font-size: 52px;
  font-weight: 600;
  color: #151748;
  letter-spacing: -12px;
}
.rs-pricing.style2 .rs-price-table .rs-pricing-table-price .pricing-table-price-tag .table-price-text {
  font-size: 50px;
  font-weight: 600;
  color: #151748;
}
.rs-pricing.style2 .rs-price-table .rs-pricing-table-price .pricing-table-price-tag .table-period {
  color: #8c8c8c;
  font-size: 16px;
  display: block;
}
.rs-pricing.style2 .rs-price-table .rs-pricing-table-body {
  margin-bottom: 35px;
}
.rs-pricing.style2 .rs-price-table .rs-pricing-table-body .pricing-table-features-list {
  text-align: left;
  padding: 0% 22% 0% 22%;
}
.rs-pricing.style2 .rs-price-table .rs-pricing-table-body .pricing-table-features-list li {
  color: #44455B;
  font-size: 15px;
  margin-bottom: 8px;
}
.rs-pricing.style2 .rs-price-table .rs-pricing-table-body .pricing-table-features-list li i {
  margin-right: 10px;
  min-width: 15px;
  font-size: 16px;
}
.rs-pricing.style2 .rs-price-table .rs-pricing-table-body .pricing-table-features-list li .feature-text {
  color: #44455B;
  font-size: 15px;
}
.rs-pricing.style2 .price-animation .price-animate {
  position: absolute;
  bottom: 0;
}
.rs-pricing.style2 .price-animation .price-animate img {
  width: 69px;
  opacity: 0.7;
}
.rs-pricing.style2 .price-animation .price-animate.one {
  left: 9%;
  top: 22%;
}
.rs-pricing.style2 .price-animation .price-animate.one img {
  width: 69px;
  opacity: 0.7;
}
.rs-pricing.style2 .price-animation .price-animate.two {
  left: 6%;
  bottom: 7%;
}
.rs-pricing.style2 .price-animation .price-animate.two img {
  width: 100px;
  opacity: 0.6;
}
.rs-pricing.style2 .price-animation .price-animate.three {
  right: 10%;
  bottom: 40%;
}
.rs-pricing.style2 .price-animation .price-animate.three img {
  width: 70px;
  opacity: 0.7;
}
.rs-pricing.style2.pricing-plan-style .rs-pricing-table-price .pricing-table-price-tag:after,
.rs-pricing.style2.pricing-plan-style .rs-pricing-table-price .pricing-table-price-tag:before {
  background: #f7f7f7;
}
.rs-pricing.style2.home3-pricing-style .rs-price-table {
  box-shadow: unset;
  background-color: #180a7f;
}
.rs-pricing.style2.home3-pricing-style .rs-pricing-table-price .pricing-table-price-tag:after,
.rs-pricing.style2.home3-pricing-style .rs-pricing-table-price .pricing-table-price-tag:before {
  background: #1a0b8c;
}
.rs-pricing.style2.home3-pricing-style .rs-pricing-table-price .pricing-table-price-tag {
  border-color: #1a0b8c;
}
.rs-pricing.style2.home3-pricing-style .rs-pricing-table-body .pricing-table-features-list li,
.rs-pricing.style2.home3-pricing-style .rs-pricing-table-body .pricing-table-features-list li .feature-text,
.rs-pricing.style2.home3-pricing-style .rs-pricing-table-price .pricing-table-price-tag .table-price-text,
.rs-pricing.style2.home3-pricing-style .rs-pricing-table-price .pricing-table-price-tag .table-currency {
  color: #ffffff;
}
.rs-pricing.style2.pricing-home6-style .rs-price-table .pricing-table-header .table-title {
  color: #eb3f0f;
}
/*------------------------------------
    23. Blog Section CSS
------------------------------------*/
.rs-blog {
  position: relative;
}
.rs-blog.blog-main-home .blog-item {
  position: relative;
  transition: all 500ms ease;
}
.rs-blog.blog-main-home .blog-item .image-wrap {
  position: relative;
  overflow: hidden;
}
.rs-blog.blog-main-home .blog-item .image-wrap a img {
  transition: all 0.5s ease 0s;
  transform: scale(1.1);
}
.rs-blog.blog-main-home .blog-item .image-wrap .blog-date {
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 20px;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  background: #ff0066;
  padding: 14px 20px 14px 20px;
}
.rs-blog.blog-main-home .blog-item .image-wrap .blog-date .day {
  font-size: 20px;
  font-weight: 700;
  display: block;
  line-height: 1.2;
}
.rs-blog.blog-main-home .blog-item .image-wrap .blog-date .month {
  font-size: 13px;
  line-height: 1.2;
  display: block;
}
.rs-blog.blog-main-home .blog-item .blog-content {
  transition: all 500ms ease;
  position: relative;
  padding: 20px 35px 35px;
  background: #fff;
  box-shadow: 0 6px 25px #eee;
}
.rs-blog.blog-main-home .blog-item .blog-content .blog-meta {
  display: flex;
  justify-content: flex-start;
  padding: 10px 0 10px;
}
.rs-blog.blog-main-home .blog-item .blog-content .blog-meta .admin {
  position: relative;
  margin-right: 20px;
  padding-right: 11px;
}
.rs-blog.blog-main-home .blog-item .blog-content .blog-meta .admin i {
  color: #00aeef;
  margin-right: 5px;
}
/*
.rs-blog.blog-main-home .blog-item .blog-content .blog-meta .admin:after {
  content: "";
  height: 14px;
  width: 1px;
  position: absolute;
  right: 0;
  transform: rotate(20deg) translateY(-62%);
  top: 60%;
  background: #ccc;
}
*/
.rs-blog.blog-main-home .blog-item .blog-content .blog-meta .cat-list a {
  font-size: 14px;
  color: #0a0a0a;
  position: relative;
  text-transform: capitalize;
}
.rs-blog.blog-main-home .blog-item .blog-content .blog-meta .cat-list a i {
  color: #FF0066;
  margin-right: 5px;
  padding-right: 4px;
}
.rs-blog.blog-main-home .blog-item .blog-content .blog-title {
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 30px;
}
.rs-blog.blog-main-home .blog-item .blog-content .blog-title a {
  color: #0a0a0a;
}
.rs-blog.blog-main-home .blog-item .blog-content .blog-title a:hover {
  color: #fa0368;
}
.rs-blog.blog-main-home .blog-item:hover .image-wrap a img {
  transform: scale(1.2);
}
.rs-blog.blog-main-home .owl-stage-outer {
  padding: 20px 0;
  margin: -20px 0;
}
.rs-services .owl-stage-outer, .rs-team .owl-stage-outer{
    margin-top: 100px;
}
.rs-blog.blog-main-home.home3-blog-style .blog-item .blog-content {
  background: #180A7F;
  box-shadow: unset;
  padding: 20px 35px 20px;
}
.rs-blog.blog-main-home.home3-blog-style .blog-item .blog-content .blog-meta .admin,
.rs-blog.blog-main-home.home3-blog-style .blog-item .blog-content .blog-meta .cat-list a {
  color: #C1C1C1;
}
.rs-blog.blog-main-home.home3-blog-style .blog-item .blog-content .blog-title a {
  color: #ffffff;
}
.rs-blog.blog-main-home.home3-blog-style .blog-item .blog-content .blog-meta .admin {
  font-size: 15px;
}
.rs-blog.blog-main-home.home3-blog-style .blog-item .blog-content .blog-meta .cat-list {
  display: flex;
  padding-top: 3px;
}
.rs-blog.blog-main-home.home3-blog-style .blog-item .blog-content .blog-title {
  margin-bottom: 15px;
}
.rs-blog.blog-main-home.home3-blog-style .blog-item .blog-content .blog-title a:hover {
  color: #fa0368;
}
.rs-blog.blog-main-home.home-4-blog-style {
  position: unset;
}
.rs-blog.blog-main-home.home-4-blog-style .blog-item .blog-content {
  background-color: #180578;
  box-shadow: unset;
}
.rs-blog.blog-main-home.home-4-blog-style .blog-item .blog-content .blog-meta .cat-list a,
.rs-blog.blog-main-home.home-4-blog-style .blog-item .blog-content .blog-meta .admin,
.rs-blog.blog-main-home.home-4-blog-style .blog-item .blog-content .blog-title a {
  color: #ffffff;
}
.rs-blog.blog-main-home.home-4-blog-style .blog-item .blog-content .blog-title a:hover {
  color: #fa0368;
}
.rs-blog.blog-main-home.home-6-blog-style .blog-item .blog-content .blog-title a:hover,
.rs-blog.blog-main-home.home-6-blog-style .blog-item .blog-content .blog-meta .cat-list a i,
.rs-blog.blog-main-home.home-6-blog-style .blog-item .blog-content .blog-meta .admin i {
  color: #00aeef;
}
.rs-blog.blog-main-home.home-6-blog-style .blog-item .image-wrap .blog-date {
  background: #eb3f0f;
}
.rs-blog .blog-animation .blog-animate {
  position: absolute;
  bottom: 0;
}
.rs-blog .blog-animation .blog-animate.teangle {
  left: -1%;
  top: 44%;
}
.rs-inner-blog .blog-item {
  background: #fff;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
  padding: 20px;
  transition: 0.3s;
}
.rs-inner-blog .blog-item .blog-img {
  position: relative;
}
.rs-inner-blog .blog-item .blog-img .post-categories {
  position: absolute;
  z-index: 11;
  bottom: 20px;
  right: 20px;
  z-index: 10;
}
.rs-inner-blog .blog-item .blog-img .post-categories li {
  display: inline-block;
}
.rs-inner-blog .blog-item .blog-img .post-categories li a {
  background: #fa0368;
  color: #ffffff;
  transition: 0.4s;
  font-size: 14px;
  font-weight: 500;
  padding: 6px 20px;
  border-radius: 3px;
  display: block;
}
.rs-inner-blog .blog-item .blog-img .post-categories li a:hover {
  background: #fa0368;
}
.rs-inner-blog .blog-item .blog-content {
  padding: 25px 15px 25px;
  overflow: hidden;
}
.rs-inner-blog .blog-item .blog-content .blog-title {
  margin: 4px 0 10px;
  font-size: 26px;
  line-height: 35px;
  font-weight: 700;
}
.rs-inner-blog .blog-item .blog-content .blog-title a {
  color: #0a0a0a;
}
.rs-inner-blog .blog-item .blog-content .blog-title a:hover {
  color: #fa0368;
}
.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate {
  overflow: hidden;
  margin: 0 0 5px;
  padding: 0 0 12px;
  font-size: 13px;
  display: flex;
  align-items: center;
}
.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li {
  margin-right: 15px;
}
.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li .blog-date {
  display: inline-block;
  font-weight: 400;
  font-size: 13px;
  color: #555;
}
.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li .blog-date i {
  color: #fa0368;
  margin-right: 3px;
  font-size: 14px;
  font-weight: 600;
}
.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li .author {
  display: inline-block;
  padding: 0;
  margin-right: 0;
  line-height: normal;
  color: #555;
}
.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li .author i {
  color: #fa0368;
  margin-right: 3px;
  font-size: 14px;
  font-weight: 600;
}
.rs-inner-blog .blog-item .blog-content .blog-meta .btm-cate li:last-child {
  margin-right: 0;
}
.rs-inner-blog .blog-item .blog-content .blog-desc {
  font-size: 15px;
  line-height: 27px;
  font-weight: 400;
  color: #454545;
  margin-bottom: 20px;
}
.rs-inner-blog .widget-area .widget-title .title {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  color: #0a0a0a;
  position: relative;
  z-index: 1;
  padding-bottom: 12px;
  margin: 0;
}
.rs-inner-blog .widget-area .widget-title .title:after {
  content: "";
  position: absolute;
  border: 0;
  width: 50px;
  height: 2px;
  background: #fa0368;
  z-index: 1;
  margin-left: 0;
  bottom: 0;
  left: 0;
}
.rs-inner-blog .widget-area .search-widget {
  background: #fff;
  padding: 40px 30px 40px;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.07);
}
.rs-inner-blog .widget-area .search-widget .search-wrap {
  position: relative;
}
.rs-inner-blog .widget-area .search-widget .search-wrap [type=search] {
  color: #444444;
  padding: 12px 17px;
  width: 100%;
  border: none;
  border-radius: 5px;
  position: relative;
  background: #F6F7F9;
}
.rs-inner-blog .widget-area .search-widget .search-wrap button {
  background: transparent;
  border: medium none;
  color: #454545;
  padding: 11px 15px 12px;
  position: absolute;
  display: block;
  right: 0px;
  top: 0;
  z-index: 10;
  font-size: 20px;
  border-radius: 0 5px 5px;
}
.rs-inner-blog .widget-area .search-widget .search-wrap button i:before {
  font-weight: 600;
  font-size: 18px;
}
.rs-inner-blog .widget-area .search-widget .search-wrap button:hover {
  color: #fa0368;
}
.rs-inner-blog .widget-area .recent-posts {
  background: #fff;
  padding: 40px 30px;
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.07);
}
.rs-inner-blog .widget-area .recent-posts .recent-post-widget {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  overflow: hidden;
}
.rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-img {
  width: 100px;
  float: left;
  padding-right: 15px;
}
.rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-img img {
  border-radius: 1px;
}
.rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-desc {
  overflow: hidden;
  margin-top: -8px;
}
.rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-desc a {
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
  color: #0a0a0a;
  margin-bottom: 5px;
}
.rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-desc a:hover {
  color: #fa0368;
}
.rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-desc .date-post {
  display: block;
  font-size: 13px;
  color: #555;
  font-weight: 500;
}
.rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-desc .date-post i {
  margin-right: 5px;
}
.rs-inner-blog .widget-area .recent-posts .recent-post-widget .post-desc .date-post i:before {
  font-size: 12px;
  color: #fa0368;
}
.rs-inner-blog .widget-area .categories {
  background: #fff;
  padding: 40px 30px 40px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
}
.rs-inner-blog .widget-area .categories li {
  margin-top: 13px;
  padding-top: 13px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.rs-inner-blog .widget-area .categories li a {
  font-size: 15px;
  font-weight: 500;
  color: #0a0a0a;
}
.rs-inner-blog .widget-area .categories li a:hover {
  color: #fa0368;
}
.rs-inner-blog .widget-area .categories li:first-child {
  border-top: none;
}
.rs-inner-blog .widget-area .follow-us {
  background: #fff;
  padding: 40px 30px 40px;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
}
.rs-inner-blog .widget-area .follow-us ul li {
  display: inline-block;
  margin-right: 14px;
}
.rs-inner-blog .widget-area .follow-us ul li a i {
  font-size: 15px;
  color: #0a0a0a;
  font-weight: 500;
}
.rs-inner-blog .widget-area .follow-us ul li a i:hover {
  color: #fa0368;
}
.rs-inner-blog .widget-area .follow-us ul li:last-child {
  margin-right: 0;
}
.rs-inner-blog .blog-details .blog-full .single-post-meta {
  display: flex;
  align-items: center;
  padding: 0 0 30px;
}
.rs-inner-blog .blog-details .blog-full .single-post-meta li .p-date {
  color: #555;
  font-size: 14px;
  margin-right: 8px;
}
.rs-inner-blog .blog-details .blog-full .single-post-meta li .p-date i {
  font-size: 13px;
  margin-right: 3px;
  color: #fa0368;
}
.rs-inner-blog .blog-details .blog-full .single-post-meta li .p-date i:before {
  margin-right: 5px;
}
.rs-inner-blog .blog-details .blog-full .single-post-meta .Post-cate {
  list-style: none;
  display: inline-block;
  padding-right: 10px;
  color: #555;
  font-size: 14px;
}
.rs-inner-blog .blog-details .blog-full .single-post-meta .Post-cate .tag-line i {
  color: #fa0368;
  margin-right: 3px;
}
.rs-inner-blog .blog-details .blog-full .single-post-meta .Post-cate .tag-line i:before {
  margin-right: 4px;
}
.rs-inner-blog .blog-details .blog-full .single-post-meta .Post-cate .tag-line a {
  font-weight: 400;
  color: #555;
  font-size: 14px;
}
.rs-inner-blog .blog-details .blog-full .single-post-meta .Post-cate .tag-line a:hover {
  color: #fa0368;
}
.rs-inner-blog .blog-details .blog-full .single-post-meta .post-comment {
  color: #555;
  font-size: 14px;
}
.rs-inner-blog .blog-details .blog-full .single-post-meta .post-comment i:before {
  color: #fa0368;
}
.rs-inner-blog .blog-details .blog-full .tag-info a {
  font-size: 13px;
  margin-right: 5px;
  display: inline-block;
  text-align: center;
  font-weight: normal;
  color: #666666;
  border: 1px solid rgba(170, 170, 170, 0.25);
  padding: 2px 15px 4px;
  margin-left: 7px;
  border-radius: 0px;
  line-height: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.rs-inner-blog .blog-details .blog-full .tag-info a:hover {
  color: #ffffff;
  background: #fa0368;
}
.rs-inner-blog .blog-details .blog-full .comment-body {
  display: flex;
  padding-bottom: 30px;
  margin-bottom: 25px;
  border-bottom: 1px solid #ddd;
}
.rs-inner-blog .blog-details .blog-full .comment-body .comment-text {
  padding-left: 25px;
}
.rs-inner-blog .blog-details .blog-full .comment-body .comment-text a {
  font-weight: 700;
  color: #0a0a0a;
}
.rs-inner-blog .blog-details .blog-full .comment-body .comment-text .timedate {
  font-weight: 400;
  color: #909090;
}
.rs-inner-blog .blog-details .blog-full .comment-body .comment-text p {
  margin-bottom: 15px;
}
.rs-inner-blog .blog-details .blog-full .comment-body .comment-text .reply-btn a {
  cursor: pointer;
  display: inline-block;
  position: relative;
  border-radius: 4px;
  padding: 5px 20px 6px;
  line-height: 22px;
  font-size: 15px;
  font-weight: 600;
  color: #ffffff;
  background: #FA0368;
  z-index: 1;
  border: none;
}
.rs-inner-blog .blog-details .blog-full .comment-body.byuser {
  padding-right: 0;
  margin-left: 2.5em;
}
.rs-inner-blog .blog-details .blog-full .comment-title {
  font-size: 24px;
  margin-bottom: 40px;
  margin-top: 35px;
}
.rs-inner-blog .blog-details .blog-full .comment-note .from-control {
  width: 100%;
  padding: 15px 20px;
  background-color: #F6F7F9;
  border: none;
  border-radius: 5px;
}
.rs-inner-blog .blog-details .blog-full .comment-note textarea {
  height: 160px;
}
.rs-inner-blog .blog-details .blog-full .comment-note ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */

  color: #777777;
  opacity: 1;
}
.rs-inner-blog .blog-details .blog-full .comment-note ::-moz-placeholder {
  /* Firefox 19+ */

  color: #777777;
  opacity: 1;
}
.rs-inner-blog .blog-details .blog-full .comment-note :-ms-input-placeholder {
  /* IE 10+ */

  color: #777777;
  opacity: 1;
}
.rs-inner-blog .blog-details .blog-full .comment-note :-moz-placeholder {
  /* Firefox 18- */

  color: #777777;
  opacity: 1;
}
/* ------------------------------------
    24. Testimonial Section CSS
---------------------------------------*/
.rs-testimonial.style2 .testi-main {
  background-image: url(assets/images/testimonial/testi-bg5.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 140px 0 60px;
  position: relative;
}
.rs-testimonial.style2 .testi-main .testi-item .desc {
  font-size: 30px;
  line-height: 40px;
  font-weight: 500;
  color: #0a0a0a;
  font-style: italic;
  padding: 0px 60px 60px 0px;
}
.rs-testimonial.style2 .testi-main .testi-item .quote-img img {
  position: absolute;
  width: 112px;
  right: 26%;
  bottom: 16px;
}
.rs-testimonial.style2 .testi-main .testi-item .testi-information .testi-name {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  color: #0a0a0a;
}
.rs-testimonial.style2 .testi-main .testi-item .testi-information .testi-title {
  font-size: 15px;
  line-height: 27px;
  font-weight: 600;
  color: #555555;
}
.rs-testimonial.style2 .testi-main .testi-animate .animate {
  position: absolute;
}
.rs-testimonial.style2 .testi-main .testi-animate .animate.one {
  left: -12%;
  top: 23%;
}
.rs-testimonial.style2 .testi-main .testi-animate .animate.two {
  right: -12%;
  top: 23%;
}
.rs-testimonial.style2 .testi-main .testi-animate .animate.three {
  left: -12%;
  top: 50%;
}
.rs-testimonial.style2 .testi-main .testi-animate .animate.four {
  right: -12%;
  top: 50%;
}
.rs-testimonial.style2 .rs-carousel .owl-dots {
  text-align: left;
  margin-top: 20px;
}
/* ------------------------------------
    25. Timecount Ceremony Section CSS
---------------------------------------*/
.rs-timecoun-ceremony .coming-soon-part .coming-soon-text .CountDownTimer .time_circles {
  width: 100px;
  height: 100%;
}
.rs-timecoun-ceremony .coming-soon-part .coming-soon-text .time_circles {
  margin-bottom: 25px;
}
.rs-timecoun-ceremony .coming-soon-part .coming-soon-text .time_circles canvas {
  opacity: 0;
}
.rs-timecoun-ceremony .coming-soon-part .coming-soon-text .time_circles div {
  position: absolute;
  text-align: center;
  padding-right: 30px;
}
.rs-timecoun-ceremony .coming-soon-part .coming-soon-text .time_circles div span {
  font-weight: 700;
  font-size: 70px !important;
  color: #ffffff;
  display: block;
  border-radius: 5px;
  max-width: 100px;
  line-height: 60px;
  margin: 0 auto;
}
.rs-timecoun-ceremony .coming-soon-part .coming-soon-text .time_circles div h4 {
  color: #fff;
  font-size: 17px !important;
  font-weight: 500 !important;
  text-transform: uppercase;
  margin-top: 15px;
}
.rs-timecoun-ceremony .banner-counter5 .coming-soon-part {
  max-width: 600px;
}
.rs-timecoun-ceremony .banner-counter5 .time_circles {
  margin-bottom: 0;
}
.rs-timecoun-ceremony .banner-counter5 .time_circles canvas {
  height: auto !important;
}
.rs-timecoun-ceremony .banner-counter5 .time_circles div {
  position: absolute;
  margin-top: -8px;
}
.rs-timecoun-ceremony .banner-counter5 .coming-soon-part {
  margin: 0 auto;
}
.rs-timecoun-ceremony .banner-counter5 .coming-soon-part .time_circles {
  position: relative;
  width: 100%;
  height: 100%;
  left: 8px;
}
.rs-timecoun-ceremony .banner-counter5 .coming-soon-part .time_circles div {
  padding-right: 0;
}
.rs-timecoun-ceremony .banner-counter5 .coming-soon-part .time_circles div h3 {
  color: #fff;
  font-size: 20px !important;
}
.rs-timecoun-ceremony .banner-counter5 .time_circles > div {
  position: absolute;
  text-align: center;
  padding: 0;
}
.rs-timecoun-ceremony .banner-counter5 .time_circles > div > h4 {
  margin: 0;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  line-height: 1;
}
.rs-timecoun-ceremony .banner-counter5 .time_circles > div > span {
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 100%;
  text-align: center;
  line-height: 1;
}
.rs-timecoun-ceremony .banner-counter5 .coming-soon-part .time_circles .textDiv_Minutes span:before {
  left: -32px;
}
.rs-timecoun-ceremony .banner-counter5 .coming-soon-part .time_circles .textDiv_Minutes span:after {
  left: -32px;
}
.rs-timecoun-ceremony .banner-counter5 .coming-soon-part .time_circles .textDiv_Seconds span:before {
  left: -27px;
}
.rs-timecoun-ceremony .banner-counter5 .coming-soon-part .time_circles .textDiv_Seconds span:after {
  left: -27px;
}
.rs-timecoun-ceremony .banner-counter5 .coming-soon-part .time_circles div + div span {
  position: relative;
}
.rs-timecoun-ceremony .banner-counter5 .coming-soon-part .time_circles div + div span:before {
  content: "";
  position: absolute;
  left: -15px;
  top: 30%;
  transform: translateY(-50%);
  display: block;
  background: #fff;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
.rs-timecoun-ceremony .banner-counter5 .coming-soon-part .time_circles div + div span:after {
  content: "";
  position: absolute;
  left: -15px;
  top: 75%;
  transform: translateY(-50%);
  display: block;
  background: #fff;
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
/* ------------------------------------
    26. Contact Section CSS
---------------------------------------*/
.rs-contact {
  position: relative;
}
.rs-contact.home-style1 .contact-widget {
  background-image: linear-gradient(100deg, #0d0079 0%, #1741c5 100%);
  padding: 40px 40px 40px 40px;
  border-radius: 4px 4px 4px 4px;
}
.rs-contact.home-style1 .contact-widget .from-control {
  padding: 18px 20px 18px 20px;
  color: #ffffff;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  background-color: #1329A9;
  width: 100%;
  max-width: 100%;
  opacity: 1;
}
.rs-contact.home-style1 .contact-widget textarea {
  height: 120px;
}
.rs-contact.home-style1 .contact-widget ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */

  color: #fff;
  opacity: 1;
}
.rs-contact.home-style1 .contact-widget ::-moz-placeholder {
  /* Firefox 19+ */

  color: #fff;
  opacity: 1;
}
.rs-contact.home-style1 .contact-widget :-ms-input-placeholder {
  /* IE 10+ */

  color: #fff;
  opacity: 1;
}
.rs-contact.home-style1 .contact-widget :-moz-placeholder {
  /* Firefox 18- */

  color: #fff;
  opacity: 1;
}
.rs-contact.home-style1 .contact-map {
  overflow: hidden;
}
.rs-contact.home-style1 .contact-map iframe {
  float: left;
  width: 100%;
  height: 525px;
  border: none;
}
.rs-contact.home-style1 .widget-item {
  position: relative;
}
.rs-contact.home-style1 .widget-item .widget-img {
  position: absolute;
  bottom: -26px;
  right: -25px;
}
.rs-contact.home-style1 .widget-item .widget-img img {
  width: 115px;
  opacity: 0.1;
}
.rs-contact.home-style1 .widget-item .address-item {
  display: flex;
  padding: 30px 30px 30px 30px;
  background-color: transparent;
  background-image: linear-gradient(60deg, #180b7f 47%, #4661ff 160%);
  border-radius: 3px 3px 3px 3px;
}
.rs-contact.home-style1 .widget-item .address-item .address-icon {
  padding: 5px 5px 0px 0px;
}
.rs-contact.home-style1 .widget-item .address-item .address-icon img {
  max-width: unset;
  width: 50px;
  height: 50px;
}
.rs-contact.home-style1 .widget-item .address-item .address-text {
  padding: 0px 0px 0px 15px;
}
.rs-contact.home-style1 .widget-item .address-item .address-text .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  margin: 0 0 10px;
  color: #ffffff;
}
.rs-contact.home-style1 .widget-item .address-item .address-text .services-txt {
  font-size: 15px;
  color: #ffffff;
  margin: 0;
}
.rs-contact.home-style1 .widget-item .address-item .address-text .services-txt a {
  color: #ffffff;
}
.rs-contact.home-style1 .widget-item .address-item .address-text .services-txt a:hover {
  color: #fa0368;
}
.rs-contact.home-style1.faq-home-style .contact-widget {
  background-image: linear-gradient(120deg, #1a0d86 0%, #602c90 100%);
  padding: 83px 40px 52px 40px;
}
.rs-contact.home-style1.faq-home-style .contact-widget .from-control {
  background-color: #412892;
}
.rs-contact.home-style1.home-style3 {
  position: unset;
}
.rs-contact.home-style1.home-style3 .contact-map iframe {
  height: 405px;
}
.rs-contact.home-style1.home-style3 .contact-wrap .from-control {
  padding: 20px 25px 20px 25px;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  border-color: #f1f1f1;
  background-color: #F3F4F9;
  width: 100%;
  max-width: 100%;
  opacity: 1;
}
.rs-contact.home-style1.home-style3 .contact-wrap textarea {
  height: 120px;
}
.rs-contact.home-style1.home-style3 .contact-wrap ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */

  color: #454545;
  opacity: 0.7;
}
.rs-contact.home-style1.home-style3 .contact-wrap ::-moz-placeholder {
  /* Firefox 19+ */

  color: #454545;
  opacity: 0.7;
}
.rs-contact.home-style1.home-style3 .contact-wrap :-ms-input-placeholder {
  /* IE 10+ */

  color: #454545;
  opacity: 0.7;
}
.rs-contact.home-style1.home-style3 .contact-wrap :-moz-placeholder {
  /* Firefox 18- */

  color: #454545;
  opacity: 0.7;
}
.rs-contact.home-style1.home-style3 .contact-wrap input[type=submit]:hover {
  opacity: .9;
}
.rs-contact.home-style1.home-style3.contact-home-style3 .widget-item .address-item {
  background-color: #180A7F;
  background-image: unset;
}
.rs-contact.home-style1.home-style3.contact-home-style4 .contact-map iframe {
  height: 500px;
}
.rs-contact.home-style1.home-style3.contact-home-style4 .contact-wrap .from-control {
  font-size: 15px;
  border-color: #180A7F;
  background-color: #180A7F;
  color: #ffffff;
}
.rs-contact.home-style1.home-style3.contact-home-style4 .contact-wrap ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */

  color: #fff;
  opacity: 1;
}
.rs-contact.home-style1.home-style3.contact-home-style4 .contact-wrap ::-moz-placeholder {
  /* Firefox 19+ */

  color: #fff;
  opacity: 1;
}
.rs-contact.home-style1.home-style3.contact-home-style4 .contact-wrap :-ms-input-placeholder {
  /* IE 10+ */

  color: #fff;
  opacity: 1;
}
.rs-contact.home-style1.home-style3.contact-home-style4 .contact-wrap :-moz-placeholder {
  /* Firefox 18- */

  color: #fff;
  opacity: 1;
}
.rs-contact.home-style1.home-style3.contact-home-style4 .contact-wrap input[type=submit]:hover {
  opacity: .9;
}
.rs-contact.home-style2 .widget-item .address-item {
  background-image: linear-gradient(80deg, #1a0b8c 40%, #fa50cb 120%);
}
.rs-contact .contact-animation .animate {
  position: absolute;
  bottom: 0;
}
.rs-contact .contact-animation .animate.one {
  left: 8%;
  top: 8%;
}
.rs-contact .contact-animation .animate.two {
  left: 9%;
  bottom: 6%;
}
.rs-contact .contact-animation .animate.two img {
  width: 70px;
  opacity: 0.5;
}
.rs-contact .contact-animation .animate.three {
  right: 16%;
  bottom: 2%;
}
.rs-contact .contact-animation .animate.three img {
  width: 70px;
  opacity: 0.2;
}
.rs-contact .contact-animation .animate.four {
  right: 10%;
  top: 53%;
}
.rs-contact .contact-animation .animate.four img {
  width: 40px;
  opacity: 0.8;
}
.rs-contact.home-style3 .map-canvas {
  overflow: hidden;
  position: relative;
}
.rs-contact.home-style3 .map-canvas iframe {
  float: left;
  width: 100%;
  height: 800px;
  border: unset;
}
.rs-contact.home-style3 .map-canvas .address-main .address-box {
  background-image: linear-gradient(170deg, #eb3f0f 15%, #fec200 100%);
  padding: 35px 130px 50px 55px;
  position: absolute;
  top: 14%;
}
.rs-contact.home-style3 .map-canvas .address-main .address-box .address-item {
  display: flex;
}
.rs-contact.home-style3 .map-canvas .address-main .address-box .address-item .address-icon img {
  max-width: unset;
  width: 50px;
  height: 50px;
}
.rs-contact.home-style3 .map-canvas .address-main .address-box .address-item .address-text {
  padding-left: 22px;
}
.rs-contact.home-style3 .map-canvas .address-main .address-box .address-item .address-text .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 10px 0;
}
.rs-contact.home-style3 .map-canvas .address-main .address-box .address-item .address-text .services-txt {
  margin: 0;
  color: #ffffff;
}
.rs-contact.home-style3 .map-canvas .address-main .address-box .address-item .address-text .services-txt a {
  color: #ffffff;
}
.rs-contact.home-style3 .map-canvas .address-main .address-box .address-item .address-text .services-txt a:hover {
  color: #ccc;
}
/*------------------------------------
    27. Footer Section CSS
------------------------------------*/
.rs-footer.style1 {
  background-image: url(assets/images/bg/footer-bg.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}
.rs-footer.style1 .footer-top {
  padding: 205px 0 95px;
}
.rs-footer.style1 .footer-top .footer-logo img {
  height: 40px;
}
.rs-footer.style1 .footer-top .footer-title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 0;
  position: relative;
  margin-bottom: 20px;
}
.rs-footer.style1 .footer-top .textwidget {
  font-size: 15px;
  line-height: 1.9;
  color: #ffffff;
}
.rs-footer.style1 .footer-top .textwidget a {
  color: #ffffff;
}
.rs-footer.style1 .footer-top .textwidget a:hover {
  color: #fa0368;
}
.rs-footer.style1 .footer-top .footer-social li {
  display: inline;
  margin-right: 12px;
}
.rs-footer.style1 .footer-top .footer-social li a i {
  padding: 0 0px 0 0;
  font-size: 15px;
  margin-right: 3px;
  transition: all .8s ease;
  color: #fff;
  text-align: center;
}
.rs-footer.style1 .footer-top .footer-social li a i:hover {
  color: #fa0368;
}
.rs-footer.style1 .footer-top .footer-social li:last-child {
  margin: 0;
}
.rs-footer.style1 .footer-bottom {
  padding: 20px 0 20px 0;
  background: rgba(0, 0, 0, 0.05);
}
.rs-footer.style1 .footer-bottom .copyright p {
  font-size: 15px;
  color: #ffffff;
  margin: 0;
}
.rs-footer.style1 .footer-bottom .copyright p a {
  transition: all 0.4s ease-in-out 0s;
  color: #fa0368;
}
.rs-footer.style1 .footer-bottom .copyright p a:hover {
  opacity: 0.8;
}
.rs-footer.style1 .footer-bottom .copy-right-menu li {
  display: inline-block;
  position: relative;
  padding: 0px 19px 0 25px;
}
.rs-footer.style1 .footer-bottom .copy-right-menu li a {
  color: #ffffff;
}
.rs-footer.style1 .footer-bottom .copy-right-menu li a:hover {
  color: #fa0368;
}
.rs-footer.style1 .footer-bottom .copy-right-menu li:before {
  display: block;
  content: "";
  position: absolute;
  font-size: 18px;
  background: #fa0368;
  left: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  transform: translateY(-50%);
  border-radius: 50%;
}
.rs-footer.style1 .footer-bottom .copy-right-menu li:first-child:before {
  display: none;
}
.rs-footer.style1.footer-home6-style {
  background-image: url(assets/images/bg/footer-bg6.png);
  background-color: #f8f8f8;
}
.rs-footer.style1.footer-home6-style .footer-bottom .copy-right-menu li a,
.rs-footer.style1.footer-home6-style .footer-bottom .copyright p,
.rs-footer.style1.footer-home6-style .footer-top .footer-social li a i,
.rs-footer.style1.footer-home6-style .footer-top .textwidget a,
.rs-footer.style1.footer-home6-style .footer-top .textwidget,
.rs-footer.style1.footer-home6-style .footer-top .footer-title {
  color: #454545;
}
.rs-footer.style1.footer-home6-style .footer-bottom .copy-right-menu li a:hover,
.rs-footer.style1.footer-home6-style .footer-bottom .copyright p a,
.rs-footer.style1.footer-home6-style .footer-top .footer-social li a i:hover,
.rs-footer.style1.footer-home6-style .footer-top .textwidget a:hover {
  color: #eb3f0f;
}
.rs-footer.style1.footer-home6-style .footer-bottom .copy-right-menu li:before {
  background: #eb3f0f;
}
/* -----------------------
    28. Scroll Up CSS
--------------------------*/
#scrollUp {
  text-align: center;
  bottom: 40px;
  cursor: pointer;
  display: none;
  position: fixed;
  right: 20px;
  z-index: 999;
  border-radius: 50px 50px 4px 4px;
}
#scrollUp i {
  height: 40px;
  font-size: 24px;
  width: 42px;
  border-radius: 0;
  color: #fff;
  line-height: 36px;
  transition: all 0.3s ease 0s;
  background: #ec008c;
  margin-left: 2px;
  box-shadow: 0 0 2px #54595F;
}
#scrollUp i:hover {
  opacity: 0.8;
}
#scrollUp.orange-btn i {
  background: #eb3f0f;
}
#scrollUp.orange-btn i:hover {
  opacity: 0.8;
}
.text-center .banner-border-line {
  margin: 0 auto 26px;
}
.home-blue-color .search-modal,
.home-blue-color .rs-carousel .owl-dots .owl-dot,
.home-blue-color .rs-carousel .owl-dots .owl-dot:hover,
.home-blue-color .rs-carousel .owl-dots .owl-dot.active {
  background: #1a0b8c;
}
.home-blue-color .search-modal .search-block form button {
  background: unset;
  border: none;
  padding: 0px 20px;
  right: 0;
  top: 0px;
}
.pl-30 {
  padding-left: 30px;
}
.pr-30 {
  padding-right: 30px;
}
/*----------------------------------------------
    29. Preloader CSS
----------------------------------------------*/
#pre-load {
  background-color: #fff;
  height: 100%;
  width: 100%;
  position: fixed;
  margin-top: 0px;
  top: 0px;
  z-index: 9999;
}
.loader .loader-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border: 5px solid #ebebec;
  border-radius: 50%;
}
.loader .loader-container:before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border-top: 4px solid #f00c46;
  border-radius: 50%;
  animation: loaderspin 1.8s infinite ease-in-out;
  -webkit-animation: loaderspin 1.8s infinite ease-in-out;
}
.loader .loader-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  text-align: center;
}
.loader .loader-icon img {
  animation: loaderpulse alternate 900ms infinite;
  width: 30px;
}
.woocommerce .quantity input[type="number"]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */

  color: #363636 !important;
  opacity: 1;
}
.woocommerce .quantity input[type="number"]::-moz-placeholder {
  /* Firefox 19+ */

  color: #363636 !important;
  opacity: 1;
}
.woocommerce .quantity input[type="number"]:-ms-input-placeholder {
  /* IE 10+ */

  color: #363636 !important;
  opacity: 1;
}
.woocommerce .quantity input[type="number"]:-moz-placeholder {
  /* Firefox 18- */

  color: #363636 !important;
  opacity: 1;
}
@keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes loaderpulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
/* ------------------------------------
    30. Animation Part CSS
---------------------------------------*/
@keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes loaderpulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
@-webkit-keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.move-y {
  animation: move-y 2s alternate infinite;
  -webkit-animation: move-y 2s alternate infinite;
}
@keyframes move-y {
  0% {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, 10px, 0);
    -webkit-transform: translate3d(0, 10px, 0);
  }
}
.fadeInDown {
  animation-name: fadeInDown;
  animation-duration: 2s;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
  animation-duration: 2s;
}
.fadeInLeft.new {
  animation-duration: 2.5s;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-name: fadeInRight;
  animation-duration: 1.25s;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.scale {
  animation: scale 2s alternate infinite;
}
@-webkit-keyframes scale {
  0% {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.dance2 {
  -webkit-animation: dance2 4s alternate infinite;
}
@keyframes dance2 {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(15px, -15px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, -15px, 15px);
  }
}
.up-down {
  animation: up-down 7s alternate infinite;
  -webkit-animation: up-down 7s alternate infinite;
}
@keyframes up-down {
  0% {
    transform: translateY(20px);
    -webkit-transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
  }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
}
@-webkit-keyframes up-down {
  0% {
    transform: translateY(30px);
    -webkit-transform: translateY(0);
  }
  50% {
    transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
  }
  100% {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
}
.spine {
  animation: spine 8s linear infinite;
}
@keyframes spine {
  0% {
    transform: rotate(0);
    -webkit-transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes spine {
  0% {
    transform: rotate(0);
    -webkit-transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
.horizontal {
  animation-name: horizontal;
  animation-duration: 12s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.horizontal.new-style {
  animation-duration: 15s;
}
@keyframes horizontal {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(100px);
  }
  100% {
    transform: translateX(0);
  }
}
.vertical {
  animation-name: vertical;
  animation-duration: 12s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.vertical.new-style {
  animation-duration: 15s;
}
@keyframes vertical {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(100px);
  }
  100% {
    transform: translateY(0);
  }
}
.fadeinup {
  animation-duration: 2s;
  animation-name: fadeInUp;
}
.fadeinup.new {
  animation-duration: 3s;
}
@keyframes fadeinup {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.prelements-heading .title-inner .title {
  position: relative;
  z-index: 1;
}
.prelements-heading.water__slide_yes span.watermark {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  position: absolute;
  -webkit-animation: anim 8s infinite;
  animation: anim 8s infinite;
  animation-direction: alternate-reverse;
  -webkit-animation-timing-function: linear;
  /* Chrome, Safari, Opera */

  animation-timing-function: linear;
  z-index: -1;
  opacity: 1 !important;
}
@-webkit-keyframes braintech-loader-anim {
  0% {
    opacity: 1;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
  }
  70% {
    opacity: .5;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  95% {
    opacity: 0;
  }
}
@-moz-keyframes braintech-loader-anim {
  0% {
    opacity: 1;
    -moz-transform: scale(0.1);
    transform: scale(0.1);
  }
  70% {
    opacity: .5;
    -moz-transform: scale(1);
    transform: scale(1);
  }
  95% {
    opacity: 0;
  }
}
@-o-keyframes braintech-loader-anim {
  0% {
    opacity: 1;
    -o-transform: scale(0.1);
    transform: scale(0.1);
  }
  70% {
    opacity: .5;
    -o-transform: scale(1);
    transform: scale(1);
  }
  95% {
    opacity: 0;
  }
}
@keyframes braintech-loader-anim {
  0% {
    opacity: 1;
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -o-transform: scale(0.1);
    transform: scale(0.1);
  }
  70% {
    opacity: .5;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  95% {
    opacity: 0;
  }
}
@-webkit-keyframes anim {
  from {
    left: -100%;
  }
  to {
    left: 100%;
  }
}
@keyframes anim {
  from {
    left: -100%;
  }
  to {
    left: 100%;
  }
}

.blog-item ul li{
  font-size: 16px;
  position: relative;
  padding-bottom: 10px;
  color: #ffffff;
}

.blog-item ul li i.fa-circle{
  color: #00aeef;
  padding-right: 5px;
  font-size: 6px;
  position: absolute;
  top: 10px;
  left: -10px;
}

.leisa-section h2{
  color: #ffffff;
  margin-left: -10px;
  margin-bottom: 0;
}

.leisa-section ul li{

  font-size: 16px;
  position: relative;
  padding-bottom: 10px;
  color: #ffffff;

}

.leisa-section ul li i.fa-circle{
  color: #ffffff;
  padding-right: 5px;
  font-size: 6px;
  position: absolute;
  top: 10px;
  left: -10px;
}

.leisa-column{
  text-align: right;
}

.leisa{
  width: 100%;
  margin-right: 0;
  z-index: 2;
  position: relative;
  margin-bottom: 0;
}

.leisa-blue-box{
  text-align: left;
  background-color: #00aeef;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: 1;
}

@media screen and (min-width: 1200px){
.leisa{
  position: absolute;
  bottom: 0;
  width: 100%;
  right: 0;
}

.leisa-blue-box{
  width: 100%;
  position: absolute; right: 0; bottom: 100px;
}
}

@media screen and (min-width: 1600px){
.leisa{
  width: 90%;
}
.leisa-blue-box{
  width: 80%;
}
}

@media screen and (min-width: 1800px){
.leisa{
  width: 80%;
}
}