/*
------------- Table of content ----------------

Template Name: Evelia Responsive  HTML5 Template
Template URI: http://theme-star.com/html-templates/FolderName
Description: Evelia Responsive  HTML5 Template
Author: Gobinda sarkar
Author URI: https://themeforest.net/user
Version: 1.0

---------------------- 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;
  /* --primary-color: #f27458;
  --secondary-color: #00e10f; */
  --secondary-color: #00e10f;
  --hover-color: #ca4b32;
  --bColor: #7582a8;
  --white: #ffffff;
  --black: #000000;
  --theem: #3d2314;
}

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: 13rem 0;
}

.section-top {
  padding: 13rem 0 0 0;
}

.section-bottom {
  padding: 0 0 13rem 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;
}
.header-area .menu-area .mian-menu-area ul {
  width: 100%;
  margin: 0;
  padding: 0;
}
.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: 500;
  color: #8b8b8b;
  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: 1.4rem 2.5rem;
  font-family: "Oswald", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: uppercase;
  background: var(--white);
  color: #01054b;
  border-radius: 0.4rem;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.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: 1.5rem 3.5rem;
  background: var(--primary-color);
  border-radius: 3rem;
  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-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 17rem 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(60, 35, 22, 0.8);
  /*background: rgba(1, 5, 75, 0.8); */
  z-index: -1;
}
.banner-area .banner-contetn h2 {
  font-family: "Oswald", sans-serif;
  font-size: 6rem;
  font-weight: 500;
  text-transform: uppercase;
  color: var(--theem);
}
.banner-area .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-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;
}


.banner-area2 {
  position: relative;
  padding: 13rem 0 17rem 0;
  background: url("../images/banner-bg-2.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
}
.banner-area2:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  /*background: rgba(60, 35, 22, 0.8);
  background: rgba(1, 5, 75, 0.8); */
  z-index: -1;
}

/*----------------------------
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: 7.5rem 4rem;
  background: var(--white);
  border-radius: .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 .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: 6rem 3rem;
  background: var(--white);
  border-radius: .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;
}

/*----------------------------
9.founders-area
-----------------------------*/
.founders-area {
  background: #F8F9FF;
}
.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: #7582A8;
}
.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: #01054B;
  -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/call-to-action.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.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: 23rem 0 13rem 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: 4rem;
  font-family: "Oswald", sans-serif;
  font-size: 7rem;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--white);
}
.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: 10%;
  bottom: -100px;
}

/*----------------------------
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: #F8F9FF;
  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.6rem;
  font-weight: 500;
  text-transform: capitalize;
  color: #7582A8;
}
.registration-form .form-group .form-control {
  font-family: "Oswald", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  color: #01054B;
  padding: 0;
  border: none;
  background: transparent;
  border-radius: 0;
}
.registration-form .form-group .form-control::-webkit-input-placeholder {
  color: #01054B;
  opacity: 1;
}
.registration-form .form-group .form-control:-ms-input-placeholder {
  color: #01054B;
  opacity: 1;
}
.registration-form .form-group .form-control::-ms-input-placeholder {
  color: #01054B;
  opacity: 1;
}
.registration-form .form-group .form-control::placeholder {
  color: #01054B;
  opacity: 1;
}
.registration-form .form-group .form-control:-ms-input-placeholder {
  color: #01054B;
}
.registration-form .form-group .form-control::-ms-input-placeholder {
  color: #01054B;
}
.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: #FCF8F8;
}

.contact-form .form-group {
  margin-bottom: 2rem;
  position: relative;
}
.contact-form .form-group .form-control {
  width: 100%;
  height: 8rem;
  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: 2.5rem;
}
.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);
  }
}
