/*


---------------------- common content ----------
1.body reset content
2.header area
3.footer-area
4.button-area
5.banner-area
6.coundown-area
7.about-area
8.section-title
9.founders-area
10.event-area
11.call-action-area
12.ticket-area
13.sponsors-area
14.speakers-area
15.event-sehedules
16.event-form 
17.events-highlights-area
18.photography-area
19.testimonial-area
20.breadcrumb-area
21.grab-seat-area
22.veneu-area
23.error-page
24.registration-area
25.contact-form
26.blog-area
27.single-blog
28.sidebar-area
29.preloader
30.mobile-menu-area

*/
:root {
  font-size: 62.5%;
  --primary-color: #f27458;
  --secondary-color: #00e10f;
  --hover-color: #ca4b32;
  --bColor: #7582a8;
  --white: #ffffff;
  --black: #000000;
}

html,
body {
  height: 100%;
  font-family: "Barlow", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 3rem;
  color: var(--bColor);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
}

iframe {
  border: none;
}

a,
b,
div,
ul,
li {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -moz-outline-: none;
}

input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active,
select:focus,
select:hover {
  -moz-outline: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

img:not([draggable]),
embed,
object,
video {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  outline: 0;
}

a:active,
a:focus,
a:hover,
a:visited {
  text-decoration: none;
  outline: 0;
}

:focus {
  outline: none;
}

img {
  border: none;
  max-width: 100%;
  height: auto;
}

button:focus {
  -moz-outline: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.section {
  padding: 8rem 0;
}

.section-top {
  padding: 13rem 0 0 0;
}

.section-bottom {
  padding: 0 0 5rem 0;
}

.btn.focus,
.btn:focus {
  border: 1px solid transparent;
}

.form-control:focus,
.btn.focus,
.btn:focus {
  color: #495057;
  background-color: #fff;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.acurate {
  margin: 0;
  padding: 0;
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 30px;
}

.alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 30px;
}

.aligncenter {
  display: block;
  margin: 0 auto 30px;
}

a:focus {
  outline: 0px solid;
}

.fix {
  overflow: hidden;
}

p {
  margin: 0 0 30px;
}

a {
  text-decoration: none;
}

a:hover {
  color: var(--primary-color);
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0 none;
  color: var(--hover-color);
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.clear {
  clear: both;
}

::-moz-selection {
  background: var(--primary-color);
  text-shadow: none;
}

::selection {
  background: var(--primary-color);
  text-shadow: none;
  color: #ffffff;
}

.browserupgrade {
  margin: 30px 0;
  background: var(--primary-color);
  color: #ffffff;
  padding: 30px 0;
}

/*-------------------------
scrollUp
--------------------------*/
#scrollUp {
  background: #000000;
  bottom: 20px;
  color: #ffffff;
  font-size: 20px;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: fixed;
  right: 20px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  z-index: 1000;
  border-radius: 5px;
}
#scrollUp:hover {
  background: var(--hover-color);
}

.p-0 {
  padding: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.m-0 {
  margin: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.pt-100 {
  padding-top: 10rem;
}

.pb-100 {
  padding-bottom: 10rem;
}

.section-wrap {
  margin: 0 13.5rem;
}

.mb-30 {
  margin-bottom: 3rem;
}

.mb-55 {
  margin-bottom: 5.5rem;
}

.mt-30 {
  margin-top: 3rem;
}

.mt-60 {
  margin-top: 6rem;
}

.mb-60 {
  margin-bottom: 6rem;
}

.mb-100 {
  margin-bottom: 10rem;
}

.section-wrap-two {
  border-radius: 1.5rem;
  margin: 0 1.5rem;
}

/*-------------------------
sticky header
--------------------------*/
.header-area.stick {
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-animation: 700ms linear fadeInDown;
          animation: 700ms linear fadeInDown;
}
.header-area.stick .menu-area .main-menu ul li a {
  padding: 52px 0px 52px 0px;
}

/*-------------------------
2.header area
--------------------------*/
.header-area {
  padding: 2rem 0;
}
.header-area.trasnparent-header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 5;
}
.header-area .header-wrap {
  margin: 0 13.5rem;
}
.header-area .logo-area {
  margin-right: 2.5rem;
  width: 150px;
}
.header-area .menu-area .mian-menu-area ul {
  width: 100%;
  margin: 0;
  padding: 6px 0px;
    background: #fff;
    border-radius:40px;
    padding-left: 12px;
}
.header-area .menu-area .mian-menu-area ul li {
  display: inline-block;
  list-style: none;
  margin: 0 2.5rem;
}
.header-area .menu-area .mian-menu-area ul li.current-menu-item a {
  color: var(--primary-color);
}
.header-area .menu-area .mian-menu-area ul li.current-menu-item a::after {
  left: 0;
  opacity: 1;
}
.header-area .menu-area .mian-menu-area ul li:hover a {
  color: var(--primary-color);
}
.header-area .menu-area .mian-menu-area ul li:hover a::after {
  left: 0;
  opacity: 1;
}
.header-area .menu-area .mian-menu-area ul li.menu-item-has-children {
  position: relative;
}
.header-area .menu-area .mian-menu-area ul li.menu-item-has-children:hover .sub-menu {
  top: 105%;
  opacity: 1;
  visibility: visible;
}
.header-area .menu-area .mian-menu-area ul li.menu-item-has-children .sub-menu {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  top: 120%;
  left: 0;
  width: 200px;
  background: #ffffff;
  white-space: nowrap;
  border-radius: .6rem;
  padding: .5rem 0;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  z-index: 999;
  -webkit-box-shadow: 0 6px 9px rgba(0, 0, 0, 0.08);
          box-shadow: 0 6px 9px rgba(0, 0, 0, 0.08);
}
.header-area .menu-area .mian-menu-area ul li.menu-item-has-children .sub-menu li {
  display: block;
  margin: 0;
  padding: 0;
}
.header-area .menu-area .mian-menu-area ul li.menu-item-has-children .sub-menu li a {
  margin: .5rem 1rem;
  display: block;
  text-transform: capitalize;
  font-size: 1.8rem;
  color: #8b8b8b;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.header-area .menu-area .mian-menu-area ul li.menu-item-has-children .sub-menu li a:after {
  display: none;
}
.header-area .menu-area .mian-menu-area ul li.menu-item-has-children .sub-menu li a:hover {
  color: var(--primary-color);
}
.header-area .menu-area .mian-menu-area ul li a {
  display: inline-block;
  position: relative;
  font-family: "Barlow", sans-serif;
  font-size: 2.2rem;
  font-weight: 600;
  color: #01054b;
  text-transform: uppercase;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.header-area .menu-area .mian-menu-area ul li a i {
  position: relative;
  font-size: 1.2rem;
  top: -2px;
}
.header-area .menu-area .mian-menu-area ul li a::after {
  position: absolute;
  content: "";
  width: 2.3rem;
  height: 2px;
  background: var(--primary-color);
  left: 80%;
  bottom: 0;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  opacity: 0;
}
.header-area .header-right .register-btn {
  display: inline-block;
  padding: 0.5rem 1.5rem;
  font-family: "Oswald", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: uppercase;
  background: #f27458;
    color: #fff!important;
    border-radius: 5.4rem;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  margin-top: 5px;
    margin-bottom: 5px;
}
.header-area .header-right .register-btn:hover {
  background: var(--primary-color);
  color: var(--white);
}
.header-area .header-right .hamburger-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 3rem;
  width: 6rem;
  height: 5.8rem;
  background: var(--primary-color);
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0 1rem;
  border-radius: 0.4rem;
}
.header-area .header-right .hamburger-menu:hover .line-bar::before {
  width: 60%;
}
.header-area .header-right .hamburger-menu:hover .line-bar::after {
  width: 85%;
}
.header-area .header-right .hamburger-menu .line-bar {
  display: inline-block;
  position: relative;
  margin: 0.3rem 0;
  width: 4rem;
  height: 6px;
  border-radius: 0.6rem;
  background: var(--white);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.header-area .header-right .hamburger-menu .line-bar:before {
  position: absolute;
  content: " ";
  width: 85%;
  height: 100%;
  right: 0;
  top: -12px;
  background: var(--white);
  border-radius: 0.6rem;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.header-area .header-right .hamburger-menu .line-bar:after {
  position: absolute;
  content: " ";
  width: 60%;
  height: 100%;
  right: 0;
  top: 12px;
  background: var(--white);
  border-radius: 0.6rem;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

/*-------------------------
sticky header
--------------------------*/
.header-areav2.stick {
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-animation: 700ms linear fadeInDown;
          animation: 700ms linear fadeInDown;
}
.header-areav2.stick .menu-area .main-menu ul li a {
  padding: 52px 0px 52px 0px;
}

/*-------------------------
2.header area
--------------------------*/
.header-areav2 {
  padding: 2rem 0;
  background: var(--white);
}
.header-areav2.trasnparent-header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 5;
}
.header-areav2 .header-wrap {
  margin: 0 13.5rem;
}
.header-areav2 .logo-area {
  margin-right: 2.5rem;
}
.header-areav2 .menu-area {
  text-align: center;
}
.header-areav2 .menu-area .mian-menu-area ul {
  width: 100%;
  margin: 0;
  padding: 0;
}
.header-areav2 .menu-area .mian-menu-area ul li {
  display: inline-block;
  list-style: none;
  margin: 0 2.5rem;
}
.header-areav2 .menu-area .mian-menu-area ul li.current-menu-item a {
  color: var(--primary-color);
}
.header-areav2 .menu-area .mian-menu-area ul li:hover a {
  color: var(--primary-color);
}
.header-areav2 .menu-area .mian-menu-area ul li.menu-item-has-children {
  position: relative;
}
.header-areav2 .menu-area .mian-menu-area ul li.menu-item-has-children:hover .sub-menu {
  top: 105%;
  opacity: 1;
  visibility: visible;
}
.header-areav2 .menu-area .mian-menu-area ul li.menu-item-has-children .sub-menu {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  top: 120%;
  left: 0;
  width: 200px;
  background: #ffffff;
  white-space: nowrap;
  border-radius: .6rem;
  padding: .5rem 0;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  z-index: 990;
  text-align: left;
  -webkit-box-shadow: 0 6px 9px rgba(0, 0, 0, 0.08);
          box-shadow: 0 6px 9px rgba(0, 0, 0, 0.08);
}
.header-areav2 .menu-area .mian-menu-area ul li.menu-item-has-children .sub-menu li {
  display: block;
  margin: 0;
  padding: 0;
}
.header-areav2 .menu-area .mian-menu-area ul li.menu-item-has-children .sub-menu li a {
  margin: .5rem 1rem;
  display: block;
  text-transform: capitalize;
  font-size: 1.8rem;
  color: #8b8b8b;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.header-areav2 .menu-area .mian-menu-area ul li.menu-item-has-children .sub-menu li a:after {
  display: none;
}
.header-areav2 .menu-area .mian-menu-area ul li.menu-item-has-children .sub-menu li a:hover {
  color: var(--primary-color);
}
.header-areav2 .menu-area .mian-menu-area ul li a {
  display: inline-block;
  font-family: "Barlow", sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
  color: #7582A8;
  text-transform: uppercase;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.header-areav2 .menu-area .mian-menu-area ul li a i {
  position: relative;
  font-size: 1.2rem;
  top: -2px;
}
.header-areav2 .header-right .register-btn {
  display: inline-block;
  padding: 1.4rem 2.5rem;
  font-family: "Oswald", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: uppercase;
  background: #F1F1F1;
  color: #01054b;
  border-radius: 5rem;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.header-areav2 .header-right .register-btn:hover {
  background: var(--primary-color);
  color: var(--white);
}
.header-areav2 .header-right .hamburger-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 3rem;
  width: 6rem;
  height: 6rem;
  background: var(--primary-color);
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0 1rem;
  border-radius: 50%;
}
.header-areav2 .header-right .hamburger-menu:hover .line-bar::before {
  width: 60%;
}
.header-areav2 .header-right .hamburger-menu:hover .line-bar::after {
  width: 85%;
}
.header-areav2 .header-right .hamburger-menu .line-bar {
  display: inline-block;
  position: relative;
  margin: 0.3rem 0;
  width: 4rem;
  height: 6px;
  border-radius: 0.6rem;
  background: var(--white);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.header-areav2 .header-right .hamburger-menu .line-bar:before {
  position: absolute;
  content: " ";
  width: 85%;
  height: 100%;
  right: 0;
  top: -12px;
  background: var(--white);
  border-radius: 0.6rem;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.header-areav2 .header-right .hamburger-menu .line-bar:after {
  position: absolute;
  content: " ";
  width: 60%;
  height: 100%;
  right: 0;
  top: 12px;
  background: var(--white);
  border-radius: 0.6rem;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

/*-------------------------
sticky header
--------------------------*/
.header-areav3.stick {
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-animation: 700ms linear fadeInDown;
          animation: 700ms linear fadeInDown;
}
.header-areav3.stick .menu-area .main-menu ul li a {
  padding: 52px 0px 52px 0px;
}

/*-------------------------
2.header area
--------------------------*/
.header-areav3 {
  padding: 2rem 0;
}
.header-areav3.trasnparent-header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 5;
}
.header-areav3 .header-wrap {
  margin: 0 13.5rem;
}
.header-areav3 .logo-area {
  margin-right: 2.5rem;
}
.header-areav3 .menu-area .mian-menu-area ul {
  width: 100%;
  margin: 0;
  padding: 0;
}
.header-areav3 .menu-area .mian-menu-area ul li {
  display: inline-block;
  list-style: none;
  margin: 0 2.5rem;
}
.header-areav3 .menu-area .mian-menu-area ul li.current-menu-item a {
  color: var(--primary-color);
}
.header-areav3 .menu-area .mian-menu-area ul li.current-menu-item a::after {
  left: 0;
  opacity: 1;
}
.header-areav3 .menu-area .mian-menu-area ul li:hover a {
  color: var(--primary-color);
}
.header-areav3 .menu-area .mian-menu-area ul li:hover a::after {
  left: 0;
  opacity: 1;
}
.header-areav3 .menu-area .mian-menu-area ul li.menu-item-has-children {
  position: relative;
}
.header-areav3 .menu-area .mian-menu-area ul li.menu-item-has-children:hover .sub-menu {
  top: 105%;
  opacity: 1;
  visibility: visible;
}
.header-areav3 .menu-area .mian-menu-area ul li.menu-item-has-children .sub-menu {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  top: 120%;
  left: 0;
  width: 200px;
  background: #ffffff;
  white-space: nowrap;
  border-radius: .6rem;
  padding: .5rem 0;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  z-index: 999;
  -webkit-box-shadow: 0 6px 9px rgba(0, 0, 0, 0.08);
          box-shadow: 0 6px 9px rgba(0, 0, 0, 0.08);
}
.header-areav3 .menu-area .mian-menu-area ul li.menu-item-has-children .sub-menu li {
  display: block;
  margin: 0;
  padding: 0;
}
.header-areav3 .menu-area .mian-menu-area ul li.menu-item-has-children .sub-menu li a {
  margin: .5rem 1rem;
  display: block;
  text-transform: capitalize;
  font-size: 1.8rem;
  color: #8b8b8b;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.header-areav3 .menu-area .mian-menu-area ul li.menu-item-has-children .sub-menu li a:after {
  display: none;
}
.header-areav3 .menu-area .mian-menu-area ul li.menu-item-has-children .sub-menu li a:hover {
  color: var(--primary-color);
}
.header-areav3 .menu-area .mian-menu-area ul li a {
  display: inline-block;
  position: relative;
  font-family: "Barlow", sans-serif;
  font-size: 2.2rem;
  font-weight: 500;
  color: var(--white);
  text-transform: uppercase;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.header-areav3 .menu-area .mian-menu-area ul li a i {
  position: relative;
  font-size: 1.2rem;
  top: -2px;
}
.header-areav3 .menu-area .mian-menu-area ul li a::after {
  position: absolute;
  content: "";
  width: 2.3rem;
  height: 2px;
  background: var(--primary-color);
  left: 80%;
  bottom: 0;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  opacity: 0;
}
.header-areav3 .header-right .register-btn {
  display: inline-block;
  padding: 1.2rem 2.5rem;
  font-family: "Oswald", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: uppercase;
  background: transparent;
  color: var(--white);
  border-radius: 3rem;
  border: 2px solid var(--white);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.header-areav3 .header-right .register-btn:hover {
  background: var(--primary-color);
  color: var(--white);
}
.header-areav3 .header-right .hamburger-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 3rem;
  width: 6rem;
  height: 5.8rem;
  background: var(--primary-color);
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0 1rem;
  border-radius: 50%;
}
.header-areav3 .header-right .hamburger-menu:hover .line-bar::before {
  width: 60%;
}
.header-areav3 .header-right .hamburger-menu:hover .line-bar::after {
  width: 85%;
}
.header-areav3 .header-right .hamburger-menu .line-bar {
  display: inline-block;
  position: relative;
  margin: 0.3rem 0;
  width: 4rem;
  height: 6px;
  border-radius: 0.6rem;
  background: var(--white);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.header-areav3 .header-right .hamburger-menu .line-bar:before {
  position: absolute;
  content: " ";
  width: 85%;
  height: 100%;
  right: 0;
  top: -12px;
  background: var(--white);
  border-radius: 0.6rem;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.header-areav3 .header-right .hamburger-menu .line-bar:after {
  position: absolute;
  content: " ";
  width: 60%;
  height: 100%;
  right: 0;
  top: 12px;
  background: var(--white);
  border-radius: 0.6rem;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

/*-------------------------
30.mobile-menu-area
--------------------------*/
.mobile-menu-area {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  width: 100%;
  z-index: 99;
  left: 0;
  top: 0;
}
.mobile-menu-area .navbar-brand {
  width: 150px;
}
.mobile-menu-area .navbar-toggler {
  border: 1px solid var(--white);
  color: var(--white);
  font-size: 2.5rem;
  width: 40px;
  height: 36px;
}
.mobile-menu-area .navbar-light .navbar-nav {
  padding: 1rem 0;
}
.mobile-menu-area .navbar-light .navbar-nav li {
  display: block;
  margin: .5rem 0;
}
.mobile-menu-area .navbar-light .navbar-nav li.show a {
  color: var(--primary-color);
}
.mobile-menu-area .navbar-light .navbar-nav li .dropdown-menu {
  padding: 1rem;
}
.mobile-menu-area .navbar-light .navbar-nav li .dropdown-menu li a {
  color: var(--bColor);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.mobile-menu-area .navbar-light .navbar-nav li .dropdown-menu li a:hover {
  color: var(--primary-color);
}
.mobile-menu-area .navbar-light .navbar-nav li a {
  display: inline-block;
  font-family: "Barlow", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  color: var(--white);
  text-transform: uppercase;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.mobile-menu-area .navbar-light .navbar-nav li a:hover {
  color: var(--primary-color);
}

/*----------------------------
 3.footer-area
-----------------------------*/
.footer-area {
  background: #090f29;
}
.footer-area .footer-top-ara {
  position: relative;
  top: -10rem;
  padding: 3.5rem 3.5rem;
  background: var(--white);
  -webkit-box-shadow: 0 0 3rem rgba(51, 98, 255, 0.31);
          box-shadow: 0 0 3rem rgba(51, 98, 255, 0.31);
  border-radius: 0.8rem;
}
.footer-area .footer-top-ara .footer-top-left h2 {
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-size: 4rem;
  line-height: 5.3rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #01054b;
}
.footer-area .footer-top-ara .footer-top-left h2 span {
  display: block;
  font-weight: 400;
  color: var(--primary-color);
}
.footer-area .footer-top-ara .footer-top-right .icon {
  width: 6.5rem;
  height: 6.5rem;
  line-height: 6.5rem;
  border-radius: 50%;
  background: var(--primary-color);
  color: var(--white);
  text-align: center;
  font-size: 3rem;
}
.footer-area .footer-top-ara .footer-top-right h4 {
  font-family: "Barlow", sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  color: #7582a8;
}
.footer-area .footer-top-ara .footer-top-right h2 {
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-size: 4rem;
  font-weight: 600;
  color: #01054b;
}
.footer-area .footer-widget-area {
  margin-top: -4.5rem;
  padding: 0 0 2.5rem 0;
}
.footer-area .footer-widget-area .single-widget {
  margin-bottom: 3rem;
}
.footer-area .footer-widget-area .single-widget .widget-title {
  margin-bottom: 2.8rem;
  font-family: "Oswald", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--white);
}
.footer-area .footer-widget-area .menu-widget ul {
  margin: 0;
  padding: 0;
}
.footer-area .footer-widget-area .menu-widget ul li {
  display: block;
  list-style: none;
  margin-bottom: 0.5rem;
}
.footer-area .footer-widget-area .menu-widget ul li:last-child {
  margin-bottom: 0;
}
.footer-area .footer-widget-area .menu-widget ul li a {
  display: block;
  font-family: "Barlow", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  text-transform: capitalize;
  color: var(--white);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.footer-area .footer-widget-area .menu-widget ul li a:hover {
  color: var(--primary-color);
}
.footer-area .footer-widget-area .newsletter-widget p {
  display: block;
  margin-bottom: 1.5rem;
  font-family: "Barlow", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  text-transform: capitalize;
  color: var(--white);
}
.footer-area .footer-widget-area .newsletter-widget .form-group {
  position: relative;
  margin-bottom: 0;
}
.footer-area .footer-widget-area .newsletter-widget .form-group .form-control {
  width: 100%;
  height: 5rem;
  padding: 0 1.5rem;
  border-radius: 2.5rem;
  background: #303136;
  border: none;
  font-family: "Barlow", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--white);
}
.footer-area .footer-widget-area .newsletter-widget .form-group .newsletter-btn {
  position: absolute;
  right: 0.2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 4.6rem;
  height: 4.6rem;
  line-height: 4.6rem;
  border-radius: 50%;
  background: var(--primary-color);
  text-align: center;
  color: var(--white);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.footer-area .footer-widget-area .newsletter-widget .form-group .newsletter-btn:hover {
  color: var(--white);
  background: var(--hover-color);
}
.footer-area .footer-bottom {
  border-top: 1px solid #707070;
  padding: 2.5rem 0;
}
.footer-area .footer-bottom .socil-media-area ul {
  margin: 0;
  padding: 0;
}
.footer-area .footer-bottom .socil-media-area ul li {
  list-style: none;
  display: inline-block;
  margin-right: 2.5rem;
}
.footer-area .footer-bottom .socil-media-area ul li:last-child {
  margin-right: 0;
}
.footer-area .footer-bottom .socil-media-area ul li a {
  font-family: "Barlow", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  text-transform: uppercase;
  color: var(--white);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.footer-area .footer-bottom .socil-media-area ul li a:hover {
  color: var(--primary-color);
}
.footer-area .footer-bottom .copyright-area p {
  margin-bottom: 0;
  font-family: "Barlow", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--white);
}

/*--------------------------
primary-btn  style
---------------------------*/
.primary-btn {
  display: inline-block;
  padding: 1.5rem 3rem;
  background: var(--primary-color);
  border-radius: 0.4rem;
  font-family: "Oswald", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--white);
  letter-spacing: 0.1rem;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.primary-btn i {
  position: relative;
  top: -0.1rem;
}
.primary-btn:hover {
  color: var(--white);
  background: var(--hover-color);
}

.primary-btn-two {
  display: inline-block;
  padding: 0.9rem 3.5rem;
  background: var(--primary-color);
  border-radius: 3rem;
  font-family: "Oswald", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--white);
  letter-spacing: 0.1rem;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.primary-btn-two i {
  position: relative;
  top: -0.1rem;
}
.primary-btn-two:hover {
  color: var(--white);
  background: var(--hover-color);
}

/*----------------------------
5.banner-area
-----------------------------*/
.banner-area {
  position: relative;
  padding: 13rem 0 7rem 0;
  background: url("../images/banner-bg-1.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
}
.banner-area:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(1, 5, 75, 0.8);
  z-index: -1;
}
.banner-area .banner-contetn h2 {
  font-family: "Oswald", sans-serif;
  font-size: 5rem;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--white);
}
.banner-area .banner-contetn h1 {
  margin-bottom: 4.5rem;
  font-family: "Oswald", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--white);
}
.banner-area .banner-contetn h1 span {
  color: var(--primary-color);
}
.banner-area .banner-contetn p {
  margin-bottom: 3.8rem;
  font-size: 2.5rem;
  font-weight: 500;
  color: var(--white);
}
.banner-area .banner-contetn p i {
  margin-right: 1rem;
}
.banner-area .banner-contetn .primary-btn {
  padding: 2rem 3rem;
  font-size: 2rem;
}

/*----------------------------
5.banner-area
-----------------------------*/
.banner-areav2 .banner-wrap {
  position: relative;
  padding: 0 10rem;
  border-radius: 1.5rem;
  background: url("../images/bannerv2-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
}
.banner-areav2 .banner-wrap:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(1, 5, 75, 0.8);
  z-index: -1;
  border-radius: 1.5rem;
}
.banner-areav2 .banner-contetn {
  padding: 17rem 0;
}
.banner-areav2 .banner-contetn h2 {
  font-family: "Oswald", sans-serif;
  font-size: 6rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #F27458;
}
.banner-areav2 .banner-contetn h1 {
  margin-bottom: 4.5rem;
  font-family: "Oswald", sans-serif;
  font-size: 8rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--white);
}
.banner-areav2 .banner-contetn p {
  margin-bottom: 3.8rem;
  font-size: 2.5rem;
  font-weight: 500;
  color: var(--white);
}
.banner-areav2 .banner-contetn p i {
  margin-right: 1rem;
}
.banner-areav2 .banner-contetn .primary-btn {
  padding: 2rem 4rem;
  font-size: 2rem;
  border-radius: 5rem;
}
.banner-areav2 .banner-rihgt-img img {
  max-width: 100%;
}

/*----------------------------
banner-areav3
-----------------------------*/
.banner-areav3 {
  position: relative;
  padding: 13rem 0 17rem 0;
  background: url(../images/banner-bg-3.jpg) no-repeat center/cover;
}
.banner-areav3 .banner-contetn {
  padding: 17rem 0;
}
.banner-areav3 .banner-contetn h2 {
  font-family: "Oswald", sans-serif;
  font-size: 6rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #F27458;
}
.banner-areav3 .banner-contetn h1 {
  margin-bottom: 4.5rem;
  font-family: "Oswald", sans-serif;
  font-size: 8rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--white);
}
.banner-areav3 .banner-contetn p {
  margin-bottom: 3.8rem;
  font-size: 2.5rem;
  font-weight: 500;
  color: var(--white);
}
.banner-areav3 .banner-contetn p i {
  margin-right: 1rem;
}
.banner-areav3 .banner-contetn .primary-btn {
  padding: 2rem 4rem;
  font-size: 2rem;
  border-radius: 5rem;
}

/*----------------------------
5.coundown-area
-----------------------------*/
.coundown-area {
  position: relative;
  margin-top: -110px;
  z-index: 5;
}

#coundown-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 220px;
  background-color: #ffffff;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 3rem rgba(51, 98, 255, 0.31);
          box-shadow: 0 0 3rem rgba(51, 98, 255, 0.31);
  z-index: 99;
  padding: 0;
  padding: 0;
  text-align: center;
  border-bottom: 1rem solid #00E10F;
}
#coundown-time li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 25%;
  height: 100%;
  list-style: none;
  border-left: 1px solid #DDDDDD;
}
#coundown-time li:first-child {
  border-left: 0;
}
#coundown-time li:first-child span {
  color: #F27458;
}
#coundown-time li:nth-child(2) span {
  color: #2500E9;
}
#coundown-time li:nth-child(3) span {
  color: #FF8800;
}
#coundown-time li:last-child span {
  color: #7800E1;
}
#coundown-time li span {
  display: block;
  margin-bottom: 1rem;
  font-family: "Oswald", sans-serif;
  font-size: 9rem;
  line-height: 10rem;
  font-weight: 700;
}
#coundown-time li p {
  margin: 0;
  font-family: "Barlow", sans-serif;
  font-size: 2.7rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #7582A8;
}

/*----------------------------
7.about-area
-----------------------------*/
.about-area .about-left {
  padding: 6rem 2rem;
  background: url("../images/about-left-img.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.about-area .single-feature {
  position: relative;
  padding: 6.5rem 4rem;
  background: var(--white);
  border-radius: 7.6rem;
  -webkit-box-shadow: 0 1.1rem 5.7rem rgba(223, 227, 234, 0.5);
          box-shadow: 0 1.1rem 5.7rem rgba(223, 227, 234, 0.5);
  overflow: hidden;
  z-index: 1;
  border: solid 1px #b2b2b2;
}
.about-area .single-feature .feature-icon {
  margin-bottom: 3rem;
  width: 9rem;
  height: 9rem;
  line-height: 9rem;
  text-align: center;
  border-radius: 1.8rem;
  background: rgba(255, 136, 0, 0.07);
  font-size: 3.5rem;
  color: #FF8800;
}
.about-area .single-feature .feature-tiele {
  margin-bottom: 2rem;
  font-family: "Oswald", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  text-transform: capitalize;
  color: #01054B;
}
.about-area .single-feature .feature-content {
  margin: 0;
  font-size: 1.8rem;
  line-height: 3rem;
  font-weight: 400;
  color: #7582A8;
}
.about-area .single-feature .feature-count {
  position: absolute;
  right: 5rem;
  top: 4rem;
  font-family: "Barlow", sans-serif;
  font-size: 10rem;
  line-height: 1;
  font-weight: 700;
  color: #7582A8;
  opacity: .07;
  z-index: -1;
}
.about-area .about-right-info .section-title {
  margin-bottom: 3rem;
}
.about-area .about-right-info .about-sub-title {
  margin-bottom: 2rem;
  font-family: "Barlow", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  text-transform: capitalize;
  color: #01054B;
}
.about-area .about-right-info p {
  margin: 0;
  font-size: 1.8rem;
  line-height: 3rem;
  color: #7582A8;
}
.about-area .about-right-info .primary-btn {
  margin-top: 3rem;
}

/*----------------------------
about-area-two
-----------------------------*/
.about-area-two .about-bg {
  background: url("../images/about-bg-two.jpg") no-repeat center/cover;
}
.about-area-two .about-content .section-title {
  margin-bottom: 2rem;
}
.about-area-two .about-content .section-title .admin-text {
  display: block;
  font-size: 2.2rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #F27458;
}
.about-area-two .about-content .section-title .title span {
  color: var(--white);
}
.about-area-two .about-content p {
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
  line-height: 3rem;
  font-weight: 400;
  color: #C9D7FF;
}
.about-area-two .about-content .primary-btn-two {
  margin-top: 1.5rem;
}
.about-area-two .about-img {
  position: relative;
}
.about-area-two .about-img .video-btn {
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 11rem;
  height: 11rem;
  line-height: 10rem;
  border: .6rem solid #F5F6FA;
  background: var(--primary-color);
  font-size: 3.5rem;
  color: var(--white);
  border-radius: 50%;
}

/*----------------------------
7.about-area
-----------------------------*/
.about-area-three .single-feature {
  margin-bottom: 3rem;
  position: relative;
  padding: 4rem 3rem;
  background: var(--white);
  border-radius: 4.6rem;
  -webkit-box-shadow: 0 1.1rem 5.7rem rgba(223, 227, 234, 0.5);
          box-shadow: 0 1.1rem 5.7rem rgba(223, 227, 234, 0.5);
  overflow: hidden;
  z-index: 1;
}
.about-area-three .single-feature .feature-icon {
  margin-bottom: 3rem;
  width: 9rem;
  height: 9rem;
  line-height: 9rem;
  text-align: center;
  border-radius: 1.8rem;
  background: rgba(255, 136, 0, 0.07);
  font-size: 3.5rem;
  color: #FF8800;
}
.about-area-three .single-feature .feature-tiele {
  margin-bottom: 2rem;
  font-family: "Oswald", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  text-transform: capitalize;
  color: #01054B;
}
.about-area-three .single-feature .feature-content {
  margin: 0;
  font-size: 1.8rem;
  line-height: 3rem;
  font-weight: 400;
  color: #7582A8;
}
.about-area-three .single-feature .feature-count {
  position: absolute;
  right: 3rem;
  top: 2rem;
  font-family: "Barlow", sans-serif;
  font-size: 10rem;
  line-height: 1;
  font-weight: 700;
  color: #7582A8;
  opacity: .07;
  z-index: -1;
}
.about-area-three .about-top-area {
  margin-bottom: 5rem;
}
.about-area-three .about-top-area p {
  margin: 0;
}

/*----------------------------
8.section-title
-----------------------------*/
.section-title {
  margin-top: -1.3rem;
}
.section-title .title {
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-size: 5.5rem;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--primary-color);
}
.section-title .title span {
  font-weight: 700;
  color: #01054B;
}
.whitetxt
{
color:#fff!important;
}

/*----------------------------
9.founders-area
-----------------------------*/
.founders-area {
  background: #161943;
}
.founders-area .founders-top {
  margin-bottom: 6.5rem;
}
.founders-area .founders-top .section-title .title span {
  display: block;
}
.founders-area .founders-top .founders-top-content {
  margin: 0;
  font-family: "Barlow", sans-serif;
  font-size: 2.4rem;
  line-height: 3.6rem;
  font-weight: 400;
  color: #bababa;
}
.founders-area .single-founders {
  margin-bottom: 3rem;
}
.founders-area .single-founders .founders-thumbnail {
  position: relative;
  margin: auto;
  width: 16.8rem;
  height: 16.8rem;
  border-radius: 50%;
  margin-bottom: 3.7rem;
}
.founders-area .single-founders .founders-thumbnail.border-two:after {
  -webkit-transform: scale(1.1) rotate(-40deg);
          transform: scale(1.1) rotate(-40deg);
}
.founders-area .single-founders .founders-thumbnail.border-three:after {
  -webkit-transform: scale(1.1) rotate(245deg);
          transform: scale(1.1) rotate(245deg);
}
.founders-area .single-founders .founders-thumbnail.border-four:after {
  -webkit-transform: scale(1.1) rotate(170deg);
          transform: scale(1.1) rotate(170deg);
}
.founders-area .single-founders .founders-thumbnail:after {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  border: 3px solid #F27458;
  border-top-color: transparent;
  border-radius: 50%;
  left: 0;
  top: 0;
  -webkit-transform: scale(1.1) rotate(0deg);
          transform: scale(1.1) rotate(0deg);
}
.founders-area .single-founders .founders-thumbnail img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.founders-area .single-founders .founders-name {
  margin-bottom: .3rem;
  font-family: "Oswald", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  text-transform: capitalize;
  color: #01054B;
}
.founders-area .single-founders .founders-name a {
  color: #fff;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.founders-area .single-founders .founders-name a:hover {
  color: var(--hover-color);
}
.founders-area .single-founders .founders-profesion {
  display: block;
  font-size: 1.8rem;
  font-weight: 400;
  text-transform: capitalize;
  color: #F27458;
}

/*----------------------------
10.event-area
-----------------------------*/
.single-event {
  margin-bottom: 3rem;
  padding: 1rem;
  background: var(--white);
  border: 1px solid #E5E5E5;
  -webkit-box-shadow: 0 0.6rem 4rem rgba(206, 206, 206, 0.42);
          box-shadow: 0 0.6rem 4rem rgba(206, 206, 206, 0.42);
  border-radius: .6rem;
}
.single-event:hover .event-thumbnail img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.single-event .event-thumbnail {
  position: relative;
  overflow: hidden;
  border-radius: .6rem;
}
.single-event .event-thumbnail img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.single-event .event-thumbnail .event-price {
  display: inline-block;
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
  padding: .1rem 1rem;
  font-family: "Barlow", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #01054B;
  background: var(--white);
  border-radius: .4rem;
}
.single-event .event-info .event-top {
  padding: 2.5rem 0;
}
.single-event .event-info .event-top .event-date {
  width: 5.4rem;
  height: 6.8rem;
  background: #FFF4F2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-direction: column;
      flex-direction: column;
  border-radius: .5rem;
  border: 1px solid rgba(242, 116, 88, 0.24);
}
.single-event .event-info .event-top .event-date h2 {
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
  color: #F27458;
}
.single-event .event-info .event-top .event-date span {
  display: block;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 500;
  color: #7582A8;
  text-transform: uppercase;
}
.single-event .event-info .event-top .event-title {
  font-family: "Oswald", sans-serif;
  font-size: 2.2rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #01054B;
}
.single-event .event-info .event-top .event-title a {
  color: #01054B;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.single-event .event-info .event-top .event-title a:hover {
  color: var(--primary-color);
}
.single-event .event-info .event-top .event-text {
  margin-bottom: 0;
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 400;
  color: #7582A8;
}
.single-event .event-info .event-top .event-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1rem;
  padding: 0;
}
.single-event .event-info .event-top .event-meta li {
  margin-right: 1rem;
  list-style: none;
  font-size: 1.5rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #01054B;
}
.single-event .event-info .event-top .event-meta li:last-child {
  margin-right: 0;
}
.single-event .event-info .event-top .event-meta li i {
  color: #F27458;
  margin-right: .5rem;
}
.single-event .event-join-btn {
  display: block;
  background: #F2F5FF;
  border-radius: .4rem;
  text-align: center;
  padding: 1.2rem 2rem;
  font-family: "Oswald", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #01054B;
  letter-spacing: 0.1rem;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.single-event .event-join-btn i {
  position: relative;
  top: -0.1rem;
}
.single-event .event-join-btn:hover {
  color: var(--white);
  background: var(--primary-color);
}

/*----------------------------
10.event-area
-----------------------------*/
.event-area-two .section-wrap-two {
  background: -webkit-gradient(linear, left top, left bottom, from(#f8f8ff), to(#ffffff));
  background: linear-gradient(#f8f8ff, #ffffff);
}
.event-area-two .toolbar-event-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.event-area-two .toolbar-event-area .toolbar-event {
  margin-left: 1.5rem;
}
.event-area-two .toolbar-event-area .toolbar-event .nice-select {
  font-family: "Barlow", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #7582a8;
  text-transform: uppercase;
  width: 160px;
  height: 50px;
  line-height: 50px;
  max-width: 160px;
  border-radius: 3rem;
  border: 1px solid #d8d8d8;
}
.event-area-two .toolbar-event-area .toolbar-event .nice-select::after {
  width: 8px;
  height: 8px;
  right: 1.5rem;
}
.event-area-two .toolbar-event-area .toolbar-event .current {
  font-family: "Barlow", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  color: #7582a8;
  text-transform: uppercase;
}
.event-area-two .toolbar-event-area .toolbar-event:first-child {
  margin-left: 0;
}
.event-area-two .single-event {
  margin-bottom: 3rem;
  padding: 1rem;
  background: var(--white);
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: 0 0.6rem 4rem rgba(206, 206, 206, 0.42);
          box-shadow: 0 0.6rem 4rem rgba(206, 206, 206, 0.42);
  border-radius: 0.6rem;
}
.event-area-two .single-event:hover .event-thumbnail img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.event-area-two .single-event .event-thumbnail {
  position: relative;
  overflow: hidden;
  border-radius: 0.6rem;
}
.event-area-two .single-event .event-thumbnail img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.event-area-two .single-event .event-thumbnail .event-price {
  display: inline-block;
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
  padding: 0.1rem 1rem;
  font-family: "Barlow", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #01054b;
  background: var(--white);
  border-radius: 0.4rem;
}
.event-area-two .single-event .event-info .event-top {
  padding: 2.5rem 0;
}
.event-area-two .single-event .event-info .event-top .event-date {
  width: 5.4rem;
  height: 6.8rem;
  background: #fff4f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -ms-flex-direction: column;
      flex-direction: column;
  border-radius: 0.5rem;
  border: 1px solid rgba(242, 116, 88, 0.24);
}
.event-area-two .single-event .event-info .event-top .event-date h2 {
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-size: 3rem;
  line-height: 1;
  font-weight: 700;
  color: #f27458;
}
.event-area-two .single-event .event-info .event-top .event-date span {
  display: block;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 500;
  color: #7582a8;
  text-transform: uppercase;
}
.event-area-two .single-event .event-info .event-top .event-title {
  font-family: "Oswald", sans-serif;
  font-size: 2.2rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #01054b;
}
.event-area-two .single-event .event-info .event-top .event-title a {
  color: #01054b;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.event-area-two .single-event .event-info .event-top .event-title a:hover {
  color: var(--primary-color);
}
.event-area-two .single-event .event-info .event-top .event-text {
  margin-bottom: 0;
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 400;
  color: #7582a8;
}
.event-area-two .single-event .event-info .event-top .event-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1rem;
  padding: 0;
}
.event-area-two .single-event .event-info .event-top .event-meta li {
  margin-right: 1rem;
  list-style: none;
  font-size: 1.5rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #01054b;
}
.event-area-two .single-event .event-info .event-top .event-meta li:last-child {
  margin-right: 0;
}
.event-area-two .single-event .event-info .event-top .event-meta li i {
  color: #f27458;
  margin-right: 0.5rem;
}
.event-area-two .single-event .event-join-btn {
  display: block;
  background: #f2f5ff;
  border-radius: 3rem;
  text-align: center;
  padding: 1.2rem 2rem;
  font-family: "Oswald", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #01054b;
  letter-spacing: 0.1rem;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.event-area-two .single-event .event-join-btn i {
  position: relative;
  top: -0.1rem;
}
.event-area-two .single-event .event-join-btn:hover {
  color: var(--white);
  background: var(--primary-color);
}

/*----------------------------
about-area-two
-----------------------------*/
.about-event-area .sigle-event-about {
  margin-bottom: 3rem;
}
.about-event-area .sigle-event-about .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin: auto;
  margin-bottom: 2.5rem;
  width: 10rem;
  height: 10rem;
  border: 1px solid #f27458;
  border-radius: 50%;
  background: #fff9f8;
  color: #f27458;
}
.about-event-area .sigle-event-about .icon i {
  font-size: 4rem;
}
.about-event-area .sigle-event-about h3 {
  margin-bottom: 1.8rem;
  font-family: "Oswald", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #01054b;
}
.about-event-area .sigle-event-about p {
  margin: 0;
  font-size: 1.8rem;
  line-height: 3rem;
  font-weight: 400;
  color: #7582a8;
}

/*----------------------------
17.events-highlights-area
-----------------------------*/
.events-highlights-area {
  background: url("../images/events-highlights-bg.jpg") no-repeat center/cover;
}
.events-highlights-area .single-events-highlights {
  color: var(--white);
  margin-bottom: 0;
}
.events-highlights-area .single-events-highlights .icon {
  position: relative;
  width: 9.6rem;
  height: 9.6rem;
  line-height: 9.6rem;
  text-align: center;
  z-index: 1;
}
.events-highlights-area .single-events-highlights .icon.border-colo-two::before {
  border-color: #FFE11C;
}
.events-highlights-area .single-events-highlights .icon.border-colo-three::before {
  border-color: #FF0090;
}
.events-highlights-area .single-events-highlights .icon.border-colo-four::before {
  border-color: #24FF14;
}
.events-highlights-area .single-events-highlights .icon i {
  font-size: 3rem;
  color: var(--white);
}
.events-highlights-area .single-events-highlights .icon::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  border: 5px solid #FF8000;
  border-radius: .6rem;
  left: 0;
  right: 0;
  top: 40%;
  z-index: -1;
}
.events-highlights-area .single-events-highlights .event-title {
  position: relative;
  margin-bottom: 4.5rem;
  padding-left: 2rem;
  font-family: "Oswald", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--white);
  z-index: 5;
}
.events-highlights-area .single-events-highlights .event-conent {
  margin-bottom: 2rem;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.6rem;
  color: var(--white);
}
.events-highlights-area .single-events-highlights .feature-list {
  margin: 0;
  padding: 0;
}
.events-highlights-area .single-events-highlights .feature-list li {
  margin-bottom: 1.5rem;
  position: relative;
  padding-left: 2rem;
  list-style: none;
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--white);
}
.events-highlights-area .single-events-highlights .feature-list li:last-child {
  margin-bottom: 0;
}
.events-highlights-area .single-events-highlights .feature-list li::before {
  position: absolute;
  content: "\f105";
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  left: 0;
  top: 2px;
  color: currentcolor;
}

/*----------------------------
11.call-action-area
-----------------------------*/
.call-action-area {
background: url("../images/speakers-bg.jpg");

  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /*background: #161943;*/
}
.call-action-area .section-title {
  margin-bottom: 2.5rem;
}
.call-action-area .section-title .title span {
  display: block;
  color: var(--white);
}
.call-action-area p {
  margin-bottom: 1rem;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 3rem;
  color: #7582A8;
}
.call-action-area .primary-btn {
  margin-top: 1.5rem;
}

/*----------------------------
call-action-area-two
-----------------------------*/
.call-action-area-two {
  background: url("../images/call-action-area-two-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.call-action-area-two .section-title {
  margin-bottom: 2rem;
}
.call-action-area-two p {
  margin-bottom: 1rem;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 3rem;
  color: var(--white);
}
.call-action-area-two .primary-btn-two {
  margin-top: 1.5rem;
}

/*----------------------------
12.ticket-area
-----------------------------*/
.single-ticket {
  position: relative;
  padding: 1rem 3rem;
  border-radius: 1rem;
  -webkit-box-shadow: 0 5px 15px rgba(254, 100, 137, 0.37);
          box-shadow: 0 5px 15px rgba(254, 100, 137, 0.37);
}
.single-ticket:after {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-top: 60px solid #E6E6E6;
  border-left: 40px solid transparent;
  border-right: 20px solid transparent;
  left: -25px;
  top: 73%;
  z-index: -2;
}
.single-ticket .ticket-header .pack-name-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  position: relative;
  z-index: 1;
  height: 4.6rem;
  margin-bottom: 3rem;
}
.single-ticket .ticket-header .pack-name-area .pack-name-background {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  text-align: center;
  margin: auto;
  z-index: -1;
}
.single-ticket .ticket-header .pack-name-area:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 4px;
  background: var(--white);
  top: 0;
  left: 0;
  border-radius: 6px;
}
.single-ticket .ticket-header .pack-name-area .pack-name {
  margin: 0;
  font-family: "Barlow", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #01054B;
}
.single-ticket .ticket-header .price {
  font-family: "Oswald", sans-serif;
  font-size: 5.6rem;
  font-weight: 700;
  color: var(--white);
}
.single-ticket .ticket-header .price sup {
  top: -1.5rem;
  font-size: 3.5rem;
}
.single-ticket .ticket-body {
  position: relative;
  margin: 2rem 3rem 3rem 0;
  padding: 5rem 0;
  z-index: 1;
}
.single-ticket .ticket-body .ticket-body-bg {
  position: absolute;
  left: -6rem;
  top: 0;
  z-index: -1;
}
.single-ticket .ticket-body .ticket-body-bg img {
  max-width: 370px;
}
.single-ticket .ticket-body p {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 3rem;
  color: #01054B;
}
.single-ticket .ticket-footer {
  margin-bottom: 4rem;
}
.single-ticket .ticket-footer .bg-wto {
  background: #01054B;
  color: var(--white);
}
.single-ticket .ticket-footer .bg-wto:hover {
  background: var(--hover-color);
  color: var(--white);
}

/*----------------------------
13.sponsors-area
-----------------------------*/
.sponsors-area {
  padding-bottom: 22rem;
  background: #F8F9FF;
}
.sponsors-area .sponsors-wrap {
  background: var(--white);
  border-radius: 1rem;
  overflow: hidden;
}
.sponsors-area .sponsors-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  border-bottom: 1px solid #DBE4FF;
}
.sponsors-area .sponsors-list:last-child {
  border-bottom: 0;
}
.sponsors-area .sponsors-list .single-sponsors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  text-align: center;
  width: 20%;
  height: 16rem;
  border-left: 1px solid #DBE4FF;
}
.sponsors-area .sponsors-list .single-sponsors img {
  max-width: 100%;
  height: auto;
}
.sponsors-area .sponsors-list .single-sponsors:first-child {
  border-left: 0;
}

/*----------------------------
sponsors-area
-----------------------------*/
.sponsors-menu {
  text-align: center;
  margin-bottom: 5.5rem;
}
.sponsors-menu .menu-wrap {
  display: inline-block;
  padding: 1.5rem;
  background: var(--white);
  border-radius: 4rem;
  -webkit-box-shadow: 0 4px 30px rgba(185, 221, 255, 0.35);
          box-shadow: 0 4px 30px rgba(185, 221, 255, 0.35);
}
.sponsors-menu .menu-wrap .nav-tabs {
  border: none;
}
.sponsors-menu .menu-wrap .nav-tabs .nav-item {
  margin: 0 1rem;
}
.sponsors-menu .menu-wrap .nav-tabs .nav-item:first-child {
  margin-left: 0;
}
.sponsors-menu .menu-wrap .nav-tabs .nav-item:last-child {
  margin-right: 0;
}
.sponsors-menu .menu-wrap .nav-tabs .nav-item .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 18rem;
  height: 5rem;
  margin: 0;
  border: none;
  background: #F2F5FF;
  border-radius: 2.8rem;
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #01054B;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.sponsors-menu .menu-wrap .nav-tabs .nav-item .nav-link.active {
  color: var(--white);
  background: var(--primary-color);
}
.sponsors-menu .menu-wrap .nav-tabs .nav-item .nav-link:hover {
  color: var(--white);
  background: var(--primary-color);
}

/*----------------------------
sponsors-area-three
-----------------------------*/
.sponsors-area-three .sponsors-menu {
  text-align: center;
  margin-bottom: 5.5rem;
}
.sponsors-area-three .sponsors-menu .menu-wrap {
  display: inline-block;
  padding: 1.5rem;
  background: var(--white);
  border-radius: 4rem;
  -webkit-box-shadow: 0 4px 30px rgba(185, 221, 255, 0.35);
          box-shadow: 0 4px 30px rgba(185, 221, 255, 0.35);
}
.sponsors-area-three .sponsors-menu .menu-wrap .nav-tabs {
  border: none;
}
.sponsors-area-three .sponsors-menu .menu-wrap .nav-tabs .nav-item {
  margin: 0 1rem;
}
.sponsors-area-three .sponsors-menu .menu-wrap .nav-tabs .nav-item:first-child {
  margin-left: 0;
}
.sponsors-area-three .sponsors-menu .menu-wrap .nav-tabs .nav-item:last-child {
  margin-right: 0;
}
.sponsors-area-three .sponsors-menu .menu-wrap .nav-tabs .nav-item .nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 18rem;
  height: 5rem;
  margin: 0;
  border: none;
  background: #F2F5FF;
  border-radius: 2.8rem;
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #01054B;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.sponsors-area-three .sponsors-menu .menu-wrap .nav-tabs .nav-item .nav-link.active {
  color: var(--white);
  background: var(--primary-color);
}
.sponsors-area-three .sponsors-menu .menu-wrap .nav-tabs .nav-item .nav-link:hover {
  color: var(--white);
  background: var(--primary-color);
}
.sponsors-area-three .sponsors-wrap {
  background: var(--white);
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid #DBE4FF;
  -webkit-box-shadow: 0 8px 40px rgba(185, 221, 255, 0.35);
          box-shadow: 0 8px 40px rgba(185, 221, 255, 0.35);
}
.sponsors-area-three .sponsors-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  border-bottom: 1px solid #DBE4FF;
}
.sponsors-area-three .sponsors-list:last-child {
  border-bottom: 0;
}
.sponsors-area-three .sponsors-list .single-sponsors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  text-align: center;
  width: 20%;
  height: 16rem;
  border-left: 1px solid #DBE4FF;
}
.sponsors-area-three .sponsors-list .single-sponsors img {
  max-width: 100%;
  height: auto;
}
.sponsors-area-three .sponsors-list .single-sponsors:first-child {
  border-left: 0;
}

/*----------------------------
14.speakers-area
-----------------------------*/
.speakers-area .speakers-bg {
  background: url("../images/speakers-bg.jpg") no-repeat center/cover;
  padding-bottom: 15.5rem;
}
.speakers-area .slick-arrow {
  position: absolute;
  bottom: -2.5rem;
  width: 15rem;
  height: 5.5rem;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-radius: 3rem;
  background: #01054B;
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: var(--white);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  z-index: 1;
}
.speakers-area .slick-arrow:hover {
  color: var(--white);
  border-color: var(--primary-color);
  background: var(--primary-color);
}
.speakers-area .slick-arrow.slick-prev {
  right: 18%;
}
.speakers-area .slick-arrow.slick-next {
  right: 3rem;
}
.speakers-area .single-speakers {
  position: relative;
  padding: 0 6rem;
  padding-bottom: 6rem;
}
.speakers-area .single-speakers:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 72%;
  left: 0;
  bottom: 0;
  background: #000564;
  border-radius: 1rem;
}
.speakers-area .single-speakers .speakers-thumbnail img {
  border-radius: 1rem;
  border: 5px solid #7E8188;
}
.speakers-area .single-speakers .section-title {
  margin-bottom: 10rem;
}
.speakers-area .single-speakers .section-title .title span {
  display: block;
  color: var(--white);
}
.speakers-area .single-speakers .speakers-info p {
  font-size: 2.4rem;
  line-height: 3.6rem;
  font-weight: 400;
  color: #B7C4E8;
}
.speakers-area .single-speakers .speakers-info .speakers-name {
  font-size: 3.2rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--white);
}
.speakers-area .single-speakers .speakers-info .speakers-name span {
  font-size: 1.8rem;
  font-weight: 500;
  color: #F27458;
  text-transform: capitalize;
}
.speakers-area .single-speakers .speakers-info .social-media {
  margin: 0;
  margin-top: 1.5rem;
  padding: 0;
}
.speakers-area .single-speakers .speakers-info .social-media li {
  display: inline-block;
  list-style: none;
  margin-right: 1rem;
}
.speakers-area .single-speakers .speakers-info .social-media li a {
  display: inline-block;
  color: var(--white);
  font-size: 2rem;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.speakers-area .single-speakers .speakers-info .social-media li a:hover {
  color: var(--primary-color);
}

/*----------------------------
speaker-two-area 
-----------------------------*/
.speaker-two-area .single-speaker {
  position: relative;
  margin-bottom: 3rem;
  padding: 3rem 1rem;
  border-radius: .6rem;
  z-index: 1;
}
.speaker-two-area .single-speaker::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 76%;
  left: 0;
  bottom: 0;
  background: var(--white);
  border: 1px solid #DBE4FF;
  border-radius: .6rem;
  -webkit-box-shadow: 0 0.8rem 4rem rgba(0, 25, 255, 0.08);
          box-shadow: 0 0.8rem 4rem rgba(0, 25, 255, 0.08);
  z-index: -1;
}
.speaker-two-area .single-speaker .speaker-img {
  margin-bottom: 3rem;
}
.speaker-two-area .single-speaker .speaker-info h3 {
  font-family: "Oswald", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #01054B;
}
.speaker-two-area .single-speaker .speaker-info span {
  display: block;
  font-size: 1.6rem;
  font-weight: 400;
  text-transform: capitalize;
  color: var(--primary-color);
}
.speaker-two-area .single-speaker .speaker-info p {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.6rem;
  color: #7582A8;
}
.speaker-two-area .single-speaker .speaker-info .speaker-social-meida {
  margin: 0;
  padding: 0;
}
.speaker-two-area .single-speaker .speaker-info .speaker-social-meida li {
  display: inline-block;
  list-style: none;
  margin: 0 .5rem;
}
.speaker-two-area .single-speaker .speaker-info .speaker-social-meida li a {
  display: inline-block;
  font-size: 2rem;
  color: #7582A8;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.speaker-two-area .single-speaker .speaker-info .speaker-social-meida li a:hover {
  color: var(--primary-color);
}

/*----------------------------
14.speakers-area
-----------------------------*/
.speakers-area-three .slick-arrow {
  position: absolute;
  bottom: -2.5rem;
  width: 15rem;
  height: 5.5rem;
  border: 2px solid #DDDDDD;
  border-radius: 3rem;
  background: var(--white);
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #7582A8;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  z-index: 1;
}
.speakers-area-three .slick-arrow:hover {
  color: var(--white);
  border-color: var(--primary-color);
  background: var(--primary-color);
}
.speakers-area-three .slick-arrow.slick-prev {
  right: 18%;
}
.speakers-area-three .slick-arrow.slick-next {
  right: 3rem;
}
.speakers-area-three .single-speakers {
  position: relative;
  padding: 0 6rem;
  padding-bottom: 6rem;
}
.speakers-area-three .single-speakers:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 72%;
  left: 0;
  bottom: 0;
  background: rgba(86, 95, 255, 0.06);
  border-radius: 1rem;
}
.speakers-area-three .single-speakers .speakers-thumbnail img {
  border-radius: 1rem;
}
.speakers-area-three .single-speakers .section-title {
  margin-bottom: 10rem;
}
.speakers-area-three .single-speakers .speakers-info p {
  font-size: 2.4rem;
  line-height: 3.6rem;
  font-weight: 400;
  color: #7582A8;
}
.speakers-area-three .single-speakers .speakers-info .speakers-name {
  font-size: 3.2rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #01054B;
}
.speakers-area-three .single-speakers .speakers-info .speakers-name span {
  font-size: 1.8rem;
  font-weight: 500;
  color: #F27458;
  text-transform: capitalize;
}
.speakers-area-three .single-speakers .speakers-info .social-media {
  margin: 0;
  margin-top: 1.5rem;
  padding: 0;
}
.speakers-area-three .single-speakers .speakers-info .social-media li {
  display: inline-block;
  list-style: none;
  margin-right: 1rem;
}
.speakers-area-three .single-speakers .speakers-info .social-media li a {
  display: inline-block;
  color: #7582A8;
  font-size: 2rem;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.speakers-area-three .single-speakers .speakers-info .social-media li a:hover {
  color: var(--primary-color);
}

/*----------------------------
15.event-sehedules
-----------------------------*/
.event-sehedules .event-sehedules-list {
  position: relative;
}
.event-sehedules .event-sehedules-list:after {
  position: absolute;
  content: '';
  width: 15px;
  height: 90%;
  left: 0;
  right: 0;
  text-align: center;
  top: 0;
  background: #F2F5FF;
  border-radius: 1rem;
  margin: auto;
  z-index: -1;
}
.event-sehedules .single-sehedules-event {
  margin-bottom: 6rem;
}
.event-sehedules .single-sehedules-event:last-child {
  margin-bottom: 0;
}
.event-sehedules .single-sehedules-event.left-align .event-info {
  margin-left: 30px;
}
.event-sehedules .single-sehedules-event.left-align .event-info .event-count {
  right: calc(100% + 25px);
  display: inline-block;
}
.event-sehedules .single-sehedules-event.right-align .event-info {
  margin-right: 30px;
}
.event-sehedules .single-sehedules-event.right-align .event-info .event-count {
  left: calc(100% + 25px);
  display: inline-block;
}
.event-sehedules .single-sehedules-event .event-info {
  position: relative;
}
.event-sehedules .single-sehedules-event .event-info .event-count {
  position: absolute;
  top: 0;
  right: 100%;
  display: inline-block;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  border-radius: 50%;
  background: var(--primary-color);
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--white);
}
.event-sehedules .single-sehedules-event .event-info .event-time {
  margin-bottom: 1rem;
  font-family: "Barlow", sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--primary-color);
}
.event-sehedules .single-sehedules-event .event-info .event-title {
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-size: 2.6rem;
  line-height: 3.6rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #01054B;
}

/*----------------------------
16.event-form 
-----------------------------*/
.event-form-area {
  position: relative;
  margin-top: -95px;
  z-index: 1;
}
.event-form-area .event-form-wrap {
  padding: 0 10rem;
}

.event-form {
  min-height: 19rem;
  border-radius: 1.5rem;
  border: 1px solid #DBE4FF;
  border-radius: 1rem;
  -webkit-box-shadow: 0 8px 40px rgba(0, 25, 255, 0.08);
          box-shadow: 0 8px 40px rgba(0, 25, 255, 0.08);
  background: var(--white);
}
.event-form .input-list {
  padding: 0 4.5rem;
  width: 83%;
}
.event-form .input-list .form-group {
  width: 33.3%;
  margin: 0 1.5rem;
  margin-top: -5px;
}
.event-form .input-list .form-group label {
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-family: "Barlow", sans-serif;
  font-size: 2.6rem;
  font-weight: 500;
  color: #7582A8;
}
.event-form .input-list .form-group .nice-select {
  padding: 0;
  font-family: "Oswald", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #01054B;
  border: none;
  border-bottom: 1px solid #D1D1D1;
  border-radius: 0;
}
.event-form .form-btn-area {
  width: 17%;
}
.event-form .form-btn-area .submit-btn {
  min-height: 19rem;
  display: block;
  background: var(--primary-color);
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 0 1rem 1rem 0;
  font-size: 8rem;
  color: var(--white);
  -webkit-box-shadow: 0 8px 40px rgba(242, 116, 8, 0.025);
          box-shadow: 0 8px 40px rgba(242, 116, 8, 0.025);
}

/*----------------------------
18.photography-area
-----------------------------*/
.events-photography-area .single-photography {
  margin-bottom: 3rem;
  border-radius: .6rem;
  overflow: hidden;
}
.events-photography-area .single-photography:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.events-photography-area .single-photography img {
  width: 100%;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

/*----------------------------
19.testimonial-area
-----------------------------*/
.testimonial-area {
  background: -webkit-gradient(linear, left top, left bottom, from(#f8f8ff), to(#ffffff));
  background: linear-gradient(#f8f8ff, #ffffff);
}
.testimonial-area .single-testimonial .clint-img img {
  width: 100%;
  height: auto;
  border-radius: 1rem;
}
.testimonial-area .single-testimonial .testimonial-content {
  position: relative;
  padding-left: 3rem;
  z-index: 1;
}
.testimonial-area .single-testimonial .testimonial-content::after {
  position: absolute;
  content: "\f10e";
  top: 0;
  right: 0;
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  font-size: 10rem;
  color: var(--primary-color);
  z-index: -1;
  opacity: .1;
}
.testimonial-area .single-testimonial .testimonial-content .clint-say p {
  font-size: 3.6rem;
  line-height: 5.2rem;
  font-weight: 600;
  font-style: italic;
  color: #7582A8;
}
.testimonial-area .single-testimonial .testimonial-content .clint-info h2 {
  font-family: "Oswald", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #01054B;
}
.testimonial-area .single-testimonial .testimonial-content .clint-info h2 a {
  color: #01054B;
}
.testimonial-area .single-testimonial .testimonial-content .clint-info h2 span {
  font-family: "Barlow", sans-serif;
  display: inline-block;
  font-weight: 400;
  text-transform: capitalize;
  color: var(--primary-color);
}
.testimonial-area .brand-area {
  margin-top: 5.5rem;
  margin-bottom: 9.5rem;
}
.testimonial-area .brand-area .brand-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  flex-flow: row wrap;
}
.testimonial-area .brand-area .brand-list .single-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  min-width: 14rem;
  height: 5.6rem;
  border: 1px solid transparent;
  border-radius: .6rem;
  cursor: pointer;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  margin: .5rem;
}
.testimonial-area .brand-area .brand-list .single-brand:hover {
  border: 1px solid var(--primary-color);
}

.breadcrumb-area {
  position: relative;
  padding: 0rem 0 10rem 0;
  background: url("../images/breadcrumb-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
}
.breadcrumb-area:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(1, 5, 75, 0.8);
  z-index: -1;
}
.breadcrumb-area .page-title {
  margin-bottom: 2rem;
  font-family: "Oswald", sans-serif;
  font-size: 7rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--white);
      padding-top: 150px;
}
.breadcrumb-area .page-title span {
  color: var(--primary-color);
}
.breadcrumb-area .breadcrumb-page {
  margin: 0;
  padding: 0;
}
.breadcrumb-area .breadcrumb-page li {
  display: inline-block;
  position: relative;
  padding-right: 1.5rem;
  list-style: none;
  font-size: 2.5rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #A8B4D5;
}
.breadcrumb-area .breadcrumb-page li:first-child:before {
  display: none;
}
.breadcrumb-area .breadcrumb-page li:before {
  position: absolute;
  content: "/";
  top: 0;
  left: -1.3rem;
  color: currentcolor;
}
.breadcrumb-area .breadcrumb-page li a {
  color: #A8B4D5;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.breadcrumb-area .breadcrumb-page li a:hover {
  color: var(--primary-color);
}
.breadcrumb-area .breadcrumb-img {
  position: absolute;
    content: '';
    right: 21%;
    bottom: -90px;
    width: 58%;
}

/*----------------------------
21.grab-seat-area
-----------------------------*/
.grab-seat-area {
  background: #F8F9FF;
}
.grab-seat-area .grab-seat-info .section-title {
  margin-bottom: 2.5rem;
}
.grab-seat-area .grab-seat-info p {
  margin-bottom: 1rem;
  font-size: 1.8rem;
  line-height: 3rem;
  color: #7582A8;
}
.grab-seat-area .grab-seat-info .primary-btn {
  margin-top: 1.5rem;
}

/*----------------------------
22.veneu-area
-----------------------------*/
.veneu-area .single-veneu {
  position: relative;
  margin-bottom: 3rem;
}
.veneu-area .single-veneu:hover .veneu-thumbnail img {
  -webkit-transform: scale(1.2) rotate(-7deg);
          transform: scale(1.2) rotate(-7deg);
}
.veneu-area .single-veneu .veneu-thumbnail {
  overflow: hidden;
  border-radius: .8rem;
}
.veneu-area .single-veneu .veneu-thumbnail img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.veneu-area .single-veneu .veneu-info {
  position: absolute;
  bottom: 1.5rem;
  left: 0;
  right: 0;
  margin: auto;
  width: 94%;
  text-align: center;
  padding: 1.5rem 1rem;
  background: var(--white);
  border-radius: .8rem;
}
.veneu-area .single-veneu .veneu-info h3 {
  margin-bottom: .5rem;
  font-size: 2.6rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #01054B;
}
.veneu-area .single-veneu .veneu-info .veneu-meta {
  margin: 0;
  padding: 0;
}
.veneu-area .single-veneu .veneu-info .veneu-meta li {
  display: inline-block;
  list-style: none;
  margin-right: 1rem;
  font-size: 1.6rem;
  font-weight: 500;
  text-transform: capitalize;
}
.veneu-area .single-veneu .veneu-info .veneu-meta li i {
  margin-right: .5rem;
}
.veneu-area .single-veneu .veneu-info .veneu-meta li:last-child {
  margin-right: 0;
}

/*----------------------------
23.error-page
-----------------------------*/
.erroe-page {
  width: 100%;
  height: 100vh;
  background: url("../images/error-page.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  padding-top: 6rem;
}
.erroe-page .home-btn {
  display: inline-block;
  padding: 2.5rem 4.5rem;
  border: 2px solid var(--white);
  background: rgba(255, 255, 255, 0.2);
  border-radius: 47px 47px 0 47px;
  font-family: "Oswald", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--white);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.erroe-page .home-btn i {
  margin-right: .5rem;
}
.erroe-page .home-btn:hover {
  background: var(--primary-color);
  color: var(--white);
}

/*----------------------------
24.registration-area
-----------------------------*/
.registration-form .form-group {
  position: relative;
  background: #f4f4f4;
  border: 1px solid #DDDDDD;
  border-radius: .5rem;
  padding: 1rem 1.5rem 1.5rem 1.5rem;
  margin-bottom: 3rem;
}
.registration-form .form-group .icon {
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
}
.registration-form .form-group label {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 500;
  text-transform: capitalize;
  color: #01054B;
}
.registration-form .form-group .form-control {
  font-family: "Oswald", sans-serif;
  font-size: 2rem;
  font-weight: normal;
  color: #01054B;
  padding: 0;
  border: none;
  background: transparent;
  border-radius: 0;
}
.registration-form .form-group .form-control::-webkit-input-placeholder {
  color: #ccc;
  opacity: 1;
}
.registration-form .form-group .form-control:-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
}
.registration-form .form-group .form-control::-ms-input-placeholder {
  color: #ccc;
  opacity: 1;
}
.registration-form .form-group .form-control::placeholder {
  color: #ccc;
  opacity: 1;
}
.registration-form .form-group .form-control:-ms-input-placeholder {
  color: #ccc;
}
.registration-form .form-group .form-control::-ms-input-placeholder {
  color: #ccc;
}
.registration-form .form-group .nice-select {
  float: none;
}
.registration-form .register-btn {
  margin-top: 2rem;
}

/*----------------------------
25.contact-form
-----------------------------*/
.contact-area .contact-form-wrap {
  padding: 5rem 3rem;
  background: #01054b;
  border-radius:10px;
}

.contact-form .form-group {
  margin-bottom: 2rem;
  position: relative;
}
.contact-form .form-group .form-control {
  width: 100%;
  height: 5rem;
  border: 1px solid #DDDDDD;
  border-radius: 3px;
  padding-left: 4.5rem;
  font-family: "Barlow", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  color: #7582A8;
}
.contact-form .form-group .message {
  height: 26rem;
  padding: 2.5rem 2rem 2rem 4.5rem;
}
.contact-form .form-group .icon {
  position: absolute;
  left: 2rem;
  top:1.1rem;
}
.contact-form .submit-btn-area {
  margin-top: 2rem;
}

/*----------------------------
26.blog-area
-----------------------------*/
.blog-area .single-blog {
  margin-bottom: 5rem;
}
.blog-area .single-blog .post-thumbnail {
  border-radius: .8rem;
  overflow: hidden;
  margin-bottom: 3rem;
}
.blog-area .single-blog .post-thumbnail:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.blog-area .single-blog .post-thumbnail img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.blog-area .single-blog .post-title {
  font-family: "Oswald", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #01054B;
}
.blog-area .single-blog .post-title a {
  color: #01054B;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.blog-area .single-blog .post-title a:hover {
  color: var(--primary-color);
}
.blog-area .single-blog .post-meta {
  margin: 1.5rem 0;
  padding: 0;
}
.blog-area .single-blog .post-meta li {
  display: inline-block;
  list-style: none;
  margin-right: 3rem;
  font-size: 1.6rem;
  font-weight: 400;
  text-transform: capitalize;
  color: #7582A8;
}
.blog-area .single-blog .post-meta li a {
  display: inline-block;
  color: #7582A8;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.blog-area .single-blog .post-meta li a:hover {
  color: var(--primary-color);
}
.blog-area .single-blog .post-meta li .admin {
  color: var(--primary-color);
}
.blog-area .single-blog .post-meta li:last-child {
  margin-right: 0;
}
.blog-area .single-blog .post-meta li i {
  margin-right: .5rem;
  color: var(--primary-color);
}
.blog-area .single-blog .post-content {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 400;
  color: #7582A8;
}
.blog-area .single-blog .primary-btn-two {
  padding-left: 5rem;
  padding-right: 5rem;
}

.pagination-area .pagination {
  margin: 0;
  padding: 0;
}
.pagination-area .pagination li {
  display: inline-block;
  list-style: none;
  margin-right: 1.5rem;
}
.pagination-area .pagination li:last-child {
  margin-right: 0;
}
.pagination-area .pagination li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 5rem;
  height: 5rem;
  border: 2px solid rgba(255, 58, 70, 0.1);
  font-size: 1.6rem;
  font-weight: 500;
  color: #7582A8;
  border-radius: 50%;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.pagination-area .pagination li a:hover {
  color: var(--white);
  background: #01054B;
  -webkit-box-shadow: 0 3px 6px rgba(1, 5, 75, 0.36);
          box-shadow: 0 3px 6px rgba(1, 5, 75, 0.36);
}

/*----------------------------
27.single-blog
-----------------------------*/
.single-blog-page .single-blog .post-thumbnail {
  border-radius: .8rem;
  overflow: hidden;
  margin-bottom: 3rem;
}
.single-blog-page .single-blog .post-thumbnail:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.single-blog-page .single-blog .post-thumbnail img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.single-blog-page .single-blog .post-title {
  font-family: "Oswald", sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #01054B;
}
.single-blog-page .single-blog .post-meta {
  margin: 1.5rem 0;
  padding: 0;
}
.single-blog-page .single-blog .post-meta li {
  display: inline-block;
  list-style: none;
  margin-right: 3rem;
  font-size: 1.6rem;
  font-weight: 400;
  text-transform: capitalize;
  color: #7582A8;
}
.single-blog-page .single-blog .post-meta li a {
  display: inline-block;
  color: #7582A8;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.single-blog-page .single-blog .post-meta li a:hover {
  color: var(--primary-color);
}
.single-blog-page .single-blog .post-meta li .admin {
  color: var(--primary-color);
}
.single-blog-page .single-blog .post-meta li:last-child {
  margin-right: 0;
}
.single-blog-page .single-blog .post-meta li i {
  margin-right: .5rem;
  color: var(--primary-color);
}
.single-blog-page .single-blog .post-content p {
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 400;
  color: #7582A8;
}
.single-blog-page .single-blog .blockquote-area {
  padding: 3.5rem 3rem;
  background: #01054B;
  border-radius: 1rem;
  margin: 2.5rem 0;
}
.single-blog-page .single-blog .blockquote-area p {
  position: relative;
  font-size: 1.8rem;
  line-height: 3rem;
  color: var(--white);
  font-style: italic;
  z-index: 1;
}
.single-blog-page .single-blog .blockquote-area p:after {
  position: absolute;
  content: "\f10e";
  right: 35%;
  bottom: 0;
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  font-size: 3rem;
  color: var(--primary-color);
  z-index: -1;
}
.single-blog-page .blog-button-area {
  padding: 2rem 0;
  border-bottom: 1px solid #DDDDDD;
}
.single-blog-page .blog-button-area .related-tags span {
  display: inline-block;
  font-family: "Barlow", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  text-transform: capitalize;
  color: #223A66;
  margin-right: 1rem;
}
.single-blog-page .blog-button-area .related-tags ul {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.single-blog-page .blog-button-area .related-tags ul li {
  display: inline-block;
  list-style: none;
  margin-right: .5rem;
}
.single-blog-page .blog-button-area .related-tags ul li:last-child {
  margin-right: 0;
}
.single-blog-page .blog-button-area .related-tags ul li a {
  font-size: 1.6rem;
  font-weight: 500;
  text-transform: capitalize;
  color: #7582A8;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.single-blog-page .blog-button-area .related-tags ul li a:hover {
  color: var(--primary-color);
}
.single-blog-page .blog-button-area .share-area span {
  display: inline-block;
  font-family: "Barlow", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  text-transform: capitalize;
  color: #223A66;
  margin-right: 1rem;
}
.single-blog-page .blog-button-area .share-area ul {
  display: inline-block;
  position: relative;
  top: 2px;
  margin: 0;
  padding: 0;
}
.single-blog-page .blog-button-area .share-area ul li {
  display: inline-block;
  list-style: none;
  margin-right: 1rem;
}
.single-blog-page .blog-button-area .share-area ul li:last-child {
  margin-right: 0;
}
.single-blog-page .blog-button-area .share-area ul li a {
  font-size: 2rem;
  color: #7582A8;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.single-blog-page .blog-button-area .share-area ul li a:hover {
  color: var(--primary-color);
}
.single-blog-page .author-info {
  background: #F9F9FF;
  padding: 3rem;
  border-radius: 1rem;
  margin: 4.5rem 0;
}
.single-blog-page .author-info .author-image {
  position: relative;
  width: 10rem;
  height: 10rem;
  line-height: 10rem;
  border-radius: 50%;
}
.single-blog-page .author-info .author-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.single-blog-page .author-info .author-desc {
  margin-bottom: 2rem;
  font-size: 1.6rem;
  line-height: 2.8rem;
  color: #7582A8;
}
.single-blog-page .author-info .author-name {
  margin-bottom: 0;
  font-family: "Oswald", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #01054B;
}
.single-blog-page .author-info .author-name a {
  color: #7582A8;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.single-blog-page .author-info .author-name a:hover {
  color: var(--primary-color);
}
.single-blog-page .author-info .author-profesion {
  font-size: 1.8rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #7582A8;
}
.single-blog-page .comment-area .comment-title {
  margin-bottom: 3.5rem;
  font-family: "Oswald", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #01054B;
}
.single-blog-page .comment-area .comment-title a {
  color: #01054B;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.single-blog-page .comment-area .comment-title a:hover {
  color: var(--primary-color);
}
.single-blog-page .comment-area .comments .sigle-comment {
  margin-bottom: 3.5rem;
  position: relative;
}
.single-blog-page .comment-area .comments .sigle-comment .chaild {
  margin-top: 3.5rem;
  margin-left: 8rem;
}
.single-blog-page .comment-area .comments .sigle-comment:last-child {
  margin-bottom: 0;
}
.single-blog-page .comment-area .comments .sigle-comment .author-image {
  position: relative;
  width: 7.5rem;
  height: 7.5rem;
  line-height: 7.5rem;
  border-radius: 50%;
  -webkit-box-shadow: 0 6px 9px rgba(0, 0, 0, 0.08);
          box-shadow: 0 6px 9px rgba(0, 0, 0, 0.08);
  border: 2px solid #FFFFFF;
}
.single-blog-page .comment-area .comments .sigle-comment .author-image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.single-blog-page .comment-area .comments .sigle-comment .author-name {
  margin-bottom: 0;
  font-family: "Oswald", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #01054B;
}
.single-blog-page .comment-area .comments .sigle-comment .author-name a {
  color: #01054B;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.single-blog-page .comment-area .comments .sigle-comment .author-name a:hover {
  color: var(--primary-color);
}
.single-blog-page .comment-area .comments .sigle-comment .comment-time {
  display: block;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #7582A8;
  text-transform: capitalize;
}
.single-blog-page .comment-area .comments .sigle-comment p {
  margin: 0;
  font-size: 1.8rem;
  line-height: 3rem;
  color: #7582A8;
}
.single-blog-page .comment-area .comments .sigle-comment .replay-btn {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.6rem;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--primary-color);
}
.single-blog-page .comment-area .comments .sigle-comment .replay-btn i {
  margin-right: .6rem;
}
.single-blog-page .comment-form-area {
  margin-top: 4rem;
}
.single-blog-page .comment-form-area .comment-form-title {
  margin-bottom: 3.5rem;
  font-family: "Oswald", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #01054B;
}
.single-blog-page .comment-form-area .comment-form .form-group {
  margin-bottom: 3rem;
}
.single-blog-page .comment-form-area .comment-form .form-group .form-control {
  width: 100%;
  height: 6rem;
  background: #F9F9FF;
  border: 1px solid #DDDDDD;
  border-radius: .5rem;
  font-family: "Barlow", sans-serif;
  font-size: 1.6rem;
  color: #69798D;
  padding: 0 2rem;
}
.single-blog-page .comment-form-area .comment-form .form-group .form-control:focus {
  background: rgba(242, 116, 88, 0.012);
  border-color: #F27458;
  color: var(--primary-color);
}
.single-blog-page .comment-form-area .comment-form .form-group .message {
  padding: 2rem;
  height: 19rem;
}
.single-blog-page .comment-form-area .comment-form .primary-btn-two {
  border: 0;
  padding-left: 5rem;
  padding-right: 5rem;
}

/*----------------------------
28.sidebar-area
-----------------------------*/
.sidebar-area .single-widget {
  margin-bottom: 3rem;
  padding: 3rem 2rem;
  background: var(--white);
  border: 1px solid #DEE3FF;
  border-radius: .8rem;
  -webkit-box-shadow: 0 6px 30px rgba(51, 98, 255, 0.07);
          box-shadow: 0 6px 30px rgba(51, 98, 255, 0.07);
}
.sidebar-area .single-widget:last-child {
  margin-bottom: 0;
}
.sidebar-area .single-widget .widget-title {
  position: relative;
  padding-bottom: 1.2rem;
  margin-bottom: 2.5rem;
  font-family: "Oswald", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #01054B;
  border-bottom: 1px solid #DDDDDD;
}
.sidebar-area .single-widget .widget-title:before {
  position: absolute;
  content: '';
  width: 3.5rem;
  height: 4px;
  background: var(--primary-color);
  left: 0;
  bottom: -2px;
}
.sidebar-area .single-widget ul {
  margin: 0;
  padding: 0;
}
.sidebar-area .single-widget ul li {
  display: block;
  list-style: none;
  line-height: 1;
  margin-bottom: 2rem;
}
.sidebar-area .single-widget ul li:last-child {
  margin-bottom: 0;
}
.sidebar-area .single-widget ul li a {
  font-size: 1.6rem;
  font-weight: 500;
  text-transform: capitalize;
  color: #7582A8;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.sidebar-area .single-widget ul li a:hover {
  color: var(--primary-color);
}
.sidebar-area .search-form-widget .form-group {
  position: relative;
  margin-bottom: 0;
}
.sidebar-area .search-form-widget .form-group .form-control {
  width: 100%;
  height: 5rem;
  font-family: "Barlow", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  color: #7582A8;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #DDDDDD;
}
.sidebar-area .search-form-widget .form-group .search-btn {
  position: absolute;
  right: 0;
  top: 15px;
  padding: 0;
  margin: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  line-height: 1;
  color: var(--primary-color);
  background: transparent;
}
.sidebar-area .recent-post-widget ul {
  margin: 0;
  padding: 0;
}
.sidebar-area .recent-post-widget ul li {
  display: block;
  list-style: none;
  padding: 2.5rem 0;
  border-bottom: 1px solid #DDDDDD;
}
.sidebar-area .recent-post-widget ul li:first-child {
  padding-top: 0;
}
.sidebar-area .recent-post-widget ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.sidebar-area .recent-post-widget ul li .post-title {
  margin: 0;
  margin-bottom: .5rem;
  font-family: "Oswald", sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  text-transform: capitalize;
}
.sidebar-area .recent-post-widget ul li .post-title a {
  color: #01054B;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.sidebar-area .recent-post-widget ul li .post-title a:hover {
  color: var(--primary-color);
}
.sidebar-area .recent-post-widget ul li .post-time {
  margin: 0;
  font-size: 1.4rem;
  font-weight: 400;
  color: #7582A8;
}
.sidebar-area .recent-post-widget ul li .post-time i {
  margin-right: .5rem;
}
.sidebar-area .archive-widget i {
  margin-right: .5rem;
}
.sidebar-area .gallery-widget ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: -2rem;
}
.sidebar-area .gallery-widget ul li {
  width: 30%;
  margin: 0;
  margin-bottom: 2rem;
  list-style: none;
}
.sidebar-area .gallery-widget ul li a {
  display: inline-block;
  height: 75px;
  overflow: hidden;
  border-radius: .5rem;
  border: 1px solid #ffffff;
  -webkit-box-shadow: 0 0 7px rgba(172, 172, 172, 0.4);
          box-shadow: 0 0 7px rgba(172, 172, 172, 0.4);
}
.sidebar-area .gallery-widget ul li a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.sidebar-area .gallery-widget ul li a img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

/*----------------------------
29.preloader
-----------------------------*/
.preloader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #000000;
  z-index: 9999;
}

.clock-preloader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--primary-color);
}

.clock-preloader:before,
.clock-preloader:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  margin: auto;
  width: 32%;
  height: 4px;
  background-color: #fff;
  border-radius: 100px;
  margin-left: -1px;
  -webkit-animation: 15s spin infinite linear;
          animation: 15s spin infinite linear;
  -webkit-transform-origin: 1px center;
          transform-origin: 1px center;
}

.clock-preloader:after {
  width: 42%;
  height: 2px;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.cdate
{
    background: #f27458;
    width: 237px;
    padding: 8px;
    border-radius: 5px;
	}
.pt-50
{
    padding-top: 50px;
}



/*** 
=============================================
    Event Schedule Area style
=============================================
***/
.event-schedule-area {
    padding-top: 5px;

}
.event-schedule-area .nav-tabs {
    text-align: center;
    background: #f7f7f7;
    max-width: 785px;
    margin: 0 auto 40px;
    /*border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;*/
	border-radius: 62px;
}
.event-schedule-area .nav-tabs li {
    float: left;
    margin: 0;
    display: inline-block;
    /*border-right: 1px solid #ededed;*/
	
}
.event-schedule-area .nav-tabs li:first-child{
    /*border-left: 1px solid #ededed;*/    
}
.event-schedule-area .nav-tabs li a {
    margin: 0;
    line-height: 20px;
    border: none;
    border-radius: 0;
    padding: 19px 40px;
	display:block;
}
.event-schedule-area .nav-tabs li a h3{
    color: #202020;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 8px;
  
}
.event-schedule-area .nav-tabs li a h3 span{
    color: #f27458;    
}
.event-schedule-area .nav-tabs li a p{
    color: #8a8a8a;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
 
}

.event-schedule-area .nav-tabs li.active a, 
.event-schedule-area .nav-tabs li:hover a:hover {
    color: #ffffff;
    cursor: pointer;
    background-color: #f27458;
    border: none;
	border-radius: 62px;
}
.event-schedule-area .nav-tabs li.active a h3,
.event-schedule-area .nav-tabs li:hover a h3{
    color: #ffffff;
}
.event-schedule-area .nav-tabs li.active a h3 span,
.event-schedule-area .nav-tabs li:hover a h3 span{
    color: #ffffff;    
}
.event-schedule-area .nav-tabs li.active a p,
.event-schedule-area .nav-tabs li:hover a p{
    color: #ffffff;        
}


.event-schedule-area .accordion-box {
    display: block;
	
}
.event-schedule-area .accordion-box .accordion {
    margin-bottom: 30px;
    display: block;
    position: relative;
}
.event-schedule-area .accordion-box .accordion.last{
    margin: 0;
}
.event-schedule-area .accordion-box .accordion .single-box {
    border: 3px solid #efefef;
    display: block;
    position: relative;
}
.event-schedule-area .accordion-box .accordion .single-box:before {
    position: absolute;
    top: 35px;
    width: 3px;
    height: 50px;
    content: "";
    background: #f27458;
    left: 0px;
    z-index: 1;
}
.event-schedule-area .accordion-box .accordion .accord-btn {
    cursor: pointer;
    position: relative;
    transition: all 500ms ease;
    display: block;
}
.event-schedule-area .accordion-box .accordion .single-box-title {
    padding: 30px 20px 30px;
    padding-left: 80px;
    position: relative;
    border: none;
}
.event-schedule-area .accordion-box .accordion .single-box-title .img-holder {
    position: absolute;
    top: 30px;
    left: 20px;
}
.event-schedule-area .accordion-box .accordion .single-box-title .title-holder {
    padding-left: 25px;
    min-height: 60px;
}
.event-schedule-area .accordion-box .accordion .single-box-title .title-holder p{
    margin: 0;
    line-height: 22px;
    font-size: 16px;
    color: #f27458;
}
.event-schedule-area .accordion-box .accordion .single-box-title .title-holder p i{
    display: inline-block;
    padding-right: 5px;
}
.event-schedule-area .accordion-box .accordion .single-box-title .title-holder h3 {
    margin: 6px 0 0;
	font-size:20px;
	font-weight:bold;
	color:#000;
}

.event-schedule-area .accordion-box .accordion .accord-btn::after {
    color: #dcdcdc;
    content: "\f105";
    font-family: FontAwesome;
    font-size: 25px;
    font-weight: 500;
    line-height: 50px;
    margin: 0px 0;
    position: absolute;
    right: 0px;
    top: 35px;
    transition: all 500ms ease 0s;
    width: 30px;
    border-left: 1px solid #efefef;
    text-align: right;
    bottom: 35px;
    margin-right: 20px;
}
.event-schedule-area .accordion-box .accordion .accord-btn.active{
    background: #f7f7f7;
    transition: all 500ms ease;
}
.event-schedule-area .accordion-box .accordion .accord-btn.active:after{
    content: "\f107";
    color: #008396;
}


.event-schedule-area .accordion-box .accordion .accord-content {
    display: none;
    position: relative;
    padding-top: 27px;
}
.event-schedule-area .accordion-box .accordion .accord-content.collapsed {
    display: block;
}
.event-schedule-area .accordion-box .accordion .accord-content p {
    margin: 0;
	
	color: #8a8a8a;
    font-size: 16px;
    font-weight: lighter;
}
.event-schedule-area .accordion-box .accordion .single-box-content{
    padding-left: 20px;
    padding-right: 20px;
}
.event-schedule-area .accordion-box .accordion .single-box-content .meta-info{
padding:0px;
    
}
.event-schedule-area .accordion-box .accordion .single-box-content .meta-info li{
    color: #202020;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
	list-style:none;
}
.event-schedule-area .accordion-box .accordion .single-box-content .meta-info li span{
    color: #f27458;
    font-weight: 600;
}
.event-schedule-area .accordion-box .accordion .single-box-content .text{
    overflow: hidden;
    margin-top: 14px;
}
.event-schedule-area .accordion-box .accordion .single-box-content .bottom-content {
    border-top: 1px solid #efefef;
    margin-top: 22px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.event-schedule-area .accordion-box .accordion .single-box-content .bottom-content .button{
    
}
.event-schedule-area .accordion-box .accordion .single-box-content .bottom-content .button a {
    padding: 12px 25px 10px;
}
.event-schedule-area .accordion-box .accordion .single-box-content .bottom-content .social-share{}
.event-schedule-area .accordion-box .accordion .single-box-content .bottom-content .social-share h3 {
    color: #f27458;
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    float: left;
    margin: 11px 0;
    padding-right: 10px;
}
.event-schedule-area .accordion-box .accordion .single-box-content .bottom-content .social-share .social-links {
    float: left;
    display: inline-block;
}
.event-schedule-area .accordion-box .accordion .single-box-content .bottom-content .social-share .social-links li{
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.event-schedule-area .accordion-box .accordion .single-box-content .bottom-content .social-share .social-links li:last-child{
    margin-right: 0;
}
.event-schedule-area .accordion-box .accordion .single-box-content .bottom-content .social-share .social-links li a i {
    color: #8a8a8a;
    width: 40px;
    height: 40px;
    border: 1px solid #efefef;
    text-align: center;
    border-radius: 50%;
    line-height: 38px;
    font-size: 15px;
    transition: all 500ms ease;
}
.event-schedule-area .accordion-box .accordion .single-box-content .bottom-content .social-share .social-links li a:hover i{
    background: #f28a03;
    border-color: #f28a03;
    color: #fff;
}


.event-schedule-area .accordion-box .accordion.color-2 .single-box-title .title-holder p {
    color: #f27458;
}
.event-schedule-area .accordion-box .accordion.color-2 .single-box:before {
    background: #f27458;
}
.event-schedule-area .accordion-box .accordion.color-2 .single-box-content .meta-info li span{
    color: #f27458;    
}
.event-schedule-area .accordion-box .accordion.color-2 .single-box-content .bottom-content .social-share h3{
    color: #f27458;        
}
.event-schedule-area .accordion-box .accordion.color-2 .accord-btn.active:after{
    color: #f27458;          
}

.event-schedule-area .accordion-box .accordion.color-3 .single-box-title .title-holder p {
    color: #f27458;
}
.event-schedule-area .accordion-box .accordion.color-3 .single-box:before {
    background: #f27458;
}
.event-schedule-area .accordion-box .accordion.color-3 .single-box-content .meta-info li span{
    color: #f27458;    
}
.event-schedule-area .accordion-box .accordion.color-3 .single-box-content .bottom-content .social-share h3{
    color: #f27458;        
}
.event-schedule-area .accordion-box .accordion.color-3 .accord-btn.active:after{
    color: #f27458;          
}

.event-schedule-area .accordion-box .accordion.color-4 .single-box-title .title-holder p {
    color: #f27458;
}
.event-schedule-area .accordion-box .accordion.color-4 .single-box:before {
    background: #f27458;
}
.event-schedule-area .accordion-box .accordion.color-4 .single-box-content .meta-info li span{
    color: #f27458;    
}
.event-schedule-area .accordion-box .accordion.color-4 .single-box-content .bottom-content .social-share h3{
    color: #f27458;        
}
.event-schedule-area .accordion-box .accordion.color-4 .accord-btn.active:after{
    color: #f27458;          
}

.event-schedule-tab #tabmenu-carousel {
    width: 100%!important;
    margin: 0 auto!important;
    padding: 0px;
}


@media (max-width: 768px) and (min-width: 320px) {
.event-schedule-tab #tabmenu-carousel {
    width: 100%!important;
    margin: 0 auto!important;
    padding: 73px;
	padding-bottom:0px!important;
}
}
.event-schedule-tab #tabmenu-carousel .carousel-indicators {
    display: none;
}
.event-schedule-tab .slide-control {
    background: #f7f7f7;
    display: block;
    padding: 27px 20px;
    font-size: 25px;
    color: #c3c3c3;
    border: 1px solid #ededed;
}
.event-schedule-tab a.left.slide-control {
    position: absolute;
    top: 0;
    left: 0;
    color: #c3c3c3;
	border-radius: 25px;
}
.event-schedule-tab a.left.slide-control:hover{
    color: #f27458;
}
.event-schedule-tab a.right.slide-control {
    position: absolute;
    top: 0;
    right: 0;
    color: #c3c3c3;
	border-radius: 25px;
}
.event-schedule-tab a.right.slide-control:hover{
    color: #f28a03;    
}

.event-schedule-area .schedules-button{
    margin-top: 40px;
}

/*** 
=============================================
    Event area style
=============================================
***/
.event-area {
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 100px;
    padding-top: 88px;
    position: relative;
    z-index: 1;
}
.event-area::before {
    /*background: rgba(0, 0, 0, 0.80) none repeat scroll 0 0;*/
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
} 
.event-area .sec-title h1 {
    color: rgba(255, 255, 255, 0.12);
}
.event-area .sec-title h2{
    color: #ffffff;
}
.event-area .single-team-member {
    width: 25%;
    float: left;
    display: block;
}
.event-area .single-team-member .img-holder {
    display: block;
    overflow: hidden;
    position: relative;
}
.event-area .single-team-member .img-holder img {
    transition: all 0.4s ease-in-out 0.5s;
    width: 100%;
}
.event-area .single-team-member:hover .img-holder img {
    transition-delay: 0s;
}
.event-area .single-team-member .overlay-style-one{
    background: rgba(117,189,209,1);
    background: -moz-linear-gradient(top, rgba(117,189,209,1) 0%, rgba(242,135,4,1) 0%, rgba(234,85,27,0.75) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(117,189,209,1)), color-stop(0%, rgba(242,135,4,1)), color-stop(100%, rgba(234,85,27,0.75)));
    background: -webkit-linear-gradient(top, rgba(117,189,209,1) 0%, rgba(242,135,4,1) 0%, rgba(234,85,27,0.75) 100%);
    background: -o-linear-gradient(top, rgba(117,189,209,1) 0%, rgba(242,135,4,1) 0%, rgba(234,85,27,0.75) 100%);
    background: -ms-linear-gradient(top, rgba(117,189,209,1) 0%, rgba(242,135,4,1) 0%, rgba(234,85,27,0.75) 100%);
    background: linear-gradient(to bottom, rgba(117,189,209,1) 0%, rgba(242,135,4,1) 0%, rgba(234,85,27,0.75) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75bdd1', endColorstr='#ea551b', GradientType=0 );
}
.event-area .single-team-member:hover .overlay-style-one {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    transition-delay: 0s;
}
.event-area .single-team-member .overlay-style-one .content .social-links {
    background: #ffffff;
    width: 125px;
    height: 40px;
    margin: 0 auto;
    display: block;
    padding: 10px 0;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    transform: translateY(100px);
    transition: all 0.3s ease-in-out 0.1s;
}
.event-area .single-team-member:hover .overlay-style-one .content .social-links {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    transform: translateY(0px);
    transition-delay: 0.3s;
}

.event-area .single-team-member .overlay-style-one .content .social-links li{
    display: inline-block;
    float: left;
    border-right: 1px solid #efefef;
}
.event-area .single-team-member .overlay-style-one .content .social-links li:last-child{
    border-right: none;
}
.event-area .single-team-member .overlay-style-one .content .social-links li a {
    font-size: 16px;
    color: #444;
    width: 40px;
    height: 20px;
    display: block;
    transition: all 500ms ease;
}
.event-area .single-team-member .overlay-style-one .content .social-links li a:hover{
    color: #f28a03;
}

.event-area .single-team-member .text-holder {
    padding-top: 16px;
    padding-bottom: 12px;
    padding-left: 20px;
    padding-right: 20px;
    background: #ffffff;
}
.event-area .single-team-member .text-holder h3{
    color: #ea531c;
    margin: 0 0 5px;
}
.phtext
{
color: #f27458;
}
.feature-list
{
color:#000;
}

.pd0
{
padding:0px!important;
}

#generic_price_table{
	background-color: #f0eded;
}

/*PRICE COLOR CODE START*/
#generic_price_table .generic_content{
	background-color: #fff;
}

#generic_price_table .generic_content .generic_head_price{
	background-color: #f6f6f6;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg{
	border-color: #e4e4e4 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #e4e4e4;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head span{
	color: #525252;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .sign{
    color: #414141;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency{
    color: #414141;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .cent{
    color: #414141;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .month{
    color: #414141;
}

#generic_price_table .generic_content .generic_feature_list ul li{	
	color: #a7a7a7;
}

#generic_price_table .generic_content .generic_feature_list ul li span{
	color: #414141;
}
#generic_price_table .generic_content .generic_feature_list ul li:hover{
	background-color: #E4E4E4;
	border-left: 5px solid #f27458;
}

#generic_price_table .generic_content .generic_price_btn a{
	border: 1px solid #f27458; 
    color: #f27458;
} 

#generic_price_table .generic_content.active .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head_bg{
	border-color: #f27458 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #f27458;
	color: #fff;
}

#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head span,
#generic_price_table .generic_content.active .generic_head_price .generic_head_content .head span{
	color: #fff;
}

#generic_price_table .generic_content:hover .generic_price_btn a,
#generic_price_table .generic_content.active .generic_price_btn a{
	background-color: #f27458;
	color: #fff;
} 
#generic_price_table{
	margin: 50px 0 50px 0;
    font-family: 'Raleway', sans-serif;
}
.row .table{
    padding: 28px 0;
}

/*PRICE BODY CODE START*/

#generic_price_table .generic_content{
	overflow: hidden;
	position: relative;
	text-align: center;
}

#generic_price_table .generic_content .generic_head_price {
	margin: 0 0 20px 0;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content{
	margin: 0 0 50px 0;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg{
    border-style: solid;
    border-width: 90px 1411px 23px 399px;
	position: absolute;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head{
	padding-top: 19px;
	position: relative;
	z-index: 1;
}

#generic_price_table .generic_content .generic_head_price .generic_head_content .head span{
    font-family: "Raleway",sans-serif;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 2px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag{
	padding: 0 0 20px;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price{
	display: block;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .sign{
    display: inline-block;
    font-family: "Lato",sans-serif;
    font-size: 28px;
    font-weight: 400;
    vertical-align: middle;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .currency{
    font-family: "Lato",sans-serif;
    font-size: 60px;
    font-weight: 300;
    letter-spacing: -2px;
    line-height: 60px;
    padding: 0;
    vertical-align: middle;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .price .cent{
    display: inline-block;
    font-family: "Lato",sans-serif;
    font-size: 24px;
    font-weight: 400;
    vertical-align: bottom;
}

#generic_price_table .generic_content .generic_head_price .generic_price_tag .month{
    font-family: "Lato",sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 3px;
    vertical-align: bottom;
}

#generic_price_table .generic_content .generic_feature_list ul{
	list-style: none;
	padding: 0;
	margin: 0;
}

#generic_price_table .generic_content .generic_feature_list ul li{
	font-family: "Lato",sans-serif;
	font-size: 18px;
	padding: 15px 0;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table .generic_content .generic_feature_list ul li:hover{
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;

}
#generic_price_table .generic_content .generic_feature_list ul li .fa{
	padding: 0 10px;
}
#generic_price_table .generic_content .generic_price_btn{
	margin: 20px 0 32px;
}

#generic_price_table .generic_content .generic_price_btn a{
    border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	-webkit-border-radius: 50px;
    display: inline-block;
    font-family: "Lato",sans-serif;
    font-size: 18px;
    outline: medium none;
    padding: 12px 30px;
    text-decoration: none;
    text-transform: uppercase;
}

#generic_price_table .generic_content,
#generic_price_table .generic_content:hover,
#generic_price_table .generic_content .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head_bg,
#generic_price_table .generic_content .generic_head_price .generic_head_content .head h2,
#generic_price_table .generic_content:hover .generic_head_price .generic_head_content .head h2,
#generic_price_table .generic_content .price,
#generic_price_table .generic_content:hover .price,
#generic_price_table .generic_content .generic_price_btn a,
#generic_price_table .generic_content:hover .generic_price_btn a{
	transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
} 
@media (max-width: 320px) {	
}

@media (max-width: 767px) {
	#generic_price_table .generic_content{
		margin-bottom:75px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#generic_price_table .col-md-3{
		float:left;
		width:50%;
	}
	
	#generic_price_table .col-md-4{
		float:left;
		width:50%;
	}
	
	#generic_price_table .generic_content{
		margin-bottom:75px;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
}
@media (min-width: 1200px) {
}
#generic_price_table_home{
	 font-family: 'Raleway', sans-serif;
}

.text-center h1,
.text-center h1 a{
	color: #7885CB;
	font-size: 30px;
	font-weight: 300;
	text-decoration: none;
}
.demo-pic{
	margin: 0 auto;
}
.demo-pic:hover{
	opacity: 0.7;
}

#generic_price_table_home ul{
	margin: 0 auto;
	padding: 0;
	list-style: none;
	display: table;
}
#generic_price_table_home li{
	float: left;
}
#generic_price_table_home li + li{
	margin-left: 10px;
	padding-bottom: 10px;
}
#generic_price_table_home li a{
	display: block;
	width: 50px;
	height: 50px;
	font-size: 0px;
}
#generic_price_table_home .blue{
	background: #3498DB;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .emerald{
	background: #f27458;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .grey{
	background: #7F8C8D;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .midnight{
	background: #34495E;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .orange{
	background: #E67E22;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .purple{
	background: #9B59B6;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .red{
	background: #E74C3C;
	transition:all 0.3s ease-in-out 0s;
}
#generic_price_table_home .turquoise{
	background: #1ABC9C;
	transition: all 0.3s ease-in-out 0s;
}

#generic_price_table_home .blue:hover,
#generic_price_table_home .emerald:hover,
#generic_price_table_home .grey:hover,
#generic_price_table_home .midnight:hover,
#generic_price_table_home .orange:hover,
#generic_price_table_home .purple:hover,
#generic_price_table_home .red:hover,
#generic_price_table_home .turquoise:hover{
	border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
	transition: all 0.3s ease-in-out 0s;
}
#generic_price_table_home .divider{
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	padding: 20px;
}
#generic_price_table_home .divider span{
	width: 100%;
	display: table;
	height: 2px;
	background: #ddd;
	margin: 50px auto;
	line-height: 2px;
}
#generic_price_table_home .itemname{
	text-align: center;
	font-size: 50px ;
	padding: 50px 0 20px ;
	border-bottom: 1px solid #ddd;
	margin-bottom: 40px;
	text-decoration: none;
    font-weight: 300;
}
#generic_price_table_home .itemnametext{
    text-align: center;
    font-size: 20px;
    padding-top: 5px;
    text-transform: uppercase;
    display: inline-block;
}
#generic_price_table_home .footer{
	padding:40px 0;
}

.price-heading{
    text-align: center;
}
.price-heading h1{
	color: #666;
	margin: 0;
	padding: 0 0 50px 0;
}
.demo-button {
    background-color: #333333;
    color: #ffffff;
    display: table;
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 50px;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: medium ;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}
.bottom_btn{
	background-color: #333333;
    color: #ffffff;
    display: table;
    font-size: 28px;
    margin: 60px auto 20px;
    padding: 10px 25px;
    text-align: center;
    text-transform: uppercase;
}
.demo-button:hover{
	background-color: #666;
	color: #FFF;
	text-decoration:none;
	
}
.bottom_btn:hover{
	background-color: #666;
	color: #FFF;
	text-decoration:none;
}
.pdb0
{
padding-bottom:0px!important;
}

.mt-40
{
margin-top:40px!important;
}
.pt-40
{
padding-top:40px!important;
}

.paysummary
{
border:solid 1px #ccc;
border-radius:25px;
padding:30px;
}
.paysummary p
{
margin: 0 0 5px!important;
}
.payhead
{
color:#f27458!important;
text-align:center;
margin-bottom:20px;

}
.paymentbox
{
background: #F8F9FF;
    border: solid 1px #ddd;
   border-radius: 25px;

    margin-top: 20px;
    margin-bottom: 60px;
    padding: 13px;
    text-align: center;
    color: #000;
    font-weight: 500;
}

.pricing-table {
  display: flex;
  flex-direction: column;
  margin: 0 0 32px;
  background-color: #fff;
  border-radius: 25px;
  overflow: hidden;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 2px 1px -1px rgba(0, 0, 0, 0.12);
}
.pricing-table.offer {
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.4);
}
.pricing-table .package-title {
  display: flex;
  justify-content: space-between;
  padding: 15px 30px;
  background-color: #457de4;
  color: #fff;
  text-transform: uppercase;
      font-size: 1.8rem!important;
	  font-weight: 600;
}
.pricing-table .package-title .sale {
  padding: 0 0.5rem;
  border-radius: 3px;
  background-color: #fff;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #263238;
  line-height: 1.7;
}
.pricing-table .package-layout {
  display: flex;
  justify-content: center;
  padding: 2rem 2rem 1rem;
}
.pricing-table .package-layout .package-currency {
  padding-right: 4px;
  font-size: 1.5rem;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.54);
}
.pricing-table .package-layout .package-value {
  display: flex;
  align-items: flex-end;
}
.pricing-table .package-layout .package-value .value {
  font-size: 4.5rem;
    font-weight: 400;
    line-height: 1;
    color: #f27458;
}
.pricing-table .package-layout .package-value .period {
  padding: 0 0 5px 4px;
  font-size: 1.125rem;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.54);
}
.pricing-table .terms {
  display: flex;
  flex-direction: column;
      padding: 1rem 2rem;
    font-size: 1.8rem;
    color: #000;
}
.pricing-table .terms .term span {
  font-weight: 500;
}
.pricing-table .buy-now {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1rem auto 2rem;
  padding: 2px 18px;
  min-width: 128px;
  border: none;
  border-radius: 3px;
  background-color: #2196F3;
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  color: #fff;
  line-height: 39px;
  text-transform: uppercase;
  overflow: hidden;
  will-change: box-shadow;
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  outline: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
.pricing-table .buy-now:hover, .pricing-table .buy-now:focus {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.4);
}
.pricing-table .divider {
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  margin: 16px 32px;
}
.terms p
{
margin:0px 0px 2px!important;
}
.priceBox
{
font-weight:bold;
}
.pricedate
{
text-align: left;
   color: #f27458;
    margin: 11px 34px -6px!important;
    font-weight: 600;
}
.fs-17
{
font-size: 17px!important;
}
.mrt-20
{
margin-top:20px!important;
}
.contentbox
{
background:#fff;
    border-radius: 4.6rem;
box-shadow: 0 1.1rem 5.7rem rgb(223 227 234 / 50%);
padding: 30px 36px;
margin-top:30px;
margin-bottom:50px;
color:#000;

}
.contentbox1
{
background:#f3f3f3;
    border-radius: 4.6rem;
box-shadow: 0 1.1rem 5.7rem rgb(223 227 234 / 50%);
padding: 30px 36px;
margin-top:30px;
margin-bottom:50px;
color:#000;

}
.paragraph1 p
{
margin:0 0 5px!important;
}

.tracks1 {
    margin-bottom: 3rem;
    position: relative;
    padding: 4rem 3rem;
    background: var(--white);
    border-radius: 4.6rem;
    -webkit-box-shadow: 0 1.1rem 5.7rem rgb(223 227 234 / 50%);
    box-shadow: 0 1.1rem 5.7rem rgb(223 227 234 / 50%);
    overflow: hidden;
    z-index: 1;
}
.mb-110
{
margin-bottom:110px!important;
}
.mrt-20
	{
	margin-top:20px;
	}
	.lhrem-4
	{
	line-height:4rem!important;
	}
.bggrey1
{
background:#f7efff!important;
}
.colorblack
{
color:#000!important;;
}
.colorgrey
{
color: #ccc!important;
}
.bgthemeactive
{
background:#01054B!important;
}

.regtext
{
color:#f27458!important;
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
}
.terms p span
{
cursor:pointer!important;
}
.promotext
{
    color: #000;
    line-height: 4rem;
	font-weight:600;
}
.promoinput
{
height: 46px;
    background: #f4f4f4;
    border-radius: 5px;
   
    color: #01054B;
	font-family: "Oswald", sans-serif;
    font-size: 2rem;
	font-weight:normal;
	}
	
.event-info-section{
	position: relative;
	padding: 120px 150px 120px;
}

.event-info-section .info-column{
	position: relative;
}

.event-info-section .info-column .inner-column{
	position: relative;
	padding-left: 30px;
}

.event-info-section .info-column .sec-title{
	margin-bottom: 50px;
	    color: #f27458;
    font-weight: 600;
}

.event-info-section .info-column .sec-title h2{
	font-size: 40px;
	    color: #01054B;
}

.event-info-tabs{
	position: relative;
}

.event-info-tabs .tab-buttons{
	position: relative;
}

.event-info-tabs .tab-btn{
	position: relative;
	float: left;
	padding: 10px 25px;
	font-size: 14px;
	line-height: 20px;
	color: #ffffff;
	background-color: #01054B;
	font-weight: 600;
	cursor: pointer;
	margin-right: 5px;
	border: 1px solid #dddddd;
	border-bottom: 0;
	margin-bottom: -2px;
	z-index: 3;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.event-info-tabs .tab-btn:hover,
.event-info-tabs .tab-btn.active-btn{
	color: #01054B;
	background-color: #ffffff;
}

.event-info-tabs .tabs-content{
	position: relative;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	padding: 30px 30px;
	box-shadow: 0 30px 20px rgba(0,0,0,.05);
}

.event-info-tabs .tabs-content .tab{
	min-height: 155px;
}

.event-info-tabs .tabs-content h4{
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 1.2em;
	color: #01054B;
	font-weight: 500;
	margin-bottom: 10px;
}

.event-info-tabs .tabs-content h4 .icon{
	color: #01054B;
	font-size: 20px;
	margin-right: 10px;
}


.event-info-tabs .tabs-content h5{
	position: relative;
	display: block;
	font-size: 20px;
	line-height: 1.2em;
	color: #3f4161;
	font-weight: 500;
	margin-bottom: 20px;
}

.event-info-tabs .tabs-content .text{
	font-size: 16px;
	line-height: 28px;
	color: #626262;
	max-width: 470px;
}

.event-info-tabs .tabs-content .info-list{
	position: relative;
	margin-top: 10px;
}

.event-info-tabs .tabs-content .info-list li{
	position: relative;
	padding-left: 30px;
	font-size: 16px;
	line-height: 26px;
	color: #616977;
	font-weight: 400;
}

.event-info-tabs .tabs-content .info-list li .icon{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 14px;
	line-height: 26px;
	color: #e74c3c;
}

.event-info-tabs .tabs-content .info-list li a{
	color: #616977;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.event-info-tabs .tabs-content .info-list li a:hover{
	color: #f0228c;
	text-decoration: underline;
}

.event-info-section .image-column{
	position: relative;
}

.event-info-section .image-column .image{
	position: relative;
	background-color: #ffffff;
	padding-top: 38px;
	margin-bottom: 0;
}

.event-info-section .image-column .image img{
	display: block;
	width: 100%;
	height: auto;
	border: solid 1px #ccc;
    padding: 2px;
}

.event-info-section .map-column{
}

.event-info-section .map-outer .map-canvas,
.event-info-section .map-outer{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

.event-info-section .map-outer .map-canvas{
	right: 15px;
	left: 15px;
	width: auto;
}


.gallery-section{
	position: relative;
	padding: 0px 150px 90px!important;
	margin-bottom: 100px;
}

.gallery-item{
	position: relative;
	margin-bottom: 30px;
}

.gallery-item .image-box{
	position: relative;
	box-shadow: 0 0px 30px rgba(8,13,62,.10);
	overflow: hidden;
}

.gallery-item .image-box .image{
	position: relative;
	margin-bottom: 0;
}

.gallery-item .image-box .image img{
	display: block;
	width: 100%;
	height: auto;
}

.gallery-item .overlay-box{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	text-align: center;
	content: "";
	opacity: 0;
	background-color: #1d95d2;
	-webkit-transform: scale(.5);
	-moz-transform: scale(.5);
	-ms-transform: scale(.5);
	-o-transform: scale(.5);
	transform: scale(.5);
	border-radius: 500px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.gallery-item .image-box:hover .overlay-box{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: .9;
	border-radius: 0px;
}

.gallery-item .overlay-box a{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -29px;
	margin-left: -29px;
}

.gallery-item .overlay-box a span{
	display: block;
	height: 58px;
	width: 58px;
	background-color: #e74c3c;
	color: #ffffff;
	border-radius: 50%;
	font-weight: 700;
	font-size: 18px;
	line-height: 58px;
}

.gallery-section .owl-nav{
	display: none;
}

.gallery-section.style-two{
	padding: 0;
}

.gallery-section.style-two .gallery-item{
	margin-bottom: 0;
}


.payalign
{
border-radius:1rem;
border:solid 1px #ccc;
    -webkit-box-shadow: 0 1.1rem 0.7rem rgb(223 227 234 / 50%);
    box-shadow: 0 1.1rem 0.7rem rgb(223 227 234 / 50%);
    overflow: hidden;
}
.payalign:hover
{
border-radius:1rem;
border:solid 2px #f27458;

}

.pdtb-100
{
padding-bottom:100px;
padding-top:100px;
}
.successbtn
{
    text-align: center;
    background: #17d475;
    border-radius: 107%;
    width: 60px;
    color: white;
    margin: auto;
    margin-bottom: 12px;
    height: 60px;
    padding-top: 15px;
    font-size: 27px;
	}
	.failbtn
{
    text-align: center;
    background: red;
    border-radius: 107%;
    width: 60px;
    color: white;
    margin: auto;
    margin-bottom: 12px;
    height: 60px;
    padding-top: 15px;
    font-size: 27px;
	}
.paystext
{
text-align:center;margin-top:10px;color:#000;
}
.paytext1
{
color:black;text-align:center;font-size:25px;
}
.payftext
{
color:red;text-align:center;font-size:25px;
}
.padmr
{
padding-top: 16px!important;
    margin-bottom: -70px!important;
}
.mrgt-30
{
margin-top:30px;
}
.pdtb-50 {
    padding-bottom: 50px;
    padding-top: 50px;
}
.bggrey1
{
    background: #f4f4f4;
}
.paybtn
{
margin:auto;
width:250px;
margin-top:5px;
}
.selecttext
{
    margin-top: 20px;
    color: black;
}
.mrgb-100
{
margin-bottom:100px;
}
.mb160
{
margin-bottom:160px!important;
}
.listtext
{
text-transform: capitalize;    font-weight: 500;
    font-size: 17px;
}
.ln0
{    
line-height: 0.9;

}
.listvenue
{
font-size: 14px!important;
    text-transform: capitalize!important;
    line-height: 1.4!important;
	}
.centerbtn
{
width:300px;
margin:auto;
margin-bottom:50px;
}
.confboxdate
{

    width: 4.4rem!important;
    height: 4.8rem!important;
}
.confdatetext
{
font-size: 2rem!important;
}
.confmontext
{
font-size: 1.2rem!important;
}