@charset "UTF-8";

/*--------------------------------------------------------------
	>>> TABLE OF CONTENTS:
	----------------------------------------------------------------
	# Header CSS
		* Style-1
		* Style-2
		* Style-3
	# Page Header
	# Banner
		*Style-1
		*Style-2
        *Style-3
    #feature
	# About
		* Style-1
		* Style-2
		* Style-3
	# Service
		* Style-1
	# sponsor
		* Style-1
		* Style-2
	# event-schedule
		* Style-1
		* Style-2
		* Style-3
		* Style-4
	# speaker
		* Style-1
		* Style-2
	# event-speaker
	# speaker-profile
	# gallery-section
		* Style-1
		* Style-2
	# pricing-section
		* Style-1
		* Style-2
		* Style-3
	# faq-section
		* Style-1
		* Style-2
	# testimonial-section
		* Style-1
		* Style-2
		* Style-3
		* Style-4
	# blog-section
		* Style-1
		* Style-2
		* Style-3
		* Style-4
	# contact-section
		* Style-1
		* Style-2
	# gmap-section
		* Style-1
		* Style-2
		* Style-3
		* Style-4
	# newevent
	# achivement section
		* Style-1
		* Style-2
	# counreup section
	# management section
	# sponsor-opportunity
	# masonary section
	# event-venue
	# business-conference
	# business-timeline
	# register-section
	# 404 section
    # Fore Zero Page

    # Typography
    # Global CSS


>>> TABLE OF CONTENTS END:
@@@@@@@@@@@@@@@@@@@@@@ */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");
.header-logo a {
  display: inline-block;
}

.header-bottom {
  background-color: transparent;
  position: relative;
  z-index: 9;
}
.header-bottom.menu-fixed {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9;
}

.blog-header .header-bottom {
  position: absolute;
  width: 100%;
  padding: 10px 0;
}

.primary-menu {
  z-index: 11;
  animation-name: fadeInDown;
  animation-duration: 0.1s;
  animation-fill-mode: both;
  position: fixed;
  top: 0;
  transition: all 0.3s ease;
  width: 100%;
  text-align: center;
  display: block;
  background: transparent;
}
.primary-menu .menu-area .logo {
  padding: 10px 0;
  outline: none;
}
.primary-menu .menu-area .logo img:first-child {
  display: none;
}
.primary-menu .menu-area .main-menu {
  list-style: none;
  margin: 0;
  justify-content: center;
}
.primary-menu .menu-area .main-menu li {
  padding: 0;
  position: relative;
}
.primary-menu .menu-area .main-menu li a {
  color: #383a50;
/*  padding: 38px 10px;*/
  padding: 18px 0px;
  display: inline-block;
  margin: 0 10px;
  font-weight: 400;
  position: relative;
 
  outline: none;
}
span.con2 {
    font-weight: 600;
    color: #6e017e;
    font-size: 39px;
}
.primary-menu .menu-area .main-menu li.active > a {
  color: #6e0c79;
}
.primary-menu .menu-area .main-menu li:hover > a {
  text-decoration: none;
}
.primary-menu .menu-area .main-menu li ul {
  margin: 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  background-color: #fff;
  width: 270px;
  padding: 15px 30px;
  border-radius: 6px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.primary-menu .menu-area .main-menu li ul li {
  position: relative;
  list-style: none;
  float: none;
  border-bottom: 1px solid #ededed;
}
.primary-menu .menu-area .main-menu li ul li:last-child {
  border-bottom: none;
}
.primary-menu .menu-area .main-menu li ul li a {
  padding: 15px 0;
  color: #3f485d;
  margin: 0;
  display: block;
  text-align: left;
  padding-left: 0px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.primary-menu .menu-area .main-menu li ul li a:hover {
  color: #6e0c79;
  background-color: #fff;
  padding-left: 15px;
}
.primary-menu .menu-area .main-menu li ul li ul {
  left: 115%;
  top: -5px;
}
.primary-menu .menu-area .main-menu li:hover > ul {
  z-index: 1;
  opacity: 1;
  visibility: visible;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.1);
}
.primary-menu .menu-area .main-menu ul li.active a {
  color: #6e0c79;
}
.primary-menu.sticky-nav {
  background: #fff !important;
  box-shadow: 0 0 10px -1px rgba(0, 0, 0, 0.1);
  top: -102px;
}
.primary-menu.sticky-nav.nav-down {
  top: 0;
}
.primary-menu.sticky-nav .menu-area .logo {
  padding: 17px 0;
  outline: none;
}
.primary-menu.sticky-nav .menu-area .logo img:first-child {
  display: block;
}
.primary-menu.sticky-nav .menu-area .logo img:last-child {
  display: none;
}
.primary-menu.sticky-nav .menu-area .main-menu li a {
  color: #3f485d;
}
.primary-menu.sticky-nav .menu-area .main-menu li.active > a {
  color: #6e0c79;
}
.primary-menu.sticky-nav .menu-area .main-menu li ul li.active a:hover {
  color: #6e0c79;
}
.primary-menu.sticky-nav .menu-area .main-menu li.reg-head > a {
  color: #fff;
}

.nav-up {
  top: -102px;
}

.style-2 .header-top {
  background: #383a50;
  overflow: hidden;
}
.style-2 .header-top .htop-area {
  justify-content: space-between;
  padding: 10px 0;
}
.style-2 .header-top .htop-area .htop-left {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.style-2 .header-top .htop-area .htop-left li {
  list-style: none;
  margin-right: 15px;
}
.style-2 .header-top .htop-area .htop-left li a {
  color: #fff;
  display: inline-block;
  outline: none;
}
.style-2 .header-top .htop-area .htop-left li a:hover {
  color: #6e0c79;
}
.style-2 .header-top .htop-area .htop-right {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.style-2 .header-top .htop-area .htop-right li {
  list-style: none;
  margin-left: 15px;
}
.style-2 .header-top .htop-area .htop-right li a {
  color: #fff;
  display: inline-block;
  outline: none;
}
.style-2 .header-top .htop-area .htop-right li a:hover {
  color: #6e0c79;
}
.style-2 .header-bottom .primary-menu {
  background: #fff;
  position: static;
  transition: all 0.3s ease;
}
.style-2 .header-bottom .primary-menu.nav-up {
  top: -16px;
  position: fixed;
}
.style-2 .header-bottom .primary-menu.sticky-nav.nav-down {
  top: 0;
  position: fixed;
}
.style-2 .header-bottom .primary-menu .menu-area .main-menu li.active > a {
  color: #6e0c79;
}
.style-2 .header-bottom .primary-menu .menu-area .main-menu li.active > ul li.active:hover a {
  color: #383a50;
}
.style-2 .header-bottom .primary-menu .menu-area .main-menu li a {
  color: #383a50;
}
.style-2 .header-bottom .primary-menu .menu-area .main-menu li.head-contact {
 /* border-left: 1px solid #ededed;*/
  margin-left: 15px;
}
.style-2 .header-bottom .primary-menu .menu-area .main-menu li.head-contact i {
  color: #6e0c79;

  margin-right:10px;
}
.style-2 .header-bottom .primary-menu .menu-area .main-menu li.head-contact i.fas.fa-phone {
     transform: rotate(120deg);
}
.style-3 .header-bottom .primary-menu {
    background: #fff;
    position: fixed;
    top: 0;
}
.style-3 .header-bottom .primary-menu.nav-up {
  top: -102px;
  position: fixed;
}
.style-3 .header-bottom .primary-menu.sticky-nav.nav-down {
  top: 0;
  position: fixed;
}
.style-3 .header-bottom .primary-menu .menu-area .main-menu li.active > a {
  color: #6e0c79;
}
.style-3 .header-bottom .primary-menu .menu-area .main-menu li.active > ul li.active:hover a {
  color: #383a50;
}
.style-3 .header-bottom .primary-menu .menu-area .main-menu li a {
  color: #383a50;
}
.style-3 .header-bottom .primary-menu .menu-area .main-menu li.reg-head a {
  color: #fff;
}

.page-header-section {
  height: 460px;
}
.page-header-section.style-1 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 0;
  margin: 0;
  border: none;
  overflow: hidden;
}
.page-header-section.style-1 .overlay {
  background: rgba(20, 20, 23, 0.8);
  height: 100%;
}
.page-header-section.style-1 .overlay .page-header-content {
  position: absolute;
  width: 100%;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
}
.page-header-section.style-1 .overlay .page-header-content .page-header-content-inner {
  text-align: center;
}
.page-header-section.style-1 .overlay .page-header-content .page-header-content-inner .breadcrumb {
  justify-content: center;
}
.page-header-section.style-1 .overlay .page-header-content .page-header-content-inner .breadcrumb li {
  color: #f2f2f2;
  font-size: 1rem;
  margin: 0 5px;
  text-transform: capitalize;
}
.page-header-section.style-1 .overlay .page-header-content .page-header-content-inner .breadcrumb li:first-child {
  display: none;
}
@media (min-width: 576px) {
  .page-header-section.style-1 .overlay .page-header-content .page-header-content-inner .breadcrumb li:first-child {
    display: block;
  }
}
.page-header-section.style-1 .overlay .page-header-content .page-header-content-inner .breadcrumb li.active {
  font-weight: 400;
  margin-left: 10px;
}
.page-header-section.style-1 .overlay .page-header-content .page-header-content-inner .breadcrumb li a {
  color: #f2f2f2;
  font-weight: 600;
  position: relative;
  padding: 0 5px;
  outline: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-header-section.style-1 .overlay .page-header-content .page-header-content-inner .breadcrumb li a:hover {
  color: #6e0c79;
}
.page-header-section.style-1 .overlay .page-header-content .page-header-content-inner .breadcrumb li a:hover::before {
  border-color: #6e0c79;
}
.page-header-section.style-1 .overlay .page-header-content .page-header-content-inner .breadcrumb li a::before {
  color: #fff;
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 1.5px solid #fff;
  border-right: 1.5px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  top: 50%;
  right: -3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-header-section.style-1 .overlay .page-header-content .page-header-content-inner .page-title .title-text {
  font-size: 24px;
  line-height: 3.125rem;
  color: #fff;
  text-transform: capitalize;
  font-weight: 600;
}
@media (min-width: 768px) {
  .page-header-section.style-1 .overlay .page-header-content .page-header-content-inner .page-title .title-text {
    font-size: 3.5rem;
    line-height: 4.125rem;
  }
}
.page-header-section.style-1 .overlay .page-header-content .page-header-content-inner .page-title .title-text span {
  color: #6e0c79;
}
.page-header-section.style-1 .overlay .page-header-content .page-header-content-inner .page-title p {
  color: #fff;
  font-size: 18px;
  line-height: 1.625rem;
  text-transform: capitalize;
  margin-bottom: 0;
}
.page-header-section.style-2 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 0;
  margin: 0;
  border: none;
  overflow: hidden;
  height: calc(620px - 101px);
}
.page-header-section.style-2 .page-header-content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
.page-header-section.style-2 .page-header-content .page-header-content-inner {
  margin: 0 auto;
}
@media (min-width: 576px) {
  .page-header-section.style-2 .page-header-content .page-header-content-inner {
    justify-content: center;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .page-header-section.style-2 .page-header-content .page-header-content-inner {
    justify-content: space-between;
    display: flex;
    align-items: center;
  }
}
.page-header-section.style-2 .page-header-content .page-header-content-inner .speaker {
  text-align: center;
}
@media (min-width: 576px) {
  .page-header-section.style-2 .page-header-content .page-header-content-inner .speaker {
    display: flex;
    align-items: center;
    text-align: left;
  }
    
}
@media (min-width: 576px) {
  .page-header-section.style-2 .page-header-content .page-header-content-inner .speaker .speaker-content {
    padding-left: 30px;
  }
}
.page-header-section.style-2 .page-header-content .page-header-content-inner .speaker .speaker-content a {
  display: inline-block;
  outline: none;
  color: #fff;
  font-weight: 600;
  font-size: 2rem;
  font-family: "Poppins", sans-serif;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-header-section.style-2 .page-header-content .page-header-content-inner .speaker .speaker-content a:hover {
  color: #6e0c79;
}
.page-header-section.style-2 .page-header-content .page-header-content-inner .speaker .speaker-content p {
  color: #fff;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
}
.page-header-section.style-2 .page-header-content .page-header-content-inner .page-social .social-link-list {
  justify-content: center;
}
.page-header-section.style-3 {
  height: calc(1000px - 101px);
}
@media (min-width: 992px) {
  .page-header-section.style-3 {
    height: 820px;
  }
}
.page-header-section.style-3 .page-header-content-inner {
  text-align: center;
}
@media (min-width: 768px) {
  .page-header-section.style-3 .page-header-content-inner {
    display: block !important;
  }
}
@media (min-width: 992px) {
  .page-header-section.style-3 .page-header-content-inner {
    justify-content: space-between !important;
    display: flex !important;
    align-items: center !important;
    text-align: left;
  }
}
.page-header-section.style-3 .page-header-content-inner .register-title h2 {
  color: #fff;
  font-size: 32px;
  line-height: 1;
}
@media (min-width: 992px) {
  .page-header-section.style-3 .page-header-content-inner .register-title h2 {
    font-size: 62px;
  }
}
.page-header-section.style-3 .page-header-content-inner .register-title p {
  color: #fff;
}
.page-header-section.style-3 .page-header-content-inner .register-border {
  border: 6px solid rgba(255, 255, 255, 0.5);
  border-radius: 12px;
  margin-top: 40px;
}
@media (min-width: 992px) {
  .page-header-section.style-3 .page-header-content-inner .register-border {
    margin-top: 0;
  }
}
.page-header-section.style-3 .page-header-content-inner .register-border .register-form {
  background: #383a50;
  padding: 40px;
  border-radius: 12px;
}
@media (min-width: 992px) {
  .page-header-section.style-3 .page-header-content-inner .register-border .register-form {
    margin-top: 0px;
  }
}
.page-header-section.style-3 .page-header-content-inner .register-border .register-form .form-title {
  text-align: center;
  margin-bottom: 30px;
}
.page-header-section.style-3 .page-header-content-inner .register-border .register-form .form-title h5 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 15px;
}
.page-header-section.style-3 .page-header-content-inner .register-border .register-form .form-title p {
  color: #fff;
  margin-bottom: 0;
}
.page-header-section.style-3 .page-header-content-inner .register-border .register-form input {
  margin-bottom: 10px;
  border: 1px solid #ededed;
}
.page-header-section.style-3 .page-header-content-inner .register-border .register-form select#place {
  width: 100%;
  padding: 0.75rem 0.4375rem;
  border: 1px solid #ededed;
  outline: none;
  margin-bottom: 20px;
}
.page-header-section.style-3 .page-header-content-inner .register-border .register-form [type=submit] {
  width: 100%;
  background: #6e0c79;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-header-section.style-3 .page-header-content-inner .register-border .register-form [type=submit]:hover {
  background: #fff;
  color: #6e0c79;
}
.page-header-section.style-4 .page-title {
  text-align: center;
}
.page-header-section.style-4 .page-title .catagory {
  font-weight: 600;
  font-size: 0.8125rem;
  color: #fff;
  background: #6e0c79;
  padding: 9px 34px;
  outline: none;
  display: inline-block;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-header-section.style-4 .page-title .catagory:hover {
  background: #fff;
  color: #6e0c79;
}
.page-header-section.style-4 .page-title h2 {
  color: #fff;
}
@media (min-width: 1200px) {
  .page-header-section.style-4 .page-title h2 {
    font-size: 86px;
    line-height: 78px;
  }
}
.page-header-section.style-4 .page-title p {
  color: #fff;
  font-weight: 600;
  font-size: 1.25rem;
  margin-bottom: 0;
}

.banner {
  height: 100vh;
}

.banner-left {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (min-width: 992px) {
  .banner-left {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .banner-left .banner-lc {
    max-width: 490px;
  }
}

.banner-right {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner h2 {
  font-size: 30px;
}
@media (min-width: 768px) {
  .banner h2 {
    font-size: 3.95rem;
  }
}
@media (min-width: 1400px) {
  .banner h2 {
    font-size: 60px;
  }
}

.banner-lc {
  text-align: center;
}
@media (min-width: 1200px) {
  .banner-lc {
    text-align: left;
  }
}
.banner-lc .banner-left-content .btn-defult {
  margin-top: 40px;
  animation: animate 2s linear infinite;
}
.banner-lc p {
  color: #7f7f7f;
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .banner-lc p {
    color: #06163a;
  }
}

.banner-lc-bottom {
  position: absolute;
  margin: 0;
  bottom: 5%;
  width: 100%;
}
.banner-lc-bottom span {
  list-style: none;
  font-weight: 600;
  font-size: 20px;
}
.banner-lc-bottom span span {
  font-size: 18px;
}

.banner-rc-bottom {
  display: none;
}
@media (min-width: 576px) {
  .banner-rc-bottom {
    position: absolute;
    bottom: 5%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
.banner-rc-bottom .banner-rcb-icon {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  line-height: 55px;
  text-align: center;
  background-color: #6e0c79;
  opacity: 0.99;
  float: left;
  margin-right: 20px;
}
.banner-rc-bottom .banner-rcb-icon i {
  color: #fff;
}
.banner-rc-bottom p {
  color: #fff;
  margin-bottom: 0;
}

.bgLayer {
  text-align: center;
  width: 80px;
  height: 0px;
  position: relative;
  transform: scale(0.6);
  float: left;
}
.bgLayer canvas {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
}

.topLayer {
  width: 75px;
  height: 75px;
  border: 30px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.clock-list {
  width: 280px;
  overflow: hidden;
}

.clock-df {
  display: flex;
  align-items: center;
  height: 75px;
}

.text {
  align-items: center;
  display: flex;
}

.val {
  font-weight: 600;
  font-size: 36px;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

.time-text {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  padding-left: 10px;
}
.gap{
    gap:1rem;
}
.clock-list:nth-child(1) .bgLayer .topLayer {
  background-color: #dec32b;
}

.clock-list:nth-child(2) .bgLayer .topLayer {
  background-color: #f53b57;
}

.clock-list:nth-child(3) .bgLayer .topLayer {
  background-color: #0be881;
}

.clock-list:nth-child(4) .bgLayer .topLayer {
  background-color: #0fbcf9;
}

.clock-list:nth-child(1) .text .val {
  color: #dec32b;
}

.clock-list:nth-child(2) .text .val {
  color: #f53b57;
}

.clock-list:nth-child(3) .text .val {
  color: #0be881;
}

.clock-list:nth-child(4) .text .val {
  color: #0fbcf9;
}

.banner-df {
  height: 100vh;
  background-size: cover;
  background-position: 0% 100%;
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 600px) {
  .banner-df {
    height: 700px;
  }
}
@media (min-width: 1200px) {
  .banner-df {
    height: 940px;
  }
}
.banner-df .banner {
  display: flex;
  align-items: center;
}
.banner-df .banner .banner-lc {
  z-index: 1;
}
@media (max-width: 767px) {
  .banner-df .banner .banner-lc {
    margin-top: -375px;
  }
}
.banner-df .banner .banner-lc .btn-defult {
  margin-top: 40px;
  border-radius: 50px;
  box-shadow: 0 4px 15px 1px rgba(253, 61, 107, 0.5);
}
.banner-df .banner .banner-lc .btn-defult:hover {
  color: #6e0c79 !important;
  background: #fff !important;
}

.banner-svg img {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  fill: #fff;
}
.title-mini:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 35%;
    width: 160px;
    height: 4px;
    background: #6e0c79;
}
.banner-section.style-3 {
/*    height: 68vh;
*/    background: center;
    background: #6e0c79;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
    padding:60px 0px;
}
.main4 h4 {
   
    font-size: 25px!important;
}
.d-flex.main4 {
    gap: 13px;
}
.w-50 {
    width: 57% !important;
}
/*.banner-section.style-3 .banner-content-area {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translateY(-50%) translateX(-50%);
}*/
.banner-section.style-3 .banner-content-area .banner-content {
  text-align: center;
}
    .banner-section.style-3 .banner-content-area .banner-content h1 {
        color: #fff;
        margin-top: 0;
        font-size: 41px;
    }
@media (max-width: 1500px) {
    .ban-img img {
        width: 228px !important;
    }
    .lineb h4:after {
        content: "";
        position: absolute;
        background: #fff;
        width: 3px;
        height: 65px;
        left: 265px!important;
        top: 4px;
        display:none
    }
    .banner-content h4 {
        font-size: 20px!important;
        color: #ffffff;
        margin-bottom: -2px!important;
    }

    .banner-section.style-3 .banner-content-area .banner-content h1 {
        font-size: 46px;
    }
}
    @media (min-width: 768px) {
      /*  .banner-content h4 {
            font-size: 20px;
            color: #ffffff;
        }*/

       
    }

.banner-section.style-3 .banner-content-area .banner-content span {
    color: #fff;
    line-height: 1.625rem;
    padding-top: 16px;
}

    .banner-section.style-3 .banner-content-area .banner-content .banner-search {
        max-width: 730px;
        margin: 0 auto;
        position: relative;
    }

        .banner-section.style-3 .banner-content-area .banner-content .banner-search input {
            margin: 0;
            padding: 24px;
            border-radius: 50px;
            margin-bottom: 40px;
            margin-top: 30px;
        }

        .banner-section.style-3 .banner-content-area .banner-content .banner-search i {
            position: absolute;
            top: 0;
            right: 0;
            padding: 27px;
            color: #383a50;
            font-size: 1.25rem;
            cursor: pointer;
        }

        .banner-section.style-3 .banner-content-area .banner-content .banner-search .btn-defult {
            outline: none;
            padding: 20px 35px;
        }

    .banner-section.style-4 {
        background: url(../images/banner/02.png) #fff;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        height: 100vh;
        position: relative;
        overflow: hidden;
    }

        .banner-section.style-4 .overlay {
            display: none;
        }

    @media (min-width: 992px) {
        .banner-section.style-4 .overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.4);
        }
    }

    .banner-section.style-4 .video {
        display: none;
    }

    @media (min-width: 992px) {
        .banner-section.style-4 .video {
            width: 110%;
            vertical-align: baseline;
            display: inline-block;
        }
    }

    .banner-section.style-4 .banner-content-area {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        transform: translateY(-50%) translateX(-50%);
    }

        .banner-section.style-4 .banner-content-area .banner-content {
            text-align: center;
        }

            .banner-section.style-4 .banner-content-area .banner-content h5 {
                color: #fff;
                margin-top: 0;
            }

            .banner-section.style-4 .banner-content-area .banner-content span {
                color: #fff;
                font-size: 24px;
                font-weight: 600;
                margin-bottom: 40px;
                margin-top: 10px;
                display: block;
            }

    @media (min-width: 768px) {
        .banner-section.style-4 .banner-content-area .banner-content span {
            font-size: 36px;
        }
    }

    @media (min-width: 992px) {
        .banner-section.style-4 .banner-content-area .banner-content span {
            font-size: 3.5rem;
        }
    }

    .banner-section.style-4 .banner-content-area .banner-content .btn-defult {
        outline: none;
        padding: 20px 35px;
        position: relative;
    }

        .banner-section.style-4 .banner-content-area .banner-content .btn-defult i {
            position: absolute;
            top: 50%;
            left: 10px;
            width: 20px;
            height: 20px;
            padding: 3px;
            color: #6e0c79;
            background: #fff;
            font-size: 0.875rem;
            cursor: pointer;
            line-height: 13px;
            border-radius: 50%;
            transform: translateY(-50%);
        }

    .banner-bottom-sponsors {
        overflow: hidden;
        transform: translateY(-130px);
    }

    @media (max-width: 767px) {
        .banner-bottom-sponsors {
            display: none;
        }
    }

    .banner-bottom-sponsors img {
        text-align: center;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        margin: 5px;
    }

        .banner-bottom-sponsors img:hover {
            -webkit-filter: grayscale(0%);
            filter: grayscale(0%);
        }

    .conferench-section {
        position: relative;
        overflow: hidden;
        padding: 0;
        padding-top: 40px;
        z-index: 1;
    }

    @media (min-width: 1200px) {
        .conferench-section .conferench-area {
            position: absolute;
            width: 100%;
            z-index: 1;
        }
    }

    .conferench-section .conferench-area .conferench-counter {
        background: url(../images/banner/bgc.png);
        box-shadow: 0px 12px 45px 0px rgba(6, 22, 58, 0.24);
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        border-radius: 12px;
        padding: 60px 0;
    }

    @media (min-width: 768px) {
        .conferench-section .conferench-area .conferench-counter {
            box-shadow: 0px 24px 60px 0px rgba(6, 22, 58, 0.24);
        }
    }

    .conferench-section .conferench-area .conferench-counter .conferench-bcl {
        width: 100%;
        padding: 0px 40px;
        text-align: center;
        position: relative;
        padding-top: 15px;
    }

    @media (min-width: 992px) {
        .conferench-section .conferench-area .conferench-counter .conferench-bcl {
            text-align: left;
            width: 40%;
            padding: 0px 60px;
            padding-top: 0;
        }
    }

    .conferench-section .conferench-area .conferench-counter .conferench-bcl::before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 1px;
        height: 100%;
        background: #ededed;
    }

    .conferench-section .conferench-area .conferench-counter .conferench-bcl h3 {
        text-transform: capitalize;
        margin-top: 0;
    }

    .conferench-section .conferench-area .conferench-counter .conferench-bcl p {
        max-width: 400px;
        color: #3f485d;
        margin: auto;
        line-height: 1.625rem;
    }

    @media (min-width: 992px) {
        .conferench-section .conferench-area .conferench-counter .conferench-bcl p {
            margin: 0;
        }
    }

    .conferench-section .conferench-area .conferench-counter .conferench-bcl .btn-defult {
        margin-top: 30px;
        padding: 15px 29px;
        background: transparent;
        color: #6e0c79;
        border: 2px solid #6e0c79;
    }

        .conferench-section .conferench-area .conferench-counter .conferench-bcl .btn-defult:hover {
            background: #6e0c79;
            color: #fff;
        }

    .conferench-section .conferench-area .conferench-counter .conferench-bcr {
        width: 100%;
        padding-bottom: 15px;
        text-align: center;
    }

    @media (min-width: 992px) {
        .conferench-section .conferench-area .conferench-counter .conferench-bcr {
            width: 60%;
            padding-bottom: 0;
        }
    }

    .conferench-section .conferench-area .conferench-counter .conferench-bcr .countdown {
        justify-content: space-evenly;
        margin: 0;
    }

        .conferench-section .conferench-area .conferench-counter .conferench-bcr .countdown li {
            list-style: none;
            font-weight: 600;
            font-size: 3.75rem;
            margin: 0 32px;
            padding-top: 0;
            position: relative;
        }

    @media (min-width: 576px) {
        .conferench-section .conferench-area .conferench-counter .conferench-bcr .countdown li::after {
            position: absolute;
            content: ":";
            top: 0;
            right: -40px;
            transform: translateY(3px);
            font-size: 3rem;
            color: #ededed;
        }
    }

    .conferench-section .conferench-area .conferench-counter .conferench-bcr .countdown li p {
        margin-bottom: 0;
        text-align: center;
        text-transform: uppercase;
        font-size: 1rem;
        font-weight: 400;
    }

    .conferench-section .conferench-area .conferench-counter .conferench-bcr .countdown :nth-child(1) .count-number {
        color: #d02467;
    }

    .conferench-section .conferench-area .conferench-counter .conferench-bcr .countdown :nth-child(2) .count-number {
        color: #f52d3a;
    }

    .conferench-section .conferench-area .conferench-counter .conferench-bcr .countdown :nth-child(3) .count-number {
        color: #fe672e;
    }

    .conferench-section .conferench-area .conferench-counter .conferench-bcr .countdown :nth-child(4) .count-number {
        color: #febe26;
    }

    .conferench-section .conferench-area .conferench-counter .conferench-bcr .countdown :nth-child(4)::after {
        display: none;
    }

    .conferench-section .ticker {
        font-weight: 600;
        font-size: 100px;
        color: #ededed;
        position: relative;
    }

    @media (min-width: 1200px) {
        .conferench-section .ticker {
            font-size: 242px;
            margin-top: 180px;
        }
    }

    .conferench-section .ticker:after {
        position: absolute;
        content: "";
        background-image: url(../images/pattan.png);
        top: 50%;
        left: 0;
        width: 100%;
        height: 75px;
        transform: translateY(-50%);
    }

    .event-section {
        padding-top: 0;
        position: relative;
        overflow: hidden;
    }

        .event-section .section-header h2 {
            margin-top: 0;
        }

        .event-section .section-header p {
            font-weight: 400;
            color: #3f485d;
            font-size: 1.25rem;
            margin-bottom: 0;
        }

        .event-section .section-wrapper {
            position: relative;
        }

            .event-section .section-wrapper::after {
                position: absolute;
                content: "";
                top: 30px;
                left: -180px;
                background: url(../images/event/pattan.png);
                width: 100%;
                height: 100%;
                background-repeat: no-repeat;
            }

            .event-section .section-wrapper .event-ls {
                position: relative;
                z-index: 1;
            }

                .event-section .section-wrapper .event-ls .event-item {
                    padding: 30px 40px;
                    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
                    margin: 30px 0;
                    border-radius: 5px;
                    background: #fff;
                }

                    .event-section .section-wrapper .event-ls .event-item .event-icon {
                        padding-right: 20px;
                    }

                    .event-section .section-wrapper .event-ls .event-item .event-content h6 {
                        margin: 0;
                        font-size: 1.25rem;
                        line-height: 29px;
                    }

                    .event-section .section-wrapper .event-ls .event-item .event-content p {
                        margin-bottom: 0;
                        font-size: 18px;
                    }

            .event-section .section-wrapper .event-rs img {
                box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
            }

            .event-section .section-wrapper .event-rs .mouse-bg {
                left: 0;
                right: 0;
                bottom: 0;
                top: 0px;
                position: fixed;
            }

                .event-section .section-wrapper .event-rs .mouse-bg :hover {
                    top: 100px;
                }

    .banner-shape {
        position: absolute;
        z-index: 1;
        top: 10%;
        right: 0;
    }

    @media (max-width: 767px) {
        .banner-shape {
            top: 60%;
        }
    }

    @media (min-width: 768px) and (max-width: 1199px) {
        .banner-shape {
            display: none;
        }
    }

    #feature-pic {
        padding-bottom: 40px;
    }

    @media (min-width: 992px) {
        #feature-pic {
            padding-bottom: 0;
            padding-right: 30px;
        }
    }

    .feature-rs h3 {
        margin-top: 0;
        padding-bottom: 10px;
    }

    .feature-rsb {
        padding: 15px 0;
        justify-content: center;
    }

        .feature-rsb .btn-defult {
            margin-top: 30px;
        }

            .feature-rsb .btn-defult:hover {
                background: #fff;
                color: #6e0c79;
                box-shadow: 0 4px 15px 1px rgba(253, 61, 107, 0.5);
            }

        .feature-rsb .rsb-list {
            margin: 20px 0;
        }

            .feature-rsb .rsb-list .rsb-icon {
                width: 60px;
                height: 60px;
                line-height: 60px;
                border-radius: 50%;
                background: #dec32b;
                color: #fff;
                text-align: center;
            }

            .feature-rsb .rsb-list .rsb-icon-content {
                display: flex;
                width: calc(100% - 60px);
                align-items: center;
            }

            .feature-rsb .rsb-list .counter {
                font-family: "Roboto", sans-serif;
                font-size: 30px;
                font-weight: 600;
                padding-left: 15px;
            }

            .feature-rsb .rsb-list .plus-icon {
                font-size: 30px;
                font-weight: 600;
            }

            .feature-rsb .rsb-list p {
                margin-bottom: 0;
                padding-left: 15px;
            }

                .feature-rsb .rsb-list p span {
                    font-weight: 600;
                }

        .feature-rsb :nth-child(2) .rsb-icon {
            background: #6e0c79;
        }

        .feature-rsb :nth-child(3) .rsb-icon {
            background: #0be881;
        }

    .about-section.style-1 {
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }

        .about-section.style-1 .format-video {
            position: relative;
            margin-bottom: 40px;
        }

    @media (min-width: 992px) {
        .about-section.style-1 .format-video {
            margin-bottom: 0;
        }
    }

    .about-section.style-1 .format-video img {
        width: 100%;
        display: block;
    }

    .about-section.style-1 .format-video .icon {
        width: 86px;
        height: 86px;
        line-height: 86px;
        font-size: 20px;
        background: rgba(255, 255, 255, 0.6);
        text-align: center;
        color: #6e0c79;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        animation: animate 3s linear infinite;
        outline: none;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .about-section.style-1 .format-video .icon:hover {
            background: #6e0c79;
            color: #fff;
        }

    @media (min-width: 992px) {
        .about-section.style-1 .about-content {
            padding-left: 30px;
        }
    }

    .about-section.style-1 .about-content span {
        font-size: 18px;
        font-weight: 500;
        color: #383a50;
    }

    .about-section.style-1 .about-content h2 {
        margin-bottom: 20px;
    }

    .about-section.style-1 .about-content .btn-defult {
        background: #383a50;
        margin-top: 30px;
        padding: 20px 37px;
        animation: animate 3s linear infinite !important;
    }

        .about-section.style-1 .about-content .btn-defult:hover {
            color: #fff;
            background: #6e0c79;
        }

    .about-section.style-1 .about-counter {
        background: #fff;
        border-radius: 6px;
        transform: translateY(100px);
        padding: 40px;
        box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
        z-index: 1;
        position: relative;
    }

        .about-section.style-1 .about-counter .rsb-list {
            text-align: center;
        }

    @media (min-width: 768px) {
        .about-section.style-1 .about-counter .rsb-list {
            width: calc(100% / 3);
        }
    }

    .about-section.style-1 .about-counter .rsb-list .rsb-icon {
        margin: 0 auto;
        margin-bottom: 25px;
    }

    .about-section.style-1 .about-counter .rsb-list .counter {
        padding-left: 0;
    }

    .about-section.style-2 .section-header {
        text-align: left;
    }

        .about-section.style-2 .section-header p {
            margin-bottom: 15px;
            font-weight: 400;
            font-family: "Roboto", sans-serif;
            font-size: 18px;
            display: inline-block;
        }

        .about-section.style-2 .section-header h2 {
            padding: 0;
            margin-bottom: 0;
        }

            .about-section.style-2 .section-header h2:after, .about-section.style-2 .section-header h2:before {
                display: none;
            }

    .about-section.style-2 .section-wrapper .about-item-left .about-counter .rsb-list {
        text-align: center;
    }

    @media (min-width: 768px) {
        .about-section.style-2 .section-wrapper .about-item-left .about-counter .rsb-list {
            border-right: 1px solid #ededed;
            flex-basis: 200px;
        }

            .about-section.style-2 .section-wrapper .about-item-left .about-counter .rsb-list:last-child {
                border-right: none;
            }
    }

    .about-section.style-2 .section-wrapper .about-item-left .about-counter .rsb-list .rsb-icon {
        margin: auto;
        margin-bottom: 20px;
    }

    .about-section.style-2 .section-wrapper .about-item-left .about-counter .rsb-list .counter {
        padding-left: 0;
    }

    .about-section.style-2 .section-wrapper .about-item-left .about-counter .rsb-list p {
        padding-left: 0;
    }

    .about-section.style-2 .section-wrapper .about-item-right .about-item-slider {
        overflow: hidden;
    }

        .about-section.style-2 .section-wrapper .about-item-right .about-item-slider .about-thumb img {
            width: 100%;
            display: block;
        }

        .about-section.style-2 .section-wrapper .about-item-right .about-item-slider .about-item-pagination {
            background: #6e0c79;
            max-width: 80%;
            margin: 0 auto;
            padding: 10px 0;
            border-radius: 3px;
            transform: translateY(-20px);
            text-align: center;
        }

    .about-section.style-3 .format-video {
        position: relative;
    }

        .about-section.style-3 .format-video::before {
            position: absolute;
            content: "";
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            -webkit-clip-path: polygon(0 0%, 100% 0, 100% 78%, 0 25%);
            clip-path: polygon(0 0%, 100% 0, 100% 78%, 0 25%);
            background: rgba(60, 43, 222, 0.83);
        }

        .about-section.style-3 .format-video .about-title {
            position: absolute;
            z-index: 1;
            top: 25%;
            left: 50%;
            transform: translateX(-50%) translateY(-50%);
            width: 100%;
            text-align: center;
            padding: 30px;
        }

            .about-section.style-3 .format-video .about-title h2 {
                color: #fff;
                font-size: 20px;
            }

    @media (min-width: 768px) {
        .about-section.style-3 .format-video .about-title h2 {
            font-size: 36px;
        }
    }

    .about-section.style-3 .format-video .icon {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 25px;
        background: #6e0c79;
        color: #fff;
    }

    @media (min-width: 768px) {
        .about-section.style-3 .format-video .icon {
            width: 100px;
            height: 100px;
            line-height: 100px;
            font-size: 32px;
        }
    }

    .about-section.style-3 .format-video .icon:hover {
        background: #fff;
        color: #6e0c79;
    }

    .about-section.style-3 .about-Conference {
        padding: 30px 0;
    }

    @media (min-width: 768px) {
        .about-section.style-3 .about-Conference {
            padding: 60px;
        }
    }

    @media (min-width: 1200px) {
        .about-section.style-3 .about-Conference {
            padding-top: 0;
            padding-bottom: 0;
        }
    }

    .about-section.style-3 .about-Conference .section-header {
        text-align: left;
    }

        .about-section.style-3 .about-Conference .section-header span {
            font-size: 1.125rem;
            font-weight: 400;
            font-family: "Roboto", sans-serif;
        }

        .about-section.style-3 .about-Conference .section-header h2 {
            margin-top: 15px;
            margin-bottom: 0px;
            font-size: 20px;
        }

    @media (min-width: 768px) {
        .about-section.style-3 .about-Conference .section-header h2 {
            font-size: 36px;
        }
    }

    .about-section.style-3 .about-Conference .section-header h2::after, .about-section.style-3 .about-Conference .section-header h2::before {
        display: none;
    }

    .about-section.style-3 .about-Conference .section-wrapper .Conference-item {
        display: flex;
        align-items: baseline;
    }

        .about-section.style-3 .about-Conference .section-wrapper .Conference-item .icon {
            width: 20px;
        }

        .about-section.style-3 .about-Conference .section-wrapper .Conference-item .Conference-content {
            width: calc(100% - 20px);
        }

    .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 2px;
    }

    .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }

    .about-item-pagination .swiper-pagination-bullet-active {
        opacity: 1;
        background: #fff;
    }

    .service-section.style-1 .section-header p {
        max-width: 680px;
        margin: 0 auto;
        display: inline-block;
        line-height: 1.625rem;
    }

    .service-section.style-1 .section-wrapper .b-radius {
        border-radius: 10px;
        overflow: hidden;
    }

        .service-section.style-1 .section-wrapper .b-radius .service-item .service-item-inner {
            margin: 0 15px;
        }

    @media (min-width: 1200px) {
        .service-section.style-1 .section-wrapper .b-radius .service-item .service-item-inner {
            margin: 0;
        }
    }

    .service-section.style-1 .section-wrapper .b-radius .service-item .service-item-inner .icon-thumb {
        overflow: hidden;
        margin-bottom: 30px;
    }

    .service-section.style-1 .section-wrapper .b-radius .service-item .service-item-inner .service-thumb {
        width: 100%;
        overflow: hidden;
        display: block;
    }

    @media (min-width: 768px) {
        .service-section.style-1 .section-wrapper .b-radius .service-item .service-item-inner .service-thumb {
            width: 50%;
        }
    }

    .service-section.style-1 .section-wrapper .b-radius .service-item .service-item-inner .service-thumb > img {
        width: 100%;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        display: block;
    }

        .service-section.style-1 .section-wrapper .b-radius .service-item .service-item-inner .service-thumb > img:hover {
            transform: scale(1.2);
            -webkit-filter: grayscale(50%);
        }

    .service-section.style-1 .section-wrapper .b-radius .service-item .service-item-inner .service-content {
        width: 100%;
        background: #fff;
        display: flex;
        align-items: center;
        padding: 40px 25px;
    }

    @media (min-width: 768px) {
        .service-section.style-1 .section-wrapper .b-radius .service-item .service-item-inner .service-content {
            width: 50%;
        }
    }

    .service-section.style-1 .section-wrapper .b-radius .service-item .service-item-inner .service-content:hover h5 {
        color: #6e0c79;
    }

    .service-section.style-1 .section-wrapper .b-radius .service-item .service-item-inner .service-content:hover .read-more {
        color: #6e0c79;
    }

    .service-section.style-1 .section-wrapper .service-btn {
        width: 100%;
        text-align: center;
        margin-top: 60px;
    }

        .service-section.style-1 .section-wrapper .service-btn .btn-defult {
            background: #383a50;
        }

            .service-section.style-1 .section-wrapper .service-btn .btn-defult:hover {
                background: #6e0c79;
            }

    .sponsor-section.style-1 .section-header h2 {
        margin-top: 15px;
    }

    .sponsor-section.style-1 .section-wrapper .sp-item {
        padding: 20px 0;
    }

        .sponsor-section.style-1 .section-wrapper .sp-item img {
            cursor: all-scroll;
            transition: all 0.3s ease;
        }

            .sponsor-section.style-1 .section-wrapper .sp-item img:hover {
                -webkit-filter: grayscale(100%);
                filter: grayscale(100%);
            }

    .sponsor-section.style-1 .section-wrapper .platinum {
        -webkit-border-image: url(../images/sponsor/border.png) 30 stretch;
        -o-border-image: url(../images/sponsor/border.png) 30 stretch;
        border-image: url(../images/sponsor/border.png) 30 stretch;
        border-bottom: 5px solid transparent;
    }

        .sponsor-section.style-1 .section-wrapper .platinum .sp-item {
            width: calc(100% / 1);
        }

    @media (min-width: 576px) {
        .sponsor-section.style-1 .section-wrapper .platinum .sp-item {
            width: calc(100% / 2);
        }
    }

    @media (min-width: 992px) {
        .sponsor-section.style-1 .section-wrapper .platinum .sp-item {
            width: calc(100% / 4);
        }
    }

    .sponsor-section.style-1 .section-wrapper .gold {
        -webkit-border-image: url(../images/sponsor/border.png) 30 stretch;
        -o-border-image: url(../images/sponsor/border.png) 30 stretch;
        border-image: url(../images/sponsor/border.png) 30 stretch;
        border-bottom: 5px solid transparent;
    }

        .sponsor-section.style-1 .section-wrapper .gold .sp-item {
            width: calc(100% / 1);
        }

    @media (min-width: 576px) {
        .sponsor-section.style-1 .section-wrapper .gold .sp-item {
            width: calc(100% / 3);
        }
    }

    @media (min-width: 992px) {
        .sponsor-section.style-1 .section-wrapper .gold .sp-item {
            width: calc(100% / 5);
        }
    }

    .sponsor-section.style-1 .section-wrapper .silver .sp-item {
        width: calc(100% / 1);
    }

    @media (min-width: 576px) {
        .sponsor-section.style-1 .section-wrapper .silver .sp-item {
            width: calc(100% / 3);
        }
    }

    @media (min-width: 992px) {
        .sponsor-section.style-1 .section-wrapper .silver .sp-item {
            width: calc(100% / 6);
        }
    }

    .sponsor-section.style-1 .section-wrapper .bc-sponsor {
        text-align: center;
        background: #383a50;
        padding: 40px;
        border-radius: 6px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-top: 40px;
    }

    @media (min-width: 992px) {
        .sponsor-section.style-1 .section-wrapper .bc-sponsor {
            justify-content: space-between;
            text-align: left;
            padding: 60px;
        }
    }

    .sponsor-section.style-1 .section-wrapper .bc-sponsor .sc-content {
        max-width: 550px;
    }

        .sponsor-section.style-1 .section-wrapper .bc-sponsor .sc-content p {
            margin-bottom: 0;
            color: #fff;
            line-height: 1.625rem;
        }

    .sponsor-section.style-1 .section-wrapper .bc-sponsor .sc-btn {
        text-align: center;
        width: 100%;
        margin-top: 25px;
    }

    @media (min-width: 992px) {
        .sponsor-section.style-1 .section-wrapper .bc-sponsor .sc-btn {
            max-width: 220px;
            margin-top: 0;
        }
    }

    .sponsor-section.style-1 .section-wrapper .bc-sponsor .sc-btn .btn-defult:hover {
        background: #fff !important;
        color: #6e0c79 !important;
    }

    .sponsor-section.style-2 {
        padding: 60px 0;
    }

        .sponsor-section.style-2 .section-wrapper .sponsor-slider {
            overflow: hidden;
        }

            .sponsor-section.style-2 .section-wrapper .sponsor-slider .sponsor-thumb {
                justify-content: center;
                display: flex;
                flex-wrap: wrap;
                cursor: all-scroll;
                transition: all 0.3s ease;
            }

                .sponsor-section.style-2 .section-wrapper .sponsor-slider .sponsor-thumb:hover {
                    -webkit-filter: grayscale(100%);
                    filter: grayscale(100%);
                }

    .platinum, .gold, .silver {
        overflow: hidden;
        padding: 20px 0;
        text-align: center;
        align-items: baseline;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .event-schedule.style-1 {
        background-repeat: no-repeat;
        padding-top: 0;
        background-position: top center;
    }

        .event-schedule.style-1 .section-wrapper .tab .tablinks {
            margin: 2px 0;
            width: 100%;
            background: #fff;
            color: #383a50;
            text-transform: uppercase;
            padding: 15px 0;
            position: relative;
            transition: all 0.3s ease;
        }

    @media (min-width: 992px) {
        .event-schedule.style-1 .section-wrapper .tab .tablinks {
            margin: 0 2px;
        }
    }

    @media (min-width: 992px) {
        .event-schedule.style-1 .section-wrapper .tab .tablinks::after {
            position: absolute;
            content: "";
            width: 16px;
            height: 16px;
            background: transparent;
            bottom: -7px;
            left: 50%;
            transform: translateX(-50%) rotate(45deg) scale(0);
            border-radius: 4px;
        }
    }

    .event-schedule.style-1 .section-wrapper .tab .tablinks.active {
        background: #383a50;
        color: #fff;
        padding: 20px 0;
        position: relative;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        opacity: 1;
    }

        .event-schedule.style-1 .section-wrapper .tab .tablinks.active::after {
            background: #383a50;
            transform: translateX(-50%) rotate(45deg) scale(1);
            transition: all 0.3s ease;
        }

    .event-schedule.style-1 .section-wrapper .tabcontent {
        display: none;
        padding: 0;
    }

    @media (min-width: 768px) {
        .event-schedule.style-1 .section-wrapper .tabcontent {
            padding: 0px 12px;
        }
    }

    .event-schedule.style-1 .section-wrapper .tabcontent.active {
        display: block;
    }

    .event-schedule.style-1 .section-wrapper .tabcontent .schedule-tabs {
        border-radius: 8px;
        background: #fff;
        padding: 50px 30px 5px 30px;
    }

    @media (min-width: 992px) {
        .event-schedule.style-1 .section-wrapper .tabcontent .schedule-tabs {
            margin: 0 -10px;
        }
    }

    .event-schedule.style-1 .section-wrapper .tabcontent .schedule-tabs h2 {
        text-transform: capitalize;
        text-align: center;
        margin: 0;
        padding-bottom: 40px;
    }

    .event-schedule.style-1 .section-wrapper .tabcontent .schedule-tabs table {
        border-radius: 3px;
    }

        .event-schedule.style-1 .section-wrapper .tabcontent .schedule-tabs table thead tr {
            border: none;
        }

            .event-schedule.style-1 .section-wrapper .tabcontent .schedule-tabs table thead tr th {
                padding: 20px 32px;
                font-size: 1.125rem;
                font-family: "Roboto", sans-serif;
                letter-spacing: 0.5px;
            }

                .event-schedule.style-1 .section-wrapper .tabcontent .schedule-tabs table thead tr th i {
                    padding-right: 5px;
                }

        .event-schedule.style-1 .section-wrapper .tabcontent .schedule-tabs table tbody {
            background: #fff;
        }

            .event-schedule.style-1 .section-wrapper .tabcontent .schedule-tabs table tbody tr {
                border-bottom: 1px solid #ededed;
            }

                .event-schedule.style-1 .section-wrapper .tabcontent .schedule-tabs table tbody tr td {
                    padding: 2rem;
                }

                .event-schedule.style-1 .section-wrapper .tabcontent .schedule-tabs table tbody tr .session {
                    font-size: 1.125rem;
                    font-family: "Poppins", sans-serif;
                    font-weight: 600;
                    text-transform: capitalize;
                    width: 30%;
                    color: #383a50;
                }

                .event-schedule.style-1 .section-wrapper .tabcontent .schedule-tabs table tbody tr .time {
                    font-size: 1rem;
                    font-weight: 500;
                    font-family: "Roboto", sans-serif;
                    width: 20%;
                    color: #383a50;
                    letter-spacing: 1px;
                }

                .event-schedule.style-1 .section-wrapper .tabcontent .schedule-tabs table tbody tr .about {
                    font-family: "Roboto", sans-serif;
                    font-size: 1rem;
                    position: relative;
                    width: 50%;
                    color: #383a50;
                }

                    .event-schedule.style-1 .section-wrapper .tabcontent .schedule-tabs table tbody tr .about span {
                        font-weight: 600;
                        color: #383a50;
                    }

                    .event-schedule.style-1 .section-wrapper .tabcontent .schedule-tabs table tbody tr .about .td-icon {
                        text-align: center;
                        margin-bottom: 0;
                        width: 30px;
                        height: 30px;
                        line-height: 35px;
                        background: #6e0c79;
                        color: #fff;
                        font-size: 20px;
                        border-radius: 50%;
                        right: 30px;
                        top: 50%;
                        position: absolute;
                        transform: translateY(-50%);
                        cursor: pointer;
                    }

    @media (max-width: 600px) {
        .d-flex.main4 {
            gap: 14px !important;
            flex-direction: column;
        }
        .event-schedule.style-1 .section-wrapper .tabcontent .schedule-tabs table tbody tr .about .td-icon {
            bottom: -15px;
            top: auto;
            left: 50%;
            right: auto;
            transform: translateX(-50%) translateY(0%);
        }
    }

    .event-schedule.style-1 .section-wrapper .tabcontent .schedule-tabs table tbody tr .about .td-icon.active {
        background: #000;
        transform: rotate(180deg) translateY(15px);
    }

    .event-schedule.style-2 {
        background-repeat: no-repeat;
        padding-top: 100px;
        background-size: cover;
        background-position: center center;
    }

        .event-schedule.style-2 .section-header h2 {
            margin-top: 15px;
        }

        .event-schedule.style-2 .section-header p {
            font-size: 18px;
            font-family: "Roboto", sans-serif;
        }

        .event-schedule.style-2 .section-wrapper .am {
            margin-bottom: 40px;
        }

    @media (min-width: 992px) {
        .event-schedule.style-2 .section-wrapper .am {
            margin-bottom: 0;
        }
    }

    .event-schedule.style-2 .section-wrapper .am .schedule-title {
        margin-bottom: 20px;
        font-size: 1.25rem;
    }

        .event-schedule.style-2 .section-wrapper .am .schedule-title h6 {
            color: #6e0c79;
        }

            .event-schedule.style-2 .section-wrapper .am .schedule-title h6 span {
                font-weight: 400;
                color: #383a50;
            }

    .event-schedule.style-2 .section-wrapper .am .time {
        color: #6e0c79;
    }

    .event-schedule.style-2 .section-wrapper .pm .schedule-title {
        margin-bottom: 20px;
        font-size: 1.25rem;
    }

        .event-schedule.style-2 .section-wrapper .pm .schedule-title h6 {
            color: #212fb4;
        }

            .event-schedule.style-2 .section-wrapper .pm .schedule-title h6 span {
                font-weight: 400;
                color: #383a50;
            }

    .event-schedule.style-2 .section-wrapper .pm .time {
        color: #212fb4;
    }

    .event-schedule.style-2 .section-wrapper .schedule-content {
        margin: 0;
    }

        .event-schedule.style-2 .section-wrapper .schedule-content .schedule-list {
            list-style: none;
            display: flex;
            color: #383a50;
            background: #fff;
            padding: 9px 15px;
            border-radius: 3px;
            margin-bottom: 2px;
            align-items: center;
            box-shadow: -5px 10px 15px -9px rgba(0, 0, 0, 0.2);
        }

            .event-schedule.style-2 .section-wrapper .schedule-content .schedule-list .time {
                width: 15%;
                padding: 8px 15px;
                font-size: 20px;
                font-weight: 400;
                font-family: "Poppins", sans-serif;
            }

            .event-schedule.style-2 .section-wrapper .schedule-content .schedule-list .esto {
                background: #fff;
                text-align: center;
                margin: 0 20px;
            }

    @media (min-width: 576px) {
        .event-schedule.style-2 .section-wrapper .schedule-content .schedule-list .esto {
            width: 5px;
            height: 5px;
            border-radius: 50%;
            background: #ededed;
        }
    }

    .event-schedule.style-2 .section-wrapper .schedule-content .schedule-list .details {
        width: calc(100% - 20%);
        padding: 10px 20px;
        font-family: "Roboto", sans-serif;
    }

    .event-schedule.style-3 .section-wrapper .tabcontent {
        margin-top: 50px;
    }

        .event-schedule.style-3 .section-wrapper .tabcontent ul {
            margin: 0;
        }

            .event-schedule.style-3 .section-wrapper .tabcontent ul li {
                list-style: none;
                border: 1px solid #ededed;
                border-bottom: none;
            }

                .event-schedule.style-3 .section-wrapper .tabcontent ul li:last-child {
                    border-bottom: 1px solid #ededed;
                }

    @media (min-width: 1200px) {
        .event-schedule.style-3 .section-wrapper .tabcontent ul li {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            border: 1px solid #ededed;
            padding: 0;
            border-bottom: none;
        }

            .event-schedule.style-3 .section-wrapper .tabcontent ul li:first-child {
                border-top-right-radius: 3px;
                border-top-left-radius: 3px;
            }

            .event-schedule.style-3 .section-wrapper .tabcontent ul li:last-child {
                border-bottom: 1px solid #ededed;
                border-bottom-right-radius: 3px;
                border-bottom-left-radius: 3px;
            }
    }

    @media (min-width: 992px) {
        .event-schedule.style-3 .section-wrapper .tabcontent ul li .con-schedule {
            display: flex;
            align-items: center;
        }
    }

    @media (min-width: 1200px) {
        .event-schedule.style-3 .section-wrapper .tabcontent ul li .con-schedule {
            width: 80%;
            border-right: 1px solid #ededed;
        }
    }

    @media (min-width: 992px) {
        .event-schedule.style-3 .section-wrapper .tabcontent ul li .con-schedule .con-schedule-thumb {
            width: 40%;
        }
    }

    .event-schedule.style-3 .section-wrapper .tabcontent ul li .con-schedule .con-schedule-thumb img {
        width: 100%;
        display: block;
    }

    .event-schedule.style-3 .section-wrapper .tabcontent ul li .con-schedule .con-schedule-content {
        padding: 0 20px;
        margin: 0 15px;
        background: #fff;
        border-radius: 6px;
        transform: translateY(-50px);
    }

    @media (min-width: 768px) {
        .event-schedule.style-3 .section-wrapper .tabcontent ul li .con-schedule .con-schedule-content {
            text-align: center;
        }
    }

    @media (min-width: 992px) {
        .event-schedule.style-3 .section-wrapper .tabcontent ul li .con-schedule .con-schedule-content {
            text-align: left;
            width: 60%;
            padding: 30px 60px;
            background: #fff;
            border-radius: 6px;
            margin-left: -20px;
            transform: translateY(0px);
        }
    }

    .event-schedule.style-3 .section-wrapper .tabcontent ul li .con-schedule .con-schedule-content h4 {
        padding: 10px 0;
        font-size: 20px;
        line-height: 1.8125rem;
    }

    .event-schedule.style-3 .section-wrapper .tabcontent ul li .con-schedule .con-schedule-content ul li {
        text-align: center;
        padding: 10px 0;
        border: none;
    }

    @media (min-width: 992px) {
        .event-schedule.style-3 .section-wrapper .tabcontent ul li .con-schedule .con-schedule-content ul li {
            text-align: left;
            display: flex;
            padding: 2px 0;
        }
    }

    .event-schedule.style-3 .section-wrapper .tabcontent ul li .con-schedule .con-schedule-content ul li .con-info-title {
        font-size: 18px;
        line-height: 1.625rem;
        font-weight: 600;
        font-family: "Poppins", sans-serif;
    }

    @media (min-width: 992px) {
        .event-schedule.style-3 .section-wrapper .tabcontent ul li .con-schedule .con-schedule-content ul li .con-info-title {
            padding-right: 40px;
            position: relative;
            width: 100px;
        }

            .event-schedule.style-3 .section-wrapper .tabcontent ul li .con-schedule .con-schedule-content ul li .con-info-title::after {
                position: absolute;
                content: ":";
                top: 50%;
                right: 15px;
                transform: translateY(-50%);
            }
    }

    .event-schedule.style-3 .section-wrapper .tabcontent ul li .con-schedule .con-schedule-content ul li .con-info-text {
        font-family: "Roboto", sans-serif;
        padding-top: 5px;
    }

    @media (min-width: 992px) {
        .event-schedule.style-3 .section-wrapper .tabcontent ul li .con-schedule .con-schedule-content ul li .con-info-text {
            margin-top: 0;
        }
    }

    .event-schedule.style-3 .section-wrapper .tabcontent ul li .con-schedule .con-schedule-content .meta-con-speaker {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 20px 0;
    }

    @media (min-width: 992px) {
        .event-schedule.style-3 .section-wrapper .tabcontent ul li .con-schedule .con-schedule-content .meta-con-speaker {
            justify-content: start;
        }
    }

    .event-schedule.style-3 .section-wrapper .tabcontent ul li .con-schedule .con-schedule-content .meta-con-speaker li {
        border: none;
    }

        .event-schedule.style-3 .section-wrapper .tabcontent ul li .con-schedule .con-schedule-content .meta-con-speaker li:last-child {
            margin-left: 10px;
        }

        .event-schedule.style-3 .section-wrapper .tabcontent ul li .con-schedule .con-schedule-content .meta-con-speaker li a {
            font-size: 0.875rem;
            font-family: "Roboto", sans-serif;
            outline: none;
            color: #3f485d;
        }

            .event-schedule.style-3 .section-wrapper .tabcontent ul li .con-schedule .con-schedule-content .meta-con-speaker li a:hover {
                color: #6e0c79;
            }

    .event-schedule.style-3 .section-wrapper .tabcontent ul li .con-ticket {
        text-align: center;
        border-top: 1px solid #ededed;
        padding-top: 20px;
    }

    @media (min-width: 992px) {
        .event-schedule.style-3 .section-wrapper .tabcontent ul li .con-ticket {
            margin-top: 40px;
        }
    }

    @media (min-width: 1200px) {
        .event-schedule.style-3 .section-wrapper .tabcontent ul li .con-ticket {
            width: 20%;
            margin-top: 0;
            border-top: none;
        }
    }

    .event-schedule.style-3 .section-wrapper .tabcontent ul li .con-ticket img {
        margin-bottom: -30px;
    }

    .event-schedule.style-3 .section-wrapper .tabcontent ul li .con-ticket .con-t-text {
        display: block;
        font-size: 1rem;
        line-height: 1.625rem;
        font-family: "Roboto", sans-serif;
    }

    .event-schedule.style-3 .section-wrapper .tabcontent ul li .con-ticket .con-t-price {
        display: block;
        font-weight: 600;
        font-family: "Roboto", sans-serif;
        font-size: 24px;
    }

    .event-schedule.style-3 .section-wrapper .tabcontent ul li .con-ticket .btn-defult {
        margin: 20px 0;
    }

    .event-schedule.style-3 .section-wrapper .pagination {
        margin: 0;
        margin-top: 60px;
    }

        .event-schedule.style-3 .section-wrapper .pagination li {
            list-style: none;
        }

            .event-schedule.style-3 .section-wrapper .pagination li a {
                width: 45px;
                height: 45px;
                line-height: 45px;
                text-align: center;
                border-radius: 50%;
                border: 1px solid #ededed;
                color: #383a50;
                display: inline-block;
                margin: 3px;
                font-weight: 600;
                font-size: 18px;
                transition: all 0.3s ease;
                outline: none;
            }

                .event-schedule.style-3 .section-wrapper .pagination li a:hover {
                    background: #6e0c79;
                    color: #fff;
                    border-color: #6e0c79;
                }

                .event-schedule.style-3 .section-wrapper .pagination li a.active {
                    background: #6e0c79;
                    color: #fff;
                    border-color: #6e0c79;
                }

    .event-schedule.style-4 {
        padding-top: 0;
    }

        .event-schedule.style-4 .section-wrapper .tab {
            border-left: 1px solid #ededed;
            border-top: 1px solid #ededed;
            border-right: 1px solid #ededed;
            display: inline-block;
        }

            .event-schedule.style-4 .section-wrapper .tab .tablinks {
                background: #fff;
            }

                .event-schedule.style-4 .section-wrapper .tab .tablinks.active {
                    background: #6e0c79;
                }

                    .event-schedule.style-4 .section-wrapper .tab .tablinks.active .schedule-date {
                        color: #fff;
                    }

                .event-schedule.style-4 .section-wrapper .tab .tablinks .schedule-date {
                    color: #383a50;
                    padding: 10px 20px;
                    font-size: 18px;
                }

                    .event-schedule.style-4 .section-wrapper .tab .tablinks .schedule-date i {
                        padding-right: 5px;
                    }

        .event-schedule.style-4 .section-wrapper .tabcontent {
            display: none;
            padding: 40px;
            border: 1px solid #ededed;
        }

            .event-schedule.style-4 .section-wrapper .tabcontent.active {
                display: block;
            }

            .event-schedule.style-4 .section-wrapper .tabcontent.sponsor .speaker-item .speaker-item-inner {
                margin: 15px;
                text-align: center;
                justify-content: center;
                display: flex;
            }

            .event-schedule.style-4 .section-wrapper .tabcontent .speaker-item {
                width: calc(100% / 1);
            }

    @media (min-width: 768px) {
        .event-schedule.style-4 .section-wrapper .tabcontent .speaker-item {
            width: calc(100% / 3);
        }
    }

    @media (min-width: 1200px) {
        .event-schedule.style-4 .section-wrapper .tabcontent .speaker-item {
            width: calc(100% / 4);
        }
    }

    .event-schedule.style-4 .section-wrapper .tabcontent .speaker-item .speaker-item-inner {
        margin: 6px;
    }

        .event-schedule.style-4 .section-wrapper .tabcontent .speaker-item .speaker-item-inner .item-thumb {
            overflow: hidden;
            border-radius: 4px;
        }

            .event-schedule.style-4 .section-wrapper .tabcontent .speaker-item .speaker-item-inner .item-thumb:hover img {
                transform: scale(1);
                opacity: 0.91;
                -webkit-filter: grayscale(100%);
                filter: grayscale(100%);
            }

            .event-schedule.style-4 .section-wrapper .tabcontent .speaker-item .speaker-item-inner .item-thumb a {
                display: block;
                outline: none;
            }

                .event-schedule.style-4 .section-wrapper .tabcontent .speaker-item .speaker-item-inner .item-thumb a img {
                    display: block;
                    width: 100%;
                }

        .event-schedule.style-4 .section-wrapper .tabcontent .speaker-item .speaker-item-inner .item-content {
            padding: 20px 10px;
        }

            .event-schedule.style-4 .section-wrapper .tabcontent .speaker-item .speaker-item-inner .item-content .name {
                font-family: "Poppins", sans-serif;
                font-size: 18px;
                font-weight: 600;
                color: #383a50;
                outline: none;
                -webkit-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                -ms-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }

                .event-schedule.style-4 .section-wrapper .tabcontent .speaker-item .speaker-item-inner .item-content .name:hover {
                    color: #6e0c79;
                }

            .event-schedule.style-4 .section-wrapper .tabcontent .speaker-item .speaker-item-inner .item-content p {
                font-size: 0.875rem;
                margin-bottom: 0;
            }

    .event-schedule.style-4 .section-wrapper .tabcontent.pricing-section .pricing-right {
        width: 100%;
    }

    .event-schedule .section-wrapper .tabcontent .schedule-tabs table tbody tr.event-sd td {
        padding: 0;
    }

    .event-schedule .content {
        background: #fff;
        padding: 20px;
        border-radius: 8px;
        z-index: 1;
        box-shadow: 0px 10px 30px 0px rgba(55, 25, 5, 0.14);
        transform-origin: top;
        margin: 20px;
    }

    @media (min-width: 992px) {
        .event-schedule .content {
            padding: 40px;
        }
    }

    .event-schedule .content .tdc-ls {
        padding: 20px;
        text-align: center;
    }

    @media (min-width: 992px) {
        .event-schedule .content .tdc-ls {
            text-align: left;
        }
    }

    .event-schedule .content .tdc-ls h4 {
        margin: 0;
        padding-bottom: 18px;
    }

    .event-schedule .content .tdc-ls p {
        margin-bottom: 0;
        font-size: 15px;
        line-height: 24px;
    }

    .event-schedule .content .tdc-rs {
        text-align: center;
    }

    @media (min-width: 992px) {
        .event-schedule .content .tdc-rs {
            text-align: left;
        }
    }

    .event-schedule .content .tdc-rs .tdc-thumb {
        margin-bottom: 10px;
    }

    @media (min-width: 992px) {
        .event-schedule .content .tdc-rs .tdc-thumb {
            text-align: center;
            margin-bottom: 0;
        }
    }

    .event-schedule .content .tdc-rs .tdc-info .name {
        display: inline-block;
        outline: none;
        width: 100%;
        color: #383a50;
        font-family: "Roboto", sans-serif;
        font-size: 20px;
        font-weight: 600;
    }

    .event-schedule .content .tdc-rs .tdc-info .desc {
        font-family: "Roboto", sans-serif;
        font-size: 14px;
        color: #3f485d;
        font-weight: 400;
    }

    .bgimg.img1 {
        background: url(../images/background/schedule-1.html);
    }

    .bgimg.img2 {
        background: url(../images/background/schedule-2.html);
    }

    .bgimg.img3 {
        background: url(../images/background/schedule-3.html);
    }

    @media screen and (max-width: 992px) {
        .event-schedule.style-1 .section-wrapper .tabcontent .schedule-tabs table thead tr th {
            display: none;
        }

        .event-schedule.style-1 .section-wrapper .tabcontent .schedule-tabs table tbody tr .time {
            display: block;
            width: 100%;
            text-align: right;
        }

            .event-schedule.style-1 .section-wrapper .tabcontent .schedule-tabs table tbody tr .time::before {
                content: attr(data-title) ": ";
                font-weight: 600;
                float: left;
            }

        .event-schedule.style-1 .section-wrapper .tabcontent .schedule-tabs table tbody tr .session {
            display: block;
            width: 100%;
            text-align: right;
        }

            .event-schedule.style-1 .section-wrapper .tabcontent .schedule-tabs table tbody tr .session::before {
                content: attr(data-title) ": ";
                font-weight: 600;
                float: left;
            }

        .event-schedule.style-1 .section-wrapper .tabcontent .schedule-tabs table tbody tr .about {
            display: block;
            width: 100%;
            text-align: right;
            padding-right: 80px;
        }

            .event-schedule.style-1 .section-wrapper .tabcontent .schedule-tabs table tbody tr .about::before {
                content: attr(data-title) ": ";
                font-weight: 600;
                float: left;
            }
    }

    @media screen and (max-width: 576px) {
        .event-schedule.style-1 .section-wrapper .tabcontent .schedule-tabs table tbody tr .time {
            text-align: center;
            letter-spacing: 0.3px;
            line-height: 26px;
        }

            .event-schedule.style-1 .section-wrapper .tabcontent .schedule-tabs table tbody tr .time::before {
                text-align: center;
                width: 100%;
                content: attr(data-title) "";
            }

        .event-schedule.style-1 .section-wrapper .tabcontent .schedule-tabs table tbody tr .session {
            text-align: center;
            letter-spacing: 0.3px;
            line-height: 26px;
        }

            .event-schedule.style-1 .section-wrapper .tabcontent .schedule-tabs table tbody tr .session::before {
                text-align: center;
                width: 100%;
                content: attr(data-title) "";
            }

        .event-schedule.style-1 .section-wrapper .tabcontent .schedule-tabs table tbody tr .about {
            text-align: center;
            letter-spacing: 0.3px;
            line-height: 26px;
            padding-right: 60px;
        }

            .event-schedule.style-1 .section-wrapper .tabcontent .schedule-tabs table tbody tr .about::before {
                text-align: center;
                width: 100%;
                content: attr(data-title) "";
            }

        .tab-rs .speaker-list img {
            width: 90px;
            height: 90px;
        }
    }

    .speaker-section.style-1 {
        overflow: hidden;
    }

    @media (min-width: 1200px) {
        .speaker-section.style-1 {
            padding-bottom: 60px !important;
        }
    }

    @media (min-width: 992px) {
        .speaker-section.style-1 .section-wrapper {
            margin: 0 -10px;
        }
    }

    .speaker-section.style-1 .section-wrapper .speaker-item {
        margin-bottom: 20px;
        width: calc(100% / 1);
    }

    @media (min-width: 768px) {
        .speaker-section.style-1 .section-wrapper .speaker-item {
            width: calc(100% / 2);
        }
    }

    @media (min-width: 992px) {
        .speaker-section.style-1 .section-wrapper .speaker-item {
            width: calc(100% / 3);
        }
    }

    @media (min-width: 1200px) {
        .speaker-section.style-1 .section-wrapper .speaker-item {
            width: calc(100% / 4);
        }
    }

    @media (min-width: 576px) {
        .speaker-section.style-1 .section-wrapper .speaker-item .speaker-item-inner {
            margin: 0 15px;
        }
    }

    .speaker-section.style-1 .section-wrapper .speaker-item .speaker-item-inner .item-thumb {
        position: relative;
        overflow: hidden;
        border-radius: 12px;
    }

        .speaker-section.style-1 .section-wrapper .speaker-item .speaker-item-inner .item-thumb img {
            width: 100%;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        .speaker-section.style-1 .section-wrapper .speaker-item .speaker-item-inner .item-thumb .social-profile .icon {
            position: absolute;
            width: 65px;
            height: 65px;
            line-height: 65px;
            display: inline-block;
            text-align: center;
            transition: all 0.8s ease;
        }

            .speaker-section.style-1 .section-wrapper .speaker-item .speaker-item-inner .item-thumb .social-profile .icon a {
                display: block;
            }

            .speaker-section.style-1 .section-wrapper .speaker-item .speaker-item-inner .item-thumb .social-profile .icon.facebook {
                top: 100%;
                right: 100%;
                background: #3b5998;
            }

                .speaker-section.style-1 .section-wrapper .speaker-item .speaker-item-inner .item-thumb .social-profile .icon.facebook:hover i {
                    color: #fff;
                }

            .speaker-section.style-1 .section-wrapper .speaker-item .speaker-item-inner .item-thumb .social-profile .icon.twitter {
                top: 100%;
                left: 100%;
                background: #55acee;
            }

                .speaker-section.style-1 .section-wrapper .speaker-item .speaker-item-inner .item-thumb .social-profile .icon.twitter i {
                    color: #fff;
                }

                .speaker-section.style-1 .section-wrapper .speaker-item .speaker-item-inner .item-thumb .social-profile .icon.twitter:hover i {
                    color: #fff;
                }

            .speaker-section.style-1 .section-wrapper .speaker-item .speaker-item-inner .item-thumb .social-profile .icon.google {
                bottom: 100%;
                right: 100%;
                background: #dd4b39;
            }

                .speaker-section.style-1 .section-wrapper .speaker-item .speaker-item-inner .item-thumb .social-profile .icon.google:hover i {
                    color: #fff;
                }

            .speaker-section.style-1 .section-wrapper .speaker-item .speaker-item-inner .item-thumb .social-profile .icon.linkedin {
                left: 100%;
                bottom: 100%;
                background: #007bb5;
            }

                .speaker-section.style-1 .section-wrapper .speaker-item .speaker-item-inner .item-thumb .social-profile .icon.linkedin:hover i {
                    color: #fff;
                }

    .speaker-section.style-1 .section-wrapper .speaker-item .speaker-item-inner .item-content {
        padding: 20px 0;
    }

        .speaker-section.style-1 .section-wrapper .speaker-item .speaker-item-inner .item-content .name {
            font-family: "Poppins", sans-serif;
            font-size: 20px;
            line-height: 29px;
            font-weight: 600;
            outline: none;
            display: inline-block;
            color: #383a50;
            transition: all 0.3s ease;
        }

            .speaker-section.style-1 .section-wrapper .speaker-item .speaker-item-inner .item-content .name:hover {
                color: #6e0c79;
            }

        .speaker-section.style-1 .section-wrapper .speaker-item .speaker-item-inner .item-content p {
            margin-bottom: 0;
            color: #3f485d;
            font-size: 15px;
            font-family: "Roboto", sans-serif;
        }

    .speaker-section.style-2 {
        position: relative;
    }

        .speaker-section.style-2 .section-wrapper .speaker-item .speaker-item-inner .item-content {
            text-align: center;
        }

    .speaker-item .item-thumb:hover img {
        transform: scale(1.2);
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        opacity: 0.2;
    }

    .speaker-item .item-thumb:hover .social-profile .icon.facebook {
        top: 28.5% !important;
        right: 50% !important;
        color: #fff;
    }

    .speaker-item .item-thumb:hover .social-profile .icon.twitter {
        top: 28.5% !important;
        left: 50% !important;
        color: #fff;
    }

    .speaker-item .item-thumb:hover .social-profile .icon.google {
        top: 50%;
        right: 50% !important;
        color: #fff;
    }

    .speaker-item .item-thumb:hover .social-profile .icon.linkedin {
        left: 50% !important;
        top: 50%;
        color: #fff;
    }

    .event-speaker.style-1 .speaker-sidebar {
        position: relative;
        background: #faf8f7;
        text-align: center;
        padding: 0px 20px;
        height: 100vh;
    }

        .event-speaker.style-1 .speaker-sidebar::before {
            position: absolute;
            content: "";
            top: 100px;
            left: 0;
            width: 100%;
            height: 100%;
            background: url(../images/speaker/side-shape.png);
            background-repeat: no-repeat;
            background-position: top center;
        }

        .event-speaker.style-1 .speaker-sidebar .sidebar-triker {
            position: relative;
            width: 153px;
            height: 153px;
            line-height: 153px;
            z-index: 2;
            margin: 0 auto;
            transform: translateY(165px);
        }

        .event-speaker.style-1 .speaker-sidebar .sidebar-thumb {
            position: relative;
            z-index: 1;
            width: 150px;
            height: 150px;
            line-height: 150px;
            margin: 0 auto;
            margin-bottom: 40px;
            background: #fff;
            -webkit-box-sizing: content-box;
            -moz-box-sizing: content-box;
            box-sizing: content-box;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            background-repeat: no-repeat;
            background-position: center center;
        }

            .event-speaker.style-1 .speaker-sidebar .sidebar-thumb .unlimitcon_hexagon {
                width: 84%;
                height: 84%;
                left: 8%;
                top: 8%;
            }

                .event-speaker.style-1 .speaker-sidebar .sidebar-thumb .unlimitcon_hexagon:nth-child(2) {
                    -webkit-transform: rotate(180deg);
                    transform: rotate(180deg);
                }

        .event-speaker.style-1 .speaker-sidebar .sidebar-content {
            position: relative;
        }

            .event-speaker.style-1 .speaker-sidebar .sidebar-content span {
                color: #828893;
                letter-spacing: 1px;
                margin-bottom: 10px;
                display: inline-block;
            }

            .event-speaker.style-1 .speaker-sidebar .sidebar-content h2 {
                font-size: 30px;
                line-height: 2.625rem;
            }

    @media (min-width: 992px) {
        .event-speaker.style-1 .speaker-event {
            padding-left: 20px;
        }
    }

    .event-speaker.style-1 .speaker-event .speaker-title {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        padding: 40px 0 60px 0;
        justify-content: center;
    }

    @media (min-width: 992px) {
        .event-speaker.style-1 .speaker-event .speaker-title {
            justify-content: start;
        }
    }

    .event-speaker.style-1 .speaker-event .speaker-title h2 {
        margin: 0;
        position: relative;
    }

    @media (min-width: 992px) {
        .event-speaker.style-1 .speaker-event .speaker-title h2::before {
            position: absolute;
            content: "";
            top: 50%;
            left: -20px;
            transform: translateY(-50%);
            width: 13px;
            height: 13px;
            border-radius: 50%;
            background: #6e0c79;
        }
    }

    .event-speaker.style-1 .speaker-event .speaker-title p {
        font-weight: 600;
        margin-bottom: 0;
        padding: 0 50px;
        position: relative;
        margin-top: 20px;
        text-align: center;
    }

    @media (min-width: 1200px) {
        .event-speaker.style-1 .speaker-event .speaker-title p {
            margin-top: 0;
            text-align: left;
        }
    }

    .event-speaker.style-1 .speaker-event .speaker-title p span {
        font-weight: 400;
    }

    .event-speaker.style-1 .speaker-event .speaker-title p::after {
        position: absolute;
        content: "[";
        top: 0;
        left: 15px;
        color: #ffecf1;
        font-weight: 600;
        font-size: 36px;
    }

    .event-speaker.style-1 .speaker-event .speaker-title p::before {
        position: absolute;
        content: "]";
        top: 0;
        right: 15px;
        color: #ffecf1;
        font-weight: 600;
        font-size: 36px;
    }

    .event-speaker.style-1 .speaker-event .speaker-wrapper {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -15px;
    }

        .event-speaker.style-1 .speaker-event .speaker-wrapper .speaker-item {
            width: calc(100% / 1);
        }

    @media (min-width: 1200px) {
        .event-speaker.style-1 .speaker-event .speaker-wrapper .speaker-item {
            width: calc(100% / 2);
        }
    }

    .event-speaker.style-1 .speaker-event .speaker-wrapper .speaker-item .speaker-item-inner {
        margin: 15px;
    }

        .event-speaker.style-1 .speaker-event .speaker-wrapper .speaker-item .speaker-item-inner .speaker-thumb {
            border-radius: 6px;
        }

            .event-speaker.style-1 .speaker-event .speaker-wrapper .speaker-item .speaker-item-inner .speaker-thumb img {
                width: 100%;
                display: block;
            }

    .event-speaker.style-1 .speaker-event .speaker-wrapper .speaker-item .speaker-content .speaker-top {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        padding-top: 35px;
        padding-bottom: 15px;
    }

        .event-speaker.style-1 .speaker-event .speaker-wrapper .speaker-item .speaker-content .speaker-top h2 {
            margin: 0;
            font-weight: 100;
            color: #e8e8ea;
        }

        .event-speaker.style-1 .speaker-event .speaker-wrapper .speaker-item .speaker-content .speaker-top .speaker-info {
            padding-left: 20px;
        }

            .event-speaker.style-1 .speaker-event .speaker-wrapper .speaker-item .speaker-content .speaker-top .speaker-info h4 {
                margin-top: 0;
            }

                .event-speaker.style-1 .speaker-event .speaker-wrapper .speaker-item .speaker-content .speaker-top .speaker-info h4 a {
                    outline: none;
                    color: #383a50;
                    -webkit-transition: all 0.3s ease;
                    -moz-transition: all 0.3s ease;
                    -ms-transition: all 0.3s ease;
                    -o-transition: all 0.3s ease;
                    transition: all 0.3s ease;
                }

                    .event-speaker.style-1 .speaker-event .speaker-wrapper .speaker-item .speaker-content .speaker-top .speaker-info h4 a:hover {
                        color: #6e0c79;
                    }

            .event-speaker.style-1 .speaker-event .speaker-wrapper .speaker-item .speaker-content .speaker-top .speaker-info p {
                margin-bottom: 0;
            }

                .event-speaker.style-1 .speaker-event .speaker-wrapper .speaker-item .speaker-content .speaker-top .speaker-info p a {
                    text-decoration: underline;
                    color: #7f7f7f;
                    margin-left: 5px;
                    -webkit-transition: all 0.3s ease;
                    -moz-transition: all 0.3s ease;
                    -ms-transition: all 0.3s ease;
                    -o-transition: all 0.3s ease;
                    transition: all 0.3s ease;
                }

                    .event-speaker.style-1 .speaker-event .speaker-wrapper .speaker-item .speaker-content .speaker-top .speaker-info p a:hover {
                        color: #6e0c79;
                        text-decoration: none;
                    }

    .event-speaker.style-1 .speaker-event .speaker-wrapper .speaker-item .speaker-content ul {
        margin: 0;
        border: 1px solid #ededed;
        border-radius: 6px;
    }

        .event-speaker.style-1 .speaker-event .speaker-wrapper .speaker-item .speaker-content ul li {
            list-style: none;
            display: flex;
            border-top: 1px solid #ededed;
            padding: 0;
        }

            .event-speaker.style-1 .speaker-event .speaker-wrapper .speaker-item .speaker-content ul li:first-child {
                border-top: none;
            }

            .event-speaker.style-1 .speaker-event .speaker-wrapper .speaker-item .speaker-content ul li .speaker-icon {
                padding: 15px 0;
                border-right: 1px solid #ededed;
                width: 55px;
                text-align: center;
            }

            .event-speaker.style-1 .speaker-event .speaker-wrapper .speaker-item .speaker-content ul li .speaker-addres {
                padding: 15px 0;
                padding-left: 30px;
            }

                .event-speaker.style-1 .speaker-event .speaker-wrapper .speaker-item .speaker-content ul li .speaker-addres span {
                    font-size: 0.875rem;
                    font-weight: 600;
                    color: #383a50;
                }

                .event-speaker.style-1 .speaker-event .speaker-wrapper .speaker-item .speaker-content ul li .speaker-addres p {
                    margin-bottom: 0;
                    color: #828893;
                    letter-spacing: 2px;
                    font-size: 18px;
                }

    .speaker-profile .speaker-info {
        margin-top: -10px;
    }

        .speaker-profile .speaker-info .personal-information ul {
            margin: 0;
            margin-bottom: 40px;
            margin-top: 20px;
        }

            .speaker-profile .speaker-info .personal-information ul li {
                font-weight: 600;
                list-style: none;
            }

                .speaker-profile .speaker-info .personal-information ul li p {
                    margin-bottom: 0;
                    display: inline-block;
                    font-weight: 600;
                    color: #383a50;
                    width: 110px;
                }

                .speaker-profile .speaker-info .personal-information ul li span {
                    width: calc(100% - 110px);
                    font-weight: 400;
                    padding-left: 20px;
                    position: relative;
                    color: #3f485d;
                }

                    .speaker-profile .speaker-info .personal-information ul li span::before {
                        position: absolute;
                        content: ":";
                        top: 50%;
                        left: 0;
                        transform: translateY(-50%);
                        font-weight: 600;
                        color: #383a50;
                    }

    .speaker-profile .speaker-details {
        margin-top: 40px;
    }

    @media (min-width: 992px) {
        .speaker-profile .speaker-details {
            margin-top: -10px;
        }
    }

    .speaker-profile .speaker-details .personal-articals h5 {
        margin-bottom: 20px;
    }

    .speaker-profile .speaker-details .personal-articals img {
        margin-top: 30px;
    }

    .personal-schedule .section-header {
        margin-bottom: 30px;
    }

        .personal-schedule .section-header p {
            margin-bottom: 15px;
        }

        .personal-schedule .section-header span {
            margin-top: 10px;
            display: inline-block;
            padding: 15px 75px;
            background: url(../images/speaker/text-bg-2.png);
            background-position: center center;
            background-repeat: no-repeat;
            color: #fff;
            font-size: 18px;
            font-weight: 600;
        }

    .personal-schedule .section-wrapper .accordion-item {
        border-bottom: 1px solid #ededed;
        max-width: 960px;
        margin: auto;
    }

        .personal-schedule .section-wrapper .accordion-item:last-child {
            border-bottom: none;
        }

        .personal-schedule .section-wrapper .accordion-item .accordion-question {
            cursor: pointer;
            color: #383a50;
            padding: 18px;
            width: 100%;
            border: none;
            text-align: left;
            outline: none;
            font-size: 15px;
            transition: 0.4s;
            text-align: center;
            display: inline-block;
        }

            .personal-schedule .section-wrapper .accordion-item .accordion-question.in h6 {
                font-size: 1.25rem;
                color: #6e0c79;
                margin-bottom: 15px;
            }

    @media (min-width: 768px) {
        .personal-schedule .section-wrapper .accordion-item .accordion-question.in h6 {
            font-size: 2rem;
        }
    }

    .personal-schedule .section-wrapper .accordion-item .accordion-question.in span i {
        transform: rotate(0deg);
    }

    .personal-schedule .section-wrapper .accordion-item .accordion-question.in i {
        transform: rotate(180deg);
        color: #6e0c79;
    }

    .personal-schedule .section-wrapper .accordion-item .accordion-question span {
        font-weight: 600;
        color: #7f7f7f;
        font-size: 1rem;
    }

        .personal-schedule .section-wrapper .accordion-item .accordion-question span i {
            color: #6e0c79;
            padding-right: 5px;
        }

    .personal-schedule .section-wrapper .accordion-item .accordion-question i {
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .personal-schedule .section-wrapper .accordion-item .accordion-answer {
        padding: 0 18px;
        display: none;
        background-color: white;
        overflow: hidden;
        text-align: center;
    }

        .personal-schedule .section-wrapper .accordion-item .accordion-answer p {
            margin-bottom: 50px;
        }

    .gallery-section.style-1 {
        padding-bottom: 0px;
    }

    @media (min-width: 1200px) {
        .gallery-section.style-1 .section-header {
            text-align: left;
        }

            .gallery-section.style-1 .section-header h2 {
                margin: 0;
                margin-top: 10px;
                padding-bottom: 0;
            }

                .gallery-section.style-1 .section-header h2::after {
                    display: none;
                }

                .gallery-section.style-1 .section-header h2::before {
                    display: none;
                }
    }

    .gallery-section.style-1 .button-group {
        margin-top: 20px;
    }

    @media (min-width: 992px) {
        .gallery-section.style-1 .button-group {
            margin: 0;
            text-align: right;
        }
    }

    .gallery-section.style-1 .button-group .button {
        font-family: "Roboto", sans-serif;
        font-size: 1rem;
        font-weight: 400;
        text-transform: capitalize;
        border-radius: 3px;
        background: #ededed;
        color: #3f485d;
        margin: 10px 0;
        padding: 15px 20px;
        width: 100%;
    }

    @media (min-width: 1200px) {
        .gallery-section.style-1 .button-group .button {
            width: auto;
            margin: 0;
        }
    }

    .gallery-section.style-1 .button-group .button.is-checked {
        background: #6e0c79;
        color: #fff;
    }

    .gallery-section.style-1 .button-group .button span {
        font-weight: 600;
        padding: 0 5px;
    }

    .gallery-section.style-1 .grid .element-item {
        width: calc(100% / 1);
    }

    @media (min-width: 576px) {
        .gallery-section.style-1 .grid .element-item {
            width: calc(100% / 2);
        }
    }

    @media (min-width: 768px) {
        .gallery-section.style-1 .grid .element-item {
            width: calc(100% / 3);
        }
    }

    @media (min-width: 992px) {
        .gallery-section.style-1 .grid .element-item {
            width: calc(100% / 4);
        }
    }

    .gallery-section.style-1 .grid .element-item .element-item-inner {
        margin: 2.5px;
        overflow: hidden;
        position: relative;
    }

        .gallery-section.style-1 .grid .element-item .element-item-inner::after {
            position: absolute;
            content: "";
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background: rgba(0, 0, 0, 0.6);
            transform: scale(0);
            transition: all 0.3s ease;
        }

        .gallery-section.style-1 .grid .element-item .element-item-inner:hover img {
            transform: scale(1.3);
        }

        .gallery-section.style-1 .grid .element-item .element-item-inner:hover .cata-icon {
            opacity: 1;
        }

        .gallery-section.style-1 .grid .element-item .element-item-inner a {
            display: block;
        }

            .gallery-section.style-1 .grid .element-item .element-item-inner a img {
                width: 100%;
                position: relative;
                overflow: hidden;
                display: block;
                -webkit-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }

        .gallery-section.style-1 .grid .element-item .element-item-inner .cata-icon {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translateX(-50%) translateY(-50%);
            display: block;
            z-index: 1;
            opacity: 0;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

            .gallery-section.style-1 .grid .element-item .element-item-inner .cata-icon i {
                width: 45px;
                height: 45px;
                text-align: center;
                line-height: 47px;
                border-radius: 50%;
                z-index: 99;
                -webkit-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                -ms-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }

                .gallery-section.style-1 .grid .element-item .element-item-inner .cata-icon i:hover {
                    background: #6e0c79;
                    color: #fff;
                }

    .gallery-section.style-2 {
        background: #383a50;
    }

        .gallery-section.style-2 .section-header p {
            color: #fff;
        }

        .gallery-section.style-2 .section-header h2 {
            color: #fff;
        }

        .gallery-section.style-2 .section-wrapper .element-item {
            display: block;
            margin: 2px;
            overflow: hidden;
            position: relative;
            border-radius: 12px;
        }

            .gallery-section.style-2 .section-wrapper .element-item::after {
                position: absolute;
                content: "";
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                background: rgba(0, 0, 0, 0.8);
                opacity: 0;
                -webkit-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                -ms-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }

            .gallery-section.style-2 .section-wrapper .element-item:hover::after {
                opacity: 1;
            }

            .gallery-section.style-2 .section-wrapper .element-item:hover img {
                transform: scale(1.3);
            }

            .gallery-section.style-2 .section-wrapper .element-item:hover .icon {
                opacity: 1;
            }

            .gallery-section.style-2 .section-wrapper .element-item img {
                width: 100%;
                display: block;
                -webkit-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                -ms-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }

            .gallery-section.style-2 .section-wrapper .element-item .icon {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translateX(-50%) translateY(-50%);
                width: 52px;
                height: 52px;
                line-height: 52px;
                text-align: center;
                background: #6e0c79;
                color: #fff;
                border-radius: 50%;
                font-size: 20px;
                z-index: 1;
                opacity: 0;
                -webkit-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                -ms-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }

    .gallery-section .grid .element-item:hover .element-item-inner::after {
        transform: scale(1);
    }

    .gallery-section .grid .element-item .element-item-inner:hover .cata-icon i {
        color: #6e0c79;
        background: #fff;
    }

    .pricing-section.style-1 {
        overflow: hidden;
    }

        .pricing-section.style-1 .section-header p {
            font-size: 18px;
            color: #3f485d;
            text-transform: capitalize;
        }

    @media (min-width: 768px) {
        .pricing-section.style-1 .section-wrapper .pricing-item {
            width: calc(100% / 2);
            float: left;
        }
    }

    @media (min-width: 992px) {
        .pricing-section.style-1 .section-wrapper .pricing-item {
            width: calc(100% / 2);
            float: left;
        }
    }

    .pricing-section.style-1 .section-wrapper .pricing-item:first-child .pricing-item-inner {
        margin-left: 0;
    }

    .pricing-section.style-1 .section-wrapper .pricing-item:last-child .pricing-item-inner {
        margin-right: 0;
        min-height: 600px;
    }

    .pricing-section.style-1 .section-wrapper .pricing-item .pricing-item-inner {
        border: 1px solid #ededed;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.9s ease;
        margin-bottom: 15px;
    }

    @media (min-width: 768px) {
        .pricing-section.style-1 .section-wrapper .pricing-item .pricing-item-inner {
            margin: 0 15px;
            border-radius: 3px;
        }
    }

.pricing-section.style-1 .section-wrapper .pricing-item .pricing-item-inner .pricing-head {
    padding: 40px;
    background: #6e0c79;
    
    text-align: center;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    transition: all 0.3s ease;
}

        .pricing-section.style-1 .section-wrapper .pricing-item .pricing-item-inner .pricing-head h3 {
            color: #fff;
        }

        .pricing-section.style-1 .section-wrapper .pricing-item .pricing-item-inner .pricing-head span {
            font-weight: 600;
            color: #fff;
        }

            .pricing-section.style-1 .section-wrapper .pricing-item .pricing-item-inner .pricing-head span span {
                font-weight: 400;
            }

    .pricing-section.style-1 .section-wrapper .pricing-item .pricing-item-inner .pricing-body {
        margin: 0;
        padding: 30px 30px 30px;
        background: url(../images/pricing/02.png);
        background-repeat: no-repeat;
        background-position: top center;
        top: -10px;
        position: relative;
        min-height: 450px;
    }

        .pricing-section.style-1 .section-wrapper .pricing-item .pricing-item-inner .pricing-body li {
            list-style: none;
            position: relative;
            padding-left: 30px;
            margin: 10px 0;
        }

            .pricing-section.style-1 .section-wrapper .pricing-item .pricing-item-inner .pricing-body li::before {
                position: absolute;
                content: "";
                width: 2px;
                height: 15px;
                line-height: 20px;
                border-radius: 50%;
                text-align: center;
                background: #ededed;
                left: 9px;
                top: 50%;
                transform: translateY(80%);
                display: none;
            }

            .pricing-section.style-1 .section-wrapper .pricing-item .pricing-item-inner .pricing-body li::after {
                position: absolute;
                content: "";
                font-family: "Font Awesome 5 Free";
                width: 20px;
                height: 20px;
                line-height: 20px;
                border-radius: 50%;
                text-align: center;
                background: #383a50;
                color: #fff;
                font-size: 12px;
                left: 0;
                top: 50%;
                transform: translateY(-50%);
                font-weight: 600;
            }

        .pricing-section.style-1 .section-wrapper .pricing-item .pricing-item-inner .pricing-body .del {
            color: #ededed;
        }

            .pricing-section.style-1 .section-wrapper .pricing-item .pricing-item-inner .pricing-body .del::after {
                background: #ededed;
            }

    .pricing-section.style-1 .section-wrapper .pricing-item .pricing-item-inner .pricing-footer {
        border-top: 1px solid #ededed;
        text-align: center;
        position: relative;
    }

        .pricing-section.style-1 .section-wrapper .pricing-item .pricing-item-inner .pricing-footer::after {
            position: absolute;
            content: "";
            top: 0;
            left: 50%;
            height: 100%;
            width: 1px;
            background: #ededed;
            transform: translateX(-50%);
        }

        .pricing-section.style-1 .section-wrapper .pricing-item .pricing-item-inner .pricing-footer::before {
            position: absolute;
            content: "";
            font-family: "Font Awesome 5 Free";
            top: 50%;
            left: 50%;
            transform: translateX(-50%) translateY(-50%);
            width: 50px;
            height: 50px;
            line-height: 45px;
            text-align: center;
            border-radius: 50%;
            background: #ededed;
            color: #383a50;
            border: 3px solid #fff;
            z-index: 1;
            font-weight: 600;
        }

        .pricing-section.style-1 .section-wrapper .pricing-item .pricing-item-inner .pricing-footer .price {
            width: 50%;
        }

            .pricing-section.style-1 .section-wrapper .pricing-item .pricing-item-inner .pricing-footer .price span {
                font-size: 30px;
                color: #6e0c79;
                font-weight: 600;
                font-family: "Poppins", sans-serif;
                line-height: 2.625rem;
            }

        .pricing-section.style-1 .section-wrapper .pricing-item .pricing-item-inner .pricing-footer .reg {
            width: 50%;
        }

            .pricing-section.style-1 .section-wrapper .pricing-item .pricing-item-inner .pricing-footer .reg a {
                display: inline-block;
                text-transform: uppercase;
                font-weight: 600;
                outline: none;
                color: #383a50;
                font-size: 0.875rem;
                padding: 30px 20px;
            }

                .pricing-section.style-1 .section-wrapper .pricing-item .pricing-item-inner .pricing-footer .reg a:hover {
                    color: #6e0c79;
                }

    .pricing-section.style-1 .section-wrapper .pricing-item .pricing-item-inner:hover {
        box-shadow: 0px 0px 32px 3px rgba(0, 0, 0, 0.1);
    }

        .pricing-section.style-1 .section-wrapper .pricing-item .pricing-item-inner:hover .pricing-head {
            background: #2bcdda
        }

    .pricing-section.style-2 {
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }

    @media (min-width: 992px) {
        .pricing-section.style-2 .Wrapper-section .pricing-left {
            padding-right: 40px;
        }
    }

    .pricing-section.style-2 .Wrapper-section .pricing-left .section-header {
        margin-bottom: 20px;
    }

    @media (min-width: 992px) {
        .pricing-section.style-2 .Wrapper-section .pricing-left .section-header {
            text-align: left;
        }
    }

    .pricing-section.style-2 .Wrapper-section .pricing-left .section-header h2 {
        padding-bottom: 10px;
        padding-top: 15px;
    }

        .pricing-section.style-2 .Wrapper-section .pricing-left .section-header h2::after {
            display: none;
        }

        .pricing-section.style-2 .Wrapper-section .pricing-left .section-header h2::before {
            display: none;
        }

    .pricing-section.style-2 .Wrapper-section .pricing-left ul {
        margin: 0;
        margin-bottom: 30px;
    }

        .pricing-section.style-2 .Wrapper-section .pricing-left ul li {
            padding: 6px 0;
            list-style: none;
            font-weight: 500;
            position: relative;
            padding-left: 25px;
        }

            .pricing-section.style-2 .Wrapper-section .pricing-left ul li::after {
                padding-right: 10px;
                color: #6e0c79;
                font-size: 0.875rem;
                position: absolute;
                content: "";
                font-family: "Font Awesome 5 Free";
                color: #6e0c79;
                left: 0;
                top: 50%;
                transform: translateY(-50%);
                font-weight: 600;
            }

    .pricing-section.style-2 .Wrapper-section .pricing-left h6 {
        font-family: "Roboto", sans-serif;
        margin-bottom: 10px;
    }

    .pricing-section.style-2 .Wrapper-section .pricing-left img {
        margin-top: 5px;
    }

    .pricing-section.style-2 .Wrapper-section .pricing-right {
        flex-wrap: wrap;
        align-items: center;
        text-align: center;
        margin-top: 40px;
    }

    @media (min-width: 1200px) {
        .pricing-section.style-2 .Wrapper-section .pricing-right {
            margin-top: 0;
        }
    }

    .pricing-section.style-2 .Wrapper-section .pricing-right .pricing-item {
        border: 6px solid #383a50;
        border-radius: 6px;
        padding: 40px;
        margin: 20px 0;
        background: #fff;
    }

    @media (min-width: 992px) {
        .pricing-section.style-2 .Wrapper-section .pricing-right .pricing-item {
            margin: 0;
        }
    }

    .pricing-section.style-2 .Wrapper-section .pricing-right .pricing-item .pricing-content .price {
        display: flex;
        background: #383a50;
        color: #fff;
        align-items: baseline;
        justify-content: center;
        border-radius: 6px;
        margin: 30px 0;
    }

        .pricing-section.style-2 .Wrapper-section .pricing-right .pricing-item .pricing-content .price span {
            font-size: 2rem;
            font-weight: 600;
            font-family: "Poppins", sans-serif;
        }

    @media (min-width: 992px) {
        .pricing-section.style-2 .Wrapper-section .pricing-right .pricing-item .pricing-content .price span {
            font-size: 3rem;
        }
    }

    .pricing-section.style-2 .Wrapper-section .pricing-right .pricing-item .pricing-content .price span sup {
        font-size: 20px;
        top: -0.7rem;
    }

    @media (min-width: 992px) {
        .pricing-section.style-2 .Wrapper-section .pricing-right .pricing-item .pricing-content .price span sup {
            top: -1.25rem;
        }
    }

    .pricing-section.style-2 .Wrapper-section .pricing-right .pricing-item .pricing-content .price p {
        display: inline-block;
        margin-bottom: 0;
        text-transform: uppercase;
        color: #fff;
    }

    .pricing-section.style-2 .Wrapper-section .pricing-right .pricing-item .pricing-content .pricing-item-content .pricing-feature {
        text-align: left;
    }

        .pricing-section.style-2 .Wrapper-section .pricing-right .pricing-item .pricing-content .pricing-item-content .pricing-feature li {
            padding: 10px 0;
            -webkit-border-image: url(../images/sponsor/border.png) 30 stretch;
            -o-border-image: url(../images/sponsor/border.png) 30 stretch;
            border-image: url(../images/sponsor/border.png) 30 stretch;
            border-bottom: 1px solid transparent;
        }

            .pricing-section.style-2 .Wrapper-section .pricing-right .pricing-item .pricing-content .pricing-item-content .pricing-feature li:last-child {
                border: none;
            }

    .pricing-section.style-2 .Wrapper-section .pricing-right .pricing-item .pricing-content .pricing-item-content .pricing-bottom .btn-defult {
        padding: 15px 20px;
    }

    @media (min-width: 992px) {
        .pricing-section.style-2 .Wrapper-section .pricing-right .pricing-item .pricing-content .pricing-item-content .pricing-bottom .btn-defult {
            padding: 15px 36px;
        }
    }

    .pricing-section.style-2 .Wrapper-section .pricing-right :first-child .pricing-item {
        background: #383a50;
    }

    @media (min-width: 992px) {
        .pricing-section.style-2 .Wrapper-section .pricing-right :first-child .pricing-item {
            margin: 0;
            transform: translateX(6px);
        }
    }

    .pricing-section.style-2 .Wrapper-section .pricing-right :first-child .pricing-item .pricing-content .pricing-title h5 {
        color: #fff;
    }

    .pricing-section.style-2 .Wrapper-section .pricing-right :first-child .pricing-item .pricing-content .pricing-title p {
        color: #fff;
    }

    .pricing-section.style-2 .Wrapper-section .pricing-right :first-child .pricing-item .pricing-content .price {
        background: #fff;
    }

        .pricing-section.style-2 .Wrapper-section .pricing-right :first-child .pricing-item .pricing-content .price span {
            color: #383a50;
        }

        .pricing-section.style-2 .Wrapper-section .pricing-right :first-child .pricing-item .pricing-content .price p {
            color: #383a50;
        }

    .pricing-section.style-2 .Wrapper-section .pricing-right :first-child .pricing-item .pricing-content .pricing-item-content .pricing-feature li {
        color: #fff;
        padding: 10px 0;
    }

    .pricing-section.style-2 .Wrapper-section .pricing-right :first-child .pricing-item .pricing-content .pricing-item-content .pricing-bottom .btn-defult:hover {
        background: #fff;
        color: #6e0c79 !important;
    }

    .pricing-section.style-3 {
        overflow: hidden;
        position: relative;
    }

        .pricing-section.style-3 .pri-shape1 {
            position: absolute;
            top: 5%;
            left: -10%;
            width: 200px;
            height: 200px;
            background: linear-gradient(to right, rgba(241, 65, 114, 0.9) 0%, rgba(245, 61, 146, 0.9) 100%);
            border-radius: 45% 55% 37% 63%/63% 42% 58% 37%;
            animation: zaraj 10s infinite linear;
        }

    @media (min-width: 1400px) {
        .pricing-section.style-3 .pri-shape1 {
            left: -5%;
            width: 300px;
            height: 300px;
        }
    }

    .pricing-section.style-3 .pri-shape2 {
        position: absolute;
        bottom: 5%;
        right: -10%;
        width: 200px;
        height: 200px;
        background: linear-gradient(to right, rgba(241, 65, 114, 0.9) 0%, rgba(245, 61, 146, 0.9) 100%);
        border-radius: 45% 55% 37% 63%/63% 42% 58% 37%;
        animation: zaraj 15s infinite linear;
    }

    @media (min-width: 1400px) {
        .pricing-section.style-3 .pri-shape2 {
            right: -5%;
            width: 300px;
            height: 300px;
        }
    }

    .pricing-section.style-3 .pri-shape3 {
        position: absolute;
        bottom: 30px;
        left: 50%;
        width: 200px;
        height: 200px;
        background: linear-gradient(to right, rgba(241, 65, 114, 0.1) 0%, rgba(245, 61, 146, 0.1) 100%);
        border-radius: 50%;
        transform: translateX(-50%);
    }

    .pricing-section.style-3 .section-header {
        position: relative;
    }

        .pricing-section.style-3 .section-header .pri-shape {
            position: absolute;
            width: 60px;
            height: 60px;
            right: -25px;
            bottom: -100%;
            border: 3px solid #ededed;
            border-radius: 50%;
        }

        .pricing-section.style-3 .section-header .shape {
            position: absolute;
            width: 25px;
            height: 25px;
            left: 38%;
            top: 30px;
            background: #6e0c79;
            opacity: 0.2;
            border-radius: 50%;
            transform: translateX(-50%);
        }

        .pricing-section.style-3 .section-header p {
            margin-bottom: 10px;
        }

    .pricing-section.style-3 .section-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

        .pricing-section.style-3 .section-wrapper .pricing-item {
            z-index: 1;
            width: calc(100% / 1);
        }

    @media (min-width: 992px) {
        .pricing-section.style-3 .section-wrapper .pricing-item {
            width: calc(100% / 2);
        }
    }

    @media (min-width: 1200px) {
        .pricing-section.style-3 .section-wrapper .pricing-item {
            width: calc(100% / 3);
        }
    }

    @media (min-width: 1200px) {
        .pricing-section.style-3 .section-wrapper .pricing-item:first-child .pricing-item-inner {
            margin-left: 0;
        }
    }

    .pricing-section.style-3 .section-wrapper .pricing-item:nth-child(2) .pricing-item-inner {
        border-color: #212fb4;
    }

        .pricing-section.style-3 .section-wrapper .pricing-item:nth-child(2) .pricing-item-inner .pricing-head h3 {
            color: #212fb4;
        }

    .pricing-section.style-3 .section-wrapper .pricing-item:last-child .pricing-item-inner {
        border-color: #dcb61d;
    }

    @media (min-width: 1200px) {
        .pricing-section.style-3 .section-wrapper .pricing-item:last-child .pricing-item-inner {
            margin-right: 0;
        }
    }

    .pricing-section.style-3 .section-wrapper .pricing-item:last-child .pricing-item-inner .pricing-head h3 {
        color: #dcb61d;
    }

    .pricing-section.style-3 .section-wrapper .pricing-item .pricing-item-inner {
        box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
        padding: 20px;
        margin: 15px 0;
        border-radius: 6px;
        border-top: 5px solid #fd463d;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        overflow: hidden;
        background: #fff;
    }

    @media (min-width: 768px) {
        .pricing-section.style-3 .section-wrapper .pricing-item .pricing-item-inner {
            padding: 40px 30px;
            margin: 15px;
        }
    }

    @media (min-width: 1200px) {
        .pricing-section.style-3 .section-wrapper .pricing-item .pricing-item-inner {
            margin: 15px 15px 0;
        }
    }

    @media (min-width: 768px) {
        .pricing-section.style-3 .section-wrapper .pricing-item .pricing-item-inner:hover {
            box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
            transform: scale(1.03);
        }
    }

    .pricing-section.style-3 .section-wrapper .pricing-item .pricing-item-inner .pricing-head h3 {
        margin-top: 0;
        color: #fd463d;
    }

    .pricing-section.style-3 .section-wrapper .pricing-item .pricing-item-inner .pricing-head p {
        margin-bottom: 30px;
    }

    .pricing-section.style-3 .section-wrapper .pricing-item .pricing-item-inner .pricing-title {
        padding-top: 40px;
        padding-bottom: 30px;
        border-top: 1px solid #ededed;
    }

        .pricing-section.style-3 .section-wrapper .pricing-item .pricing-item-inner .pricing-title h2 {
            margin: 0;
        }

            .pricing-section.style-3 .section-wrapper .pricing-item .pricing-item-inner .pricing-title h2 span {
                font-size: 1rem;
                font-weight: 500;
                font-family: "Roboto", sans-serif;
                margin: 0 5px;
            }

        .pricing-section.style-3 .section-wrapper .pricing-item .pricing-item-inner .pricing-title p {
            font-weight: 600;
            margin-bottom: 0;
            font-size: 1.25rem;
        }

            .pricing-section.style-3 .section-wrapper .pricing-item .pricing-item-inner .pricing-title p span {
                font-weight: 400;
            }

    .pricing-section.style-3 .section-wrapper .pricing-item .pricing-item-inner .pricing-list {
        margin: 0;
    }

        .pricing-section.style-3 .section-wrapper .pricing-item .pricing-item-inner .pricing-list li {
            position: relative;
            list-style: none;
            padding-left: 25px;
        }

            .pricing-section.style-3 .section-wrapper .pricing-item .pricing-item-inner .pricing-list li::after {
                position: absolute;
                content: "";
                font-family: "Font Awesome 5 Free";
                color: #6e0c79;
                font-weight: 600;
                left: 0;
            }

    .pricing-section.style-3 .section-wrapper .pricing-item .pricing-item-inner .pricing-reg {
        margin-top: 30px;
    }

        .pricing-section.style-3 .section-wrapper .pricing-item .pricing-item-inner .pricing-reg a {
            outline: none;
            display: inline-block;
            font-size: 0.8125rem;
            background: #383a50;
            padding: 16px 60px;
        }

            .pricing-section.style-3 .section-wrapper .pricing-item .pricing-item-inner .pricing-reg a:hover {
                background: #6e0c79;
            }

    .pricing-body li:last-child::before {
        display: none;
    }

    .faq-section.style-1 {
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }

        .faq-section.style-1 .section-header p {
            font-size: 18px;
            color: #3f485d;
            text-transform: capitalize;
        }

        .faq-section.style-1 .section-wrapper .faq-item {
            margin: 0 15px;
        }

            .faq-section.style-1 .section-wrapper .faq-item .faq-icon {
                width: 50px;
                margin-right: 40px;
            }

                .faq-section.style-1 .section-wrapper .faq-item .faq-icon i {
                    width: 46px;
                    height: 46px;
                    line-height: 46px;
                    border-radius: 50%;
                    background: #6e0c79;
                    color: #fff;
                    text-align: center;
                    position: relative;
                    z-index: 1;
                }

            .faq-section.style-1 .section-wrapper .faq-item .faq-content {
                width: calc(100% - 60px);
                position: relative;
                padding-bottom: 20px;
            }

                .faq-section.style-1 .section-wrapper .faq-item .faq-content::before {
                    position: absolute;
                    content: "";
                    top: 0;
                    left: -65px;
                    width: 0px;
                    height: 100%;
                    border-left: 2px dotted #d5d5d5;
                }

                .faq-section.style-1 .section-wrapper .faq-item .faq-content h5 {
                    margin: 0;
                    padding-bottom: 20px;
                }

            .faq-section.style-1 .section-wrapper .faq-item:last-child .faq-content::before {
                display: none;
            }

    .faq-section.style-2 {
        background-position: top center;
        background-repeat: no-repeat;
        background-size: cover;
    }

        .faq-section.style-2 .section-wrapper .faq-schedule {
            background: #fff;
            border-radius: 6px;
            padding: 40px 20px;
            margin-bottom: 40px;
            box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
        }

    @media (min-width: 576px) {
        .faq-section.style-2 .section-wrapper .faq-schedule {
            padding: 60px 50px;
        }
    }

    @media (min-width: 992px) {
        .faq-section.style-2 .section-wrapper .faq-schedule {
            margin-bottom: 0;
        }
    }

    .faq-section.style-2 .section-wrapper .faq-schedule .faq-item {
        border-bottom: 1px solid #ededed;
        padding-bottom: 20px;
        padding-top: 40px;
    }

        .faq-section.style-2 .section-wrapper .faq-schedule .faq-item:first-child {
            padding-top: 0;
        }

        .faq-section.style-2 .section-wrapper .faq-schedule .faq-item:last-child {
            border-bottom: none;
            padding-bottom: 0px;
        }

        .faq-section.style-2 .section-wrapper .faq-schedule .faq-item .accordion-item {
            margin-bottom: 10px;
            display: inline-block;
        }

            .faq-section.style-2 .section-wrapper .faq-schedule .faq-item .accordion-item .faq-title {
                margin-bottom: 20px;
            }

                .faq-section.style-2 .section-wrapper .faq-schedule .faq-item .accordion-item .faq-title h5 {
                    margin: 0;
                }

            .faq-section.style-2 .section-wrapper .faq-schedule .faq-item .accordion-item .accordion-question {
                margin-bottom: 10px;
                cursor: pointer;
                display: flex;
                align-items: baseline;
            }

                .faq-section.style-2 .section-wrapper .faq-schedule .faq-item .accordion-item .accordion-question.in .icon img {
                    transform: rotate(90deg);
                }

                .faq-section.style-2 .section-wrapper .faq-schedule .faq-item .accordion-item .accordion-question .icon {
                    width: 25px;
                }

                    .faq-section.style-2 .section-wrapper .faq-schedule .faq-item .accordion-item .accordion-question .icon img {
                        margin-right: 10px;
                        -webkit-transition: all 0.3s ease-in-out;
                        -moz-transition: all 0.3s ease-in-out;
                        -ms-transition: all 0.3s ease-in-out;
                        -o-transition: all 0.3s ease-in-out;
                        transition: all 0.3s ease-in-out;
                    }

                .faq-section.style-2 .section-wrapper .faq-schedule .faq-item .accordion-item .accordion-question p {
                    margin-bottom: 0;
                    font-size: 1.125rem;
                    font-weight: 600;
                    font-family: "Roboto", sans-serif;
                    width: calc(100% - 25px);
                }

            .faq-section.style-2 .section-wrapper .faq-schedule .faq-item .accordion-item .accordion-answer {
                margin-left: 25px;
                display: none;
            }

    #side {
        width: 100%;
        max-width: 373.33px;
        float: left;
        position: relative;
        padding: 0;
        overflow: hidden;
    }

    .testimonial {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .testimonial-section.style-1 {
        padding: 40px;
        background: url(images/bg.png) #fff;
        border-radius: 10px;
        position: relative;
        box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
        transform: translateY(50px);
        overflow: hidden;
        margin-bottom: -50px;
    }

    @media (min-width: 576px) {
        .testimonial-section.style-1 {
            margin-top: 8px;
            padding: 100px 40px;
        }
    }

    .testimonial-section.style-1 .section-heading h2 {
        text-align: center;
        margin: 0;
        padding-bottom: 20px;
    }

    @media (min-width: 576px) {
        .testimonial-section.style-1 .section-heading h2 {
            padding-bottom: 70px;
        }
    }

    .testimonial-section.style-1 .section-wrapper {
        overflow: hidden;
    }

        .testimonial-section.style-1 .section-wrapper .testimonial-slider .slide-item {
            text-align: center;
        }

    @media (min-width: 992px) {
        .testimonial-section.style-1 .section-wrapper .testimonial-slider .slide-item {
            display: flex;
            flex-wrap: wrap;
            background: transparent;
            text-align: right;
            padding: 0;
            margin-right: -10px;
        }
    }

    .testimonial-section.style-1 .section-wrapper .testimonial-slider .slide-item .item-content {
        width: 100%;
    }

    @media (min-width: 992px) {
        .testimonial-section.style-1 .section-wrapper .testimonial-slider .slide-item .item-content {
            width: 80%;
        }
    }

    .testimonial-section.style-1 .section-wrapper .testimonial-slider .slide-item .item-content .client-comment {
        margin-bottom: 30px;
        font-size: 18px;
        line-height: 28px;
        font-style: italic;
        font-family: "Roboto", sans-serif;
    }

    .testimonial-section.style-1 .section-wrapper .testimonial-slider .slide-item .item-content .name .client-name {
        font-family: "Roboto", sans-serif;
        padding: 5px 0;
        margin: 0;
        font-weight: 600;
    }

    .testimonial-section.style-1 .section-wrapper .testimonial-slider .slide-item .item-content .name .designation {
        font-size: 0.93rem;
        font-weight: 400;
        font-family: "Roboto", sans-serif;
        color: #3f485d;
    }

    .testimonial-section.style-1 .section-wrapper .testimonial-slider .slide-item .item-thumb {
        width: 100%;
        margin-top: 20px;
    }

    @media (min-width: 992px) {
        .testimonial-section.style-1 .section-wrapper .testimonial-slider .slide-item .item-thumb {
            width: 20%;
        }
    }

    @media (min-width: 992px) {
        .testimonial-section.style-1 .section-wrapper .testimonial-slider :nth-child(even) .slide-item {
            flex-direction: row-reverse;
            text-align: left;
            margin-right: 0;
            margin-left: -10px;
        }
    }

    .testimonial-section.style-1:hover .testimonial-btn-prev {
        left: 1%;
    }

    .testimonial-section.style-1:hover .testimonial-btn-next {
        right: 1%;
    }

    .testimonial-section.style-2 {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        background-attachment: fixed;
    }

        .testimonial-section.style-2 .section-header h2 {
            color: #fff;
        }

            .testimonial-section.style-2 .section-header h2::after {
                display: none;
            }

            .testimonial-section.style-2 .section-header h2::before {
                display: none;
            }

        .testimonial-section.style-2 .section-header p {
            color: #fff;
        }

        .testimonial-section.style-2 .section-wrapper .testimonial-slider-two {
            overflow: hidden;
            position: relative;
        }

            .testimonial-section.style-2 .section-wrapper .testimonial-slider-two .slide-item {
                text-align: center;
            }

                .testimonial-section.style-2 .section-wrapper .testimonial-slider-two .slide-item .testi-thumb {
                    margin-bottom: 30px;
                }

                .testimonial-section.style-2 .section-wrapper .testimonial-slider-two .slide-item .testi-content {
                    max-width: 820px;
                    margin: auto;
                }

                    .testimonial-section.style-2 .section-wrapper .testimonial-slider-two .slide-item .testi-content .testi-text {
                        display: block;
                        margin-bottom: 30px;
                        font-family: "Roboto", sans-serif;
                        font-size: 1.25rem;
                        line-height: 29px;
                        font-weight: 400;
                        color: #d8e0f3;
                    }

                    .testimonial-section.style-2 .section-wrapper .testimonial-slider-two .slide-item .testi-content .name {
                        font-family: "Roboto", sans-serif;
                        color: #fff;
                        display: inline-block;
                    }

                    .testimonial-section.style-2 .section-wrapper .testimonial-slider-two .slide-item .testi-content .desc {
                        font-size: 0.875rem;
                        font-family: "Roboto", sans-serif;
                        font-weight: 400;
                        color: #d8e0f3;
                    }

                    .testimonial-section.style-2 .section-wrapper .testimonial-slider-two .slide-item .testi-content .rating {
                        display: flex;
                        justify-content: center;
                        margin: 0;
                        margin-top: 5px;
                    }

                        .testimonial-section.style-2 .section-wrapper .testimonial-slider-two .slide-item .testi-content .rating li {
                            list-style: none;
                            margin: 2px;
                        }

                            .testimonial-section.style-2 .section-wrapper .testimonial-slider-two .slide-item .testi-content .rating li i {
                                color: #fff;
                            }

            .testimonial-section.style-2 .section-wrapper .testimonial-slider-two .testimonial-btn-prev.btn {
                top: 60%;
                background: transparent;
            }

                .testimonial-section.style-2 .section-wrapper .testimonial-slider-two .testimonial-btn-prev.btn i {
                    color: #fff;
                }

            .testimonial-section.style-2 .section-wrapper .testimonial-slider-two .testimonial-btn-next.btn {
                top: 60%;
                background: transparent;
            }

                .testimonial-section.style-2 .section-wrapper .testimonial-slider-two .testimonial-btn-next.btn i {
                    color: #fff;
                }

            .testimonial-section.style-2 .section-wrapper .testimonial-slider-two:hover .testimonial-btn-prev.btn {
                left: 0;
            }

            .testimonial-section.style-2 .section-wrapper .testimonial-slider-two:hover .testimonial-btn-next.btn {
                right: 0;
            }

    .testimonial-section.style-4 {
        margin-top: 0px;
        transform: translateY(0px);
    }

    .testimonial-btn-prev {
        background: #ededed;
        position: absolute;
        top: 50%;
        left: -20%;
        transform: translateY(-50%);
        transition: all 0.3s ease;
        z-index: 1;
    }

        .testimonial-btn-prev i {
            color: #383a50;
            padding-top: 12px;
            padding-right: 2px;
        }

        .testimonial-btn-prev:hover {
            background: #6e0c79;
        }

            .testimonial-btn-prev:hover i {
                color: #fff;
            }

    .testimonial-btn-next {
        background: #ededed;
        position: absolute;
        top: 50%;
        right: -20%;
        transform: translateY(-50%);
        transition: all 0.3s ease;
        z-index: 1;
    }

        .testimonial-btn-next i {
            color: #383a50;
        }

        .testimonial-btn-next:hover {
            background: #6e0c79;
        }

            .testimonial-btn-next:hover i {
                color: #fff;
            }

    .blog-section {
        overflow: hidden;
    }

        .blog-section .section-header {
            position: relative;
        }

    @media (min-width: 768px) {
        .blog-section .section-header:hover h2::after {
            margin-left: 90px;
        }
    }

    .blog-section .section-header h2 {
        position: relative;
        margin: 0 auto;
        padding-bottom: 20px;
    }

    @media (min-width: 768px) {
        .blog-section .section-header h2 {
            margin: 0;
        }
    }

    @media (min-width: 768px) {
        .blog-section .section-header h2::before {
            left: 55px;
        }
    }

    @media (min-width: 768px) {
        .blog-section .section-header h2::after {
            left: 0;
            margin-left: 32px;
        }
    }

    .blog-section .section-header .all-view {
        position: relative;
        outline: none;
        color: #3f485d;
        font-family: "Roboto", sans-serif;
        text-transform: capitalize;
        font-weight: 400;
        margin-top: 40px;
        width: 100%;
    }

    @media (min-width: 768px) {
        .blog-section .section-header .all-view {
            top: -25px;
            margin-left: 60px;
            width: auto;
        }
    }

    .blog-section .section-header .all-view:hover {
        color: #6e0c79;
    }

        .blog-section .section-header .all-view:hover::after {
            color: #6e0c79;
        }

    .blog-section .section-header .all-view::after {
        position: absolute;
        content: "";
        font-family: "Font Awesome 5 Free";
        top: 50%;
        transform: translateY(-50%);
        color: #3f485d;
        font-weight: 600;
        padding-left: 5px;
    }

    @media (min-width: 768px) {
        .blog-section .section-header .all-view::after {
            right: -20px;
        }
    }

    @media (min-width: 768px) {
        .blog-section .section-header .all-view::before {
            width: 2px;
            height: 30px;
            top: -7px;
            left: -32px;
            background: #ededed;
            position: absolute;
            content: "";
        }
    }

    .blog-section .section-wrapper {
        overflow: hidden;
    }

    @media (min-width: 992px) {
        .blog-section .section-wrapper {
            margin: -15px;
        }
    }

    .blog-section .section-wrapper .post-item {
        width: 100%;
        float: left;
    }

    @media (min-width: 768px) {
        .blog-section .section-wrapper .post-item .post-item-inner {
            margin: 15px;
        }
    }

    .blog-section .section-wrapper .post-item .post-item-inner .post-thumb {
        overflow: hidden;
    }

        .blog-section .section-wrapper .post-item .post-item-inner .post-thumb a {
            display: block;
        }

            .blog-section .section-wrapper .post-item .post-item-inner .post-thumb a img {
                width: 100%;
                -webkit-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                -ms-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                transition: all 0.3s ease;
                display: block;
            }

    .blog-section .section-wrapper .post-item .post-item-inner .post-content {
        padding: 30px;
        border: 1px solid #ededed;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

        .blog-section .section-wrapper .post-item .post-item-inner .post-content > span {
            font-weight: 600;
            text-transform: uppercase;
            font-family: "Roboto", sans-serif;
            font-size: 0.875rem;
            color: #3f485d;
        }

        .blog-section .section-wrapper .post-item .post-item-inner .post-content h5 {
            margin: 0;
            padding: 5px 0px 15px 0px;
        }

            .blog-section .section-wrapper .post-item .post-item-inner .post-content h5 a {
                display: inline-block;
                outline: none;
            }

        .blog-section .section-wrapper .post-item .post-item-inner .post-content p {
            color: #3f485d;
        }

        .blog-section .section-wrapper .post-item .post-item-inner .post-content .meta-post span {
            align-items: center;
            display: flex;
            flex-wrap: wrap;
            width: 100%;
            color: #7f7f7f;
            font-size: 0.875rem;
            font-weight: 400;
            font-family: "Roboto", sans-serif;
        }

            .blog-section .section-wrapper .post-item .post-item-inner .post-content .meta-post span .date {
                color: #7f7f7f;
                position: relative;
                outline: none;
                padding-left: 15px;
            }

                .blog-section .section-wrapper .post-item .post-item-inner .post-content .meta-post span .date::after {
                    position: absolute;
                    content: "";
                    top: 0;
                    left: 4px;
                    width: 2px;
                    height: 100%;
                    background: #ededed;
                }

                .blog-section .section-wrapper .post-item .post-item-inner .post-content .meta-post span .date:hover {
                    color: #6e0c79;
                }

            .blog-section .section-wrapper .post-item .post-item-inner .post-content .meta-post span .name {
                color: #383a50;
                outline: none;
                font-weight: 600;
                padding: 0 5px;
            }

                .blog-section .section-wrapper .post-item .post-item-inner .post-content .meta-post span .name:hover {
                    color: #6e0c79;
                }

            .blog-section .section-wrapper .post-item .post-item-inner .post-content .meta-post span img {
                padding-right: 15px;
            }

    @media (max-width: 991px) {
        .blog-section .section-wrapper .post-item .post-item-inner .post-content .meta-post span img {
            display: none;
        }
    }

    .blog-section .section-wrapper .post-item .post-item-inner:hover .post-content h5 a {
        color: #6e0c79;
    }

    .blog-btn {
        position: absolute;
        left: 50%;
        top: 110%;
        display: flex;
        align-items: center;
        transform: translateX(-50%);
    }

    @media (min-width: 768px) {
        .blog-btn {
            top: 60px;
        }
    }

    @media (min-width: 992px) {
        .blog-btn {
            top: 20px;
            left: 98%;
            transform: translateX(-50%);
        }
    }

    .blog-navy {
        width: 16px;
        height: 16px;
        border: 2px solid #ededed;
        border-radius: 50%;
        padding: 6px;
        margin: 3px;
        cursor: pointer;
        transition: all 0.3s ease;
    }

        .blog-navy:hover {
            border-color: #6e0c79;
        }

    .blog-btn-prev {
        border-color: #6e0c79;
    }

        .blog-btn-prev:hover {
            border-color: #ededed;
        }

    .contact-section .section-wrapper .contact {
        margin: 0 -15px;
    }

        .contact-section .section-wrapper .contact .contact-item {
            width: calc(100% / 1);
        }

    @media (min-width: 768px) {
        .contact-section .section-wrapper .contact .contact-item {
            width: calc(100% / 2);
        }
    }

    .contact-section .section-wrapper .contact .contact-item .contact-item-inner {
        margin: 15px;
    }

        .contact-section .section-wrapper .contact .contact-item .contact-item-inner input, .contact-section .section-wrapper .contact .contact-item .contact-item-inner select {
            padding: 20px;
            background: #fff;
            border-radius: 6px;
            color: #383a50;
            border: none;
        }

        .contact-section .section-wrapper .contact .contact-item .contact-item-inner textarea {
            border: none;
            background: #fff;
            padding: 20px;
            border-radius: 6px;
        }

    .contact-section .section-wrapper .submit-btn {
        width: 100%;
    }

        .contact-section .section-wrapper .submit-btn [type=submit] {
            width: 100%;
            background: #2bcdda;
            font-family: "Roboto", sans-serif;
            font-size: 0.875rem;
            font-weight: 600;
            text-transform: uppercase;
            border-radius: 6px;
            padding: 19px;
            transition: all 0.3s ease;
        }

            .contact-section .section-wrapper .submit-btn [type=submit]:hover {
                background: #383a50;
            }

    .contact-section .section-wrapper .contact-info {
        margin-top: 15px;
        border-radius: 6px;
        text-align: center;
    }

        .contact-section .section-wrapper .contact-info h5 {
            margin: 0;
            padding: 10px 0;
        }

        .contact-section .section-wrapper .contact-info span {
            display: block;
            padding: 5px 0;
            margin: 2px 0;
        }

        .contact-section .section-wrapper .contact-info h3 {
            margin-top: 0;
            margin-bottom: 30px;
        }

        .contact-section .section-wrapper .contact-info .name {
            font-size: 20px;
            font-weight: 600;
            font-family: "Poppins", sans-serif;
            display: inline-block;
            outline: none;
            margin-top: 20px;
            margin-bottom: 0px;
            color: #383a50;
            transition: all 0.3s ease;
        }

    @media (min-width: 768px) {
        .contact-section .section-wrapper .contact-info .name {
            display: block;
        }
    }

    @media (min-width: 992px) {
        .contact-section .section-wrapper .contact-info .name {
            display: inline-block;
        }
    }

    .contact-section .section-wrapper .contact-info .name:hover {
        color: #6e0c79;
    }

    .contact-section .section-wrapper .contact-info .contact-dec {
        margin: 0;
        margin-bottom: 20px;
        color: #3f485d;
        font-family: "Roboto", sans-serif;
    }

    .contact-section .section-wrapper .contact-info p {
        font-family: "Roboto", sans-serif;
        color: #3f485d;
    }

    .contact-section .section-wrapper .contact-info .newevent-right-list {
        margin: 40px 0;
    }

        .contact-section .section-wrapper .contact-info .newevent-right-list li {
            list-style: none;
            display: flex;
            padding: 15px 0;
            border-top: 1px solid #ededed;
            font-family: "Roboto", sans-serif;
        }

            .contact-section .section-wrapper .contact-info .newevent-right-list li:last-child {
                border-bottom: 1px solid #ededed;
            }

            .contact-section .section-wrapper .contact-info .newevent-right-list li .newevent-icon {
                width: 20%;
                text-align: center;
                border-left: 1px solid #ededed;
                border-right: 1px solid #ededed;
                padding: 15px 0;
                margin: -30px 15px;
                position: relative;
                margin-right: 0;
            }

                .contact-section .section-wrapper .contact-info .newevent-right-list li .newevent-icon i {
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    text-align: center;
                    transform: translateX(-50%) translateY(-50%);
                    color: #7f7f7f;
                }

            .contact-section .section-wrapper .contact-info .newevent-right-list li .newevent-addres {
                width: calc(100% - 20%);
                border-right: 1px solid #ededed;
                padding: 31px 0;
                margin: -30px 15px;
                margin-left: 0;
                text-align: left;
                padding-left: 15px;
                word-break: break-all;
            }

                .contact-section .section-wrapper .contact-info .newevent-right-list li .newevent-addres a {
                    margin: 2px;
                    display: inline-block;
                    outline: none;
                    color: #3f485d;
                    transition: all 0.3s ease;
                }

                    .contact-section .section-wrapper .contact-info .newevent-right-list li .newevent-addres a:hover {
                        color: #6e0c79;
                    }

    .contact-section.style-2 {
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
    }

        .contact-section.style-2 .contact-info {
            padding: 0;
            background: inherit;
        }

            .contact-section.style-2 .contact-info .section-header {
                margin-bottom: 20px;
            }

            .contact-section.style-2 .contact-info .section-wrapper .number {
                font-size: 36px;
                font-family: "Poppins", sans-serif;
                font-weight: 600;
                color: #6e0c79;
                text-align: center;
            }

            .contact-section.style-2 .contact-info .section-wrapper .address {
                margin: 0;
                text-align: center;
            }

                .contact-section.style-2 .contact-info .section-wrapper .address li {
                    list-style: none;
                    font-weight: 600;
                    font-size: 18px;
                    font-family: "Roboto", sans-serif;
                    display: inline-block;
                    margin: 0 20px;
                    padding: 0;
                }

    @media (min-width: 768px) {
        .contact-section.style-2 .contact-info .section-wrapper .address li:last-child {
            position: relative;
        }
    }

    @media (min-width: 768px) {
        .contact-section.style-2 .contact-info .section-wrapper .address li:last-child::before {
            position: absolute;
            content: "";
            width: 5px;
            height: 5px;
            border-radius: 50%;
            background: #6e0c79;
            top: 50%;
            left: -25px;
            transform: translateY(-50%);
        }
    }

    .contact-section.style-2 .contact-info .section-wrapper .social-link-list {
        justify-content: center;
        margin-top: 50px;
    }

        .contact-section.style-2 .contact-info .section-wrapper .social-link-list li a {
            width: 60px;
            height: 60px;
            line-height: 60px;
            margin: 0 5px;
            font-size: 18px;
        }

    .contact-section.style-2 .subscribe .section-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }

        .contact-section.style-2 .subscribe .section-wrapper .email {
            width: 100%;
        }

    @media (min-width: 992px) {
        .contact-section.style-2 .subscribe .section-wrapper .email {
            width: auto;
        }
    }

    .contact-section.style-2 .subscribe .section-wrapper .email input {
        color: #3f485d;
        font-size: 17px;
        line-height: 24px;
        padding: 16px;
        background: #fff;
        width: 100%;
        border-radius: 4px;
        margin-right: 15px;
        margin-top: 0;
        margin-bottom: 0;
        border: 1px solid #ededed;
    }

    @media (min-width: 992px) {
        .contact-section.style-2 .subscribe .section-wrapper .email input {
            width: 550px;
        }
    }

    .contact-section.style-2 .subscribe .section-wrapper .sc-btn {
        margin-top: 40px;
    }

    @media (min-width: 992px) {
        .contact-section.style-2 .subscribe .section-wrapper .sc-btn {
            margin-top: 0;
        }
    }

    .contact-section.style-2 .subscribe .section-wrapper .sc-btn [type=submit] {
        padding: 19px 47px;
        background: #6e0c79;
        border-radius: 3px;
    }

        .contact-section.style-2 .subscribe .section-wrapper .sc-btn [type=submit]:hover {
            background: #383a50;
        }

    .gmap-section div#map iframe {
        width: 100%;
        height: 100%;
        border: none;
        margin-bottom: 0;
        box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    }

    .gmap-section.style-1 .maps-title {
        text-align: center;
        background: #6e0c79;
        z-index: 1;
    }

        .gmap-section.style-1 .maps-title h2 {
            color: #fff;
            margin: 0;
            padding: 40px 0;
        }

    .gmap-section.style-1 div#map {
        height: 600px;
    }

    .gmap-section.style-2 div#map {
        height: 498px;
        margin-top: 50px;
        border-radius: 6px;
    }

    .gmap-section.style-3 .gmap-widget {
        background: #fff;
        border-radius: 8px;
        padding: 40px;
        margin: 40px 0;
    }

    @media (min-width: 992px) {
        .gmap-section.style-3 .gmap-widget {
            margin: 0;
        }
    }

    .gmap-section.style-3 .gmap-widget h5 {
        margin-bottom: 0;
    }

    .gmap-section.style-3 .gmap-widget .widget-list {
        padding-top: 20px;
        padding-bottom: 10px;
        margin: 0;
    }

        .gmap-section.style-3 .gmap-widget .widget-list li {
            list-style: none;
            padding: 7px 0;
        }

            .gmap-section.style-3 .gmap-widget .widget-list li i {
                padding-right: 8px;
                color: #6e0c79;
            }

    .gmap-section.style-3 div#map {
        height: 423px;
        border-radius: 6px;
    }

    .gmap-section.style-4 {
        height: 100vh;
    }

        .gmap-section.style-4 div#map {
            height: 600px;
        }

    .newevent-section .section-wrapper .newevent-left {
        margin-bottom: 40px;
    }

    @media (min-width: 992px) {
        .newevent-section .section-wrapper .newevent-left {
            margin-bottom: 0;
            display: flex;
            align-items: center;
        }
    }

    .newevent-section .section-wrapper .newevent-left .newevent-thumb img {
        width: 100%;
    }

    .newevent-section .section-wrapper .newevent-left .newevent-time {
        background: #6e0c79;
        padding: 40px;
        border-radius: 6px;
        margin: 0 20px;
        margin-top: -40px;
        z-index: 1;
        position: relative;
    }

    @media (min-width: 992px) {
        .newevent-section .section-wrapper .newevent-left .newevent-time {
            margin-left: -70px;
            margin-top: 0;
        }
    }

    .newevent-section .section-wrapper .newevent-left .newevent-time .countdown {
        margin: 0;
        justify-content: space-around;
    }

        .newevent-section .section-wrapper .newevent-left .newevent-time .countdown li {
            list-style: none;
            text-align: center;
            border-bottom: 4px dotted #ffffff73;
            margin-bottom: 10px;
        }

            .newevent-section .section-wrapper .newevent-left .newevent-time .countdown li:last-child {
                border-bottom: none;
            }

            .newevent-section .section-wrapper .newevent-left .newevent-time .countdown li .count-number {
                font-size: 30px;
                line-height: 2.625rem;
                font-family: "Roboto", sans-serif;
                font-weight: 600;
                color: #fff;
            }

            .newevent-section .section-wrapper .newevent-left .newevent-time .countdown li p {
                color: #fff;
                font-family: "Roboto", sans-serif;
                font-weight: 400;
                margin-bottom: 10px;
            }

    .newevent-section .section-wrapper .newevent-right .acive-content span {
        font-weight: 600;
        font-size: 18px;
        line-height: 1.625rem;
        font-family: "Poppins", sans-serif;
        text-transform: uppercase;
    }

    .newevent-section .section-wrapper .newevent-right .acive-content h2 {
        margin-bottom: 20px;
    }

    .newevent-section .section-wrapper .newevent-right .acive-content p {
        display: inline-block;
    }

    .newevent-section .section-wrapper .newevent-right .acive-content .newevent-right-list {
        margin: 40px 0;
    }

        .newevent-section .section-wrapper .newevent-right .acive-content .newevent-right-list li {
            list-style: none;
            display: flex;
            padding: 15px 0;
            border-top: 1px solid #ededed;
            font-family: "Roboto", sans-serif;
        }

            .newevent-section .section-wrapper .newevent-right .acive-content .newevent-right-list li:last-child {
                border-bottom: 1px solid #ededed;
            }

            .newevent-section .section-wrapper .newevent-right .acive-content .newevent-right-list li .newevent-icon {
                width: 12%;
                text-align: center;
                border-left: 1px solid #ededed;
                border-right: 1px solid #ededed;
                padding: 15px 0;
                margin: -30px 15px;
                position: relative;
            }

                .newevent-section .section-wrapper .newevent-right .acive-content .newevent-right-list li .newevent-icon i {
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    text-align: center;
                    transform: translateX(-50%) translateY(-50%);
                    color: #7f7f7f;
                }

            .newevent-section .section-wrapper .newevent-right .acive-content .newevent-right-list li .newevent-addres {
                width: calc(100% - 12%);
                border-right: 1px solid #ededed;
                padding: 31px 0;
                margin: -30px 15px;
            }

                .newevent-section .section-wrapper .newevent-right .acive-content .newevent-right-list li .newevent-addres span {
                    font-weight: 600;
                    font-size: 1rem;
                }

    .newevent-section .section-wrapper .newevent-right .acive-content .btn-defult {
        margin-top: 40px;
    }

    .achivement-section.style-1 {
        padding-bottom: 10px;
    }

        .achivement-section.style-1 .section-wrapper .achivement-part {
            background: #fff;
            padding: 40px;
            box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
            border-radius: 6px;
        }

    @media (min-width: 768px) {
        .achivement-section.style-1 .section-wrapper .achivement-part {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            padding: 80px 45px;
            transform: translateY(-55px);
        }
    }

    .achivement-section.style-1 .section-wrapper .achivement-part .achive-left {
        margin-bottom: 40px;
    }

    @media (min-width: 992px) {
        .achivement-section.style-1 .section-wrapper .achivement-part .achive-left {
            margin-bottom: 0;
            padding-right: 30px;
        }
    }

    .achivement-section.style-1 .section-wrapper .achivement-part .achive-left h3 {
        margin-bottom: 20px;
    }

    .achivement-section.style-1 .section-wrapper .achivement-part .achive-left p {
        margin-bottom: 0;
    }

    .achivement-section.style-1 .section-wrapper .achivement-part .achive-right .achive-slider {
        overflow: hidden;
        position: relative;
    }

        .achivement-section.style-1 .section-wrapper .achivement-part .achive-right .achive-slider .achive-item {
            text-align: center;
        }

            .achivement-section.style-1 .section-wrapper .achivement-part .achive-right .achive-slider .achive-item .achive-thumb {
                height: 166px;
            }

            .achivement-section.style-1 .section-wrapper .achivement-part .achive-right .achive-slider .achive-item .achive-content p {
                margin-bottom: 0;
                margin-top: 15px;
            }

        .achivement-section.style-1 .section-wrapper .achivement-part .achive-right .achive-slider .achive-btn-next {
            position: absolute;
            top: 50%;
            left: -10%;
            transform: translateY(-50%);
            z-index: 1;
            font-size: 1.25rem;
            color: #f2f2f2;
            cursor: pointer;
            transition: all 0.3s ease;
        }

            .achivement-section.style-1 .section-wrapper .achivement-part .achive-right .achive-slider .achive-btn-next :hover {
                color: #6e0c79;
            }

        .achivement-section.style-1 .section-wrapper .achivement-part .achive-right .achive-slider .achive-btn-prev {
            position: absolute;
            top: 50%;
            right: -10%;
            transform: translateY(-50%);
            z-index: 1;
            font-size: 1.25rem;
            color: #f2f2f2;
            cursor: pointer;
            transition: all 0.3s ease;
        }

            .achivement-section.style-1 .section-wrapper .achivement-part .achive-right .achive-slider .achive-btn-prev :hover {
                color: #6e0c79;
            }

        .achivement-section.style-1 .section-wrapper .achivement-part .achive-right .achive-slider:hover .achive-btn-next {
            left: 0%;
        }

        .achivement-section.style-1 .section-wrapper .achivement-part .achive-right .achive-slider:hover .achive-btn-prev {
            right: 0%;
        }

    .achivement-section.style-2 {
        background: #edf5f8;
    }

    @media (min-width: 768px) {
        .achivement-section.style-2 .achive-left {
            background: url(../images/achive/bg.png);
            background-size: cover;
            background-position: center center;
            background-repeat: no-repeat;
            height: 890px;
        }
    }

    .achivement-section.style-2 .achive-right {
        padding-top: 40px;
    }

    @media (min-width: 768px) {
        .achivement-section.style-2 .achive-right {
            padding-top: 0px;
            padding: 40px;
        }
    }

    @media (min-width: 992px) {
        .achivement-section.style-2 .achive-right {
            padding: 0;
            padding-left: 40px;
        }
    }

    .achivement-section.style-2 .achive-right .section-header {
        margin-bottom: 30px;
    }

    @media (min-width: 768px) {
        .achivement-section.style-2 .achive-right .section-header {
            text-align: left;
        }
    }

    .achivement-section.style-2 .achive-right .section-header span {
        font-size: 1.25rem;
        font-family: "Roboto", sans-serif;
        margin-bottom: 10px;
        display: inline-block;
    }

    .achivement-section.style-2 .achive-right .section-header h2 {
        margin-bottom: 0;
        padding-bottom: 0;
    }

        .achivement-section.style-2 .achive-right .section-header h2:after, .achivement-section.style-2 .achive-right .section-header h2:before {
            display: none;
        }

    @media (min-width: 768px) {
        .achivement-section.style-2 .achive-right .section-wrapper .achive-content .achive-item {
            display: flex;
            align-items: center;
        }
    }

    .achivement-section.style-2 .achive-right .section-wrapper .achive-content .achive-item .achive-thumb {
        width: 100%;
        text-align: center;
    }

    @media (min-width: 768px) {
        .achivement-section.style-2 .achive-right .section-wrapper .achive-content .achive-item .achive-thumb {
            width: 20%;
        }
    }

    .achivement-section.style-2 .achive-right .section-wrapper .achive-content .achive-item .content {
        box-shadow: none;
        padding: 40px 15px;
        width: 100%;
        background: #edf5f8;
        text-align: center;
    }

    @media (min-width: 768px) {
        .achivement-section.style-2 .achive-right .section-wrapper .achive-content .achive-item .content {
            width: calc(100% - 20%);
            text-align: left;
        }
    }

    @media (min-width: 1200px) {
        .achivement-section.style-2 .achive-right .section-wrapper .achive-content .achive-item .content {
            padding: 40px;
        }
    }

    .achivement-section.style-2 .achive-right .section-wrapper .achive-content .achive-item .content p {
        margin-bottom: 0;
    }

    .counreup-section .counterup {
        margin: 0;
        background: #fff;
        border-radius: 6px;
        padding: 40px 0;
        display: flex;
        justify-content: space-around;
        text-align: center;
        flex-wrap: wrap;
    }

    @media (min-width: 992px) {
        .counreup-section .counterup {
            margin-top: -50px !important;
            padding: 0;
        }
    }

    .counreup-section .counterup .counterup-list {
        width: 100%;
        text-align: center;
        padding: 0;
        border: 1px solid #ededed;
        border-bottom: none;
    }

    @media (min-width: 768px) {
        .counreup-section .counterup .counterup-list {
            width: 50%;
        }
    }

    @media (min-width: 992px) {
        .counreup-section .counterup .counterup-list {
            width: 25%;
        }
    }

    .counreup-section .counterup .counterup-list:first-child {
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    }

    @media (min-width: 768px) {
        .counreup-section .counterup .counterup-list:first-child {
            border-top-right-radius: 0;
            border-right: none;
        }
    }

    @media (min-width: 992px) {
        .counreup-section .counterup .counterup-list:first-child {
            border-bottom: 1px solid #ededed;
            border-bottom-left-radius: 6px;
        }
    }

    .counreup-section .counterup .counterup-list:first-child .c-event {
        border-top-left-radius: 6px;
    }

    @media (min-width: 992px) {
        .counreup-section .counterup .counterup-list:first-child .c-event {
            border-top-left-radius: 0;
        }
    }

    .counreup-section .counterup .counterup-list:first-child .c-clients {
        border-top-right-radius: 6px;
    }

    @media (min-width: 768px) {
        .counreup-section .counterup .counterup-list:nth-child(2) {
            border-top-right-radius: 6px;
        }
    }

    @media (min-width: 992px) {
        .counreup-section .counterup .counterup-list:nth-child(2) {
            border-bottom: 1px solid #ededed;
            border-top-right-radius: 0;
            border-right: none;
        }
    }

    .counreup-section .counterup .counterup-list:nth-child(3) {
        border-right: 1px solid #ededed;
    }

    @media (min-width: 768px) {
        .counreup-section .counterup .counterup-list:nth-child(3) {
            border-bottom: 1px solid #ededed;
            border-right: none;
        }
    }

    @media (min-width: 992px) {
        .counreup-section .counterup .counterup-list:nth-child(3) {
            border-bottom-left-radius: 0;
            border-right: none;
        }
    }

    .counreup-section .counterup .counterup-list:last-child {
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
        border-bottom: 1px solid #ededed;
    }

    @media (min-width: 768px) {
        .counreup-section .counterup .counterup-list:last-child {
            border-bottom-left-radius: 0;
        }
    }

    @media (min-width: 992px) {
        .counreup-section .counterup .counterup-list:last-child {
            border-bottom: 1px solid #ededed;
            border-top-right-radius: 6px;
        }
    }

    .counreup-section .counterup .counterup-list:last-child .c-event {
        border-bottom-left-radius: 6px;
    }

    .counreup-section .counterup .counterup-list:last-child .c-clients {
        border-bottom-right-radius: 6px;
    }

    .counreup-section .counterup .counterup-list .c-event-title {
        display: block;
        padding: 14px 0;
        font-size: 18px;
        border-bottom: 1px solid #ededed;
    }

    .counreup-section .counterup .counterup-list .c-event {
        position: relative;
        width: 100%;
        padding: 10px 0;
    }

    .counreup-section .counterup .counterup-list .c-employ {
        position: relative;
        width: 100%;
        padding: 10px 0;
    }

    .counreup-section .counterup .counterup-list .c-vanues {
        position: relative;
        width: 100%;
        padding: 10px 0;
    }

    .counreup-section .counterup .counterup-list .c-clients {
        position: relative;
        width: 100%;
        padding: 10px 0;
    }

    .counreup-section .counterup .counterup-list .c-event-top {
        font-size: 60px;
        line-height: 4.875rem;
        font-weight: 900;
        font-family: "Roboto", sans-serif;
        color: #f2f2f2;
        display: block;
        text-transform: capitalize;
        position: absolute;
        top: -9px;
        left: 50%;
        text-align: center;
        transform: translateX(-50%);
    }

    @media (min-width: 992px) {
        .counreup-section .counterup .counterup-list .c-event-top {
            font-size: 36px;
            line-height: 3.125rem;
        }
    }

    @media (min-width: 1200px) {
        .counreup-section .counterup .counterup-list .c-event-top {
            font-size: 60px;
            line-height: 4.875rem;
        }
    }

    .counreup-section .counterup .counterup-list .counter, .counreup-section .counterup .counterup-list .plus-icon {
        font-family: "Roboto", sans-serif;
        font-weight: 600;
        font-size: 54px;
        color: #383a50;
        margin-top: 30px;
        display: inline-block;
        z-index: 1;
        position: relative;
    }

    .counreup-section .counterup .counterup-list p {
        max-width: 200px;
        margin: 0 auto;
        margin-bottom: 30px;
    }

    .management-section.style-1 .section-wrapper .management-head .management-item {
        margin: 30px 0;
    }

    @media (min-width: 768px) {
        .management-section.style-1 .section-wrapper .management-head .management-item {
            display: flex;
            align-items: center;
        }
    }

    .management-section.style-1 .section-wrapper .management-head .management-item:hover img {
        transform: scale(1.3);
    }

    .management-section.style-1 .section-wrapper .management-head .management-item:hover .content .name a {
        color: #6e0c79;
    }

    .management-section.style-1 .section-wrapper .management-head .management-item .management-thumb {
        width: 100%;
        overflow: hidden;
        border-radius: 12px;
    }

    @media (min-width: 768px) {
        .management-section.style-1 .section-wrapper .management-head .management-item .management-thumb {
            width: 40%;
        }
    }

    .management-section.style-1 .section-wrapper .management-head .management-item .management-thumb img {
        width: 100%;
        display: block;
        transition: all 0.3s ease;
    }

    .management-section.style-1 .section-wrapper .management-head .management-item .content {
        box-shadow: none;
        width: 100%;
        margin: 0;
        padding: 20px 0;
    }

    @media (min-width: 768px) {
        .management-section.style-1 .section-wrapper .management-head .management-item .content {
            width: 60%;
            padding: 30px;
        }
    }

    .management-section.style-1 .section-wrapper .management-head .management-item .content .name a {
        font-family: "Poppins", sans-serif;
        font-weight: 600;
        font-size: 22px;
        outline: none;
        display: inline-block;
        color: #383a50;
    }

    .management-section.style-1 .section-wrapper .management-head .management-item .content .social-profile .icon {
        background: transparent;
        text-align: center;
        margin: 3px;
        outline: none;
        display: inline-block;
        transition: all 0.3s ease;
    }

        .management-section.style-1 .section-wrapper .management-head .management-item .content .social-profile .icon:hover i {
            color: #6e0c79;
        }

        .management-section.style-1 .section-wrapper .management-head .management-item .content .social-profile .icon i {
            color: #3f485d;
        }

    @media (min-width: 768px) {
        .management-section.style-1 .section-wrapper .other-member {
            margin: 0 -8px;
        }
    }

    .management-section.style-1 .section-wrapper .other-member .management-item {
        width: calc(100% / 1);
    }

    @media (min-width: 768px) {
        .management-section.style-1 .section-wrapper .other-member .management-item {
            width: calc(100% / 3);
        }
    }

    @media (min-width: 1200px) {
        .management-section.style-1 .section-wrapper .other-member .management-item {
            width: calc(100% / 6);
        }
    }

    @media (min-width: 768px) {
        .management-section.style-1 .section-wrapper .other-member .management-item .management-item-inner {
            margin: 8px;
        }
    }

    .management-section.style-1 .section-wrapper .other-member .management-item .management-item-inner .management-thumb {
        border-radius: 12px;
        overflow: hidden;
    }

        .management-section.style-1 .section-wrapper .other-member .management-item .management-item-inner .management-thumb img {
            transition: all 0.3s ease;
            display: block;
            width: 100%;
        }

    .management-section.style-1 .section-wrapper .other-member .management-item .management-item-inner .content {
        width: 100%;
        box-shadow: none;
        margin: 0;
        padding: 20px 0 0;
        text-align: center;
    }

        .management-section.style-1 .section-wrapper .other-member .management-item .management-item-inner .content .name a {
            font-size: 18px;
            display: inline-block;
            color: #383a50;
            font-weight: 600;
            font-family: "Poppins", sans-serif;
            transition: all 0.3s ease;
        }

        .management-section.style-1 .section-wrapper .other-member .management-item .management-item-inner .content .name p {
            margin-bottom: 10px;
            font-weight: 400;
            font-family: "Roboto", sans-serif;
            font-size: 0.875rem;
        }

        .management-section.style-1 .section-wrapper .other-member .management-item .management-item-inner .content .social-profile .icon {
            background: transparent;
        }

            .management-section.style-1 .section-wrapper .other-member .management-item .management-item-inner .content .social-profile .icon a {
                display: block;
                margin: 2px;
            }

                .management-section.style-1 .section-wrapper .other-member .management-item .management-item-inner .content .social-profile .icon a:hover i {
                    color: #6e0c79;
                }

                .management-section.style-1 .section-wrapper .other-member .management-item .management-item-inner .content .social-profile .icon a i {
                    color: #3f485d;
                }

    .management-section.style-1 .section-wrapper .other-member .management-item .management-item-inner:hover img {
        transform: scale(1.3);
    }

    .management-section.style-1 .section-wrapper .other-member .management-item .management-item-inner:hover .name a {
        color: #6e0c79;
    }

    .choose-us.style-1 {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

        .choose-us.style-1 .section-wrapper {
            padding: 30px;
            box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
            border-radius: 12px;
            opacity: 0.95;
            background: #fff;
        }

            .choose-us.style-1 .section-wrapper .choose-item {
                width: calc(100% / 1);
                position: relative;
            }

    @media (min-width: 992px) {
        .choose-us.style-1 .section-wrapper .choose-item {
            width: calc(100% / 2);
        }
    }

    @media (min-width: 992px) {
        .choose-us.style-1 .section-wrapper .choose-item:nth-child(odd) .item-inner::after {
            content: "";
            width: 1px;
            height: 100%;
            background: #e7e7e7;
            position: absolute;
            top: 0;
            right: 0;
        }
    }

    @media (min-width: 992px) {
        .choose-us.style-1 .section-wrapper .choose-item:nth-child(even) .item-inner {
            padding-left: 30px;
        }
    }

    .choose-us.style-1 .section-wrapper .choose-item:nth-child(1) .item-inner::before {
        display: none;
    }

    .choose-us.style-1 .section-wrapper .choose-item:nth-child(2) .item-inner::before {
        display: none;
    }

    @media (min-width: 992px) {
        .choose-us.style-1 .section-wrapper .choose-item:nth-child(odd)::after {
            content: "";
            position: absolute;
            width: 15px;
            height: 15px;
            border-radius: 50%;
            background: #fff;
            top: -7px;
            right: -7px;
            z-index: 1;
        }
    }

    .choose-us.style-1 .section-wrapper .choose-item:nth-child(1)::after {
        display: none;
    }

    .choose-us.style-1 .section-wrapper .choose-item:nth-child(2)::after {
        display: none;
    }

    .choose-us.style-1 .section-wrapper .choose-item .item-inner {
        text-align: center;
        padding: 30px 0;
        position: relative;
    }

    @media (min-width: 768px) {
        .choose-us.style-1 .section-wrapper .choose-item .item-inner {
            display: flex;
            text-align: left;
        }
    }

    @media (min-width: 992px) {
        .choose-us.style-1 .section-wrapper .choose-item .item-inner::before {
            content: "";
            width: 100%;
            height: 1px;
            background: #e7e7e7;
            position: absolute;
            top: 0;
            right: 0;
        }
    }

    .choose-us.style-1 .section-wrapper .choose-item .item-inner .choose-icon span {
        width: 64px;
        height: 64px;
        color: #fff;
        border-radius: 50%;
        font-size: 20px;
        line-height: 64px;
        display: inline-block;
        text-align: center;
        background: #0fbcf9;
        margin-bottom: 25px;
    }

    @media (min-width: 768px) {
        .choose-us.style-1 .section-wrapper .choose-item .item-inner .choose-icon span {
            margin-right: 20px;
            margin-bottom: 0;
        }
    }

    .choose-us.style-1 .section-wrapper .choose-item .item-inner .content {
        width: 100%;
    }

        .choose-us.style-1 .section-wrapper .choose-item .item-inner .content h6 {
            color: #383a50;
            margin-top: 0;
        }

        .choose-us.style-1 .section-wrapper .choose-item .item-inner .content p {
            color: #3f485d;
            margin-bottom: 0;
            font-family: "Roboto", sans-serif;
        }

    .choose-us .section-wrapper .choose-item:nth-child(2) .item-inner .choose-icon span {
        background: #3c40c6;
    }

    .choose-us .section-wrapper .choose-item:nth-child(3) .item-inner .choose-icon span {
        background: #9c27b0;
    }

    .choose-us .section-wrapper .choose-item:nth-child(4) .item-inner .choose-icon span {
        background: #f53b57;
    }

    .choose-us .section-wrapper .choose-item:nth-child(5) .item-inner .choose-icon span {
        background: #ffa801;
    }

    .choose-us .section-wrapper .choose-item:nth-child(6) .item-inner .choose-icon span {
        background: #009688;
    }

    .choose-us .section-wrapper .choose-item:nth-child(7) .item-inner .choose-icon span {
        background: #00d8d6;
    }

    .choose-us .section-wrapper .choose-item:nth-child(8) .item-inner .choose-icon span {
        background: #ffd32a;
    }

    .sponsor-opportunity.style-1 .opportunity-top .section-header p {
        margin-bottom: 10px;
    }

    .sponsor-opportunity.style-1 .opportunity-top .section-header h2 {
        margin-bottom: 0;
    }

    .sponsor-opportunity.style-1 .opportunity-top .section-wrapper p {
        text-align: center;
        padding-bottom: 50px;
    }

    .sponsor-opportunity.style-1 .opportunity-bottom .opportunity-bottom-top {
        margin-bottom: 60px;
    }

        .sponsor-opportunity.style-1 .opportunity-bottom .opportunity-bottom-top .section-header h5 {
            margin: 0;
        }

        .sponsor-opportunity.style-1 .opportunity-bottom .opportunity-bottom-top .section-wrapper {
            text-align: center;
        }

    @media (min-width: 992px) {
        .sponsor-opportunity.style-1 .opportunity-bottom .opportunity-bottom-top .section-wrapper {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: baseline;
        }
    }

    .sponsor-opportunity.style-1 .opportunity-bottom .opportunity-bottom-top .section-wrapper .opportunity-item {
        background: #edf5f8;
        padding: 50px;
        border-radius: 6px;
        margin: 15px 0;
    }

    @media (min-width: 992px) {
        .sponsor-opportunity.style-1 .opportunity-bottom .opportunity-bottom-top .section-wrapper .opportunity-item {
            margin: 0 1.5px;
        }
    }

    .sponsor-opportunity.style-1 .opportunity-bottom .opportunity-bottom-top .section-wrapper .opportunity-item .opportunity-content h5 {
        padding-top: 25px;
        padding-bottom: 5px;
    }

    .sponsor-opportunity.style-1 .opportunity-bottom .opportunity-bottom-top .section-wrapper .opportunity-item .opportunity-content span {
        font-family: "Roboto", sans-serif;
        font-size: 20px;
        color: #6e0c79;
        font-weight: 600;
    }

    .sponsor-opportunity.style-1 .opportunity-bottom .opportunity-bottom-bottom {
        display: flex;
        flex-wrap: wrap;
        max-width: 865px;
        margin: 0 auto;
    }

        .sponsor-opportunity.style-1 .opportunity-bottom .opportunity-bottom-bottom .opportunity-item {
            width: calc(100% / 2);
            margin: 20px 0;
            padding: 20px 0;
            text-align: center;
            transition: all 0.3s ease;
        }

    @media (min-width: 576px) {
        .sponsor-opportunity.style-1 .opportunity-bottom .opportunity-bottom-bottom .opportunity-item {
            width: calc(100% / 3);
        }
    }

    @media (min-width: 768px) {
        .sponsor-opportunity.style-1 .opportunity-bottom .opportunity-bottom-bottom .opportunity-item {
            width: calc(100% / 5);
            margin: 0;
        }
    }

    @media (min-width: 1200px) {
        .sponsor-opportunity.style-1 .opportunity-bottom .opportunity-bottom-bottom .opportunity-item {
            padding-bottom: 0;
        }
    }

    .sponsor-opportunity.style-1 .opportunity-bottom .opportunity-bottom-bottom .opportunity-item:hover {
        box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
        transform: translateY(-25px);
        border-radius: 6px;
    }

    .sponsor-opportunity.style-1 .opportunity-bottom .opportunity-bottom-bottom .opportunity-item .opportunity-content a {
        font-family: "Roboto", sans-serif;
        font-weight: 600;
        font-size: 1.125rem;
        color: #06163a;
        margin-bottom: 5px;
        margin-top: 20px;
        display: block;
    }

    .sponsor-opportunity.style-1 .opportunity-bottom .opportunity-bottom-bottom .opportunity-item .opportunity-content span {
        font-family: "Roboto", sans-serif;
        font-weight: 600;
        font-size: 1.125rem;
        color: #6e0c79;
    }

    .sponsor-opportunity-details.style-1 {
        background: #edf5f8;
    }

        .sponsor-opportunity-details.style-1 .opportunity-item {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
        }

            .sponsor-opportunity-details.style-1 .opportunity-item .opportunity-thumb {
                width: 100%;
                background-size: cover;
                height: 100%;
            }

    @media (min-width: 1200px) {
        .sponsor-opportunity-details.style-1 .opportunity-item .opportunity-thumb {
            height: 877px;
        }
    }

    @media (min-width: 1200px) {
        .sponsor-opportunity-details.style-1 .opportunity-item .opportunity-thumb.right {
            float: right;
        }
    }

    @media (min-width: 1200px) {
        .sponsor-opportunity-details.style-1 .opportunity-item .opportunity-thumb.left {
            float: left;
        }
    }

    .sponsor-opportunity-details.style-1 .opportunity-item .opportunity-thumb img {
        width: 100%;
    }

    @media (min-width: 1200px) {
        .sponsor-opportunity-details.style-1 .opportunity-item .opportunity-thumb img {
            height: 100%;
        }
    }

    .sponsor-opportunity-details.style-1 .opportunity-item .opportunity-content {
        max-width: 100%;
        padding: 50px 0;
    }

    @media (min-width: 1200px) {
        .sponsor-opportunity-details.style-1 .opportunity-item .opportunity-content {
            max-width: 700px;
            padding: 100px 0;
        }
    }

    @media (min-width: 1200px) {
        .sponsor-opportunity-details.style-1 .opportunity-item .opportunity-content.right {
            float: right;
        }
    }

    @media (min-width: 1200px) {
        .sponsor-opportunity-details.style-1 .opportunity-item .opportunity-content.right .opportunity-header {
            margin-right: -20%;
        }
    }

    @media (min-width: 768px) {
        .sponsor-opportunity-details.style-1 .opportunity-item .opportunity-content.right .opportunity-wrapper {
            padding-right: 30px;
        }
    }

    @media (min-width: 1200px) {
        .sponsor-opportunity-details.style-1 .opportunity-item .opportunity-content.left {
            float: left;
        }
    }

    @media (min-width: 1200px) {
        .sponsor-opportunity-details.style-1 .opportunity-item .opportunity-content.left .opportunity-header {
            margin-left: -20%;
        }
    }

    .sponsor-opportunity-details.style-1 .opportunity-item .opportunity-content .opportunity-header {
        padding: 30px 40px;
        background: rgba(255, 255, 255, 0.96);
        box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
        z-index: 1;
        border-radius: 8px;
        margin: 0 15px;
    }

    @media (min-width: 768px) {
        .sponsor-opportunity-details.style-1 .opportunity-item .opportunity-content .opportunity-header {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            margin: 0 40px;
        }
    }

    .sponsor-opportunity-details.style-1 .opportunity-item .opportunity-content .opportunity-header .opportunity-left {
        margin-bottom: 20px;
        text-align: center;
    }

    @media (min-width: 768px) {
        .sponsor-opportunity-details.style-1 .opportunity-item .opportunity-content .opportunity-header .opportunity-left {
            margin-bottom: 0;
            text-align: left;
        }
    }

    .sponsor-opportunity-details.style-1 .opportunity-item .opportunity-content .opportunity-header .opportunity-left p {
        margin-bottom: 0;
    }

    .sponsor-opportunity-details.style-1 .opportunity-item .opportunity-content .opportunity-header .opportunity-left h3 {
        margin: 0;
    }

    .sponsor-opportunity-details.style-1 .opportunity-item .opportunity-content .opportunity-header .opportunity-right {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

        .sponsor-opportunity-details.style-1 .opportunity-item .opportunity-content .opportunity-header .opportunity-right span {
            font-size: 24px;
            font-weight: 600;
            font-family: "Roboto", sans-serif;
            color: #383a50;
            margin-right: 30px;
        }

        .sponsor-opportunity-details.style-1 .opportunity-item .opportunity-content .opportunity-header .opportunity-right .btn-defult {
            font-size: 0.8125rem;
            padding: 17px 29px;
            margin-top: 15px;
        }

    @media (min-width: 768px) {
        .sponsor-opportunity-details.style-1 .opportunity-item .opportunity-content .opportunity-header .opportunity-right .btn-defult {
            margin-top: 0;
        }
    }

    .sponsor-opportunity-details.style-1 .opportunity-item .opportunity-content .opportunity-wrapper {
        padding-top: 30px;
        margin: 15px;
    }

        .sponsor-opportunity-details.style-1 .opportunity-item .opportunity-content .opportunity-wrapper .oppor-item {
            display: flex;
            max-width: 600px;
            padding: 0;
            padding-left: 15px;
            margin: 10px 0;
            align-items: baseline;
        }

    @media (min-width: 768px) {
        .sponsor-opportunity-details.style-1 .opportunity-item .opportunity-content .opportunity-wrapper .oppor-item {
            padding-left: 40px;
        }
    }

    .sponsor-opportunity-details.style-1 .opportunity-item .opportunity-content .opportunity-wrapper .oppor-item .icon {
        margin-right: 10px;
        width: 5%;
    }

    .sponsor-opportunity-details.style-1 .opportunity-item .opportunity-content .opportunity-wrapper .oppor-item .opportunity-details {
        width: calc(100% - 5%);
    }

        .sponsor-opportunity-details.style-1 .opportunity-item .opportunity-content .opportunity-wrapper .oppor-item .opportunity-details p {
            font-family: "Roboto", sans-serif;
            font-size: 1rem;
            color: #3f485d;
        }

            .sponsor-opportunity-details.style-1 .opportunity-item .opportunity-content .opportunity-wrapper .oppor-item .opportunity-details p span {
                font-weight: 600;
                font-size: 18px;
                color: #383a50;
                padding-right: 5px;
            }

        .sponsor-opportunity-details.style-1 .opportunity-item .opportunity-content .opportunity-wrapper .oppor-item .opportunity-details ul {
            margin: 0 !important;
        }

            .sponsor-opportunity-details.style-1 .opportunity-item .opportunity-content .opportunity-wrapper .oppor-item .opportunity-details ul li {
                list-style: none;
            }

    .sponsor-opportunity-masonary .opportunity-masonary {
        margin: -20px 0;
    }

        .sponsor-opportunity-masonary .opportunity-masonary .opportunity-masonary-item {
            width: calc(100% / 1);
            float: left;
        }

    @media (min-width: 992px) {
        .sponsor-opportunity-masonary .opportunity-masonary .opportunity-masonary-item {
            width: calc(100% / 2);
        }
    }

    .sponsor-opportunity-masonary .opportunity-masonary .opportunity-masonary-item .opportunity-masonary-item-inner {
        margin: 17px 0;
    }

    @media (min-width: 768px) {
        .sponsor-opportunity-masonary .opportunity-masonary .opportunity-masonary-item .opportunity-masonary-item-inner {
            margin: 17px;
        }
    }

    .sponsor-opportunity-masonary .opportunity-masonary .opportunity-masonary-item .opportunity-masonary-item-inner .opportunity-masonary-thumb {
        position: relative;
    }

        .sponsor-opportunity-masonary .opportunity-masonary .opportunity-masonary-item .opportunity-masonary-item-inner .opportunity-masonary-thumb img {
            width: 100%;
        }

        .sponsor-opportunity-masonary .opportunity-masonary .opportunity-masonary-item .opportunity-masonary-item-inner .opportunity-masonary-thumb .opportunity-masonary-content {
            background: #fff;
            padding: 60px 40px;
            border-radius: 4px;
            max-width: 380px;
            text-align: center;
            margin: auto;
            margin-top: -80px;
            z-index: 1;
            position: relative;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

    @media (min-width: 768px) {
        .sponsor-opportunity-masonary .opportunity-masonary .opportunity-masonary-item .opportunity-masonary-item-inner .opportunity-masonary-thumb .opportunity-masonary-content {
            margin-top: 0px;
        }
    }

    .sponsor-opportunity-masonary .opportunity-masonary .opportunity-masonary-item .opportunity-masonary-item-inner .opportunity-masonary-thumb .opportunity-masonary-content .masonary-header {
        margin-top: -40px;
    }

        .sponsor-opportunity-masonary .opportunity-masonary .opportunity-masonary-item .opportunity-masonary-item-inner .opportunity-masonary-thumb .opportunity-masonary-content .masonary-header span {
            background: #6e0c79;
            color: #fff;
            padding: 10px 20px;
            font-weight: 600;
            border-radius: 6px;
            transform: translateY(-40px);
            display: inline-block;
            transition: all 0.3s ease;
        }

        .sponsor-opportunity-masonary .opportunity-masonary .opportunity-masonary-item .opportunity-masonary-item-inner .opportunity-masonary-thumb .opportunity-masonary-content .masonary-header h4 {
            margin-bottom: 15px;
            margin-top: 0;
            transition: all 0.3s ease;
        }

    .sponsor-opportunity-masonary .opportunity-masonary .opportunity-masonary-item .opportunity-masonary-item-inner .opportunity-masonary-thumb .opportunity-masonary-content .masonary-wrapper p {
        margin-bottom: 30px;
        transition: all 0.3s ease;
    }

    .sponsor-opportunity-masonary .opportunity-masonary .opportunity-masonary-item .opportunity-masonary-item-inner .opportunity-masonary-thumb .opportunity-masonary-content .masonary-wrapper .btn-defult {
        background: transparent;
        color: #6e0c79 !important;
        border: 2px solid #6e0c79;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        border-radius: 5px;
        font-size: 0.8125rem;
        padding: 13px 22px;
    }

        .sponsor-opportunity-masonary .opportunity-masonary .opportunity-masonary-item .opportunity-masonary-item-inner .opportunity-masonary-thumb .opportunity-masonary-content .masonary-wrapper .btn-defult:hover {
            background: #6e0c79;
            color: #fff !important;
        }

    @media (min-width: 768px) {
        .sponsor-opportunity-masonary .opportunity-masonary .opportunity-masonary-item .opportunity-masonary-item-inner .opportunity-masonary-thumb .opportunity-masonary-content.left {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translateY(-50%) translateX(-50%);
        }
    }

    @media (min-width: 768px) {
        .sponsor-opportunity-masonary .opportunity-masonary .opportunity-masonary-item .opportunity-masonary-item-inner .opportunity-masonary-thumb .opportunity-masonary-content.right {
            position: absolute;
            top: 50%;
            right: 50%;
            transform: translateY(-50%) translateX(50%);
        }
    }

    .masonary-section.style-1 .section-wraper {
        margin: -15px;
    }

        .masonary-section.style-1 .section-wraper .grid-one .masonary-item {
            width: calc(100% / 1);
        }

    @media (min-width: 768px) {
        .masonary-section.style-1 .section-wraper .grid-one .masonary-item {
            width: calc(100% / 2);
        }
    }

    @media (min-width: 1200px) {
        .masonary-section.style-1 .section-wraper .grid-one .masonary-item {
            width: calc(100% / 3);
        }
    }

    .masonary-section.style-1 .section-wraper .grid-one .masonary-item .masonary-item-inner {
        margin: 15px;
    }

        .masonary-section.style-1 .section-wraper .grid-one .masonary-item .masonary-item-inner:hover .masonary-thumb a img {
            transform: scale(1.1);
        }

        .masonary-section.style-1 .section-wraper .grid-one .masonary-item .masonary-item-inner:hover .masonary-content a h5 {
            color: #6e0c79;
        }

        .masonary-section.style-1 .section-wraper .grid-one .masonary-item .masonary-item-inner .masonary-thumb {
            overflow: hidden;
        }

            .masonary-section.style-1 .section-wraper .grid-one .masonary-item .masonary-item-inner .masonary-thumb a {
                display: block;
                outline: none;
            }

                .masonary-section.style-1 .section-wraper .grid-one .masonary-item .masonary-item-inner .masonary-thumb a img {
                    display: block;
                    width: 100%;
                    -webkit-transition: all 0.3s ease;
                    -moz-transition: all 0.3s ease;
                    -ms-transition: all 0.3s ease;
                    -o-transition: all 0.3s ease;
                    transition: all 0.3s ease;
                }

        .masonary-section.style-1 .section-wraper .grid-one .masonary-item .masonary-item-inner .masonary-content {
            padding: 20px 0 0;
        }

            .masonary-section.style-1 .section-wraper .grid-one .masonary-item .masonary-item-inner .masonary-content a {
                outline: none;
            }

                .masonary-section.style-1 .section-wraper .grid-one .masonary-item .masonary-item-inner .masonary-content a h5 {
                    -webkit-transition: all 0.3s ease;
                    -moz-transition: all 0.3s ease;
                    -ms-transition: all 0.3s ease;
                    -o-transition: all 0.3s ease;
                    transition: all 0.3s ease;
                }

            .masonary-section.style-1 .section-wraper .grid-one .masonary-item .masonary-item-inner .masonary-content .meta-post {
                margin-bottom: 15px;
            }

                .masonary-section.style-1 .section-wraper .grid-one .masonary-item .masonary-item-inner .masonary-content .meta-post span {
                    color: #9b9b9b;
                    display: block;
                    padding: 5px 0;
                    font-family: "Roboto", sans-serif;
                }

                    .masonary-section.style-1 .section-wraper .grid-one .masonary-item .masonary-item-inner .masonary-content .meta-post span .date {
                        display: inline-block;
                        color: #9b9b9b;
                        outline: none;
                        -webkit-transition: all 0.3s ease;
                        -moz-transition: all 0.3s ease;
                        -ms-transition: all 0.3s ease;
                        -o-transition: all 0.3s ease;
                        transition: all 0.3s ease;
                    }

                        .masonary-section.style-1 .section-wraper .grid-one .masonary-item .masonary-item-inner .masonary-content .meta-post span .date:hover {
                            color: #6e0c79;
                        }

                    .masonary-section.style-1 .section-wraper .grid-one .masonary-item .masonary-item-inner .masonary-content .meta-post span i {
                        color: #6e0c79;
                        padding-right: 5px;
                    }

            .masonary-section.style-1 .section-wraper .grid-one .masonary-item .masonary-item-inner .masonary-content .btn-defult {
                margin-top: 10px;
                background: #383a50;
                text-transform: capitalize;
            }

                .masonary-section.style-1 .section-wraper .grid-one .masonary-item .masonary-item-inner .masonary-content .btn-defult:hover {
                    background: #6e0c79;
                }

    .event-venue .venue-item {
        margin: 15px 0;
        background: #fff;
        border-radius: 4px;
    }

    @media (min-width: 992px) {
        .event-venue .venue-item {
            display: flex;
            align-items: center;
        }
    }

    .event-venue .venue-item:hover .venue-thumb a img {
        transform: scale(1.3);
    }

    .event-venue .venue-item:hover .venue-content a h6 {
        color: #6e0c79;
    }

    .event-venue .venue-item .venue-thumb {
        width: 100%;
        overflow: hidden;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    @media (min-width: 992px) {
        .event-venue .venue-item .venue-thumb {
            width: 40%;
            border-top-right-radius: 0;
        }
    }

    .event-venue .venue-item .venue-thumb a {
        display: block;
        outline: none;
    }

        .event-venue .venue-item .venue-thumb a img {
            width: 100%;
            display: block;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

    .event-venue .venue-item .venue-content {
        width: 100%;
        padding: 30px;
    }

    @media (min-width: 992px) {
        .event-venue .venue-item .venue-content {
            width: calc(100% - 40%);
        }
    }

    .event-venue .venue-item .venue-content a {
        outline: none;
        display: inline-block;
    }

        .event-venue .venue-item .venue-content a h6 {
            margin-top: 0;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

    .event-venue .venue-item .venue-content .meta-post {
        padding-bottom: 20px;
        padding-top: 5px;
    }

        .event-venue .venue-item .venue-content .meta-post .by {
            font-size: 15px;
        }

            .event-venue .venue-item .venue-content .meta-post .by a {
                padding: 0 7px;
                outline: none;
                font-weight: 600;
                color: #383a50;
            }

                .event-venue .venue-item .venue-content .meta-post .by a i {
                    color: #6e0c79;
                }

            .event-venue .venue-item .venue-content .meta-post .by .rating i {
                color: #dec32b;
            }

    .event-venue .venue-item .venue-content p {
        font-size: 0.875rem;
    }

    .event-venue .venue-item .venue-content .venue-location p {
        margin-bottom: 0;
        padding-top: 15px;
        border-top: 1px solid #ededed;
        color: #7f7f7f;
    }

        .event-venue .venue-item .venue-content .venue-location p i {
            padding-right: 5px;
        }

    .event-venue .pagination-area {
        padding-bottom: 0;
    }

    @media (min-width: 768px) {
        .event-venue .pagination-area {
            margin-top: 40px;
        }
    }

    .event-venues-details.style-1 {
        padding-bottom: 0;
    }

        .event-venues-details.style-1 .event-details-header .event-venue-slider {
            position: relative;
            overflow: hidden;
        }

            .event-venues-details.style-1 .event-details-header .event-venue-slider .event-thumb img {
                width: 100%;
            }

            .event-venues-details.style-1 .event-details-header .event-venue-slider .event-title {
                position: absolute;
                bottom: 0;
                left: 0;
                z-index: 1;
            }

                .event-venues-details.style-1 .event-details-header .event-venue-slider .event-title p {
                    font-size: 24px;
                    line-height: 2rem;
                    font-family: "Poppins", sans-serif;
                    font-weight: 600;
                    color: #6e0c79;
                    display: inline-block;
                    background: #f2f2f2;
                    margin-bottom: 0;
                    padding: 15px;
                }

    @media (min-width: 768px) {
        .event-venues-details.style-1 .event-details-header .event-venue-slider .event-title p {
            font-size: 3.5rem;
            line-height: 4.875rem;
        }
    }

    .event-venues-details.style-1 .event-details-header .event-venue-slider .event-pagination {
        position: relative;
        z-index: 1;
        bottom: 0;
        left: 20px;
    }

        .event-venues-details.style-1 .event-details-header .event-venue-slider .event-pagination .swiper-pagination-bullet-active {
            background: #6e0c79;
        }

    .event-venues-details.style-1 .event-details-wraper {
        display: flex;
        flex-wrap: wrap;
    }

        .event-venues-details.style-1 .event-details-wraper .events-content {
            padding: 40px 0;
        }

            .event-venues-details.style-1 .event-details-wraper .events-content h3 {
                margin-bottom: 20px;
            }

        .event-venues-details.style-1 .event-details-wraper .events-sidebar .capacity {
            background: #fff;
            padding: 40px;
            border-radius: 6px;
            position: relative;
            z-index: 1;
        }

    @media (min-width: 1200px) {
        .event-venues-details.style-1 .event-details-wraper .events-sidebar .capacity {
            margin: 0 30px;
            margin-top: -75px;
        }
    }

    .event-venues-details.style-1 .event-details-wraper .events-sidebar .capacity h5 {
        margin-top: 0;
        margin-bottom: 10px;
    }

    .event-venues-details.style-1 .event-details-wraper .events-sidebar .capacity ul {
        margin: 0;
    }

        .event-venues-details.style-1 .event-details-wraper .events-sidebar .capacity ul li {
            list-style: none;
            display: flex;
            align-items: center;
            justify-content: space-between;
            font-weight: 600;
        }

            .event-venues-details.style-1 .event-details-wraper .events-sidebar .capacity ul li p {
                margin-bottom: 0;
                width: 120px;
            }

                .event-venues-details.style-1 .event-details-wraper .events-sidebar .capacity ul li p span {
                    display: block;
                    padding-left: 0;
                    width: 100%;
                    font-weight: 400;
                }

            .event-venues-details.style-1 .event-details-wraper .events-sidebar .capacity ul li span {
                width: calc(100% - 120px);
                text-align: left;
                padding-left: 30px;
            }

    .event-venues-details.style-1 .event-details-wraper .events-sidebar .venue-info {
        background: #fff;
        padding: 40px;
        border-radius: 6px;
        margin-top: 40px;
    }

    @media (min-width: 1200px) {
        .event-venues-details.style-1 .event-details-wraper .events-sidebar .venue-info {
            margin: 0 30px;
            margin-top: 40px;
        }
    }

    .event-venues-details.style-1 .event-details-wraper .events-sidebar .venue-info h5 {
        margin-top: 0;
        margin-bottom: 10px;
    }

    .event-venues-details.style-1 .event-details-wraper .events-sidebar .venue-info ul {
        margin: 0;
    }

        .event-venues-details.style-1 .event-details-wraper .events-sidebar .venue-info ul li {
            list-style: none;
            display: flex;
            align-items: center;
            justify-content: space-between;
            font-weight: 600;
        }

            .event-venues-details.style-1 .event-details-wraper .events-sidebar .venue-info ul li p {
                width: 80px;
                margin-bottom: 0;
            }

            .event-venues-details.style-1 .event-details-wraper .events-sidebar .venue-info ul li span {
                width: calc(100% - 80px);
                padding-left: 20px;
                font-weight: 400;
                font-size: 15px;
                color: #3f485d;
            }

            .event-venues-details.style-1 .event-details-wraper .events-sidebar .venue-info ul li ul {
                display: flex;
            }

    @media (min-width: 1200px) {
        .event-venues-details.style-1 .event-details-wraper .events-sidebar .venue-info ul li ul {
            justify-content: space-around;
        }
    }

    .event-venues-details.style-1 .event-details-wraper .events-sidebar .venue-info ul li ul li {
        padding: 0;
    }

        .event-venues-details.style-1 .event-details-wraper .events-sidebar .venue-info ul li ul li a {
            outline: none;
            display: inline-block;
            padding: 5px;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

            .event-venues-details.style-1 .event-details-wraper .events-sidebar .venue-info ul li ul li a:hover {
                color: #6e0c79;
            }

    .event-venues-about.style-1 .section-header {
        text-align: left;
    }

        .event-venues-about.style-1 .section-header h2::after {
            left: 0;
            margin-left: 32px;
        }

        .event-venues-about.style-1 .section-header h2::before {
            left: 55px;
        }

        .event-venues-about.style-1 .section-header:hover h2::after {
            margin-left: 90px;
        }

    .event-venues-about.style-1 .section-wraper {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -15px;
    }

        .event-venues-about.style-1 .section-wraper .event-venue-item {
            width: calc(100% / 1);
        }

    @media (min-width: 768px) {
        .event-venues-about.style-1 .section-wraper .event-venue-item {
            width: calc(100% / 2);
        }
    }

    @media (min-width: 1200px) {
        .event-venues-about.style-1 .section-wraper .event-venue-item {
            width: calc(100% / 3);
        }
    }

    .event-venues-about.style-1 .section-wraper .event-venue-item .event-venue-item-inner {
        margin: 15px;
    }

    @media (min-width: 1200px) {
        .event-venues-about.style-1 .section-wraper .event-venue-item .event-venue-item-inner {
            margin-bottom: 0;
        }
    }

    .event-venues-about.style-1 .section-wraper .event-venue-item .event-venue-item-inner:hover .event-venue-thumb a img {
        transform: scale(1.3);
    }

    .event-venues-about.style-1 .section-wraper .event-venue-item .event-venue-item-inner:hover .event-venue-content a h5 {
        color: #6e0c79;
    }

    .event-venues-about.style-1 .section-wraper .event-venue-item .event-venue-item-inner .event-venue-thumb {
        overflow: hidden;
    }

        .event-venues-about.style-1 .section-wraper .event-venue-item .event-venue-item-inner .event-venue-thumb a {
            display: block;
            outline: none;
        }

            .event-venues-about.style-1 .section-wraper .event-venue-item .event-venue-item-inner .event-venue-thumb a img {
                display: block;
                width: 100%;
                -webkit-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                -ms-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }

    .event-venues-about.style-1 .section-wraper .event-venue-item .event-venue-item-inner .event-venue-content {
        padding: 20px 0 0;
    }

        .event-venues-about.style-1 .section-wraper .event-venue-item .event-venue-item-inner .event-venue-content a {
            display: inline-block;
            outline: none;
        }

            .event-venues-about.style-1 .section-wraper .event-venue-item .event-venue-item-inner .event-venue-content a h5 {
                -webkit-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                -ms-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }

        .event-venues-about.style-1 .section-wraper .event-venue-item .event-venue-item-inner .event-venue-content .meta-post {
            padding: 7px 0;
        }

            .event-venues-about.style-1 .section-wraper .event-venue-item .event-venue-item-inner .event-venue-content .meta-post span {
                color: #797979;
            }

                .event-venues-about.style-1 .section-wraper .event-venue-item .event-venue-item-inner .event-venue-content .meta-post span .date {
                    color: #797979;
                    -webkit-transition: all 0.3s ease;
                    -moz-transition: all 0.3s ease;
                    -ms-transition: all 0.3s ease;
                    -o-transition: all 0.3s ease;
                    transition: all 0.3s ease;
                }

                    .event-venues-about.style-1 .section-wraper .event-venue-item .event-venue-item-inner .event-venue-content .meta-post span .date:hover {
                        color: #6e0c79;
                    }

        .event-venues-about.style-1 .section-wraper .event-venue-item .event-venue-item-inner .event-venue-content p {
            margin-top: 15px;
            margin-bottom: 20px;
        }

        .event-venues-about.style-1 .section-wraper .event-venue-item .event-venue-item-inner .event-venue-content .btn-defult {
            background: transparent;
            border: 2px solid #6e0c79;
            color: #6e0c79 !important;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
            font-size: 0.8125rem;
            padding: 10px 22px;
        }

            .event-venues-about.style-1 .section-wraper .event-venue-item .event-venue-item-inner .event-venue-content .btn-defult:hover {
                background: #6e0c79;
                color: #fff !important;
            }

    .conference-section.style-1 {
        padding-top: 40px;
    }

    @media (min-width: 992px) {
        .conference-section.style-1 {
            padding-top: 0;
        }
    }

    .conference-section.style-1 .section-wrapper .conference-schedule {
        z-index: 1;
        position: relative;
        border-radius: 8px;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    }

    @media (min-width: 992px) {
        .conference-section.style-1 .section-wrapper .conference-schedule {
            display: flex;
            justify-content: center;
            align-items: center;
            margin-top: -80px;
        }
    }

    .conference-section.style-1 .section-wrapper .conference-schedule .conference-item {
        width: calc(100% / 1);
        text-align: center;
        background: #fff;
        border-bottom: 1px solid #ededed;
    }

    @media (min-width: 992px) {
        .conference-section.style-1 .section-wrapper .conference-schedule .conference-item {
            width: calc(100% / 3);
            border-right: 1px solid #ededed;
        }
    }

    @media (min-width: 992px) {
        .conference-section.style-1 .section-wrapper .conference-schedule .conference-item:first-child {
            border-top-left-radius: 8px;
            border-bottom-left-radius: 8px;
        }
    }

    .conference-section.style-1 .section-wrapper .conference-schedule .conference-item:last-child {
        border-bottom: none;
        background: #6e0c79;
    }

    @media (min-width: 992px) {
        .conference-section.style-1 .section-wrapper .conference-schedule .conference-item:last-child {
            border-top-right-radius: 8px;
            border-bottom-right-radius: 8px;
            border-right: none;
        }
    }

    .conference-section.style-1 .section-wrapper .conference-schedule .conference-item:last-child .conference-content {
        padding: 33.5px 0;
    }

    .conference-section.style-1 .section-wrapper .conference-schedule .conference-item .conference-thumb {
        padding-top: 20px;
    }

    @media (min-width: 992px) {
        .conference-section.style-1 .section-wrapper .conference-schedule .conference-item .conference-thumb {
            margin-top: -45px;
            padding-top: 0px;
        }
    }

    .conference-section.style-1 .section-wrapper .conference-schedule .conference-item .conference-thumb img {
        border-radius: 50%;
    }

    .conference-section.style-1 .section-wrapper .conference-schedule .conference-item .conference-content {
        padding: 15px 0;
    }

        .conference-section.style-1 .section-wrapper .conference-schedule .conference-item .conference-content h2 {
            color: #fff;
        }

        .conference-section.style-1 .section-wrapper .conference-schedule .conference-item .conference-content a {
            color: #fff;
            outline: none;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

            .conference-section.style-1 .section-wrapper .conference-schedule .conference-item .conference-content a:hover {
                padding-left: 15px;
            }

            .conference-section.style-1 .section-wrapper .conference-schedule .conference-item .conference-content a i {
                background: #fff;
                color: #6e0c79;
                border-radius: 50%;
                font-size: 10px;
                width: 15px;
                height: 15px;
                line-height: 15px;
                margin-right: 5px;
            }

    .business-conference.style-1 {
        padding-top: 30px;
    }

        .business-conference.style-1 .section-wrapper .conference-schedule {
            z-index: 1;
            position: relative;
            border-radius: 8px;
            box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
        }

    @media (min-width: 992px) {
        .business-conference.style-1 .section-wrapper .conference-schedule {
            display: flex;
            justify-content: center;
            align-items: center;
            margin-top: -175px;
        }
    }

    .business-conference.style-1 .section-wrapper .conference-schedule .conference-item {
        width: calc(100% / 1);
        text-align: center;
        background: #fff;
        border-bottom: 1px solid #ededed;
    }

    @media (min-width: 992px) {
        .business-conference.style-1 .section-wrapper .conference-schedule .conference-item {
            width: calc(100% / 3);
            border-right: 1px solid #ededed;
        }
    }

    @media (min-width: 992px) {
        .business-conference.style-1 .section-wrapper .conference-schedule .conference-item:first-child {
            border-top-left-radius: 8px;
            border-bottom-left-radius: 8px;
        }
    }

    .business-conference.style-1 .section-wrapper .conference-schedule .conference-item:last-child {
        border-bottom: none;
        background: #6e0c79;
    }

    @media (min-width: 992px) {
        .business-conference.style-1 .section-wrapper .conference-schedule .conference-item:last-child {
            border-top-right-radius: 8px;
            border-bottom-right-radius: 8px;
            border-right: none;
        }
    }

    .business-conference.style-1 .section-wrapper .conference-schedule .conference-item:last-child .conference-content {
        padding: 35.5px 0;
    }

    .business-conference.style-1 .section-wrapper .conference-schedule .conference-item .conference-thumb {
        padding-top: 20px;
    }

    @media (min-width: 992px) {
        .business-conference.style-1 .section-wrapper .conference-schedule .conference-item .conference-thumb {
            margin-top: -45px;
            padding-top: 0px;
        }
    }

    .business-conference.style-1 .section-wrapper .conference-schedule .conference-item .conference-content {
        padding: 15px 0;
    }

        .business-conference.style-1 .section-wrapper .conference-schedule .conference-item .conference-content h2 {
            color: #fff;
        }

        .business-conference.style-1 .section-wrapper .conference-schedule .conference-item .conference-content a {
            color: #fff;
            outline: none;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

            .business-conference.style-1 .section-wrapper .conference-schedule .conference-item .conference-content a:hover {
                padding-left: 15px;
            }

            .business-conference.style-1 .section-wrapper .conference-schedule .conference-item .conference-content a i {
                background: #fff;
                color: #6e0c79;
                border-radius: 50%;
                font-size: 10px;
                width: 15px;
                height: 15px;
                line-height: 15px;
                margin-right: 5px;
            }

    .business-conference.style-1 .section-wrapper .conference-header .conference-item {
        padding: 30px 0;
        text-align: center;
    }

    @media (min-width: 992px) {
        .business-conference.style-1 .section-wrapper .conference-header .conference-item {
            text-align: left;
            padding: 60px 0;
        }
    }

    @media (min-width: 992px) {
        .business-conference.style-1 .section-wrapper .conference-header .conference-item .conference-content h2 {
            font-size: 30px;
            line-height: 2.625rem;
        }
    }

    @media (min-width: 1400px) {
        .business-conference.style-1 .section-wrapper .conference-header .conference-item .conference-content h2 {
            font-size: 36px;
        }
    }

    @media (min-width: 1200px) {
        .business-conference.style-1 .section-wrapper .conference-gellary {
            margin: 0 -6px;
        }
    }

    .business-conference.style-1 .section-wrapper .conference-gellary .gellary-item {
        margin: 6px;
    }

        .business-conference.style-1 .section-wrapper .conference-gellary .gellary-item:hover .gellary-thumb img {
            transform: scale(1.2);
        }

        .business-conference.style-1 .section-wrapper .conference-gellary .gellary-item.format-video .gellary-thumb {
            position: relative;
        }

            .business-conference.style-1 .section-wrapper .conference-gellary .gellary-item.format-video .gellary-thumb .icon {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translateY(-50%) translateX(-50%);
                width: 52px;
                height: 52px;
                line-height: 52px;
                border-radius: 50%;
                text-align: center;
                background: #6e0c79;
                color: #fff;
                -webkit-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                -ms-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }

                .business-conference.style-1 .section-wrapper .conference-gellary .gellary-item.format-video .gellary-thumb .icon:hover {
                    background: #fff;
                    color: #6e0c79;
                }

        .business-conference.style-1 .section-wrapper .conference-gellary .gellary-item .gellary-thumb {
            width: 100%;
            overflow: hidden;
            border-radius: 6px;
        }

            .business-conference.style-1 .section-wrapper .conference-gellary .gellary-item .gellary-thumb img {
                display: block;
                width: 100%;
                -webkit-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                -ms-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }

    .business-conference.style-1 .section-wrapper .conference-articles {
        padding-top: 30px;
    }

    .business-timeline.style-1 .section-wrapper .timeline-item {
        padding-bottom: 60px;
        position: relative;
    }

    @media (min-width: 768px) {
        .business-timeline.style-1 .section-wrapper .timeline-item::after {
            position: absolute;
            content: "";
            width: 1px;
            height: 40px;
            bottom: 10px;
            left: 50%;
            transform: translateX(-50%);
            background: #ededed;
            z-index: 1;
        }
    }

    .business-timeline.style-1 .section-wrapper .timeline-item .time {
        text-align: center;
        padding-bottom: 30px;
    }

        .business-timeline.style-1 .section-wrapper .timeline-item .time span {
            display: inline-block;
            padding: 12px 38px;
            background: #6e0c79;
            color: #fff;
            font-size: 1.25rem;
            font-weight: 600;
            border-radius: 50px;
            text-transform: capitalize;
        }

    .business-timeline.style-1 .section-wrapper .timeline-item .timeline-schedule {
        position: relative;
        padding: 20px 0;
        margin-bottom: 40px;
    }

    @media (min-width: 768px) {
        .business-timeline.style-1 .section-wrapper .timeline-item .timeline-schedule {
            display: flex;
        }
    }

    .business-timeline.style-1 .section-wrapper .timeline-item .timeline-schedule:last-child {
        margin-bottom: 0;
    }

    @media (min-width: 768px) {
        .business-timeline.style-1 .section-wrapper .timeline-item .timeline-schedule::before {
            position: absolute;
            content: "";
            width: 24px;
            height: 24px;
            border: 3px solid #fff;
            z-index: 2;
            top: 20px;
            border-radius: 100%;
            background-color: #ededed;
            left: 50%;
            transform: translateX(-50%);
        }
    }

    @media (min-width: 768px) {
        .business-timeline.style-1 .section-wrapper .timeline-item .timeline-schedule::after {
            position: absolute;
            content: "";
            width: 7px;
            height: 100%;
            top: 0;
            left: 50%;
            transform: translateX(-50%);
            z-index: 1;
            border-radius: 3px;
            background-color: #ededed;
        }
    }

    @media (min-width: 768px) {
        .business-timeline.style-1 .section-wrapper .timeline-item .timeline-schedule .timeline-shape {
            position: absolute;
            top: -35px;
            left: 50%;
            transform: translateX(-50%);
            width: 1px;
            height: 30px;
            background: #ededed;
        }
    }

    .business-timeline.style-1 .section-wrapper .timeline-item .timeline-schedule .timeline-header {
        padding-bottom: 40px;
    }

    @media (min-width: 768px) {
        .business-timeline.style-1 .section-wrapper .timeline-item .timeline-schedule .timeline-header {
            width: calc(100% / 2);
            padding-bottom: 0px;
        }
    }

    @media (min-width: 768px) {
        .business-timeline.style-1 .section-wrapper .timeline-item .timeline-schedule .timeline-header.right {
            text-align: right;
            padding-right: 40px;
        }

            .business-timeline.style-1 .section-wrapper .timeline-item .timeline-schedule .timeline-header.right .meta-post span {
                flex-direction: row-reverse;
            }

            .business-timeline.style-1 .section-wrapper .timeline-item .timeline-schedule .timeline-header.right .meta-post i {
                padding-left: 8px;
            }
    }

    @media (min-width: 768px) {
        .business-timeline.style-1 .section-wrapper .timeline-item .timeline-schedule .timeline-header.left {
            text-align: left;
            padding-left: 40px;
        }

            .business-timeline.style-1 .section-wrapper .timeline-item .timeline-schedule .timeline-header.left .meta-post span {
                flex-direction: row;
            }

            .business-timeline.style-1 .section-wrapper .timeline-item .timeline-schedule .timeline-header.left .meta-post i {
                padding-right: 8px;
            }
    }

    .business-timeline.style-1 .section-wrapper .timeline-item .timeline-schedule .timeline-header .meta-post span {
        display: block;
        padding: 5px 0;
        color: #a3a3a3;
        display: flex;
    }

        .business-timeline.style-1 .section-wrapper .timeline-item .timeline-schedule .timeline-header .meta-post span .date {
            color: #a3a3a3;
        }

            .business-timeline.style-1 .section-wrapper .timeline-item .timeline-schedule .timeline-header .meta-post span .date:hover {
                color: #6e0c79;
            }

        .business-timeline.style-1 .section-wrapper .timeline-item .timeline-schedule .timeline-header .meta-post span i {
            padding-right: 8px;
        }

    @media (min-width: 768px) {
        .business-timeline.style-1 .section-wrapper .timeline-item .timeline-schedule .timeline-header .meta-post span i {
            padding-right: 0;
        }
    }

    .business-timeline.style-1 .section-wrapper .timeline-item .timeline-schedule .timeline-header .btn-defult {
        background: transparent;
        border: 2px solid #6e0c79;
        color: #6e0c79 !important;
        border-radius: 5px;
        margin-top: 15px;
        padding: 10px 22px;
        font-size: 0.8125rem;
        outline: none;
    }

        .business-timeline.style-1 .section-wrapper .timeline-item .timeline-schedule .timeline-header .btn-defult:hover {
            background: #6e0c79;
            color: #fff !important;
        }

    @media (min-width: 768px) {
        .business-timeline.style-1 .section-wrapper .timeline-item .timeline-schedule .timeline-wrapper {
            width: calc(100% / 2);
            display: flex;
        }
    }

    @media (min-width: 768px) {
        .business-timeline.style-1 .section-wrapper .timeline-item .timeline-schedule .timeline-wrapper.right {
            padding-left: 40px;
        }

            .business-timeline.style-1 .section-wrapper .timeline-item .timeline-schedule .timeline-wrapper.right .timeline-content {
                padding-left: 30px;
            }
    }

    @media (min-width: 768px) {
        .business-timeline.style-1 .section-wrapper .timeline-item .timeline-schedule .timeline-wrapper.left {
            padding-right: 40px;
            flex-direction: row-reverse;
        }

            .business-timeline.style-1 .section-wrapper .timeline-item .timeline-schedule .timeline-wrapper.left .timeline-content {
                padding-right: 30px;
                text-align: right;
            }

                .business-timeline.style-1 .section-wrapper .timeline-item .timeline-schedule .timeline-wrapper.left .timeline-content .all-view {
                    padding-right: 20px;
                }

                    .business-timeline.style-1 .section-wrapper .timeline-item .timeline-schedule .timeline-wrapper.left .timeline-content .all-view:hover {
                        padding-right: 30px;
                    }
    }

    @media (min-width: 768px) {
        .business-timeline.style-1 .section-wrapper .timeline-item .timeline-schedule .timeline-wrapper .timeline-thumb {
            width: 40%;
        }
    }

    .business-timeline.style-1 .section-wrapper .timeline-item .timeline-schedule .timeline-wrapper .timeline-thumb img {
        width: 100%;
    }

    .business-timeline.style-1 .section-wrapper .timeline-item .timeline-schedule .timeline-wrapper .timeline-content {
        padding-top: 20px;
    }

    @media (min-width: 768px) {
        .business-timeline.style-1 .section-wrapper .timeline-item .timeline-schedule .timeline-wrapper .timeline-content {
            width: calc(100% - 40%);
            padding-top: 0px;
        }
    }

    .business-timeline.style-1 .section-wrapper .timeline-item .timeline-schedule .timeline-wrapper .timeline-content .all-view {
        color: #6e0c79;
        outline: none;
        font-size: 0.875rem;
        position: relative;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .business-timeline.style-1 .section-wrapper .timeline-item .timeline-schedule .timeline-wrapper .timeline-content .all-view::after {
            position: absolute;
            content: "";
            font-family: "Font Awesome 5 Free";
            top: 50%;
            transform: translateY(-50%);
            color: #6e0c79;
            font-weight: 600;
            padding-left: 5px;
        }

        .business-timeline.style-1 .section-wrapper .timeline-item .timeline-schedule .timeline-wrapper .timeline-content .all-view:hover {
            padding-left: 15px;
        }

    /*.register-section.style-1 {
  padding-top: 0;
}*/
    .register-section.style-1 .section-wraper .register {
        text-align: center;
        padding: 30px 0;
        border-radius: 12px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }

    @media (min-width: 768px) {
        .register-section.style-1 .section-wraper .register {
            padding: 35px 0;
        }
    }

    .register-section.style-1 .section-wraper .register h4 {
        color: #fff;
    }

    .register-section.style-1 .section-wraper .register p {
        color: #fff;
    }

    .register-section.style-1 .section-wraper .register .btn-defult {
        margin-top: 10px;
    }

        .register-section.style-1 .section-wraper .register .btn-defult:hover {
            color: #6e0c79 !important;
            background: #fff;
        }

    .related-even-section.style-1 {
        padding-top: 0;
    }

        .related-even-section.style-1 .section-wrapper {
            display: flex;
            flex-wrap: wrap;
        }

    @media (min-width: 768px) {
        .related-even-section.style-1 .section-wrapper {
            margin: 0 -15px;
        }
    }

    .related-even-section.style-1 .section-wrapper .post-item {
        width: calc(100% / 1);
    }

    @media (min-width: 768px) {
        .related-even-section.style-1 .section-wrapper .post-item {
            width: calc(100% / 2);
        }
    }

    .related-even-section.style-1 .section-wrapper .post-item:nth-child(1) .post-item-inner {
        margin-top: 0;
    }

    @media (min-width: 768px) {
        .related-even-section.style-1 .section-wrapper .post-item:nth-child(1) .post-item-inner {
            margin-top: 15px;
        }
    }

    .related-even-section.style-1 .section-wrapper .post-item:nth-child(2) .post-item-inner .post-thumb .catagory {
        background: #21b43d;
    }

        .related-even-section.style-1 .section-wrapper .post-item:nth-child(2) .post-item-inner .post-thumb .catagory:hover {
            color: #21b43d;
        }

    .related-even-section.style-1 .section-wrapper .post-item:nth-child(3) .post-item-inner .post-thumb .catagory {
        background: #1cbdda;
    }

        .related-even-section.style-1 .section-wrapper .post-item:nth-child(3) .post-item-inner .post-thumb .catagory:hover {
            color: #1cbdda;
        }

    .related-even-section.style-1 .section-wrapper .post-item:nth-child(4) .post-item-inner .post-thumb .catagory {
        background: #f0a530;
    }

        .related-even-section.style-1 .section-wrapper .post-item:nth-child(4) .post-item-inner .post-thumb .catagory:hover {
            color: #f0a530;
        }

    .related-even-section.style-1 .section-wrapper .post-item .post-item-inner {
        margin: 15px 0;
    }

    @media (min-width: 768px) {
        .related-even-section.style-1 .section-wrapper .post-item .post-item-inner {
            display: flex;
            flex-wrap: wrap;
            margin: 15px;
        }
    }

    .related-even-section.style-1 .section-wrapper .post-item .post-item-inner:hover .post-thumb img {
        transform: scale(1.2);
    }

    .related-even-section.style-1 .section-wrapper .post-item .post-item-inner:hover .post-content h5 a {
        color: #6e0c79;
    }

    .related-even-section.style-1 .section-wrapper .post-item .post-item-inner .post-thumb {
        width: calc(100% / 1);
        position: relative;
        overflow: hidden;
        border-radius: 4px;
    }

    @media (min-width: 992px) {
        .related-even-section.style-1 .section-wrapper .post-item .post-item-inner .post-thumb {
            width: calc(100% - 60%);
        }
    }

    .related-even-section.style-1 .section-wrapper .post-item .post-item-inner .post-thumb img {
        width: 100%;
        display: block;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .related-even-section.style-1 .section-wrapper .post-item .post-item-inner .post-thumb .catagory {
        position: absolute;
        top: 20px;
        left: 10px;
        background: #6e0c79;
        color: #fff;
        padding: 9px 18px;
        outline: none;
        border-radius: 5px;
        font-size: 0.8125rem;
        font-weight: 600;
        text-transform: uppercase;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .related-even-section.style-1 .section-wrapper .post-item .post-item-inner .post-thumb .catagory:hover {
            background: #fff;
            color: #6e0c79;
        }

    .related-even-section.style-1 .section-wrapper .post-item .post-item-inner .post-content {
        padding: 20px 0;
        width: calc(100% / 1);
    }

    @media (min-width: 992px) {
        .related-even-section.style-1 .section-wrapper .post-item .post-item-inner .post-content {
            width: calc(100% - 40%);
            padding: 0;
            padding-left: 30px;
        }
    }

    .related-even-section.style-1 .section-wrapper .post-item .post-item-inner .post-content h5 a {
        font-family: "Poppins", sans-serif;
        outline: none;
        margin-bottom: 10px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .related-even-section.style-1 .section-wrapper .post-item .post-item-inner .post-content .meta-post span {
        display: block;
        padding: 5px 0;
        color: #3f485d;
    }

        .related-even-section.style-1 .section-wrapper .post-item .post-item-inner .post-content .meta-post span i {
            color: #6e0c79;
            padding-right: 5px;
        }

        .related-even-section.style-1 .section-wrapper .post-item .post-item-inner .post-content .meta-post span .date {
            color: #3f485d;
        }

            .related-even-section.style-1 .section-wrapper .post-item .post-item-inner .post-content .meta-post span .date:hover {
                color: #6e0c79;
            }

    @media (min-width: 1200px) {
        .event-with-sidebar-section .section-wrapper .event-main-part {
            margin: 0 -15px;
        }
    }

    .event-with-sidebar-section .section-wrapper .event-main-part .business-timeline.style-1 {
        padding-top: 0;
    }

    .event-with-sidebar-section .section-wrapper .event-main-part .register-section.style-1 .section-wraper .register {
        padding: 30px;
    }

    @media (min-width: 768px) {
        .event-with-sidebar-section .section-wrapper .event-main-part .register-section.style-1 .section-wraper .register {
            padding: 60px;
            text-align: left;
        }
    }

    .event-with-sidebar-section .section-wrapper .event-main-part .related-even-section.style-1 .section-header {
        text-align: left;
        margin-bottom: 30px;
    }

    .event-with-sidebar-section .section-wrapper .event-main-part .related-even-section.style-1 .section-wrapper .post-item {
        width: 100%;
    }

    .event-with-sidebar-section .section-wrapper .event-sidebar-widget {
        margin: 0 -15px;
    }

        .event-with-sidebar-section .section-wrapper .event-sidebar-widget .gmap-section.style-3 {
            padding-top: 0px;
        }

    @media (min-width: 992px) {
        .event-with-sidebar-section .section-wrapper .event-sidebar-widget .gmap-section.style-3 {
            padding-top: 60px;
        }
    }

    .event-with-sidebar-section .section-wrapper .event-sidebar-widget .gmap-section.style-3 .gmap-widget {
        padding: 40px 30px;
        margin-bottom: 40px;
        box-shadow: 0px 0px 28px 5px rgba(0, 0, 0, 0.1);
    }

    .contact-us.style-1 {
        padding-bottom: 100px;
    }

        .contact-us.style-1 .section-wrapper {
            margin-top: -80px;
        }

    @media (min-width: 992px) {
        .contact-us.style-1 .section-wrapper {
            background: #06163a;
            border-radius: 8px;
        }
    }

    .contact-us.style-1 .section-wrapper .contact-info {
        border-radius: 8px;
    }

    @media (min-width: 992px) {
        .contact-us.style-1 .section-wrapper .contact-info {
            border-top-left-radius: 8px;
            border-bottom-left-radius: 8px;
            border-top-right-radius: 0px;
            border-bottom-right-radius: 0px;
            margin-bottom: 0;
        }
    }

    .contact-us.style-1 .section-wrapper .address-info {
        padding: 40px 30px;
        background: #06163a;
        border-radius: 8px;
    }

    @media (min-width: 576px) {
        .contact-us.style-1 .section-wrapper .address-info {
            padding: 60px 50px;
        }
    }

    @media (min-width: 992px) {
        .contact-us.style-1 .section-wrapper .address-info {
            border-top-right-radius: 8px;
            border-bottom-right-radius: 8px;
            border-top-left-radius: 0px;
            border-bottom-left-radius: 0px;
        }
    }

    @media (min-width: 1200px) {
        .contact-us.style-1 .section-wrapper .address-info {
            height: 599px;
        }
    }

    .contact-us.style-1 .section-wrapper .address-info .address-title {
        margin-bottom: 10px;
    }

        .contact-us.style-1 .section-wrapper .address-info .address-title h4 {
            color: #fff;
            margin-bottom: 0;
        }

        .contact-us.style-1 .section-wrapper .address-info .address-title p {
            color: #d8e0f3;
        }

    .contact-us.style-1 .section-wrapper .address-info .contact-address ul {
        margin: 0;
    }

        .contact-us.style-1 .section-wrapper .address-info .contact-address ul li {
            display: flex;
            list-style: none;
            align-items: baseline;
        }

            .contact-us.style-1 .section-wrapper .address-info .contact-address ul li p {
                font-weight: 600;
                color: #fff;
                margin-bottom: 0;
            }

            .contact-us.style-1 .section-wrapper .address-info .contact-address ul li span {
                font-weight: 400;
                color: #d8e0f3;
                padding-left: 10px;
            }

    .four-jero .fore-jero-fore {
        text-align: center;
    }

        .four-jero .fore-jero-fore .jero-content p {
            max-width: 440px;
            margin: auto;
        }

        .four-jero .fore-jero-fore .jero-content .search-fore-jero {
            position: relative;
            max-width: 460px;
            margin: auto;
            margin-top: 40px;
        }

            .four-jero .fore-jero-fore .jero-content .search-fore-jero input {
                padding: 17px 20px;
                outline: none;
                border: 1px solid #ededed;
            }

            .four-jero .fore-jero-fore .jero-content .search-fore-jero .search-icon {
                position: absolute;
                top: 50%;
                right: 0;
                transform: translateY(-50%);
                padding: 17px;
                cursor: pointer;
            }

        .four-jero .fore-jero-fore .jero-content .btn-defult {
            margin-top: 10px;
        }

    /* @@@@@@@@@@ global css start here @@@@@@ */
    .dd-icon-down {
        position: relative;
    }

        .dd-icon-down::after {
            content: "";
            width: 8px;
            height: 2px;
            display: block;
            position: absolute;
            top: 50%;
            transform: rotate(-45deg);
            right: -9px;
            background: #383a50;
        }

        .dd-icon-down::before {
            content: "";
            width: 8px;
            height: 2px;
            display: block;
            position: absolute;
            top: 50%;
            transform: rotate(45deg);
            right: -5px;
            background: #383a50;
        }

    .m-menu li.open a.dd-icon-down::before, .m-menu li.open a.dd-icon-down::after {
        background: #6e0c79;
    }

    .m-menu li.open a.dd-icon-down::before {
        transform: rotate(-45deg);
    }

    .m-menu li.open a.dd-icon-down::after {
        transform: rotate(45deg);
    }

    .main-menu li.active a.dd-icon-down::after {
        background: #6e0c79;
    }

    .m-menu .dd-icon-down::after, .m-menu .dd-icon-down::before {
        background: #383a50;
    }

    .style-2 .dd-icon-down::before, .style-2 .dd-icon-down::after {
        background: #3f485d;
    }

    .style-3 .dd-icon-down::before, .style-3 .dd-icon-down::after {
        background: #3f485d;
    }

    .primary-menu .menu-area .main-menu li.active a.dd-icon-down::before {
        background: #6e0c79;
    }

    .primary-menu .menu-area .main-menu li.active a.dd-icon-down::after {
        background: #6e0c79;
    }

    .primary-menu.sticky-nav .menu-area .main-menu li a.dd-icon-down::before {
        background: #3f485d;
    }

    .primary-menu.sticky-nav .menu-area .main-menu li a.dd-icon-down::after {
        background: #3f485d;
    }

    .primary-menu.sticky-nav .menu-area .main-menu li.active > a.dd-icon-down::before {
        background: #6e0c79;
    }

    .primary-menu.sticky-nav .menu-area .main-menu li.active > a.dd-icon-down::after {
        background: #6e0c79;
    }

    .full-width .menu-area {
        padding: 0 60px;
    }

    .reg-head {
        text-transform: uppercase;
        padding: 14px 41px;
        color: #6e0c79;
        background: transparent;
        border-radius: 50px;
        border: 2px solid #6e0c79;
        font-family: "Poppins", sans-serif;
        font-size: 12px;
        font-weight: 600;
        margin-right: 0;
        margin-left: 40px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        letter-spacing: 1.5px;
    }

        .reg-head:hover {
            background: #6e0c79;
            color: #fff;
        }

    .dd-icon-right {
        position: relative;
    }

        .dd-icon-right::after {
            content: "";
            width: 8px;
            height: 2px;
            display: block;
            position: absolute;
            top: 50%;
            transform: rotate(-45deg);
            right: -9px;
            background: #fff;
        }

        .dd-icon-right::before {
            content: "";
            width: 8px;
            height: 2px;
            display: block;
            position: absolute;
            top: 50%;
            transform: rotate(45deg);
            right: -5px;
            background: #fff;
        }

    .primary-menu .menu-area .main-menu li ul li a.dd-icon-right::before {
        background: #383a50;
    }

    .primary-menu .menu-area .main-menu li ul li a.dd-icon-right::after {
        background: #383a50;
    }

    .primary-menu .menu-area .main-menu li ul li:hover > a.dd-icon-right::before {
        background: #6e0c79;
    }

    .primary-menu .menu-area .main-menu li ul li:hover > a.dd-icon-right::after {
        background: #6e0c79;
    }

    .hidden {
        overflow: hidden;
    }

    .my-15 {
        margin: -15px 0;
    }

    .padding-tb {
        padding: 60px 0!important;
    }

    @media (min-width: 992px) {
        .padding-tb {
            padding: 60px 0;
        }
    }

    @media (min-width: 768px) {
        .p-md-auto {
            padding: 0 15px !important;
        }
    }

    @media (max-width: 991px) {
        .get-sidebar {
            margin-top: 30px;
        }
    }

    .mlr-2 {
        margin: 0 2px;
    }

    .sidebar-slider {
        position: relative;
        overflow: hidden;
    }

    .img-icon {
        box-shadow: 0 2px 5px 0 rgb(17 121 239 / 15%);
        border: 1px solid #ecf1fb;
        background: #fff;
        padding: 16px 26px;
        margin-bottom: 20px;
        transition: .5s;
        min-height: 193px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction:column;
        position:relative
    }
.pt-50 {
    padding-top: 37px;
}
span.cont {
    font-size: 23px;
}
        .img-icon h5 {
            padding-bottom: 18px;
        }
            .img-icon h5:before {
                content: "";
                width: 57px;
                height: 4px;
                background: #6e0c79;
                position: absolute;
                top: 55px;
                left: 57%;
                margin-left: -35px;
                transform: translateX(-50%);
                border-radius: 2px;
                transition: all 0.3s ease;
            }
    .btn {
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 50%;
        text-align: center;
        padding: 0;
        background: #ededed;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        cursor: pointer;
        z-index: 1;
    }

        .btn i {
            color: #fff;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

    section#ft-team-details1 {
        padding: 41px 0px;
    }

    .btn-defult {
        padding: 16px 40px;
        background: #2bcdda;
        color: #fff;
        font-size: 0.875rem;
        text-transform: uppercase;
        border-radius: 50px;
        display: inline-block;
        font-weight: 600;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        letter-spacing: 1.5px;
    }

        .btn-defult:hover {
            color: #fff;
            background: #6e0c79;
            text-decoration: none;
        }

    .top {
        position: absolute;
        top: -34px;
        left: 50%;
        transform: translateX(-50%);
        display: inline-block;
        width: 175px;
        text-align: center;
        height: 35px;
        line-height: 50px;
        transition: all 0.3s ease;
        background: url(../images/footer/s-top.png);
    }

        .top .scrollToTop {
            width: 100%;
            height: 100%;
            display: block;
            position: fixed;
            outline: none;
            color: #383a50;
            transition: all 0.3s ease;
        }

            .top .scrollToTop:hover {
                color: #6e0c79;
            }

            .top .scrollToTop i {
                font-size: 2rem;
                padding-top: 5px;
            }

            .top .scrollToTop:hover {
                color: #6e0c79;
            }

    .social-link-list {
        margin-bottom: 0;
        margin-left: 0;
    }

        .social-link-list li {
            list-style: none;
        }

            .social-link-list li a {
                width: 40px;
                height: 40px;
                line-height: 40px;
                text-align: center;
                color: #fff;
                border-radius: 50%;
                margin: 0 2px;
                -webkit-transition: all 0.3s ease;
                transition: all 0.3s ease;
                border: 2px solid transparent;
            }

    .bg-ash {
        background: #f2f2f2;
    }

    .bg-sky {
        background: #ededed;
    }

    .section-header {
        text-align: center;
        margin-bottom: 60px;
        margin-top: -9px;
    }

        .section-header h2 {
            position: relative;
            margin: 0;
            padding-bottom: 20px;
            margin-bottom: 30px;
            display: block;
        }

            .section-header h2::before {
                content: "";
                width: 12px;
                height: 4px;
                background: #6e0c79;
                position: absolute;
                bottom: -4px;
                left: 50%;
                margin-left: -35px;
                transform: translateX(-50%);
                border-radius: 2px;
                transition: all 0.3s ease;
            }

            .section-header h2::after {
                content: "";
                width: 72px;
                height: 4px;
                background: #6e0c79;
                position: absolute;
                bottom: -4px;
                right: 0;
                left: 50%;
                margin-left: -25px;
                border-radius: 2px;
                transition: all 0.3s ease;
            }

        .section-header p {
            margin-bottom: 0;
            font-weight: 400;
            color: #3f485d;
            font-size: 1.125rem;
        }

    a {
        transition: all 0.3s ease;
    }

    .section-header:hover h2::after {
        width: 12px;
        margin-left: 35px;
    }

    .section-header:hover h2::before {
        width: 72px;
        margin-left: -5px;
    }

    .absolute-text {
        font-weight: 600;
        font-size: 60px;
        font-family: poppins;
        transform: translateX(-50%) translateY(0px);
        top: 0;
        left: 50%;
        position: absolute;
        color: #ededed;
        z-index: -1;
    }

    @media (min-width: 768px) {
        .absolute-text {
            font-size: 160px;
            transform: translateX(-50%) translateY(-50px);
        }
    }

    @media (min-width: 992px) {
        .absolute-text {
            font-size: 242px;
            transform: translateX(-50%) translateY(-135px);
        }
    }

    .absolute-text::before {
        position: absolute;
        content: "";
        left: 0;
        top: 50%;
        background: url(../images/pattan.png);
        height: 100px;
        width: 100%;
        transform: translateY(-50%);
    }

    @-webkit-keyframes bounce1 {
        0%, 100% {
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }

        50% {
            -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
        }
    }

    @keyframes bounce1 {
        0%, 100% {
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }

        50% {
            -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
        }
    }

    @keyframes zaraj {
        0% {
            border-radius: 45% 55% 37% 63%/63% 42% 58% 37%;
            transform: translate(0, 0) rotate(0);
        }

        25% {
            border-radius: 24% 76% 25% 75%/41% 62% 38% 59%;
            transform: translate(-7%, 8%) rotate(15deg);
        }

        50% {
            border-radius: 73% 27% 43% 57%/31% 30% 70% 69%;
            transform: translate(6%, -9%) rotate(-15deg);
        }

        75% {
            border-radius: 73% 27% 51% 49%/69% 43% 57% 31%;
            transform: translate(-7%, 1%) rotate(15deg);
        }

        100% {
            border-radius: 45% 55% 37% 63%/63% 42% 58% 37%;
            transform: translate(0, 0);
        }
    }

    .pulse {
        animation: pulse 1s infinite;
        animation-duration: 2s;
    }

    @keyframes pulse {
        0% {
            -moz-box-shadow: 0 0 0 0 rgba(255, 25, 55, 0.3);
            box-shadow: 0 0 0 0 rgba(255, 25, 55, 0.5);
        }

        70% {
            -moz-box-shadow: 0 0 0 20px rgba(255, 25, 55, 0);
            box-shadow: 0 0 0 20px rgba(255, 25, 55, 0);
        }

        100% {
            -moz-box-shadow: 0 0 0 0 rgba(255, 25, 55, 0);
            box-shadow: 0 0 0 0 rgba(255, 25, 55, 0);
        }
    }

    figure {
        display: block;
        margin: 0;
    }

    .graf-figure {
        position: relative;
        clear: both;
        outline: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .aspectRatioPlaceholder {
        position: relative;
        width: 100%;
        margin: 0 auto;
        display: block;
    }

    .aspectRatioPlaceholder-fill {
        display: block;
    }

    .progressiveMedia {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.05);
    }

    .progressiveMedia-thumbnail {
        display: none;
    }

    .progressiveMedia-canvas {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin: auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        vertical-align: baseline;
    }

    .progressiveMedia-image {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin: auto;
        z-index: 100;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .progressiveMedia .progressiveMedia-canvas {
        visibility: hidden;
        opacity: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .progressiveMedia.is-canvasLoaded .progressiveMedia-canvas {
        visibility: visible;
        opacity: 1;
        -webkit-transition: visibility 0s linear 0s, opacity 0.4s 0s;
        transition: visibility 0s linear 0s, opacity 0.4s 0s;
    }

    .progressiveMedia .progressiveMedia-image {
        visibility: hidden;
        opacity: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .progressiveMedia.is-imageLoaded .progressiveMedia-image {
        visibility: visible;
        opacity: 1;
        -webkit-transition: visibility 0s linear 0s, opacity 1s 0s;
        transition: visibility 0s linear 0s, opacity 1s 0s;
    }

    div#scrollbar::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
        background-color: #fff;
    }

    div#scrollbar::-webkit-scrollbar {
        width: 6px;
        background-color: #fff;
    }

    div#scrollbar::-webkit-scrollbar-thumb {
        background-color: #6e0c79;
    }

    .unlimitcon_hexagon {
        position: absolute;
        z-index: -1;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    .sidebar-thumb .unlimitcon_hexagon > svg {
        width: 18px;
        fill: #6e0c79;
    }

    .unlimitcon_hexagon svg {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
    }

    .mb-0 {
        margin-bottom: 0 !important;
    }

    button:focus, a:focus, a:hover, button:hover {
        outline: none;
        text-decoration: none;
    }

    .preloader {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999999999;
        width: 100%;
        height: 100%;
        background: #6e0c79;
    }

        .preloader .preloader-inner {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

            .preloader .preloader-inner .preloader-icon {
                width: 72px;
                height: 72px;
                display: inline-block;
                padding: 0px;
            }

                .preloader .preloader-inner .preloader-icon span {
                    position: absolute;
                    display: inline-block;
                    width: 72px;
                    height: 72px;
                    border-radius: 100%;
                    background: #fff;
                    -webkit-animation: preloader-fx 1.6s linear infinite;
                    animation: preloader-fx 1.6s linear infinite;
                }

                    .preloader .preloader-inner .preloader-icon span:last-child {
                        animation-delay: -0.8s;
                        -webkit-animation-delay: -0.8s;
                    }

    @keyframes preloader-fx {
        0% {
            -webkit-transform: scale(0, 0);
            -moz-transform: scale(0, 0);
            transform: scale(0, 0);
            opacity: 0.5;
        }

        100% {
            -webkit-transform: scale(1, 1);
            -moz-transform: scale(1, 1);
            transform: scale(1, 1);
            opacity: 0;
        }
    }

    @-webkit-keyframes preloader-fx {
        0% {
            -webkit-transform: scale(0, 0);
            -moz-transform: scale(0, 0);
            opacity: 0.5;
        }

        100% {
            -webkit-transform: scale(1, 1);
            -moz-transform: scale(1, 1);
            opacity: 0;
        }
    }

    @keyframes price-ani {
        0% {
            -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
            opacity: 0.5;
        }

        100% {
            -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
            opacity: 0.1;
        }
    }

    .wow {
        animation-name: none !important;
        visibility: visible !important;
    }

    @media (min-width: 1400px) {
        .container-1310 {
            max-width: 1310px;
        }
    }

    .form-message {
        margin: 30px 0 0;
        text-align: center;
    }

        .form-message.error {
            color: #6e0c79;
        }

        .form-message.success {
            color: green;
        }

    #mc_embed_signup div.mce_inline_error {
        background-color: transparent !important;
        color: #6e0c79 !important;
        text-align: center !important;
        font-size: 14px !important;
    }

    #mce-success-response {
        text-align: center !important;
        margin-top: 15px !important;
        color: green !important;
        font-size: 14px !important;
    }

    #mce-error-response {
        background: #6e0c79;
        padding: 15px;
        color: #fff;
        text-align: center;
        margin-top: 20px;
        font-size: 13px;
        border-radius: 6px;
    }

        #mce-error-response a {
            color: #fff;
            text-decoration: underline;
        }

    .post-item-wrapper .post-item {
        margin-bottom: 30px;
    }

        .post-item-wrapper .post-item .post-thumb {
            overflow: hidden;
        }

            .post-item-wrapper .post-item .post-thumb a {
                display: block;
            }

                .post-item-wrapper .post-item .post-thumb a img {
                    -webkit-transition: all 0.3s ease;
                    -moz-transition: all 0.3s ease;
                    -ms-transition: all 0.3s ease;
                    -o-transition: all 0.3s ease;
                    transition: all 0.3s ease;
                    display: block;
                }

        .post-item-wrapper .post-item .post-content {
            position: relative;
            background: #fff;
            padding: 20px;
        }

    @media (min-width: 992px) {
        .post-item-wrapper .post-item .post-content {
            padding: 30px;
        }
    }

    .post-item-wrapper .post-item .post-content .cata-icon {
        width: 50px;
        height: 50px;
        line-height: 50px;
        border-radius: 50%;
        background: #6e0c79;
        text-align: center;
        position: absolute;
        top: -25px;
        outline: none;
        font-size: 18px;
    }

        .post-item-wrapper .post-item .post-content .cata-icon i {
            color: #fff;
        }

    .post-item-wrapper .post-item .post-content .post-catagory {
        margin: 0;
        display: flex;
    }

        .post-item-wrapper .post-item .post-content .post-catagory li {
            font-weight: 600;
            list-style: none;
        }

            .post-item-wrapper .post-item .post-content .post-catagory li:first-child {
                padding-right: 5px;
            }

            .post-item-wrapper .post-item .post-content .post-catagory li a {
                font-size: 0.875rem;
                color: #6e0c79;
                -webkit-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }

                .post-item-wrapper .post-item .post-content .post-catagory li a:hover {
                    color: #383a50;
                }

    .post-item-wrapper .post-item .post-content .meta-post span {
        font-size: 0.875rem;
    }

        .post-item-wrapper .post-item .post-content .meta-post span .name {
            padding: 0 2px;
            font-weight: 600;
            color: #383a50;
            outline: none;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

            .post-item-wrapper .post-item .post-content .meta-post span .name:hover {
                color: #6e0c79;
            }

        .post-item-wrapper .post-item .post-content .meta-post span .date {
            padding: 0 2px;
            color: #383a50;
            outline: none;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

            .post-item-wrapper .post-item .post-content .meta-post span .date:hover {
                color: #6e0c79;
            }

    .post-item-wrapper .post-item .post-content-header {
        padding: 20px 10px 20px 20px;
        background: #fff;
    }

    @media (min-width: 992px) {
        .post-item-wrapper .post-item .post-content-header {
            padding: 40px 10px 40px 40px;
        }
    }

    .post-item-wrapper .post-item .post-content-header .post-catagory {
        display: flex;
        flex-wrap: wrap;
        margin: 0;
    }

        .post-item-wrapper .post-item .post-content-header .post-catagory li {
            list-style: none;
            font-weight: 600;
            margin-bottom: 5px;
        }

            .post-item-wrapper .post-item .post-content-header .post-catagory li a {
                color: #6e0c79;
                padding: 0 5px;
                outline: none;
            }

        .post-item-wrapper .post-item .post-content-header .post-catagory .date {
            font-size: 15px;
            font-weight: 400;
            padding-left: 60px;
            position: relative;
        }

            .post-item-wrapper .post-item .post-content-header .post-catagory .date a {
                color: #3f485d;
            }

                .post-item-wrapper .post-item .post-content-header .post-catagory .date a:hover {
                    color: #6e0c79;
                }

            .post-item-wrapper .post-item .post-content-header .post-catagory .date::before {
                position: absolute;
                content: "";
                width: 34px;
                height: 1px;
                top: 50%;
                left: 10px;
                background: #d0d0d0;
                transform: translateY(-50%);
            }

    .post-item-wrapper .post-item .post-content-header .meta-post span {
        color: #3f485d;
        line-height: 26px;
    }

        .post-item-wrapper .post-item .post-content-header .meta-post span a {
            box-shadow: none;
            color: #3f485d;
            outline: none;
            font-size: 15px;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

            .post-item-wrapper .post-item .post-content-header .meta-post span a:hover {
                color: #6e0c79;
            }

        .post-item-wrapper .post-item .post-content-header .meta-post span .name {
            outline: none;
            font-weight: 600;
            color: #383a50;
            padding-right: 20px;
        }

            .post-item-wrapper .post-item .post-content-header .meta-post span .name:hover {
                color: #6e0c79;
                box-shadow: none;
            }

        .post-item-wrapper .post-item .post-content-header .meta-post span i {
            padding: 0 5px;
            color: #7f7f7f;
        }

    .post-item-wrapper .post-item .post-content .post-content-inner .single-img {
        margin-top: 15px;
        margin-bottom: 30px;
    }

    .post-item-wrapper .post-item .post-content .post-content-inner .tags-section {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0;
        margin-top: 40px;
        padding-top: 20px;
        border-top: 1px solid #ededed;
        overflow: hidden;
        align-items: center;
    }

        .post-item-wrapper .post-item .post-content .post-content-inner .tags-section .tags-part {
            margin: 0;
        }

            .post-item-wrapper .post-item .post-content .post-content-inner .tags-section .tags-part li {
                list-style: none;
                text-transform: capitalize;
                color: #3f485d;
            }

                .post-item-wrapper .post-item .post-content .post-content-inner .tags-section .tags-part li i {
                    color: #6e0c79;
                    padding-right: 10px;
                }

                .post-item-wrapper .post-item .post-content .post-content-inner .tags-section .tags-part li span {
                    font-weight: 600;
                    color: #06163a;
                }

                .post-item-wrapper .post-item .post-content .post-content-inner .tags-section .tags-part li a {
                    text-decoration: underline;
                    outline: none;
                    padding: 0 2px;
                    font-size: 0.875rem;
                }

                    .post-item-wrapper .post-item .post-content .post-content-inner .tags-section .tags-part li a:hover {
                        text-decoration: none;
                        color: #383a50;
                    }

    .post-item:hover .post-content a > h5 {
        color: #6e0c79;
    }

    .post-item:hover .post-thumb a > img {
        transform: scale(1.2);
    }

    .pagination-area {
        padding: 20px 0;
    }

        .pagination-area .pagination {
            margin: 0;
            align-items: center;
        }

            .pagination-area .pagination li {
                list-style: none;
            }

                .pagination-area .pagination li.dot {
                    font-weight: 600;
                    padding: 10px;
                    font-size: 18px;
                }

                .pagination-area .pagination li.prev {
                    margin-right: 5px;
                }

                    .pagination-area .pagination li.prev a {
                        font-weight: 400;
                    }

                .pagination-area .pagination li.next {
                    margin-left: 5px;
                }

                    .pagination-area .pagination li.next a {
                        font-weight: 400;
                    }

                .pagination-area .pagination li a {
                    padding: 13px 21px;
                    background: #fff;
                    color: #06163a;
                    margin: 0 2px;
                    text-transform: capitalize;
                    font-weight: 600;
                    border-radius: 3px;
                    display: inline-block;
                    outline: none;
                    -webkit-transition: all 0.3s ease;
                    transition: all 0.3s ease;
                }

                    .pagination-area .pagination li a:hover {
                        background: #6e0c79 !important;
                        color: #fff !important;
                    }

                    .pagination-area .pagination li a.active {
                        background: #6e0c79 !important;
                        color: #fff !important;
                    }

    @media (min-width: 992px) {
        .author-section {
            margin-top: 60px;
        }
    }

    .author-section .author-section-item {
        padding: 20px;
        margin: 40px 0;
        border-radius: 4px;
        background: #fff;
    }

    @media (min-width: 992px) {
        .author-section .author-section-item {
            padding: 40px;
        }
    }

    .author-section .author-section-item .post-thumb {
        width: 180px;
        height: 180px;
        margin-right: 30px;
        text-align: center;
        line-height: 180px;
        border-radius: 50%;
    }

    @media (min-width: 768px) {
        .author-section .author-section-item .post-content {
            width: calc(100% - 210px);
        }
    }

    .author-section .author-section-item .post-content span {
        color: #7f7f7f;
        margin-bottom: 15px;
        display: inline-block;
    }

    .format-video .post-thumb {
        position: relative;
    }

        .format-video .post-thumb img {
            max-width: 100% !important;
            display: block !important;
        }

        .format-video .post-thumb .post-content {
            position: absolute !important;
            background: transparent !important;
            bottom: 0;
            left: 0;
            width: 100%;
        }

            .format-video .post-thumb .post-content .post-catagory li a {
                color: #fff !important;
            }

                .format-video .post-thumb .post-content .post-catagory li a:hover {
                    color: #6e0c79 !important;
                }

            .format-video .post-thumb .post-content .cata-icon {
                background: #dec32b !important;
            }

                .format-video .post-thumb .post-content .cata-icon img {
                    max-width: 100%;
                    display: inline-block !important;
                    transform: scale(1) !important;
                }

            .format-video .post-thumb .post-content a h5 {
                color: #fff;
            }

                .format-video .post-thumb .post-content a h5:hover {
                    color: #6e0c79;
                }

            .format-video .post-thumb .post-content .meta-post span {
                color: #fff;
            }

                .format-video .post-thumb .post-content .meta-post span .name {
                    color: #fff !important;
                    font-weight: 600;
                    display: inline-block;
                }

                    .format-video .post-thumb .post-content .meta-post span .name:hover {
                        color: #6e0c79 !important;
                    }

                .format-video .post-thumb .post-content .meta-post span .date {
                    color: #fff !important;
                    display: inline-block;
                }

                    .format-video .post-thumb .post-content .meta-post span .date:hover {
                        color: #6e0c79 !important;
                    }

    .format-link .post-thumb {
        background: #212fb4;
        padding: 47px 30px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

        .format-link .post-thumb h5 {
            color: #fff;
        }

        .format-link .post-thumb a {
            color: #fff;
        }

            .format-link .post-thumb a:hover {
                color: #6e0c79;
            }

    .format-link .cata-icon {
        background: #2fb7df !important;
    }

    .get-sidebar .sidebar-inner {
        padding: 40px 20px;
        background: #fff;
        border-radius: 3px;
        margin-bottom: 30px;
    }

    @media (min-width: 992px) {
        .get-sidebar .sidebar-inner {
            padding: 40px 30px;
        }
    }

    .get-sidebar .sidebar-inner .sidebar-header h5 {
        padding-bottom: 15px;
    }

    .get-sidebar .sidebar-inner .sidebar-wrapper {
        overflow: hidden;
    }

        .get-sidebar .sidebar-inner .sidebar-wrapper .sidebar-thumb {
            position: relative;
            width: 100%;
        }

            .get-sidebar .sidebar-inner .sidebar-wrapper .sidebar-thumb img {
                display: block;
                width: 100%;
            }

        .get-sidebar .sidebar-inner .sidebar-wrapper .sidebar-content {
            position: absolute;
            top: 50%;
            left: 50%;
            width: 100%;
            padding: 30px;
            transform: translateY(-50%) translateX(-50%);
            text-align: center;
        }

            .get-sidebar .sidebar-inner .sidebar-wrapper .sidebar-content span {
                color: #fff;
                font-weight: 400;
                font-size: 0.9375rem;
            }

            .get-sidebar .sidebar-inner .sidebar-wrapper .sidebar-content h5 {
                color: #fff;
            }

        .get-sidebar .sidebar-inner .sidebar-wrapper .post-catagori {
            margin: 0;
        }

            .get-sidebar .sidebar-inner .sidebar-wrapper .post-catagori li {
                list-style: none;
                display: flex;
                justify-content: space-between;
                align-items: center;
                border-bottom: 1px solid #ededed;
            }

                .get-sidebar .sidebar-inner .sidebar-wrapper .post-catagori li:last-child {
                    border-bottom: none;
                }

                .get-sidebar .sidebar-inner .sidebar-wrapper .post-catagori li a {
                    display: inline-block;
                    outline: none;
                    color: #06163a;
                    font-size: 1rem;
                    font-weight: 600;
                    text-transform: capitalize;
                    padding: 10px 0;
                    transition: all 0.3s ease;
                }

                .get-sidebar .sidebar-inner .sidebar-wrapper .post-catagori li span {
                    color: #7f7f7f;
                    transition: all 0.3s ease;
                }

                .get-sidebar .sidebar-inner .sidebar-wrapper .post-catagori li:hover span {
                    color: #6e0c79;
                }

                .get-sidebar .sidebar-inner .sidebar-wrapper .post-catagori li:hover a {
                    color: #6e0c79;
                    padding-left: 15px;
                }

    .get-sidebar .sidebar-inner .sidebar-pagination {
        text-align: center;
        padding-top: 15px;
    }

        .get-sidebar .sidebar-inner .sidebar-pagination .swiper-pagination-bullet-active {
            background-color: #6e0c79;
        }

    .sc-two .sidebar-thumb {
        position: relative;
    }

        .sc-two .sidebar-thumb:before {
            position: absolute;
            content: "";
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(63, 114, 232, 0.007);
        }

    .sidebar-header {
        text-align: center;
        padding-bottom: 30px;
    }

        .sidebar-header:hover h5::before {
            width: 72px;
            margin-left: -5px;
        }

        .sidebar-header:hover h5::after {
            width: 12px;
            margin-left: 36px;
        }

        .sidebar-header h5 {
            position: relative;
            margin-bottom: 0;
            padding-bottom: 0 !important;
        }

            .sidebar-header h5::before {
                content: "";
                width: 12px;
                height: 4px;
                background: #6e0c79;
                position: absolute;
                bottom: -20px;
                left: 50%;
                margin-left: -35px;
                transform: translateX(-50%);
                border-radius: 2px;
                transition: all 0.3s ease;
            }

            .sidebar-header h5::after {
                content: "";
                width: 72px;
                height: 4px;
                background: #6e0c79;
                position: absolute;
                bottom: -20px;
                right: 0;
                left: 50%;
                margin-left: -25px;
                border-radius: 2px;
                transition: all 0.3s ease;
            }

    .sidebar-wrapper {
        padding-top: 15px;
    }

    .sidebar-media .sidebar-header {
        text-align: center;
        padding-bottom: 30px;
    }

        .sidebar-media .sidebar-header:hover h5::before {
            width: 72px;
            margin-left: -5px;
        }

        .sidebar-media .sidebar-header:hover h5::after {
            width: 12px;
            margin-left: 35px;
        }

        .sidebar-media .sidebar-header h5 {
            position: relative;
            padding-bottom: 0 !important;
        }

            .sidebar-media .sidebar-header h5::before {
                content: "";
                width: 12px;
                height: 4px;
                background: #6e0c79;
                position: absolute;
                bottom: -50px;
                left: 50%;
                margin-left: -35px;
                transform: translateX(-50%);
                border-radius: 2px;
                transition: all 0.3s ease;
            }

            .sidebar-media .sidebar-header h5::after {
                content: "";
                width: 72px;
                height: 4px;
                background: #6e0c79;
                position: absolute;
                bottom: -50px;
                right: 0;
                left: 50%;
                margin-left: -25px;
                border-radius: 2px;
                transition: all 0.3s ease;
            }

    .sidebar-media .sidebar-wrapper .sidebar-social-media {
        text-align: center;
        display: flex;
        flex-wrap: wrap;
    }

        .sidebar-media .sidebar-wrapper .sidebar-social-media .social-item {
            width: calc(100% / 4);
        }

            .sidebar-media .sidebar-wrapper .sidebar-social-media .social-item .icon {
                width: 60px;
                height: 60px;
                line-height: 60px;
                font-size: 18px;
                display: inline-block;
                text-align: center;
                border: 3px solid transparent;
                border-radius: 50%;
                margin: 5px;
                transition: all 0.3s ease;
            }

                .sidebar-media .sidebar-wrapper .sidebar-social-media .social-item .icon i {
                    transition: all 0.3s ease;
                }

            .sidebar-media .sidebar-wrapper .sidebar-social-media .social-item .icon-title {
                display: inline-block;
                outline: none;
                text-transform: capitalize;
                color: #3f485d;
                font-size: 0.875rem;
                padding: 15px 0;
                padding-top: 0;
            }

    .sidebar-comments .sidebar-comments-list .comment-list {
        padding: 15px 0;
        margin-top: 0;
        border-bottom: 1px solid #ededed;
    }

        .sidebar-comments .sidebar-comments-list .comment-list:last-child {
            border-bottom: none;
        }

        .sidebar-comments .sidebar-comments-list .comment-list .cm-icon {
            padding-right: 20px;
            font-size: 20px;
            color: #383a50;
        }

        .sidebar-comments .sidebar-comments-list .comment-list .cm-text {
            font-family: "Poppins", sans-serif;
        }

            .sidebar-comments .sidebar-comments-list .comment-list .cm-text p {
                font-weight: 600;
                color: #383a50;
                margin-bottom: 0;
            }

                .sidebar-comments .sidebar-comments-list .comment-list .cm-text p span {
                    font-weight: 400;
                    font-size: 0.875rem;
                    color: #3f485d;
                }

            .sidebar-comments .sidebar-comments-list .comment-list .cm-text span {
                font-size: 0.875rem;
            }

    .facebook {
        background: #3b5998;
    }

        .facebook:hover {
            background: #fff;
            border-color: #3b5998 !important;
        }

            .facebook:hover i {
                color: #3b5998;
            }

        .facebook i {
            color: #fff;
        }

    .twitter {
        background: #fff;
        border-color: #55acee !important;
    }

        .twitter:hover {
            background: #55acee;
        }

            .twitter:hover i {
                color: #fff;
            }

        .twitter i {
            color: #55acee;
        }

    .twitter-sm {
        background: #55acee;
    }

        .twitter-sm:hover {
            background: #fff;
            border-color: #55acee;
        }

            .twitter-sm:hover i {
                color: #55acee;
            }

        .twitter-sm i {
            color: #fff;
        }

    .google {
        background: #dd4b39;
    }

        .google:hover {
            background: #fff;
            border-color: #dd4b39 !important;
        }

            .google:hover i {
                color: #dd4b39;
            }

        .google i {
            color: #fff;
        }

    .linkedin {
        background: #007bb5;
    }

        .linkedin:hover {
            background: #fff;
            border-color: #007bb5 !important;
        }

            .linkedin:hover i {
                color: #007bb5;
            }

        .linkedin i {
            color: #fff;
        }

    .instagram {
        background: #e4405f;
    }

        .instagram:hover {
            background: #fff;
            border-color: #e4405f !important;
        }

            .instagram:hover i {
                color: #e4405f;
            }

        .instagram i {
            color: #fff;
        }

    .tumblr {
        background: #34465d;
    }

        .tumblr:hover {
            background: #fff;
            border-color: #34465d !important;
        }

            .tumblr:hover i {
                color: #34465d;
            }

        .tumblr i {
            color: #fff;
        }

    .behance {
        background: #1769ff;
    }

        .behance:hover {
            background: #fff;
            border-color: #1769ff !important;
        }

            .behance:hover i {
                color: #1769ff;
            }

        .behance i {
            color: #fff;
        }

    .youtube {
        background: #cd201f;
    }

        .youtube:hover {
            background: #fff;
            border-color: #cd201f !important;
        }

            .youtube:hover i {
                color: #cd201f;
            }

        .youtube i {
            color: #fff;
        }

    .single-group {
        padding: 40px 20px;
        background: #fff;
        border-radius: 3px;
        margin-bottom: 40px;
    }

    @media (min-width: 992px) {
        .single-group {
            margin-bottom: 60px;
            padding: 40px 30px;
        }
    }

    .single-group .single-group-title {
        padding-bottom: 30px;
        padding-left: 5px;
    }

        .single-group .single-group-title h5 {
            position: relative;
        }

            .single-group .single-group-title h5::before {
                content: "";
                width: 12px;
                height: 4px;
                background: #6e0c79;
                position: absolute;
                bottom: -15px;
                left: 0;
                border-radius: 2px;
                transition: all 0.3s ease;
            }

            .single-group .single-group-title h5::after {
                content: "";
                width: 72px;
                height: 4px;
                background: #6e0c79;
                position: absolute;
                bottom: -15px;
                right: 0;
                left: 0;
                margin-left: 17px;
                border-radius: 2px;
                transition: all 0.3s ease;
            }

            .single-group .single-group-title h5:hover::before {
                width: 72px;
            }

            .single-group .single-group-title h5:hover::after {
                width: 12px;
                margin-left: 77px;
            }

    .single-group .single-rel-post {
        padding-top: 20px;
    }

    @media (min-width: 992px) {
        .single-group .single-rel-post .post-item {
            margin: 5px;
        }
    }

    .single-group .single-rel-post .post-item .post-thumb {
        overflow: hidden;
    }

        .single-group .single-rel-post .post-item .post-thumb img {
            width: 100%;
        }

    .single-group .single-rel-post .post-item .post-content {
        padding: 20px 20px 0px 20px;
    }

        .single-group .single-rel-post .post-item .post-content .cata-icon {
            width: 40px;
            height: 40px;
            line-height: 40px;
            top: -22px;
            font-size: 1.125rem;
        }

        .single-group .single-rel-post .post-item .post-content .post-catagory {
            margin: 0;
            display: flex;
        }

            .single-group .single-rel-post .post-item .post-content .post-catagory li {
                margin: 10px 0;
                font-weight: 400;
                list-style: none;
                padding: 0;
            }

                .single-group .single-rel-post .post-item .post-content .post-catagory li:first-child {
                    padding-right: 5px;
                }

                .single-group .single-rel-post .post-item .post-content .post-catagory li a {
                    font-size: 0.875rem;
                    color: #6e0c79;
                }

        .single-group .single-rel-post .post-item .post-content a {
            outline: none;
        }

            .single-group .single-rel-post .post-item .post-content a h6 {
                margin-top: 0;
                font-size: 1.125rem;
                -webkit-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                -ms-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }

                .single-group .single-rel-post .post-item .post-content a h6:hover {
                    color: #6e0c79;
                }

    .format-video .cata-icon {
        background: #dec32b !important;
    }

    .Comments-section {
        background: #fff;
        padding: 40px 20px;
        border-radius: 4px;
        margin-bottom: 40px;
    }

    @media (min-width: 992px) {
        .Comments-section {
            padding: 40px;
        }
    }

    .Comments-section .post-item {
        margin-bottom: 0;
    }

        .Comments-section .post-item .comments-title {
            margin: 0;
            position: relative;
            padding-bottom: 30px;
        }

            .Comments-section .post-item .comments-title::before {
                content: "";
                width: 12px;
                height: 4px;
                background: #6e0c79;
                position: absolute;
                bottom: 0;
                left: 0;
                border-radius: 2px;
                transition: all 0.3s ease;
            }

            .Comments-section .post-item .comments-title::after {
                content: "";
                width: 72px;
                height: 4px;
                background: #6e0c79;
                position: absolute;
                bottom: 0;
                right: 0;
                left: 0;
                margin-left: 17px;
                border-radius: 2px;
                transition: all 0.3s ease;
            }

            .Comments-section .post-item .comments-title:hover::before {
                width: 72px;
            }

            .Comments-section .post-item .comments-title:hover::after {
                width: 12px;
                margin-left: 77px;
            }

    .contact-info {
        padding: 40px 20px;
        background: #fff;
        border-radius: 3px;
        margin-bottom: 40px;
    }

    @media (min-width: 992px) {
        .contact-info {
            padding: 36px;
            margin-bottom: 0;
        }
    }

    @media (min-width: 768px) {
        .contact-info .contact-from7 {
            padding: 0;
        }
    }

    .contact-info .contact-from7 .comment-reply-title {
        margin: 0;
        position: relative;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

        .contact-info .contact-from7 .comment-reply-title::before {
            content: "";
            width: 12px;
            height: 4px;
            background: #6e0c79;
            position: absolute;
            bottom: 0;
            left: 0;
            border-radius: 2px;
            transition: all 0.3s ease;
        }

        .contact-info .contact-from7 .comment-reply-title::after {
            content: "";
            width: 72px;
            height: 4px;
            background: #6e0c79;
            position: absolute;
            bottom: 0;
            right: 0;
            left: 0;
            margin-left: 17px;
            border-radius: 2px;
            transition: all 0.3s ease;
        }

        .contact-info .contact-from7 .comment-reply-title:hover::before {
            width: 72px;
        }

        .contact-info .contact-from7 .comment-reply-title:hover::after {
            width: 12px;
            margin-left: 77px;
        }

    .footer-section {
        position: relative;
    }

        .footer-section .footer-top {
            background: #fff;
        }

            .footer-section .footer-top .footer-content .footer-logo {
                padding: 10px 0;
                display: inline-block;
            }

            .footer-section .footer-top .footer-content p {
                color: #3f485d;
            }

            .footer-section .footer-top .footer-content .footer-title h5 {
                color: #383a50;
                padding: 10px 0;
            }

            .footer-section .footer-top .footer-content .footer-link-list ul {
                margin: 0;
            }

                .footer-section .footer-top .footer-content .footer-link-list ul li {
                    list-style: none;
                    padding: 5px 0;
                    margin: 2px 0;
                }

                    .footer-section .footer-top .footer-content .footer-link-list ul li a {
                        color: #3f485d;
                        display: inline-block;
                        outline: none;
                        transition: all 0.3s ease;
                    }

                        .footer-section .footer-top .footer-content .footer-link-list ul li a:hover {
                            color: #6e0c79;
                            padding-left: 10px;
                        }

            .footer-section .footer-top .footer-content .footer-gellary .f-gellary-item {
                width: calc(100% / 3);
                float: left;
            }

                .footer-section .footer-top .footer-content .footer-gellary .f-gellary-item .f-gellary-item-inner {
                    margin: 4px;
                    border-radius: 3px;
                }

                    .footer-section .footer-top .footer-content .footer-gellary .f-gellary-item .f-gellary-item-inner .f-gellary-thumb {
                        display: block;
                    }

                        .footer-section .footer-top .footer-content .footer-gellary .f-gellary-item .f-gellary-item-inner .f-gellary-thumb .footer-img {
                            display: block;
                            outline: none;
                        }

                            .footer-section .footer-top .footer-content .footer-gellary .f-gellary-item .f-gellary-item-inner .f-gellary-thumb .footer-img img {
                                display: block;
                                width: 100%;
                            }

            .footer-section .footer-top .footer-content .footer-newsletter input {
                padding: 19px;
                border-radius: 3px;
                background: #f2f2f2;
                margin-bottom: 20px;
                border: none;
                outline: none;
            }

                .footer-section .footer-top .footer-content .footer-newsletter input::placeholder {
                    color: #a1a1a2;
                    opacity: 1;
                }

                .footer-section .footer-top .footer-content .footer-newsletter input:-ms-input-placeholder {
                    color: #a1a1a2;
                }

                .footer-section .footer-top .footer-content .footer-newsletter input::-ms-input-placeholder {
                    color: #a1a1a2;
                }

            .footer-section .footer-top .footer-content .footer-newsletter [type=submit] {
                width: 100%;
                padding: 15px 45px;
                text-transform: uppercase;
                font-weight: 600;
                font-size: 0.875rem;
                background: #6e0c79;
                color: #fff;
                border-radius: 3px;
                transition: all 0.3s ease;
            }

                .footer-section .footer-top .footer-content .footer-newsletter [type=submit]:hover {
                    background: #383a50;
                }

        .footer-section .footer-bottom {
            padding: 23px 0;
        }

            .footer-section .footer-bottom .copyright {
                text-align: center;
                padding: 0 15px;
                line-height: 1.625rem;
            }

                .footer-section .footer-bottom .copyright p {
                    margin-bottom: 0;
                }

                    .footer-section .footer-bottom .copyright p a {
                        display: inline-block;
                        font-weight: 600;
                        transition: all 0.3s ease;
                    }

                        .footer-section .footer-bottom .copyright p a:hover {
                            color: #6e0c79;
                        }

            .footer-section .footer-bottom .footer-social .social-media {
                margin: 0;
            }

                .footer-section .footer-bottom .footer-social .social-media li {
                    list-style: none;
                    padding: 0;
                }

                    .footer-section .footer-bottom .footer-social .social-media li a {
                        padding: 10px;
                        color: #3f485d;
                        display: inline-block;
                        font-size: 1.25rem;
                        -webkit-transition: all 0.3s ease;
                        transition: all 0.3s ease;
                        outline: none;
                    }

                        .footer-section .footer-bottom .footer-social .social-media li a:hover {
                            color: #6e0c79;
                        }

    .mobile-header {
        padding: 5px 15px;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 111;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    @media (min-width: 576px) {
        .mobile-header .header-logo {
            max-width: 100%;
        }
    }

    .mobile-header .nav-widget .nav-search input {
        padding: 10px 20px;
        border-radius: 2px;
    }

    @media (min-width: 576px) {
        .mobile-header .nav-widget .nav-search input {
            max-width: 300px;
            margin: 0;
            padding: 10px 25px;
        }
    }

    .mobile-header .header-bar {
        position: relative;
        width: unset;
        height: unset;
        cursor: pointer;
    }

        .mobile-header .header-bar span {
            background: #6e0c79;
            width: 100%;
            height: 3px;
            display: block;
            position: absolute;
            left: 0;
            top: 50%;
            margin-top: -1px;
            transform-origin: center;
            transition: all 0.3s ease;
        }

            .mobile-header .header-bar span:nth-child(1) {
                margin-top: -9px;
            }

            .mobile-header .header-bar span:nth-child(2) {
                opacity: 1;
            }

            .mobile-header .header-bar span:nth-child(3) {
                margin-top: 7px;
            }

        .mobile-header .header-bar.m-menu-bar span:nth-child(1) {
            transform: rotate(-45deg);
            margin-top: -1px;
        }

        .mobile-header .header-bar.m-menu-bar span:nth-child(2) {
            opacity: 0;
        }

        .mobile-header .header-bar.m-menu-bar span:nth-child(3) {
            transform: rotate(45deg);
            margin-top: -1px;
        }

    .mobile-menu-area.m-menu-zero {
        opacity: 1;
        top: 0;
        right: 0;
        width: 100%;
        height: 100vh;
        background: rgba(255, 255, 255, 0.5);
    }

    .mobile-menu-area .mobile-menu-area-inner {
        height: 100vh;
        padding: 40px 20px;
        overflow-y: scroll;
    }

        .mobile-menu-area .mobile-menu-area-inner .header-bar {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            align-items: center;
            padding-bottom: 15px;
            position: relative;
        }

        .mobile-menu-area .mobile-menu-area-inner .m-menu {
            text-align: center;
            margin: 0;
            padding: 30px 0;
            border-top: 1px solid #ededed;
            border-bottom: 1px solid #ededed;
        }

            .mobile-menu-area .mobile-menu-area-inner .m-menu li {
                list-style: none;
                padding: 0;
                position: relative;
            }

                .mobile-menu-area .mobile-menu-area-inner .m-menu li a {
                    display: block !important;
                    padding: 10px 0;
                    color: #06163a;
                    background: #fff;
                    text-transform: capitalize;
                    margin: 2px 0;
                    text-align: left;
                    outline: none;
                }

                    .mobile-menu-area .mobile-menu-area-inner .m-menu li a:hover {
                        color: #6e0c79;
                    }

                .mobile-menu-area .mobile-menu-area-inner .m-menu li .m-submenu {
                    display: none;
                    margin: 0;
                    padding: 0;
                }

                    .mobile-menu-area .mobile-menu-area-inner .m-menu li .m-submenu li a {
                        margin: 0;
                        text-transform: capitalize;
                        padding-left: 30px;
                        outline: none;
                        position: relative;
                    }

                        .mobile-menu-area .mobile-menu-area-inner .m-menu li .m-submenu li a::before {
                            position: absolute;
                            content: "-";
                            top: 50%;
                            left: 15px;
                            transform: translateY(-50%);
                            color: #383a50;
                        }

                    .mobile-menu-area .mobile-menu-area-inner .m-menu li .m-submenu li .m-submenu li a {
                        padding-left: 50px;
                        padding: 5px 45px;
                    }

                    .mobile-menu-area .mobile-menu-area-inner .m-menu li .m-submenu li .m-submenu li .m-submenu li a {
                        padding-left: 60px;
                    }

                    .mobile-menu-area .mobile-menu-area-inner .m-menu li .m-submenu li .m-submenu li .m-submenu li .m-submenu li a {
                        padding-left: 70px;
                    }

        .mobile-menu-area .mobile-menu-area-inner .social-link-list {
            margin-top: 30px;
        }

    nav.mobile-header.primary-menu.close {
        display: none;
    }

    .style-2 .mobile-menu-area {
        top: 0;
    }

    .style-2 .mobile-header {
        background: transparent;
        padding: 30px;
    }

    @media (min-width: 1400px) {
        .style-2 .mobile-header {
            padding: 30px 60px;
        }
    }

    .style-2 .mobile-header.sticky-nav {
        padding: 10px 15px;
    }

    @media (min-width: 576px) {
        .style-2 .mobile-header.sticky-nav {
            padding: 10px 30px;
        }
    }

    .style-2 .mobile-header.nav-up {
        top: -120px;
    }

    .style-2 .mobile-header.nav-down {
        top: 0;
    }

        .style-2 .mobile-header.nav-down .header-menu .header-bar span {
            background: #6e0c79;
        }

    .style-2 .mobile-header .header-menu {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    @media (min-width: 576px) {
        .style-2 .mobile-header .header-menu .header-bar {
            margin-right: 20px;
        }
    }

    .style-2 .mobile-header .header-menu .header-bar span {
        background: #fff;
    }

    @media (max-width: 600px) {
        .style-2 .mobile-header .header-menu .btn-defult {
            display: none;
        }
    }

    /* Close Button */
    .close-button {
        width: 36px;
        height: 36px;
        line-height: 36px;
        position: relative;
        right: 0;
        top: 0;
        overflow: hidden;
        text-indent: 16px;
        border: none;
        z-index: 1001;
        background: #6e0c79;
        color: #fff;
        text-align: center;
        border-radius: 50%;
        cursor: pointer;
    }

        .close-button::before,
        .close-button::after {
            content: "";
            position: absolute;
            width: 2px;
            height: 18px;
            top: 50%;
            left: 50%;
            background: #fff;
            transform: translate(-50%, -50%);
        }

        .close-button::before {
            -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
        }

        .close-button::after {
            -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
        }

    /* Menu */
    .menu-wrap {
        position: fixed;
        z-index: 1001;
        width: 390px;
        height: 100vh;
        top: 0;
        right: 0;
        font-size: 1.15em;
        -webkit-transform: translate3d(390px, 0, 0);
        transform: translate3d(390px, 0, 0);
        -webkit-transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
    }

    @media (max-width: 450px) {
        .menu-wrap {
            width: 320px;
            -webkit-transform: translate3d(320px, 0, 0);
            transform: translate3d(320px, 0, 0);
        }
    }

    .morph-shape svg {
        transform: rotate(180deg);
    }

    .menu {
        background: #fff;
        width: calc(100% - 40px);
        height: 100%;
        float: right;
    }

    /* Morph Shape */
    .morph-shape {
        position: absolute;
        width: 40px;
        height: 100%;
        top: 0;
        left: 0;
        fill: #fff;
        z-index: 1000;
    }

    @media (max-width: 600px) {
        .morph-shape {
            display: none;
        }
    }

    /* Shown menu */
    .show-menu .menu-wrap {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        right: 0;
    }

    html {
        font-family: sans-serif;
        -ms-text-size-adjust: 100%;
        -webkit-text-size-adjust: 100%;
    }

    body {
        margin: 0;
    }

    article,
    aside,
    footer,
    header,
    nav,
    section {
        display: block;
    }

    h1 {
        font-size: 2em;
        margin: 0.67em 0;
    }

    figcaption,
    figure,
    main {
        display: block;
    }

    figure {
        margin: 1em 0;
    }

    hr {
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        height: 0;
        overflow: visible;
    }

    pre {
        font-family: monospace, monospace;
        font-size: 1em;
    }

    a {
        background-color: transparent;
        -webkit-text-decoration-skip: objects;
    }

        a:active,
        a:hover {
            outline-width: 0;
        }

    abbr[title] {
        border-bottom: 1px #767676 dotted;
        text-decoration: none;
    }

    b,
    strong {
        font-weight: inherit;
    }

    b,
    strong {
        font-weight: 600;
    }

    code,
    kbd,
    samp {
        font-family: monospace, monospace;
        font-size: 1em;
    }

    dfn {
        font-style: italic;
    }

    mark {
        background-color: #eee;
        color: #222;
    }

    small {
        font-size: 80%;
    }

    sub,
    sup {
        font-size: 75%;
        line-height: 0;
        position: relative;
        vertical-align: baseline;
    }

    sub {
        bottom: -0.25em;
    }

    sup {
        top: -0.5em;
    }

    audio,
    video {
        display: inline-block;
    }

        audio:not([controls]) {
            display: none;
            height: 0;
        }

    img {
        border-style: none;
    }

    svg:not(:root) {
        overflow: hidden;
    }

    button,
    input,
    optgroup,
    select,
    textarea {
        font-family: sans-serif;
        font-size: 100%;
        margin: 0;
    }

    button,
    input {
        overflow: visible;
    }

    button,
    select {
        text-transform: none;
    }

    button,
    html [type=button],
    [type=reset],
    [type=submit] {
        -webkit-appearance: button;
    }

        button::-moz-focus-inner,
        [type=button]::-moz-focus-inner,
        [type=reset]::-moz-focus-inner,
        [type=submit]::-moz-focus-inner {
            border-style: none;
            padding: 0;
        }

        button:-moz-focusring,
        [type=button]:-moz-focusring,
        [type=reset]:-moz-focusring,
        [type=submit]:-moz-focusring {
            outline: 1px dotted ButtonText;
        }

    fieldset {
        border: 1px solid #bbb;
        margin: 0 2px;
        padding: 0.35em 0.625em 0.75em;
    }

    legend {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        color: inherit;
        display: table;
        max-width: 100%;
        padding: 0;
        white-space: normal;
    }

    progress {
        display: inline-block;
        vertical-align: baseline;
    }

    textarea {
        overflow: auto;
    }

    [type=checkbox],
    [type=radio] {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0;
    }

    [type=number]::-webkit-inner-spin-button,
    [type=number]::-webkit-outer-spin-button {
        height: auto;
    }

    [type=search] {
        -webkit-appearance: textfield;
        outline-offset: -2px;
    }

        [type=search]::-webkit-search-cancel-button,
        [type=search]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

    ::-webkit-file-upload-button {
        -webkit-appearance: button;
        font: inherit;
    }

    details,
    menu {
        display: block;
    }

    summary {
        display: list-item;
    }

    canvas {
        display: inline-block;
    }

    template {
        display: none;
    }

    [hidden] {
        display: none;
    }

    /*--------------------------------------------------------------
2.0 Accessibility
--------------------------------------------------------------*/
    /* Text meant only for screen readers. */
    .screen-reader-text {
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        position: absolute !important;
        width: 1px;
        word-wrap: normal !important;
        /* Many screen reader and browser combinations announce broken words as they would appear visually. */
    }

        .screen-reader-text:focus {
            background-color: #f1f1f1;
            -webkit-border-radius: 3px;
            border-radius: 3px;
            -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
            clip: auto !important;
            color: #21759b;
            display: block;
            font-size: 14px;
            font-size: 0.875rem;
            font-weight: 600;
            height: auto;
            left: 5px;
            line-height: normal;
            padding: 15px 23px 14px;
            text-decoration: none;
            top: 5px;
            width: auto;
            z-index: 100000;
            /* Above WP toolbar. */
        }

    /*--------------------------------------------------------------
3.0 Alignments
--------------------------------------------------------------*/
    .alignleft {
        display: inline;
        float: left;
        margin-right: 1.5em;
    }

    .alignright {
        display: inline;
        float: right;
        margin-left: 1.5em;
    }

    .aligncenter {
        clear: both;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    /*--------------------------------------------------------------
4.0 Clearings
--------------------------------------------------------------*/
    .clear:before,
    .clear:after,
    .entry-content:before,
    .entry-content:after,
    .comment-content:before,
    .comment-content:after,
    .site-header:before,
    .site-header:after,
    .site-content:before,
    .site-content:after,
    .site-footer:before,
    .site-footer:after,
    .nav-links:before,
    .nav-links:after,
    .pagination:before,
    .pagination:after,
    .comment-author:before,
    .comment-author:after,
    .widget-area:before,
    .widget-area:after,
    .widget:before,
    .widget:after,
    .comment-meta:before,
    .comment-meta:after {
        content: "";
        display: table;
        table-layout: fixed;
    }

    .clear:after,
    .entry-content:after,
    .comment-content:after,
    .site-header:after,
    .site-content:after,
    .site-footer:after,
    .nav-links:after,
    .pagination:after,
    .comment-author:after,
    .widget-area:after,
    .widget:after,
    .comment-meta:after {
        clear: both;
    }

    /*--------------------------------------------------------------
5.0 Typography
--------------------------------------------------------------*/
    body,
    button,
    input,
    select,
    textarea {
        color: #3f485d;
        font-family: "Roboto", sans-serif;
        font-size: 1rem;
        font-weight: 400;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        clear: both;
        margin: 0.25em 0 0.25em;
        font-weight: 600;
        color: #06163a;
        font-family: "Poppins", sans-serif;
    }

        h1:first-child,
        h2:first-child,
        h3:first-child,
        h4:first-child,
        h5:first-child,
        h6:first-child {
            padding-top: 0;
        }

    h1 {
        font-size: 60px;
    }

h2 {
    font-size: 40px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 30px;
}

    h5 {
        font-size: 18px;
    }

    h6 {
        font-size: 18px;
    }

    p {
        margin: 0 0 1.5em;
        padding: 0;
        line-height: 1.625rem;
        color: #3f485d;
    }

    dfn,
    cite,
    em,
    i {
        font-style: italic;
    }

    blockquote {
        padding: 30px 30px 30px 50px;
        margin: 20px 0;
        font-weight: 400;
        font-size: 1.125rem;
        line-height: 1.625rem;
        color: #3f485d;
        position: relative;
        
        
    }

        blockquote:before {
            content: "";
            font-weight: 900;
            font-family: "Font Awesome 5 Free";
            position: absolute;
            top: 30px;
            left: 20px;
            color: #e7e7e7;
        }

        blockquote:after {
            content: "";
            position: absolute;
            width: 4px;
            height: 100%;
            background: #6e0c79;
            top: 0px;
            left: 0px;
            border-radius: 100px;
        }

        blockquote cite {
            display: block;
            font-style: normal;
            font-weight: 400;
            margin-top: 0.5em;
            font-family: "Roboto", sans-serif;
            font-size: 1rem;
            color: #3f485d;
        }

    address {
        margin: 0 0 1.5em;
        line-height: 1.625rem;
    }

    pre {
        background: #eee;
        font-family: "Courier 10 Pitch", Courier, monospace;
        font-size: 1rem;
        margin-bottom: 1.6em;
        max-width: 100%;
        overflow: auto;
        padding: 1.6em;
    }

    code,
    kbd,
    tt,
    var {
        font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
        font-size: 1rem;
    }

    abbr,
    acronym {
        border-bottom: 1px dotted #666;
        cursor: help;
    }

    mark,
    ins {
        background: #eee;
        text-decoration: none;
    }

    big {
        font-size: 125%;
    }

    :focus {
        outline: none;
    }

    /* Typography for Arabic Font */
    html[lang=ar] body,
    html[lang=ar] button,
    html[lang=ar] input,
    html[lang=ar] select,
    html[lang=ar] textarea,
    html[lang=ary] body,
    html[lang=ary] button,
    html[lang=ary] input,
    html[lang=ary] select,
    html[lang=ary] textarea,
    html[lang=azb] body,
    html[lang=azb] button,
    html[lang=azb] input,
    html[lang=azb] select,
    html[lang=azb] textarea,
    html[lang=fa-IR] body,
    html[lang=fa-IR] button,
    html[lang=fa-IR] input,
    html[lang=fa-IR] select,
    html[lang=fa-IR] textarea,
    html[lang=haz] body,
    html[lang=haz] button,
    html[lang=haz] input,
    html[lang=haz] select,
    html[lang=haz] textarea,
    html[lang=ps] body,
    html[lang=ps] button,
    html[lang=ps] input,
    html[lang=ps] select,
    html[lang=ps] textarea,
    html[lang=ur] body,
    html[lang=ur] button,
    html[lang=ur] input,
    html[lang=ur] select,
    html[lang=ur] textarea {
        font-family: Tahoma, Arial, sans-serif;
    }

    html[lang=ar] h1,
    html[lang=ar] h2,
    html[lang=ar] h3,
    html[lang=ar] h4,
    html[lang=ar] h5,
    html[lang=ar] h6,
    html[lang=ary] h1,
    html[lang=ary] h2,
    html[lang=ary] h3,
    html[lang=ary] h4,
    html[lang=ary] h5,
    html[lang=ary] h6,
    html[lang=azb] h1,
    html[lang=azb] h2,
    html[lang=azb] h3,
    html[lang=azb] h4,
    html[lang=azb] h5,
    html[lang=azb] h6,
    html[lang=fa-IR] h1,
    html[lang=fa-IR] h2,
    html[lang=fa-IR] h3,
    html[lang=fa-IR] h4,
    html[lang=fa-IR] h5,
    html[lang=fa-IR] h6,
    html[lang=haz] h1,
    html[lang=haz] h2,
    html[lang=haz] h3,
    html[lang=haz] h4,
    html[lang=haz] h5,
    html[lang=haz] h6,
    html[lang=ps] h1,
    html[lang=ps] h2,
    html[lang=ps] h3,
    html[lang=ps] h4,
    html[lang=ps] h5,
    html[lang=ps] h6,
    html[lang=ur] h1,
    html[lang=ur] h2,
    html[lang=ur] h3,
    html[lang=ur] h4,
    html[lang=ur] h5,
    html[lang=ur] h6 {
        font-weight: 600;
    }

    /* Typography for Chinese Font */
    html[lang^=zh-] body,
    html[lang^=zh-] button,
    html[lang^=zh-] input,
    html[lang^=zh-] select,
    html[lang^=zh-] textarea {
        font-family: "PingFang TC", "Helvetica Neue", Helvetica, STHeitiTC-Light, Arial, sans-serif;
    }

    html[lang=zh-CN] body,
    html[lang=zh-CN] button,
    html[lang=zh-CN] input,
    html[lang=zh-CN] select,
    html[lang=zh-CN] textarea {
        font-family: "PingFang SC", "Helvetica Neue", Helvetica, STHeitiSC-Light, Arial, sans-serif;
    }

    html[lang^=zh-] h1,
    html[lang^=zh-] h2,
    html[lang^=zh-] h3,
    html[lang^=zh-] h4,
    html[lang^=zh-] h5,
    html[lang^=zh-] h6 {
        font-weight: 600;
    }

    /* Typography for Cyrillic Font */
    html[lang=bg-BG] body,
    html[lang=bg-BG] button,
    html[lang=bg-BG] input,
    html[lang=bg-BG] select,
    html[lang=bg-BG] textarea,
    html[lang=ru-RU] body,
    html[lang=ru-RU] button,
    html[lang=ru-RU] input,
    html[lang=ru-RU] select,
    html[lang=ru-RU] textarea,
    html[lang=uk] body,
    html[lang=uk] button,
    html[lang=uk] input,
    html[lang=uk] select,
    html[lang=uk] textarea {
        font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
    }

    html[lang=bg-BG] h1,
    html[lang=bg-BG] h2,
    html[lang=bg-BG] h3,
    html[lang=bg-BG] h4,
    html[lang=bg-BG] h5,
    html[lang=bg-BG] h6,
    html[lang=ru-RU] h1,
    html[lang=ru-RU] h2,
    html[lang=ru-RU] h3,
    html[lang=ru-RU] h4,
    html[lang=ru-RU] h5,
    html[lang=ru-RU] h6,
    html[lang=uk] h1,
    html[lang=uk] h2,
    html[lang=uk] h3,
    html[lang=uk] h4,
    html[lang=uk] h5,
    html[lang=uk] h6 {
        font-weight: 600;
    }

    /* Typography for Devanagari Font */
    html[lang=bn-BD] body,
    html[lang=bn-BD] button,
    html[lang=bn-BD] input,
    html[lang=bn-BD] select,
    html[lang=bn-BD] textarea,
    html[lang=hi-IN] body,
    html[lang=hi-IN] button,
    html[lang=hi-IN] input,
    html[lang=hi-IN] select,
    html[lang=hi-IN] textarea,
    html[lang=mr-IN] body,
    html[lang=mr-IN] button,
    html[lang=mr-IN] input,
    html[lang=mr-IN] select,
    html[lang=mr-IN] textarea {
        font-family: Arial, sans-serif;
    }

    html[lang=bn-BD] h1,
    html[lang=bn-BD] h2,
    html[lang=bn-BD] h3,
    html[lang=bn-BD] h4,
    html[lang=bn-BD] h5,
    html[lang=bn-BD] h6,
    html[lang=hi-IN] h1,
    html[lang=hi-IN] h2,
    html[lang=hi-IN] h3,
    html[lang=hi-IN] h4,
    html[lang=hi-IN] h5,
    html[lang=hi-IN] h6,
    html[lang=mr-IN] h1,
    html[lang=mr-IN] h2,
    html[lang=mr-IN] h3,
    html[lang=mr-IN] h4,
    html[lang=mr-IN] h5,
    html[lang=mr-IN] h6 {
        font-weight: 600;
    }

    /* Typography for Greek Font */
    html[lang=el] body,
    html[lang=el] button,
    html[lang=el] input,
    html[lang=el] select,
    html[lang=el] textarea {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    }

    html[lang=el] h1,
    html[lang=el] h2,
    html[lang=el] h3,
    html[lang=el] h4,
    html[lang=el] h5,
    html[lang=el] h6 {
        font-weight: 600;
    }

    /* Typography for Gujarati Font */
    html[lang=gu-IN] body,
    html[lang=gu-IN] button,
    html[lang=gu-IN] input,
    html[lang=gu-IN] select,
    html[lang=gu-IN] textarea {
        font-family: Arial, sans-serif;
    }

    html[lang=gu-IN] h1,
    html[lang=gu-IN] h2,
    html[lang=gu-IN] h3,
    html[lang=gu-IN] h4,
    html[lang=gu-IN] h5,
    html[lang=gu-IN] h6 {
        font-weight: 600;
    }

    /* Typography for Hebrew Font */
    html[lang=he-IL] body,
    html[lang=he-IL] button,
    html[lang=he-IL] input,
    html[lang=he-IL] select,
    html[lang=he-IL] textarea {
        font-family: "Arial Hebrew", Arial, sans-serif;
    }

    html[lang=he-IL] h1,
    html[lang=he-IL] h2,
    html[lang=he-IL] h3,
    html[lang=he-IL] h4,
    html[lang=he-IL] h5,
    html[lang=he-IL] h6 {
        font-weight: 600;
    }

    /* Typography for Japanese Font */
    html[lang=ja] body,
    html[lang=ja] button,
    html[lang=ja] input,
    html[lang=ja] select,
    html[lang=ja] textarea {
        font-family: "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
    }

    html[lang=ja] h1,
    html[lang=ja] h2,
    html[lang=ja] h3,
    html[lang=ja] h4,
    html[lang=ja] h5,
    html[lang=ja] h6 {
        font-weight: 600;
    }

    /* Typography for Korean font */
    html[lang=ko-KR] body,
    html[lang=ko-KR] button,
    html[lang=ko-KR] input,
    html[lang=ko-KR] select,
    html[lang=ko-KR] textarea {
        font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Nanum Gothic", Dotum, sans-serif;
    }

    html[lang=ko-KR] h1,
    html[lang=ko-KR] h2,
    html[lang=ko-KR] h3,
    html[lang=ko-KR] h4,
    html[lang=ko-KR] h5,
    html[lang=ko-KR] h6 {
        font-weight: 600;
    }

    /* Typography for Thai Font */
    html[lang=th] h1,
    html[lang=th] h2,
    html[lang=th] h3,
    html[lang=th] h4,
    html[lang=th] h5,
    html[lang=th] h6 {
        font-family: "Sukhumvit Set", "Helvetica Neue", Helvetica, Arial, sans-serif;
    }

    html[lang=th] body,
    html[lang=th] button,
    html[lang=th] input,
    html[lang=th] select,
    html[lang=th] textarea {
        font-family: "Sukhumvit Set", "Helvetica Neue", Helvetica, Arial, sans-serif;
    }

    /* Remove letter-spacing for all non-latin alphabets */
    html[lang=ar] *,
    html[lang=ary] *,
    html[lang=azb] *,
    html[lang=haz] *,
    html[lang=ps] *,
    html[lang^=zh-] *,
    html[lang=bg-BG] *,
    html[lang=ru-RU] *,
    html[lang=uk] *,
    html[lang=bn-BD] *,
    html[lang=hi-IN] *,
    html[lang=mr-IN] *,
    html[lang=el] *,
    html[lang=gu-IN] *,
    html[lang=he-IL] *,
    html[lang=ja] *,
    html[lang=ko-KR] *,
    html[lang=th] * {
        letter-spacing: 0 !important;
    }

    /*--------------------------------------------------------------
6.0 Forms
--------------------------------------------------------------*/
    label {
        color: #3f485d;
        display: block;
        font-weight: 800;
        margin-bottom: 0.5em;
    }

    fieldset {
        margin-bottom: 1em;
    }

    input[type=text],
    input[type=email],
    input[type=url],
    input[type=password],
    input[type=search],
    input[type=number],
    input[type=tel],
    input[type=range],
    input[type=date],
    input[type=month],
    input[type=week],
    input[type=time],
    input[type=datetime],
    input[type=datetime-local],
    input[type=color],
    textarea, select {
        color: #666;
        /*  background: #fff;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    border: 1px solid #ededed;
    -webkit-border-radius: 3px;
    border-radius: 4px;*/
        display: block;
        padding: 20px;
        background: #fff;
        border-radius: 6px;
        color: #383a50;
        border: none;
        width: 100%;
        /*  margin-bottom: 1.25rem;*/
        outline: none;
    }

        input[type=text]:focus,
        input[type=email]:focus,
        input[type=url]:focus,
        input[type=password]:focus,
        input[type=search]:focus,
        input[type=number]:focus,
        input[type=tel]:focus,
        input[type=range]:focus,
        input[type=date]:focus,
        input[type=month]:focus,
        input[type=week]:focus,
        input[type=time]:focus,
        input[type=datetime]:focus,
        input[type=datetime-local]:focus,
        input[type=color]:focus,
        textarea:focus {
            color: #222;
            border-color: #3f485d;
        }

    select {
        /* border: 1px solid #bbb;*/
        /*-webkit-border-radius: 3px;
  border-radius: 3px;*/
        max-width: 100%;
    }

    input[type=radio],
    input[type=checkbox] {
        margin-right: 0.5em;
    }

        input[type=radio] + label,
        input[type=checkbox] + label {
            font-weight: 400;
        }

    button,
    input[type=button],
    input[type=submit] {
        background-color: #222;
        border: 0;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #fff;
        cursor: pointer;
        display: inline-block;
        font-size: 14px;
        font-size: 0.875rem;
        font-weight: 600;
        padding: 15px 0;
        text-shadow: none;
    }

    input + button,
    input + input[type=button],
    input + input[type=submit] {
        padding: 0.75em 2em;
    }

    button.secondary,
    input[type=reset],
    input[type=button].secondary,
    input[type=reset].secondary,
    input[type=submit].secondary {
        background-color: #ddd;
        color: #222;
    }

    button:hover,
    button:focus,
    input[type=button]:hover,
    input[type=button]:focus,
    input[type=submit]:hover,
    input[type=submit]:focus {
        background: #767676;
    }

    button.secondary:hover,
    button.secondary:focus,
    input[type=reset]:hover,
    input[type=reset]:focus,
    input[type=button].secondary:hover,
    input[type=button].secondary:focus,
    input[type=reset].secondary:hover,
    input[type=reset].secondary:focus,
    input[type=submit].secondary:hover,
    input[type=submit].secondary:focus {
        background: #bbb;
    }

    .comment-form {
        display: flex;
        flex-wrap: wrap;
        margin-top: 40px;
    }

        .comment-form input[type=text] {
            padding: 15px;
            border: 0;
            background: #f2f2f2;
        }

    @media (min-width: 768px) {
        .comment-form input[type=text] {
            width: calc(50% - 10px);
            margin-right: 10px;
        }
    }

    .comment-form input[type=email] {
        padding: 15px;
        border: 0;
        background: #f2f2f2;
    }

    @media (min-width: 768px) {
        .comment-form input[type=email] {
            width: calc(50% - 10px);
            margin-left: 10px;
        }
    }

    .comment-form input[type=url] {
        padding: 15px;
        border: 0;
        background: #f2f2f2;
    }

    .comment-form input[type=submit] {
        width: 100%;
        background: #6e0c79;
        margin-top: 10px;
        transition: all 0.3s ease;
    }

        .comment-form input[type=submit]:hover {
            background: #383a50;
        }

    .comment-form textarea {
        background: #f2f2f2;
        margin-bottom: 20px;
        border: none;
    }

    /* Placeholder text color -- selectors need to be separate to work. */
    ::-webkit-input-placeholder {
        color: #3f485d;
        font-family: "Roboto", sans-serif;
    }

    :-moz-placeholder {
        color: #3f485d;
        font-family: "Roboto", sans-serif;
    }

    ::-moz-placeholder {
        color: #3f485d;
        font-family: "Roboto", sans-serif;
        opacity: 1;
        /* Since FF19 lowers the opacity of the placeholder by default */
    }

    :-ms-input-placeholder {
        color: #3f485d;
        font-family: "Roboto", sans-serif;
    }

    /*--------------------------------------------------------------
7.0 Formatting
--------------------------------------------------------------*/
    hr {
        background-color: #bbb;
        border: 0;
        height: 1px;
        margin-bottom: 1.5em;
    }

    /*--------------------------------------------------------------
8.0 Lists
--------------------------------------------------------------*/
    ul,
    ol {
        padding: 0;
    }

    ul {
        list-style: disc;
        margin-left: 1.5em;
    }

    ol {
        list-style: decimal;
        margin-left: 1.5em;
    }

    li > ul,
    li > ol {
        margin-left: 1.5em;
    }

    dt {
        font-weight: 600;
        line-height: 1.625rem;
        margin: 0 1.5em;
    }

    dd {
        margin: 0 1.5em 1.5em;
        line-height: 1.625rem;
    }

    /*--------------------------------------------------------------
9.0 Tables
--------------------------------------------------------------*/
    table {
        border-collapse: collapse;
        margin: 0 0 1.5em;
        width: 100%;
    }

    thead th {
        padding-bottom: 0.5em;
    }

    th {
        padding: 0.4em;
        text-align: left;
        border: 1px solid #ededed;
    }

    tr {
      /*  border-bottom: 1px solid #ededed;
        border-top: 1px solid #ededed;
        border-left: 1px solid #ededed;*/
    }

    td {
        padding: 1em;
        border: 1px solid #ededed;
    }

    .breadcrumb {
        padding: 0;
        margin-bottom: 0;
        list-style: none;
        background-color: transparent;
        border-radius: 0;
        margin: 0;
        display: flex;
    }

    th:last-child,
    td:last-child {
        padding-right: 0;
    }

    /*--------------------------------------------------------------
10.0 Links
--------------------------------------------------------------*/
    a {
        color: #3f485d;
        text-decoration: none;
        display: inline-block;
        outline: none;
    }

        a:focus {
            outline: thin dotted;
        }

        a:hover,
        a:active {
            color: #000;
            outline: 0;
        }

    /* Hover effects */
    .entry-summary a,
    .widget a,
    .site-footer .widget-area a,
    .posts-navigation a,
    .widget_authors a strong {
        -webkit-box-shadow: inset 0 -1px 0 #0f0f0f;
        box-shadow: inset 0 -1px 0 #0f0f0f;
        -webkit-transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
        transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
        transition: color 80ms ease-in, box-shadow 130ms ease-in-out;
        transition: color 80ms ease-in, box-shadow 130ms ease-in-out, -webkit-box-shadow 130ms ease-in-out;
    }

    .entry-title a,
    .entry-meta a,
    .page-links a,
    .page-links a .page-number,
    .edit-link a,
    .post-navigation a,
    .logged-in-as a,
    .comment-navigation a,
    .comment-reply-link,
    a .nav-title,
    .site-info a,
    .widget .widget-title a,
    .widget ul li a,
    .site-footer .widget-area ul li a,
    .site-footer .widget-area ul li a {
        -webkit-box-shadow: inset 0 -1px 0 white;
        box-shadow: inset 0 -1px 0 white;
        text-decoration: none;
        -webkit-transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
        transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
        transition: color 80ms ease-in, box-shadow 130ms ease-in-out;
        transition: color 80ms ease-in, box-shadow 130ms ease-in-out, -webkit-box-shadow 130ms ease-in-out;
    }

        .entry-summary a:focus,
        .entry-summary a:hover,
        .widget a:focus,
        .widget a:hover,
        .site-footer .widget-area a:focus,
        .site-footer .widget-area a:hover,
        .posts-navigation a:focus,
        .posts-navigation a:hover,
        .comment-reply-link:focus,
        .comment-reply-link:hover,
        .widget_authors a:focus strong,
        .widget_authors a:hover strong,
        .entry-title a:focus,
        .entry-title a:hover,
        .entry-meta a:focus,
        .entry-meta a:hover,
        .page-links a:focus .page-number,
        .page-links a:hover .page-number,
        .post-navigation a:focus,
        .post-navigation a:hover,
        .logged-in-as a:focus,
        .logged-in-as a:hover,
        a:focus .nav-title,
        a:hover .nav-title,
        .edit-link a:focus,
        .edit-link a:hover,
        .site-info a:focus,
        .site-info a:hover,
        .widget .widget-title a:focus,
        .widget .widget-title a:hover,
        .widget ul li a:focus,
        .widget ul li a:hover {
            color: #000;
        }

    /* Fixes linked images */
    .entry-content a img,
    .comment-content a img,
    .widget a img {
        -webkit-box-shadow: 0 0 0 8px #fff;
        box-shadow: 0 0 0 8px #fff;
    }

    .post-navigation a:focus .icon,
    .post-navigation a:hover .icon {
        color: #222;
    }

    /*--------------------------------------------------------------
11.0 Featured Image Hover
--------------------------------------------------------------*/
    .post-thumbnail {
        margin-bottom: 1em;
    }

        .post-thumbnail a img {
            -webkit-backface-visibility: hidden;
            -webkit-transition: opacity 0.2s;
            transition: opacity 0.2s;
        }

        .post-thumbnail a:hover img,
        .post-thumbnail a:focus img {
            opacity: 0.7;
        }

    /*--------------------------------------------------------------
13.0 Layout
--------------------------------------------------------------*/
    html {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    *,
    *:before,
    *:after {
        /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
        -webkit-box-sizing: inherit;
        -moz-box-sizing: inherit;
        box-sizing: inherit;
    }

    body {
        background: #fff;
    }

    @media (max-width: 991px) {
        body {
            margin-top: 76px;
        }
    }

    @media (min-width: 992px) {
        body.body-padding {
            margin-top: 101px;
        }
    }

    #page {
        position: relative;
        word-wrap: break-word;
    }

    .wrap {
        margin-left: auto;
        margin-right: auto;
        max-width: 600px;
        padding-left: 2em;
        padding-right: 2em;
    }

        .wrap:after {
            clear: both;
            content: "";
            display: block;
        }

    /*--------------------------------------------------------------
13.4 Posts
--------------------------------------------------------------*/
    /* Post Landing Page */
    .sticky {
        position: relative;
    }

    .post:not(.sticky) .icon-thumb-tack {
        display: none;
    }

    .sticky .icon-thumb-tack {
        display: block;
        height: 18px;
        left: -1.5em;
        position: absolute;
        top: 1.65em;
        width: 20px;
    }

    .page .panel-content .entry-title,
    .page-title,
    body.page:not(.twentyseventeen-front-page) .entry-title {
        font-size: 1rem;
        font-weight: 400;
    }

    .entry-header .entry-title {
        margin-bottom: 0.25em;
    }

    .entry-title a {
        color: #3f485d;
        text-decoration: none;
        margin-left: -2px;
    }

    .entry-title:not(:first-child) {
        padding-top: 0;
    }

    .entry-meta a {
        color: #767676;
    }

    .byline,
    .updated:not(.published) {
        display: none;
    }

    .single .byline,
    .group-blog .byline {
        display: inline;
    }

    .page-numbers {
        display: none;
        padding: 0.5em 0.75em;
    }

        .page-numbers.current {
            color: #767676;
            display: inline-block;
        }

            .page-numbers.current .screen-reader-text {
                clip: auto;
                height: auto;
                overflow: auto;
                position: relative !important;
                width: auto;
            }

    .prev.page-numbers,
    .next.page-numbers {
        background-color: #ddd;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        display: inline-block;
        padding: 0.25em 0.5em 0.4em;
    }

    .prev.page-numbers,
    .next.page-numbers {
        -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
        transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
    }

        .prev.page-numbers:focus,
        .prev.page-numbers:hover,
        .next.page-numbers:focus,
        .next.page-numbers:hover {
            background-color: #767676;
            color: #fff;
        }

    .prev.page-numbers {
        float: left;
    }

    .next.page-numbers {
        float: right;
    }

    /* Aligned blockquotes */
    .entry-content blockquote.alignleft,
    .entry-content blockquote.alignright {
        color: #666;
        font-size: 1rem;
        width: 48%;
    }

    /* Blog landing, search, archives */
    .blog .site-main > article,
    .archive .site-main > article,
    .search .site-main > article {
        padding-bottom: 2em;
    }

    .blog .entry-meta a.post-edit-link,
    .archive .entry-meta a.post-edit-link,
    .search .entry-meta a.post-edit-link {
        color: #222;
        display: inline-block;
        margin-left: 1em;
        white-space: nowrap;
    }

    .search .page .entry-meta a.post-edit-link {
        margin-left: 0;
        white-space: nowrap;
    }

    .taxonomy-description {
        color: #666;
        font-size: 1rem;
    }

    /* More tag */
    .entry-content .more-link:before {
        content: "";
        display: block;
        margin-top: 1.5em;
    }

    /* Single Post */
    .single-featured-image-header {
        background-color: #fafafa;
        border-bottom: 1px solid #eee;
    }

        .single-featured-image-header img {
            display: block;
            margin: auto;
        }

    .page-links {
        font-size: 1rem;
        padding: 2em 0 3em;
    }

        .page-links .page-number {
            color: #767676;
            display: inline-block;
            padding: 0.5em 1em;
        }

        .page-links a {
            display: inline-block;
        }

            .page-links a .page-number {
                color: #222;
            }

    /* Post Formats */
    .blog .format-status .entry-title,
    .archive .format-status .entry-title,
    .blog .format-aside .entry-title,
    .archive .format-aside .entry-title {
        display: none;
    }

    .format-quote blockquote {
        overflow: visible;
        position: relative;
    }

        .format-quote blockquote .icon {
            display: block;
            height: 20px;
            left: -1.25em;
            position: absolute;
            top: 0.4em;
            -webkit-transform: scale(-1, 1);
            -ms-transform: scale(-1, 1);
            transform: scale(-1, 1);
            width: 20px;
        }

    /* Post Navigation */
    .post-navigation {
        font-weight: 800;
        margin: 3em 0;
    }

        .post-navigation .nav-links {
            padding: 1em 0;
        }

    .nav-subtitle {
        background: transparent;
        display: block;
        margin-bottom: 1em;
        text-transform: uppercase;
    }

    .post-navigation .nav-next {
        margin-top: 1.5em;
    }

    .nav-links .nav-previous .nav-title .nav-title-icon-wrapper {
        margin-right: 0.5em;
    }

    .nav-links .nav-next .nav-title .nav-title-icon-wrapper {
        margin-left: 0.5em;
    }

    /*--------------------------------------------------------------
13.5 Pages
--------------------------------------------------------------*/
    .page-header {
        padding-bottom: 2em;
    }

    .page-links {
        clear: both;
        margin: 0 0 1.5em;
    }

    .page:not(.home) #content {
        padding-bottom: 1.5em;
    }

    /* 404 page */
    .error404 .page-content {
        padding-bottom: 4em;
    }

        .error404 .page-content .search-form,
        .search .page-content .search-form {
            margin-bottom: 3em;
        }

    /*--------------------------------------------------------------
13.6 Footer
--------------------------------------------------------------*/
    .site-footer {
        border-top: 1px solid #eee;
    }

        .site-footer .wrap {
            padding-bottom: 1.5em;
            padding-top: 2em;
        }

        /* Footer widgets */
        .site-footer .widget-area {
            padding-bottom: 2em;
            padding-top: 2em;
        }

    /* Social nav */
    .social-navigation {
        font-size: 1rem;
        margin-bottom: 1em;
    }

        .social-navigation ul {
            list-style: none;
            margin-bottom: 0;
            margin-left: 0;
        }

        .social-navigation li {
            display: inline;
        }

        .social-navigation a {
            background-color: #767676;
            -webkit-border-radius: 40px;
            border-radius: 40px;
            color: #fff;
            display: inline-block;
            height: 40px;
            margin: 0 1em 0.5em 0;
            text-align: center;
            width: 40px;
        }

            .social-navigation a:hover,
            .social-navigation a:focus {
                background-color: #3f485d;
            }

        .social-navigation .icon {
            height: 16px;
            top: 12px;
            width: 16px;
            vertical-align: top;
        }

    /* Site info */
    .site-info {
        font-size: 1rem;
        margin-bottom: 1em;
    }

        .site-info a {
            color: #666;
        }

        .site-info .sep {
            margin: 0;
            display: block;
            visibility: hidden;
            height: 0;
            width: 100%;
        }

        .site-info span[role=separator] {
            padding: 0 0.2em 0 0.4em;
        }

            .site-info span[role=separator]::before {
                content: "/";
            }

    /*--------------------------------------------------------------
14.0 Comments
--------------------------------------------------------------*/
    #comments {
        clear: both;
        padding: 2em 0 0.5em;
    }

    .comments-title {
        margin-bottom: 1.5em;
    }

    .comment-list,
    .comment-list .children {
        list-style: none;
        margin: 0;
        padding: 0;
        margin-top: 30px;
    }

        .comment-list li:before {
            display: none;
        }

    .comment-author {
        font-size: 1rem;
        margin-bottom: 0.4em;
        position: relative;
        z-index: 2;
    }

        .comment-author .says {
            display: none;
        }

    .comment-meta {
        margin-bottom: 1rem;
    }

    .comment-list > .comment:first-child {
        border-top: none;
    }

    .comment {
        border-top: 1px solid #ededed;
        padding-top: 30px;
    }

        .comment:first-child {
            margin-top: 0;
        }

        .comment .comment-body {
            border-top: 1px solid #ededed;
        }

            .comment .comment-body:first-child {
                border-top: none;
            }

    .comment-metadata {
        font-size: 0.875rem;
        text-transform: capitalize;
        font-weight: 400;
        width: 100%;
    }

    @media (min-width: 992px) {
        .comment-metadata {
            padding-left: 20px;
        }
    }

    .comment-metadata .fn {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 4px;
    }

        .comment-metadata .fn a {
            color: #3f485d;
            font-family: "Poppins", sans-serif;
            outline: none;
            display: block;
            font-size: 1rem;
        }

        .comment-metadata .fn .url {
            font-weight: 600;
        }

    .comment-metadata time {
        font-weight: 400;
        font-size: 0.875rem;
        font-family: "Roboto", sans-serif;
        color: #7f7f7f;
        outline: none;
    }

    .comment-metadata a.comment-edit-link {
        color: #222;
        margin-left: 1em;
    }

    .comment-body {
        color: #3f485d;
        font-size: 1rem;
    }

    .comment-reply-link {
        position: relative;
        padding: 1px 11px;
        border: 1px solid #ededed;
        text-transform: capitalize;
        color: #06163a !important;
        border-radius: 4px;
        font-size: 0.8125rem !important;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        font-weight: 400;
    }

        .comment-reply-link:hover {
            color: #fff !important;
            background: #6e0c79;
            border-color: #6e0c79;
            box-shadow: none;
        }

        .comment-reply-link .icon {
            color: #222;
            left: -2em;
            height: 1em;
            position: absolute;
            top: 0;
            width: 1em;
        }

    .no-comments,
    .comment-awaiting-moderation {
        font-size: 1rem;
        font-style: italic;
    }

    .comments-pagination {
        margin: 2em 0 3em;
    }

    .form-submit {
        text-align: right;
    }

    .comment-form #wp-comment-cookies-consent {
        margin: 0 10px 0 0;
    }

    .comment-form .comment-form-cookies-consent label {
        display: inline;
    }

    /*--------------------------------------------------------------
15.0 Widgets
--------------------------------------------------------------*/
    #secondary {
        padding: 1em 0 2em;
    }

    .widget {
        padding-bottom: 3em;
    }

    h2.widget-title {
        font-size: 1rem;
        margin-bottom: 1.5em;
    }

    .widget-title a {
        color: inherit;
    }

    .widget select {
        width: 100%;
    }

    .widget ul {
        list-style: none;
        margin: 0;
    }

    li {
        padding: 5px 0;
    }

    .widget ul li,
    .widget ol li {
        border-bottom: 1px solid #ddd;
        border-top: 1px solid #ddd;
        padding: 0.5em 0;
    }

    .widget:not(.widget_tag_cloud) ul li + li {
        margin-top: -1px;
    }

    .widget ul li ul {
        margin: 0 0 -1px;
        padding: 0;
        position: relative;
    }

    .widget ul li li {
        border: 0;
        padding-left: 24px;
        padding-left: 1.5rem;
    }

    .widget_top-posts ul li ul,
    .widget_rss_links ul li ul,
    .widget-grofile ul.grofile-links li ul,
    .widget_pages ul li ul,
    .widget_meta ul li ul {
        bottom: 0;
    }

    .widget_nav_menu ul li li,
    .widget_top-posts ul li,
    .widget_top-posts ul li li,
    .widget_rss_links ul li,
    .widget_rss_links ul li li,
    .widget-grofile ul.grofile-links li,
    .widget-grofile ul.grofile-links li li {
        padding-bottom: 0.25em;
        padding-top: 0.25em;
    }

    .widget_rss ul li {
        padding-bottom: 1em;
        padding-top: 1em;
    }

    .widget_text {
        word-wrap: break-word;
    }

        .widget_text ul {
            list-style: disc;
            margin: 0 0 1.5em 1.5em;
        }

        .widget_text ol {
            list-style: decimal;
        }

            .widget_text ul li,
            .widget_text ol li {
                border: none;
            }

                .widget_text ul li:last-child,
                .widget_text ol li:last-child {
                    padding-bottom: 0;
                }

                .widget_text ul li ul {
                    margin: 0 0 0 1.5em;
                }

                .widget_text ul li li {
                    padding-left: 0;
                    padding-right: 0;
                }

            .widget_text ol li {
                list-style-position: inside;
            }

                .widget_text ol li + li {
                    margin-top: -1px;
                }

    .widget_rss .widget-title .rsswidget:first-child {
        float: right;
    }

        .widget_rss .widget-title .rsswidget:first-child:hover {
            background-color: transparent;
        }

        .widget_rss .widget-title .rsswidget:first-child img {
            display: block;
        }

    .widget_rss ul li {
        padding: 2.125em 0;
    }

        .widget_rss ul li:first-child {
            border-top: none;
            padding-top: 0;
        }

    .widget_rss li .rsswidget {
        font-size: 22px;
        font-size: 1.375rem;
        font-weight: 300;
    }

    .widget_rss .rss-date,
    .widget_rss li cite {
        display: block;
        font-size: 10px;
        font-style: normal;
        font-weight: 800;
        letter-spacing: 0.18em;
        text-transform: uppercase;
    }

    .widget_rss .rss-date {
        margin: 0.5em 0 1.5em;
        padding: 0;
    }

    .widget_rss .rssSummary {
        margin-bottom: 0.5em;
    }

    .widget_contact_info .contact-map {
        margin-bottom: 0.5em;
    }

    .widget-grofile h4 {
        font-size: 1rem;
        margin-bottom: 0;
    }

    .widget_recent_comments table,
    .widget_recent_comments th,
    .widget_recent_comments td {
        border: 0;
    }

    .widget_recent_entries .post-date {
        display: block;
    }

    .search-form {
        position: relative;
    }

        .search-form .search-submit {
            bottom: 3px;
            padding: 0.5em 1em;
            position: absolute;
            right: 3px;
            top: 3px;
        }

            .search-form .search-submit .icon {
                height: 24px;
                top: -2px;
                width: 24px;
            }

    .tagcloud ul li {
        float: left;
        border-top: 0;
        border-bottom: 0;
        padding: 0;
        margin: 4px 4px 0 0;
    }

    .widget .tagcloud a,
    .widget.widget_tag_cloud a,
    .wp_widget_tag_cloud a {
        border: 1px solid #ddd;
        -webkit-box-shadow: none;
        box-shadow: none;
        display: block;
        padding: 4px 10px 5px;
        position: relative;
        -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
        transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
        width: auto;
        word-wrap: break-word;
        z-index: 0;
    }

        .widget .tagcloud a:hover,
        .widget .tagcloud a:focus,
        .widget.widget_tag_cloud a:hover,
        .widget.widget_tag_cloud a:focus,
        .wp_widget_tag_cloud a:hover,
        .wp_widget_tag_cloud a:focus {
            border-color: #bbb;
            -webkit-box-shadow: none;
            box-shadow: none;
            text-decoration: none;
        }

    .widget_calendar th,
    .widget_calendar td {
        text-align: center;
    }

    .widget_calendar tfoot td {
        border: 0;
    }

    .gallery-columns-5 .gallery-caption,
    .gallery-columns-6 .gallery-caption,
    .gallery-columns-7 .gallery-caption,
    .gallery-columns-8 .gallery-caption,
    .gallery-columns-9 .gallery-caption {
        display: none;
    }

    /*--------------------------------------------------------------
16.0 Media
--------------------------------------------------------------*/
    img,
    video {
        height: auto;
        /* Make sure images are scaled correctly. */
        max-width: 100%;
        /* Adhere to container width. */
    }

        img.alignleft,
        img.alignright {
            float: none;
            margin: 0;
        }

    .page-content .wp-smiley,
    .entry-content .wp-smiley,
    .comment-content .wp-smiley {
        border: none;
        margin-bottom: 0;
        margin-top: 0;
        padding: 0;
    }

    embed,
    iframe,
    object {
        margin-bottom: 1.5em;
        max-width: 100%;
    }

    p > embed:only-child,
    p > iframe:only-child,
    p > object:only-child {
        margin-bottom: 0;
    }

    .wp-caption,
    .gallery-caption {
        font-size: 1rem;
        font-style: italic;
        margin-bottom: 1.5em;
        max-width: 100%;
    }

        .wp-caption img[class*=wp-image-] {
            display: block;
            margin-left: auto;
            margin-right: auto;
        }

        .wp-caption .wp-caption-text {
            margin: 0.8075em 0;
        }

    .mejs-container {
        margin-bottom: 1.5em;
    }

    .mejs-controls a.mejs-horizontal-volume-slider,
    .mejs-controls a.mejs-horizontal-volume-slider:focus,
    .mejs-controls a.mejs-horizontal-volume-slider:hover {
        background: transparent;
        border: 0;
    }

    .site-content .wp-playlist-light {
        border-color: #eee;
        color: #222;
    }

        .site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-album {
            color: #3f485d;
        }

        .site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-artist {
            color: #767676;
        }

        .site-content .wp-playlist-light .wp-playlist-item {
            border-bottom: 1px dotted #eee;
            -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
            transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
        }

            .site-content .wp-playlist-light .wp-playlist-item:hover,
            .site-content .wp-playlist-light .wp-playlist-item:focus {
                border-bottom-color: rgba(0, 0, 0, 0);
                background-color: #767676;
                color: #fff;
            }

                .site-content .wp-playlist-light a.wp-playlist-caption:hover,
                .site-content .wp-playlist-light .wp-playlist-item:hover a,
                .site-content .wp-playlist-light .wp-playlist-item:focus a {
                    color: #fff;
                }

    .site-content .wp-playlist-dark {
        background: #222;
        border-color: #3f485d;
    }

        .site-content .wp-playlist-dark .mejs-container .mejs-controls {
            background-color: #3f485d;
        }

        .site-content .wp-playlist-dark .wp-playlist-caption {
            color: #fff;
        }

        .site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-album {
            color: #eee;
        }

        .site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-artist {
            color: #aaa;
        }

        .site-content .wp-playlist-dark .wp-playlist-playing {
            background-color: #3f485d;
        }

        .site-content .wp-playlist-dark .wp-playlist-item {
            border-bottom: 1px dotted #555;
            -webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
            transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
        }

            .site-content .wp-playlist-dark .wp-playlist-item:hover,
            .site-content .wp-playlist-dark .wp-playlist-item:focus {
                border-bottom-color: rgba(0, 0, 0, 0);
                background-color: #aaa;
                color: #222;
            }

                .site-content .wp-playlist-dark a.wp-playlist-caption:hover,
                .site-content .wp-playlist-dark .wp-playlist-item:hover a,
                .site-content .wp-playlist-dark .wp-playlist-item:focus a {
                    color: #222;
                }

    /* Playlist Style Overrides */
    .site-content .wp-playlist {
        padding: 0.625em 0.625em 0.3125em;
    }

    .site-content .wp-playlist-current-item .wp-playlist-item-title {
        font-weight: 600;
    }

    .site-content .wp-playlist-current-item .wp-playlist-item-album {
        font-style: normal;
    }

    .site-content .wp-playlist-current-item .wp-playlist-item-artist {
        font-size: 10px;
        font-weight: 800;
        letter-spacing: 0.1818em;
        text-transform: uppercase;
    }

    .site-content .wp-playlist-item {
        padding: 0 0.3125em;
        cursor: pointer;
    }

        .site-content .wp-playlist-item:last-of-type {
            border-bottom: none;
        }

        .site-content .wp-playlist-item a {
            padding: 0.3125em 0;
            border-bottom: none;
        }

            .site-content .wp-playlist-item a,
            .site-content .wp-playlist-item a:focus,
            .site-content .wp-playlist-item a:hover {
                -webkit-box-shadow: none;
                box-shadow: none;
                background: transparent;
            }

    .site-content .wp-playlist-item-length {
        top: 5px;
    }

    /* SVG Icons base styles */
    .icon {
        display: inline-block;
        fill: currentColor;
        height: 1em;
        position: relative;
        top: -0.0625em;
        vertical-align: middle;
        width: 1em;
    }

    /*--------------------------------------------------------------
16.1 Galleries
--------------------------------------------------------------*/
    .gallery-item {
        display: inline-block;
        text-align: left;
        vertical-align: top;
        margin: 0 0 1.5em;
        padding: 0 1em 0 0;
        width: 50%;
    }

    .gallery-columns-1 .gallery-item {
        width: 100%;
    }

    .gallery-columns-2 .gallery-item {
        max-width: 50%;
    }

    .gallery-item a,
    .gallery-item a:hover,
    .gallery-item a:focus,
    .widget-area .gallery-item a,
    .widget-area .gallery-item a:hover,
    .widget-area .gallery-item a:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
        background: none;
        display: inline-block;
        max-width: 100%;
    }

        .gallery-item a img {
            display: block;
            -webkit-transition: -webkit-filter 0.2s ease-in;
            transition: -webkit-filter 0.2s ease-in;
            transition: filter 0.2s ease-in;
            transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
        }

        .gallery-item a:hover img,
        .gallery-item a:focus img {
            -webkit-filter: opacity(60%);
            filter: opacity(60%);
        }

    .gallery-caption {
        display: block;
        text-align: left;
        padding: 0 10px 0 0;
        margin-bottom: 0;
    }

    /*--------------------------------------------------------------
19.0 Media Queries
--------------------------------------------------------------*/
    @media screen and (min-width: 576px) {
        body,
        button,
        input,
        select,
        textarea {
            font-size: 18px;
        }

        h1 {
            font-size: 60px;
        }

        h2 {
            font-size: 40px;
        }

        h3 {
            font-size: 30px;
        }

        h4 {
            font-size: 30px;
        }

        h5 {
            font-size: 20px;
            line-height: 33px;
        }

        h6 {
            font-size: 18px;
        }

        p {
            font-size: 18px;
            margin: 0 0 1em;
            color: #3f485d;
        }

        .entry-content blockquote.alignleft,
        .entry-content blockquote.alignright {
            font-size: 14px;
            font-size: 0.875rem;
        }

        img.alignleft {
            float: left;
            margin-right: 1.5em;
        }

        img.alignright {
            float: right;
            margin-left: 1.5em;
        }

        .site-branding {
            padding: 3em 0;
        }

        .panel-content .wrap {
            padding-bottom: 2em;
            padding-top: 3.5em;
        }

        .page-one-column .panel-content .wrap {
            max-width: 740px;
        }

        .panel-content .entry-header {
            margin-bottom: 4.5em;
        }

        .panel-content .recent-posts .entry-header {
            margin-bottom: 0;
        }

        .taxonomy-description {
            font-size: 14px;
            font-size: 0.875rem;
        }

        .page-numbers.current {
            font-size: 16px;
            font-size: 1rem;
        }

        .site-footer {
            font-size: 16px;
            font-size: 1rem;
        }

        .gallery-item {
            max-width: 25%;
        }

        .gallery-columns-1 .gallery-item {
            max-width: 100%;
        }

        .gallery-columns-2 .gallery-item {
            max-width: 50%;
        }

        .gallery-columns-3 .gallery-item {
            max-width: 33.33%;
        }

        .gallery-columns-4 .gallery-item {
            max-width: 25%;
        }
    }

    @media screen and (min-width: 768px) {
        .entry-content blockquote.alignleft,
        .entry-content blockquote.alignright {
            font-size: 13px;
            font-size: 0.8125rem;
        }

        .wrap {
            max-width: 1000px;
            padding-left: 3em;
            padding-right: 3em;
        }

        .comments-pagination,
        .post-navigation {
            clear: both;
        }

            .post-navigation .nav-previous {
                float: left;
                width: 50%;
            }

            .post-navigation .nav-next {
                float: right;
                text-align: right;
                width: 50%;
            }

            .nav-next,
            .post-navigation .nav-next {
                margin-top: 0;
            }

        .sticky .icon-thumb-tack {
            height: 23px;
            left: -2.5em;
            top: 1.5em;
            width: 32px;
        }

        .navigation.pagination {
            clear: both;
            float: right;
            width: 58%;
        }

        :not(.has-sidebar) .entry-content blockquote.alignleft {
            margin-left: -17.5%;
            width: 48%;
        }

        :not(.has-sidebar) .entry-content blockquote.alignright {
            margin-right: -17.5%;
            width: 48%;
        }

        .has-sidebar .entry-content blockquote.alignleft {
            margin-left: 0;
            width: 34%;
        }

        .has-sidebar .entry-content blockquote.alignright {
            margin-right: 0;
            width: 34%;
        }

        .has-sidebar #primary .entry-content blockquote.alignright.below-entry-meta {
            margin-right: -72.5%;
            width: 62%;
        }

        #comments {
            padding-top: 0;
        }

        .comments-title {
            margin-bottom: 2.5em;
        }

        ol.children .children {
            padding-left: 3em;
        }

        .nav-links .nav-title {
            position: relative;
        }

        .nav-title-icon-wrapper {
            position: absolute;
            text-align: center;
            width: 2em;
        }

        .nav-links .nav-previous .nav-title .nav-title-icon-wrapper {
            left: -2em;
        }

        .nav-links .nav-next .nav-title .nav-title-icon-wrapper {
            right: -2em;
        }

        #secondary {
            font-size: 14px;
            font-size: 0.875rem;
        }

        h2.widget-title {
            font-size: 11px;
            font-size: 0.6875rem;
            margin-bottom: 2em;
        }

        .site-footer {
            font-size: 14px;
            font-size: 0.875rem;
            margin-top: 3em;
        }

            .site-footer .widget-column.footer-widget-1 {
                float: left;
                width: 36%;
            }

            .site-footer .widget-column.footer-widget-2 {
                float: right;
                width: 58%;
            }

        .social-navigation {
            clear: left;
            float: left;
            margin-bottom: 0;
            width: 36%;
        }

        .site-info {
            float: left;
            padding: 0.7em 0 0;
            width: 58%;
        }

        .social-navigation + .site-info {
            margin-left: 6%;
        }

        .site-info .sep {
            margin: 0 0.5em;
            display: inline;
            visibility: visible;
            height: auto;
            width: auto;
        }

        .gallery-columns-5 .gallery-item {
            max-width: 20%;
        }

        .gallery-columns-6 .gallery-item {
            max-width: 16.66%;
        }

        .gallery-columns-7 .gallery-item {
            max-width: 14.28%;
        }

        .gallery-columns-8 .gallery-item {
            max-width: 12.5%;
        }

        .gallery-columns-9 .gallery-item {
            max-width: 11.11%;
        }
    }

    @media screen and (min-width: 992px) {
        .page-numbers {
            display: inline-block;
        }

            .page-numbers.current {
                font-size: 15px;
                font-size: 0.9375rem;
            }

                .page-numbers.current .screen-reader-text {
                    clip: rect(1px, 1px, 1px, 1px);
                    height: 1px;
                    overflow: hidden;
                    position: absolute !important;
                    width: 1px;
                }

        .comment-meta {
            display: flex;
            align-items: center;
        }
    }

    /*# sourceMappingURL=style.css.map */
span.con2 {
    font-weight: 600;
    font-size: 39px;
}
span.con3 {
    font-size: 24px;
}
span.con4 {
    color: #6e0c79;
    font-size: 33px;
}
.table-bordered td, .table-bordered th {
    border: 1px solid #85b3e1;
}
blockquote {
   
    margin-inline: auto;
}
.content {
    text-align: center;
}

    /* blockquote card colors */
blockquote.q-card-color-1 {
    --accent-color: rgb(32 32 54);
    --bg-color: rgb(43 205 218);
    --dot-color: rgb(255 255 255 / 0.35);
    --text-color: rgb(243 243 243);
    --text-color-author: rgb(243 243 243);
}

    blockquote.q-card-color-2 {
        --accent-color: rgb(243 243 243);
        --bg-color: rgb(33 29 30);
        --dot-color: rgb(255 255 255 / 0.125);
        --text-color: rgb(243 243 243);
        --text-color-author: rgb(33 29 30);
    }

    blockquote.q-card-color-3 {
        --accent-color: rgb(30 145 254);
        --bg-color: rgb(32 32 54);
        --dot-color: rgb(255 255 255 / 0.125);
        --text-color: rgb(243 243 243);
        --text-color-author: rgb(243 243 243);
    }

    /* blockquote card setup*/
    blockquote.q-card {
        --padding: 1rem;
        padding: var(--padding);
        color: var(--text-color, black);
        font-weight: 600;
        background-color: var(--bg-color, white);
        display: grid;
        gap: 1rem;
        background-image: radial-gradient( circle, var(--dot-color, rgb(0 0 0 / 0.125)) calc(25% - 1px), transparent 25% );
        background-size: 0.5rem 0.5rem;
        border-radius: 0.25rem;
        box-shadow: 0.5rem 0.5rem 2rem rgb(0 0 0 / 0.5);
    }
.nav-item .nav-link,
.nav-tabs .nav-link {
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

.card a {
    -webkit-transition: all 150ms ease 0s;
    -moz-transition: all 150ms ease 0s;
    -o-transition: all 150ms ease 0s;
    -ms-transition: all 150ms ease 0s;
    transition: all 150ms ease 0s;
}

[data-toggle="collapse"][data-parent="#accordion"] i {
    -webkit-transition: transform 150ms ease 0s;
    -moz-transition: transform 150ms ease 0s;
    -o-transition: transform 150ms ease 0s;
    -ms-transition: all 150ms ease 0s;
    transition: transform 150ms ease 0s;
}

[data-toggle="collapse"][data-parent="#accordion"][aria-expanded="true"] i {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}


.now-ui-icons {
    display: inline-block;
    font: normal normal normal 14px/1 'Nucleo Outline';
    font-size: inherit;
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@-webkit-keyframes nc-icon-spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes nc-icon-spin {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(360deg);
    }
}

@keyframes nc-icon-spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.now-ui-icons.objects_umbrella-13:before {
    content: "\ea5f";
}

.now-ui-icons.shopping_cart-simple:before {
    content: "\ea1d";
}

.now-ui-icons.shopping_shop:before {
    content: "\ea50";
}

.now-ui-icons.ui-2_settings-90:before {
    content: "\ea4b";
}

.nav-tabs {
    border: 0;
    padding: 15px 0.7rem;
}

    .nav-tabs:not(.nav-tabs-neutral) > .nav-item > .nav-link.active {
        box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.3);
    }
h4.tabm {
    font-size: 25px;
    position: relative;
    left: -12px;
    color: rgb(255, 255, 255);
    top: -19px;
    width: 59px;
    height: 49px;
    text-align: center;
    background: rgb(110 1 126);
    border-radius: 5px 0px;
    padding-top: 10px;
}
.card .nav-tabs {
    border-top-right-radius: 0.1875rem;
    border-top-left-radius: 0.1875rem;
}
.table-bordered td, .table-bordered th {
    border: none;
}
.table-bordered {
    border: none;
}
tr {
    box-shadow: rgba(152, 159, 168, 0.25) 0px 4px 17px;
}
.nav-tabs > .nav-item > .nav-link {
    color: #888888;
    margin: 0;
    margin-right: 5px;
    background-color: #fff;
    border: 1px solid #2bcdda;
    border-radius: 11px;
    font-size: 23px;
    padding: 9px 54px;
    line-height: 1.5;
}
tr:first-child td:first-child {
    border-top-left-radius: 10px;
}

tr:first-child td:last-child {
    border-top-right-radius: 10px;
}

tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}

tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}
.card-body {
    border: 0;
    border-radius: 0.1875rem;
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    box-shadow: none;
    padding: 0;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0rem;
    background-color: transparent;
}
    .nav-tabs > .nav-item > .nav-link:hover {
        background-color: transparent;
    }

.nav-tabs > .nav-item > .nav-link.active {
    background-color: #6e017e;
    border-radius: 11px;
    color: #FFFFFF;
    border: 1px solid;
}

    .nav-tabs > .nav-item > .nav-link i.now-ui-icons {
        font-size: 14px;
        position: relative;
        top: 1px;
        margin-right: 3px;
    }

.nav-tabs.nav-tabs-neutral > .nav-item > .nav-link {
    color: #FFFFFF;
}

    .nav-tabs.nav-tabs-neutral > .nav-item > .nav-link.active {
        background-color: rgba(255, 255, 255, 0.2);
        color: #FFFFFF;
    }

.card {
    border: 0;
    border-radius: 0;
    display: inline-block;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    box-shadow: none;
    background-color:transparent
}

    .card .card-header {
        background-color: transparent;
        border-bottom: 0;
        background-color: transparent;
        border-radius: 0;
        padding: 0;
    }

    .card[data-background-color="orange"] {
        background-color: #f96332;
    }

    .card[data-background-color="red"] {
        background-color: #FF3636;
    }

    .card[data-background-color="yellow"] {
        background-color: #FFB236;
    }

    .card[data-background-color="blue"] {
        background-color: #2CA8FF;
    }

    .card[data-background-color="green"] {
        background-color: #15b60d;
    }

[data-background-color="orange"] {
    background-color: #e95e38;
}

[data-background-color="black"] {
    background-color: #2c2c2c;
}

[data-background-color]:not([data-background-color="gray"]) {
    color: #FFFFFF;
}

    [data-background-color]:not([data-background-color="gray"]) p {
        color: #FFFFFF;
    }

    [data-background-color]:not([data-background-color="gray"]) a:not(.btn):not(.dropdown-item) {
        color: #FFFFFF;
    }

    [data-background-color]:not([data-background-color="gray"]) .nav-tabs > .nav-item > .nav-link i.now-ui-icons {
        color: #FFFFFF;
    }


@font-face {
    font-family: 'Nucleo Outline';
    src: url("https://github.com/creativetimofficial/now-ui-kit/blob/master/assets/fonts/nucleo-outline.eot");
    src: url("https://github.com/creativetimofficial/now-ui-kit/blob/master/assets/fonts/nucleo-outline.eot") format("embedded-opentype");
    src: url("https://raw.githack.com/creativetimofficial/now-ui-kit/master/assets/fonts/nucleo-outline.woff2");
    font-weight: normal;
    font-style: normal;
}

.now-ui-icons {
    display: inline-block;
    font: normal normal normal 14px/1 'Nucleo Outline';
    font-size: inherit;
    speak: none;
    text-transform: none;
    /* Better Font Rendering */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


footer {
    margin-top: 50px;
    color: #555;
    background: #fff;
    padding: 25px;
    font-weight: 300;
    background: #f7f7f7;
}

.footer p {
    margin-bottom: 0;
}

footer p a {
    color: #555;
    font-weight: 400;
}

    footer p a:hover {
        color: #e86c42;
    }

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

    .nav-tabs {
        display: inline-block;
        width: 100%;
        padding-left: 100px;
        padding-right: 100px;
        text-align: center;
    }

        .nav-tabs .nav-item > .nav-link {
            margin-bottom: 5px;
        }
}









.img2 img {
  /*  height: 98px;*/
}
.img.imgl img {
    height: 136px;
}
.ft-team-details-text p {
    font-size: 18px;
}
.font-wor {
    font-size: 22px!important;
}